* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
}

p {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

header {
    background-color: #E3EAD0;
    height: 100vh;
}

.webiq-main  {
  padding-bottom: 70px;
}

@media screen and (max-width: 1366px) {
  .webiq-main h1 {
    padding-left: 40px;
    font-size: 4.2rem;
  }
  .webiq-main p {
    padding-left: 40px;
  }
  .webiq-main a {
    margin-left: 40px;
  }
  .webiq-main img {
    padding-right: 40px;
  }
}

/* 
Navbar styling desktop ---start   */

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
      margin-top: 0;
    }
    .navbar .nav-item:hover .nav-link {
      color: #95C11F !important;
      transition: all 0.5s ease-in-out;
    }
    .navbar .dropdown-menu.fade-down {
      top: 80%;
      transform: rotateX(-75deg);
      transform-origin: 0% 0%;
    }
    .navbar .dropdown-menu.fade-up {
      top: 180%;
    }
    .navbar .nav-item:hover .dropdown-menu {
      transition: 0.3s;
      opacity: 1;
      visibility: visible;
      top: 100%;
      transform: rotateX(0deg);
    }
  }
  
  .navbar {
    padding: 20px 250px 20px 250px;
  }
  
  .navbar-light {
    background-color: transparent !important;
    transition: 0.5s;
  }

  
  .navbar-dark {
    background-color: #1D1D1B !important;
    transition: 0.5s;
  }
  
  .navbar-dark .nav-link {
    color: rgb(211, 211, 211) !important;
  }
  
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: #95C11F !important;
  }
  
  .nav-link {
    font-size: 16px;
    color: #1D1D1B !important;
    margin-right: 50px;
    transition: all 0.5s ease-in-out;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    right: 40px;
    top: 40px;
  }

  /* 
  Navbar styling desktop ---end   */
  
  ul.social {
    margin: 0;
    padding: 0;
    padding-bottom: 25px;
    width: 50%;
    float: left;
  }
  
  ul.social p {
    color: rgb(211, 211, 211);
  }
  
  ul.social > li {
    display: inline-block;
    text-align: center;
  }
  
  ul.social > li > a {
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    color: #000;
  }
  
  ul.social > li > a {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 18px;
    background-color: #fff;
    color: #000;
  }

  /* Navbar mobile/tab styling ---start */
  
  .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(245,141,70, 0.8)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  
  .navbar-dark .navbar-toggler,
  .navbar-light .navbar-toggler {
    border: none;
  }
  
  .mdiv {
    height: 25px;
    width: 2px;
    margin-left: 12px;
    background-color: #95C11F;
    transform: rotate(45deg);
    z-index: 1;
  }
  
  .md {
    height: 25px;
    width: 2px;
    background-color: #95C11F;
    transform: rotate(90deg);
    z-index: 2;
  }
  
  .offcanvas-header {
    display: none;
  }
  
  @media (max-width: 992px) {
    .offcanvas-header {
      display: block;
    }
    .navbar-collapse {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 100%;
      width: 100%;
      padding-right: 1rem;
      padding-left: 1rem;
      overflow-y: auto;
      visibility: hidden;
      background-color: black;
      transition: visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      z-index: 9999;
    }
    .navbar-collapse.show {
      visibility: visible;
      transform: translateX(-100%);
    }
  }

  /* Navbar mobile/tab styling ---end */

@media (max-width: 576px) {
  .navbar-footer .nav {
    display: block;
  }

  .navbar-footer .nav-link {
    margin-right: 0;
    padding: 0;
  }
  .webiq-main h1 {
    font-size: 3.3rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .webiq-main p {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }

  .webiq-main a {
    margin-bottom: 30px !important;
  }

  .main-content h2 {
    font-size: 1.5rem;
  }

  .main-content p {
    font-size: 14px;
  }

 .scroll-down {
    display: none !important;
  }

  .bg-fix {
    background-image: url(../img/webiq-element.svg) !important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
  }
  
}


  /* Mobile Screen 768px ---start */
  
  @media (max-width: 768px) {
    .navbar-brand {
      padding: 20px;
    }
  
    .nav-link {
      color: rgb(211, 211, 211) !important;
    }
  
    .navbar {
      padding: 0;
    }
  
    .seperator {
      margin-top: 28px;
      margin-bottom: 28px;
      border-top: 1px solid rgb(135, 135, 135);
    }
  
    .offcanvas-tele {
      color: rgb(211, 211, 211);
      margin-top: 28px;
    }
  
    .offcanvas-email {
      color: rgb(211, 211, 211);
    }
  
    .offcanvas-active .dropdown-menu {
      background-color: transparent;
    }
  
    .offcanvas-active .dropdown-item {
      color: rgb(211, 211, 211);
    }
    .navbar-brand {
      padding: 20px !important;
    }
    .main-content h2 {
      font-size: 2rem;
    }
  }

  /* Mobile Screen 768px ---end */
 
    
    @media (max-width: 1024px) {
      .navbar {
        padding: 0;
      }
    
      .navbar-brand {
        padding: 20px;
      }
    
      .navbar-brand img {
        width: 150px;
      }
    
      .navbar .nav-link {
        font-size: 16px;
        margin-right: 10px;
      }
    
      ul.social {
        width: 100% !important;
      }
    
      ul.social > li > a {
        font-size: 14px;
        line-height: 26px;
        width: 26px;
        height: 26px;
      }
      .webiq-main h1 {
        font-size: 3.2rem;
      }
    }

    @media (max-width: 1366px) {
      .navbar {
        padding: 0;
      }
    
      .navbar-brand {
        padding: 50px;
      }
    
      .navbar-brand img {
        width: 150px;
      }
    
      .navbar .nav-link {
        font-size: 16px;
        margin-right: 50px;
      }
   
      ul.social > li > a {
        font-size: 14px;
        line-height: 26px;
        width: 26px;
        height: 26px;
      }
    }
    
  
  .btn-close {
    background-color: transparent !important;
  }
  
header h1 {
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-weight: 800 !important;
}

header .btn-plans {
    background: #1D1D1B;
    color: #fff;
    padding: 20px 60px;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

header .btn-plans:hover {
    background: #95C11F;
    transition: all 0.5s ease-in-out;
    color: #fff;
}

.main-content {
    padding-top: 80px;
    padding-bottom: 136px;
    background-color: #E3EAD0;
}

main h2 {
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-size: 34px;
    font-weight: 800 !important;
}

main p {
    line-height: 28px;
    font-size: 16px;
}

.bg-fix {
    background-image: url(../img/fixed-logo.svg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
}

.bg-section {
  background-color: #95C11F;
}

.main-head h2 {
  padding-top: 130px;
  padding-bottom: 28px;
}

.main-box1, .main-box2 {
    background-color: #1D1D1B;
    min-height: 450px;
    margin-right: 15px;
}

.main-box3 {
  background-color: #1D1D1B;
  height: 450px;
}

@media (max-width: 768px) {
  .main-box1, .main-box2 {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .webiq-main h1, .webiq-main p {
   text-align: center;
   padding-right: 30px;
   padding-left: 30px;
  }
  .webiq-main a {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 278px;
  }
}

main .feature-header, .feature-p {
    color: #fff;
}

main .feature-p {
    font-size: 16px;
    font-weight: 300;
    padding-top: 15px;
}

main .feature-header {
    font-size: 18px;
    padding-top: 40px;
}

main .webiqs-plans {
  background-color: #1D1D1B;
  padding-bottom: 138px;
}

main .webiqs-plans h1 {
  color: #95C11F;
  font-family: 'Nunito', sans-serif;
  font-weight: 800 !important;
  padding-top: 118px;
  padding-bottom: 46px;
}

main .webiqs-plans p {
  color: #95C11F;
  font-size: 24px;
  padding-bottom: 75px;
}

.webiqs-plans .light-plan {
  background-color: #DBEDAA;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.webiqs-plans .medium-plan {
  background-color: #B6D565;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.webiqs-plans .heavy-plan {
  background-color: #95C11F;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.webiqs-plans h2, .webiqs-plans h2 {
  font-weight: 700;
  font-size: 44px;
  color: #1D1D1B;
  padding: 46px 0px 0px 32px;
  text-transform: uppercase;
}

.webiqs-plans .light-plan p, .webiqs-plans .medium-plan p, .webiqs-plans .heavy-plan p, .webiqs-plans .custom-package p {
  color: #1D1D1B;
  font-size: 16px;
  padding: 0px 32px 44px 32px;
}

.webiqs-plans h3 {
  color: #1D1D1B;
  font-size: 16px;
  padding: 0px 42px 0px 32px;
  text-transform: uppercase;
}

.webiqs-plans .light-plan h4, .webiqs-plans .medium-plan h4, .webiqs-plans .heavy-plan h4 {
  font-size: 22px;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  padding: 26px 50px 0px 32px;
}

.webiqs-plans h5 {
  font-size: 28px;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
}

.webiqs-plans .choose-plans {
  background-color: #1D1D1B;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 20px 60px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.webiqs-plans .choose-plans:hover {
  background-color: #95C11F;
  transition: all 0.3s ease-in-out;
}

.webiqs-plans .custom-package {
  background-color: #E6E6E6;
  padding: 30px;
}

.webiqs-plans .custom-package p {
  padding-bottom: 0px;
}

.webiqs-plans .custom-package h4 {
  text-transform: uppercase;
}

@media screen and (max-width: 1366px) {
  .webiqs-plans h2, .webiqs-plans h2,
  .webiqs-plans .light-plan p, .webiqs-plans .medium-plan p, .webiqs-plans .heavy-plan p, .webiqs-plans .custom-package p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .webiqs-plans h3 {
    padding-left: 10px;
  }
  .webiqs-plans .light-plan h4, .webiqs-plans .medium-plan h4, .webiqs-plans .heavy-plan h4 {
    padding-left: 12px;
    padding-right: 30px;
  }
  
}


/* Contact form styling */

.contact-form {
  background-color: #DBEDAA;
  padding: 116px;
}

.contact-form h2 {
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}

.contact-form h4 {
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .contact-form {
    padding: 30px;
  }
}

.contact-form .btn-submit {
  padding: 18px 80px;
  color: #fff;
  background-color: #1D1D1B;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  cursor: pointer;
}

.contact-form .btn-submit:hover {
  background-color: #95C11F;
  transition: all 0.3s ease-in-out;
}

.contact-form textarea {
  resize: none;
}

.contact-section {
  background-color: #95C11F;
  min-height: 360px;
}

.contact-section h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding-top: 24px;
}

.contact-section p {
  font-size: 16px;
  font-weight: 500;
}

.contact-section a {
  text-decoration: none;
  color: #1D1D1B;
  transition: all 0.3s ease-in-out;
}

.contact-section a:hover {
  color: #E6E6E6;
  transition: all 0.3s ease-in-out;
}


/* footer styling */

.footer-bg {
  background: #1D1D1B;
}

.footer-bg img {
  padding: 40px;
}

.footer-bg p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.footer-bg .social-links a {
  color: #A5A5A5;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer-bg .social-links a:hover {
  color: #95C11F;
  transition: all 0.3s ease-in-out;
}

.footer-bg .nav-link {
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}

.footer-bg .nav-link:hover {
  color: #95C11F !important;
  transition: all 0.3s ease-in-out;
}

.copy-right {
  background-color: #1D1D1B;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.copy-right p {
  color: #fff;
  font-size: 14px;
}




header a {
  text-decoration: none;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #95C11F;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #1D1D1B;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
  text-align: center;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}


#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50px;
  background-color: #95C11F;
  border: none;
  z-index: 999;
}