.navbar {
  background-color: #fdfdfd;
}

.active {
  color: #a9d043 !important;
  border-bottom: 1px solid;
}

.navcss {
  box-shadow: 0 1px 6px 0 #a9d043 !important;
}

@media only screen and (max-width: 1990px) {
  .navcss img {
    max-width: 190px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1440px) {
  .navcss img {
    max-width: 190px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .navrespons {
    padding-top: 20px;
    height: 100vh;
  }
}
@media only screen and (max-width: 1440px) {
  .navrespons li {
    margin-left: 20px;
  }
}
.navcss img {
  height: 63px;
}

.navu {
  padding-right: 7rem;
}

.navu li {
  padding: 0px 10px;
  font-size: 16px;
}

.navu li a {
  font-weight: 500;
}

.navu li a:hover {
  color: #a9d043 !important;
  border-bottom: 1px solid;
}

/* slider  css */
.slide {
  padding-top: 80px;
}

/*  products css */
.product {
  /* background-color:red ; */
  box-shadow: 0 1px 6px 0 #a9d043 !important;
  border-radius: 10px;
}

.container .product-item {
  min-height: 360px;
  border: none;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}

.container .product-item .product {
  height: 350px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.container .product-item .product img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.container .product-item .product img:hover {
  z-index: 1;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

.icon {
  color: #000;
}

.container .product-item .product .icons .icon {
  /* width: 40px;
    height: 40px; */
  /* background-color: #fff; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.6s ease;
  transform: rotate(180deg);
  cursor: pointer;
}

.container .product-item .product .icons .icon:hover {
  /* background-color: #64ea1c; */
  color: #a9d043;
}

.container .product-item .product .icons .icon:nth-last-of-type(3) {
  transition-delay: 0.2s;
}

.container .product-item .product .icons .icon:nth-last-of-type(2) {
  transition-delay: 0.15s;
}

.container .product-item .product .icons .icon:nth-last-of-type(1) {
  transition-delay: 0.1s;
}

.container .product-item:hover .product .icons .icon {
  transform: translateY(-60px);
}

.container .product-item .tag {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: 20px;
  padding: 0 0.4rem;
}

.container .product-item .title {
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.container .product-item .fa-star {
  font-size: 0.65rem;
  color: goldenrod;
}

/* .container .product-item .price {
      margin-top: 10px;
      margin-bottom: 10px;
      font-weight: 600
  } */
/* .fw-800 {
      font-weight: 800
  } */
/* .bg-green {
      background-color: #208f20 !important;
      color: #fff
  } */
/* .bg-black {
      background-color: #1f1d1d;
      color: #fff
  } */
/* .bg-red {
      background-color: #bb3535;
      color: #fff
  } */
/*----  Main Style  ----*/
#cards_landscape_wrap-2 {
  text-align: center;
}

#cards_landscape_wrap-2 .container {
  padding-bottom: 20px;
}

#cards_landscape_wrap-2 a {
  text-decoration: none;
  outline: none;
}

#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}

#cards_landscape_wrap-2 .card-flyer .image-box {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 1px 6px 0 #a9d043 !important;
  border-radius: 5px;
}

#cards_landscape_wrap-2 .card-flyer .image-box img {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  width: 100%;
  height: 300px;
}

#cards_landscape_wrap-2 .card-flyer:hover .image-box img {
  opacity: 0.7;
  transform: scale(1.15);
}

#cards_landscape_wrap-2 .card-flyer .text-box {
  text-align: center;
}

#cards_landscape_wrap-2 .card-flyer .text-box .text-container {
  padding: 30px 18px;
}

#cards_landscape_wrap-2 .card-flyer {
  background: #FFFFFF;
  margin-top: 50px;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
}

#cards_landscape_wrap-2 .card-flyer:hover {
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in;
  margin-top: 50px;
}

#cards_landscape_wrap-2 .card-flyer .text-box p {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}

#cards_landscape_wrap-2 .card-flyer .text-box h6 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto Black", sans-serif;
  letter-spacing: 1px;
  color: #a9d043;
}

.y-us-section {
  padding: 27px 0 5px;
  background-color: #e2e2e2 !important;
}

.y-us-head {
  text-align: center;
  margin: 0 0 91px;
}

.y-us-title h2 {
  color: #000;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.y-us-title > p {
  color: #777777;
  line-height: 22px;
}

.y-us-title-border {
  background: #ffae11 none repeat scroll 0 0;
  border-radius: 2px;
  display: inline-block;
  height: 3px;
  position: relative;
  width: 50px;
}

.service-3 .service-box {
  margin-bottom: 18px;
}

.service-3 .service-box .iconset {
  float: left;
  text-align: center;
}

.service-3 .service-box .iconset i {
  color: #000;
  font-size: 44px;
}

.service-3 .service-box .y-us-content {
  float: left;
  width: 75%;
}

service-3 .service-box .y-us-content h4 {
  color: #3a3a3a;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 14px 0 12px;
  text-transform: uppercase;
}

.service-3 .service-box .y-us-content p {
  color: #363636;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.iconset {
  color: #50f441;
  padding: 0px;
  margin-right: 10px;
  font-size: 40px;
  border: 1px solid #1efd01;
  border-radius: 100px;
  color: #16fd01;
  font-size: 28px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

/*   section */
ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  background-color: #e2e2e2;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #a9d043;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 40px;
}

.cta-text h4 {
  color: #4e2e36;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 20px;
  text-align: center;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #000000;
  line-height: 28px;
}

.footer-social-icon span {
  color: #4e2e36;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #d66f6f;
}

.footer-widget-heading h3 {
  color: #4e2e36;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #a9d043;
}

.footer-widget ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #a9d043;
}

.footer-widget ul li a {
  color: hsl(0, 0%, 0%);
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #000000;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #a9d043;
  padding: 13px 20px;
  border: 1px solid #a9d043;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.instagram .fab {
  font-size: 30px;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-indent: 0.5em;
}

.twitter .fab {
  font-size: 30px;
  text-indent: 0.5em;
}

.facebook .fab {
  font-size: 30px;
  text-indent: 0.5em;
}

.linkedin .fab {
  font-size: 30px;
  text-indent: 0.5em;
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}

.copyright-text p a {
  color: #a9d043;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #a9d043;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

/* end footer */
.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

.dropdown-hover:hover > .dropdown-menu {
  display: inline-block;
}

.dropdown-hover > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.section-contact .form-contact .single-input {
  position: relative;
  margin-top: 40px;
}

.section-contact .form-contact .single-input i {
  position: absolute;
  top: 5px;
  left: 15px;
  color: #a9d043;
}

.section-contact .form-contact .single-input input,
.section-contact .form-contact .single-input textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #07395c;
  padding-left: 50px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
  transition: border 0.3s;
}

.section-contact .form-contact .single-input input::-moz-placeholder, .section-contact .form-contact .single-input textarea::-moz-placeholder {
  color: rgba(7, 57, 92, 0.3);
}

.section-contact .form-contact .single-input input::placeholder,
.section-contact .form-contact .single-input textarea::placeholder {
  color: rgba(7, 57, 92, 0.3);
}

.section-contact .form-contact .single-input input:focus,
.section-contact .form-contact .single-input textarea:focus {
  border-color: #df383f;
}

.section-contact .form-contact .single-input textarea {
  height: 150px;
  min-height: 50px;
}

.section-contact .form-contact .submit-input input {
  margin-top: 40px;
  padding: 15px 50px;
  background-color: #a9d043;
  color: #fff;
  border: none;
  font-weight: 700;
  transition: background-color 0.3s;
  margin-bottom: 15px;
}

.section-contact .form-contact .submit-input input:hover {
  background-color: #a9d043;
}

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

a,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* img {
    max-width: 100%;
    height: auto;
  } */
span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-head h4 {
  position: relative;
  padding: 0;
  color: #a9d043;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}

.section-head h4:before {
  content: "";
  width: 60px;
  height: 3px;
  background: #a9d043;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f;
}

p.service_text {
  color: #cccccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.section-head p,
p.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none;
}

.extra-text::before {
  content: "";
  width: 60px;
  height: 3px;
  background: #a9d043;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.extra-text span {
  font-weight: 700;
  color: #a9d043;
}

.item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover {
  background: #a9d043;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
  background: #fff;
  border-radius: 10px;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
  color: #fff;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #a9d043;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item .feature_box_col_one {
  background: rgba(247, 198, 5, 0.2);
  color: #a9d043;
}

.item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: #a9d043;
}

.item .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
  color: #a9d043;
}

.item .feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
  color: #a9d043;
}

.item .feature_box_col_five {
  background: rgba(146, 39, 255, 0.15);
  color: #a9d043;
}

.item .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
  color: #a9d043;
}

.item p {
  font-size: 15px;
  line-height: 26px;
}

.item h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
}

.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #a9d043;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}

.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}

.skills {
  padding-top: 0px;
}

.skills .prog-item {
  margin-bottom: 25px;
}

.skills .prog-item:last-child {
  margin-bottom: 0;
}

.skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative;
}

.skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #a9d043;
  width: 10%;
  border-radius: 10px;
  transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px;
}

.section-heade {
  margin-top: 70px;
}

.section-heade h4 {
  position: relative;
  padding: 0;
  color: #a9d043;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.section-heade h4:before {
  content: "";
  width: 60px;
  height: 3px;
  background: #a9d043;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.section-heade h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f;
}

.section-heade p,
p.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.ctf {
  box-shadow: 0 1px 6px 0 #a9d043 !important;
  border-radius: 30px;
  padding-top: 10px;
  height: 200px;
}

.ctfs {
  border-radius: 30px;
  padding-top: 10px;
}

.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 10px;
}

.tz-gallery .lightbox img {
  width: 60%;
  border-radius: 0;
  position: relative;
  padding-top: 30px;
}

.tz-gallery .lightboxs img {
  width: 70%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "Glyphicons Halflings";
  content: "\e003";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(153, 223, 121, 0.7);
  content: "";
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

@media (max-width: 768px) {
  body {
    padding: 0;
  }
}
#wpp-fix {
  position: fixed;
  bottom: 25px;
  right: 35px;
  z-index: 12;
}
#wpp-fix a,
#wpp-fix button {
  transition: all 0.3s ease-in-out;
  background: #25D366;
  display: flex;
  z-index: 2;
  position: relative;
  padding: 10px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 3px 10px rgba(37, 211, 102, 0.56);
  transform: scale(1);
}
#wpp-fix a > span,
#wpp-fix button > span {
  display: none;
}
#wpp-fix a:hover,
#wpp-fix button:hover {
  transform: scale(1.05);
  background: #21bd5c;
}
#wpp-fix a.hide-this,
#wpp-fix button.hide-this {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
}
#wpp-fix a.hide-this + .form-wpp,
#wpp-fix button.hide-this + .form-wpp {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  border-radius: 1%;
}
#wpp-fix a.hide-this + .form-wpp + .mask,
#wpp-fix button.hide-this + .form-wpp + .mask {
  opacity: 1;
  visibility: visible;
}
#wpp-fix svg {
  width: initial;
  display: block;
  height: 30px;
}
#wpp-fix svg path {
  fill: #fff;
}
#wpp-fix.left {
  left: 15px;
  right: initial;
}
#wpp-fix.left a + .form-wpp {
  left: 0;
  right: initial;
}
#wpp-fix.shake a::before,
#wpp-fix.shake button::before {
  transition: all 0.3s ease-in-out;
  background: rgba(37, 211, 102, 0.6);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: 0px;
  right: 0;
  animation: pulse 2s infinite;
}
#wpp-fix.shake svg {
  animation: 1s wiggle ease infinite;
}
@media (max-width: 767px) {
  #wpp-fix {
    bottom: 15px;
  }
  #wpp-fix svg {
    height: 30px;
  }
  #wpp-fix a,
  #wpp-fix button {
    padding: 10px;
  }
  #wpp-fix a + .form-wpp form,
  #wpp-fix button + .form-wpp form {
    width: 260px;
  }
  #wpp-fix a + .form-wpp form input[type=text],
  #wpp-fix a + .form-wpp form input[type=email],
  #wpp-fix button + .form-wpp form input[type=text],
  #wpp-fix button + .form-wpp form input[type=email] {
    padding: 8px;
  }
}
@media (max-width: 395px) {
  #wpp-fix a + .form-wpp,
  #wpp-fix button + .form-wpp {
    min-width: 290px;
  }
  #wpp-fix a + .form-wpp .head-wpp img,
  #wpp-fix button + .form-wpp .head-wpp img {
    width: 40px;
  }
}
@keyframes wiggle {
  0% {
    transform: rotate(-3deg);
  }
  20% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

.headding p {
  text-align: justify;
}/*# sourceMappingURL=style.css.map */