@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/fancybox.css);
@import url(../css/aos.css);
@import url(../css/default.css);
@import url(../css/cloud-dot.css);
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root {
  --font-family-Sora: "Sora", sans-serif;
  --color-fad02c: #fad02c;
  --color-97bf1e: #97bf1e;
  --color-eaffc6: #eaffc6;
  --color-825200: #825200;
  --color-b78b21: #b78b21;
  --color-939393: #939393;
  --color-3c3c3c: #3c3c3c;
  --color-282828: #282828;
  --color-231f20: #231f20;
  --color-131313: #131313;
  --color-fcfaf6: #fcfaf6;
  --color-fbfaf6: #fbfaf6;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --font-style-normal: normal;
  --font-size-16: 16px;
  --font-size-19: 19px;
  --font-size-18: 18px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-26: 26px;
  --font-size-27: 27px;
  --font-size-30: 30px;
  --font-size-35: 35px;
  --font-size-36: 36px;
  --font-size-40: 40px;
  --font-size-50: 50px;
  --font-size-72: 72px;
  --font-size-130: 130px;
  --font-size-140: 140px;
  --font-size-170: 170px;
  --character-spacing-0: 0px;
  --line-height-16: 26px;
  --line-height-19: 29px;
  --line-height-18: 28px;
  --line-height-22: 32px;
  --line-height-24: 34px;
  --line-height-26: 36px;
  --line-height-27: 37px;
  --line-height-30: 40px;
  --line-height-35: 47px;
  --line-height-36: 48px;
  --line-height-40: 52px;
  --line-height-50: 62px;
  --line-height-72: 86px;
  --line-height-130: 130px;
  --line-height-140: 140px;
  --line-height-170: 170px;
  --line-height-68: 68px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}
* {
  outline: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
body {
  font-family: var(--font-family-Sora);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-231f20);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.clr {
  width: 100%;
  float: left;
}
.img {
  width: 100%;
}
.svg {
  object-fit: contain;
  object-position: center center;
}
a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover,
a:hover,
button:hover {
  color: var(--color-97bf1e);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-282828);
  text-transform: normal;
  margin-bottom: 15px;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--color-97bf1e);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--color-97bf1e);
  text-decoration: none;
  background-color: transparent;
}
li {
  list-style: none;
}
header,
footer,
section {
  width: 100%;
  float: left;
}
hr {
  border-bottom: 1px solid var(--color-97bf1e);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
  opacity: 1;
}
p {
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-282828);
  margin-bottom: 15px;
}
.p-content {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--color-282828);
  margin-bottom: 10px;
}
.small-text {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-282828);
  margin-bottom: 10px;
}
.extra-small {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-282828);
  margin-bottom: 10px;
}
.section-title {
  font-size: var(--font-size-140);
  line-height: var(--line-height-140);
  color: var(--color-97bf1e);
  margin-bottom: 20px;
}
.section-title2 {
  font-size: var(--font-size-130);
  line-height: var(--line-height-130);
  color: var(--color-000000);
  margin-bottom: 20px;
}
.main-title {
  font-size: var(--font-size-27);
  line-height: var(--line-height-27);
  color: var(--color-131313);
}
.title {
  font-size: var(--font-size-170);
  line-height: var(--line-height-170);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-97bf1e);
}
.title2 {
  font-size: var(--font-size-72);
  line-height: var(--line-height-72);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-000000);
}
.div-title {
  font-size: var(--font-size-40);
  line-height: var(--line-height-40);
  color: var(--color-282828);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 10px;
}
.div-title-sub {
  font-size: var(--font-size-50);
  line-height: var(--line-height-50);
  color: var(--color-282828);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 10px;
}
.div-sub-title {
  font-size: var(--font-size-36);
  line-height: var(--line-height-36);
  color: var(--color-282828);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 10px;
}
.div-text {
  font-size: var(--font-size-30);
  line-height: var(--line-height-30);
  color: var(--color-282828);
  margin-bottom: 10px;
}
.div-sub-text {
  font-size: var(--font-size-26);
  line-height: var(--line-height-26);
  color: var(--color-131313);
  margin-bottom: 10px;
}
.sub-text {
  font-size: var(--font-size-24);
  line-height: var(--line-height-20);
  color: var(--color-000000);
  margin-bottom: 10px;
}
.weight-Light {
  font-weight: var(--font-weight-Light);
}
.weight-Regular {
  font-weight: var(--font-weight-Regular);
}
.weight-Medium {
  font-weight: var(--font-weight-Medium);
}
.weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}
.weight-Bold {
  font-weight: var(--font-weight-Bold);
}
.weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}
.weight-Black {
  font-weight: var(--font-weight-Black);
}
.height-100 {
  height: 100vh;
}
.color-fad02c {
  color: var(--color-fad02c) !important;
}
.color-97bf1e {
  color: var(--color-97bf1e) !important;
}
.color-eaffc6 {
  color: var(--color-eaffc6) !important;
}
.color-825200 {
  color: var(--color-825200) !important;
}
.color-3c3c3c {
  color: var(--color-3c3c3c) !important;
}
.color-282828 {
  color: var(--color-282828) !important;
}
.color-000000 {
  color: var(--color-000000) !important;
}
.color-231f20 {
  color: var(--color-231f20) !important;
}
.view-more-text {
  display: inline-block;
}
.view-more-text-btn {
  font-size: var(--font-size-22);
  line-height: var(--line-height-inherit);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  display: inline-block;
  background: transparent;
  border-radius: 0;
  position: relative;
  z-index: 2;
  padding: 0;
  outline: none;
  border: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-text-btn:hover {
  color: var(--color-825200);
  letter-spacing: 1.5px;
}
.view-more-text-btn img {
  width: 30px;
}
.view-more {
  display: inline-block;
}
.view-more-btn {
  display: inline-block;
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Medium);
  padding: 12px 20px;
  border-radius: 100px;
  border: none;
  background: var(--color-131313);
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-btn:hover {
  color: var(--color-ffffff);
  background: var(--color-825200);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-btn img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-btn:hover img {
  transform: rotate(45deg);
  filter: invert(0);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.img-zoom {
  overflow: hidden;
}
.img-zoom .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.5s ease-out 0s;
  -moz-transition: all 2.5s ease-out 0s;
  -ms-transition: all 2.5s ease-out 0s;
  -o-transition: all 2.5s ease-out 0s;
  transition: all 2.5s ease-out 0s;
}
.img-zoom:hover .zoom {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* @import url(../css/root.css); */
/* main-header */
.g_header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink {
  position: fixed;
  background: var(--color-ffffff);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}
.main-header.g_shrink .main-nav .navbar-expand-lg .navbar-brand img {
  width: 70px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
/* loader css*/
.loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: var(--color-fad02c);
  display: flex;
  justify-content: center;
  align-items: center;
   transition: transform 1.5s ease-in-out;
}
.loader.hidden {
  transform: translateY(-100%);
}
.repertoire-loader{
  position: relative;
  clear: both;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.myVideo {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}
/* loader css */
.main-nav {
  background: var(--color-fad02c);
  padding: 15px 0px;
  width: 100%;
  float: left;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}
.main-nav .navbar-expand-lg .navbar-brand {
  margin-right: 20px;
  position: relative;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
  width: 200px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-19);
  color: var(--color-131313);
  font-weight: var(--font-weight-SemiBold);
  line-height: initial;
  padding: 10px 20px;
}
.main-nav .navbar-nav .nav-item {
  padding-left: 10px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-ffffff);
}
.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-ffffff);
}
/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}
.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: 325px;
  width: 325px;
  margin: 0;
  top: 80%;
  padding: 0px;
  background-color: var(--color-fad02c);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
}
.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  float: left;
  font-size: var(--font-size-16);
  color: var(--color-131313);
  padding: 10px 10px;
  border-bottom: solid 1px var(--color-fad02c);
}
.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--color-ffffff);
  background-color: var(--color-825200);
}
.main-nav .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  margin-left: 10px;
  vertical-align: -1px;
  border: none;
  background-image: url(../images/icons/dorpdown-arrow.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.main-nav .navbar-nav .dropdown .dropdown-menu-2 .dropdown .dropdown-menu {
  left: 100%;
  top: 205px;
}
/* megha dropdown-menu */
.dropdown.product-dropdown {
  position: static;
}
.main-nav .navbar-nav .dropdown.product-dropdown .dropdown-menu {
  min-width: 100%;
  width: 100%;
  left: 0;
  right: 0;
  box-shadow: none;
  background-color: transparent;
}
.main-nav .navbar-nav .dropdown.product-dropdown .dropdown-menu .product-dropdown-bg {
  padding: 20px 10px;
  width: 100%;
  border-top: none;
  opacity: 1;
  background: #f3f6fc;
  box-shadow: 0px 0px 11px -4px #989898ba;
}
.main-nav .navbar-nav .dropdown.product-dropdown .dropdown-menu .product-dropdown-bg span {
  display: block;
  font-size: var(--font-size-23);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 0px;
  margin-top: 15px;
}
.main-nav .navbar-nav .dropdown.product-dropdown .dropdown-menu .product-dropdown-bg ul li {
  display: block;
}
/* megha dropdown-menu */
/* dropdown-menu */
/* main-header */
/* main-banner */
.main-banner {
  background: var(--color-fad02c);
  height: calc(100vh - 250px);
}
.home-banner-text {
  position: absolute;
  top: 65%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 11;
}
.banner-content .wrap {
  display: inline-block;
}
.banner-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.banner-bg-img {
  width: 100%;
}
/* main-banner */
/* service-section */
.service-bg {
  width: 100%;
}
.service-bg .svg {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
}
.service-mt {
  margin-top: -230px;
}
.service-headtxt {
  padding: 0 90px;
  position: relative;
  z-index: 1;
}
.service-headtxt .text-anim div {
  display:inline-block;
}
.service-text {
  padding: 20px 160px;
}
.service-img, .service-img img {
  border-radius: 30px;
}
.kiwi-bg .kiwi-bg01 {
  position: absolute;
  left: -50px;
  top: 42%;
  width: 450px;
  z-index: -1;
}
.kiwi-bg .kiwi-bg02 {
  position: absolute;
  right: 20%;
  top: -18%;
  width: 350px;
  z-index: -1;
}
.kiwi-bg .kiwi-bg03 {
  position: absolute;
  left: 40%;
  top: 60%;
  width: 300px;
  z-index: -1;
}
.service-bg-rotate {
  transform: rotate(180deg);
}
/* service-section */
/* bulb-section */
.bulb-box {
  height: 100%;
}
.bulb-box img {
  width: 300px;
}
.bulb-about-text {
  padding: 0 110px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-welcome {
  font-size: var(--font-size-50);
  line-height: var(--line-height-68);
  color: var(--color-131313);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 20px;
}
.about-welcome span {
  background: var(--color-ffffff);
  padding: 0px 8px;
}
.bulb-section {
  height: 800px;
}
/* bulb-section */
/* floating-banner */
.floating-section {
  width: 105%;
  margin-left: -10px;
}
.floating-section-bg::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 0;
  width: 100%;
  height: 90%;
  background: var(--color-fad02c);
  transform: rotate(3deg);
}
.floating-banner .div-title {
 padding: 20px 0;
 text-wrap: nowrap;
}
.floating-banner .div-title img {
 width: 40px;
}
.floating-banner1 {
  background-color: var(--color-825200);
  transform: rotate(-4deg);
}
.floating-banner2 {
  background-color: var(--color-97bf1e);
  transform: rotate(4deg);
  position: relative;
  z-index: 1;
}
.floating-banner1 .div-title {
  color: var(--color-ffffff);
}
.floating-banner1 .div-title  {
  animation: scroll-right 70s linear infinite;
}
.floating-banner2 .div-title  {
  animation: scroll-left 70s linear infinite;
}
@keyframes scroll-right {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
      transform: translateX(-100%);
  }
  100% {
      transform: translateX(100%);
  }
}
/* floating-banner */
/* meet-section */
.meet-info {
  padding-top: 300px;
  z-index: 11;
}
.meet-info-img {
  margin: 0 auto;
  text-align: center;
  width: 600px;
}
.meet-info-img .basket-kiwi {
  width: 500px;
}
.meet-info-img img {
  width: 150px;
}
.meet-info-img .kiwi01 {
  position: absolute;
  left: 0px;
  top: -90px;
}
.meet-info-img .kiwi02 {
  position: absolute;
  left: 250px;
  top: -170px;
}
.meet-info-img .kiwi03 {
  position: absolute;
  right: -29px;
  top: 0;
}
.meet-info-img .kiwi04 {
  position: absolute;
  right: -50px;
  bottom: 20px;
}
.meet-info-img .kiwi05 {
  position: absolute;
  left: -50px;
  bottom: 20px;
}
.team-heading{
  margin-bottom: 50px;
}
.team-member {
  display: inline-block;
  position: absolute;
  top: -5%;
  left: 42%;
  width: 400px;
  background: #ffffff;
  border-radius: 50px;
}
.team-member {
  display: none;
}
.team-member .team-img {
  width: 160px;
  margin-right: 15px;
  border-radius: 100%;
}
.team-member .shape {
  position: absolute;
  left: -8px;
  bottom: -120px;
  width: 90px;
}
.team-member02 {
  top: 0;
  left: 28%;
}
.team-member03 {
  top: 44%;
  left: 14%;
}
.team-member04 {
  top: 10%;
  left: 70%;
}
.team-member04 .shape {
  left: -30px;
  bottom: -130px;
}
.team-member05 {
  top: 44%;
  left: 72%;
}
.team-member05 .shape {
  left: -30px;
  bottom: -130px;
}
.team-member03 .shape {
  right: 130px;
  bottom: -120px;
  left: unset;
}
/* meet-section */
/* work-progress-section */
.work-progress-section {
  margin-top: -300px;
}
.work-progress-bg::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 60%;
  background: var(--color-fad02c);
  z-index: -1;
}
.work-progress-list ul li a {
  font-size: var(--font-size-40);
  line-height: var(--line-height-40);
  color: #00000070;
  font-weight: var(--font-weight-SemiBold);
  display: block;
  margin-bottom: 15px;
}
.work-progress-list ul li a img {
 width: 50px;
 opacity: 0;
 -webkit-transition: all 0.5s ease-out 0s;
 -moz-transition: all 0.5s ease-out 0s;
 -ms-transition: all 0.5s ease-out 0s;
 -o-transition: all 0.5s ease-out 0s;
 transition: all 0.5s ease-out 0s;
}
.work-progress-list ul li:hover a img, .work-progress-list ul li.active a img  {
 opacity: 1;
 -webkit-transition: all 0.5s ease-out 0s;
 -moz-transition: all 0.5s ease-out 0s;
 -ms-transition: all 0.5s ease-out 0s;
 -o-transition: all 0.5s ease-out 0s;
 transition: all 0.5s ease-out 0s;
}
.work-progress-list ul li:hover a, .work-progress-list ul li.active a {
  color: var(--color-000000);
  transform: translateX(30px);
}
.work-progress-title {
  margin-bottom: 60px;
}
.work-progress-img img {
  width: 90%;
  height: 600px;
  object-fit: contain;
  object-position: center center;
  margin-top: -130px;
}
.work-progress {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
/* work-progress-section */
/* portfolio-section */
.gallery-bg::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -2px;
  width: 100%;
  height: 100px;
  background: var(--color-b78b21);
  transform: rotate(3deg);
  z-index: -1;
}
.portfolio-title {
  font-size: var(--font-size-72);
  line-height: var(--line-height-72);
  color: var(--color-fcfaf6);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 20px;
}
.home-gallery {
  width: 100%;
  margin-bottom: 30px;
}
.home-gallery img {
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.home-gallery .gallery-img01 {
  height: 450px;
}
.home-gallery .gallery-img02 {
  height: 250px;
}
.home-gallery {
  border-radius: 30px;
}
/* portfolio-section */
/* main-footer */
.footer-move-text {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 30px;
}
.footer-move-text marquee p {
  color: var(--color-3c3c3c);
}
.footer-move-text marquee p img {
  width: 60px;
  margin: 0 30px;
}
.service-btn li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.service-btn li button {
  background: var(--color-131313);
  color: var(--color-ffffff);
  border: solid 1px var(--color-ffffff);
  padding: 10px 20px;
  font-size: 18px;
  font-weight: var(--font-weight-Regular);
  border-radius: 10px;
}
.form-group {
  margin-bottom: 30px;
}
.form-group .form-control {
  padding: 10px 0px;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-Medium);
  line-height: var(--line-height-18);
  color: var(--color-ffffff);
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  height: 60px;
}
.form-group .form-control option {
  padding: 10px 0px;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-Medium);
  line-height: var(--line-height-18);
  color: var(--color-000000);
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  height: 60px;
}
.form-btn {
  background: var(--color-eaffc6);
  color: var(--color-131313);
}
.form-btn img {
  filter: brightness(0);
}
.home-contact-text {
  padding-right: 60px;
}
.footer-logo {
  width: 150px;
  margin-bottom: 30px;
}
.footer-contact li {
  margin-bottom: 15px;
}
.footer-contact li a {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  font-weight: var(--font-weight-Medium);
  color: var(--color-939393);
}
.footer-contact li a img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  margin-right: 10px;
}
.footer-box .div-text {
  margin-bottom: 20px;
}
.footer-social li a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 10px;
}
.Copyright p {
  color: var(--color-939393);
}
.telephone-img {
  position: absolute;
  top: -164px;
  width: 170px;
  left: 40%;
}
/* main-footer */
/* service-animation-css */
.wrapper_text_animate {
  position: relative;
  /* min-height: 100vh; */
}
.services_headline {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.service-animation {
  margin: 100px 0;
}
.service-img-icons {
  overflow: hidden;
}
.service-img-icons .zoom {
  animation: zoom-in-zoom-out 5s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.service-img-icons .paper01 {
  position: absolute;
  left: 15%;
  top: 15%;
  width: 60px;
  height: 60px;
 }
 .service-img-icons .paper02 {
  position: absolute;
  right: 15%;
  top: 15%;
  width: 120px;
  height: 120px;
 }
 .service-img-icons .paper03 {
  position: absolute;
  left: 15%;
  bottom: 15%;
  width: 120px;
  height: 120px;
 }
 .service-img-icons .paper04 {
  position: absolute;
  right: 15%;
  bottom: 15%;
  width: 80px;
  height: 80px;
 }
 .service-center-img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80%;
  transform: translate(-50%, -50%);
}
.service-center-img .pen {
  width: 80px;
  height: 100%;
  object-fit: contain;
  -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
 }
 @-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
.service-center-img .wing {
  position: absolute;
  width: 650px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.make-div img {
 width: 200px;
 height: 200px;
 object-fit: contain;
}
.make-div {
  position: absolute;
  top: 8%;
  left: 8%;
}
.make-div02 {
  position: absolute;
  top: 29%;
  left: 37%;
}
.make-div03 {
  position: absolute;
  top: 55%;
  left: 65%;
}
.brand-arrow-img {
  position: absolute;
  top: 30%;
  left: 0;
  width: 65%;
  height: auto;
}
.brand-arrow-img .brand-arrow01 {
  width: 80%;
}
.brand-arrow-img .brand-arrow02 {
  width: 85%;
}
.brand-arrow-img .brand-arrow02 {
  width: 100%;
}
.brand-arrow-img .brand-arrow04 {
  position: absolute;
  bottom: 12%;
  left: 0;
  width: 55%;
  height: auto;
}
.social-media-img img {
  position: absolute;
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.social-media-img .instagram {
  top: 4%;
  left: 19%;
}
.social-media-img .whatsapp {
  top: 18%;
  left: 29%;
}
.social-media-img .Heart {
  top: 32%;
  left: 38%;
}
.social-media-img .Frame {
  top: 28%;
  right: 0;
  width: 500px;
  height: 500px;
}
.social-media-img .dribbble {
  top: 13%;
  left: 50%;
}
.social-media-img .instagram2 {
  top: 25%;
  left: 80%;
}
.social-media-img .facebook {
  top: 45%;
  left: 10%;
}
.social-media-img .pinterest {
  top: 70%;
  left: 20%;
}
.social-media-img .linkedin {
  top: 55%;
  left: 35%;
  width: 100px;
  height: 100px;
}
.social-media-img .Messenger {
  top: 80%;
  left: 40%;
  width: 80px;
  height: 80px;
}
/* service-animation-css */
/* bulb-section */
.panel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bigline {
  animation: blink 4s linear infinite;
}
@keyframes blink{
  0%{opacity: 0;}
  50%{opacity: .5;}
  100%{opacity: 1;}
  }
/* bulb-section */
/* inner-page-css */
.inner-banner {
  height: 300px;
}
.inner-banner  .home-banner-text {
  top: 40%;
}
/* inner-page-css */
/* about-section */
.about-text {
  padding-right: 40px;
}
.about-right {
  position: absolute;
  right: 0;
  top: -80px;
  width: 50%;
  height: 115%;
}
.about-img {
  width: 100%;
  height: 100%;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-sub-text p {
  width: 50%;
  float: left;
}
.about-circle {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 100vmax;
	display: flex;
	align-items: center;
	justify-content: center;
  padding-right: 100px;
}
.about-circle .about-circle-logo {
  position: absolute;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 100vmax;
  background-position: center center;
}
.about-circle .text {
	position: absolute;
	width: 100%;
	height: 100%;
	animation: textRotation 15s linear infinite;
}
.about-circle .text span {
	position: absolute;
	left: 50%;
	transform-origin: 0 100px;
  font-size: var(--font-size-26);
  line-height: var(--line-height-22);
  color: var(--color-97bf1e);
  font-weight: var(--font-weight-SemiBold);
  text-transform: uppercase;
}
@keyframes textRotation {
	to {
		transform: rotate(360deg);
	}
}
.add-logo img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  margin-right: 20px;
}
/* about-section */
/* why-choose-us-section */
.why-us-box {
  width: 100%;
}
.why-choose-us-bg::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -2px;
  width: 100%;
  height: 100px;
  background: var(--color-fbfaf6);
  transform: rotate(3deg);
  z-index: -1;
}
.why-us-box .why-us-icon {
  margin-bottom: 20px;
  width: 80px;
}
.why-us-box {
  background: var(--color-ffffff);
  padding: 30px 30px;
  border-radius: 20px;
  height: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.why-us-box:hover {
  background: var(--color-eaffc6);
  transform: translateY(-10px);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.why-us-box:hover .why-us-icon .svg {
 fill:var(--color-ffffff)
}
/* why-choose-us-section */
/* commitment-section */
.commitment-section {
  margin-top: -250px;
}
.commitment-bg::before {
  content: "";
  position: absolute;
  top: 180px;
  left: 0;
  width: 100%;
  height: 30%;
  background: var(--color-fbfaf6);
  z-index: -1;
}
.commitment-bg::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 60%;
  background: var(--color-fad02c);
  z-index: -1;
}
.commitment-text .commitment-left {
 width: 43%;
}
.commitment-text .commitment-img {
  width: 14%;
}
.commitment-text .commitment-img img {
  width: 80px;
  padding: 15px;
}
.commitment-text .commitment-right {
  width: 43%;
}
.commitment-box {
  padding-left: 120px;
}
.commitment-text {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 2px var(--color-825200);
}
/* commitment-section */
/* service-section */
.service-left {
  width: 100%;
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: var(--color-97bf1e);
  border-radius: 30%;
}
.inner-service-text {
  background: var(--color-ffffff);
  padding: 30px 10px;
  border-radius: 50px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-img-border {
  background: var(--color-97bf1e);
  width: 200px;
  height: 200px;
  border-radius: 100px;
  box-shadow: 0px 0px 10px #00000078;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px #00000078;
  margin-top: -110px;
}
.service-img-inner {
  background: var(--color-ffffff);
  width: 150px;
  height: 150px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0px 0px 10px #00000078;
}
.service-img-inner img {
 width: 90px;
 object-fit: contain;
}
.service-swiper {
  width: 50%;
  height: auto;
}
.service-swiper .swiper-slide {
  padding: 100px 0;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: unset;
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: unset;
}
.service-box-section {
  margin-top: -250px;
}
.service-floating {
  padding-bottom: 50px;
}
.service-floating::before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: -2px;
  width: 100%;
  height: 130px;
  background: var(--color-231f20);
  transform: rotate(3deg);
  z-index: -1;
}
.telephone-img02 {
  top: -253px;
  width: 240px;
}
/* service-section */
/* contact-us-section  */
path {
  fill: transparent;
}
text {
  fill: #FF9800;
}
textPath {
  font-size: 28px;
  text-transform: uppercase;
  fill: var(--color-ffffff);
  font-weight: var(--font-weight-Bold);
}
.curved-text {
  position: absolute;
  left: 0;
  right: 0;
}
.clock-cup-img {
  width: 48%;
  margin: 0 auto;
  position: relative;
  top: 80px;
  left: 20px;
}
.clock-cup-img img {
  width: 100%;
}
.contact-box-section {
  margin-top: -570px;
}
.contact-section-bg::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 45%;
  background: var(--color-ffffff);
}
/* contact-us-section  */
/* Style for theme switch btn */
.clock {
  min-height: 200px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  background-image: url(../images/clock/clock-number.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 75px;
  left: 85px;
  align-items: center;
}
.clock:before {
	content: "";
	height: 1.11rem;
	width: 1.11rem;
	background-color: #5c4202;
	position: absolute;
	border-radius: 50%;
	z-index: 1000;
	transition: all ease 0.2s;
}
.hour,
.min,
.sec {
	position: absolute;
	display: flex;
	justify-content: center;
	border-radius: 50%;
}
.hour {
	height: 8em;
	width: 8em;
}
.hour:before {
	content: "";
	position: absolute;
	height: 50%;
	width: 6px;
	background-image:url(../images/clock/minute-stick.png);
	border-radius: 6px;
}
.min {
	height: 9em;
	width: 9em;
}
.min:before {
	content: "";
	height: 50%;
	width: 6px;
	background-image:url(../images/clock/minute-stick.png);
	border-radius: 4px;
}
.sec {
	height: 9em;
	width: 9em;
}
.sec:before {
	content: "";
	height: 60%;
	width: 5px;
	background-image:url(../images/clock/minute-stick.png);
	border-radius: 10px;
}
/* Style for theme switch btn */
.switch-cont {
	margin: 2em auto;
	/* position: absolute; */
	bottom: 0;
}
.switch-cont .switch-btn {
	font-family: monospace;
	text-transform: uppercase;
	outline: none;
	padding: 0.5rem 1rem;
	background-color: var(--main-bg-color);
	color: var(--main-text-color);
	border: 1px solid var(--main-text-color);
	border-radius: 0.25rem;
	cursor: pointer;
	transition: all ease 0.3s;
}
/* Style for theme switch btn */
/* gallery */
.inner-gallery-section {
  margin-top: -340px;
}
.gallery-box {
  position: relative;
  height: 427px;
}
.gallery-box a {
  display: block;
  position: relative;
}
.gallery-box a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000bd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-box:hover a::before{
  opacity: 1;
}
.gallery-box .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-box:hover .overlay {
  opacity: 1;
}
.gallery-box .overlay img {
 width: 30px;
}
.gallery-box img {
 width: 100%;
}
.gallery-box iframe {
 width: 100%;
 height: 100%;
}
.gallery-work {
  margin-bottom: 30px;
}
ul#Container,
ul.filter-btn {
    margin-bottom: 30px;
    text-align: center;
}
.filter-btn .active {
  background: var(--color-97bf1e);
  color: var(--color-000000);
}
.filter-btn li {
  font-size: var(--font-size-24);
  line-height: var(--line-height-22);
  color: var(--color-ffffff);
  list-style: none;
  display: inline-block;
  padding: 6px 15px;
  cursor: pointer;
  position: relative;
  border: none;
  box-shadow: none;
  background: var(--color-825200);
  border-radius: 10px;
  margin-bottom: 10px;
}
/* gallery */
/* career-section */
.career-section {
  margin-top: -250px;
  position: relative;
}
.career-text ul {
  margin-bottom: 40px;
}
.career-text ul li{
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-282828);
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.career-text ul li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  color: var(--color-97bf1e);
  font-size: var(--font-size-30);
}
.career-img img {
  position: relative;
  -webkit-animation: jump 3s infinite;
  -moz-animation: jump 3s infinite;
  -ms-animation: jump 3s infinite;
  -o-animation: jump 3s infinite;
  animation: jump 3s infinite;
  transition: 0.3s ease-in-out;
}
@keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}
@-ms-keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}
/* career-section css */
.team-box {
  padding: 0 50px;
}
.team-box .team-text {
 margin-top: 20px;
}
.inner-team-img img {
 border-radius: 100px 0;
}
.team-info-model .modal-header {
  padding: 0;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.team-info-model .modal-header .btn-close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.team-info-model .modal-body {
  padding: 30px 40px;
}

/* video-section */
section.video-main {
    padding-bottom: 100px;
    padding-top: 0;
    background: var(--color-fad02c);
    margin-top: -100px;
    
}
.video-section {
  position: relative;
  z-index: 1;
}
.video-box {
}
.video-box iframe {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 700px;
  border-radius: 26px;
}
/* video-section */
.modal-dialog {
  max-width: 700px;
}
.sidenav,
.mobile-toggle {
  display: none;
}
.mobile-md-none {
  display: block !important;
}
.desktop-md-none {
  display: none !important;
}
.mobile-none {
  display: block !important;
}
.desktop-none {
  display: none !important;
}
.container {
  max-width: 100%;
  padding: 0 90px;
}
.fix-social {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 99;
  display: block;
}
.fix-social ul li {
  margin-bottom: 10px;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background: var(--color-ffffff);
  text-align: center;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fix-social ul li a img {
  width: 35px;
  height: 35px;
}
#return-to-top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 99;
  background: var(--color-825200);
  width: 45px;
  height: 45px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#return-to-top img {
  width: 21px;
  height: 21px;
  transform: rotate(-90deg);
}
div#loading {
  color: var(--color-b78b21);
}
/* responsive css */
@media only screen and (min-width: 1921px) {
  .contact-box-section {
    margin-top: -680px;
}
textPath {
    font-size: 40px;
}
.inner-banner {
    height: 200px;
}
.inner-banner .home-banner-text {
    top: 70%;
}
.work-progress-bg::before {
  height: 53%;
}
.service-box-section {
    margin-top: -350px;
}
.service-left {
    border-radius: 15%;
}
.career-section {
    margin-top: -350px;
}
.commitment-bg::after {
    height: 55%;
}
.commitment-bg::before {
    height: 35%;
}
.commitment-section {
    margin-top: -350px;
}
}
@media (max-width: 1880px) {
  .container {
    max-width: 100%;
    padding: 0 100px;
  }
}
@media (max-width: 1780px) {
  .container {
    padding: 0 50px;
  }
  :root {
    --font-size-16: 15px;
    --font-size-19: 18px;
    --font-size-18: 17px;
    --font-size-22: 20px;
    --font-size-24: 22px;
    --font-size-26: 24px;
    --font-size-27: 25px;
    --font-size-30: 27px;
    --font-size-35: 32px;
    --font-size-36: 34px;
    --font-size-40: 36px;
    --font-size-50: 42px;
    --font-size-72: 60px;
    --font-size-130: 90px;
    --font-size-140: 100px;
    --font-size-170: 130px;
    --character-spacing-0: 0px;
    --line-height-16: 24px;
    --line-height-19: 26px;
    --line-height-18: 27px;
    --line-height-22: 30px;
    --line-height-24: 32px;
    --line-height-26: 34px;
    --line-height-27: 35px;
    --line-height-30: 37px;
    --line-height-35: 42px;
    --line-height-36: 46px;
    --line-height-40: 48px;
    --line-height-50: 54px;
    --line-height-72: 74px;
    --line-height-130: 90px;
    --line-height-140: 100px;
    --line-height-170: 130px;
    --line-height-68: 58px;
  }
  .service-text {
    padding: 0px 80px;
}
.telephone-img {
  top: -151px;
}
.telephone-img02 {
  top: -253px;
}
.inner-service-text {
  height: 280px;
}

}
@media (max-width: 1560px) {
  .commitment-bg::after {
    height: 60%;
}

}
@media (max-width: 1480px) {
  :root {
    --font-size-16: 15px;
    --font-size-19: 18px;
    --font-size-18: 17px;
    --font-size-22: 18px;
    --font-size-24: 20px;
    --font-size-26: 22px;
    --font-size-27: 23px;
    --font-size-30: 24px;
    --font-size-35: 26px;
    --font-size-36: 28px;
    --font-size-40: 32px;
    --font-size-50: 38px;
    --font-size-72: 50px;
    --font-size-130: 70px;
    --font-size-140: 80px;
    --font-size-170: 100px;
    --character-spacing-0: 0px;
    --line-height-16: 24px;
    --line-height-19: 25px;
    --line-height-18: 26px;
    --line-height-22: 28px;
    --line-height-24: 30px;
    --line-height-26: 32px;
    --line-height-27: 33px;
    --line-height-30: 34px;
    --line-height-35: 38px;
    --line-height-36: 40px;
    --line-height-40: 44px;
    --line-height-50: 50px;
    --line-height-72: 62px;
    --line-height-130: 70px;
    --line-height-140: 80px;
    --line-height-170: 100px;
    --line-height-68: 58px;
}
  .main-nav .navbar-expand-lg .navbar-brand img,
  .main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 120px;
  }
  .main-nav .navbar-nav .nav-item .nav-link {
    padding: 10px 10px;
}
.main-nav .navbar-nav .nav-item {
  padding-left: 5px;
}
.view-more-btn {
  padding: 8px 10px;
}
.view-more-btn img {
  width: 26px;
  height: 26px;
  margin-left: 6px;
}
.main-nav {
  padding: 15px 0px;
}
.inner-banner {
  height: 220px;
}
.service-swiper {
  width: 70%;
}
.telephone-img {
  top: -142px;
}
.telephone-img02 {
  top: -253px;
}
.commitment-box {
  padding-left: 50px;
}
.career-section {
  margin-top: -150px;
}
.cloud-dots .dots {
  width: 12px;
}
.inner-team-img img {
  border-radius: 60px 0;
}
.team-box {
  padding: 0 10px;
}
.inner-banner {
  height: 140px;
}
.inner-gallery-section {
  margin-top: -200px;
}
.contact-box-section {
  margin-top: -440px;
}
.clock-cup-img {
  width:410px;
}
.contact-box-section {
  margin-top: -430px;
}
.work-progress-bg::before {
  height: 65%;
}
.meet-info-img .basket-kiwi {
  width: 360px;
}
.meet-info-img img {
  width: 100px;
}
.team-member .team-img {
  width: 100px;
}
.meet-info-img {
  width: 500px;
}
.team-member .shape {
  bottom: -100px;
  width: 70px;
}
.meet-info {
  padding-top: 230px;
  z-index: 11;
}
.meet-info-img .kiwi02 {
  top: -130px;
  left: 200px;
}
.meet-info-img .kiwi01 {
  top: -60px;
}
.meet-info-img .kiwi05 {
  left: -10px;
}
.meet-info-img .kiwi04 {
  right: -10px;
}
.team-member03 {
  left: 18%;
}
.meet-info-img .basket-kiwi {
  width: 280px;
}
.work-progress-section {
  margin-top: -180px;
}
.team-member {
  width: 290px;
}
.home-gallery .gallery-img01 {
  height: 350px;
}
.inner-service-text {
  height: 250px;
}
.video-box iframe {
    height: 465px;
}
}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
  .container {
    padding: 0 30px;
  }
  .main-nav .navbar-nav .nav-item .nav-link {
    padding: 8px 5px;
}
.main-nav .navbar-expand-lg .navbar-brand img, .main-nav .navbar-expand-lg .navbar-brand .svg {
  width: 100px;
}
.contact-box-section {
  margin-top: -380px;
}
.home-gallery .gallery-img01 {
  height: 300px;
}
}
@media (max-width: 1199.98px) {
  .container {
    padding: 0 20px;
  }
  :root {
    --font-size-16: 14px;
    --font-size-19: 15px;
    --font-size-18: 16px;
    --font-size-22: 17px;
    --font-size-24: 18px;
    --font-size-26: 18px;
    --font-size-27: 19px;
    --font-size-30: 20px;
    --font-size-35: 22px;
    --font-size-36: 24px;
    --font-size-40: 26px;
    --font-size-50: 30px;
    --font-size-72: 40px;
    --font-size-130: 50px;
    --font-size-140: 60px;
    --font-size-170: 70px;
    --character-spacing-0: 0px;
    --line-height-16: 23px;
    --line-height-19: 25px;
    --line-height-18: 26px;
    --line-height-22: 27px;
    --line-height-24: 28px;
    --line-height-26: 28px;
    --line-height-27: 29px;
    --line-height-30: 30px;
    --line-height-35: 32px;
    --line-height-36: 34px;
    --line-height-40: 36px;
    --line-height-50: 40px;
    --line-height-72: 52px;
    --line-height-130: 60px;
    --line-height-140: 70px;
    --line-height-170: 70px;
    --line-height-68: 42px;
}
.about-circle {
  padding-right: 0;
}
.commitment-text {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.commitment-box {
  padding-left: 0;
}
.inner-service-text {
  padding: 30px 20px;
}
.service-box-section {
  margin-top: -180px;
}
.service-img-border {
  width: 140px;
  height: 140px;
  margin-top: -70px;
}
.service-img-inner {
  width: 100px;
  height: 100px;
}
.service-img-inner img {
  width: 70px;
}
.team-box {
  padding: 0 30px;
}
.section-title {
  margin-bottom: 0;
}
.contact-box-section {
  margin-top: -310px;
}
.meet-info-img .kiwi03 {
  right: 21px;
  top: -40px;
}
.meet-info-img .kiwi04 {
  right: 30px;
}
.meet-info-img .kiwi05 {
  left: 10px;
}
.team-member02 {
  top: 0;
  left: 20%;
}
.team-member04 .shape {
  left: 30px;
}
.pb-100 {
  padding-bottom: 50px;
}
.pt-150 {
  padding-top: 70px;
}
.pt-100 {
  padding-top: 50px;
}
.rectangle_service--green svg {
  width: 100%;
}
}
@media (max-width: 1024px) {
}
@media (max-width: 991.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding: 0 15px;
  }
  .sidenav,
  .mobile-toggle {
    display: block;
  }
  .mobile-md-none {
    display: none !important;
  }
  .desktop-md-none {
    display: block !important;
  }
  /* mob-sidenav */
  /* mob-sidenav */
  .order-lg-div {
    order: 2;
  }
  /* mob-login */
  :root {
    --font-size-16: 14px;
    --font-size-19: 15px;
    --font-size-18: 16px;
    --font-size-22: 17px;
    --font-size-24: 18px;
    --font-size-26: 18px;
    --font-size-27: 19px;
    --font-size-30: 20px;
    --font-size-35: 22px;
    --font-size-36: 24px;
    --font-size-40: 26px;
    --font-size-50: 28px;
    --font-size-72: 34px;
    --font-size-130: 44px;
    --font-size-140: 52px;
    --font-size-170: 58px;
    --character-spacing-0: 0px;
    --line-height-16: 18px;
    --line-height-19: 19px;
    --line-height-18: 20px;
    --line-height-22: 22px;
    --line-height-24: 24px;
    --line-height-26: 24px;
    --line-height-27: 27px;
    --line-height-30: 30px;
    --line-height-35: 32px;
    --line-height-36: 34px;
    --line-height-40: 36px;
    --line-height-50: 38px;
    --line-height-72: 44px;
    --line-height-130: 54px;
    --line-height-140: 62px;
    --line-height-170: 68px;
    --line-height-68: 38px;
}
.team-heading{
  margin-bottom: 30px;
}
section.video-main {
    padding-top: 70px;
  }
  .video-box iframe {
    height: 400px;
    border-radius: 16px;
}
.navbar-toggler {
  padding: 8px 8px;
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: var(--color-ffffff);
  border: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset;
}
.navbar-toggler-icon {
  width: 25px;
  height: 25px;
}
.navbar-toggler-icon img {
  width: 100%;
  height: 100%;
}
.navbar-collapse {
  position: absolute;
  top: 97%;
  background: var(--color-ffffff);
  width: 100%;
  left: 0;
  padding: 0;
}
.navbar-nav {
    padding: 30px 20px;
}
.navbar-collapse  .view-more-btn {
    padding: 8px 10px;
    margin-left: 20px;
    margin-bottom: 30px;
}
.main-nav .navbar-nav .nav-item .nav-link:focus, .main-nav .navbar-nav .nav-item.active .nav-link, .main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-825200);
}
.main-nav .navbar-nav .nav-item .nav-link {
  font-size: var(--font-size-23);
}
  .service-text {
    padding: 0px 20px;
}
.home-gallery .gallery-img01 {
  height: 180px;
}
.home-gallery .gallery-img02 {
  height: 220px;
}
.work-progress {
  position: relative;
}
.meet-info-img img {
  width: 70px;
}
.meet-info-img {
  width: 430px;
}
.work-progress-section {
  margin-top: -130px;
}
.pb-200 {
  padding-bottom: 100px;
}
.work-progress-img img {
  width: 80%;
  height: auto;
  margin-top: 20px;
}
.footer-box.Copyright {
  margin-top: 20px;
}
.inner-service-text {
  height: 100%;
}
.service-left {
  padding: 20px;
  border-radius: 40% 40% 20% 20%;
}
}
@media (max-width: 800px) {
  .work-progress-bg::before {
    height: 75%;
}
.floating-banner .div-title {
  padding: 10px 0px;
}
.work-progress-list ul li a {
  margin-bottom: 5px;
}
.work-progress-list ul li:hover a, .work-progress-list ul li.active a {
  transform: translateX(10px);
}
.mt-50 {
  margin-top: 30px;
}
.about-sub-text p {
  width: 100%;
}
.about-sub-text.d-flex {
 display: block !important;
}
.about-right {
  top: 0;
  height: 112%;
}
.commitment-section {
  margin-top: -180px;
}
.service-swiper {
  width: 80%;
}
.career-section {
  margin-top: -20px;
}
.team-box {
  padding: 0 10px;
}
.inner-gallery-section {
  margin-top: -50px;
}
.contact-box-section {
  margin-top: -230px;
}
.main-banner {
  z-index: 1;
}
}
@media (max-width: 767.98px) {
  .mobile-none {
    display: none !important;
  }
  .desktop-none {
    display: block !important;
  }
  .order-md-div {
    order: 2;
  }
      .development_service-text02 .div-text {
        padding: 0 10px!important;
        font-size: 12px!important;
        line-height: 17px!important;
        width: 30%!important;
        mix-blend-mode: color-dodge!important;
        opacity: 0.5!important;
    }
    .development_service-text02 {
        bottom: 76px !important;
        width: 96% !important;
    }
    section.video-main {
        padding-bottom: 40px;
      }
  .video-box iframe {
    height: 300px;
    border-radius: 8px;
}
  .floating-banner .div-title {
    padding: 10px 0px;
    font-size: var(--font-size-35);
    line-height: var(--line-height-35);
   }
.floating-banner .div-title img {
  width: 25px;
}
.cloud-dots .dots {
  width: 8px;
}
.service-headtxt {
  margin-bottom: 40px;
}
.home-gallery .gallery-img01 {
  height: 100%;
}
.meet-info-img {
  width: 350px;
}
.meet-info-img .basket-kiwi {
  width: 150px;
}
.team-box {
  padding: 20px 10px;
}
.telephone-img {
  display: none;
}
.footer-move-text {
  margin-bottom: 0;
}
.work-progress-list ul li a img {
  width: 30px;
}
.commitment-text {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.service-swiper {
  width: 55%;
}
.service-right-text {
  margin-bottom: 0;
  text-align: center;
}
.service-right-text p {
  text-align: center;
}
.contact-box-section {
  margin-top: -240px;
}
.clock-cup-img {
  width: 300px;
}
.clock {
  min-height: 160px;
  min-width: 160px;
  top: 55px;
  left: 55px;
}
.mt-150 {
  margin-top: 60px;
}
.about-right {
  top: 24px;
  height: 100%;
  position: relative;
  width: 100%;
}
.service-box-section {
  margin-top: -60px;
}
.about-text {
  padding-right: 0;
}
.about-text p, .about-text .div-title-sub {
  text-align: left;
}
.service-bg-rotate {
    top: 1px;
}
.service-swiper .swiper-slide {
    padding: 60px 0 20px;
}
.gallery-box {
    position: relative;
    height: auto;
}
#test {
    height: 400px !important;
}
}
@media (max-width: 575.98px) {
  :root {
    --font-size-16: 14px;
    --font-size-19: 15px;
    --font-size-18: 16px;
    --font-size-22: 17px;
    --font-size-24: 18px;
    --font-size-26: 18px;
    --font-size-27: 19px;
    --font-size-30: 20px;
    --font-size-35: 22px;
    --font-size-36: 23px;
    --font-size-40: 24px;
    --font-size-50: 25px;
    --font-size-72: 26px;
    --font-size-130: 28px;
    --font-size-140: 30px;
    --font-size-170: 32px;
    --character-spacing-0: 0px;
    --line-height-16: 18px;
    --line-height-19: 19px;
    --line-height-18: 20px;
    --line-height-22: 22px;
    --line-height-24: 24px;
    --line-height-26: 24px;
    --line-height-27: 25px;
    --line-height-30: 24px;
    --line-height-35: 30px;
    --line-height-36: 32px;
    --line-height-40: 32px;
    --line-height-50: 34px;
    --line-height-72: 36px;
    --line-height-130: 38px;
    --line-height-140: 40px;
    --line-height-170: 42px;
    --line-height-68: 30px;
}
.team-heading{
  margin-bottom: 0px;
}
  .video-box iframe {
    height: 250px;
    border-radius: 8px;
}

  .floating-section {
  /* background: #fad02c; */
  overflow: hidden;
  width: 102%;
  margin-left: -5px;
  padding: 18px 0px;
  margin-top: -20px;
  }
.container-position,.meet-section,.gallery-section {
    overflow: hidden;
}

.work-progress-img img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.service-btn li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.service-btn li button {
  padding: 8px 15px;
  font-size: 15px;
}
.work-progress-section {
  margin-top: -30px;
}
.commitment-section {
  margin-top: -150px;
}
.commitment-text .commitment-img {
  width: 22%;
}
.service-swiper {
  width: 70%;
}
.main-banner {
  height: 280px;
}
.inner-banner {
  height: 140px;
}
.panel img {
  width: 160px;
}
.team-info-model .modal-body {
  padding: 30px 20px 10px;
}
.repertoire-loader {
    height: 70%;
}
.team-box {
    padding: 20px 0px 0;
}
.banner-content .div-sub-title {
    font-size: var(--font-size-18);
    line-height: var(--line-height-18);
}
.service-text {
    padding: 0;
}
}
@media (max-width: 480px) {
  :root {
    --font-size-16: 13px;
    --font-size-19: 14px;
    --font-size-18: 15px;
    --font-size-22: 16px;
    --font-size-24: 16px;
    --font-size-26: 17px;
    --font-size-27: 18px;
    --font-size-30: 19px;
    --font-size-35: 20px;
    --font-size-36: 22px;
    --font-size-40: 24px;
    --font-size-50: 25px;
    --font-size-72: 26px;
    --font-size-130: 28px;
    --font-size-140: 30px;
    --font-size-170: 32px;
    --line-height-16: 19px;
    --line-height-19: 20px;
    --line-height-18: 22px;
    --line-height-22: 24px;
    --line-height-24: 26px;
    --line-height-26: 26px;
    --line-height-27: 28px;
    --line-height-30: 28px;
    --line-height-35: 30px;
    --line-height-36: 32px;
    --line-height-40: 32px;
    --line-height-50: 34px;
    --line-height-72: 36px;
    --line-height-130: 38px;
    --line-height-140: 40px;
    --line-height-170: 42px;
    --line-height-68: 28px;
  }
  .cloud-dots .dots {
    width: 4px;
  }
  .services_headline {
    top: -40px;
  }
  .pen_margin img {
    width: 34%;
  }
  .pen_margin {
    right: 28%;
  }
  .content-img .paper03 {
    left: -110px;
    bottom: -100px;
    width: 50px;
    height: 50px;
  }
  .content-img .paper02 {
    right: -90px;
    top: -100px;
    width: 50px;
    height: 50px;
  }
    .inner-team-img img {
        border-radius: 20px 0;
    }
.team-box .team-text {
  margin-top: 15px;
}
.work-progress-title {
  margin-bottom: 30px;
}
.mb-80 {
  margin-bottom: 10px;
}
.contact-box-section {
  margin-top: -220px;
}
.contact-section-bg::before {
  height: 37%;
}
.clock-cup-img {
  top: 70px;
}
.width-6 {
  width: 25%;
  display: none;
}
.work-progress-bg::before {
  height: 85%;
}
.footer-move-text marquee p img {
    width: 30px;
    margin: 0 20px;
}
.home-contact-text {
    padding-right: 0;
}
.why-us-box {
  padding: 20px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  height: auto;
}
.about-circle .about-circle-logo {
    position: absolute;
    width: 150px;
    height: 150px;
}
.add-logo img {
    width: 100px;
    height: 100px;
}
}
@media (max-width: 375px) {
  .top-buffer {
    margin-top: 40px;
}
.commitment-section {
  margin-top: -110px;
}
.commitment-text .commitment-left {
  width: 100%;
}
.commitment-text .commitment-img {
  width: 100%;
}
.commitment-text .commitment-right {
  width: 100%;
}
.commitment-text.d-flex.align-items-center{
  display: block !important;
}
.service-swiper {
  width: 84%;
}
.service-img-border {
  width: 100px;
  height: 100px;
  margin-top: -50px;
}
.service-img-inner img {
  width: 60px;
}
.service-box-section {
  margin-top: -50px;
}
.service-swiper .swiper-slide {
  padding: 50px 0;
}
.service-left {
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contact-box-section {
  margin-top: -120px;
}
  .add-logo img {
      width: 100px;
      height: 100px;
  }
}
@media (max-width: 320px) {

}
/* responsive css */
