@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
html {
	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'poppins', 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);
}
.header-top-outer {
	background-color: #0dcaf0;
}

.bg-danger {
    background-color: #0dcaf0 !important;
}



.header-top {
	display: grid;
	grid-template-columns: auto auto;
	padding: 0.5rem 0;
	align-items: center;
	justify-content: space-between;
}
.header-bottom > .container {
	display: grid;
	grid-template-columns: 200px auto;
	align-items: center;
	column-gap: 1.5rem;
}
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: #0dcaf0;
	border-radius: 11px;
}
ul.social li:hover a {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 11px;
}
.right-menu ul {
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: flex-end;
	column-gap: 1.5rem;
}
a.appoinment {
    font-weight: bold;
    color: #0dcaf0;
    font-size: 19px;
}
.right-menu ul li a::after {
	content: "";
	width: 2px;
	height: 20px;
	position: absolute;
	right: -11px;
	background: #fff;
	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;
	font-weight: 500;
	font-size: 1rem;
	color: #212121;
	transition: all .3s ease;
	text-transform: capitalize;
	justify-content: center;
	align-items: center;
	background-color: #0dcaf0;
	padding: .5rem .3rem;
	border-radius: .3rem;
}
.right-menu ul li a i {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
}
.ri-whatsapp-line::before {
	content: "\f2bc";
	margin-left: 2px;
}
.right-menu ul li a {
	display: flex;
	font-size: 1rem;
	color: #fff;
	transition: all .3s ease;
	position: relative;
	/* text-transform: capitalize; */
	border-radius: 2px;
	column-gap: .5rem;
	letter-spacing: 1px;
}
.phone span {
	color: #212121;
	font-size: 1.2rem;
	line-height: 1;
}
.header-bottom {
	background: #fff;
	border-bottom: 2px solid #0dcaf0;
	padding: .5rem 0;
}
#main-menu > ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
#main-menu ul > li {}
#main-menu ul > li > a {
	padding: 1rem;
	font-size: 1rem;
	color: #222;
	display: block;
	text-transform: uppercase;
	transition: all .3s ease;
	font-weight: 500;
}
#main-menu ul > li.active a {
	padding: 5px 10px;
	background-color: #0dcaf0;
	border-radius: 5px;
	color: #fff;
}
#main-menu ul > li.active a:hover {
	background-color: #0dcaf0;
	color: #fff;
}
#main-menu ul > li > a:hover {
	background: #fff;
	color: #0dcaf0;
}
#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: #0dcaf0;
}
#main-menu ul > li > ul.mega-menu .right-content p {
	font-size: 1rem;
	margin-bottom: 0;
}
.swiper-slide {
	flex-shrink: 0;
	 height: auto; 
}
.swiper-button-next,
.swiper-button-prev {
	color: #fff;
}
.slider-btn {
	font-family: 'Poppins', sans-serif;
	position: relative;
	display: inline-flex;
	padding: .7rem 1.5rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 600;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border: 1px solid #0dcaf0;
	box-sizing: border-box;
	border-radius: 5px;
	padding-left: 1rem;
	padding-left: 2.4rem;
	padding-right: 1rem;
	padding-right: 2.4rem;
	font-size: .9rem;
	background-color: #0dcaf0;
	color: #FFF;
	column-gap: .2rem;
}
.slider-btn:hover {
	background-color: #111;
	border-color: #111;
	color: #FFF;
}
.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: 2rem;
	line-height: 1.3;
	margin-bottom: 1.6rem;
	text-transform: capitalize;
}
.swiper-slide h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.3;
	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: #0dcaf0;
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: 1;
}
.item-wrapper b:nth-child(2) {
	height: 200px;
	width: 3px;
	background-color: #0dcaf0;
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: 1;
}
.item-wrapper b:nth-child(3) {
	height: 200px;
	width: 3px;
	background-color: #0dcaf0;
	position: absolute;
	right: -3px;
	bottom: -3px;
	z-index: 1;
}
.item-wrapper b:nth-child(4) {
	width: 200px;
	height: 3px;
	background-color: #0dcaf0;
	position: absolute;
	right: -3px;
	bottom: -3px;
	z-index: 1;
}

.category-section {
	background-color: #EDEDED;
}
.category-section .single-category {
	transition: transform .3s ease;
}
.category-section .single-category:hover {
	transform: translateY(-10px);
	box-shadow: 0px 0px 40px rgba(200, 200, 200, 0.3);
}
.category-section .single-category .inner-category {
	background: #fff;
}
.category-section .single-category .inner-category .thumb {}
.category-section .single-category .inner-category .thumb img {
	width: 100%;
	aspect-ratio: 1/.65;
	object-fit: cover;
}
.category-section .single-category .inner-category .title {
	padding: .75rem 1rem;
}
.category-section .single-category .inner-category .title h3 {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #111;
	font-size: 22px;
}


.about-section {
	position: relative;
	background-color: #0B2B43;
}
.about-section .overlay {
	background: #0B2B43 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 .inner-wrapper {
	position: relative;
	z-index: 99;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	background-size: 30%;
	background-color: #fff;
}
.text-lite {
	/* font-weight: 400; */
	color: #0dcaf0;
}
.thm-btn {
	font-family: 'Poppins', sans-serif;
	position: relative;
	display: inline-block;
	padding: 18px 69px;
	border-radius: 35px;
	color: #f9f9f9;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
	transition: all .4s;
	overflow: hidden;
	background: #0dcaf0;
	font-weight: 500;
	border: none;
	outline: none;
}
.thm-btn:hover {
	background: #212121;
	color: #fff;
	transition-delay: ;
}
.sm-btn {
	font-size: .8rem;
	padding: .5rem 1.5rem;
	display: inline-flex;
	column-gap: .2rem;
	border: 1px solid transparent;
	border-color: #0dcaf0;
	color: #0dcaf0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.sm-btn:hover {
	color: #fff;
	background-color: #0dcaf0;
}

.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: 300px;
	overflow: hidden;
	margin-left: 3rem;
}
.experience__overlay:nth-child(2) {
	position: absolute;
	width: 200px;
	top: 45px;
	left: 215px;
}
.experience__img-one {
	aspect-ratio: 1/.7;
}
.experience__img-two {
	aspect-ratio: 1/1.3;
}
.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 {
	font-weight: 700;
	color: #fff;
	font-size: 2.5rem;
	line-height: 1.5;
	text-transform: capitalize;
	font-family: poppins;
	position: relative;
	margin-bottom: 1.5rem;
	letter-spacing: 1px;
}
p.sub,
.about-section p {
	color: #777;
	font-size: 14px;
	text-align: center;
}
.lead {
	letter-spacing: -.03em;
	font-size: 1.2rem !important;
	color: #777;
	font-weight: 300 !important;
}
img.ratio {
	width: 100%;
	aspect-ratio: 1/.8;
	object-fit: cover;
}
/*.section-title::after {
	content: "";
	width: 150px;
	height: 2px;
	background-color: #212121;
	position: absolute;
	left: 0;
	bottom: 0;
}*/
.section-title.text-center::after {
	left: 50%;
	transform: translateX(-50%);
}
.section-title.text-white::after {
	background-color: #fff;
}
.about-content p {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 2rem;
}
.section-subtitle {
	font-family: 'Pacifico';
	font-size: 20px;
	color: #212121;
}
#product-section {
	padding: 30px;
	background-color: #ededed;
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment: fixed;
	background-size: cover;
}
#product-section .thm-btn:hover {
	background-color: #212121;
}
.product-item {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 1.5rem;
	box-shadow: 0 0px 8px 0 rgba(18, 29, 39, 0.16);
}
.product-section .section-title {
	color: #212121;
}
.product-bottom {
	padding: 22px 9px 22px;
	text-align: center;
	background-color: #fff;
	width: 100%;
	transition: all .5s ease;
}
.product-image {
	overflow: hidden;
	position: relative;
}
.product-image::after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s ease-in-out;
}
.product-image:hover::after {
	opacity: 0.3;
}
.product-image img {
	width: 100%;
	aspect-ratio: 1/.8;
	object-fit: cover;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
.product-item:hover img {
	transform: scale(1.2);
}
.product-bottom .title {
	color:#222222;
	margin-bottom: .5rem;
	font-size: 16px;
}
.product-bottom .details {
	font-size: .8rem;
	padding: .5rem 1rem;
	display: inline-flex;
	column-gap: .2rem;
	margin-top: .5rem;
	border: 1px solid transparent;
	border-color: #d9d9d9 #d9d9d9 #bfbfbf;
	color: #fff;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-transform: capitalize;
	font-weight: 600;
    background: #0dcaf0;
	border-radius: 7px;
}
.product-bottom .details span {
	display: inline;
	margin-left: .4rem;
}
.product-bottom .details .flaticon-arrow-pointing-to-right {
	font-size: .6rem;
}
.product-bottom .details:hover {
	background: #fff;
	color: #222;
	border-radius: 7px;
}
#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: #0dcaf0;
}
.swiper-pagination-bullet-active {
	background-color: #0dcaf0;
}
.swiper-slide-active {
	width: 300px;
	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: #0A1F33;
	text-decoration: none;
	text-transform: capitalize;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.view-all:hover {
	background: #0dcaf0;
	color: #fff;
}
.client-section {
	padding: 2.5rem 0 3.5rem;
	background: #fff;
}
.client-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3rem;
}
.single-client {
	padding: .6rem;
	border: 1px dashed #d9dbdc;
	margin-bottom: 1.5rem;
}
.client-outer {
	display: flex;
	justify-content: center;
	padding: .5rem;
}
.client-outer .client-img {
	max-width: 120px;
	height: auto;
	/*opacity: .6;*/
	transition: all .3s ease;
}
.client-img:hover {
	opacity: 1;
}
.client-outer .wrapper {
	background-color: #fff;
	width: 100%;
	padding: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-top {
	background-color: #212529;
	padding: 2rem 0 2rem;
}
.footer-widget {
	margin-bottom: 1rem;
}
.footer-bottom {
	background-color: #1c2023;
	padding: .5rem 0;
}
.footer-bottom nav {
	font-size: 0.9em;
}
.footer-bottom nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-bottom nav ul li:first-child {
	border: medium none;
	padding-left: 0;
}
.footer-bottom nav ul li {
	line-height: 12px;
	margin: 0;
	color: #777;
	display: inline-flex;
	align-items: center;
	column-gap: .5rem;
}
.footer-bottom nav ul li a {
	line-height: 26px;
	color: #777;
	transition: all 0.1s ease-in-out;
}
.footer-bottom nav ul li a:hover {
	color: #fff;
}
.footer-bottom p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 26px;
}
.service-section {
	position: relative;
	overflow: hidden;
	padding: 3.5rem 0 3.5rem;
	background: linear-gradient(to right, #0dcaf0 36%, #F7F7F7 35%);
}
.service-section .item-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 15px 0 8px 0;
	column-gap: 2%;
	flex-wrap: wrap;
	justify-content: center;
}
.service-section > .container {
	position: relative;
}

span.dry-eye {
    font-weight: bold;
    color: #0dcaf0;
}
.service-item {
	flex: 0 0 32%;
	position: relative;
	text-align: left;
	margin-bottom: 2%;
}
.service-item .inner {
	position: relative;
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.34);
	background-color: #fff;
}
.border-white:hover {
	background-color: #fff !important;
	color: #111 !important;
}
/*.service-item:nth-of-type(2n+1)::after {
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(194,225,245,0);
	border-top-color: #fff;
	border-width: 16px;
	left: 25px;
	bottom: -27px;
}
.service-item:nth-of-type(2n)::after {
	top: -32px;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(194,225,245,0);
	border-bottom-color: #fff;
	border-width: 16px;
	left: 25px;
}*/
.service-item .inner .service-thumb {
	position: relative;
	overflow: hidden;
}
.service-item .inner .service-thumb:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0;
	transition: all .3s ease;
}
.service-item .inner:hover .service-thumb:after {
	opacity: .2;
}
.service-item .inner .service-thumb img {
	width: 100%;
	aspect-ratio: 1/.9;
	object-fit: cover;
	transition: transform .6s ease;
}
.service-item:hover .inner .service-thumb img {
	transform: scale(1.2);
}
.service-item .inner .service-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: .7rem;
	background-color: #222;
}
.service-item .inner .service-content .service-content-title {}
.service-item .inner .service-content .service-content-title h5 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
}
.service-item .inner .service-content .service-content-desc {
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
}
.service-item .inner .serial {
	position: absolute;
	left: 22px;
	bottom: -65px;
	height: 38px;
	width: 38px;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0dcaf0;
	border-radius: 50%;
	letter-spacing: .02px;
	color: #fff;
}
a.details {
	display: flex;
	align-items: center;
	line-height: 1;
	column-gap: .4rem;
}
a.details span {
	display: flex;
}
.single-service-one:hover p,
.single-service-one:hover b {
	/*color: #fff;*/
}
.subtitle {
	text-transform: capitalize;
	color: #212121;
}
.section-title {
	text-transform: capitalize;
	color: #212121;
	 font-family:ui-monospace;
}
.service-page {
	box-shadow: 0 0px 8px 0 rgba(18, 29, 39, 0.16);
}
.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 {
	display: block;
}
.single-service-one {
	border-radius: .85rem;
	border: 1px solid rgba(229, 231, 235, 0.7);
	background-color: rgba(255,255,255,1);
	transition: all .5s ease-in-out;
	overflow: hidden;
	transition: all .3s ease-in-out;
}
.hvr-bounce-to-bottom {
	position: relative;
	z-index: 2;
	margin-bottom: 1.5rem;
}
.hvr-bounce-to-bottom > * {
	position: relative;
}
.hvr-bounce-to-bottom .thumb img {
	width: 100%;
	aspect-ratio: 1/.7;
	object-fit: cover;
	transition: transform .5s ease-in-out;
}
.hvr-bounce-to-bottom .thumb {
	overflow: hidden;
}
.hvr-bounce-to-bottom:hover .thumb img {
	transform: scale(1.2);
	transition: transform .5s ease;
}
.hvr-bounce-to-bottom .bottom-content {
	padding: 1.5rem 1rem;
}
.single-service-one:hover {
	border-color: transparent;
	border-color: rgba(229, 231, 235, 0);
	--tw-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);
	box-shadow:  0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);
}
.hvr-bounce-to-bottom > .details {
	display: inline-block;
	font-family: poppins;
	font-size: 1rem;
	font-weight: 500;
	color: #2884c6;
}
/*.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-bottom: .5rem;
	text-transform: capitalize;
	transition: all .4s ease;
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: calc(2 * 1.8rem);
	line-height: 1.8rem;
}
.single-service-one:hover h3,
.single-service-one:hover i {
	/*color: #fff;*/
}
.single-service-one i {
	font-size: 3.5rem;
	color: #2884C6;
	transition: all .4s;
}
.service-section .section-title {
	color: #212121;
}
.sec-title {
	margin-top: -8px;
	margin-bottom: 55px;
}
.sec-title span {
	font-family: 'Pacifico';
	color: #0dcaf0;
	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;
}
.footer-logo {
	margin-bottom: 1rem;
}
.footer-logo img {
	max-width: 240px;
}
.footer-widget .title {
	margin-bottom: .8rem;
}
.footer-widget .title h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-transform: capitalize;
}
.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: 15px;
	line-height: 30px;
	text-transform: capitalize;
}
.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: #0dcaf0;
}
.footer-widget.links-widget ul.link-list a:hover::before {
	background: #0dcaf0;
}
.footer-widget .single-post-widget .date {
	color: #0dcaf0;
	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: #0dcaf0;
}
.footer-widget .rounded-circle {
	width: 70px;
	aspect-ratio: 1/1;
	object-fit: cover;
}
.footer-widget .media-body .text-2 {
	font-size: .8em;
}
.footer-widget .btn-flat {
	color: #fff;
	transition: all 0.1s ease-in-out;
	display: inline-flex;
	column-gap: .2rem;
	font-size: .8em;
	letter-spacing: 1px;
	align-items: center;
}
.footer-widget .btn-flat i {
	font-size: 1rem;
}
.footer-widget .btn-flat:hover {
	opacity: .8;
}
.footer-widget .media-body a p {
	color: #fff;
	opacity: .8;
}
.footer-widget .media-body a:hover p.text-2 {
	opacity: .8;
}
.footer-widget .media-body a:hover p {
	opacity: 1;
}
.footer-widget p {
	font-size: 14px;
	color: #f7f7f7;
	line-height: 24px;
}
.footer-widget.contact-widget p span {
	opacity: .8;
}
.footer-widget.contact-widget p {
	line-height: 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: .8rem;
	color: #fff;
}
.footer-widget.contact-widget p i {
	height: 26px;
	width: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0dcaf0;
	border-radius: 50%;
	color: #fff;
	opacity: 1;
}
.footer-copyright p {
	margin: 0;
	color: #A0A0A0;
	font-size: 15px;
	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: #0dcaf0;
	position: absolute;
	right: -15px;
	bottom: -15px;
}
.experience__overlay:nth-child(2)::before {
	content: "";
	width: 2px;
	height: 100px;
	background-color: #0dcaf0;
	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: #0dcaf0;
}
.wgt-list-item-description {
	color: #333;
	font-size: 1rem;
	padding-top: 0;
}
.owl-dots {
	display: flex;
	justify-content: center;
	column-gap: .5rem;
	position: absolute;
	width: 100%;
	bottom: -30px;
}
.owl-dot span {
	display: block;
	height: 8px;
	width: 8px;
	background: #0dcaf0;
	border-radius: 50%;
}
.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: #0B2B43;
}
.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
	border-bottom: 1px solid #2D4151;
}
.single-client img {
	width: 100%;
	aspect-ratio: 1/.5;
	object-fit: contain;
}


/*product-page*/
.breadcrumbs {
	padding: 1rem 0;
	background-color: rgb(243, 244, 246);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.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: #0dcaf0;
}
.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;
}
.main-content {
	/* margin: 2rem 0; */
}
.main-content .sidebar {
	position: relative;
}
.widget {
	position: relative;
	margin-bottom: 2rem;
	border-radius: 1.5rem;
	background-color: rgb(243, 244, 246);
	overflow: hidden;
}
.widget::after {
	display: block;
	height: 56px;
	content: '';
	position: absolute;
	width: 56px;
	top: 0;
	left: 0;
	border-left: 56px solid #0dcaf0;
	border-bottom: 56px solid transparent;
}
.widget > * {
	position: relative;
	z-index: 1;
}
.widget .widget-title {
	font-size: 20px;
	line-height: 25px;
	position: relative;
	color: rgb(17, 24, 39);
	font-family: "poppins", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	border-bottom: 1px solid rgb(229, 231, 235);
	padding: 15px 20px;
	margin-bottom: 0;
}
.widget .search-form {
	position: relative;
	margin: 15px 20px;
	margin-bottom: 25px;
}
.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;
	background-color: rgb(254, 201, 49);
}
.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 rgb(229, 231, 235);
	position: relative;
	transition: all .3s ease-in-out;
}
.sidebar .widget > ul.category li:hover {
	background-color: rgb(229, 231, 235);
}
.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 a::before {
	content: "//";
	font-size: .8rem;
	color: #222;
	margin-left: -15px;
	margin-right: 5px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
}
.sidebar .widget > ul.category li:hover a::before {
	margin-left: 0;
	opacity: 1;
	visibility: visible;
}

.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: #0dcaf0;
	transition: all .3s ease;
	color: #fff;
}
.sidebar .widget > ul.category li .item {
	font-size: .75rem;
	text-transform: capitalize;
	color: rgb(7, 14, 28);
	margin-left: .1rem;
	margin-top: .1rem;
}
.sidebar .widget > ul.category li:hover a {
	margin-left: .5rem;
}
.sidebar .widget > ul.category li:hover span {
	background-color: #0dcaf0;
	color: #fff;
}
.main-content .single-product {
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,.08);
	margin-bottom: 1.5rem;
	width: 317px;
	padding:  8px 8px 9px 8px;
	text-transform: uppercase;
}

.main-content .client-product {
	box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    margin-bottom: 1.5rem;
    width: 208px;
    height: 136px;
    padding: 5px;
    text-transform: uppercase;
    border: 1px solid #fff;
}
.single-product.carowsol.post {
	background-color: #ededed;
	box-shadow: 0 0 30px rgba(0,0,0,.08);
	margin-bottom: 1.5rem;
	width: 326px;
	padding:  8px 8px 9px 8px;
	text-transform: uppercase;
	border: 1px solid #fff;
}
.single-product.post{
	width: 100%;
}

.sidebar-toggler {
	display: none;
}
.sidebar-close {
	display: none;
}
.main-content .single-product .product-thumb {
	position: relative;
}
.main-content .single-product .product-thumb .img-wrapper {
	overflow: hidden;
	display: flex;
	align-items: center;
}
.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);
}
.main-content .single-product .product-thumb .date {
	display: flex;
	flex-direction: column;
	font-size: 12px;;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: "poppins", sans-serif;
	line-height: 0.3;
	background-color: #0dcaf0;
	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 {
	
	padding: 36px 15px 1px 10px;
}
.main-content .single-product .product-content .date {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.main-content .single-product .product-content .date::before {
	content: "";
	width: 50px;
	position: absolute;
	height: 2px;
	background-color: #ccc;
	top: 100%;
	left: 0;
	margin-top: 7px;
}
.main-content .single-product .product-content .date::after {
	content: "";
	width: 100px;
	position: absolute;
	height: 2px;
	background-color: #ccc;
	top: 100%;
	left: 0;
}
.main-content .single-product .product-content .date span {
	font-size: 13px;
	color: #6f6f6f;
	font-weight: 400;
}
.main-content .single-product .product-content .product-title {
	font-family: "poppins", sans-serif;
	font-size: 17px;
	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-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: #333;
	text-transform: capitalize;
	margin-bottom: .6rem;
}
.main-content .single-product .product-content .details {
	font-family: "poppins", sans-serif;
	font-weight: 600;
	/* color: #0dcaf0; */
	text-transform: capitalize;
	font-size: .9rem;
	display: inline-block;
	transition: all .3s ease;
	line-height: 0.3;
	border-radius: 5px;
}
.main-content .single-product .product-content .details:hover {
	color: #f8f7f7;
	border-radius: 6px;
	
}
p.button{
	margin-left: 9px;;
}
a.details.thm-btn{
	padding: 11px;
	margin-bottom: -17px;
}


/*details-page*/
.details-content {}
.details-content .product-thumb {
	margin-bottom: 1.5rem;
}
.details-content .product-thumb.dif {
	margin-bottom: 1.5rem;
	max-width: 500px;
}
.details-content .product-thumb img {
	width: 100%;
	/* height: 364px; */
	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: .7rem;
	text-transform: capitalize;
}
.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 30px 0 rgba(29, 33, 67, 0.10);
	margin-top: 20px;
	margin-bottom: 3rem;
	border-radius: 2.5rem;
}
.title-wrapper .section-title {
	color: #212121;
	text-align: center;
	margin-bottom: .8rem;
}
.title-desc {
	color: #555c63;
	font-family: "poppins", sans-serif;
	font-size: 1rem;
}
.dual-devide {
	display: grid;
	grid-template-columns: 30% auto;
	column-gap: 2rem;
}
.address ul.social li:hover a {
	background-color: transparent;
	border: 1px solid #555c63;
	color: #555c63;
}
.left-contact .contact-item + .contact-item {
	margin-top: 1.5rem;
}
.contact-item .address .title {
	font-size: 1.1rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	margin-bottom: .6rem;
}
.contact-item .address p {
	color: rgb(107, 114, 128);
}
.contact-item .address .title i {
	margin-right: .5rem;
	font-size: 1.2rem;
}
.title-desc a {
	color: #0dcaf0;
}
.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 #0dcaf0;
}
.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;
	border-radius: 14px;
}
.contact-form .submit:hover {
	background-color: #0dcaf0;
}
.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: #0dcaf0;
    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;
}
.product-thumb.square img {
	aspect-ratio: 1/1;
}
ul.services li {
	display: flex;
	align-items: flex-start;
	column-gap: 2rem;
	margin-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #dfdfdf;
}
ul.services li:last-child {
	border-bottom: none;
}
ul.services li > span.icon {
	width: 200px;
	margin-top: 5px;
}
ul.services li > span.icon svg,
ul.services li > span.icon img {
	width: 100%;
	height: auto;
	color: #ddd;
}
ul.services li > span.content .title {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}
ul.services li > span.content .desc {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	color: #999;
}
ul.footer-menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
ul.footer-menu li {
	padding: 0 .8rem;
	position: relative;
}
ul.footer-menu li:first-child {
	padding-left: 0;
}
ul.footer-menu li::after {
	content: "";
	height: 20px;
	width: 2px;
	display: block;
	position: absolute;
	right: -1px;
	background-color: #0dcaf0;
	top: 50%;
	transform: translateY(-50%);
}
ul.footer-menu li:last-child::after {
	content: "";
	display: none;
}
ul.footer-menu li a {}
.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;
	text-transform: uppercase;
}







.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;
	object-fit: cover;
}
.imgal-modal-img {
	position: relative;
	z-index: 999;
}
#imgal-modal-close {
	z-index: 9999;
}
.details-content {
	padding: 3rem 0;
}
.details-content .item-content p {
	color: rgba(29,29,36,.75);
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}
.details-content .item-content p + p {
	margin-top: 1.2rem;
}
.item-content .product-feature {
	margin-top: 1.2rem;
}
.page-title-section {
	padding: .8rem 0;
	text-align: center;
	background-color: rgb(243, 244, 246);
}
.page-title-outer {
}
.page-title {
	font-size: 1.75rem;
	line-height: 1.5rem;
	color: #1f1f25;
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 600;
}
.subtitle {
	font-size: 1rem;
	line-height: 1.1rem;
	font-weight: 600;
	color: #7e7e7e;
	margin-bottom: .6rem;
}
.details-title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 3.3rem;
	margin-bottom: 1.2rem;
	padding-bottom: 1rem;
	color: #1f1f25;
	position: relative;
	text-transform: uppercase;
}
.details-title::after {
	content: "";
	display: block;
	width: 150px;
	height: 3px;
	background-color: #1f1f25;
	position: absolute;
	left: 0;
	bottom: 0;
}
.product-feature li {
	position: relative;
	display: flex;
	align-items: center;
	color: #7e7e7e;
	font-weight: 400;
	font-size: 16px;
	line-height: inherit;
	margin-bottom: 10px;
}
.product-feature li::before {
	content: "\eb79";
	font-family: 'remixicon' !important;
	font-style: normal;
	margin-right: .5rem;
	color: #fd4766;
}


/*review-section*/
.review-section {
	padding: 2.5rem 0 3.5rem;
}
.review-section .review-carousel {}
.review-carousel .single-item {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.review-carousel .single-item .testimonial-author {}
.review-carousel .single-item .testimonial-author img {
	width: 100px;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 50%;
	object-position: top;
	display: block;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.review-carousel .single-item blockquote {
	position: relative;
}
.review-carousel .single-item blockquote::before {
	content: "\ec51";
	position: absolute;
	left: 0;
	top: -15px;
	font-family: 'remixicon' !important;
	font-style: normal;
	font-size: 2rem;
	color: #0dcaf0;
}
.review-carousel .single-item blockquote::after {
	content: "\ec52";
	position: absolute;
	right: 0;
	bottom: -15px;
	font-family: 'remixicon' !important;
	font-style: normal;
	font-size: 2rem;
	color: #0dcaf0;
}
.review-carousel .single-item blockquote p {
	font-family: 'Playfair Display', serif;
	padding: 0 40px;
}
.review-carousel .single-item .testimonial-author p {
	text-align: center;
	font-size: 14px;
	color: #111;
	opacity: .9;
	text-transform: capitalize;
	margin-bottom: 0;
}
/*review-section*/

/*hero-section*/
.hero-section {
	padding: 2.5rem 0;
	background-color: #383f48;
}
.hero-section p {
	color: #FFF;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 26px;
}
.hero-section p span {}
.hero-section p span.highlighted-word {
	font-family: 'Shadows Into Light', cursive;
	font-weight: 600;
	font-size: 2rem;
	position: relative;
}
.hero-section p span.highlighted-word::after {
	content: '';
	position: absolute;
	left: -35px;
	bottom: -8px;
	background: url(../images/about/line.png);
	width: 100%;
	height: 15px;
	transform: rotate(180deg);
	background-repeat: no-repeat;
	background-size: contain;
	filter: brightness(0) invert(1);
}
.hero-section p span:not(.highlighted-word) {
	color: #FFF;
	display: block;
	font-size: 0.8em;
	font-weight: 300;
	padding-top: 5px;
	opacity: 0.7;
	font-size: 14px;
}
.w-5{
	display: none;
}
nav.flex.items-center.justify-between {
    text-align: center;
}


p.mb-4.text-white.responsive-text.text {
    text-align: justify;
}
/*hero-section*/
p.title{
	margin-top: 26px;
	margin-bottom: 1rm;
	text-align: center;
}
a.details.thm-btn{
	border-radius: 0px;
	left: 47px;
}
h3.product-title{
	text-align: center;
}

section#client-section{
	background: #ededed;
}
section#client-section {
    padding: 30px;
}
h4.title {
    height: 50px;
}
h3.product-title {
    height: 50px;
}

.news {
    width: 160px
}

.news-scroll a {
    text-decoration: none;
	color: #2c5d8f;
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: #4d90fe;
    border-radius: 50%;
    display: inline-block
}


/* research start */

.mt-100 {
    margin-top: 100px
}

.card {
    border-radius: 7px !important;
    border-color: #e1e7ec
}

.mb-30 {
    margin-bottom: 30px !important
}

.card-img-tiles {
    display: block;
    border-bottom: 1px solid #e1e7ec
}

a {
    color: #0da9ef;
    text-decoration: none !important
}

.card-img-tiles>.inner {
    display: table;
    width: 100%
}

.card-img-tiles .main-img,
.card-img-tiles .thumblist {
    display: table-cell;
    width: 65%;
    padding: 15px;
    vertical-align: middle
}

.card-img-tiles .main-img>img:last-child,
.card-img-tiles .thumblist>img:last-child {
    margin-bottom: 0
}

.card-img-tiles .main-img>img,
.card-img-tiles .thumblist>img {
    display: block;
    width: 100%;
    margin-bottom: 6px
}

.thumblist {
    width: 35%;
    border-left: 1px solid #e1e7ec !important;
    display: table-cell;
    width: 65%;
    padding: 15px;
    vertical-align: middle
}

.card-img-tiles .thumblist>img {
    display: block;
    width: 100%;
    margin-bottom: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .45rem .5rem !important;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}


.image{
	height: 225px;
}
/* research end */


/* notice start */

.gray-bg {
    background-color: #f5f5f5;
}
/* Blog 
---------------------*/
.blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #fc5356;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.blog-grid .blog-info {
  padding: 20px;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  color: #20247b;
}
.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}


/* Blog Sidebar
-------------------*/
.blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-aside .widget-body {
  padding: 15px;
}
.blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fc5356;
  margin: 0;
}
.blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-aside .widget-author h6 {
  font-weight: 600;
  color: #20247b;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.blog-aside .post-aside {
  margin-bottom: 15px;
}
.blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.blog-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.blog-aside .latest-post-aside .lpa-title a {
  color: #20247b;
  font-weight: 600;
}
.blog-aside .latest-post-aside .lpa-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #20247b;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tag-cloud a:hover {
  background: #fc5356;
}

.blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}
.article .article-title {
  padding: 15px 0 20px;
}
.article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.article .article-title h6 a {
  text-transform: uppercase;
  color: #fc5356;
  border-bottom: 1px solid #fc5356;
}
.article .article-title h2 {
  color: #20247b;
  font-weight: 600;
}
.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.article .article-title .media .media-body {
  padding-left: 8px;
}
.article .article-title .media .media-body label {
  font-weight: 600;
  color: #fc5356;
  margin: 0;
}
.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: #20247b;
  font-weight: 600;
  margin-bottom: 15px;
}
.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #fc5356;
  margin: 0;
}
.article .article-content blockquote .blockquote-footer {
  color: #20247b;
  font-size: 16px;
}
.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.article-comment h4 {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}

/* Contact Us
---------------------*/
.contact-name {
  margin-bottom: 30px;
}
.contact-name h5 {
  font-size: 22px;
  color: #20247b;
  margin-bottom: 5px;
  font-weight: 600;
}
.contact-name p {
  font-size: 18px;
  margin: 0;
}

.social-share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
.social-share .dribbble {
  box-shadow: 0 8px 30px -4px rgba(234, 76, 137, 0.5);
  background-color: #ea4c89;
}
.social-share .behance {
  box-shadow: 0 8px 30px -4px rgba(0, 103, 255, 0.5);
  background-color: #0067ff;
}
.social-share .linkedin {
  box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5);
  background-color: #0177ac;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #20247b;
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  box-shadow: none !important;
}
.contact-form .form-control:focus {
  border-bottom: 1px solid #fc5356;
}
.contact-form .form-control.invalid {
  border-bottom: 1px solid #ff0000;
}
.contact-form .send {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-form .send {
    margin-bottom: 20px;
  }
}

.section-title h2 {
    font-weight: 700;
    color: #20247b;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #fc5356;
    padding-left: 15px;
}
.section-title {
	/* padding-top: 17px; */
}
.py-5 {
    padding-top: 28px!important;	
    padding-bottom: 3rem !important;
}
.contact-form .send {
    margin-top: 20px;
}

.pi-3 {
    padding-top: 28px !important;
    padding-bottom: 4px !important;
}
.pi-5 {
    padding-top: 47px !important;
    padding-bottom: 33px !important;
}
.px-btn {
    padding: 0 50px 0 20px;
    line-height: 60px;
    position: relative;
    display: inline-block;
    color: #20247b;
    background: none;
    border: none;
}
.px-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 30px;
    background: transparent;
    border: 1px solid rgba(252, 83, 86, 0.6);
    border-right: 1px solid transparent;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    width: 60px;
    height: 60px;
}
img.notice-image {
    width: 100% !important;
    height: auto;
}
.px-btn .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
}
.px-btn .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


img.image {
    height: 100px;
    width: 100px;
}
/* end */

/* Reserch Start */

.card {
    margin-bottom: 30px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1 solid transparent;
    border-radius: 0;
}
.card .card-subtitle {
    font-weight: 300;
    margin-bottom: 10px;
    color: #8898aa;
}
.table-product.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f3f8fa!important
}
.table-product td{
    border-top: 0px solid #dee2e6 !important;
    color: #728299!important;
}

img.img-responsive {
    width: 100%;
    height: 418px;
}
.col-lg-5.col-md-5.col-sm-6.margin {
    margin-top: 86px;
}

img.profile-image {
    height: 400px;
    width: auto;
}
img.image {
    height: 123px !important;
}
.card-title {
    margin-bottom: 0.5rem;
    color: #000;
}
/* Reserch End */



/* map Start*/
.map-container{
	overflow:hidden;
	padding-bottom:32.25%;
	position:relative;
	height:0;
	}
	.map-container iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	}
/* map End */