/* All Custom - CSS - Veeresh */
@charset "utf-8";

/* -- GOOGLE FONT --*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:400,500,600,700|Raleway:300,400,500,600,700|Sofia');
@import url('https://fonts.googleapis.com/css?family=Poppins:500,600,300%7COpen+Sans:400,300,700');
@import url('https://fonts.googleapis.com/css?family=Niconne');
@import url('https://fonts.googleapis.com/css?family=Tangerine');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Artifika');

.border-rt {
    border-right: 1px solid rgba(110, 110, 110, 0.5);
}
.border-lt {
    border-left: 1px solid rgba(110, 110, 110, 0.5);
}
.textCenter {
    text-align: center;
}
.textRight {
    text-align: right;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clrFloat {
    clear: both;
}
.placeHolder {
    color: #ccc;
}
.pad0 {
    padding: 0px;
}
.mar0 {
    margin: 0px;
}
.font-white {
    color: #ffffff !important;
}

.navBarBlock {
    background: url(../images/layout-bg.jpg.png) repeat !important;
    background-size: 10px !important;
    /* border-top: 5px solid #66B640; */
    padding-bottom: 8px;
    /* padding-top: 3px; */

}

.preLoader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/preloaderLogo.svg') 50% 50% no-repeat rgb(249, 249, 249);
    background-size: 50%;
}
.navBarButton {
    padding-top: 20px;
}
.banner-container {
    width: 100%;
    position: relative;
    padding: 0px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
    max-height: 700px;
    height: 700px;
    background: url("../images/BannerImage1.webp") no-repeat;
    background-size: 100% 100%;
    background-size: cover;
}

.bannerOverlay {
    content: '';
    width: 100%;
    position: absolute;
    background-image: url(../images/bg_line.png);
    background-repeat: repeat;
    max-height: 700px;
    height: 700px;
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 3;
}

.banner-content h2 {
    color: #fff;
    font-size: 4em;
    margin: 2% 0 30px;
    line-height: 1.2em;
    color: #fff707;
}

.banner-content p {
    font-size: 1.5em;
    font-weight: normal;
    color: #ffffff;
}

.sub-heading {
    padding: 15px 0;
}

.sub-heading h2 {
    font-size: 20px;
    margin: 15px 0 8px !important;
    color: #66B640;
}

.sub-heading p {
    color: #5A5A5A;
    padding-top: 10px;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
}

.heading {
    padding-bottom: 30px;
}

.heading p {
    font-size: 1.2em;
}

.pdingBtm30 {
    padding-bottom: 30px;
}
.sliderAlign {
    margin-top: 35px !important;
}

/* ===== Start Paralax Arrow Infinity Scrolling   ===== */
.scrollArrowUpDown {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
    text-align: center;    
    color: #ffffff;
    -webkit-animation: scrollUpDownAnimate ease-in-out 1s infinite;
    -moz-animation: scrollUpDownAnimate ease-in-out 1s infinite;
    -o-animation: scrollUpDownAnimate ease-in-out 1s infinite;
    animation: scrollUpDownAnimate ease-in-out 1s infinite;   
    z-index: 1;
}
.ArrowDownIcon {
    font-size: 24px;
    color: #ffffff !important;
}
@keyframes scrollUpDownAnimate {
    0%,100%{
        -webkit-transform:translateY(-8px);
        transform:translateY(-8px)
    }
    50%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }    
}
    @-moz-keyframes scroll-down-anim {
    0%,100%{
        -moz-transform:translateY(-8px);
        transform:translateY(-8px)
    }
    50%{
        -moz-transform:translateY(0);
        transform:translateY(0)
    }
}
    @-o-keyframes scroll-down-anim{
    0%,100%{
        -o-transform:translateY(-8px);
        transform:translateY(-8px)
    }
    50%{-o-transform:translateY(0);
        transform:translateY(0)
    }
    
}
@keyframes scrollUpDownAnimate {
    0%,100%{transform:translateY(-8px)
    }
    50%{
        transform:translateY(0)
    }
}

.da-slider {
    height: 600px !important;
}
.da-dots {
    display: none !important
}

.da-slide p {
    width: 80%;
}
.welcomeAicmt {
    margin-top: 5px;
}
.mainPageHeading {
    text-align: center;
}
.mainPageHeading h3 {
    text-align: center;
    font-size: 36px;
    color: #02452f;
    padding-top: 35px;
    padding-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.mainPageHeading h3:after, .mainPageHeading h3:before {
    width: 80px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: #333333;
    margin: 0 2%;
}
.welcomeAicmtText {
    font-size: 16px;
    font-family: "Raleway",sans-serif;
    margin-top: 10px;
    text-align: justify;
    padding: 0px 15px;
    margin-bottom: 20px;
}
.welcomeAicmtText span {
    color: #66B640;
    font-weight: 600;
}

.mainPageHeading img {
    width: 12% !important;
}

.sub-heading {
    padding: 15px 0;
}

.sub-heading h2 {
    font-size: 18px;
    margin: 15px 0 8px !important;
    color: #66B640;
}

.onlineBrocher {
    padding-top: 10px;
    padding-bottom: 5px;
}
.onlineBrocher img {
    width: 30px;
    margin-right: 10px;
}
.onlineBrocher a {
    color: #bc2127 !important;
    text-decoration: underline;
    font-size: 18px;
}
.makeReqBtn {
    border-radius: 70px !important;
    padding: 10px 20px 10px 20px !important;
    background-color: #66B640;
    border-color: #66B640;
    color: #ffffff !important;
    min-width: 100px !important;
    font-size: 16px !important;
}
.makeReqBtn:hover {
    background-color: #02452f !important;
    border-color: #02452f !important;
}

.ourOfficeVideoBlock iframe {
    width: 100% !important;
}
.factoryVideoBlock {
    max-width: 700px;
    margin: auto;
    border-radius: 12px;
    overflow: hidden;
}
.topHome {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5;
    color: #bc2127;
}
.footer-address h4 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
}
.userSocialIcons {
    margin-top: 3px;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 13px;
}
.userSocialIcons a { 
    margin: 0px 5px; 
    color:#000000;
    font-size: 20px;
    text-decoration: none;
}
.userSocialIcons a:hover {
    text-decoration: none;
}
.userSocialIcons .fab.fa-facebook-f:hover {
    color: #3b5998;
}
.userSocialIcons .fab.fa-instagram:hover {
    color: #bb3387;
}
.userSocialIcons .fab.fa-youtube:hover {
    color:  #c4302b;
}
.userSocialIcons .fab.fa-linkedin:hover {
    color:  #0077B5;
}
.ganualsMachineImage {
    min-height: 450px;
    height: 100%;
    width: 100%;
    color: #333333;
    background: linear-gradient(
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  ), url('../images/granualMachine.JPG') center center no-repeat;
    background-size: 100% 100%;
}
.ganualsMachineContent {
    margin-top: 30px;
}
.printingMachineImage {
    min-height: 450px;
    height: 100%;
    width: 100%;
    color: #333333;
    background: linear-gradient(rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2)), url('../images/printingMachine.JPG') center center no-repeat;
    background-size: 100% 100%;
}
.ganualMachineHeadingText h5 {
    font-weight: 600;
    /* padding-left: 30px; */
    padding-bottom: 10px;
    font-size: 18px;
    padding-top: 10px;
    color: #916943;
}

.printingMachineHeadingText h5 {
    font-weight: 600;
    /* padding-left: 30px; */
    padding-bottom: 10px;
    font-size: 18px;
    padding-top: 10px;
    color: #916943;
}

.RecycycleMachineImage {
    min-height: 450px;
    height: 100%;
    width: 100%;
    color: #333333;
    background: linear-gradient(rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2)), url('../images/recycleMachine.jpg') center center no-repeat;
    background-size: 100% 100%;
}

.RecycycleHeadingText h5 {
    font-weight: 600;
    /* padding-left: 30px; */
    padding-bottom: 10px;
    font-size: 18px;
    padding-top: 10px;
    color: #916943;
}





/* About Us Page*/
.aboutusContainer {
    width: 100%;
}
.aboutusBlockHead {    
    padding: 100px 100px;
    text-align: center;
    color: #ffffff;
}
.aboutusBlockHeadImage {
    background: linear-gradient(rgba(15, 66, 41, .6), rgba(15, 66, 41, .6)), url(../images/aboutusBg.jpg) center center no-repeat;
    background-size: cover;
}
.aboutusHeadSubText {
    font-size: 18px;
}
.aboutusHeading {
    font-size: 45px;
}
.aboutMainContent {
    margin-top: 30px;
}
.aboutMainImage {
    min-height: 450px;
    height: 100%;
    width: 100%;
    color: #333333;
    background: linear-gradient(
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  ), url('../images/aboutUsImage1.jpg') center center no-repeat;
    background-size: 100% 100%;
}
.aboutMainData {
    height: 100%;
    width: 100%;
    background-color: #DEF4D3;
    color: #000000;
    padding: 20px 30px;
    line-height: 2;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: justify;
}
.aboutMainData ul {
    padding-left: 0px !important;
}
.aboutMainData li {
    list-style: none;
    color: #333333;
}
.aboutMainData li img {
    width: 30px;
    height: 30px;
    vertical-align: sub;
}
.greenColorText {
    color:#66B640;
}
.aboutMainHeadText {
    padding-bottom: 15px;
}
.justifyText {
    text-align: justify;
}
.visionBlock {
    padding: 15px 20px;
}
.visionBlock h2 {
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}
.visionImage {
    min-height: 250px;
    height: 100%;
    width: 100%;
    color: #333333;
    background: linear-gradient(
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  ), url('../images/visonImage1.jpg') center center no-repeat;
    background-size: 100% 100%;
    /* border: 3px solid #fc0; */
}

/* Core Values Block */
.coreValuesBlock {
    height: 100%;
    width: 100%;
    color: #333333;
    background: linear-gradient(
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  ), url('../images/corevaluesBg.png') center center no-repeat;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 30px;
}
.coreValueContent {
    padding: 30px 20px 50px 30px;
}
.coreValueData {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 25px 35px;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    margin-bottom: 20px;    
}
.coreValueData h2 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    margin-bottom: 15px;
}

.coreValueDataList ul {
   padding-left: 0px !important;
} 

.coreValueDataList li {
    list-style: none;
}

.coreValueDataHed {
    font-size: 16px;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
}

/* Our Team */
.ourTeamBlock {
    margin-bottom: 100px;
}
.aicmtTeam {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.aicmtTeam:hover {
  transform: rotateY(180deg);
}

.aicmtTeam .team-img {
  position: relative;
  font-size: 0;
  text-align: center;
  margin-bottom: 30px;
}

.aicmtTeam .team-img img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.aicmtTeam .team-content {
  text-align: center;
}

.aicmtTeam .team-content h2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.aicmtTeam .team-content h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.aicmtTeam .team-overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  height: auto;
  top: 0;
  left: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #ffffff;
  border-radius: 5px;
  transform: rotateY(180deg);
}

.aicmtTeam .team-overlay p {
  font-size: 14px;
  font-weight: 400;
}

/* Products */
.productsBlockHeadImage {
    background: linear-gradient(rgba(15, 66, 41, .6), rgba(15, 66, 41, .6)), url(../images/productsBg.png) center center no-repeat;
    background-size: cover;
}
.productsDecriptionBlock {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
}

/* Certificates */
.certificatesBlockHeadImage {
    background: linear-gradient(rgba(15, 66, 41, .6), rgba(15, 66, 41, .6)), url(../images/certificatesBg.jpg) center center no-repeat;
    background-size: cover;
}
.certificatesContent {
    margin-top: 20px;

}

.certificateItem {
    border-radius: 20px;
    border: 1px solid #bebebe;
    margin-bottom: 25px;
}

.certificateData .card.certificateItem .card-body {
    padding: 16px;
}
.certificateThumb {
    overflow: hidden;
}
.certificateThumb img {
    max-width: 100%;
    margin: 0 auto;
    width: 80%;
    height: 100%;
}
.certificateItem:hover .certificateThumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: transform 0.1s ease-in-out;
    -webkit-transition: transform 0.1s ease-in-out;
    -moz-transition:transform 0.1s ease-in-out;
    -ms-transition:transform 0.1s ease-in-out;
}

/* Text Scrolling */
.wrapper {
    max-width: 100%;
    overflow: hidden;
    background: linear-gradient(132deg, #00a651 20%, #2591d0 100%);
    color: #fff;
}

.marqueeText {
    padding-top: 3px;
}

.textBold {
    font-weight: bold;
}

/* gallery */
.galleryBlockHeadImage {
    background: linear-gradient(rgba(15, 66, 41, .6), rgba(15, 66, 41, .6)), url(../images/galleryBg1.jpg) center center no-repeat;
    background-size: cover;
}
.galleryContent {
      margin-top: 20px;
      min-height: 300px;
}
.galleryContent h1 {
    text-align: center;
    font-size: 20px;

}



















/* Media Queries */
@media (max-width: 768px) {
    .banner-container {
        background-size: cover;
    }

    .banner-container {
        width: 100%;
        max-height: 432px;
    }

    .bannerOverlay {
        max-height: 432px;
    }

    .da-slider {
        width: 100%;
        min-width: initial;
        height: 400px;
        margin: 0px auto;
    }

    .da-slide p {
        width: 80%;
        top: 120px;
    }

    .portfolio-item:hover .folio-info {
        top: 0px;
    }

    .portfolio-item .portfolio-desc .folio-info {
        padding: 0px;
    }

    .portfolio-item .portfolio-desc .folio-info h5 {
        font-size: 1em;
    }

    .logoBlock img {
        max-width: 185px;
        margin-top: 0px;
        padding: 5px 5px;
    }

    .banner-content h2 {
        color: #fff;
        font-size: 2.1em;
        margin: 2% 0 30px;
        line-height: 1.2em;
        color: #fff707;
    }

    .banner-content p {
        font-size: 1.2em;
        font-weight: normal;
        color: #ffffff;
    }

    .sliderAlign {
        margin-top: 35px !important;
    }

    .hSmall {
        display: none !important;
    }
    .mainPageHeading h3 {
    text-align: center;
    font-size: 20px;
    padding-bottom: 0px;
    color: #02452f;
    padding-top: 25px;
}
.mainPageHeading h3:after, .mainPageHeading h3:before {
    width: 30px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: #333;
    margin: 0 2%;
}
.welcomeSSEventsText {
    font-size: 14px;
    font-family: "Raleway",sans-serif;
    margin-top: 10px;
    text-align: justify;
    padding: 0px 15px;
    margin-bottom: 20px;
}
.mainPageHeading img {
    width: 15% !important;
}
.onlineBrocher a {
    font-size: 14px;
}

.onlineBrocher img {
    width: 20px;
    margin-right: 6px;
}
.sub-heading h2 {
    font-size: 16px;
}
.sub-heading p {
    font-size: 14px;
}
.welcomeAicmtText {
    font-size: 14px;
}
.userSocialIcons {
    margin-top: 3px;
    margin-bottom: 2px;
}
.aboutusHeadSubText {
    font-size: 14px;
}
.aboutusHeading {
    font-size: 32px;
}
.aboutusBlockHead { 
    padding: 70px 70px;
}
.da-arrows span {
    display: none;
}
.aboutMainData {
    padding: 20px 30px;
    font-size: 13px;
}
.aboutMainData ul {
    padding-left: 0px !important;
}
.ganualsMachineContent {
    border-bottom: 3px solid #916943;
}
.coreValueContent {
    padding: 30px 10px 50px 10px;
}
.RecycycleMachineImage {
    margin-top: 60px;
}



}





@media (max-width:760px) {
    .header .navbar-nav>li>a {
        padding: 7px 12px;
        font-size: 14px;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #A8A8A8;
    }

    .sliderAlign {
        margin-top: 35px !important;
    }
}






@media (max-width: 480px) {
    .banner-container {
        width: 100%;
        background-size: cover;
        height: 270px;
    }

    .bannerOverlay {
        height: 270px;
    }

    .da-slider {
        width: 100%;
        min-width: initial;
        height: 205px;
        position: relative;
        margin: 0 auto;
    }

    .da-slide h2 {
        font-size: 24px;
        text-align: center;
        width: initial;
        top: 10px;
    }

    .da-slide p {
        width: 80%;
        top: 65px;
        height: 50px;
    }

    .page-section h1 {
        font-size: 3em;
    }

    .page-section h2 {
        font-size: 2em;
    }

    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }

    .portfolio-item .portfolio-desc .folio-info h5 {
        font-size: 11px;
    }

    .sliderAlign {
        margin-top: 35px !important;
    }

    .hSmall {
        display: none !important;
    }
    .mainPageHeading img {
        width: 20% !important;
    }
    .mainPageHeading h3 {
        padding-bottom: 0px;
        font-size: 14px;
    }
    .aboutusBlockHead {
        padding: 50px 50px;
    }
     .aboutusHeading {
        font-size: 24px;
    }
    .aboutusHeadSubText {
        font-size: 12px;
    }
    .banner-content p {
        font-size: 1em;
    }

    .da-slide p {
        width: 80%;
        top: 50px;
        height: 50px;
    }

    .da-slide h2 {
        font-size: 20px;
        text-align: center;
        width: initial;
        top: 10px;
    }
    .da-arrows span {
        display: none;
    }
        .coreValueContent {
            padding: 30px 10px 50px 10px;
        }



}






@media (max-width: 320px) {
    .banner-container {
        width: 100%;
        background-size: cover;
        height: 180px;
    }

    .bannerOverlay {
        height: 180px;
    }

    .da-slider {
        width: 100%;
        min-width: initial;
        height: 145px;
        position: relative;
        margin: 0 auto;
    }

    .da-slide h2 {
        font-size: 20px;
        text-align: center;
        width: initial;
        top: 10px;
    }

    .da-dots {
        bottom: 2px;
    }

    .grid .text-content {
        padding-left: 29%;
        padding-right: 2%;
    }

    .portfolio-item:hover .folio-info {
        top: 0px;
    }

    .portfolio-item .portfolio-desc .folio-info h5 {
        text-transform: uppercase;
        text-align: center;
        font-weight: normal;
        font-size: 10px;
        margin: 10px 0 0 0;
    }

    nav#filter li {
        display: inline-block;
        margin: 15px 0 23px 5px;
    }

    .sliderAlign {
        margin-top: 35px !important;
    }

    .hSmall {
        display: none !important;
    }
    .mainPageHeading img {
        width: 20% !important;
    }
    .mainPageHeading h3 {
        padding-bottom: 0px;
        font-size: 14px;
    }
    .aboutusBlockHead {
        padding: 50px 50px;
    }
    .aboutusHeading {
        font-size: 24px;
    }
    .aboutusHeadSubText {
        font-size: 12px;
    }
    .banner-content p {
        font-size: 1em;
    }
    .da-slide p {
        width: 80%;
        top: 50px;
        height: 50px;
    } 
    .da-arrows span {
        display: none;
    }
    .coreValueContent {
        padding: 30px 10px 50px 10px;
    }







}




    @media (max-width: 991.98px) {
        .userSocialIcons {
            text-align: left;
            margin-top: 15px;
        }
    }













