@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

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

html {scroll-behavior: smooth;}
body { background:#fff;color:#343434;font-family: "Outfit", sans-serif;font-weight:400; font-size:20px; line-height:1.6; margin:0px; padding:0px;}

textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
  outline: none;
}

.fs-12{font-size:12px;}
.fs-14{font-size:14px;}
.fs-16{font-size:16px;}
.fs-18{font-size:18px;}
.fs-20{font-size:20px;}

.fw-light{font-weight:300!important;}
.fw-normal{font-weight:400 !important;}
.fw-medium{font-weight:500!important;}
.fw-semi{font-weight:600!important;}
.fw-bold{font-weight:700!important;}
.fw-ebold{font-weight:800!important;}
.fw-black{font-weight:900!important;}

.py-100{padding-top:100px;padding-bottom:100px;}
.py-60{padding-top:60px;padding-bottom:60px;}
.py-80{padding-top:80px;padding-bottom:80px;}

.ls-50{letter-spacing:0.05em;}
.ls-100{letter-spacing:0.1em;}
.ls-200{letter-spacing:0.2em;}

.border-danger{border-color:#ff4c00!important;}
.bg-danger{background-color:#ff4c00!important;}
.text-danger{color:#ff4c00!important;}
a.text-white:hover{color:#ff4c00!important;}

a{color:#343434;}
a:hover{color:#ff4c00;}

.rounded-10{border-radius:10px;}

a img:hover{opacity:0.8;}

a.underline{text-decoration:underline;}
a.underline:hover{text-decoration:none;}

p{margin-bottom:20px;}
a, a:hover { text-decoration:none; outline:none}

h1,.h1, h2, h3, h4, h5, h6 {}

.fa-list{ padding: 0;margin: 0;list-style-type: none;}
.fa-list li { display: flex;line-height: 1.5; margin-bottom: 10px;}
.fa-list li:before  {padding-right: 13px;content: "\f00c";font-size:20px;display: block;vertical-align: middle;font-weight: 900;font-family: "Font Awesome 5 Free";}
   
.radio input[type=radio]{margin-top:10px;}
.container {position:relative;}

.btn {font-size:16px;font-weight:900;padding:14px 30px;letter-spacing:0.1em;text-decoration:none !important;text-transform:uppercase;}
.btn-dark{border-color:#000!important;background-color:#000!important;color:#fff !important;}
.btn-dark:hover,.btn-dark:focus{border-color:#ff4c00!important;background-color:#ff4c00!important;color:#fff !important;}
.btn-danger{border-color:#ff4c00!important;background-color:#ff4c00!important;color:#fff !important;}
.btn-danger:hover,.btn-danger:focus{border-color:#000!important;background-color:#000!important;color:#fff !important;}

.form-control,.form-select{border-radius:0;}
.form-control::placeholder{color:#6d6d6d;}

.social-icons li a{background-color:#ff4c00;color:#fff;font-size:18px;margin-right:15px;width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;display:inline-block;}
.social-icons li a:hover{background-color:#000;color:#fff;}

.carousel-indicators{bottom:-70px;}
.carousel-indicators  [data-bs-target] {width:12px;height:12px;border-radius:50%;margin-right:10px;opacity:1;background-color:#000;}
.carousel-indicators .active{background-color:#ff4c00;}

.centered {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

#ScrollToTop {display: none;position: fixed;bottom: 20px;right: 30px;z-index: 99;border: none;
	outline: none;  background-color:#ff4c00;color: white;cursor: pointer;padding:0px;border-radius: 10px;
	font-size: 25px;border-radius:50%;width:50px;height:50px;line-height:50px;}

#ScrollToTop:hover {background-color:#000;}

.object-fit{-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;}

.img-op-70 {opacity: 0.70;filter: alpha(opacity=70);}

.wow {visibility:hidden;}
.text-shadow{text-shadow:5px 0px 5px rgba(0,0,0,0.7);}
.zi-99{z-index:99;}

/*-------------------Gallery-----------------------*/

#ggbl_lightbox {
	width: 100%;
	height: 100%;
	position:fixed;
	z-index:10000;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
	top: 0;
	color: #fff;
}


#ggbl_slider {
	position: relative;
	width: 100vw;
	height: 100vh;
}

#ggbl_slider, #ggbl_slider li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	overflow: hidden;
}

#ggbl_slider img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80vw;
	max-height: 80vh;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
}

.ggbl_nav {
	width: 100%;
	top: 45%;
}

.ggbl_nav, .ggbl_close {
	position: absolute;
	z-index: 1;
}

.ggbl_prev, .ggbl_next {
	color: #fff;
	text-decoration: none;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	padding: 0 1rem;
}

.ggbl_prev {
	left: 0;
	border-top: 2vw solid transparent;
	border-bottom: 2vw solid transparent;
	border-right: 2vw solid rgba(255, 255, 255, 0.7);
	transition: border ease .2s;
}

.ggbl_next {
	right: 0;
	border-top: 2vw solid transparent;
	border-bottom: 2vw solid transparent;
	border-left: 2vw solid rgba(255, 255, 255, 0.7);
	transition: border ease .2s;
}

.ggbl_prev:hover {
	border-right: 2vw solid rgba(255, 255, 255, 1);
}

.ggbl_next:hover {
	border-left: 2vw solid rgba(255, 255, 255, 1);
}

.ggbl_close {
	position: absolute;
	color: #fff;
	text-decoration: none;
	right: 0;
	top: 0;
	display: block;
	padding: 1rem;
}

.ggbl_close {
	right: 32px;
	top: 32px;
	width: 32px;
	height: 32px;
	opacity: 0.6;
	transition: opacity ease .2s;
}

.ggbl_close:hover {
	opacity: 1;
}

.ggbl_close:before, .ggbl_close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #fff;
}

.ggbl_close:before {
	transform: rotate(45deg);
}

.ggbl_close:after {
	transform: rotate(-45deg);
}

.ggbl_noscroll {
	overflow-y: hidden;
}
/*--------------- END --------------------*/

