.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    height: 358px;
    overflow: hidden;
    margin-top: 6px;
  }
  .videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .view-all {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0;
  }
    .view-all a {
        font-size: 17px;
        color: #fff;
        background-color: transparent;
        border: 1px #fff solid;
        padding: 8px 35px;
        font-weight: 600;
    }
  .view-all a:hover {
    color: #333;
    background-color: #fff;
  }

  #product {
    background-image: url(../img/pro-bg.jpg);
    background-size: cover;
    color: #ffffff;
   }
   .together-sec {
        width: 100%;
        float: left;
        background-color: #fff;
        padding: 40px 0 0 0;
    }
    .together {
        width: 60%;
        float: left;
        margin: 0 20%;
        text-align: center;
        line-height: 32px;
        font-size: 24px;
        color: #555;
    }
    .togetherline {
        width: 10%;
        height: 3px;
        float: left;
        margin: 12px 45% 0 45%;
        background-color: #ee3131;
    }


.working-icon-wrapper {
    border-radius: 100%;
    border: 1.8px solid #fff;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 10px;
}

.working-icon {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    border-radius: 50%;
}

.working-icon img {
    cursor: pointer;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    padding: 15px;
}
.working-icon img:hover {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.tw-case-working-box h3 {
    font-size: 16px;
    color: #fff;
    margin: 10px 0 40px 0;
}


.bg-layer{
	background: rgba(0, 0, 0, 0.7803921568627451)
}

.rc-img {
    width: 100%;
    border: 1px solid #c5c3c3;
    padding: 8px;
}
.rc-img.rc1{
    padding-right: 2px;
}
.contact-area p{
    margin-bottom: 8px;
}

footer a{
    color: #c1c1c1;
}
img.footer-logo{
    width: 100px;
    margin-left: -4px;
}
footer .f-box .qlinks{
    column-count: 1;
}
footer .f-hr{
    color: red;
    background: #424040;
}

.slick-dots{
    display: block;
    position: absolute;
    top: 453px;
}


/*.header-top{
    position: fixed;
    z-index: 2;
    top: 40px;
    width: 100%;
}*/
.menu-btn{
    width: 67px;
    text-align: right;
    float: left;
    margin-top: 30px;
    transition: all 0.2s linear;
    cursor: pointer!important;
}
.logo{
    float: right;
    margin-top: 23px;
    transition: all 0.2s linear;
    position: fixed;
    right: 32px;
    z-index: 2;
}
img.header-logo {
    width: 100px;
    margin-left: -4px;
}
img.menu-logo{
    width: 100px;
    margin: 15px 0px 0px 80px;
}

.scrolled.logo{
    margin-top: 13px;
    transition: all 0.2s linear;
}
.sticky .menu-btn{
    margin-top: 20px;
    transition: all 0.2s linear;
}

/* Style the header */
.header {
  padding: 10px 16px;
    background: #fff;
    color: #000000;
    z-index: 0;
    position: fixed;
    width: 100%;
    height: 83px;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}



.menuBox {
    display: none;
    width: 340px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 3;
    transition: all 0.2s linear;
}
.menu {
    padding: 0;
    position: relative;
}
.menu ul {
    padding: 17px 0px 115px 68px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
}
.cf {
    display: block;
}
.menu li {
    padding: 20px 30px 5px 20px;
}
.menu li a {
    color: #4a4a4a;
    font-family: 'gotham_boldregular', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    border-bottom: 3px solid #fff;
    padding-bottom: 5px;
    transition: all 0.2s linear;
    font-weight: bold;
}
.menu li a:hover .text {
    color: #439234;
    border-bottom: 3px solid #439234;
}

.menu li a span {
    margin-right: 8px;
}
.closeMenu {
    font-size: 65px;
    font-family: initial;
    position: absolute;
    top: 35px;
    right: 18px;
    margin-top: -40px;
}
.icon i{
    font-size: 23px;
    color: #439234;
}

.bannerText {
    position: relative;
    top: 50%;
    left: 0%;
    width: 100%;
    float: left;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bannerText {
    position: absolute;
    left: auto;
    right: 0;
    text-align: center;
}
.pg-banner h1, .pg-banner h2 {
    margin-bottom: 20px;
    color: #439234;
    text-transform: uppercase;
    font-family: 'gotham_boldregular', sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
}
.bannerText p {
    padding: 0;
}


.p-box{
    background: #c5c3c324;
    min-height: 200px;
    padding: 20px 15px;
    margin-bottom: 15px;
}
.p-box a{
    color: #439234;
}
.p-box a:hover{
    color: #ee3131;
    cursor: pointer;
}

::-webkit-input-placeholder {color: #21a357 !important;}
::-moz-placeholder {color: #21a357 !important;}
:-ms-input-placeholder {color: #21a357 !important;}
:-moz-placeholder {color: #21a357 !important;}
#contact-pg .form .form-control, #career-pg .form .form-control {
    font-size: 16px;
    border: 1px solid #21a357;
    padding: 15px;
    height: inherit;
    border-radius: 0px;
    margin-bottom: 0px;
    vertical-align: top;
    color: #21a357;
    font-family: 'gotham_mediumregular', sans-serif;
}


#contact-pg .form-control:focus, #career-pg .form-control:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 146, 52, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 146, 52, 0.6);
}


.pg-banner img{
    height: 500px;
    width: 600px;
}
.about-pg p{
    text-align: justify;
    font-size: 24px;
}
.about-home p{
    text-align: justify;
    font-size: 17px;
}

.follows_us {
    position: absolute;
    left: 3px;
    top: 384px;
    z-index: 1;
    width: 30px;
}
.follows_us a {
    float: left;
    margin-bottom: 10px;
}
.line {
    content: '';
    position: absolute;
    top: 100%;
    left: 0px;
    border-top: 2px solid #4a4a4a;
    width: 50px;
    margin-top: 15px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.follow {
    position: absolute;
    float: left;
    word-wrap: break-word;
    width: 95px;
    left: -32px;
    bottom: -100px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.error-message{
    color: red;
}










/******************** RESPONSIVE *****************/
@media (max-width: 991px){

    .slider-cont {
        padding-right: 0px;
        padding-left: 0px;
    }
    .logo{
        margin-top: 0px;
        right: 0px;
        z-index: 3;
    }
    .scrolled.logo{
        margin-top: 10px;
    }
    img.header-logo{
        width: 76px;
    }
    .menu-btn{
        margin-top: 4px;
    }
    .sticky .menu-btn{
        margin-top: 11px;
    }
    .header{
        height: 60px;
        z-index: 1;
        background: #fff0;
    }
    .header.sticky{
        background: #fff;
        z-index: 2;
    }
    .ac-categories{
        color: #bdbcbc;
    }
    .sticky.ac-categories{
        color: #000;
    }


    .slick-dots{
        top: 148px;
    }


    .together-sec{
        padding: 0px;
    }
    .together{
        width: 100%;
        float: initial;
        margin: auto;
        font-size: 20px;
    }


    .follows_us {
        top: 80px;
    }

    .p-0-sm{
        padding: 0px;
    }
    .pg-banner-cont{
        padding-right: 0px;
        padding-left: 0px;
        width: 92%
    }
    .pg-banner img{
        height: auto;
        width: 100%;
    }

    .section-title{
        text-align: center;
    }
    .section-title h3:after{
        margin: auto;
        margin-top: 12px;
    }

}