
body.ldr {
            pointer-events: none;
        }

        .ldr {
            position: relative;
            width: 54px;
            height: 64px;
            border-radius: 50%;
            float: right;
            margin: -840px 641px 0 0;
        }

            .ldr .in {
                position: absolute;
                box-sizing: border-box;
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }

        .in.one {
            left: 0%;
            top: 0%;
            animation: r-1 1s linear infinite;
            border-bottom: 3px solid #3636f1;
        }

        .in.two {
            right: 0%;
            top: 0%;
            animation: r-2 1s linear infinite;
            border-right: 3px solid #df1515;
        }

        .in.three {
            right: 0%;
            bottom: 0%;
            animation: r-3 1s linear infinite;
            border-top: 3px solid #feff07;
        }

        @keyframes r-1 {
            0% {
                transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
            }

            100% {
                transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
            }
        }

        @keyframes r-2 {
            0% {
                transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
            }

            100% {
                transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
            }
        }

        @keyframes r-3 {
            0% {
                transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
            }

            100% {
                transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
            }
        }

        .jobmodalcontent {
            background-color: transparent !important;
        }


        .applyjobform {
            background-color: #ffffff;
            width: 500px;
            margin: 50px auto 10px auto;
            padding: 30px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px -3px #333;
            text-align: center;
        }

        #modelSignin div input {
            border-radius: 100px;
            padding: 10px 15px;
            width: 101%;
            border: 1px solid #D9D9D9;
            outline: none;
            display: block;
            margin: 20px auto 20px auto;
        }

        #apply_btn {
            border-radius: 100px;
            border: none;
            background: #719BE6;
            width: 50%;
            padding: 10px;
            color: #FFFFFF;
            margin-top: 25px;
            box-shadow: 0 2px 10px -3px #719BE6;
            display: block;
            margin: 55px auto 10px auto;
        }
@media only screen and (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #bdbdbd;
  border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: silver;
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #006634;
}

._gww-ft-10 {
  font-size: 10px;
}

._gww-ft-12 {
  font-size: 12px;
}

._gww-ft-14 {
  font-size: 14px;
}

._gww-ft-16 {
  font-size: 16px;
}

._gww-ft-18 {
  font-size: 18px;
}

._gww-ft-20 {
  font-size: 20px;
}

._gww-ft-22 {
  font-size: 22px;
}

._gww-ft-24 {
  font-size: 24px;
}

._gww-ft-26 {
  font-size: 26px;
}

._gww-ft-28 {
  font-size: 28px;
}

._gww-ft-30 {
  font-size: 30px;
}

._gww-text-yellow {
  color: #fde800;
}

._gww-footer {
  background-color: #006634;
}

._gww-bg-dark {
  background-color: #006634;
}

._gww-color-dark {
  color: #006634;
}

._gww-bg-light {
  background-color: #36aa09;
}

._gww-color-light {
  color: #36aa09;
}

._gww-hr {
  height: 1px;
}

._gww-min-w-auto {
  min-width: auto !important;
}

._gww-flag-img {
    background-image: url("http://cdn2-5e15.kxcdn.com/GWW/Images/flag_Img.png");
    background-repeat: no-repeat;
}

.en {
  background-position: -1px -1px;
  width: 20px;
  height: 14px;
}

.SRD {
  background-position: -22px -1px;
  width: 20px;
  height: 14px;
}

.USD {
  background-position: -43px -1px;
  width: 20px;
  height: 14px;
}

.es {
  background-position: -64px -1px;
  width: 20px;
  height: 14px;
}

.eur,
.EUR {
  background-position: -84px -1px;
  width: 20px;
  height: 14px;
}

.india,
.INR,
.inr,
.hindi {
  background-position: -106px -1px;
  width: 20px;
  height: 14px;
}

/* ------------------------------------------------------------------ */
.input-style {
  width: 100%;
  border-bottom: 1px solid #46976c;
  position: relative;
}

.input-style:after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #d5c510;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.input-style:hover:after {
  width: 100%;
}

.input-style > input,
.input-style > textarea {
  border: none;
  padding: 0 0 0 25px;
  margin: 0;
  width: 100%;
  outline: none;
  background-color: transparent;
  height: 35px;
}

.input-style > textarea {
  width: 100%;
  max-width: 100%;
  height: 105px;
}

.input-style > span {
  width: 100%;
  text-align: left;
  left: 25px;
  top: 0;
  line-height: 12px;
  font-size: 10px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.input-style > input:invalid + span,
.input-style > textarea:invalid + span {
  top: 50%;
  font-size: 14px;
}

.input-style > textarea:invalid + span {
  top: 20px;
}

.input-style > input:focus + span,
.input-style > textarea:focus + span {
  top: 0;
  font-size: 10px;
}

.input-style > i {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.input-style > textarea:invalid + span + i {
  top: 20px;
}

/* ------------------------------------------------------------------ */
.btn-primary {
  background-color: #36aa09 !important;
  border-color: #36aa09 !important;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #2f9a05 !important;
  border-color: #2f9a05 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 154, 5, 0.3) !important;
          box-shadow: 0 0 0 0.2rem rgba(47, 154, 5, 0.3) !important;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #2f9a05 !important;
  border-color: #2f9a05 !important;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #2f9a05 !important;
  border-color: #2f9a05 !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 154, 5, 0.3) !important;
          box-shadow: 0 0 0 0.2rem rgba(47, 154, 5, 0.3) !important;
}

._gww-top-h {
  background-color: #006634;
  left: 0;
  top: 0;
  z-index: 16;
}

._gww-navbar li a {
  color: #fff;
}

@media (min-width: 992px) {
  ._gww-navbar #navbarNav {
    position: unset;
  }
}

@media (max-width: 991px) {
  ._gww-navbar #navbarNav {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    z-index: 1;
    min-width: 175px;
    padding: 1rem;
  }
  ._gww-navbar #navbarNav li a {
    color: #212529;
  }
}

._gww-logo-h {
  background-color: #f4f6f5;
  top: 56px;
  left: 0;
  z-index: 15;
}

._gww-logo-h ._gww-logo img {
  max-width: 70px;
}

@media (min-width: 768px) {
  ._gww-logo-h ._gww-logo img {
    max-width: 105px;
  }
}

._gww-logo-h .max-w-600 {
  max-width: 600px;
}

@media (max-width: 991px) {
  ._gww-logo-h #_gww-search-w {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 47px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    z-index: 1;
  }
  ._gww-logo-h #_gww-search-w ._gww-search-but {
    right: 19px;
    font-size: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: red;
    display: none;
    position: absolute;
  }
}

@media (max-width: 767px) {
  ._gww-logo-h #_gww-search-w {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

._gww-banner-w {
    background-image: url(http://cdn2-5e15.kxcdn.com/GWW/Images/banner-fadded.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

@media (min-width: 992px) {
  ._gww-banner-w {
    height: 420px;
  }
}

._gww-banner-w .carousel img {
  border-radius: 4px;
}

@media (min-width: 992px) {
  ._gww-banner-w .carousel img {
    height: 385px;
  }
}

._gww-list-group li {
  background-color: #006634;
  border-color: #46976c;
  color: #fff;
  font-size: 14px;
}

._gww-list-group li .badge {
  color: #d5c510;
}

._gww-list-group li._gww-list-group-h {
  background-color: #034f29;
  font-size: 16px;
}

._gww-list-group._gww-list-group-scroll {
  overflow: auto;
  max-height: 342px;
  display: none;
}

._gww-list-group._gww-list-group-scroll::-webkit-scrollbar {
  width: 6px;
}

._gww-list-group._gww-list-group-scroll::-webkit-scrollbar-track {
  background: #034f29;
  border-radius: 3px;
}

._gww-list-group._gww-list-group-scroll::-webkit-scrollbar-thumb {
  background: #034f29;
  border-radius: 3px;
}

._gww-list-group._gww-list-group-scroll::-webkit-scrollbar-thumb:hover {
  background: #006634;
}

._gww-list-group #_gww-list-group-content {
  display: none;
}

@media (min-width: 992px) {
  ._gww-list-group #_gww-list-group-but {
    pointer-events: none;
  }
}

._gww-address-w {
  border: 1px solid #46976c;
  position: relative;
}

._gww-address-w > i {
  position: absolute;
  height: 70px;
  width: 70px;
  border: 1px solid #46976c;
  top: 50%;
  left: 0;
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
  background-color: #006634;
}

@media (min-width: 992px) {
  ._gww-address-w > i {
    -webkit-transform: translate(-90%, -50%);
            transform: translate(-90%, -50%);
  }
}

@media (max-width: 991px) {
  ._gww-address-w {
    padding-left: 95px !important;
  }
}

._gww-copyright-w {
  border-top: 1px solid #46976c;
}

._gww-footer-nav img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  max-width: 100px;
}

._gww-footer-nav nav a {
  color: #fff;
}

._gww-footer-nav nav a.active {
  color: #d5c510;
}

._gww-product-w .col-lg-4 {
  max-height: 175px;
}

@media (min-width: 992px) {
  ._gww-product-w .col-lg-4 {
    max-height: 100%;
  }
}

@media (min-width: 576px) {
  ._gww-product-w .col-lg-8 {
    height: 235px;
  }
}

._gww-tab .nav-pills {
  overflow: auto;
}

._gww-tab .nav-pills::-webkit-scrollbar {
  width: 0px;
}

._gww-tab .nav-pills::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 3px;
}

._gww-tab .nav-pills::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 3px;
}

._gww-tab .nav-pills::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

._gww-tab .nav-pills .nav-link::after {
  display: block;
  content: "";
  border-bottom: 3px solid transparent;
  margin-top: 10px;
  -webkit-transition: 1s;
  transition: 1s;
}

._gww-tab .nav-pills .nav-link.active,
._gww-tab .nav-pills .show > .nav-link {
  background-color: transparent;
}

._gww-tab .nav-pills .nav-link.active::after,
._gww-tab .nav-pills .show > .nav-link::after {
  border-bottom: 3px solid #006634;
}

._gww-product-slider .carousel-inner img {
  width: 100%;
  height: 100%;
}

._gww-product-slider .carousel .carousel-indicators {
    position: static;
    margin: 0;
    padding: 0;
}

    ._gww-product-slider .carousel .carousel-indicators > li {
        width: 33.333%;
        height: auto;
    }

        ._gww-product-slider .carousel .carousel-indicators > li:first-child {
            margin-left: 0;
        }

        ._gww-product-slider .carousel .carousel-indicators > li:last-child {
            margin-right: 0;
        }

._gww-product-slider .carousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

    ._gww-product-slider .carousel .carousel-indicators li.active img {
        opacity: 1;
    }

._gww-product-slider .carousel .carousel-indicators li:hover img {
    opacity: 0.75;
}

._gww-product-slider .carousel .carousel-item img {
    width: 100%;
}

@media (min-width: 576px) {
  ._gww-boarder-r-dark {
    border-right: 1px solid #006634;
  }
}

._gww-current-job-w {
  background-color: rgba(54, 170, 9, 0.8);
}

._gww-current-job-w ._gww-careers-tab-w > div:first-child {
  background-color: gba(#36aa09, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

._gww-current-job-w ._gww-careers-tab-w > div:first-child ._gww-job-border {
  border: 4px solid #36aa09;
}

._gww-current-job-w ._gww-careers-tab-w > div:last-child {
  display: none !important;
}

._gww-current-job-w ._gww-careers-tab-w > div:last-child.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 575px) {
  ._gww-job-post div:nth-child(2) {
    border-right: none !important;
  }
}

.testimonial-h::before, .testimonial-h::after {
  height: 1px;
  background-color: #36aa09;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

._gww-gallery-w {
  top: 0;
  left: 0;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

._gww-gallery-w img {
  border: 1px solid #fff;
  max-width: 100%;
  max-height: 100%;
}

._gww-gallery-w i {
  color: #fff;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

._gww-gallery-w i:hover {
  opacity: 1;
}

._gww-gallery-w ._gww-gallery-close {
  right: 0;
  top: 0;
}

._gww-gallery-w ._gww-gallery-left {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

._gww-gallery-w ._gww-gallery-right {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

._gww-gallery-w ._gww-gallery-desc {
  z-index: 1;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

._gww_about-icon {
  width: 70px;
  height: 70px;
  background-color: #36aa09;
  border-width: 2px !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

._profile .form-control:disabled {
  background-color: #fff;
  opacity: 1;
}

._profile .gww-profile-icon {
  width: 85px;
  height: 85px;
  font-size: 34px;
  color: #ffffff;
  border-width: 2px !important;
  border-color: #36aa09 !important;
  background-color: #36aa09;
}

._profile ._gww-edit-profile-icon {
  cursor: pointer;
}

._profile ._gww-edit-profile-icon i {
  color: #ccc;
}

._profile ._gww-edit-profile-icon:hover i {
  color: #006634;
}

._profile ._gww-edit-profile-icon.active i {
  color: #006634;
}

._gww-header {
  padding-top: 143px;
}

._gww-header ._gww-top-h {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

._gww-header ._gww-logo-h {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (max-width: 991px) {
  ._gww-header ._gww-logo-h {
    top: 48px;
  }
}

@media (max-width: 991px) {
  ._gww-header {
    padding-top: 135px;
  }
}

@media (max-width: 767px) {
  ._gww-header {
    padding-top: 103px;
  }
}

._gww-scrolling-up ._gww-header ._gww-top-h {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

._gww-scrolling-up ._gww-header ._gww-logo-h {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

._gww-scrolling-Down ._gww-header ._gww-top-h {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

._gww-scrolling-Down ._gww-header ._gww-logo-h {
  -webkit-transform: translateY(-175%);
          transform: translateY(-175%);
}

._gww-view-height {
  min-height: 44vh;
}

.skiptranslate {
  opacity: 0 !important;
}

body {
  min-height: 0 !important;
  height: auto !important;
  position: inherit !important;
}

._gww-logo-h #_gww-search-w .dropdown-menu {
  max-height: 50vh;
  min-height: 150px;
  overflow: auto;
}
/*# sourceMappingURL=style_gww.css.map */


@media (max-width: 479px) {
    ._gww-header ._gww-top-h {
        max-height: 60px;
        overflow: auto;
    }

        ._gww-header ._gww-top-h .container-lg > div > div:last-child {
            display: none !important;
        }

        ._gww-header ._gww-top-h .container-lg > div > div:first-child > div:last-child > div {
            font-size: 12px !important;
        }
}

.flipping-W {
    top: 50px;
    display: none;
}

@media (min-width: 1550px) {
    .flipping-W {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.flip-box {
    background-color: transparent;
    width: 16vw;
    height: 700px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box.active .flip-box-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


a.carousel-control-prev:hover {
    left: 10px;
    background-color: #649772;
    border-color: #649772;
    color: #fff;
}


a.carousel-control-next:hover {
    right: 10px;
    background-color: #649772;
    border-color: #649772;
    color: #fff;
}


a.carousel-control-next {
    
    display: block;
    height: 60px;
    line-height: 76px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
    z-index: 20;
    margin-top: -30px;
   
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


a.carousel-control-prev {
   
    display: block;
    height: 60px;
    line-height: 76px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
    z-index: 20;
    margin-top: -30px;
    
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}