@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {

  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  color: #222222;

}


/**/




.product-desc .read-more {
  color: #007bff;
  cursor: pointer;
  font-weight: 500;
}

.product-desc .read-more:hover {
  text-decoration: underline;
}


.subscribe-form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #ddd;
}

/* CF7 adds span wrapper */
.subscribe-form .wpcf7-form-control-wrap {
  flex: 1;
}

.subscribe-form input[type="email"] {
  width: 100%;
  border: none;
  padding: 14px 16px;
  font-size: 15px;
  outline: none;
}

/* Button */
.subscribe-btn {
  background: #0d6efd;
  border: none;
  padding: 0 18px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.subscribe-btn img {
  width: 18px;
  height: 18px;
}

/* MOBILE FIX */
@media (max-width: 480px) {
  .subscribe-form {
    max-width: 100%;
  }

  .subscribe-btn {
    padding: 0 14px;
  }
}


/**/


input:focus,
button:focus,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
  line-height: 50px;
}

h3 {
  font-size: 30px;
  line-height: 40px;
}

h4 {
  font-size: 25px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  line-height: 20px;
}

h6 {
  font-size: 18px;
  line-height: 34px;
}

a {
  color: #0064C6;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #0064C6;
}

img {
  max-width: 100%;
}

.f-size-11 {
  font-size: 11px;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-14 {
  font-size: 14px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-18 {
  font-size: 18px;
}

.f-size-30 {
  font-size: 30px;
}

.f-weight-100 {
  font-weight: 100;
}

.f-weight-200 {
  font-weight: 200;
}

.f-weight-300 {
  font-weight: 300;
}

.f-weight-400 {
  font-weight: 400;
}

.f-weight-500 {
  font-weight: 500;
}

.f-weight-600 {
  font-weight: 600;
}

.f-weight-700 {
  font-weight: 700;
}

.f-weight-800 {
  font-weight: 800;
}

.f-weight-900 {
  font-weight: 900;
}

.f-weight-bold {
  font-weight: bold;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.b-r-10 {
  border-radius: 10px !important;
}

.b-r-15 {
  border-radius: 15px !important;
}

.b-r-20 {
  border-radius: 20px !important;
}

.b-r-25 {
  border-radius: 25px !important;
}

.b-r-30 {
  border-radius: 30px !important;
}






button.owl-prev,
button.owl-next {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-indent: -100px;
  background: url(../img/nav.svg) no-repeat center !important;
  overflow: hidden;
  border-radius: 100%;
}

button.owl-prev {
  transform: rotate(180deg);
  border-left: 0 !important;

}

button.owl-next {
  border-left: 0 !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  margin: 10px;
}

button.owl-dot.active {
  background: #000 !important;
  width: 45px !important;
  height: 10px;
  border-radius: 30px;
}

body button.owl-dot {
  border-radius: 30px;
  width: 50px;
  height: 10px;
  background: #fff;
  display: block;
  z-index: 122;
  position: relative;
}

/* .owl-dots.disabled {
  display: block !important;
  text-align: center;
  margin-top: 25px;
} */

.btn-fill {
  padding: 10px 15px;
  border-radius: 8px;
  border: none;
  background: #fff;
  color: #000;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.btn-border {
  border-radius: 30px;
  padding: 6px 15px 1px;
  color: #fff;
  border: 1px solid #fff;
}

.slide-item {
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 174px;
  background-size: cover;
}

header.site-header {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  color: #fff;
}

.header-top {
  padding: 20px 0;
  border-bottom: 1px solid rgb(255 255 255 / 27%);
}

.header-top p {
  margin-bottom: 0;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.header-bottom {
  padding: 32px 0;
  
}

.about {
  background-color: #E5F3FF;
}

.site-section {
  padding: 50px 0;
}

.m-t-130px {
  margin-top: 130px;
}

.round-text {
  width: 500px;
  height: 500px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  text-align: center;
  border: 30px solid rgb(0 118 221 / 30%);
  box-shadow: 0px 0px 22px rgb(0 118 221 / 51%);
}

.value-item {
  background: #46A4FF;
  background: linear-gradient(180deg, rgba(70, 164, 255, 1) 0%, rgba(0, 100, 198, 1) 100%);
  padding: 15px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.contact-holder {
  background: #F5F6F8;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 4px 17px rgb(0 0 0 / 23%);
}

.filed-item {
  background: #F2F2F2;
  width: 100%;
  border: none;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.contact form {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
}

.btn-color-blue {
  background: #0171DE;
  color: #fff !important;
  border-radius: 30px;
}

.btn-fill img {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 100%;
  margin-right: 10px;
}

/* .subscribe input[type="text"] {
  border: none;
  border-bottom: 1px solid #777676;
}

.subscribe button {
  border: none;
  background: transparent;
} */

.subscribe {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 5px 0;
  max-width: 400px;
}

.subscribe-input {
  border: none !important;
  outline: none !important;
  flex: 1;
  font-size: 16px;
  padding: 6px 0;
}

.subscribe-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding-left: 10px;
}

.subscribe-btn img {
  width: 20px;
  height: auto;
}


a {
  color: #222222;
}

header.site-header.inner-header {
  color: #000000;
  position: inherit;
}

.inner-header .header-bottom {
  padding: 10px 0;
  color: #fff;
  background-color: #0076DD;

}

.site-section.product {
  background: #F3EFF0;
}

.p-t-60 {
  padding-top: 60px;
}

.sidebar ul {
  list-style: none;
  padding-left: 0;
}

.sidebar ul li {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.product-item {
  background: #fff;
  padding: 15px 15px 20px;
  border-radius: 10px;
}

.product-item .btn-fill img {
  background: transparent;
}

.color-gray {
  color: #222222;
}

.blog-item {
  border: 1px solid #3D3D3D;
}

.text-holder {
  padding: 15px;
}

.blog-item {
  border: 1px solid #3D3D3D;
  padding: 0;
  margin-left: -1px;
}

.inner-banner-holder {
  background-position: center;
  background-size: cover;
}

.inner-banner-holder {
  color: #fff;
  padding: 60px 60px 20px;
}

.inner-banner-holder .container {
  color: #fff;
  min-height: 240px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  padding: 0 30px;
}
.site-banner.home-banner .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 20px;
}
section.site-section.value {
        padding: 95px 0;
}
label {
    margin-bottom: 8px;
}
video {
    border-radius: 20px;
}
.slide-holder .owl-dots {
    display: none;
}
@media (max-width: 992px) {
  .navbar-collapse {
    position: absolute;
    right: -80px;
    top: 44px;
    z-index: 99;
    background: #ffffff;
    width: 200px;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 38%);
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #000000;
  }

  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .show>.nav-link {
    color: #000000;
  }

  .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgb(255 255 255);
  }
}

@media (max-width: 768px) {
  .header-top .container {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 550px) {

  .header-top .container {
    flex-direction: column;
    text-align: center;
  }

  .slide-item {
    padding-top: 187px;
  }

  .round-text {
    width: 100%;
    height: auto;
  }

  .contact-holder {
    padding: 15px;
  }

  .contact form {
    padding: 15px;
  }

  .inner-banner-holder {
    padding: 15px;
  }

  .nner-header .top-right {
    flex-direction: column;
    align-items: center;
  }

  .inner-header .top-right {
    flex-direction: column;
    align-items: center;
  }

  .inner-header .social {
    margin-right: 0 !important;
  }

  /* .header-bottom .header-left img {
    max-width: 70%;
} */
  .header-bottom .btn-fill {
    font-size: 14px;
  }

  .header-bottom .header-left {
    width: 95px;
  }
}