@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
html {
	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	overflow-x: hidden;
}
a {
	text-decoration: none;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sticky-header.sticky {
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
	box-shadow: 0 1px 3px rgba(0,0,0,0.11);
	/*height: 58px;*/
}
.header-bottom > .container {
	display: grid;
	grid-template-columns: auto 100%;
	align-items: center;
}
.header-bottom.sticky-header.sticky > .container {
	grid-template-columns: 120px auto;
}

.header-top {
	display: grid;
	grid-template-columns: 200px auto;
	padding: 0.4rem 0;
	align-items: center;
}
.right-menu ul {
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: flex-end;
}
.right-menu ul li a {
	display: inline-block;
	font-size: 1rem;
	color: #ffffff;
	padding: .3rem .8rem;
	transition: all .3s ease;
	position: relative;
	text-transform: capitalize;
	background-color: #001f3c ;
	margin-right: 20px;
	border-radius: 2px;
}
.right-menu ul li a::after {
	content: "";
	width: 2px;
	height: 20px;
	position: absolute;
	right: -11px;
	background: #001f3c;
	top: 50%;
	transform: translateY(-50%);
}
.right-menu ul li:last-child a::after {
	display: none;
}
.right-menu ul li:last-child a {
	margin-right: 0;
}
.right-menu ul li a:hover {
    color: #fff;
}
.phone {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    font-weight: 700;
    margin-bottom: 5px !important;
}
.phone span {
	color: 011f3c;
}
.header-bottom {
	background: #001f3c;
	border-bottom: 2px solid 011f3c;
}
#main-menu > ul {
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	position: relative;
}
#main-menu ul > li {
}
#main-menu ul > li > a {
	padding: 1rem;
	font-size: 1rem;
	color: #fff;
	display: block;
	text-transform: uppercase;
	transition: all .3s ease;
}
/* #main-menu ul > li > a:hover {
	background: #fff;
	color: #333;
} */
#main-menu ul > li > ul.mega-menu {
	position: absolute;
	width: 100%;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	top: 100%;
	left: .5rem;
	box-shadow: 2px 5px 25px #33333363;
	z-index: 999;
}
#main-menu ul > li > ul.mega-menu > li > a {
	display: grid;
	grid-template-columns: 100px auto;
	align-items: center;
	grid-gap: 1.5rem;
	border-bottom: 1px solid #ddd;
}
#main-menu ul > li:hover > ul.mega-menu {
	visibility: visible;
	opacity: 1;
}
#main-menu ul > li > ul.mega-menu .right-content {
	color: #333;
}

#main-menu ul > li > ul.mega-menu .thumb img {
	aspect-ratio: 1/.6;
	width: 100%;
	object-fit: cover;
}
#main-menu ul > li > ul.mega-menu .right-content .title {
	color: #2884C6;
	font-size: 1.2rem;
	transition: all .3s ease;
	margin-bottom: 0;
}
#main-menu ul > li > ul.mega-menu > li > a:hover .title {
	color: #FEC931;
}
#main-menu ul > li > ul.mega-menu .right-content p {
	font-size: 1rem;
	margin-bottom: 0;
}
#slider-section .main-slider .swiper-slide {
	min-height: calc(100vh - 147.433px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: grid;
	align-items: center;
}
.swiper-slide {
	flex-shrink: 0;
	/* width: 100%; */
	 height: auto;
}
.slider-btn {
	font-family: 'Poppins', sans-serif;
	position: relative;
	display: inline-block;
	padding: .7rem 1.5rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 600;
	transition: .2s;
	overflow: hidden;
	border: 2px solid #001f3c;
	background-color: #001f3c;
	box-sizing: border-box;
	color: #fff;
	border-radius: 50px;
}
.slider-btn:hover {
	background-color: 011f3c;
	color: #fff;
	/*transition-delay: .1s;*/
}
.slider-btn span {
	position: absolute;
	display: block;
}
.slider-btn span:nth-child(1) {
	top: 0;
	left: -100%;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, transparent, #fff);
}
.slider-btn:hover span:nth-child(1) {
	left: 100%;
	transition: .5s;
}
.slider-btn span:nth-child(3) {
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 3px;
	background: linear-gradient(270deg, transparent, #fff);
}
.slider-btn:hover span:nth-child(3) {
	right: 100%;
	transition: .5s;
	transition-delay: .5s;
}
.slider-btn span:nth-child(2) {
	top: -100%;
	right: 0;
	width: 3px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #fff);
}
.slider-btn:hover span:nth-child(2) {
	top: 100%;
	transition: .5s;
	transition-delay: .25s;
}
.slider-btn span:nth-child(4) {
	bottom: -100%;
	left: 0;
	width: 3px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #fff);
}
.slider-btn:hover span:nth-child(4) {
	bottom: 100%;
	transition: .5s;
	transition-delay: .75s;
}
.swiper-slide h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 3rem;
	line-height: 1.3;
	letter-spacing: -1px;
	margin-bottom: 1.6rem;
	text-transform: capitalize;
}
.swiper-slide h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.3;
	letter-spacing: -1px;
	margin-bottom: 1.4rem;
	text-transform: capitalize;
}
.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,12px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,12px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color,#fff);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.8);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.6);
}
.item-wrapper {
	padding: 2.5rem;
	/*background-color: #f8f8f8;*/
	position: relative;
	z-index: 2;
}
.item-wrapper b:nth-child(1) {
	width: 200px;
	height: 3px;
	background-color: #FEC931;
	/* position: absolute; */
	top: -3px;
	left: -3px;
	z-index: 1;
}
.item-wrapper b:nth-child(2) {
	height: 200px;
	width: 3px;
	background-color: #FEC931;
	/* position: absolute; */
	top: -3px;
	left: -3px;
	z-index: 1;
}
.item-wrapper b:nth-child(3) {
	height: 200px;
	width: 3px;
	background-color: #FEC931;
	/* position: absolute; */
	right: -3px;
	bottom: -3px;
	z-index: 1;
}
.item-wrapper b:nth-child(4) {
	width: 200px;
	height: 3px;
	background-color: #FEC931;
	/* position: absolute; */
	right: -3px;
	bottom: -3px;
	z-index: 1;
}


.about-section {
	position: relative;
	/* background-color: #001f3c; */
}
.about-section .overlay {
	background: #001f3c url(../images/service/overlay.jpg) center center no-repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
	padding: 5rem 0;
}
.about-section .overlay::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #001f3c;
	opacity: .5;
}
section#about-section\ mission {
    padding-top: 63px;
    padding-bottom: 98px;
	background-color: #f1f1f1;
}
.about-section .inner-wrapper {
	/*background: transparent url(../images/service/service-bg.png) right center no-repeat fixed;*/
	position: relative;
	/* z-index: 99; */
	/* padding: 55px 25px; */
	background-size: 30%;
}
section#about-section {
    padding-top: 66px;
    padding-bottom: 1px;
}
.thm-btn {
	font-family: 'Poppins', sans-serif;
    position: relative;
    display: inline-block;
    padding: 5px 14px;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    transition: all .4s;
    overflow: hidden;
    background: #001f3c;
    font-weight: 500;
    border: 1px solid #fff;
    outline: none;
}
.thm-btn:hover {
	/* background: #011f3c; */
	color: #fff;
	/* transition-delay: ; */
}

.experience__container {
	row-gap: 2.5rem !important;
	justify-content: center;
	justify-items: center;
	grid-template-columns: auto auto;
}
.experience__img {
	position: relative;
}
.experience__overlay:nth-child(1) {
	width: 80%;
	overflow: hidden;
}
.experience__overlay:nth-child(2) {
	position: absolute;
	width: 40%;
	top: 3rem;
	right: 0;
	/*overflow: hidden;*/
}
.experience__img-one {
	aspect-ratio: 1/.7;
}
.experience__img-two {
	aspect-ratio: 1/1.4;
}
.experience__img-one, .experience__img-two {
	transition: .3s ease;
	width: 100%;
	object-fit: cover;
}
.experience__img-one:hover, .experience__img-two:hover {
	/* transform: scale(1.1); */
}
.about-content {
	/*margin-right: 5rem;*/
}
.section-title {
	/* margin-bottom: 1rem; */
	font-weight: 700;
	color: #001f3c;
	font-size: 33px;
	line-height: 3.4rem;
	text-transform: capitalize;
	/* font-family: poppins; */
	text-transform: uppercase;
}
.about-content p {
	font-size: 1.2rem;
	color: #001f3c;
	line-height: 1.5;
	font-size: 16px;
	/* text-align: justify;  */
}
.section-subtitle {
	font-family: 'Pacifico';
	font-size: 20px;
	color: #212121;
}

#product-section {
	padding: 2rem 0;
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment: fixed;
	background-size: cover;
	padding: 52px;
}
#product-section .thm-btn:hover {
	background-color: #212121;
}
.product-item {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.product-section .section-title {
	color: #212121;
}
.product-bottom {
	/* padding: 20px 9px 6px; */
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 22px;
	width: 100%;
	transition: all .5s ease;
	top: 289px;
}
.product-image {
	overflow: hidden;
	position: relative;

}
.product-image::after {
	content: "";
	width: 100%;
	/* height: 100%; */
	background-color: rgb(0, 0, 0, .3);
	position: absolute;
	left: 0;
	top: 0;
}
.product-bottom.product {
    padding-bottom: 16px;
    margin-top: 3px;
}
/* .product-bottom {
    padding-bottom: 21px;
    margin-bottom: -14px;
} */
.product-image img {
	width: 100%;
	aspect-ratio: 1/1;
	/* object-fit: cover; */
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
	height: 288px !important;
}

.product-item:hover img {
	/* transform: scale(1.2); */
}
.product-item:hover .product-bottom {
	/* bottom: 20px; */
}
.product-bottom .title {
	color: #fff;
	margin-bottom: .5rem;
	font-size: 22px;
}
.product-bottom .details {
	display: inline-block;
	padding: .2rem .8rem .35rem;
	border: 1px solid #001f3c;
	background-color: #001f3c !important;
	font-size: .8rem;
	color: #fdfcfc;
	text-decoration: none;
	text-transform: capitalize;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	border-radius: 50px;
}
.product-bottom .details .flaticon-arrow-pointing-to-right {
	font-size: .6rem;
}
.product-bottom .details:hover {
	background: #001f3c;
	color: #fff;
}
#product-section .product-item .content-part {
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 100%;
	padding: 0 40px;
	z-index: 1;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	text-align: center;
	z-index: 991;
}
#product-section .product-item:hover .content-part {
	margin-top: -5px;
}
#product-section .product-item .content-part .title {
	margin-bottom: .5rem;
	font-size: 22px;
	color: #fff;
}
#product-section .product-item:hover .content-part {
	bottom: 15%;
}
#product-section .product-item .img-part img {
	transition: 1.3s all ease;
	-webkit-transition: 1.3s all ease;
	width: 100%;
	aspect-ratio: 1/1.5;
	object-fit: cover;
}
#product-section .product-item:hover .img-part img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
#product-section .product-item .content-part .details {
	display: inline-block;
	padding: .2rem .8rem;
	border: 1px solid #fff;
	font-size: 1.1rem;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
#product-section .product-item .content-part .details:hover {
	border-color: 011f3c;
}
.swiper-pagination-bullet-active {
	background-color: 011f3c;
}
.swiper-wrapper{
	height: 600px;
}
.swiper-slide-active {
	width: 300px;
	height: 600px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.31);
}
.flaticon-arrow-pointing-to-right {
	font-size: .8rem;
}
.view-all {
	display: inline-block;
	padding: .5rem 1.5rem .7rem;
	font-size: 1.6rem;
	color: #fff;
	background: #001f3c;
	text-decoration: none;
	text-transform: capitalize;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.view-all:hover {
	background: #FEC931;
	color: #fff;
}
.client-section {
	padding: 52px;
	background: #F5F6FA;
}
.client-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3rem;
}
.client-outer {
	display: flex;
	justify-content: center;
	padding: .5rem;
}
.client-outer .client-img {
	/* max-width: 120px; */
	height: 114px;
	/* opacity: .6; */
	transition: all .3s ease;
	width: 100%;
	margin-bottom: 10px;
}
.client-img:hover {
	opacity: 1;
}
.client-outer .wrapper {
	background-color: #fff;
	width: 100%;
	padding: .5rem;
	/* display: flex; */
	align-items: center;
	justify-content: center;
}
a.thm-btn.product {
    bottom: -15px;
}
.footer-top {
	background-color: #001f3c;
	padding: 2rem 0 .8rem;
	margin-top: -48px;

}
.footer-bottom {
	background-color: #001b34;
	padding: .5rem 0;
}


.service-section {
	position: relative;
	overflow: hidden;
	padding: 52px;
	background-color: #F5F6FA;
}
.service-section > .container {
	position: relative;
}
.service-section .background-right {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 40%;
	object-fit: cover;
}
.service-section .service-content {
	/*padding-right: 60px;*/
}
.service-section .service-content .title {
	margin-bottom: 40px;
}
.service-section .service-content .title span {
	font-family: 'Pacifico';
	font-size: 20px;
	color: #FEC931;
}
.service-section .service-content .title h2 {
	color: #212121;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: poppins;
}
.service-section .service-content p {
	margin: 0;
	color: #757575;
	font-weight: 500;
}
.service-section .service-content p + p {
	margin-top: 35px;
}
.service-section .service-content .btn-box {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	column-gap: 2rem;
}
.service-section .service-content .btn-box .phone-btn {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 500;
	color: #212121;
}
.service-section .service-content .btn-box .phone-btn span {
	font-size: 24px;
	border: 2px solid #2884C6;
	color: #2884C6;
	width: 59px;
	height: 59px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	display: inline-block;
}
.single-service-one p {
	color: #001f3c;
	font-family: poppins;
	font-weight: 400;
	margin-bottom: .6rem;
	font-size: 1rem;
	transition: all .3s ease;
}
.single-service-one:hover p,
.single-service-one:hover b {
	color: #0B2B43;
}
.single-service-one:hover a, .single-service-one:hover a {
    color: #0B2B43;
}

}
.service-page {
	box-shadow: 0 0px 8px 0 rgba(18, 29, 39, 0.16);
}
.service-section .inner {
	position: relative;
}
.service-section .divider {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2px;
	height: 100%;
	background: #ebedf4;
}
.service-section .divider.ver {
	width: 100%;
	height: 2px;
}
.single-service-one {
	padding: 50px 40px 50px 40px;
	display: block;
}
/* .popup-details {
    padding: 10px;
    padding-bottom: 0px;
} */
button#close {
    position: absolute;
    top: -41px;
    right: -29px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 69%;
    width: 34px;
    height: 34px;
    font-size:22px;
}

.hvr-bounce-to-bottom {
	position: relative;
	/* z-index: 2; */
	background: #f5f6fa;
	margin-bottom: 1.5rem;
}
.hvr-bounce-to-bottom > * {
	position: relative;
	display: flex;
}
.hvr-bounce-to-bottom > .details {
	display: inline-block;
	font-family: poppins;
	font-size: 1rem;
	font-weight: 500;
	color: #001f3c;
}

.hvr-bounce-to-bottom::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0B2B43;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-color: #0B2B43;
}
.hvr-bounce-to-bottom:active::before, .hvr-bounce-to-bottom:focus::before, .hvr-bounce-to-bottom:hover::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
	transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}
.single-service-one h3 {
	color: #212121;
	font-size: 1.2rem;
	font-weight: 600;
	margin: .5rem 0;
	text-transform: capitalize;
	transition: all .4s ease;
}
.single-service-one:hover h3,
.single-service-one:hover i,.single-service-one p,.hvr-bounce-to-bottom > .details {
	color: #0B2B43;
}
.single-service-one i {
	font-size: 3.5rem;
	color: #2884C6;
	transition: all .4s;
}
.service-section .section-title {
	color: #212121;
	padding-bottom: 15px;
	/* border-bottom-style: solid; */
	border-bottom-width: 3.1px;
	/* width: fit-content; */
	/* margin-left: 477px; */
    text-align: center;
}
.sec-title {
	margin-top: -8px;
	margin-bottom: 55px;
}
.sec-title span {
	font-family: 'Pacifico';
	color: #FEC931;
	font-size: 20px;
}
.sec-title h3 {
	margin: 0;
	color: #212121;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 30px;
}
.sec-title p {
	color: #757575;
	font-size: 20px;
	line-height: 32px;
	margin: 0;
}
.header-logo{
    height: 60px;
    width: 291px;
}

.footer-logo {
	margin-bottom: 1rem;
}
.footer-logo img {
	max-width: 200px;
}
.footer-widget .title {
	margin-bottom: .8rem;
}
.footer-widget .title h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
}
.footer-widget p span{
	font-family: "Open Sans", Arial, sans-serif;
    font-size: 19px !important;
    text-align: justify;
}

.about-section-p p span{
	font-family: sans-serif;
    font-size: 40px !important;
    text-align: justify;
}
.footer-widget.links-widget ul.link-list a {
	display: block;
	position: relative;
	padding-left: 15px;
	transition: all .4s ease;
}
.footer-widget ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.footer-widget.links-widget ul.link-list a::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: all .4s ease;
}
.footer-widget.links-widget ul.link-list a:hover {
	color: 011f3c;
}
.footer-widget.links-widget ul.link-list a:hover::before {
	background: 011f3c;
}
.footer-widget .single-post-widget .date {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
	display: inline-block;
	vertical-align: middle;
}
.footer-widget .single-post-widget .post-title {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
}
.footer-widget .single-post-widget .post-title a {
	color: #FFFFFF;
	transition: all .4s ease;
}
.single-post-widget + .single-post-widget {
	margin-top: 1rem;
}
.footer-widget .single-post-widget .post-title a:hover {
	color: #fff;
}
.footer-widget p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.footer-widget.contact-widget p {
	line-height: 24px;
}
.footer-copyright p {
	margin: 0;
	color: #A0A0A0;
	font-size: .9rem;
	line-height: 2.5;
	font-weight: 500;
	text-transform: capitalize;
}
.footer-copyright p a {
	color: #fff;
}
.footer-dev p {
	margin: 0;
	color: #A0A0A0;
	font-size: .9rem;
	line-height: 2.5;
	font-weight: 500;
	text-align: end;
	text-transform: capitalize;
}
.footer-dev p a {
	color: #fff;
}
.img-wrapper {
	overflow: hidden;
}
.experience__overlay:nth-child(2)::after {
	content: "";
	width: 100px;
	height: 2px;
	background-color: #001f3c;
	position: absolute;
	right: -15px;
	bottom: -15px;
}
.experience__overlay:nth-child(2)::before {
	content: "";
	width: 2px;
	height: 100px;
	background-color: #001f3c;
	position: absolute;
	right: -15px;
	bottom: -15px;
}
.wgt-list-outline {
	background: #fff;
	height: 100%;
}
.wgt-list-outline .wgt-list-heading,
.wgt-list-item-description {
	padding: 15px 15px 10px;
	overflow: hidden;
}
.wgt-list-carousel-item-image {
	float: left;
	width: 25%;
}
.wgt-list-carousel-item-image img {
	width: 100%;
	border-radius: 50%;
	aspect-ratio: 1;
	object-fit: cover;
	/*object-position: top;*/
}
.wgt-list-carousel-item-title {
}
.wgt-list-item-title {
	font-weight: 600;
	font-size: 1rem;
	text-transform: capitalize;
	color: #333;
	padding: 0 15px;
	text-align: center;
}
.wgt-list-item-subtitle {
	font-size: 1rem;
	color: #626262;
	line-height: 1.4;
	padding: 0 15px;
	text-align: center;
	font-weight: 500;
	text-transform: capitalize;
}
.rating {
	margin-top: 8px;
	display: flex;
	column-gap: .3rem;
	padding: 0 10px;
	justify-content: center;
}
.rating i {
	font-size: 1.2rem;
	color: 011f3c;
}
.wgt-list-item-description {
	color: #333;
	font-size: 1rem;
	padding-top: 0;
}
.owl-dots {
	display: flex;
	justify-content: center;
	column-gap: 1rem;
	position: absolute;
	width: 100%;
	bottom: -30px;
}
.owl-dot span {
	display: block;
	height: 10px;
	width: 10px;
	background: 011f3c;
	border-radius: 50%;
    border: solid 1px #001f3c;
}
.owl-dot.active span {
	background-color: #212121;
}
.feedback {
	text-align: center;
	font-family: poppins;
	font-weight: 600;
	text-transform: capitalize;
	color: #212121;
	margin-bottom: 1rem;
	font-size: 2rem;
}
.inner-client {
	height: 100%;
}
#client-section .section-title,
#client-section .section-subtitle {
	color: #212121;
}
.hc-offcanvas-nav .nav-content > .nav-close:first-child a, .hc-offcanvas-nav .nav-title + .nav-close a.has-label, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
	background: #09253a;
	border-top: 1px solid #09253a;
	border-bottom: 1px solid #09253a;
}
.hc-offcanvas-nav .nav-content > .nav-close:first-child a:hover, .hc-offcanvas-nav .nav-title + .nav-close a.has-label:hover, .hc-offcanvas-nav li.nav-close a:hover, .hc-offcanvas-nav .nav-back a:hover {
	background: #09253a;
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
	border-top: none;
}
.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
	background: #001f3c;
}
.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
	border-bottom: 1px solid #09253a;
}


/*product-page*/
.breadcrumbs {
	padding: 1rem 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: #e0e0e0;
}
.breadcrumbs .breadcrumb.darklinks {
	display: flex;
	align-items: center;
	column-gap: 1rem;
	margin-bottom: 0;
}
.breadcrumbs .breadcrumb.darklinks li {
	font-family: "poppins", sans-serif;
	text-transform: capitalize;
	font-weight: 500;
	color: #363636;
}
.breadcrumbs .breadcrumb.darklinks li a {
	position: relative;
	display: flex;
	color: #363636;
	font-weight: 400;
	transition: all .3s ease;
}
.breadcrumbs .breadcrumb.darklinks li a:hover {
	font-weight: 500;
	color: #fff;
}
.breadcrumbs .breadcrumb.darklinks li a::after {
	content: "/";
	display: block;
	padding-left: 1rem;
	font-family: "poppins", sans-serif;
	color: #363636;
}
.breadcrumbs .breadcrumb.darklinks li a:hover::after {
	color: #363636;
}
section.main-content.blog-details {
    padding-bottom: 41px;
}
section.main-content.product-page{
	padding-bottom: 50px;
	/* background-color: #f5f6fa; */
}
section.main-content.product-details{
	padding-bottom: 30px;
}
.details-content.row.height{
	padding-top: 5px;
}
section.main-content.contact {
    margin-bottom: 102px;
    margin-top: -16px;
}
section.main-content.about {
    margin-top: 9px;
	background-color: #f1f1f1;
}
section.main-content.blog {
    margin-bottom: 70px;
}
.product-bottom.category-pro {
    padding-bottom: 20px;
}
.main-content {
    margin: 2rem 0;
    padding-bottom: 50px;
    padding-top: 10px;
}
.main-content .product-item {
	box-shadow: 0 0px 8px 0 rgba(18, 29, 39, 0.16);
}
.main-content .product-bottom {
	position: initial;
	background: #fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.main-content .product-bottom .title {
	color: #212121;
}
.main-content .product-bottom .details {
	border: 1px solid #212121;
	color: #ffffff;
}
.main-content .sidebar {
	position: relative;
}
.widget {
	background-color: #f8f8f8;
	padding: 30px 25px 30px 0px;
	position: relative;
	margin-bottom: 2rem;
}
.widget::after {
	display: block;
	height: 3px;
	content: '';
	position: absolute;
	width: auto;
	bottom: 0;
	left: 35px;
	right: 35px;
	background-color: 011f3c;
}
.widget .widget-title {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
	position: relative;
	color: #222;
	font-family: "poppins", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
}
.widget .search-form {
	position: relative;
}
.widget .search-form input[type="text"] {
	border: none;
	width: 100%;
	padding: .8rem .5rem;
	background-color: #fff;
}
.widget .search-form input[type="submit"] {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
.widget .search-form input:focus {
	outline: none;
}
.sidebar .widget > ul.category {
	background-color: #fff;
}
.sidebar .widget > ul.category li {
	padding: 15px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.sidebar .widget > ul.category li a {
	position: relative;
	display: inline-block;
	font-family: "poppins", sans-serif;
	font-size: 1rem;
	color: #222d35;
	font-weight: 500;
	transition: all .3s ease;
	text-transform: capitalize;
}
.sidebar .widget > ul.category li span {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 26px;
	height: 26px;
	overflow: hidden;
	z-index: 1;
	font-size: 10px;
	letter-spacing: 0;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	padding: 4px 4px;
	border-radius: 0;
	background-color: #f8f8f8;
	transition: all .3s ease;
}
.sidebar .widget > ul.category li:hover a {
	color: 011f3c;
}
.sidebar .widget > ul.category li:hover span {
	background-color: #FEC931;
	color: #fff;
}
.main-content .single-product {
	padding: 1rem;
	background-color: #fff;
	box-shadow: 0 0px 8px 0 rgba(18, 29, 39, 0.16);
	margin-bottom: 1.5rem;
}
.main-content .single-product .product-thumb {
	position: relative;
}
.main-content .single-product .product-thumb .img-wrapper {
	overflow: hidden;
}
.main-content .single-product .product-thumb img {
	width: 100%;
	aspect-ratio: 1/.7;
	transition: all .5s ease;
}
.main-content .single-product:hover .product-thumb .img-wrapper img {
	/* transform: scale(1.2); */
}
a.details.another.thm-btn {
    top: -9px;
}
.main-content .single-product .product-thumb .date {
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: "poppins", sans-serif;
	line-height: 1.3;
	background-color: #001f3c;
	color: #fff;
	text-transform: uppercase;
	padding: .7rem 1rem;
	position: absolute;
	right: 0;
	bottom: -1.5rem;
	text-align: center;
}
.main-content .single-product .product-thumb .date span {}
.main-content .single-product .product-content {
	margin-top: 2rem;
	margin-bottom: -44px;
}
.main-content .single-product .product-content .product-title {
	font-family: "poppins", sans-serif;
	font-size: 1.5rem;
	line-height: 1.8rem;
	display: block;
	display: -webkit-box;
	max-height: calc(2 * 1.8rem);
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	color: #333;
	text-transform: capitalize;
}
.main-content .single-product .product-content .product-title:hover{
	color: #001f3c;
}
.main-content .single-product .product-content .product-exerp {
	font-family: "poppins", sans-serif;
	font-size: .9rem;
	display: block;
	display: -webkit-box;
	max-height: calc(2.5 * 1.8rem);
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 3;
	color: #fff;
	text-transform: capitalize;
}
.main-content .single-product .product-content .details {
	font-family: "poppins", sans-serif;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	font-size: .9rem;
	display: block;
	padding: .5rem;
	line-height: 25px;
	transition: all .3s ease;
}
.main-content .single-product .product-content .details:hover {
	color: #ffffff;
}

/*details-page*/
.details-content {}
.details-content .product-thumb {
	margin-bottom: 1.5rem;
}
.details-content .product-thumb img {
	width: 100%;
	border: 1px solid #adb7c1;
	height: 445px;;
	aspect-ratio: 1/.6;
	object-fit: cover;
}
.details-content .item-content {}
.details-content .item-content .entry-title {
	font-family: "poppins", sans-sarif;
	font-weight: 600;
	font-size: 2.5rem;
	color: #333;
	margin-bottom: 3.7rem;
	text-transform: capitalize;
	text-transform: uppercase;
}
.details-content .item-content p {
	font-size: 1rem;
	color: #444;
	line-height: 1.5;
}


/*contact page*/
.contact-content {
	background-color: #fff;
	padding: 50px;
	box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.title-wrapper .section-title {
	color: #212121;
	text-align: center;
	margin-bottom: .8rem;
}
.title-wrapper .title-desc {
	color: #555c63;
	font-family: "poppins", sans-serif;
	text-align: center;
	font-size: 1rem;
}
.title-wrapper .title-desc a {
	color: #FEC931;
}
.contact-form span.text-input {
	margin: 5px 0 25px;
	display: block;
	position: relative;
}
.contact-form span.text-input input {
	background-color: #f8f8f8;
	border: 1px solid rgba(0, 43, 92, 0.08);
	transition: border linear .2s,box-shadow linear .2s;
	color: #8093a8;
	padding: 13px 15px 14px;
	width: 100%;
	font-weight: 400;
	outline: none;
	font-size: 14px;
}
.contact-form span.text-input textarea {
	background-color: #f8f8f8;
	border: 1px solid rgba(0, 43, 92, 0.08);
	transition: border linear .2s,box-shadow linear .2s;
	color: #8093a8;
	padding: 13px 15px 14px;
	width: 100%;
	font-weight: 400;
	outline: none;
	font-size: 14px;
}
.contact-form span.text-input input:focus,
.contact-form span.text-input textarea:focus {
	border: 1px solid #FEC931;
}
.contact-form .cookies {
	font-size: 14px;
	color: #555c63;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.contact-form .submit {
	font-size: 16px;
	padding: 14px 30px 14px 30px;
	background-color: #212121;
	border: none;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	transition: all .3s ease;
}
.contact-form .submit:hover {
	background-color: 011f3c;
}
.contact-address {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.contact-address .contact-item {
    text-align: center;
}
.contact-address .icon {
    position: relative;
    height: 70px;
    width: 70px;
    overflow: hidden;
    margin: 0 auto;
    background-image: url(../images/email.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
}
.contact-address .icon.phone {
    background-image: url(../images/telephone.png);
}
.contact-address .icon.adrs {
    background-image: url(../images/location.png);
}
.contact-address .icon img {
    height: 25px;
    width: 25px;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 0;
    background-color: 011f3c;
    padding: 5px;
    border-radius: 50%;
}
.contact-address .address {}
.contact-address .address .title {
    font-size: 1.5rem;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
}
.contact-address .address p {
    font-size: .9rem;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
    color: #555;
}


.imgal-container {
	line-height: 0;
	-webkit-column-count: 3;
	-webkit-column-gap: 0.3rem;
	-moz-column-count: 3;
	-moz-column-gap: 0.3rem;
	column-count: 3;
	column-gap: 0.3rem;
}
.imgal-img {
	margin-bottom: 0.3rem;
	aspect-ratio: 1/1;
	border: 1px solid #dcdada;
	object-fit: cover;
}
.imgal-modal-img {
	position: relative;
	z-index: 999;
}
#imgal-modal-close {
	z-index: 9999;
}
img.image-client.photo {
    height: 211px !important;
}
#product-section .product-item {
    margin-bottom: 1.5rem;
    height: 339px !important;
}
.icon-color {
    color: 011f3c;
    font-size: 18px !important;
}
.span-color{
	color: #001f3c !important;
}

.about-logo{
	font-family: "Open Sans", Arial, sans-serif;
    font-size: 19px;
    text-align: justify;
}

.about-content p span{
	font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px !important;
    text-align: justify;
}

nav.flex.items-center.justify-between {
    text-align: center;
    padding: 47px;
    margin: -35px;
}
.w-5{
	display: none;
}

.img-fluider{
    max-width: 100%;
    width: 100%;
    max-height: 200px;
    height: 200px;

}
.service-title{
	text-align: center;
}
.service-btn{
	justify-content: center;
}
.client-review-quote{
	text-align: center;
}

.client-review-quote::before {
    /* content: "\ec51"; */
    position: absolute;
    left: -2px;
    top: 78px;
    font-family: 'remixicon' !important;
    font-style: normal;
    font-size: 2rem;
    color: #c72125;
}
.client-review-quote::after {
    /* content: "\ec51"; */
    position: absolute;
    left: -2px;
    top: 78px;
    font-family: 'remixicon' !important;
    font-style: normal;
    font-size: 2rem;
    color: #c72125;
}

.single-client {
    padding: .6rem;
    border: 1px dashed #f5f6fa;
    margin-bottom: -0.5rem;
	background-color: #f5f6fa;
}
img.image-client {
    height: 90px;
}
p.underline-product.about {
    top: -51px;
    left: 603px;
    height: 3px !important;
}
.client-section {
    padding: 2.5rem 0 79px;
    background: #f1f1f1;
}
p.description {
    margin-bottom: -37px;
}
.details-content {
    /* padding-bottom: 24px; */
    padding-top: 21px;
	
}
section.main-content.factory{
	margin-bottom: 82px;
	margin-top: 8px;
}
section.main-content.gallery {
    margin-bottom: 90px;
}
.btn-box {
    margin-bottom: -82px;
}
h2.section-title.text-center.mb-1.text-side {
    padding-bottom: 17px;
}
.wgt-list-outline.content.aos-init.aos-animate{
	padding-top: 30px;
}

ul.social {
	display: flex;
	column-gap: .5rem;
	align-items: center;
}
ul.social li {}
ul.social li a {
	display: flex;
	width: 26px;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 26px;
	font-size: 1.2rem;
	transition: all .3s ease;
}
ul.social li.facebook a {
	background-color: #496fa4;
}
ul.social li.twitter a {
	background-color: #1cb7eb;
}
ul.social li.google a {
	background-color: #e6694a;
}
ul.social li:hover a {
	background-color: transparent;
	border: 1px solid #fff;
}
.address ul.social li:hover a {
	background-color: transparent;
	border: 1px solid #555c63;
	color: #555c63;
}

i.fa.fa-facebook.icon-color.two {
    color: #fff;
    border: 1px solid #3b5998;
    line-height: 29px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #3b5998;
}
i.fa.fa-instagram.icon-color.two {
    color: #ffffff;
    border: 1px solid #8a3ab9;
    line-height: 29px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #d9111e;
}
i.fa.fa-twitter.icon-color.two {
    color: #fff;
    border: 1px solid #1DA1F2;
    line-height: 29px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #1DA1F2;
}
h2.client-title.text-center.mb-4.text-align.aos-init.aos-animate {
    margin-top: -42px;
	text-transform: uppercase;
}
.single-product.carowsol{
	width: 410px !important;
	height: 445px !important;
	background-color: #f5f6fa;
	padding: 11px 11px 11px 11px;
	margin-bottom: -42px;

}
/* .single-product.carowsol{
	width: 410px !important;
	height: 444px !important;
} */
p.title{
	text-align: center;
	margin-top: 10px;
	text-transform:uppercase;
	height: 15px;
}
h3.product-title{
	text-align: center;
}
a.details.thm-btn{
	margin: 105px;
	margin-top: 1px !important;
	border-radius: 54px;
	text-align: center;
	font-size: 14px;
}
a.details.another.thm-btn{
	margin: 38px !important;
}
/*  */
h2.title.aos-init.aos-animate {
    /* font-size: 39px; */
	margin-top: -191px;
	font-size: 50px;
	text-shadow: 5px 5px 4px #001f3c;
	/* margin-bottom: -49px; */
}
/* .item-wrapper {
    margin-top: 282px;
    margin-left: -53px;
}
/* a.slider-btn.title.aos-init.aos-animate { */
    margin-bottom: -102 px;
} */
h2.title.aos-init.aos-animate {
    margin-bottom: -34px;
}
a.slider-btn.title.aos-init.aos-animate {
    bottom: bottom: 4px;
}

/* .service-section h2::before {
	content: "";
    width: 222px;
    height: 3px;
    background: #002242 !important;
    position: absolute;
    left: 502px;
    top: 54px;
    right: 0;
} */

/* .client-section h2::before {
	content: "";
    width: 390px;
    height: 3px;
    background: #002242 !important;
    position: absolute;
    bottom: 32px;
    left: 448px;
    right: 0;
} */
/* .main-content h2::before {
	content: "";
    width: 227px;
    height: 3px;
    background: 011f3c !important;
    position: absolute;
    bottom: 32px;
    left: 532px;
    right: 0;
} */
/* .item-content h1::before {
	content: "";
    width: 160px;
    height: 3px;
    background: 011f3c !important;
    position: absolute;
    bottom: 110px;
    left: 45%;
    right: 0;
}
.item-content .about h1::before {
	content: "";
    width: 160px;
    height: 3px;
    background: 011f3c !important;
    position: absolute;
    bottom: 150px;
    left: 45%;
    right: 0;
} */


.about-section-p {

    width: 169px;
    height: 3px;
    /* background: #6c757d; */
	text-align: initial !important;
	margin-top: -19px!important;

}

.mission-section-p {

	width: 135px !important;
	height: 3px;
	/* background: #8c9cab; */
	text-align: initial !important;
	margin-top: -19px!important;
}

.mission-section p {
	text-align: initial !important;
}




.right-menu {
    font-size: 15px;
}
/* .slider-section{
	height: 200px;
} */

img.image-client.photo {
    height: 181px;
}

.underline{
	height: 3.5px;
    width: 72px;
    background: #001f3c;
    position: relative;
	left: 46.9%;
    bottom: 29px;

}
.underline-two{
	height: 3.5px;
	width: 72px;
	background: #001f3c;
	position: relative;
	left: 46.9%;
	bottom: 30px;

}
.underline-photo{
	height: 3.5px;
	width: 72px;
	background: #001f3c;
	position: relative;
	left: 46.9%;
	bottom: -4px;
}
.underline-product{
	height: 3.5px;
    width: 72px;
    background: #001f3c;
    position: relative;
	left: 46.9%;
    bottom: 30px;
}
.underline-product-4{
	height: 3.5px;
    width: 72px;
    background: #001f3c;
    position: relative;
	left: 46.9%;
    bottom: 30px;
}

.underline-about{
	height: 2.5px;
    width: 72px;
    background: #001f3c;
    position: relative;
	left: 0;
    bottom: 18px;
}

.underline-mission{
	height: 2.5px;
    width: 72px;
    background: #001f3c;
    position: relative;
	left: 0;
    bottom: 16px;
}

img.img-fluid.image {
    height: 249px;
    width: 100%;
}

.date.responsive{
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: "poppins", sans-serif;
	line-height: 1.3;
	background-color: #001f3c;
	color: #fff;
	text-transform: uppercase;
	padding: .5rem 1rem;
	position: absolute;
	right: 23px;
	bottom: 7.5rem;
	text-align: center;
}
h3.product-title{
	color: #212121;
	font: size 1.5rem;

}
a.thm-btn.learn-btn {
    /* margin-left: -519px; */
}
a.thm-btn.mission-btn {
    /* margin-left: -503px; */
}
a.details.thm-btn {
    margin-left: 93px !important;
}
img.image-client.photo.image-gallery {
    width: 100%;
}
/* .product-bottom {
    height: 145px;
} */
h4.title {
    height: 53px;
	/* font-size: 20px !important; */
}
h3.product-title {
    height: 60px;
	font-size: 20px;
}
/* ::before {
    font-size: 18px;
} */
h2.section-title.service-title.mb-2 {
    font-size: 33px;
}
/* a.thm-btn.learn-btn {
    margin-left: -523px !important;
    bottom: -27px !important;
}
a.thm-btn.mission-btn.responsive.style-web{
	margin-bottom: -43px !important;
	margin-left: -497px !important;
} */
span.text-footer {
    text-transform: lowercase;
}
h4.title {
    font-family: Montserrat,sans-serif;
}
/*gallery css start*/
.gallery-section .single-photo img {
	width: 100%;
	aspect-ratio: 1/.6;
	object-fit: cover;
	object-position: center;
}
/*gallery css end*/

.divider{
    height: 18px;
    width: 2px;
    margin: 0 7px;
    background: #001f3c;
}

a.phone-two {
    right: 18px;
}
a.phone-header {
    color: #001f3c;
    font-size: 15px;
}
a.mail-header {
    color: #001f3c;
    font-size: 15px;
}
a.color {
    color: #252627;
}
a.fotter-color {
    color: #fff;
}