/*! Common CSS Start Here !*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  --theme-color: #000f9f;
  --primary-color: #28ad51;
  --white-color: #fff;
  --black-color: #000;
  --heading-color: #000;
  --body-color: #000f9f;
  --header-font: 400 16px/30px Rubik, sans-serif;
  --footer-font: 400 16px/35px Lato, sans-serif;
  --heading-font: 600 55px/57px Rubik, sans-serif;
  --sub-heading-font: 500 32px/40px Rubik, sans-serif;
  --body-font: 400 17px/27px Lato, sans-serif;
  --btn-font: 400 16px/30px Rubik, sans-serif;
  --banner-font: 600 70.12px/78px Rubik, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font: var(--body-font);
  background-color: #dee8e9;
}
html {
  scroll-behavior: smooth;
}
.nav-up {
    top: -140px;
}
.nav-down {
   background-color:#272727;
    top: 0;
    color:#fff;
    box-shadow: -1px -7px 16px 4px #00000073;
}
.nav-down .offcanvas-body ul li a {
   color:#fff;
}
.nav-down .offcanvas-body a.get-started {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    padding: 0px 20px -1px;
    text-decoration: none;
    background-color: #13a385;
    text-transform: uppercase;
    position: relative;
    z-index: 999;
}

.nav-down .nav-up-logo{
    display:block;
}
.nav-down .nav-up-logo img{
       height:50px;
}
.nav-top .nav-up-logo,
.nav-down .nav-down-logo{
    display:none;
}
.nav-down .nav-up-logo{
    display:block;
}

header {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.offcanvas-body li {
  margin: 0 30px;
}

.offcanvas-body ul li {
  font-size: 16px;
  color: #272727;
  margin: 0 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.offcanvas-body a.get-started {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 6px 20px;
  text-decoration: none;
  background-color: #272727;
  text-transform: uppercase;
  position: relative;
  z-index: 999;
}

.offcanvas-body a.get-started:hover {
  background-color: #13a385;
  color: #272727;
}

header#navigationbar {
  /*position: relative;*/
  z-index: 9999;
  height: auto;
}

.first-party-img {
  /*position: relative;*/
  z-index: 999;
}

.footer-menu a {
  color: #666666;
  font-size: 14px;
  padding: 0 35px 0 0;
  text-decoration: none;
  text-transform: uppercase;
}

.bottom-heading-left p {
  font-size: 11px;
  color: #666666;
  margin-left: 10px;
}

.bottom-heading-right p {
  font-size: 11px;
  color: #666666;
}

.footer-content hr {
  border: 1px solid #13a385;
}

.footer-menu {
  margin-top: 60px;
}

.bottom-heading-right a {
  text-align: right;
  font-size: 12px;
  float: right;
  text-transform: capitalize;
}

.subscribe-form-box {
  padding: 10px 15px 10px 0px;
  margin-bottom: 5px;
  position: relative;
  z-index: 9;
  width: 100%;
  border-bottom: 2px solid black;
}

.subscribe-btn {
  position: absolute;
  top: 0;
  right: 0;
}

/* //popup// */
.thankyou-popup {
  display: block;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 9999;
}

.thank-you-box {
  text-align: center;
  background: #fff;
  width: 40%;
  padding: 40px 0;
  margin: auto;
  position: relative;
  top: 16%;
  z-index: 99991;
}

#download-popup .close-popup-main,
.thank-you-box .close-popup {
  position: absolute;
  right: 0;
  top: 0;
}

.thank-you-box h2 {
  color: #13a385;
  font-size: 60px;
  margin-top: 10px;
  margin-bottom: 0;
}

.thank-you-box h5 {
  color: #13a385;
  font-size: 24px;
  margin-top: 0;
}

.thank-you-box .close-popup a {
  padding: 6px 10px;
}

.thank-you-box a {
  text-decoration: none;
  background: #272727;
  color: #fff;
  padding: 8px 18px;
  display: inline-block;
  font-size: 14px;
}

.thankyou-popup:before {
  content: "";
  background: #000000d4;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11111;
}

button#submitbtn {
  position: absolute;
  top: 20px;
  background: none;
  border: none;
  right: 0;
}

.subscribe-form-box .errormsg {
  position: absolute;
  color: #fff;
  font-size: 14px;
  display: none;
  top: 25px;
}

.section-spacing {
  background-color: #272727;
  margin: 80px 0 5px;
  position: relative;
  padding: 150px 0 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.updates {
  background-color: #13a385;
  padding: 50px 80px;
  position: absolute;
  top: -110px;
  width: 83%;
}

.footer-menu {
  margin-top: 60px;
  width: 100%;
  padding: 0 25px 0 0;
}

.bottom-menu {
  text-align: right;
  width: 100%;
  padding: 0 0 0 25px;
}

.bottom-menu a {
  padding: 0 0 0px 35px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.follow-us {
  display: flex;
  justify-content: flex-end;
}
.subscribe-form-box input, input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 3;
    background: #13a385;
    border: none;
}
.footer-subscribe input:focus-visible {
  outline: none;
}





@media screen and (max-width: 768px) {
  header#navigationbar img {
    width: 100px;
  }

  .first-party {
    padding: 0 10px;
  }

  .bottom-menu {
    margin-top: 25px;
  }

  .nav-top {
    background-color: var(--white-color);
    position: relative;
    z-index: 999999999;
  }

  #navigationbar .navbar .nav-link {
    color: var(--black-color);
    margin-bottom: 1.5rem;
    margin-inline-start: 0rem;
  }

  #navigationbar .navbar .nav-link {
    padding: 0 0rem;
  }

  .offcanvas-body li {
    margin: 0 0px;
  }

  .subscribe-btn {
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
  }

  button#submitbtn {
    position: absolute;
    top: 30px;
    background: none;
    border: none;
    right: 0;
    left: 0;
  }

  .thank-you-box {
    text-align: center;
    background: #fff;
    width: 90%;
    padding: 40px 0;
    margin: auto;
    position: relative;
    top: 16%;
    z-index: 99991;
  }

  .thankyou-popup {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9999;
    background: #000000d4;
  }

  .thankyou-popup:before {
    content: "";
    background: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11111;
  }

  .subscribe-form-box input,
  input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 3;
    background: #13a385;
    border: none;
  }

  .bottom-menu {
    text-align: center;
    width: 100%;
    padding: 0 0 0 0px;
  }

  .footer-menu {
    margin-top: 40px;
    width: 100%;
    padding: 0 0px 0 0;
    text-align: center;
  }
}