/* main css */

@font-face {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Regular'), url('../fonts/Poppins-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Bold'), url('../fonts/Poppins-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('../fonts/Helvetica.woff') format('woff');
}

:root {
  --white: #fff;
  --black: #000;
  --grey: #eee;
  --color1: #53f3f1; /*#53f3f1;*/
  --color2: #1E1E1E; /*#0877eb;*/ 
  --color3: #1E1E1E; /*#052aa3;*/
  --color4: #1E1E1E;    /*#001578;*/
  --transition: all 0.3s ease-in-out;
  --shadow: 0px 4px 25px 0px #0000000f;
  --gradient-bg: linear-gradient(90deg, #0877eb -10.59%, #001578 300.59%);
}

html, body {
}
body {
	background-color: var(--white);
    font-family: 'Helvetica';
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins Bold';
	color: var(--color4);
}

.bg-overlay {
	position: relative;
}
.bg-overlay:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: 0.8
}
.bg-overlay.theme-overlay:before {
	background-color: var(--color5);
}
.bg-overlay.white-overlay:before {
	background-color: #fff;
}
.bg-overlay.black-overlay:before {
	background-color: #000;
}
.bg-overlay .container {
	position: relative;
	z-index: 1;
}

.text-justify { text-align: justify; }

.bg-1 { background-color: var(--color1); }
.bg-2 { background-color: #1E1E1E; }
.bg-3 { background-color: var(--color3); }
.bg-4 { background-color: var(--color4); }
.bg-grey { background-color: var(--grey); }
/*.bg-grad1 { background: var(--gradient-bg); }*/
.bg-grad1 {background-color:#1E1E1E;}
.btn1 {
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: var(--white);
	padding: 14px 20px;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	border-radius: 50px 50px 50px 0;
	font-weight: 600;
	letter-spacing: 1px;
	cursor: pointer;
	text-align: center;
	border: none;
	background: var(--color4);
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	z-index: 1;
	overflow: hidden;
}
.btn1:before {
	content: "";
	height: 300px;
	width: 300px;
	background:  var(--color3);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) scale(0);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: -1;
}
.btn1:hover {
	color: var(--white);
}
.btn1:hover:before {
	transform: translateY(-50%) translateX(-50%) scale(1);
}
.btn1 i {
	margin-left: 5px;
}
.btn1 span {
	margin-right: 5px;
}
.btn2{
	background: var(--white);
	color: var(--dark);
}
.btn2:before{
	background: var(--color3);
}
.btn2:hover{
	color: var(--white);
}

/* header */
header { 
	display: unset; /* required for sticky header */
}
.topbar {  }
.topbar .item {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.topbar .item i {
    background: var(--white);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    color: var(--color4);
	font-size: 14px;
}
.topbar .item span {
	display: block;
}
.topbar .item a {
    font-family: 'Poppins Regular';
	font-size: 14px;
	color: var(--white);
	text-decoration: none;
}
.social li {
	display: inline-block;
	margin: 0 5px;
}
.social li img {
	width: 20px;
	filter: brightness(0) invert(1);
}
.navbar {
	position: relative;
	z-index: 10;
	background-color: var(--white);
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
.navbar-brand {
	font-size: 20px;
	font-weight: bold;
	line-height:initial;
	display:flex;
	gap:10px;
	align-items:center;
}
.navbar-brand img { height: 70px; }
.nav-item {
	position: relative;
	padding: 0 5px;
}
.nav-link {
	color: var(--black);
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 30px;
}
.navbar-toggler { border:none;}
.navbar-toggler:focus { box-shadow:none;}
/* .navbar-toggler-icon { filter: brightness(0) invert(1);} */
.dropdown-item {
	background-color: var(--color3);
	color: var(--white);
	font-size: 15px;
	padding: 8px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	transition: var(--transition);
}
.dropdown-menu li:hover .dropdown-item {
	color: var(--color4);
	background-color: var(--white);
	padding-left: 25px;
}
.nav-item.dropdown > .dropdown-toggle::after {
	content: '\f107';
	font-family:"FontAwesome";
	border: none;
	vertical-align: bottom;
}
.nav-item.dropdown .dropdown-menu .dropdown-toggle::after {
	content: '\f105';
	font-family:"FontAwesome";
	border: none;
	vertical-align: bottom;
	float:right;
}
.nav-item.dropdown .dropdown-menu:not(.dropdown-right) {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 250px;
	/* border: 1px solid #eaecf0; */
	border-radius: 0;
	box-shadow: var(--shadow);
	background-color: var(--white);
	transition: var(--transition);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
}
.nav-item.dropdown:hover .dropdown-menu:not(.dropdown-right) {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.nav-item.dropdown .dropdown-right .dropdown-item {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.nav-item.dropdown .dropdown-right .dropdown-item:hover {
	background-color: var(--grey);
}
.nav-item.dropdown .dropdown-right {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 99;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 250px;
	/* border: 1px solid #eaecf0; */
	border-radius: 0;
	box-shadow: var(--shadow);
	background-color: var(--white);
	transition: var(--transition);
	opacity: 0;
	visibility: hidden;
	transform: translateX(-10px);
	list-style: none;
}
.nav-item.dropdown .dropdown:hover .dropdown-right {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}
.nav-item.dropdown:hover .dropdown-menu li a {
	position: relative;
}
/*********************/
/* slider */
.owl-slide .item {
	position: relative;
}
.owl-slide .item img {
	width: 100%;
	height: calc(100vh - 125px);
	object-fit: cover;
}
.owl-slide .item .desc {
	position: absolute;
	inset: 0;
	max-width: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	padding: 80px;
}
.owl-slide .item .desc h1 {
	color: var(--white);
	margin-bottom: 15px;
	text-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.owl-slide .owl-item.active h1,
.owl-slide .owl-item.active .btn1 {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.5s;
}
.owl-slide .owl-item.active .btn1 {
	animation-name: fadeInUp;
}
.owl-slide .owl-nav > div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0,0,0,0.5);
	color: var(--white);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	transition: var(--transition);
}
.owl-slide .owl-nav > div.owl-prev { left: 10px;}
.owl-slide .owl-nav > div.owl-next { right: 10px;}
.owl-slide .owl-nav > div:hover { background-color: var(--color3);}
.owl-slide .owl-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap:10px;
}
/*********************/
.owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	gap:10px;
	margin-top: 30px;
}
.owl-carousel .owl-dots > div {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #111;
}
.owl-carousel .owl-dots > div.active {
	background-color: var(--color1);
	outline: 1px solid var(--color1);
	outline-offset: 4px;
}
/*********************/
/* banner */
.banner {
	position: relative;
}
.banner img {
	width: 100%;
	height: calc(100% -140px);
}
.banner .grid_view {
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner .item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .item span {
	background-color: #fff;
	padding: 10px;
	outline-offset: 5px;
	outline-width: 2px;
	outline-color: #fff;
	outline-style: solid;
	color: rgb(120,55,250);
	font-size: 24px;
	font-weight: bold;
	transition: 0.5s;
}
.banner .item:hover span {
	background-color: rgb(120,55,250);
	outline-color: rgb(120,55,250);
	color: #fff;
}
/*********************/
.heading span {
	color: var(--color2);
	text-transform: uppercase;
	letter-spacing: 1px;
}
.heading h2 {
	font-size: 44px;
	margin-bottom: 0;
}
.line {
	display: inline-block;
	width: 80px;
	height: 3px;
	background: var(--color2);
	position: relative;
}
.line:after {
	position: absolute;
	content: '';
	height: 4px;
	width: 12px;
	background-color: var(--white);
	left: 0;
	bottom: 0;
	animation: line 3s ease infinite alternate;
	-webkit-animation: line 3s ease infinite alternate;
}
.line.grey:after {
	background-color: var(--grey);
}
.line.dark:after {
	background-color: #0a1f30;
}
@keyframes line{
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(74px);
	  -webkit-transform: translateX(74px);
	  -moz-transform: translateX(74px);
	  -ms-transform: translateX(74px);
	  -o-transform: translateX(74px);
	}
}
/*********************/
.welcome {
	position: relative;
}
.welcome figure {
	position: relative;
}
.welcome figure .img1 {
	position: relative;
	width: 75%;
}
.welcome figure .img2 {
	position: absolute;
	right: 0;
	bottom: 40px;
	width: 250px;
	border: 10px solid #fff;
	box-shadow: var(--shadow);
}
.welcome figure .img3 {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 220px;
	z-index: -1;
}
.welcome .btn {
	background-color: #efcda5;
	border-color: #666;
	font-weight: 500
}
.welcome .btn:hover {
	background-color: #111;
	border-color: #111;
	color: #fff;
}
/*********************/
/* category */
.category .item {
	display: block;
}
.category .item figure {
	background-color: #1E1E1E;
	border-radius: 50%;
	outline: 1px dashed var(--white);
	outline-offset: -5px;
	width: 150px;
	aspect-ratio: 1/1;
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: var(--transition);
}
.category .item img {
	width: auto;
	height: 90px;
	filter: brightness(0) invert(1);
}
.category .item h4 {
    font-family: 'Poppins Regular';
	font-size: 16px;
}
.category .item:hover figure {
	background-color: #8FA3B8;
}
/*********************/
.counter_wrap .item {
	display: flex;
	gap:15px;
	align-items: center;
	color: var(--white);
}
.counter_wrap .item .icon {
	width: 60px;
	flex-shrink: 0;
}
.counter_wrap .item .icon img {
	width: 100%;
	filter: brightness(0) invert(1);
}
.counter_wrap .item h4 {
	font-size: 48px;
	font-weight: 700;
	color: var(--white);
	margin: 0;
}
.counter_wrap .item p {
	color: var(--white);
	font-size: 16px;
	margin: 0;
}
/* home products */
.home_products .item {
	display: block;
	position: relative;
	background: var(--grey);
	padding: 10px;
	border-radius: 50px 50px 50px 0;
	margin-bottom: 25px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.home_products .item .img {
	position: relative;
	margin-bottom: 15px;
}
.home_products .item .img img {
	background: var(--white);
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 40px 40px 40px 0;
}
.home_products .item .img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	border-radius: 40px 40px 40px 0;
	background: var(--color5);
	transition: all .5s ease-in-out;
}
.home_products .item:hover .img::before{
	opacity: 0.5;
	visibility: visible;
}
.home_products .item .img .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: var(--white);
	background: var(--color2);
	transform: scale(3);
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease-in-out;
	z-index: 1;
}
.home_products .item:hover .img .btn {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.home_products .item:hover .img .btn:hover{
	background: var(--white);
	color: var(--color2);
}
.home_products .item h4 {
    font-size:20px;
	margin: 0;
	transition: all .5s ease-in-out;
}
.home_products .item:hover h4 {
	color: var(--color2);
}
/*********************/
/* testimonials */
.testimonials .item {
	position: relative;
	background: var(--white);
	border-radius: 40px 40px 40px 0;
	padding: 25px 25px;
	margin: 6px;
	border-bottom: 5px solid var(--color2);
}
.testimonial-rate { color: var(--color2);}
.testimonial-quote {
	color: var(--color3);
	font-style: italic;
	font-weight: 500;
}
.testimonial-content {
	display: flex;
	align-items: center;
	gap: 10px;
}
.testimonial-content .img {
	width: 75px;
	padding: 4px;
	border-radius: 50px;
	border: 2px dashed var(--color2);
}
.testimonial-content .img img {
	border-radius: 50%;
}
.testimonial-content .info {
	margin: 15px 0 10px 0;
}
.testimonial-content .info h4 {
	font-size: 20px;
	color:  var(--color5);
	margin-bottom: 2px;
}
.testimonial-content .info p {
	color: var(--color2);
	font-weight: 500;
	margin-bottom: 0;
}
.testimonial-quote-icon {
	position: absolute;
	right: 0px;
	top: 0px;
	color: var(--white);
	font-size: 30px;
	width: 40px;
	height: 40px;
	line-height: 41px;
	text-align: center;
	background: var(--color2);
	border-radius: 50px 50px 50px 0;
}
/*********************/
/* gallery */
.gallery {}
.gallery .item {
	display: block;
	position: relative;
	outline: 2px solid #fff;
	outline-offset: -10px;
}
.gallery .item:after {
	font-family:'FontAwesome';
	font-size: 30px;
	color: #fff;
	position: absolute;
	text-align: center;
	content: '\f055';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(0);
	transition: 1s;
}
.gallery .item:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	transform: scale(0);
	transition: 0.5s;
}
.gallery .item:hover:after {
	transform: scale(1);
}
.gallery .item:hover:before {
	transform: scale(1);
}
/*********************/
/* form */
.enquiry_wrap {
	position: relative;
}
.enquiry_wrap img {
	border-radius: 15px;
}

.form1 {}
.form1 .form-group {
  position: relative;
  margin-bottom: 15px;
}
.form1 .form-group .fa {
	position: absolute;
	top: 12px;
	right: 12px;
	opacity: 0.5;
}
.form1 .form-group .input {
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #ccc; 
  padding: 7px 14px 9px; 
  transition: 0.4s;
}
.form1 .form-group .input:focus {
  outline: none;
}
.form1 .form-group .input ~ .focus-border:before,
.form1 .form-group .input ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color1);
  transition: 0.3s;
}
.form1 .form-group .input ~ .focus-border:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.form1 .form-group .input ~ .focus-border i:before,
.form1 .form-group .input ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: var(--color1);
  transition: 0.4s;
}
.form1 .form-group .input ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.form1 .form-group .input:focus ~ .focus-border:before,
.form1 .form-group .input:focus ~ .focus-border:after {
  width: 100%;
  transition: 0.3s;
}
.form1 .form-group .input:focus ~ .focus-border i:before,
.form1 .form-group .input:focus ~ .focus-border i:after {
  height: 100%;
  transition: 0.4s;
}

.contactinfo {
	padding: 30px;
}
.contactinfo .item {
	display: flex;
	color: var(--white);
	gap: 15px;
	/*align-items: center;*/
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dashed rgba(255,255,255,0.2);
}
.contactinfo .item i {
	font-size: 21px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color: var(--color3);
	text-align: center;
	flex-shrink:0;
}
.contactinfo .item h4 {
	font-size: 18px;
	color: var(--white);
	margin-bottom: 0;
}
.contactinfo .item p {
	font-size: 14px;
	margin-bottom: 0;
}
/*********************/
/* whyus */
.whyus { 
	position: relative;
	background-size: cover; 
	background-attachment: fixed; 
	padding: 100px 0;
}
.whyus:before { 
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*content: '';*/
	background-color: #000;
	opacity: 0.7;
}
.whyus .points {
	position: relative;
	border-top: 2px solid #fff;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}
.whyus .points li {
	position: relative;
	display: block;
	transition: 0.5s;
}
.whyus .points li:before {
	display: block;
	width: 2px;
	height: 150px;
	content: '';
	background-color: #fff;
	margin: 0 auto;
}
.whyus .points li:nth-child(even):before {
	height: 100px;
}
.whyus .points li figure {
	width: 100px;
	padding: 20px;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 50%;
	transition: 0.5s;
}
.whyus .points li figure img {
	width: 100%;
	transition: 0.5s;
}
.whyus .points li p {
	margin: 10px 0;
	text-transform: uppercase;
}
.whyus .points li:hover {
	color: var(--color1);
}
.whyus .points li:hover figure {
	background-color: var(--color1);
}
.whyus .points li:hover figure img {
	filter: brightness(0) invert(1)
}

.whyus .grid_view {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}
.whyus .item {
    padding: 25px;
    border-radius: 10px;
    border:1px solid #fff;
    display: flex;
    gap:15px;
    align-items: center;
    color: #fff;
}
.whyus .item figure {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 0;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 50%;
}
.whyus .item figure img {
    width: 50px;
}
@keyframes LeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes RightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.whyus .item:nth-child(odd) {
  -webkit-animation-name: LeftBig;
  animation-name: LeftBig;
}
.whyus .item:nth-child(even) {
  -webkit-animation-name: RightBig;
  animation-name: RightBig;
}

/*********************/
.custom1 .item {
    border:1px solid #fff;
    border-radius:10px;
    padding:10px;
    margin:10px 0;
}
.team {
	position: relative;
	background-size: cover;
	background-attachment: fixed;
}
.team:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background-color: #111;
	opacity: 0.5;
}
.team .container-fluid {
	position: relative;
	z-index: 1
}
.team img {
	border-radius: 15px;
}

/*********************/

/* footer */
footer {
	background-size: cover;
}
footer h4 {
	position: relative;
	color: #fff;
}
footer .logo {
	height: 40px;
	filter: brightness(0) invert(1);
}
footer h4:after {
	position: relative;
	display: block;
	content: '';
	width:60px;
	height: 3px;
	background-color: var(--white);
	margin: 20px 0;
}
footer .links {
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}
footer .links li {
	display: block;
}
footer .links li a {
	display: block;
	color: var(--white);
}
footer .social li a {
	filter: brightness(0) invert(1);
}
.footer-bottom {
	background-color: rgba(0,0,0,0.2);
}

.call-fixed {
  position: fixed;
  box-shadow: 0px 0px 10px #e0e0e0;
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  bottom: 25px;
  left: 25px;
  z-index: 10;
}
.call-fixed a {
  display: block;
  margin: 10px 0;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--color3);
  color: var(--white);
  text-align: center;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
}
.scroll-btn:before {
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
  right: -6px;
  bottom: -6px;
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--color3);
  transition: all ease 0.4s;
  animation: spin 13s infinite linear;
}
.scroll-btn:focus i, .scroll-btn:hover i {
  background-color: var(--color2);
  color: var(--white);
}
.scroll-btn:focus:before, .scroll-btn:hover:before {
  border-color: var(--color2);
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 10;
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/************************/
.whatsappfix {
  position: fixed;
  left: 50px;
  bottom: 90px;
  z-index: 2
}
.whatsappfix .video-btn > span {
  background-color: rgba(37, 211, 102,1);
}

.video-btn {
  text-align: initial;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  position: relative;
  font-size: 28px;
  font-style: italic;
  padding: 6px 0 6px 4.125rem;
  font-weight: 600;
}
.video-btn > span {
  position: absolute;
  left: 0;
  text-align: center;
  height: 3.6875rem;
  width: 3.6875rem;
  line-height: 3.6875rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255,255,255,.1);
  top: 0;
}
.video-btn:hover, 
.video-btn:focus {color: #fff;}

/*=== Pulse Animation ===*/
.spinner:before,
.spinner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4.0625rem;
  margin-left: -4.0625rem;
  background-color: inherit;
  -webkit-animation: pluse 2s linear infinite;
  -ms-animation: pluse 2s linear infinite;
  -o-animation: pluse 2s linear infinite;
  animation: pluse 2s linear infinite;
  width: 8.125rem;
  height: 8.125rem;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  opacity: 0;
  z-index: -2;
}
.spinner:after {
  -webkit-animation: pluse 2s linear 2.3s infinite;
  -ms-animation: pluse 2s linear 2.3s infinite;
  -o-animation: pluse 2s linear 2.3s infinite;
  animation: pluse 2s linear 2.3s infinite;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-ms-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-o-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
/************************/
#google_translate_element select {
    display:inline-block;
    width:140px;
    height:initial;
    padding:5px;
    color:#111;
    background-position: right 10px center;
    border-radius:3px;
    border:1px solid #ddd;
}
.goog-te-gadget { font-size: 0 !important;}
#google_translate_element span { display:none;}

.packages {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap:30px;
}
.packages .item {
    display:flex;
    gap:10px;
    border-radius:10px;
    background-color:#f7f7f7;
    border:1px solid #eee;
    box-shadow:var(--shadow);
    padding:15px;
    align-items:start;
}
.packages .item .icon {
    width:90px;
    aspect-ratio:1/1;
    border-radius:50%;
    display:grid;
    place-items:center;
    background-color:#fff;
    flex-shrink:0;
    box-shadow:var(--shadow);
    overflow:hidden;
}
.packages .item .icon img {
    width:100%;
    aspect-ratio:1/1;
}
.packages .item .desc h4 {
    font-size:18px;
}
.packages .item .desc ul {
    padding:0;
}
.packages .item .desc li {
    display:flex;
    gap:10px;
}
.packages .item .desc li:before {
    content:'\f058';
    font-family:"FontAwesome";
    color:var(--color2);
}
.innerpage ul {
    padding-left:20px;
}
.innerpage img[style="float: left;"] { margin-right:20px;}
.innerpage img[style="float: right;"] { margin-left:20px;}
.fiximg {
    position:sticky;
    top:10px;
}
.accordion-button:focus {
    box-shadow:none;
}

.products .item:nth-child(even) .col-lg-4 {
    order:2;
}
/*********************
Responsive CSS
*********************/
@media only screen and (max-width: 480px) {
    .navbar-collapse { margin: 0 -12px;}
    .nav-item { padding:0;}
    .nav-link { padding:10px 20px; border-top:1px solid rgba(0,0,0,0.2);}
    .nav-item.dropdown .dropdown-menu { position:relative; width:100% !important; display:none;}
    .nav-item.dropdown .dropdown-menu.dropdown-right { position:relative; width:100% !important; display:none;}
    .nav-item.dropdown .dropdown-menu.show,
    .nav-item.dropdown .dropdown-menu.dropdown-right.show { position:relative; display:block; width: 100% !important;}
    .dropdown-toggle::after { float:right;}
    .owl-slide .item img { height:200px;}
    .owl-slide .item .desc { padding:20px; max-width:70%;}
    .owl-slide .item .desc h1 { font-size:18px;}
    .owl-slide .owl-nav > div, .owl-slide .btn1 { display:none;}
    .welcome figure .img2 { width:170px; bottom:30px;}
	.welcome figure .img3 { width:150px;}
    .packages { grid-template-columns:1fr;}
    .heading h2 { font-size:30px;}
    .owl-7 .owl-stage-outer { overflow:visible;}
    .home_products .item .img { margin-bottom:5px;}
    .home_products .item h4 { font-size:14px;}
    .products .item:nth-child(even) .col-lg-4 { order:initial;}
}
