:root {
	--primary: #0073B5;
	--secondary: #00a43c;
	--light: #F5F5F5;
	--dark: #002060
}

.footer {
	display: none
}

.wc_justify_ctn, .accordion-body, .wc_prjt_tlt, #sg_description{
	text-align: justify;
}

.h1,
.h2,
.h3,
.tc_drk,
.testimonial-carousel .owl-nav .owl-next:hover,
.testimonial-carousel .owl-nav .owl-prev:hover,
h1,
h2,
h3 {
	color: var(--dark)
}

.h4,
.h5,
.h6,
.navbar .navbar-nav .nav-link:hover,
h4,
h5,
h6 {
	color: var(--primary)
}

.navbar .navbar-nav .nav-link.active,
a {
	color: var(--secondary)
}

.text-primary {
	color: var(--secondary) !important
}

.bg-primary {
	background-color: var(--secondary) !important
}

.bg-dark {
	background-color: var(--dark) !important
}

.bg-light {
	background-color: #f0f2f7 !important
}

a {
	transition: .6s
}

a:hover {
	color: #01873e
}

.br_5 {
	border-radius: 5px
}

.back-to-top {
	position: fixed;
	display: none;
	right: 30px;
	bottom: 30px;
	z-index: 99
}

.fw-bold,
.h1,
.h2,
h1,
h2 {
	font-weight: 700 !important
}

.fw-medium,
.h3,
.h4,
h3,
h4 {
	font-weight: 600 !important
}

.fw-semi-bold,
.h5,
.h6,
h5,
h6 {
	font-weight: 500 !important
}

#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-out, visibility 0s linear .5s;
	z-index: 99999
}

#spinner.show {
	transition: opacity .5s ease-out, visibility linear;
	visibility: visible;
	opacity: 1
}

.btn-primary {
	background-color: var(--secondary);
	border-color: var(--secondary);
	box-shadow: inset 0 0 0 0 var(--primary);
	-moz-transition: .5s ease-out;
	transition: .5s ease-out
}

.btn-primary:hover {
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary);
	box-shadow: inset 400px 0 0 0 var(--primary) !important;
	transform: translateY(-5px)
}

.navbar .navbar-brand::after,
.topbar-right::before {
	content: "";
	height: 100%;
	transform: skewX(-30deg);
	top: 0;
	position: absolute
}

.btn {
	font-weight: 600;
	border-radius: 4px
}

.btn-outline-primary:hover,
.btn-primary {
	color: #fff
}

.btn-square {
	width: 38px;
	height: 38px
}

.btn-sm-square {
	width: 32px;
	height: 32px
}

.btn-lg-square {
	width: 40px;
	height: 40px
}

.btn-lg-square,
.btn-sm-square,
.btn-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400
}

.topbar-right {
	position: relative;
	background: var(--primary)
}

.topbar-right::before {
	width: 30px;
	left: -15px;
	background-color: var(--primary)
}

.navbar.sticky-top {
	top: -100px;
	transition: .5s
}

.navbar .navbar-brand {
	position: relative;
	padding-right: 50px;
	height: 75px;
	display: flex;
	align-items: center;
	background: #f0f2f7
}

.navbar .navbar-brand::after {
	width: 50px;
	right: -25px;
	background-color: #f0f2f7;
	z-index: -1
}

.navbar .navbar-brand img {
	width: auto;
	height: 58px
}

.navbar .navbar-nav .nav-link { 
	padding: 20px 0;
	color: var(--dark);
	font-size: 17px;
	font-weight: 700;
	outline: 0
}

.navbar .navbar-nav .nav-link:not(:last-child) {
    margin-right: 35px;
}

.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 8px
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
	background-color: var(--secondary);
	color: #fff;
	padding-left: 20px
}

.dropdown-menu .dropdown-item {
	font-size: 14px
}

@media(max-width:1100px) and (min-width:991px) {
	.navbar .navbar-nav .nav-link { 
		font-size: 15px
	}
	.navbar .navbar-nav .nav-link:not(:last-child) {
		margin-right: 20px; 
	}
}

@media (max-width:991.98px) {
	.navbar .navbar-nav .nav-link {
		margin-right: 0;
		padding: 10px 0
	}

	.navbar .navbar-nav {
		border-top: 1px solid #eee
	}

	.navbar .navbar-brand img {
		height: 50px
	}

	.navbar .navbar-brand {
		padding-right: 20px;
		height: 60px
	}
}

.carousel-caption {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	background: linear-gradient(to right, #02245b 0, rgba(2, 36, 91, 0) 100%);
	z-index: 1;
	position: relative; 
	height: 45vh; 
}

#header-carousel .carousel-item { 
    background-size: cover;
}

#header-carousel .carousel-item h1 {
    font-size: clamp(24px, 3vw, 46px);
}

.carousel-control-next, .carousel-control-prev {
    width: auto;
    height: fit-content;
    display: block;
    bottom: 0px;
    top: unset; 
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 3.5rem;
	height: 3.5rem;
	background-color: var(--primary);
	border: 15px solid var(--primary);
	border-radius: 3.5rem
}

.carousel-control-prev {
    left: unset;
    right: 80px;
}

.carousel-control-next {
    right: 10px;
}

@media (max-width:768px) {
	#header-carousel .carousel-item {
		position: relative;
		/* min-height: 45vh */
	}

	#header-carousel .carousel-item img {
		/* position: absolute; */
		/* width: 100%; */
		/* height: 100%; */
		/* object-fit: cover */
	}
    /* .sg_bnr_img, #header-carousel .carousel-item {
        min-height: 40vh; 
    } */

	.carousel-caption { 
		height: 30vh; 
	}
}

.page-header {
	background: linear-gradient(to right, rgb(2 36 91 / 80%) 0, rgba(2, 36, 91, 0) 100%) 0 0/cover, url(../img/poject_model.webp) center center/cover no-repeat
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
	color: var(--light)
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
	font-size: 18px;
	color: var(--light)
}

.sg_bnr_img {
	/* height: 45vh;
	object-fit: cover */
}

.facts,
.project-carousel {
	position: relative;
	background: var(--dark)
}

.facts .border {
	border-color: rgb(255 255 255 / 25%) !important
}

.sg_two_img_s {
	height: 300px;
	object-fit: cover
}

.btn-play {
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translateY(-50%);
	display: block;
	box-sizing: content-box;
	width: 16px;
	height: 26px;
	border-radius: 100%;
	border: none;
	outline: 0 !important;
	padding: 18px 20px 20px 28px;
	background: var(--primary)
}

.btn-play:after,
.btn-play:before {
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 60px;
	height: 60px;
	background: var(--primary);
	border-radius: 100%;
	left: 50%;
	content: "";
	display: block
}

@media (max-width:992px) {
	.btn-play {
		left: 50%;
		right: auto;
		transform: translate(-50%, -50%)
	}
}

.btn-play:before {
	z-index: 0;
	animation: 1.5s ease-out infinite pulse-border
}

.btn-play:after {
	z-index: 1;
	transition: .2s
}

.btn-play span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	left: -1px;
	border-left: 16px solid #fff;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
		opacity: 0
	}
}

.modal-video .modal-dialog {
	position: relative;
	max-width: 800px;
	margin: 60px auto 0
}

.modal-video .modal-body {
	position: relative;
	padding: 0
}

.modal-video .close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: -30px;
	z-index: 999;
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	background: #000;
	opacity: 1
}

.service-item {
	position: relative;
	margin: 65px 0 25px;
	box-shadow: 0 0 45px rgba(0, 0, 0, .07)
}

.service-item .service-img {
	position: absolute;
	padding: 12px;
	width: 170px;
	height: 150px;
	top: -65px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	box-shadow: 0 0 45px rgba(0, 0, 0, .09);
	z-index: 2
}

.service-item .service-text,
.service-item .service-title {
	padding: 65px 30px 25px;
	text-align: center;
	position: absolute;
	display: flex;
	transition: .5s
}

.service-item .service-detail {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1
}

.service-item .service-title {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff
}

.service-item:hover .service-title {
	top: -100%
}

.service-item .service-text {
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	align-items: center;
	background: rgba(2, 36, 91, .7)
}

.service-item:hover .service-text {
	top: 0
}

.service-item .service-text::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100px;
	top: -100%;
	left: 0;
	transform: skewY(-12deg);
	background: #fff;
	transition: .5s
}

.service-item:hover .service-text::before {
	top: -55px
}

.service-item .btn {
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	z-index: 2;
	padding: 8px 15px
}

.service-item:hover .btn {
	bottom: 0
}

.service-item .service-img img.img-fluid {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.service-item img.img-fluid {
	width: 100%;
	height: 380px;
	object-fit: cover
}

.project-item {
	position: relative;
	display: block
}

.project-item img {
	transition: .5s
}

.project-carousel .owl-item.center img,
.project-item:hover img {
	margin-top: -60px
}

.project-carousel .project-item img {
	height: 350px;
	object-fit: cover
}

.project-item .project-title {
	padding: 0 15px;
	bottom: -110px;
	transition: .5s;
	opacity: 0
}

.project-carousel .owl-item.center .project-title,
.project-item:hover .project-title {
	bottom: -60px;
	opacity: 1
}

.project-item .project-title h5 {
	position: relative;
	padding: 15px 0;
	font-size: clamp(18px, 1vw, 30px);
}

.project-carousel .owl-nav {
	position: absolute;
	width: 100%;
	height: 45px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	transition: .5s;
	opacity: 0;
	z-index: 1
}

.project-carousel:hover .owl-nav {
	opacity: 1
}

.project-carousel .owl-nav .owl-next,
.project-carousel .owl-nav .owl-prev {
	margin: 0 30px;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--primary);
	border-radius: 45px;
	font-size: 22px;
	transition: .5s
}

.team-item .team-social {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	display: flex;
	align-items: center;
	background: var(--primary);
	transition: .5s
}

.testimonial-carousel::after,
.testimonial-carousel::before {
	content: "";
	top: 0;
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1
}

.team-item:hover .team-social {
	left: 0
}

.testimonial-carousel::before {
	left: 0;
	background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%)
}

.testimonial-carousel::after {
	right: 0;
	background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%)
}

@media (min-width:768px) {

	.testimonial-carousel::after,
	.testimonial-carousel::before {
		width: 200px
	}
}

@media (min-width:992px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		border: none;
		margin-top: 0;
		top: 150%;
		opacity: 0;
		visibility: hidden;
		transition: .5s
	}

	.navbar .nav-item:hover .dropdown-menu {
		top: 100%;
		visibility: visible;
		transition: .5s;
		opacity: 1
	}

	.testimonial-carousel::after,
	.testimonial-carousel::before {
		width: 300px
	}
}

.testimonial-carousel .owl-nav {
	position: absolute;
	width: 350px;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	opacity: 0;
	transition: .5s;
	z-index: 1
}

.testimonial-carousel:hover .owl-nav {
	width: 300px;
	opacity: 1
}

.testimonial-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-prev {
	position: relative;
	color: var(--primary);
	font-size: 45px;
	transition: .5s
}

.copyright,
.footer {
	color: #b0b9ae
}

.testimonial-carousel .testimonial-img img {
	width: 100px;
	height: 100px;
	object-fit: cover
}

.testimonial-carousel .testimonial-img .btn-square {
	position: absolute;
	bottom: -19px;
	left: 50%;
	transform: translateX(-50%)
}

.testimonial-carousel .owl-item .testimonial-text {
	margin-bottom: 30px;
	box-shadow: 0 0 45px rgba(0, 0, 0, .08);
	transform: scale(.8);
	transition: .5s
}

.testimonial-carousel .owl-item.center .testimonial-text {
	transform: scale(1)
}

.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: #b0b9ae;
	font-weight: 400;
	text-transform: capitalize;
	transition: .3s
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px
}

.footer .btn.btn-link:hover {
	color: var(--light);
	letter-spacing: 1px;
	box-shadow: none
}

.copyright {
	border-top: 1px solid rgba(255, 255, 255, .1);
	background-color: #19346a
}

.sg_img_bg {
	padding: 25px 0;
	background: #e5ecfb;
	margin-right: 25px;
	width: fit-content
}

.sg_img_bg img {
	position: relative;
	left: 25px;
	box-shadow: 0 0 8px 1px #0000004d;
	min-height: 250px;
	object-fit: cover;
}

.modal .sg_img_bg{
	background-color: transparent;
}

.modal .sg_img_bg img{
	left: auto;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	--bs-table-accent-bg: rgb(240 242 247)
}

.sg_project_row table {
	font-size: 14px;
	margin: auto
}

.sg_project_row table th {
	color: var(--bs-dark);
	font-weight: 800
}

.sg_prjct_detail .sg_img_bg {
	width: calc(100% - 25px)
}

.sg_prjct_detail .sg_img_bg img {
	width: 100%
}

.sg_project_gallery img {
	height: 270px;
	object-fit: cover
}

.wc_avrds img {
	height: 250px;
	object-fit: contain;
	object-position: center;
	background: white;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px #e7e7e7;
}

.wc_add_k {
    position: relative;
}

.wc_add_k:after {
    content: "K";
}

.wc_mdl_srv_bg{
    background-image: url(../img/water.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.sg_project_row .wc_prjt_tlt {
    font-size: clamp(18px, 1.4vw, 26px);
}

.sg_prjct_detail .wc_prjt_tlt {
    font-size: clamp(18px, 1.4vw, 26px);
}
.accordion-button:not(.collapsed)::after {
    filter: hue-rotate(106deg);
}

.client_carousel .project-item img {
    height: 200px;
    object-fit: contain;
    object-position: center;
}

.wc_val_vis p:before {
    content: "\f00c";
    margin-right: 6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary) !important;
}

.wc_val_vis p {
    margin-bottom: 5px;
    position: relative;
    font-weight: 500;
}

@media(max-width:991px) {
	.dropdown-menu {
		display: block;
		background: transparent !important;
		border: none;
		padding: 0px
	}

	.dropdown-menu .dropdown-item:first-child {
		padding-top: 0px !important
	}
}

@media(max-width:767px) {
	.service-item .service-title {
		position: absolute;
		padding: 45px 20px 25px
	}

	.navbar .navbar-brand img {
		width: auto;
		height: 40px
	}

	.navbar .navbar-brand {
		padding-right: 10px;
		height: 60px
	}

	#header-carousel .display-4 {
		font-size: 36px
	}

	#header-carousel button.carousel-control-next,
	#header-carousel button.carousel-control-prev {
		display: none
	}

	#header-carousel h5 {
		font-size: 16px
	}

	.sg_two_img_s {
		max-height: 250px;
		height: auto
	}
}

@media(max-width:567px) {
	.sg_project_row h3 {
		font-size: 18px
	}

	body {
		font-size: 14px
	}

	.sg_project_row table {
		font-size: 13px
	}

	.page-header .display-3 {
		font-size: 24px
	}

	.page-header .breadcrumb-item,
	.page-header .breadcrumb-item a {
		font-size: 16px
	}

	.navbar-toggler {
		padding: 1px 6px;
		font-size: 14px
	}

	.navbar .navbar-nav .nav-link {
		padding: 5px 0;
		font-size: 15px
	}

	.page-header .container.py-5 {
		padding-top: 10px !important;
		padding-bottom: 10px !important
	}

	.navbar .navbar-nav {
		padding: 8px 15px !important
	}
}