/* main css */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  	font-family: AbrilFatface;
  	src: url(../fonts/AbrilFatface-Regular.otf);
}

:root {
  --white: #fff;
  --black: #000;
  --grey: #eee;
  --color1: #222;
  --color2: #8231f7;
  --color3: #fec644;
  --color4: #fc7a1d;
  --color5: #1d3557;
}

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

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  	/*font-family: AbrilFatface;*/
    font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight:800;
	color: var(--color2);
}

.bg-overlay {
	position: relative;
}
.bg-overlay:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: 0.5
}
.bg-overlay.theme-overlay:before {
	background-color: var(--color5);
}
.bg-overlay.white-overlay:before {
	background-color: #fff;
}
.bg-overlay.black-overlay:before {gg
	background-color: #000;
}
.bg-overlay .container {
	position: relative;
	z-index: 1;
}
.line {
	display: inline-block;
	width: 100px;
	height: 3px;
	background-color: var(--color1);
}
.text-justify { text-align: justify; }

.bg-1 { background-color: var(--color1); }
.bg-2 { background-color: var(--color2); }
.bg-3 { background-color: var(--color3); }
.bg-4 { background-color: var(--color4); }
.bg-5 { background-color: var(--color5); }
.bg-grey  { background-color: var(--grey); }
.bg-black  { background-color: var(--black); }
.bg-11  { background-color: #111; }

.btn1 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn1:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
  
.btn1:focus {
    outline: none;
}
  
.btn1 {
    background-image: linear-gradient(
      to right,
      #fec644,
      #f95759,
      #f95759,
      #fec644
	);
}

.btn2 {
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: var(--white);
	padding: 14px 20px;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	cursor: pointer;
	text-align: center;
	border: none;
	border-radius: 10px;
	background: var(--color4);
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	z-index: 1;
	overflow: hidden;
}
.btn2:before {
	content: "";
	height: 300px;
	width: 300px;
	background:  var(--color2);
	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;
}
.btn2:hover {
	color: var(--white);
}
.btn2:hover:before {
	transform: translateY(-50%) translateX(-50%) scale(1);
}

/* header */
header { 
	position: relative;
	z-index: 10;
}
.topbar .item {
	display: flex;
	align-items: center;
	column-gap: 15px;
}
.topbar .item i {
    background: var(--white);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    color: var(--color1);
	font-size: 14px;
}
.topbar .item span {
	display: block;
}
.topbar .item a {
	font-size: 14px;
	font-weight: bold;
	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);
	/*backdrop-filter: blur(5px);*/
	/*box-shadow: 0 10px 10px rgba(0,0,0,0.2);*/
	/*border-image: fill 0 linear-gradient(#fff, #fff1);*/
}
.navbar-toggler { border:none;}
.navbar-toggler:focus { box-shadow:none;}
/*.navbar-toggler-icon { filter: brightness(0) invert(1);}*/
.nav-item.dropdown li:not(:last-child) {
	border-bottom: 1px solid #e3e3e3;
}
.navbar-brand,
.navbar-brand:hover {
	display: flex;
	align-items: center;
	font-size: 30px;
	color: #fff;
	gap:10px;
  	font-family: AbrilFatface;
}
.navbar-brand img { height: 70px; }
/*
.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-image:none;
}*/

.nav-item {
	position: relative;
	padding: 0 12px;
}
/*
.nav-item:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	content: '';
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
.nav-item:last-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	content: '';
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}*/
.nav-link {
	color: #111;
	font-size: 17px;
	font-weight: 400;
	padding:27px;
}
.dropdown-item {
	color: var(--white);
	font-weight: normal !important;
	transition: 0.5s;
}
.dropdown-item:hover {
	color: var(--black);
	background-color: transparent;
}
.nav-item.dropdown .dropdown-menu {
	position: absolute;
    visibility: hidden;
    display: initial;
    /*width: max-content;*/
	margin-top: 50px;
    opacity: 0;
    z-index: -1;
    border-radius: 0;
    border: none;
    padding: 15px;
    padding-left: 35px;
	background-color: var(--color1);
	border-bottom: 3px solid var(--white);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
    transform-origin: top center;
    transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.nav-item.dropdown .dropdown-menu:before {
  content: "";
  position: absolute;
  left: 34.5px;
  top: 30px;
  width: 1px;
  background-color: #ededed;
  height: calc(100% - 60px);
}
.nav-item.dropdown:hover .dropdown-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	z-index: 9;
}
.nav-item.dropdown:hover .dropdown-menu li a {
	position: relative;
	font-weight: 700;
}
.nav-item.dropdown:hover .dropdown-menu li a:before {
  content: "\f111";
  position: absolute;
  top: 11px;
  left: -6px;
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: var(--color1);
  font-weight: 700;
  font-family: "Font Awesome 6 Free";
  background-color: var(--white);
  box-shadow: inset 0px 2px 4px 0px rgba(255, 104, 26, 0.4);
}
/*********************/
/* slider */
.slider_wrap {
	position: relative;
	width: 100%;
	/*height: 100vh;*/
	z-index: 0;
	overflow: hidden;
}
.slider_wrap .item img {
	width: 100%;
	height: calc(100vh - 125px);
	object-fit: cover;
}
.slider_wrap  .item .caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 1;
}
.slider_wrap  .item .caption h1 {
	color: #fff;
	margin: 0;
	text-shadow: 2px 2px 15px #111;
}
.slider_wrap  .owl-nav {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: flex;
	gap:15px;
}
.slider_wrap  .owl-nav > div {
	width: 40px;
	height: 40px;
	line-height: 36px;
	border:2px solid #fff;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	transition: 0.5s;
}
.slider_wrap  .owl-nav > div:hover {
	background-color: #fff;
	color: #111;
}
.slider_wrap  .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.slider_wrap  .owl-dots > div {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #fff;
}

/*********************/
.carousel-item {
	position: relative;
}
.carousel-item .main {
	width: 100%;
	height: 520px;
	object-fit: cover;
}
.carousel-item .carousel-caption {
	height: 520px;
	display: grid;
	place-items:center;
}
.carousel-item p {
	font-size: 10em;
	font-weight: bold;
	position: absolute;
	top: -50px;
	right: 10px;
	line-height: initial;
	margin: 0;
	opacity: 0.5;
}
.carousel-item h1 {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 0;
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
}

/*********************/
.breadcrumb {
    position:relative;
    background-size:cover;
    background-position:center;
    padding:30px 0 20px;
    margin:0;
}
.breadcrumb:before {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    content:'';
    background-color:#222;
    opacity:0.7;
    z-index:0;
}
.breadcrumb .container {
    z-index:1;
}
/* 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;
}
/*********************/
/* marquee */
.news {
	display: flex;
	align-items: center;
}
.news > span {
	background-color: #f00;
	color: #fff;
	padding: 10px;
	font-weight: bold;
}
.news p {
	margin: 0;
}
/*********************/
/* home products */
.home_products {
	position: relative;
}
.home_products .item {
	position: relative;
	color: #111;
}
.home_products .item figure {
	position: relative;
}
.home_products .item figure span {
	display: block;
	position: relative;
	overflow: hidden;
  --r: 25px; /* the radius */
  --s: 40px; /* the size of the corner*/
  
  border-radius: var(--r);
  --_m:/calc(2*var(--r)) calc(2*var(--r))
    radial-gradient(#000 70%,#0000 72%) no-repeat;
}
.home_products .item figure img {
	position: relative;
	transition: 1s;
}
.home_products .item:hover figure img {
	transform: scale(1.1);
}
.bottom-right {
  mask:
    right 0 bottom calc(var(--s) + var(--r)) var(--_m),
    right calc(var(--s) + var(--r)) bottom 0 var(--_m),
    radial-gradient(var(--s) at 100% 100%,#0000 99%,#000 101%) 
     calc(-1*var(--r)) calc(-1*var(--r)) no-repeat,
    conic-gradient(from 90deg at calc(100% - var(--s) - 2*var(--r)) calc(100% - var(--s) - 2*var(--r)),
     #0000 25%,#000 0);
}
.home_products .item .btn1 {
	position: absolute;
	bottom: 0;
	right: 0;

	display: block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
	padding: 0;
	font-size: 24px;
}
.products .item {
    background:#111;
    padding:10px;
    border-radius:20px;
}
.products .item figure {
    border-radius:10px;
    overflow:hidden;
}
/*********************/
.welcome {
	background-size: cover;
	background-position: center;
}
.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 {
	border-radius: 50%;
	border:5px solid #eee;
	overflow: hidden;
}
.category .item img {
	width: 100%;
}
.category .item span {
	display: inline-block;
	background-color: rgb(120,55,250);
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
}
.owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	gap:10px;
	margin-top: 30px;
}
.owl-carousel .owl-dots > div {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #111;
}
.owl-carousel .owl-dots > div.active {
	background-color: #efcda5;
}
/*********************/
/* counter */
.counter_wrap {
	background-size: cover;
	background-attachment: fixed;
}
.counter_wrap h1 {
	font-size: 60px;
	font-weight: 700;
	color: #efcda5;
}
/*********************/
/* testimonials */
.testimonials {}
.testimonials .item {
	/*background-color: rgba(255,255,255,0.8);*/
	padding: 30px;
	border-radius: 15px;
}
.testimonials .item img {
	width: 70px;
	height: 70px;
	border-radius: 70px;
	border:4px solid #fff;
	margin: 0 auto;
	margin-bottom: 15px;
}
/*********************/
/* 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 {
	background-color: #eee;
}
.form1 {}
.wrap-input-8 .input {
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
  background-color: #f5f6fd;
  border: 1px solid #ccc; 
  padding: 7px 14px 9px; 
  transition: 0.4s;
}

.wrap-input-8 .input:focus {
  outline: none;
}

.wrap-input-8 {
  position: relative;
  margin-bottom: 10px;
}

.wrap-input-8 .input ~ .focus-border:before,
.wrap-input-8 .input ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color1);
  transition: 0.3s;
}
.wrap-input-8 .input ~ .focus-border:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.wrap-input-8 .input ~ .focus-border i:before,
.wrap-input-8 .input ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: var(--color1);
  transition: 0.4s;
}
.wrap-input-8 .input ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.wrap-input-8 .input:focus ~ .focus-border:before,
.wrap-input-8 .input:focus ~ .focus-border:after {
  width: 100%;
  transition: 0.3s;
}
.wrap-input-8 .input:focus ~ .focus-border i:before,
.wrap-input-8 .input:focus ~ .focus-border i:after {
  height: 100%;
  transition: 0.4s;
}

/*********************/
/* whyus */
.whyus { 
	position: relative;
}
.whyus img {
    height:80px;
    filter:brightness(0) invert(1);
    margin-bottom:15px;
}
/*********************/
.custom1 .item {
    border:1px solid #fff;
    border-radius:10px;
    padding:10px;
    margin:10px 0;
}
.team {
	position: relative;
}
.team img {
	border-radius: 15px;
}

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

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

.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;
}
/************************/
#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;}

.vision {
    /*background-color:#060606;*/
}
.vision blockquote {
    padding:25px;
    border:2px solid #fff;
    border-radius:20px;
}
.vision img {
    width:100%;
    filter:brightness(0) invert(1);
}

/*********************
Responsive CSS
*********************/
@media only screen and (max-width: 480px) {
    .nav-link { color:#fff; padding:10px; border-top:1px solid rgba(255,255,255,0.2);}
    .nav-item.dropdown .dropdown-menu { position:relative; width:100%; display:none;}
    .nav-item.dropdown .dropdown-menu.show { display:block;}
	.slider_wrap .item .caption{height:200px}
	.nav-link {color: #000;}
	.navbar-brand img {    height: 60px;}
	.social li img {    width: 14px;}
	.slider_wrap .item img { height: 270px;}

}
