/* ------------------------------------------------
 
 Template Name: Theme Name
 version: 1.1

 Author: Artncod Interactive Pvt Ltd
 Author website: www.artncod.com
------------------------------------------------ */
/* -----------------------------------------------------------------
    - General Styles
----------------------------------------------------------------- */
*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-x: hidden;
  scroll-behavior: smooth;
}

body,
html {
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: var(--textColor);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
}

.mx-auto {
  margin: 0px auto;
}

.mr-auto {
  margin-right: auto;
  margin-left: 0px;
}

.ml-auto {
  margin-left: auto;
  margin-right: 0px;
}

.ml--0 {
  margin-left: 0px;
}

.mr--0 {
  margin-right: 0px;
}

.mt--0 {
  margin-top: 0px;
}

.mt--5 {
  margin-top: 5px;
}

.mt--10 {
  margin-top: 10px;
}

.mt--20 {
  margin-top: 20px;
}

.mt--30 {
  margin-top: 30px;
}

.mt--40 {
  margin-top: 40px;
}

.mt--50 {
  margin-top: 50px;
}

.mt--60 {
  margin-top: 60px;
}

.mt--70 {
  margin-top: 70px;
}

.mt--80 {
  margin-top: 80px;
}

.mt--90 {
  margin-top: 90px;
}

.mt--100 {
  margin-top: 100px;
}

.mb--0 {
  margin-bottom: 0px;
}

.mb--5 {
  margin-bottom: 5px;
}

.mb--10 {
  margin-bottom: 10px;
}

.mb--20 {
  margin-bottom: 20px;
}

.mb--30 {
  margin-bottom: 30px;
}

.mb--40 {
  margin-bottom: 40px;
}

.mb--50 {
  margin-bottom: 50px;
}

.mb--60 {
  margin-bottom: 60px;
}

.mb--70 {
  margin-bottom: 70px;
}

.mb--80 {
  margin-bottom: 80px;
}

.mb--90 {
  margin-bottom: 90px;
}

.mb--100 {
  margin-bottom: 100px;
}

.pt--0 {
  padding-top: 0px;
}

.pt--5 {
  padding-top: 5px;
}

.pt--10 {
  padding-top: 10px;
}

.pt--20 {
  padding-top: 20px;
}

.pt--30 {
  padding-top: 30px;
}

.pt--40 {
  padding-top: 40px;
}

.pt--50 {
  padding-top: 50px;
}

.pt--60 {
  padding-top: 60px;
}

.pt--70 {
  padding-top: 70px;
}

.pt--80 {
  padding-top: 80px;
}

.pt--90 {
  padding-top: 90px;
}

.pt--100 {
  padding-top: 100px;
}

.pb--0 {
  padding-bottom: 0px;
}

.pb--5 {
  padding-bottom: 5px;
}

.pb--10 {
  padding-bottom: 10px;
}

.pb--20 {
  padding-bottom: 20px;
}

.pb--30 {
  padding-bottom: 30px;
}

.pb--40 {
  padding-bottom: 40px;
}

.pb--50 {
  padding-bottom: 50px;
}

.pb--60 {
  padding-bottom: 60px;
}

.pb--70 {
  padding-bottom: 70px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pb--90 {
  padding-bottom: 90px;
}

.pb--100 {
  padding-bottom: 100px;
}

.bold-text {
  font-weight: 700;
}

.semi-bold-text {
  font-weight: 600;
}

.medium-bold-text {
  font-weight: 500;
}

.regular-text {
  font-weight: 400;
}

.light-text {
  font-weight: 300;
}

.capitalize-text {
  text-transform: capitalize;
}

.uppercase-text {
  text-transform: uppercase;
}

.lowercase-text {
  text-transform: lowercase;
}

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

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

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

.shadow-text {
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.61);
}

.letter-space--10 {
  letter-spacing: 10px;
}

.letter-space--20 {
  letter-spacing: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.3;
  letter-spacing: 0px;
  color: var(--lighttextColor);
}

h1 {
  font-size: 3rem;
  font-weight: 600;
}

h2 {
  font-size: 2rem;
  font-weight: 500;
}

h3 {
  font-size: 1.5rem;
  font-weight: 400;
}

h4 {
  font-size: 1.2rem;
  font-weight: 400;
}

h5 {
  font-size: 1rem;
  font-weight: 400;
}

h6 {
  font-size: 0.9rem;
  font-weight: 400;
}

p {
  font-size: 1rem;
  font-weight: 400;
}

.main-title {
  font-size: 3rem;
  font-weight: 700;
}

.title {
  font-size: 2.5rem;
  font-weight: 700;
}

.second-title {
  font-size: 2rem;
  font-weight: 700;
}

.third-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.sub-head {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
}

.sub-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.content {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.special-text {
  color: var(--primaryColor);
}

.other-special-text {
  color: var(--otherprimeColor);
}

.light-title {
  color: var(--lightgrayColor);
}

.small-label {
  font-size: 0.8rem;
}

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 2rem;
    font-weight: 600;
  }
  h2 {
    font-size: 1.8rem;
    font-weight: 500;
  }
  h3 {
    font-size: 1.2rem;
    font-weight: 400;
  }
  h4 {
    font-size: 1rem;
    font-weight: 400;
  }
  h5 {
    font-size: 0.8rem;
    font-weight: 400;
  }
  h6 {
    font-size: 0.9rem;
    font-weight: 400;
  }
  p {
    font-size: 1rem;
    font-weight: 400;
  }
  .main-title {
    font-size: 2rem;
    font-weight: 700;
  }
  .title {
    font-size: 2rem;
    font-weight: 600;
  }
  .second-title {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .third-title {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .sub-head {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .sub-title {
    font-size: 1rem;
    font-weight: 500;
  }
  .content {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 560px) {
  h1 {
    font-size: 2rem;
    font-weight: 600;
  }
  h2 {
    font-size: 1.5rem;
    font-weight: 500;
  }
  h3 {
    font-size: 1.2rem;
    font-weight: 400;
  }
  h4 {
    font-size: 1rem;
    font-weight: 400;
  }
  h5 {
    font-size: 0.9rem;
    font-weight: 400;
  }
  h6 {
    font-size: 0.8rem;
    font-weight: 400;
  }
  p {
    font-size: 1rem;
    font-weight: 400;
  }
  .main-title {
    font-size: 2.2rem;
    font-weight: 700;
  }
  .title {
    font-size: 2rem;
    font-weight: 600;
  }
  .sub-title {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .content {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .letter-space--20 {
    letter-spacing: 10px;
  }
}

a {
  text-decoration: none;
  font-size: 1rem;
}

a :hover,
a :focus,
a :active {
  text-decoration: none;
}

:root {
  --fontFamily: 'Montserrat', sans-serif;
  --primaryColor: #21BDE4;
  --secondaryColor: #0055FF;
  --otherprimeColor: #091937;
  --lightgrayColor: #EBEEF2;
  --textColor: #071838;
  --secondarytextColor: #8d8986;
  --white: #ffffff;
  --black: #000000;
}

.white-text {
  color: var(--white);
}

.light-text {
  color: var(--lightgrayColor);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] input[type="password"],
input[type="date"],
input[type="time"],
select,
textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  min-height: 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--secondarytextColor);
  background: none !important;
  border: 1px solid var(--secondarytextColor);
  border-radius: 5px;
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s;
  margin: 5px 0px;
}

::-webkit-input-placeholder {
  color: var(--secondarytextColor);
}

:-ms-input-placeholder {
  color: var(--secondarytextColor);
}

::-ms-input-placeholder {
  color: var(--secondarytextColor);
}

::placeholder {
  color: var(--secondarytextColor);
}

input[type="checkbox"],
input[type="radio"] {
  width: 15px;
  height: 15px;
}

*:focus {
  outline: 0;
}

input[type="text"]:focus {
  outline: 0;
}

input:focus,
input:active {
  outline: 0;
}

.form-control input:focus {
  outline: 0;
}

.btn:hover {
  -webkit-box-shadow: 3px 4px 7px 0px #00000010;
          box-shadow: 3px 4px 7px 0px #00000010;
}

button {
  outline: none;
}

button:focus {
  outline: 0;
}

.size-bg {
  width: 200px;
}

.brand-btn {
  border-radius: 30px;
  color: var(--white);
  background: var(--primaryColor);
  padding: 10px 20px;
  font-weight: 600;
  position: relative;
}

.brand-btn i {
  position: absolute;
  right: 40px;
  left: auto;
  font-size: 1.5rem;
}

.brand-btn:hover {
  color: var(--primaryColor);
  background: var(--white);
}

.brand-btn:hover i {
  right: 20px;
}

.center-btn {
  margin: 0px auto;
}

.white-btn {
  border-radius: 30px;
  color: var(--primaryColor);
  background: var(--white);
  padding: 10px 20px;
  font-weight: 600;
  position: relative;
}

.white-btn i {
  position: absolute;
  right: 40px;
  left: auto;
  font-size: 1.5rem;
}

.white-btn:hover {
  color: var(--white);
  background: var(--primaryColor);
}

.white-btn:hover i {
  right: 20px;
}

.overlay {
  position: relative;
}

.overlay ::before {
  position: absolute;
  background: var(--black);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
}

.overlay--80::before {
  position: absolute;
  background: var(--black);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}

.overlay--50::before {
  position: absolute;
  background: var(--black);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}

.overlay--25::before {
  position: absolute;
  background: var(--black);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.25;
}

.inner-container {
  padding: 1rem 4rem;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sp-container {
  padding: 1rem 1rem !important;
}

.size--80 {
  width: 80%;
}

.size--60 {
  width: 60%;
}

.size--50 {
  width: 50%;
}

.in-middle {
  margin: 0px auto;
}

@media only screen and (max-width: 992px) {
  .inner-container {
    padding: 1rem 2rem;
  }
  .size--80 {
    width: 100%;
  }
  .size--60 {
    width: 100%;
  }
  .size--50 {
    width: 100%;
  }
}

.no-pad {
  padding: 0px !important;
}

.no-marg {
  margin: 0px 0px !important;
}

.no-pad-sp {
  padding: 0px !important;
}

.no-marg-sp {
  margin: 0px 0px !important;
}

@media only screen and (max-width: 768px) {
  .no-pad-sp {
    padding: auto !important;
  }
  .no-marg-sp {
    margin: auto !important;
  }
}

.main-nav {
  width: 100%;
  position: absolute;
  z-index: 1111;
}

.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 1rem 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 992px) {
  .nav-container {
    padding: 1rem 2rem;
  }
}

.logo-container {
  width: 200px;
  max-width: 300px;
  min-width: 80px;
}

.menu-container {
  display: inline;
}

.main-menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.main-menu .menu-link {
  padding: 0.5rem 1rem;
  display: inline;
}

.main-menu .menu-link a {
  color: var(--textColor);
  font-weight: 600;
}

.main-menu .menu-link a:hover {
  color: var(--primaryColor);
}

.main-menu .more-link a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.355em;
  vertical-align: 0.055em;
  content: "";
  border-top: 0.3em solid var(--primaryColor);
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.more-menu {
  width: 60%;
  height: 0%;
  background: var(--white);
  padding: 40px 20px 20px 20px;
  border: 1px solid #ddd;
  position: absolute;
  right: auto;
  left: 20%;
  top: 85px;
  z-index: 11111;
  display: none;
  color: var(--secondarytextColor);
  -webkit-box-shadow: 0px 10px 10px 0px #18151726;
          box-shadow: 0px 10px 10px 0px #18151726;
}

.show-now {
  display: block;
  height: auto;
  position: fixed;
}

.special-link {
  background: var(--primaryColor);
  color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: 30px;
  margin-left: 20px;
  font-weight: 600;
}

.special-link:hover {
  background: var(--primaryColor) !important;
  color: var(--white);
}

.special-link i {
  margin-right: 10px;
}

.navbar--default {
  -webkit-box-shadow: 0px 2px 6px 0px #0000001a;
          box-shadow: 0px 2px 6px 0px #0000001a;
  background: var(--white);
}

.navbar--default .default-logo {
  display: block;
}

.navbar--default .white-logo {
  display: none;
}

.navbar--transparent {
  background: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.navbar--transparent .nav-container {
  padding: .2rem 4rem;
}

.navbar--transparent .default-logo {
  display: none;
}

.navbar--transparent .white-logo {
  display: block;
}

.navbar--transparent .logo-container {
  width: 300px;
  max-width: 300px;
}

.navbar--transparent .menu-link a {
  color: var(--white);
  font-weight: 500;
}

.navbar--transparent .menu-link a:hover {
  color: var(--primaryColor);
}

.navbar--transparent .special-link {
  background: var(--white);
  color: var(--secondaryColor);
  font-weight: 600;
}

.navbar--transparent .special-link:hover {
  background: var(--primaryColor) !important;
  color: var(--white) !important;
}

.navbar--transparent .more-link a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.355em;
  vertical-align: 0.055em;
  content: "";
  border-top: 0.3em solid var(--white) !important;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.fixed-nav {
  position: fixed;
  top: 0px;
}

.no-bg {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.no-bg .default-logo {
  display: none;
}

.no-bg .white-logo {
  display: block;
}

.no-bg .hamburger__inner::after,
.no-bg .hamburger__inner::before {
  background-color: var(--white);
}

.hamburger-container {
  display: none;
}

.hamburger {
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: transparent;
  border: 0;
  padding: 0;
  vertical-align: middle;
  margin-left: 20px;
}

.hamburger__inner {
  display: block;
  height: 24px;
  width: 25px;
  position: relative;
}

.hamburger__inner:before,
.hamburger__inner:after {
  background-color: #110f10;
  content: "";
  display: block;
  margin-left: -12px;
  height: 3px;
  width: 30px;
  border-radius: 30px;
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.navbar--transparent .hamburger__inner:before,
.navbar--transparent .hamburger__inner:after {
  background-color: var(--white);
}

.hamburger__inner:after {
  top: 20px;
}

.is-active .hamburger__inner {
  color: #110f10;
}

.is-active .hamburger__inner:before,
.is-active .hamburger__inner:after {
  top: 50%;
  -webkit-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.is-active .hamburger__inner:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is-active .hamburger__inner:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger--black .hamburger__inner:before,
.hamburger--black .hamburger__inner:after {
  background-color: #110f10 !important;
}

.mobile-menu {
  display: none;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  font-family: var(--fontFamily);
}

.mobile-menu .menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.mobile-menu .menu-bg.one {
  width: 4px;
  background-color: var(--primaryColor);
}

.mobile-menu .menu-bg.two {
  width: 0;
  background-color: var(--otherprimeColor);
}

.mobile-menu .menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-menu .menu-inner {
  position: relative;
}

.mobile-menu .main-menu .nav-link a {
  font-size: 2rem;
  font-weight: 600;
  color: var(--white);
}

@media only screen and (max-width: 992px) {
  .logo-container {
    width: 150px !important;
  }
  .menu-container {
    display: none;
  }
  .hamburger-container {
    display: block;
  }
  .mobile-menu {
    display: block;
  }
  .contact-container {
    display: none;
  }
}

.product-links {
  margin-top: 20px;
}

.product-links .product-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.product-links .product-link:hover {
  padding-left: 10px;
  font-weight: 600;
}

.product-links .product-link:hover i {
  color: var(--primaryColor);
}

.product-links .product-link a {
  color: var(--textColor);
  text-decoration: none;
}

.product-links .product-link i {
  margin-right: 10px;
  font-size: 20px;
  color: var(--otherprimeColor);
}

.home-intro {
  position: relative;
  height: 100vh;
}

.home-intro .intro-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

.home-intro .intro-bg::before {
  content: "";
  position: absolute;
  background-image: url(../images/intro-bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-animation: 3s ease 0s normal forwards 1 fadeinUpRight;
  animation: 3s ease 0s normal forwards 1 fadeinUpRight;
}

.home-intro .main-intro {
  margin-top: 20vh;
  z-index: 1;
}

.home-intro .scroll-down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 150px;
  height: auto;
  position: absolute;
  bottom: 15%;
  left: 0%;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  text-transform: uppercase;
}

.home-intro .scroll-down .click-link .link-arrow {
  opacity: 1 !important;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    padding-left: 20px;
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    padding-left: 20px;
  }
}

.home-intro .intro-image-container {
  width: 70%;
  position: absolute;
  height: 95vh;
  top: 15vh;
  right: 0px;
  background: var(--primaryColor);
  background-image: url(../images/intro-image.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
}

.home-intro .intro-image-container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #00000070;
  left: 0px;
  top: 0px;
  display: none;
}

@keyframes fadeinUpRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fadeinUpRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.joint-venture {
  background: rgba(255, 255, 255, 0.966);
  padding: 20px 0px;
}

.joint-venture .official {
  width: 400px;
  margin: 0px auto;
}

.about-section {
  padding: 10vh 0px;
  position: relative;
}

.about-section::before {
  content: "";
  width: 30%;
  height: 100%;
  top: 0px;
  background: var(--lightgrayColor);
  position: absolute;
  left: 0px;
  right: auto;
  z-index: -1;
}

.about-section .about-image-container {
  position: relative;
}

.about-section .about-image-container .about-image {
  width: 75%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.about-section .about-image-container .about-image .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-section .about-image-container .about-image .image:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: scale 2s ease;
  transition: scale 2s ease;
}

.about-section .about-image-container .about-message {
  position: absolute;
  right: 2vw;
  left: auto;
  bottom: -10vh;
  background: var(--primaryColor);
  width: 200px;
  height: 200px;
  padding: 20px;
}

.about-section .about-image-container .about-message:hover .link-arrow {
  right: 0px !important;
}

.about-section .about-image-container .about-message .arrow {
  position: relative;
}

.about-section .about-image-container .about-message .arrow .link-arrow {
  right: 30px;
  position: absolute;
  left: auto;
}

@media only screen and (max-width: 768px) {
  .official {
    width: 300px;
    margin: 0px auto;
  }
  .about-image {
    margin-top: 30px;
    width: 100% !important;
  }
  .about-message {
    bottom: 0px !important;
    right: 0px !important;
  }
  .about-section {
    padding-bottom: 40px !important;
  }
  .intro-image-container::before {
    display: block !important;
  }
}

.speciality-section {
  padding: 40px 0px;
  position: relative;
}

.speciality-section::before {
  content: "";
  width: 30%;
  height: 100%;
  top: 0px;
  background: var(--lightgrayColor);
  position: absolute;
  left: 0px;
  right: auto;
  z-index: -1;
}

.speciality-section .specialities {
  position: relative;
}

.speciality-section .specialities .speciality-bg {
  width: 50%;
  height: 600px;
  background: var(--primaryColor);
  background-image: url(../images/speciality-bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
}

.speciality-section .specialities .empty-col-bg {
  width: 100%;
  height: 600px;
}

.speciality-section .specialities .empty-col-sm {
  width: 100%;
  height: 300px;
}

.speciality-section .specialities .empty-col-sm .speciality-bg-xs {
  display: none;
  width: 100%;
  height: 100%;
  background: var(--primaryColor);
  background-image: url(../images/speciality-bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.speciality-section .specialities .speciality {
  width: 100%;
  height: 300px;
  background: var(--primaryColor);
  padding: 20px;
  position: relative;
}

.speciality-section .specialities .speciality .bottom-sec {
  position: absolute;
  bottom: 20px;
}

.speciality-section .specialities .speciality .arrow {
  width: 30px;
}

.speciality-section .specialities .speciality .arrow .link-arrow img {
  width: 100%;
}

.speciality-section .specialities .white-bg {
  background: var(--white);
  border: 1px solid #f5f5f5;
}

.speciality-section .specialities .other-bg {
  background: var(--otherprimeColor);
}

.speciality-section .specialities .secondary-bg {
  background: var(--secondaryColor);
}

.speciality-section .specialities .grey-bg {
  background: var(--lightgrayColor);
  border: 1px solid #d4d4d4;
}

@media only screen and (max-width: 400px) {
  .official {
    width: 200px;
    margin: 0px auto;
  }
}

@media only screen and (max-width: 768px) {
  .speciality-bg {
    display: none !important;
  }
  .empty-col-bg {
    display: none;
  }
  .speciality-bg-xs {
    display: block !important;
  }
  .speciality-section {
    padding: 20px 0px !important;
  }
}

.innovation-section {
  padding: 40px 0px;
  position: relative;
}

.innovation-section::before {
  content: "";
  width: 30%;
  height: 100%;
  top: 0px;
  background: var(--lightgrayColor);
  position: absolute;
  left: 0px;
  right: auto;
  z-index: -1;
}

.innovation-section .innovation-image-container {
  position: relative;
}

.innovation-section .innovation-image-container .innovation-image {
  width: 80%;
  height: 80vh;
  position: relative;
  overflow: hidden;
  margin-right: 0px;
  margin-left: auto;
}

.innovation-section .innovation-image-container .innovation-image .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.innovation-section .innovation-image-container .innovation-image .image:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.innovation-section .innovation-image-container .innovation-message {
  position: absolute;
  left: 0vw;
  right: auto;
  bottom: -10vh;
  background: var(--primaryColor);
  width: 200px;
  height: 200px;
  padding: 20px;
}

.innovation-section .innovation-image-container:hover .link-arrow {
  right: 0px !important;
}

.innovation-section .innovation-image-container .arrow {
  position: relative;
}

.innovation-section .innovation-image-container .arrow .link-arrow {
  right: 30px;
  position: absolute;
  left: auto;
}

@media only screen and (max-width: 768px) {
  .innovation-image {
    margin-top: 30px;
    width: 100% !important;
    height: 80vh !important;
  }
  .innovation-section {
    padding: 20px 0px 50px 0px !important;
  }
  .innovation-message {
    left: 0px !important;
    bottom: 0px !important;
  }
}

.partnership-section {
  padding: 40px 0px;
  position: relative;
}

.partnership-section::before {
  content: "";
  width: 30%;
  height: 100%;
  top: 0px;
  background: var(--lightgrayColor);
  position: absolute;
  left: 0px;
  right: auto;
  z-index: -1;
}

.partnership-container {
  background: #071838;
  background: -webkit-gradient(linear, left top, right top, from(#071838), color-stop(70%, #102857), to(#071838));
  background: linear-gradient(90deg, #071838 0%, #102857 70%, #071838 100%);
  width: 100%;
  height: auto;
  padding: 40px 20px 0px 20px;
}

.career-section {
  padding: 40px 0px;
  position: relative;
}

.career-section::before {
  content: "";
  width: 30%;
  height: 100%;
  top: 0px;
  background: var(--lightgrayColor);
  position: absolute;
  left: 0px;
  right: auto;
  z-index: -1;
}

.career-section .career-image-container {
  position: relative;
}

.career-section .career-image-container .career-image {
  width: 90%;
  height: 80vh;
  position: relative;
  overflow: hidden;
  margin: 0px auto;
}

.career-section .career-image-container .career-image .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.career-section .career-image-container .career-image .image:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.career-section .perk-list-container .perk-list {
  list-style: none;
  padding: 0px;
}

.career-section .perk-list-container .perk-list li {
  padding: 2px 0px;
}

.career-section .perk-list-container .perk-list li i {
  margin-right: 10px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .career-image {
    margin-top: 30px;
    width: 100% !important;
    height: 50vh !important;
  }
  .innovation-section {
    padding: 20px 0px 50px 0px !important;
  }
}

.footer-section {
  width: 100%;
  height: auto;
}

.footer-section .top-footer {
  background: var(--primaryColor);
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: auto;
  padding: 40px 40px;
}

.footer-section .top-footer .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-section .top-footer .flex-container .button-right {
  margin-left: 20px;
}

.footer-section .bottom-footer {
  padding: 30px 0px 10px 0px;
}

.footer-section .quick-links .list {
  list-style: none;
  padding: 0px;
}

.footer-section .quick-links .list li {
  padding: 2px 0px;
}

.footer-section .quick-links .list li:hover {
  margin-left: 10px;
}

.footer-section .quick-links .list li a {
  color: var(--textColor);
}

.footer-section .quick-links .list li a i {
  margin-right: 10px;
  font-size: 1.2rem;
  color: var(--secondarytextColor);
}

.footer-section .quick-connect .list {
  list-style: none;
  padding: 0px;
}

.footer-section .quick-connect .list li {
  padding: 2px 0px;
}

.footer-section .quick-connect .list li a {
  color: var(--textColor);
}

.footer-section .quick-connect .list li a i {
  margin-right: 10px;
  font-size: 1.1rem;
  color: var(--otherprimeColor);
}

.footer-section .newsletter-block .newsletter-form {
  width: 100%;
  position: relative;
}

.footer-section .newsletter-block .newsletter-form .subscribe-email {
  min-width: 200px;
}

.footer-section .newsletter-block .newsletter-form .brand-btn-sm {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  background: var(--primaryColor);
  border-radius: 3px;
  width: 80px;
  height: 41px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 768px) {
  .home-intro .main-intro {
    margin-top: 30vh !important;
  }
  .top-footer {
    padding: 30px 0px !important;
  }
  .flex-container {
    display: block !important;
  }
  .flex-container .button-right {
    margin-left: 0px !important;
    margin-top: 20px;
  }
  .copy-content {
    margin-top: 20px;
  }
  .copy-content, .footer-social {
    text-align: center !important;
  }
}

.main-partner {
  padding: 40px 0px;
}

@media only screen and (max-width: 460px) {
  .button .btn {
    width: 100% !important;
  }
}

.copy-footer {
  padding: 10px 0px;
}

.copy-footer .footer-social .social-link {
  margin: 0px;
  padding: 0px;
}

.copy-footer .footer-social .social-link li {
  display: inline;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 1.2rem;
  background: var(--otherprimeColor);
}

.copy-footer .footer-social .social-link li a {
  color: var(--white) !important;
}

.copy-footer .footer-social .social-link li :hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.copy-footer .footer-social .social-link li :nth-child(1) {
  padding-left: 0px !important;
}

.copy-footer .copy-content {
  text-align: right;
}

.copy-footer .copy-content p {
  margin: 0px auto;
}

.page-intro .main-intro {
  margin-top: 20vh;
}

.page-intro .scroll-down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 150px;
  height: auto;
  position: absolute;
  bottom: 5%;
  left: 0%;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  text-transform: uppercase;
}

.page-intro .scroll-down a {
  font-size: .8rem;
  color: var(--otherprimeColor);
}

.page-intro .scroll-down .click-link .link-arrow {
  opacity: 1 !important;
}

.about-page-intro {
  height: 100vh;
  position: relative;
}

.about-page-intro::before {
  content: "";
  width: 30%;
  height: 100%;
  top: 0px;
  background: var(--lightgrayColor);
  position: absolute;
  left: 0px;
  right: auto;
  z-index: -1;
}

.about-page-intro .intro-bg {
  width: 20%;
  height: 100vh;
  content: "";
  position: absolute;
  background: var(--otherprimeColor);
  z-index: -1;
  right: 10%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

.about-page-intro .about-page-intro-image {
  width: 80%;
  height: 60vh;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
}

.about-page-intro .about-page-intro-image .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-page-intro .about-page-intro-image .image:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

@media only screen and (max-width: 1305px) {
  .about-page-intro .intro-bg {
    right: 20% !important;
  }
}

@media only screen and (max-width: 768px) {
  .about-page-intro {
    height: auto !important;
  }
  .about-page-intro .intro-bg {
    display: none;
  }
  .about-page-intro .about-page-intro-image {
    height: 400px !important;
    width: 100% !important;
  }
  .main-intro {
    margin-top: 10vh !important;
  }
  .scroll-down {
    display: none !important;
  }
  .team-image {
    width: 100% !important;
  }
}

.main-about {
  background: var(--otherprimeColor);
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main-about::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background: url(../images/lacura.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -25%;
  /* bottom: -25%; */
  opacity: 0.1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: 3s ease 0s normal forwards 1 zoom-in;
  animation: 3s ease 0s normal forwards 1 zoom-in;
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.main-about .about-page-section {
  padding: 40px 0px;
}

.main-about .lacura-vision {
  border: 1px solid var(--primaryColor);
  border-radius: 10px;
  padding: 20px;
}

.team-section {
  padding: 40px 0px;
  position: relative;
}

.team-section::before {
  content: "";
  width: 30%;
  height: 100%;
  top: 0px;
  background: var(--lightgrayColor);
  position: absolute;
  left: 0px;
  right: auto;
  z-index: -1;
}

.team-section .team-image-container {
  position: relative;
}

.team-section .team-image-container .team-image {
  width: 90%;
  height: 80vh;
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  border-radius: 10px;
}

.team-section .team-image-container .team-image .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.team-section .team-image-container .team-image .image:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.dream-section {
  width: 100%;
  background: var(--lightgrayColor);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}

.dream-section .dream-container {
  padding: 20vh 0px;
}

@media only screen and (max-width: 768px) {
  .dream-container {
    padding: 10vh 0px;
  }
  .team-image {
    height: 400px !important;
  }
}

.theme-bg {
  background: var(--otherprimeColor);
}

.career-page-intro {
  height: 100vh;
  position: relative;
}

.career-page-intro::before {
  content: "";
  width: 30%;
  height: 100%;
  top: 0px;
  background: var(--lightgrayColor);
  position: absolute;
  left: 0px;
  right: auto;
  z-index: -1;
}

.career-page-intro .intro-bg {
  width: 20%;
  height: 100vh;
  content: "";
  position: absolute;
  background: var(--otherprimeColor);
  z-index: -1;
  right: 10%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

.career-page-intro .career-page-intro-image {
  width: 80%;
  height: 60vh;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
}

.career-page-intro .career-page-intro-image .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.career-page-intro .career-page-intro-image .image:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

@media only screen and (max-width: 1305px) {
  .career-page-intro .intro-bg {
    right: 20% !important;
  }
}

@media only screen and (max-width: 768px) {
  .career-page-intro {
    height: auto !important;
  }
  .career-page-intro .intro-bg {
    display: none;
  }
  .career-page-intro .career-page-intro-image {
    height: 400px !important;
    width: 100% !important;
  }
  .main-intro {
    margin-top: 10vh !important;
  }
  .scroll-down {
    display: none !important;
  }
}

.special-message {
  width: 100%;
  height: auto;
  padding: 40px 0px;
}

.positions-section {
  padding: 40px 0px;
  width: 100%;
}

.position {
  padding: 20px;
  border: 1px solid var(--primaryColor);
  border-radius: 10px;
  min-height: 300px;
}

.position p {
  color: var(--secondarytextColor);
}

.position .details .list {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
}

.position .details .list li {
  color: var(--secondarytextColor);
}

.position .details .list li i {
  color: var(--otherprimeColor);
  margin-right: 20px;
  font-size: 1.2rem;
  text-align: center;
  width: 25px;
}

.clinic-intro {
  height: 100vh;
  position: relative;
}

.clinic-intro::before {
  content: "";
  width: 30%;
  height: 100%;
  top: 0px;
  background: var(--lightgrayColor);
  position: absolute;
  left: 0px;
  right: auto;
  z-index: -1;
}

.clinic-intro .intro-bg {
  width: 20%;
  height: 100vh;
  content: "";
  position: absolute;
  background: var(--otherprimeColor);
  z-index: -1;
  right: 10%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

.clinic-intro .clinic-page-intro-image {
  width: 80%;
  height: 60vh;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
}

.clinic-intro .clinic-page-intro-image .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.clinic-intro .clinic-page-intro-image .image:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

@media only screen and (max-width: 1305px) {
  .clinic-intro .intro-bg {
    right: 20% !important;
  }
}

@media only screen and (max-width: 768px) {
  .clinic-intro {
    height: auto !important;
  }
  .clinic-intro .intro-bg {
    display: none;
  }
  .clinic-intro .clinic-page-intro-image {
    height: 400px !important;
    width: 100% !important;
  }
  .main-intro {
    margin-top: 10vh !important;
  }
  .scroll-down {
    display: none !important;
  }
}

.department-section {
  padding: 40px 0px;
  width: 100%;
}

.department {
  padding: 20px;
  border: 1px solid var(--primaryColor);
  border-radius: 10px;
  min-height: 300px;
}

.department .dep-icon {
  width: 80px;
  height: 80px;
  background: var(--otherprimeColor);
  color: var(--white);
  border-radius: 50%;
  padding: 15px 12px;
  margin: 0px auto;
  margin-bottom: 20px;
}

.department .dep-icon i {
  font-size: 3rem;
}

.department p {
  color: var(--secondarytextColor);
}

.department .details .list {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
}

.department .details .list li {
  color: var(--secondarytextColor);
}

.department .details .list li i {
  color: var(--otherprimeColor);
  margin-right: 20px;
  font-size: 1.2rem;
  text-align: center;
  width: 25px;
}

.contact-intro {
  height: 100vh;
  position: relative;
}

.contact-intro::before {
  content: "";
  width: 30%;
  height: 100%;
  top: 0px;
  background: var(--lightgrayColor);
  position: absolute;
  left: 0px;
  right: auto;
  z-index: -1;
}

.contact-intro .intro-bg {
  width: 20%;
  height: 100vh;
  content: "";
  position: absolute;
  background: var(--otherprimeColor);
  z-index: -1;
  right: 10%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

.contact-intro .contact-page-intro-image {
  width: 80%;
  height: 60vh;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
}

.contact-intro .contact-page-intro-image .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact-intro .contact-page-intro-image .image:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

@media only screen and (max-width: 1305px) {
  .contact-intro .intro-bg {
    right: 20% !important;
  }
}

@media only screen and (max-width: 768px) {
  .contact-intro {
    height: auto !important;
  }
  .contact-intro .intro-bg {
    display: none;
  }
  .contact-intro .contact-page-intro-image {
    height: 400px !important;
    width: 100% !important;
  }
  .main-intro {
    margin-top: 10vh !important;
  }
  .scroll-down {
    display: none !important;
  }
}

.main-contact-details {
  margin-top: 20px;
  border: 1px solid var(--primaryColor);
  border-radius: 10px;
  padding: 20px;
}

.main-contact-details .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-contact-details .info {
  margin-left: 20px;
}

.main-contact-details .info h4 {
  margin: 0px auto;
}

.main-contact-details .info h5 {
  margin-bottom: 0px;
}

.main-contact-details .info address {
  margin: 0px auto;
}

.main-contact-details .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primaryColor);
  color: var(--white);
  padding: 10px 13px;
  font-size: 1.2rem;
}

.main-contact-details .contact-wrapper-form {
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.205);
}

.main-contact-details .contact-wrapper-form input[type="text"],
.main-contact-details .contact-wrapper-form input[type="email"],
.main-contact-details .contact-wrapper-form input[type="tel"],
.main-contact-details .contact-wrapper-form input[type="number"] input[type="password"],
.main-contact-details .contact-wrapper-form input[type="date"],
.main-contact-details .contact-wrapper-form input[type="time"],
.main-contact-details .contact-wrapper-form select,
.main-contact-details .contact-wrapper-form textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  min-height: 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--white);
  background: none !important;
  border: 1px solid var(--white);
  border-radius: 5px;
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s;
  margin: 5px 0px;
}

.main-contact-details .contact-wrapper-form ::-webkit-input-placeholder {
  color: var(--white);
}

.main-contact-details .contact-wrapper-form :-ms-input-placeholder {
  color: var(--white);
}

.main-contact-details .contact-wrapper-form ::-ms-input-placeholder {
  color: var(--white);
}

.main-contact-details .contact-wrapper-form ::placeholder {
  color: var(--white);
}

@media only screen and (max-width: 768px) {
  .main-contact-details .flex-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .main-contact-details .form-container {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */