@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");

* {
  padding: 0;
  margin: 0;
  border: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-width: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

a {
  text-decoration: none;
}

*:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none !important;
}

button[type="button"]:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

p {
  line-height: 1.6;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #fff;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

a:hover {
  color: #00a0e3;
}

html {
  font-size: 16px;
}

body {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #F1F1F1;
  position: relative;
  font-family: 'Plus Jakarta Sans';
}

.wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}



.btn {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 40px;
  padding-bottom: 11px;
  border: none;
  border-radius: 0;
  color: #fff;
  border-color: #00a0e3;
  background-color: #00a0e3;
}

.btn:hover {
  color: #00a0e3;
  background-color: #fff;
  transition-duration: .5s;
}
































/* header */
.header {
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.4s ease-in-out;
  background-color: #ffffff;
}

html {
  scroll-padding-top: 107.18px;
  /* scroll-behavior: auto !important; */
}

.is-sticked .header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
  /* backdrop-filter: blur(5px); */
  box-shadow: 0px 6px 19px -6px rgba(0, 0, 0, 0.382);
}

.header .container {
  max-width: 1200px;
  width: 92%;
}

.main-logo {
  width: 70px;
}

.header-nav ul li {
  display: inline-block;
}

.header-nav ul li a {
  display: block;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #2b2a29;
}

.about .header-nav ul li a {
  color: #2b2a29;
}

.is-sticked .header-nav ul li a {
  color: #2b2a29;
  font-weight: 600;
}

.header-nav ul li a:hover {
  color: #00a0e3;
  font-weight: 700;
  transition-duration: .5s;
}

/* future-sec */
.future-sec {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  margin: auto;
}

.future-sec .future-bg-sec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .7;
}

.future-con {
  max-width: 1100px;
  position: relative;
  z-index: 1;
  padding: 50px 0;
  padding-top: 200px;
}

.cms-con {
  max-width: 1000px;
  margin: auto;
}

.future-con .sec-head {
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0;
}

.future-con .sec-head .sec-title {
  max-width: 90%;
  font-weight: 800;
  font-size: 50px !important;
  color: #fff;
  margin: auto;
}

.contact-btn-sec {
  margin-top: 40px;
}





































.common-sec {
  max-width: 1200px;
}

.sec-head {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #2b2a29;
  padding: 60px 0;
  padding-top: 100px;
}




.about-page-sec-head.sec-head,
.contact-page-sec-head.sec-head {
  padding-top: 0px !important;
}





.under-sec-head {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #2b2a29;
  margin-bottom: 5px;
}

.para {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #4b4f58;
}








/* reason-sec */

.reason-sec-item-con .col-lg-4 {
  margin: 0;
  padding: 0;
}

.reason-sec-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 50px;
  margin: 10px;
  height: calc(100% - 20px);
}


.reason-sec-item-icon {
  max-width: 35px;
  background-color: #fff;
  margin-bottom: 15px;
}








/* products-sec */


.products-sec-tab-con {}

.products-sec .nav.nav-pills {
  gap: 10px 20px;
  justify-content: center;
  padding-bottom: 30px;
}


.products-sec .nav-pills .nav-link {
  border-radius: 0;
  padding: 8px 25px;
}

.products-sec .nav-link {
  color: #2b2a29;
}

.products-sec .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #2b2a29;
}













.product-item-con {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}


.preview {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hover-name-effect {
  display: block;
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  left: -150%;
  background-color: #2b2a29;
  padding: 20px 40px;
  border-radius: 0 0px 0px 0;
  transition: left .5s;
  width: 50%;
  height: 100%;
  transform: translate(0%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff6f;
  backdrop-filter: blur(3px);
  opacity: 1;
}

.hover-name-effect .product-name {
  text-transform: capitalize;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  background-color: #00a0e3;
  padding: 10px 15px;
  border-radius: 5px;
  line-height: 1.3;
  text-align: center;
}

.col.product-item:hover .hover-name-effect {
  opacity: 1;
  left: 0%;
}

.col.product-item:hover .preview {
  opacity: .7;
}

.col.product-item {
  position: relative;
  float: left;
  width: 25%;
  background-color: #000;
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding: 10px 62px 0px 62px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 0 0 0 0;
  width: 80%;
  max-width: 1200px;
}

.slide {
  display: none;
}

.image-slide {
  width: 100%;
}

.modal-preview {
  width: 100%;
}

.dots {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.preview,
.product-item img.modal-preview {
  opacity: 1;
}

img.active,
.preview:hover,
.modal-preview:hover {
  opacity: .8;
}

img.hover-shadow {
  transition: 0.3s;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.previous,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.previous:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


















.why-choose-sec {
  padding-bottom: 0;
}

.why-choose-sec-side-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.why-choose-sec-side-text-con {
  text-align: center;
  padding: 30px 20px;
  margin: 10px;
  height: calc(100% - 20px);
}

.why-choose-sec-head {
  padding: 0;
  padding-bottom: 30px;
}

.why-choose-sec-para {
  padding-bottom: 50px;
}

.why-choose-sec-side-text-head {
  margin-bottom: 10px;
}

.why-choose-sec-side-text {
  margin-bottom: 20px;
  font-weight: 400;
}


















.our-clients-sec-para {
  margin-bottom: 25px;
}

.our-clients-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
  padding: 30px;
}

.our-clients-item-img {
  border-radius: 100%;
}

.our-clients-rating-star {
  font-size: 15px;
  color: #ef7f1a;
  padding: 0 3px;
}

.our-clients-rating-star:last-child {
  color: #4b4f58;
}













.address-sec {
  padding-bottom: 0 !important;
}

.address-sec-con {
  background-color: #00a0e3;
}

.address-sec-item-con {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.address-sec-item-con.top-row {
  padding-bottom: 0;
}

.address-sec-text-head,
.address-sec-text-para {
  text-align: start;
  color: #fff;
}

.address-sec-item-con a:hover {
  color: #2b2a29;
}

.address-sec-img-con {
  max-width: 35px;
  min-width: 35px;
}

.address-sec-text-head {
  margin-bottom: 10px;
}








.footer-sec-item-con {
  max-width: 300px;
  margin-left: auto;
  height: 100%;
}


.footer-sec-item-con-2 {
  margin-right: auto;
}

.footer-sec-head,
.footer-sec-para,
.footer-sec-fon-num {
  text-align: start;
}

.footer-sec-head {
  margin-bottom: 25px;
}

.footer-sec-para {
  margin-bottom: 5px;
}


.footer-sec-item-inner-con {
  display: flex;
  gap: 10px;
}

.footer-sec-item-inner-con li {
  width: 16px;
}

.copyright-con {
  padding-top: 60px;
}

.conpyright-para {
  font-size: 15px;
}








.membership-sec {
  background-color: #fff;
  margin-top: 100px;
  padding-bottom: 60px;
}

.membership-sec-item-inner-con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.membership-sec-item {
  max-height: 100px;
}









.about-page-sec,
.contact-page-sec {
  padding-top: 170px;
}

.about-page-sec-name {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: #2b2a29;
  margin-bottom: 5px;
}

.about-page-sec-name-head {
  font-weight: 700;
}

.about-page-sec-info-head {
  padding-top: 30px;
  padding-bottom: 30px;
}


.mob-nav-line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #2b2a29;
  margin-bottom: 15px;
  padding: 0px !important;
}





.contact-head {
  font-size: 40px;
  color: #2b2a29;
  font-weight: 700;
  line-height: 1.3;
}

.contact-page-sec {
  max-width: 1200px;
  margin: auto;
}


.form-item {
  padding: 3px 20px;
  height: 56px;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  border-radius: 6px;
  background-color: #f8f8f8;
  color: #000;
  outline: none;
  border: none;
  border: 1px solid #b6b6b600;
}

.enter-your-message {
  padding: 15px;
  height: 150px;
}

.form-item.submit {
  background-color: #00a0e3;
  color: #fff;
  font-weight: 600;
}

.form-item.submit:hover {
  background-color: #fff;
  color: #ef7f1a;
  outline: none;
  font-weight: 600;
  transition-duration: .5s;
}

.form-item:focus {
  border: 1px solid #b6b6b6;
  transition-duration: .5s;
}

.form-con.row {
  gap: 20px 0;
}





.header-slider-con {
  padding: 10px;
}

.header-slider-icon-con {
  max-width: 25px;
  min-width: 25px;
  margin-bottom: 10px;
}

.header-slider-detail-con {
  color: #4b4f58;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  word-wrap: break-word;
  line-height: 1.3;
}

.header-slider-detail-con a {
  color: #4b4f58;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  word-wrap: break-word;
}

.header-slider-detail-con a:hover{
  color: #00a0e3;
}

.header-slider {
  max-width: 520px;
}

.slick-track {
  display: flex;
  align-items: center;
}
















.go-top {
  position:fixed;
  bottom: 5%;
  right: 4%;
  padding:20px;
  display:none;
  cursor: pointer;
	-webkit-font-smoothing: antialiased;
}

.go-top img{
  width: 50px;
}