/* Template Name: Zooki - Landing Page Template 
   Author: Themesbrand
   Version: 2.0.0
   File Description: Main Css file of the template
*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700");
body {
  
    font-family: 'Akrobat', sans-serif;
}

a {
  text-decoration: none !important;4
  outline: none;
}

p {
  line-height: 2;
}

.row > * {
  position: relative;
}

.nav-icon li a {
  margin: 0 12px !important;
}

.nav-item .nav-link {
  display: inline-block;
  color: #212529;
  text-decoration: none;
}

.nav-item .nav-link:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ff8700;
  transition: width 0.3s;
}

.navbar-custom {
    padding: 8px 0;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.navbar-custom .navbar-nav li a {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 60px;
  font-weight: 400;
}

.navbar-custom .navbar-nav li .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 52px;
    font-family: 'Gotham', sans-serif;
}

.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  font-size: 18px;
  background: 0 0;
  border: 1px solid transparent;
  color: #ffffff;
  outline: 0;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
  color: #ffffff !important;
}

.navbar-custom .navbar-nav li.active a:after,
.navbar-custom .navbar-nav li a:hover:after,
.navbar-custom .navbar-nav li a:active:after {
  width: 100%;
  transition: width 0.3s;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #005bea;
}

.menu-toggle {
  padding: 4.5px 10px !important;
}

.menu-toggle span {
  line-height: 27px;
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  background-color: #f9fafa;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  color: #000000 !important;
}

.nav-sticky.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  outline: 0;
}

.nav-sticky .navbar-nav {
  margin-top: 0px;
}

.nav-sticky .navbar-nav li a {
  color: #828282 !important;
}

.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #ffffff !important;
}

.nav-sticky.navbar-custom .navbar-nav li.active a:after,
.nav-sticky.navbar-custom .navbar-nav li a:hover:after,
.nav-sticky.navbar-custom .navbar-nav li a:active:after {
  width: 100%;
  transition: width 0.3s;
}

.navbar-collapse .navbar-nav .nav-item {
  margin-top: 6px;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-custom.navbar-light .navbar-nav li.active a,
.navbar-custom.navbar-light .navbar-nav li a:hover,
.navbar-custom.navbar-light .navbar-nav li a:active {
  color: #3d7c49 !important;
    font-family: 'Gotham', sans-serif;
}

.navbar-light {
      background-color: #f9fafa;
}

.navbar-light .nav-item .nav-link:after {
  background: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
  color: #888888;
}

/*---NAVBAR STICKY--*/
.navbar-light .nav-sticky.navbar-custom {
  margin-top: 0px;
  background-color: #ffffff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  color: #212529 !important;
}

.navbar-light .nav-sticky.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  outline: 0;
}

.navbar-light.nav-sticky .nav-item .nav-link:after {
  background: #ffffff !important;
}

.navbar-light.nav-sticky.navbar-custom .navbar-nav li.active a,
.navbar-light.nav-sticky.navbar-custom .navbar-nav li a:hover,
.navbar-light.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #3d7c49 !important;
}

.navbar-light.nav-sticky.navbar-custom .navbar-nav li.active a:after,
.navbar-light.nav-sticky.navbar-custom .navbar-nav li a:hover:after,
.navbar-light.nav-sticky.navbar-custom .navbar-nav li a:active:after {
  width: 100%;
  transition: width 0.3s;
}

.navbar-light .navbar-toggler {
  color: #212529;
  border-color: transparent;
}

@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    margin-top: 0px;
    background-color: #000000 !important;
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0px;
  }
  .navbar-custom .navbar-nav li a {
    transition: all 0.4s;
    margin: 0px;
  }
  .navbar-custom .navbar-nav li.active a {
    border-color: transparent;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff !important;
  }
  .nav-icon {
    display: block;
  }
  .nav-icon li a {
    margin: 0 10px !important;
  }
  .navbar-light .nav-item .nav-link:after {
    background: #ffffff;
  }
  .navbar-custom.navbar-light .navbar-nav li.active a,
  .navbar-custom.navbar-light .navbar-nav li a:hover,
  .navbar-custom.navbar-light .navbar-nav li a:active {
    color: #3d7c49 !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px !important;
  }
}

.text-custom {
  color: #ff8700 !important;
}

.text-primary {
  color: #005bea !important;
}

.text-gradient {
  background: #ff8700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-custom {
  background-color: #ff8700;
}

.text-right{
    text-align: right;
}

.btn-w {
  padding: 14px 20px;
}

.btn-sm {
  padding: 10px 30px;
  font-size: 12px;
}

.btn-custom {
    background: #3a3a3a;
    color: #ffdd17;
    border-color: transparent;
    border-radius: 0;
    font-weight: 300;
    font-size: 22px;
    padding: 0px 20px 1px;
    font-family: 'Akrobat', sans-serif;
}

.btn-outline {
  color: #005bea;
  border-color: #005bea;
}

.btn-custom-primary {
  background: #005bea;
  color: #ffffff;
  border-color: transparent;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-color: #ffffff;
}

.bg-overlay {
  background-color: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-1-bg {
  background-image: url("../images/home-1-bg.png");
  position: relative;
  background-size: cover;
  height: 100vh;
  background-position: center center;
}

.home-1-shape {
  position: absolute;
  bottom: -1px;
  padding: 0;
  right: 0;
  left: 0;
}

.home-1-title {
  z-index: 1;
  position: relative;
}

.home-2-bg {
  background-color: #f4f7fc;
  position: relative;
  background-size: cover;
        padding-bottom: 0;
  height: 100vh;
  background-position: center center;
}

.home-2-title {
  font-size: 60px;
    color: #000;
}

.home-2-img {
  z-index: 1;
  position: relative;
}

.home-2-bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  opacity: 0.15;
}

.mover-img {
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-12px);
  }
}

.home-3-bg {
  background-image: url("../images/home-3-bg.png");
  background-color: #005bea;
  position: relative;
  background-size: cover;
  height: 100vh;
  background-position: center center;
}

.home-3-shape {
  position: absolute;
  padding: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.play-icon-circle {
  background: #ff8700;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.home-3-content {
  z-index: 1;
  position: relative;
}

.video-box {
  width: 100%;
}

.home-modal {
  border: 0;
  background-color: transparent;
}

.home-modal .btn-close {
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  position: relative;
  top: 60px;
  right: 3px;
  z-index: 3;
}

.home-modal .btn-close:hover, .home-modal .btn-close:focus {
  opacity: 0.5;
}

.home-modal video:focus {
  outline: none;
}

.home-4-bg {
  background-image: url("../images/home-4-bg.jpg");
  position: relative;
  background-size: cover;
  height: 100vh;
}

.home-4-content {
  max-width: 450px;
}

.subcribe-form input {
  padding: 12px 18px;
  background-color: #fff;
  width: 68%;
  border: none;
  border-radius: 4px;
  outline: none !important;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}

.video-button {
  position: absolute;
  right: 0px;
  left: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  bottom: 50%;
  transform: translateY(50%);
}

.video-button .play-icon-circle {
  background: #ffffff;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.15);
}

.video-button .play-icon-circle:after {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  height: 106px;
  width: 106px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  right: 0;
  margin: 0 auto;
  bottom: 50%;
  transform: translateY(50%);
}

.home-5-bg {
  background-image: url("../images/home-5-bg.jpg");
  position: relative;
  background-size: cover;
  height: 100vh;
  background-position: center center;
}

.home-5-content {
  z-index: 1;
  position: relative;
}

.home-6-bg {
  background-image: linear-gradient(45deg, #005bea 0%, #039bea 100%);
  position: relative;
  background-size: cover;
  height: 100vh;
  background-position: center center;
}

.home-6-content {
  background-image: url("../images/home-6-img-bg.png");
  position: relative;
  background-size: cover;
  background-position: center center;
}

.home-7-bg {
  position: relative;
  background-size: cover;
  padding: 280px 0px 210px 0px;
  background-position: center center;
}

.search-form input {
  padding: 12px 20px;
  width: 70%;
  font-size: 17px;
  color: #4c5667 !important;
  border: none;
  outline: none !important;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 30px;
}

.search-form form {
  position: relative;
  max-width: 560px;
  margin: 0px auto;
}

.back-slide img {
  width: 100%;
  top: 0;
  position: absolute;
}

.home-8-bg {
  position: relative;
  background-size: cover;
  height: 100vh;
  background-position: center center;
}

.home-8-content .play-icon-circle {
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 28px;
}

.home-8-content a span {
  font-size: 16px;
  padding-left: 3px;
  position: relative;
  top: -5px;
}

.home-8-title .letter {
  display: inline-block;
  line-height: 1em;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.bg-about {
  background-image: url("../images/about-bg.jpg");
  position: relative;
  background-size: cover;
  background-position: center center;
        padding-bottom: 50px;
}

.bg-about.bg-light-about {
  background-image: url("../images/bg-light-about.png");
}

.title-border-color:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  background-color: #ffffff;
  top: 15px;
  right: 0;
  left: 0;
  border-radius: 50px;
}

.title-border-color:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  background-color: #ff8700;
  top: 13px;
  left: 0px;
  right: 0;
  border-radius: 50px;
}

.about-desc h3 {
  line-height: 1.5;
}

.about-img img {
  border: 6px solid rgba(238, 238, 238, 0.2);
  border-radius: 5px;
}

.about-img.light-img img {
  border: 6px solid rgba(0, 91, 234, 0.2);
}

.about-img .img-title {
  position: absolute;
  top: 20px;
  left: 10px;
  max-width: 220px;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.about-box {
  transition: all 0.5s;
}

.about-box.about-light .about-icon {
  border: 1px solid #343a40;
}

.about-box.about-light .about-icon i {
  -webkit-text-stroke: 1px #343a40;
  -webkit-text-fill-color: transparent;
}

.about-box.about-light:hover .about-icon {
  background-color: #005bea;
  box-shadow: 0 0 0 7px rgba(0, 91, 234, 0.15);
  border-color: #005bea;
}

.about-box.about-light:hover i {
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
}

.about-box .about-icon {
  border: 1px solid #ffffff;
  height: 62px;
  width: 62px;
  line-height: 62px;
  margin: 0 auto;
  border-radius: 50px;
  transition: all 0.5s;
}

.about-box .about-icon i {
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
  font-size: 34px;
  transition: all 0.5s;
}

.about-box:hover .about-icon {
  background-color: #ffffff;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.15);
  transition: all 0.5s;
}

.about-box:hover i {
  -webkit-text-stroke: 1px #005bea;
  -webkit-text-fill-color: transparent;
}

.title-border-simple:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  background-color: #005bea;
  top: 15px;
  right: 0;
  left: 0;
  border-radius: 50px;
}

.title-border-simple:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  background-color: #ff8700;
  top: 13px;
  left: 0px;
  right: 0;
  border-radius: 50px;
}

.service-box {
  border: 1px solid #f3f3f3;
  transition: all 0.5s;
}

.service-box .service-icon {
  background-color: rgba(0, 91, 234, 0.08);
  height: 64px;
  width: 64px;
  line-height: 64px;
  border-radius: 50px;
  text-align: center;
  transition: all 0.5s;
}

.service-box .service-icon i {
  font-size: 28px;
  color: #005bea;
  transition: all 0.5s;
}

.service-box:hover {
  transform: scale(1.01);
  border-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

.service-box:hover .service-icon {
  background-color: #005bea;
  box-shadow: 0 0 0 7px rgba(0, 91, 234, 0.15);
  transition: all 0.5s;
}

.service-box:hover .service-icon i {
  color: #ffffff;
  transition: all 0.5s;
}

.service-box:hover .service-title a {
  color: #005bea !important;
  transition: all 0.5s;
}

.features-content .features-icon i {
  font-size: 46px;
}

.features-content .right-arrow {
  font-size: 26px;
  position: relative;
  top: 4px;
  line-height: 0;
}

.features-img {
  background-image: url("../images/features-bg-effect.png");
  position: relative;
  background-size: cover;
  background-position: center center;
}

.features-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 360px;
  width: 360px;
  background-color: #005bea;
  margin: 0 auto;
  border-radius: 50%;
  bottom: 50%;
  transform: translateY(50%);
  transition: all 0.5s;
}

.features-img:hover:after {
  box-shadow: 0 0 0px 10px rgba(0, 91, 234, 0.1);
  transition: all 0.5s;
}

.features-img img {
  z-index: 1;
  position: relative;
  transition: all 0.5s;
}

.features-img img:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}

.pricing-box {
  border: 1px solid #f3f3f3;
  transition: all 0.5s;
}

.pricing-box sup {
  top: -10px;
  font-size: 18px;
}

.pricing-box .price {
  border-bottom: 1px solid #f3f3f3;
  transition: all 0.5s;
}

.pricing-box .price h1 {
  line-height: 0.8;
}

.pricing-box .price h5 {
  transition: all 0.5s;
}

.pricing-box .price:after {
  content: "";
  background-color: #f8f9fa;
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: -10px;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  transition: all 0.5s;
}

.pricing-box .pricing-list li {
  margin: 20px 0px;
}

.pricing-box:hover, .pricing-box.active {
  transform: scale(1.03);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

.pricing-box:hover .price, .pricing-box.active .price {
  background-color: #005bea !important;
  transition: all 0.5s;
  border-color: #005bea;
}

.pricing-box:hover .price:after, .pricing-box.active .price:after {
  background-color: #005bea !important;
  transition: all 0.5s;
  border-color: #005bea;
}

.pricing-box:hover .price h2,
.pricing-box:hover .price h5, .pricing-box.active .price h2,
.pricing-box.active .price h5 {
  color: #ffffff !important;
  transition: all 0.5s;
}

.bg-clients {
    position: relative;
    background: #ffffff;
    box-shadow: 1px 1px 15px #bdbdbd;
    z-index: 1;
        padding-bottom: 20px;
    padding-top: 30px;
}

.testi-content {
  position: relative;
}

.testi-content .testi-box {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  margin: 0px 10px;
}

.testi-content .testi-box .quote-img img {
  position: absolute;
  right: 40px;
  top: 30px;
}

.testi-content .client-img img {
  max-width: 72px;
  border: 6px solid rgba(255, 255, 255, 0.1);
}

.testi-content .clients-name .after-border {
  position: absolute;
  border-bottom: 1px solid #ff8700;
  height: 1px;
  width: 40px;
  margin-left: -50px;
  top: 10px;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.8);
}

.tns-outer .tns-nav {
  text-align: center;
    display: none;
}

.tns-outer .tns-nav button {
  width: 22px;
  height: 3px;
  margin: 5px 7px;
  background: rgba(255, 135, 0, 0.5);
  border: none;
}

.tns-outer .tns-nav button:hover, .tns-outer .tns-nav button:focus, .tns-outer .tns-nav button:active {
  outline: none;
}

.tns-outer .tns-nav button.tns-nav-active {
  background-color: #ff8700 !important;
}

.blog .blog-content {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 18px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  top: -25px;
  transition: all 0.5s;
}

.blog .blog-content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

.blog .blog-content .read-more {
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
  padding: 8px 0;
}

.blog .blog-content .read-more i {
  opacity: 0;
  transition: all 0.5s;
}

.blog .blog-content .read-more:hover i {
  opacity: 1;
  margin-left: 5px;
  transition: all 0.5s;
}

.blog .blog-date {
  background-color: #005bea;
  position: absolute;
  padding: 2px 12px;
  border-radius: 4px;
}

.blog .blog-date p {
  letter-spacing: 0.8px;
}

.contact-box {
    background: url(../images/contact-bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 20px 30px 80px;
}

.contact-box .form-control:focus {
  box-shadow: none;
  background-color: #f6f6f6;
  border-color: #f3f3f3 #f3f3f3 #ff8700;
}

.contact-box .form-control {
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 0;
    border: 3px solid #5f5f5f;
    background-color: transparent;
}

.contact-box .form-group {
  margin-bottom: 22px;
}

.contact-box .contact-icon {
  border: 1px solid #bdbdbd;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  line-height: 48px;
  text-align: center;
  transition: all 0.5s;
}

.contact-box .follow-icon li {
  margin: 0 3px !important;
}

.contact-box .follow-icon li a {
  background-color: transparent;
  height: 38px;
  width: 38px;
  display: block;
  line-height: 38px;
  text-align: center;
  border-radius: 50px;
  transition: all 0.5s;
}

.contact-box .follow-icon li a:hover {
  background-color: #ff8700;
  color: #ffffff !important;
  height: 38px;
  width: 38px;
  position: relative;
  display: block;
  line-height: 38px;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 0 0 6px rgba(255, 135, 0, 0.15);
  transition: all 0.5s;
}

.contact-loader {
  display: none;
}

#success_page {
  background-color: rgba(18, 146, 91, 0.25);
  padding: 10px 20px;
  border-radius: 4px;
}

.app-contact-desc p {
  overflow: hidden;
}

.error-msg {
  padding: 7px;
}

.footer-bg {
  background-image: url("../images/footer-bg.png");
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
}

.footer-sub-menu li {
  margin: 14px 0 !important;
}

.footer-sub-menu li a {
  position: relative;
  transition: all 0.5s;
}

.footer-sub-menu li a:after {
  content: "";
  background-color: #ff8700;
  height: 1px;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: all 0.5s;
}

.footer-sub-menu li a:hover {
  color: #ff8700 !important;
  transition: all 0.5s;
}

.footer-sub-menu li a:hover:after {
  width: 100%;
  transition: all 0.5s;
}

@media (min-width: 200px) and (max-width: 768px) {
  .mt-40 {
    margin-top: 40px;
  }
  .contact-box {
    padding: 8px !important;
  }
  .home-3-title {
    font-size: 36px;
  }
  .video-button {
    position: static;
  }
  .home-4-content {
    max-width: 100%;
  }
  .home-4-img {
    padding: 50px 0px 0px !important;
  }
  .back-slide img {
    height: 100vh;
  }
}

@media (max-width: 425px) {
  .mt-10 {
    margin-top: 10px;
  }
  .subcribe-form input {
    width: 100%;
  }
  .home-6-title {
    font-size: 34px;
  }
  .home-6-bg {
    height: auto;
  }
  .home-4-bg {
    height: auto;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #a1c86a, #3d7c49);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #ffffff;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}

@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
/*# sourceMappingURL=style.css.map */


.home-2-content {
  width: auto;
  float: right;
}
.logo img{
    width: 180px;
}
.brd-left{
    height: 45px;
    float: left;
    background: #000;
    width: 10px;
    margin-top: 11px;
    margin-right: 4px;
}
.brd-right{
    height: 45px;
    float: left;
    background: #000;
    width: 10px;
    margin-top: 11px;
    margin-left: 5px;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    padding: 0;
}
.TitileGap{
    float: left;
}
.HomeTileTop{
z-index: 100;
    position: absolute;
    top: 260px;
    right: 90px;
}
.GradOne{
    background: #9CC769;
background: linear-gradient(to right, #9CC769 0%, #317d49 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    font-weight: 600;
    font-family: 'Bebas Neue';
        letter-spacing: 2px;
}


.GradTwo{
    background: #317d49;
background: linear-gradient(to right, #317d49 0%, #9CC769 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    font-weight: 600;
    font-family: 'Bebas Neue';
        letter-spacing: 2px;
    margin-left: 15px;
}
p.about-text {
    color: #6c6c6c;
    line-height: 27px;
    font-size: 20px;
        margin-bottom: 26px;
    font-family: 'Akrobat', sans-serif;
}
.about-desc {
    padding: 0 16%;
        
}
.mb0{
    margin-bottom: 0 !important;
}

.MainTitle{
    font-weight: 500;
    font-size: 30px;
    font-family: 'Bebas Neue';
    color: #333232;
}
.bg-about .MainTitle{
    margin-bottom: 40px;
}
.testi-box img{
    border-radius: 15px;
}
.ProductName{
text-align: center;
    font-size: 21px;
    color: #434343;
    margin-top: 20px;
    font-family: 'Akrobat', sans-serif;
}

.brands{
    padding: 0px 0 30px;
}
.brand-bg{
    margin-bottom: 20px;
}
.brandsImg{
    margin-top: 15px;
    width: 90%;
}
#tns1-mw {
    padding: 0 60px;
}
.contact {
    padding-top: 0;
}
.Inquiries h3{
    font-weight: 400 !important;
    font-size: 35px !important;
    color: #2c2c2c !important;
    margin-bottom: 15px !important;
    margin-top: 23px !important;
    font-family: 'Akrobat', sans-serif !important;
}
.Inquiries h4{
    font-weight: 400;
    font-size: 34px;
    color: #2c2c2c;
    margin-bottom: 15px;
    margin-top: 23px;
    font-family: 'Akrobat', sans-serif;
}
.Inquiries h5{
    font-weight: 400;
    font-size: 26px;
    color: #2c2c2c;
    margin-bottom: 55px;
    line-height: 29px;
    font-family: 'Akrobat', sans-serif;
}
label {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    color: #2c2c2c;
}
.Mapbg {
    margin-top: 30px;
    margin-right: 30px;
}

.contact-cantent {
    padding: 40px;
}
.contact-details h3{
font-weight: 400;
    font-size: 34px;
    color: #2c2c2c;
    margin-bottom: 15px;
    margin-top: 0px;
    font-family: 'Akrobat', sans-serif;
}
.contact-details h2{
    font-size: 22px;
    font-weight: 400;
    color: #2c2c2c;
    font-family: 'Akrobat', sans-serif;
    margin-bottom: 22px;
}
.contact-details h4{
    font-size: 22px;
    font-weight: 400;
    color: #2c2c2c;
    font-family: 'Akrobat', sans-serif;
}
.contact-two {
    padding: 40px;
        padding-top: 22px;
}
.contact-two h3{
    font-weight: 400;
    font-size: 34px;
    color: #2c2c2c;
    margin-bottom: 15px;
    margin-top: 23px;
    font-family: 'Akrobat', sans-serif;
}
.contact-two h2{
    font-size: 22px;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 35px;
}
.Yelbrd{
    margin-bottom: 20px;
    height: 11px;
    width: 100px;
    background: #ffdd17;
}

.contact-two h1{
font-size: 38px;
    font-family: 'Akrobat', sans-serif;
    font-weight: 600;
}

.ProductSec {
    padding-top: 150px;
}
.ProductBg {
    background: url(../images/about-bg.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
}

.InnerProduct{
    background: #fff;
    width: 100%;
}

.InnerProduct h1{
    padding: 30px;
    color: #9f9f9f;
    font-weight: 400;
    font-size: 33px;
    font-family: 'Gotham', sans-serif;
}

.TableSec{
    padding: 50px;
    padding-left: 70px;
    padding-bottom: 70px;
}
table{
    width: 100%;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
    text-align: center;
}

td{
    font-size: 12px;
}

th{
    font-size: 13px;
    background: #a8aaad;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.ProductInnerImage{
    margin-top: -150px;
}
.ProductPipe{
        margin-top: -250px;
}
.PrdActive{
    color: #3d7c49 !important;
}

.MenuToogle{
      width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
}

table, th, td {
    border: 1px solid #b5b5b5;
    border-collapse: collapse;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #4e4d4d;
    padding: 7px;
}
th {
    color: #fff;
}
.tableTopTitle{
    font-size: 13px;
    font-weight: 600;
    font-family: 'Gotham', sans-serif;
}
.tableTP{
font-size: 13px;
    font-weight: 500;
    font-family: 'Gotham', sans-serif;
    margin-bottom: 8px;
    margin-top: -4px;
}

.carousel-control-next-icon {
    background-image: url(../images/arrow.svg);
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    bottom: -310px;
    z-index: 1;
    width: auto;
    padding: 0;
    color: #fff;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-control-next {
    right: 20px;
}


.carousel-control-prev-icon {
    background-image: url(../images/arrow-left.svg);
}

.carousel-control-prev {
    left: 36px;
}

/*
button.carousel-control-prev {
    display: none;
}
*/

.Imgbanner {
    
    width: 100%;
}

.footer
{
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
    background-color: #ffffff;
}


.carousel-control-next-icon {
    background-image: url(../images/arrow.svg);
        bottom: 150px;
    position: absolute;
    left: -25px;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    bottom: -310px;
    z-index: 1;
    width: auto;
    padding: 0;
    color: #fff;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    height: 100%;
}
.carousel-control-next {
    right: 20px;
}


.carousel-control-prev-icon {
    background-image: url(../images/arrow-left.svg);
        bottom: 150px;
    position: absolute;
}

.carousel-control-prev {
    left: 50px;
}










