/* Font families */

@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: normal;
    src: local('Bebas Neue'), url('../fonts/BebasNeue.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Regular.eot?v=1.1.0");
    src: url("../fonts/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("../fonts/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("../fonts/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* BEGIN Bold */

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Bold.eot?v=1.1.0");
    src: url("../fonts/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("../fonts/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("../fonts/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("../fonts/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}


/* END Bold */
.owl-carousel{
    z-index: 1 !important;
}
.name::placeholder{
	color:#555!important;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

form#CustomerEnquiryForm {
    margin: 0 auto;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.mobilesec
{
	width:100%;
	overflow:hidden;
	display:none;
}
.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-banner {
    width: 100%;
    position: relative;
}
.nonavbullet .tp-leftarrow,
.nonavbullet .tp-rightarrow {
    display: none !important;
}

.nonavbullet .tp-bullets {
    display: none !important;
}

.tp-banner video {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}
nav{
    width: 100%;
    float: left;
    margin: 0;
    max-width: unset !important;
    position: relative;
}
.main-nav .nav>li>a {
    padding-left: 44px;
    padding-right: 44px;
}


/* Global Styles */

body {
    font-family: 'Open Sans';
    z-index: -1;
}

.ownersmanual-drp{position:relative; display:inline-block;}
.ownersmanual-drp .dropdown-menu{top:33px !important;}
.ownersmanual-drp .dropdown-menu > li > a{margin-bottom:0px;}






/* Header Styles */

.headerSocialICons {
    list-style-type: none;
    padding-left: 0;
    margin-top: 30px;
}

.headerSocialICons li {
    width: 28px;
    height: 28px;
    float: left;
    margin-right: 5px;
    font-size: 20px;
}

.headerSocialICons li a {
    display: block;
    height: 28px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.headerSocialICons li:first-child a {
    background-color: #799cc3;
}

.headerSocialICons li:nth-child(2) a {
    background-color: #0177B5;
}

.headerSocialICons li:nth-child(3) a {
    background-color: #CC181E;
}

.headerSocialICons li:last-child a {
    background-color: #26b33c;
}

.headertop {
    padding: 20px 0;
}

a.webmailBut {
    float: right;
    padding: 10px 15px 10px 25px;
    background-color: #2ba6e1;
    color: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    margin-top: 20px;
}

.webmailBut::before {
    position: absolute;
    content: "\f0e0";
    left: 5px;
    top: 10px;
    font-family: "fontAwesome";
    -webkit-transition: all 200ms ease-in;
    ;
    -o-transition: all 200ms ease-in;
    ;
    transition: all 200ms ease-in;
    ;
}

.webmailBut:hover::before {
    left: -30px;
}

.webmailBut::after {
    position: absolute;
    content: "\f003";
    left: -30px;
    top: 10px;
    font-family: "fontAwesome";
    -webkit-transition: all 200ms ease-in;
    ;
    -o-transition: all 200ms ease-in;
    ;
    transition: all 200ms ease-in;
    ;
}

.webmailBut:hover::after {
    left: 5px;
}

.logoTst {
    color: #252525;
    display: block;
    font-size: 16px;
    float: right;
    /*margin-top: 30px;*/
    text-transform: uppercase;
    font-weight: 500;
    text-align: right;
    font-weight: bold;
}

.main-nav {
    margin-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 700;
}

.main-nav .navbar-collapse {
    padding: 0;
}

.productTitle {
    font-family: 'Bebas Neue';
    color: #fff;
    font-size: 70px;
}

.aboutContainer {
    padding: 30px 0;
}

.aboutcontent h1 {
    font-family: 'Bebas Neue';
    color: #484848;
    font-size: 40px;
}

.aboutcontent h3 {
    font-size: 16px;
    color: #0ea148;
    text-transform: uppercase;
}

.aboutcontent p {
    line-height: 26px;
    text-align: justify;
    text-align-last: left;
}

.newsSlideCon .panel-heading {
    font-family: 'Bebas Neue';
    font-size: 40px;
    font-weight: normal;
}

.newsSlideCon .panel-body {
    padding: 0;
}

.newsSlideCon ul {
    padding: 0;
}

.newsImg {
    width: 89px;
    float: left;
}

.newstext {
    margin-left: 99px;
}

.singleNews {
    padding: 15px;
}

.newstext h3 {
    font-size: 15px;
    margin-top: 0;
    font-family: 'Open Sans';
    font-weight: 700;
}

.newstext p {
    font-size: 13px;
}

.newstext a {
    color: #15A850;
    font-weight: 600;
    float: right;
}

.newstext a:hover {
    color: #999999;
}

.newsSlideCon .pagination {
    font-size: 16px;
    margin-top: 10px !important;
}

.groupOfCompanies {
    /* background-color: #efefef; */
    background-image: url('../images/slides/shrachi-bg-1.png');
    padding-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}
.our-business{
    /* background: url('../images/company-bg.jpg') no-repeat top left; */
    background-color: #efefef;
    background-size: cover;
    height: 150px;
}
.our-business h2{
    font-family: 'Bebas Neue';
    font-size: 40px;
    color: #000;
}
.our-business h2 {}
.groupOfCompanies h2 {
    font-family: 'Bebas Neue';
    font-size: 40px;
    color: #fff;
}

.groupOfCompanies .owl-carousel {
    margin-top: -60px;
    margin-bottom: 40px;
}

.groupOfCompanies .owl-dots {
    display: none;
}

.groupOfCompanies img {
    /* width:100%; */
	/* min-height: 130px;
	max-height: 130px; */
	width: auto;
	margin: 0 auto;
}

.singleVerticle {
    background-color: #FFFFFF;
    min-height: 250px;
    padding: 15px;
    text-align: center;
    border: 1px solid #D9D9D9;
    border-radius: 0 0 30px 0;
    transition: .4s ease-in-out;
    min-height: 260px;
}
.singleVerticle:hover{
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.singleVerticle h3 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 2;
}
.singleVerticle h3 span{
    padding: 5px;
    background-color: #15a850;
    border-radius: 20px 0 0 0;
    color: #fff;
}
/* .singleVerticle a {
    display: block;
    border-radius: 3px;
    border: 2px solid #15a850;
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 38px;
    color: #15a850;
    text-decoration: none;
    font-weight: bold;
    margin: 35px auto 0 auto;
} */

.singleVerticle a:hover {
    color: #999999;
    border-color: #999;
}

.verticleWrap {
    margin-top: -50px;
}

.formSectionCon {
    background-size: cover;
    position: relative;
    padding: 70px 0;
    text-align: center;
    color: #fff;
    /* background: rgb(31,156,208);
    background: linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%); */
    background-image: url('../images/slides/shrachi-bg-2.png');
}

/* .formOverlay {
    background: #757575 url('../images/form-color.png') no-repeat left top;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-filter: grayscale(0%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .5s ease-in-out;
    filter: grayscale(0%);
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
} */
.formSectionCon:hover .formOverlay {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.formSectionCon h3 {
    font-family: 'Bebas Neue';
    font-size: 40px;
    color: #fff;
}

.formTag input[type=text] {
    border: none;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    color:#000;
}

.formTag textarea {
    background-color: #fff;
    border: none;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding: 10px;
}

.formTag input[type=submit] {
    /* background-color: #15a850; */
    border: none;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 700;
    background:linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%);
    color: #fff;
    border-radius: .25rem;
}

.formTag input[type=submit]:hover {
    background-color: #999999;
    color: #fff;
}

.formSectionCon .nav-tabs li a {
    /* color: #fff; */
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background-color: none;
    outline: none;
}

.formSectionCon .nav-tabs>li.active>a,
.formSectionCon .nav-tabs>li.active>a:focus,
.formSectionCon .nav-tabs>li.active>a:hover,
.formSectionCon .nav-tabs>li>a:hover,
.formSectionCon .nav-tabs>li>a:focus {
    background-color: transparent;
}

.formSectionCon .nav-tabs li.active a {
    color: #fff;
    background:linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%);
}

.footerlinks li {
    display: inline-block;
    font-size: 12px;
    margin-right: 8px;
	line-height:normal;
}

.footerlinks li a {
    color: #414141;
    font-size: 13px;
    text-transform: uppercase;
}

.footerlinks {
    margin: 0;
    padding-left: 0;
	text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
}
.footerlinks-right li a{
    color: #fff !important;
}
.footerlinks-right{
    text-align: right;
}
.footerWrap {
    padding: 25px 0 0;
	position:relative;
}
.isologo
{
	position:absolute;
	right:15px;
	bottom:80px;
	z-index:1;
}
.footersocial
{
    float: left;
	
	padding: 0;
}

.footersocial li {
    list-style-type: none;
	margin-right:10px;
	float:left;
	padding:0;
}

a.footersocialicon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.facebookround {
    background-color: #3B579D;
}

.linkedinround {
    background-color: #0177B5;
}

.youtuberound {
    background-color: #CC181E;
}

.footerlinkcol{
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whatsappround {
    background-color: #26b33c;
}

.Copyrights {
    /* background-color: #15a850; */
    background: rgb(31,156,208);
    background: linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%);
    color: #fff;
    padding: 10px 0;
    position: relative;
}

.bannerContainer .tparrows.preview2::after {
    margin-top: -18px;
}

.main-nav.navbar-nav>li>.dropdown-menu {
    width: 100%;
}

/* nav css */
.headerContainer{position: sticky;top:0;z-index: 99;background-color: #fff;}
 #cssmenu,
.menu-list,
.menu-list li,
.menu-list li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    /* z-index: 9; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-list{
    float: right;
    padding-right: 3rem;
}
#cssmenu:after,
.menu-list:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
#cssmenu #head-mobile {
    display: none
}
#cssmenu {
    margin-top: .7rem;
}
#cssmenu ul {
    padding-left: 0;
    margin-bottom: 0;
}
.listing {
    float: left;
    width: auto;
    padding: 0;
    transform: skew(20deg);
    box-shadow: 1px 0px 5px 1px #e2ebea;
}
.listing-1{
    background-color: #209bcf;
    position: relative !important;
    box-shadow:none !important;
}
.listing-2{
    background-color: #89cae8;
}
.listing-3{
    background-color: #58b6cd;
}
.listing-4{
    background-color: #68bcdb;
}
.listing-5{
    background-color: #45b1ad;
}
.listing-6{
    background-color: #57b9b5;
}
.listing-7{
    background-color: #58cf8c;
}
.listing-8{
    background-color: #53bd80;
}
.listing-9{
    background-color: #16a754;
    position: relative !important;
    box-shadow:none !important;
}
.listing-1 a, .listing-2 a , .listing-3 a, .listing-4 a, .listing-5 a, .listing-6 a, .listing-7 a, .listing-8 a, .listing-9 a{
    transform: skew(-20deg);
}
.listing-1::before{
    content: '';
    display: block;
    width: 23px;
    height: 100%;
    top: 0;
    left: -6px;
    z-index: -1;
    background-color: #209bcf;
    position: absolute;
    transform: skew(-20deg);
}
.listing-9::before{
    content: '';
    display: block;
    width: 23px;
    height: 100%;
    top: 0;
    right: -7px;
    z-index: -1;
    background-color: #16a754;
    position: absolute;
    transform: skew(-20deg);
}
.listing a {
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 15px;
}
.listing:hover,  .listing:hover::before, .listing:hover a{
    background-color:transparent;
    border: none;
    border: none;
    color: #000;
}
.menu-list> .active , .menu-list> .active::before{
    background-color: #e2ebea;
}
.menu-list> .active a{
    color: #000;
}
.sub-menu li a {
    font-size: 11px;
    text-decoration: none;
    color: #4E4E4E;
    text-transform: uppercase;
    padding: 12px 15px;
    transform: skew(0deg);
}
.sub-menu{
    background-color: #fff;
    position: absolute;
    left: -9999px;
    z-index: 9999;
    padding-left: 0;
    width: 100%;
    width: max-content;
    transform: skew(-20deg);
}
.sub-menu li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background:#fff;
    transition: all .25s ease;
    text-align: left;
}
.listing:hover > .sub-menu {
    left: -18px;
}
.listing:hover>.sub-menu>li {
    height: auto;
}
.sub-menu li a {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #4E4E4E;
}
.sub-menu li a:hover , .sub-menu .active a {
    /* background: rgb(31,156,208); */
    /* background: linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%); */
    background-color: #c9d5d3;
    color: #000;
}
.menu-list li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    /* background: #ddd; */
    content: ''
}
.menu-list li .has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

.sub-menu>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

.sub-menu li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    /* background: #363636; */
}
#cssmenu ul ul ul li.active a {
    /* border-left: 1px solid #333 */
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    /* border-top: 1px solid #333 */
} 


/* nav css end */


/* Float Shadow */

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.formSectionCon .nav-tabs {
    position: relative;
}


/* Radial Out */

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4D4D4D;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: white;
    border-color: #4D4D4D;
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.formSectionCon p {
    margin-bottom: 20px;
}


/*  .current-sr-slide-visible:hover .tp-bgimg.defaultimg{



    -moz-transform: rotate(0.02deg);



} 



.slotholder{



  background-size: cover;



} */

.readall-button
{
	display:inline-block;
	color: #fff;
	/* background: #15a850; */
	background: linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%);
	padding:10px 20px;
	border:0;
	outline:0;
	text-transform:capitalize;
	margin-top:10px;
}

/* About us page styles */

.headerBanner {
    background: #17252c url('../images/inner-pages/inner-page-header-image-bg.png') no-repeat;
    color: #fff;
    padding: 40px 0;
}

.headerBannerDifImage {
    background: #17252c url('../images/inner-pages/inner-page-header-image-bg-01.jpg') no-repeat;
    color: #fff;
    padding: 40px 0;
}

.headerBanner2 {
    /* background: #5CAA31 url('../images/inner-pages/inner-page-banner-image.jpg') no-repeat left top;
    background-size: cover;
    color: #fff; */
    padding: 40px 0;
}

.headerBanner3 {
    background: #5CAA31 url('../images/inner-pages/inner-page-banner-image.jpg') no-repeat left top;
    background-size: cover;
    color: #fff;
    padding: 40px 0;
}

.headerBanner h3,
.headerBanner2 h3 {
    margin-top: 15px;
    font-size: 40px;
}

.headerBannerDifImage h3 {
    margin: 0;
    padding: 10px 0;
    font-size: 40px;
}

.headerBanner3 h3 {
    margin: 0;
    font-size: 30px;
    /*     background-color: rgba(43,166,255,0.5); */
    display: inline-block;
    padding: 20px 0;
}

.aboutSection section {
    background-color: #09a038;
    color: #fff;
    padding: 20px;
    line-height: 32px;
}

.aboutSection {
    padding: 40px 0 60px 0;
}

.aboutSection1 {
    padding: 0px !important;
}
.aboutShrachiAgro{
    background-image: url('../images/slides/shrachi-bg-1.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}
.aboutSection h3,
.aboutShrachiAgro h3,
.aboutHeading {
    font-family: 'Bebas Neue';
    font-size: 40px;
    color: #454545;
    letter-spacing: 1px;
}

.aboutSection h3 span {
    display: block;
    font-size: 22px;
}

.aboutSection figure {
    width: 142px;
    margin: 0 auto;
}

.effect2 {
    position: relative;
}

.effect2:before,
.effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.tabbedBusiness .resp-tabs-list li {
    padding: 5px;
    background-color: transparent !important;
    border: none !important;
}

.tabbedBusiness .resp-tabs-list li img {
    opacity: 0.5;
}

.tabbedBusiness {
    padding-bottom: 30px;
    /* margin-top: 50px; */
    background-image: url('../images/slides/shrachi-bg-2.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.tabbedBusiness {
    position: relative;
    /* background-color: #142934; */
}

.tabbedBusiness .resp-tab-active {
    padding: 5px !important;
}

.tabbedBusiness .resp-tabs-list li.resp-tab-active img {
    opacity: 1;
}

.tabbedBusiness .resp-tabs-container {
    margin-top: 60px;
    border: none;
    background-color: transparent;
}

.tabbedBusiness .resp-tab-content {
    border: none;
    text-align: center;
}

.tabbedBusiness .resp-tab-content p {
    line-height: 28px;
    width: 70%;
    margin: 0 auto;
    font-size: 17px;
}

.resp-tab-active {
    position: relative;
}

.resp-tab-active::after {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #142934 transparent transparent transparent;
    bottom: -30px;
    left: 50%;
    margin-left: -8px;
    content: "";
}

.tabbedBusiness h3 {
    /* color: #fff; */
    /* font-family: 'Bebas Neue'; */
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
}

.missionVisionInfraCon {
    max-width: 1600px;
}

.misVisCon {
    width: 70%;
    float: left;
    padding: 20px 20px 30px 7%;
    background-color: #f3f0f0;
}

.infraCon {
    width: 30%;
    float: left;
    padding: 20px 7% 20px 20px;
    background-color: #142934;
    color: #fff;
}

.infraTxtCon img {
    margin: 20px auto;
}

.infraCon h3 {
    font-family: 'Bebas Neue';
    font-size: 28px;
}

.infraCon p {
    font-size: 15px;
    color: #bcd5e2;
}

.sinVisMisp h3 {
    font-family: 'Bebas Neue';
    font-size: 28px;
}

.sinVisMisp p {
    font-size: 16px;
    color: #626262;
}

.singleMis {
    background-color: #0fbe4d;
    color: #fff;
    padding: 15px 15px 15px 70px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: 15px center;
}

.missionPoints div:nth-child(1) .singleMis {
    background-image: url('../images/inner-pages/vision-icon-01.png');
}

.missionPoints div:nth-child(2) .singleMis {
    background-image: url('../images/inner-pages/vision-icon-02.png');
}

.missionPoints div:nth-child(3) .singleMis {
    background-image: url('../images/inner-pages/vision-icon-03.png');
}

.missionPoints div:nth-child(4) .singleMis {
    background-image: url('../images/inner-pages/vision-icon-04.png');
}

.missionPoints div:nth-child(5) .singleMis {
    background-image: url('../images/inner-pages/vision-icon-05.png');
}

.singleMis p {
    color: #fff;
}

.missionPoints {
    margin-top: 30px;
}


/* ENDS About us page styles */


/* Contact Page Styles */

.contactmainaddress {
    /* background-color: #f3f0f0; */
    background-image: url('../images/slides/shrachi-bg-1.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    padding: 40px 0;
}

.stateAddresses {
    background-color: #e1e1e1;
    color: #494949;
    float: left;
    padding: 0px 4% 0px 20px;
    width: 30%;
}

.row.no-pad {
    margin-right: 0;
    margin-left: 0;
}

.row.no-pad>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.contactImages {
    position: relative;
}

.upperImage img {
    left: 30px;
    bottom: 30px;
    position: absolute;
}

.lowerImage img {
    right: 30px;
    top: 30px;
    position: absolute;
}

.contactAddressesInnerCon {
    height: 90%;
}

.stateAddresses h3,
.sectionHeadings {
    font-family: 'Bebas Neue';
    font-size: 30px;
}

.singleContactAddresses h4 {
    color: #2F2F2F;
}

.singleContactAddresses h5 {
    color: #2F2F2F;
}

.singleContactAddresses p {
    line-height: 26px;
    color: #626262;
}

.singleContactAddresses {
    margin-bottom: 20px;
}


/* ENDS Contact Page Styles */


/* Events page styles 14-07-2016*/

.eventSlider ul,
.eventSlider ol {
    list-style-type: none;
}

.eventSlider .events-content h2 {
    font-family: 'Bebas Neue';
    font-weight: normal;
    font-size: 30px;
    margin-top: 0;
}

.eventSlider ol a {
    text-decoration: none;
    outline: none;
}

a.eventReadMore {
    width: 160px;
    height: 40px;
    display: block;
    float: right;
    background-color: #089d3a;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
}


.director-img{
    width: 100%;
    height: 370px;
}
.director-img img{
 width:100%;
 height: 100%;
 object-fit: cover;
}
.director-content{
padding:20px;
text-align:center;
}
.caption-director{
width:100%;
padding:10px 0;
text-align:center;
color: #454545;
font-weight: 600;
}
.caption-director h4{
margin:0;
padding:5px 0;
font-weight: 600;
}





a.eventReadMore:hover {
    background-color: #6C6C6C;
}

.event-detail-container {
    padding: 30px 0;
}

.event-detail-container img {
    width: 100%;
}

.event-detail-container .owl-dots {
    display: none;
}

.eventDetailsTxt {
    margin-top: 30px;
    color: #4E4E4E;
    line-height: 28px;
}

.event-details-single-thumb {
    display: block;
    outline: none;
    position: relative;
    overflow: hidden;
}

.event-details-single-thumb::before {
    font-family: "fontAwesome";
    content: "\f00e";
    text-align: center;
    color: #fff;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -7px;
    z-index: 3;
    -webkit-transform: scale(50);
    -ms-transform: scale(50);
    transform: scale(50);
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(1.000, 0.135, 0.000, 1);
    /* older webkit */
    -webkit-transition: all 500ms cubic-bezier(1.000, 0.135, 0.000, 1.010);
    -moz-transition: all 500ms cubic-bezier(1.000, 0.135, 0.000, 1.010);
    -o-transition: all 500ms cubic-bezier(1.000, 0.135, 0.000, 1.010);
    transition: all 500ms cubic-bezier(1.000, 0.135, 0.000, 1.010);
    /* custom */
}

.event-details-single-thumb:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.event-details-single-thumb::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    content: "";
    z-index: 2;
    -webkit-transition: all 500ms cubic-bezier(1.000, 0.135, 0.000, 1);
    /* older webkit */
    -webkit-transition: all 500ms cubic-bezier(1.000, 0.135, 0.000, 1.010);
    -moz-transition: all 500ms cubic-bezier(1.000, 0.135, 0.000, 1.010);
    -o-transition: all 500ms cubic-bezier(1.000, 0.135, 0.000, 1.010);
    transition: all 500ms cubic-bezier(1.000, 0.135, 0.000, 1.010);
    /* custom */
    background-color: rgba(28, 164, 263, 0.7);
}

.event-details-single-thumb:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}


/* ENDS Events page styles 14-07-2016*/


/* compage page update arka 31-5-2019  */
.compareheading{
    background-color: #2d2d2d;
    height: 38px;
    width: 100%;
    margin-top: 40px;
    padding: 0;
}
.comparetext{
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 6px;

}
.comparebody{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.leftpanel{
    float: left;
    width: 20%;
    position: relative;
    margin-top: 20px;
    /* background-color: #d7d7d7; */

}
.rightpanel{
    width: 80%;
    float: right;
    margin: 40px auto;
    padding-left: 15px;
}
.totalpanel{
    width: 100%;
    margin: 40px auto;
    overflow: hidden;

}
.leftpanelsec{
    width: 100%;
    z-index: 1;
    height: 100%;
    margin-top: 240px;
    /* border: 1px solid #d0d0d0; */
}
.leftpanelsec p{
    color: #000;
    text-transform: uppercase;
    /* border: 1px solid #d0d0d0; */
    padding: 11px 10px;
    font-size: 13px;
    font-weight: 600;
}
.weedertitle{
    margin-top: 260px;
}
/* .tillertitle  p:nth-child(3){
    padding: 22px 10px;
}
.weedertitle p:nth-child(2)
{
    padding: 22px 10px;
}
.weedertitle p:nth-child(3)
{
    padding: 19px 10px;
}

.weedertitle p:nth-child(6)
{
    padding: 22px 10px;
}
.weedertitle p:nth-child(7)
{
    padding: 22px 10px;
}
.combinetitle p:first-child{
    padding: 21px 10px;
}
.combinetitle p:nth-child(2){
    padding: 21px 10px;
}
.combinetitle p:nth-child(3){
    padding: 29px 10px;
}
.combinetitle p:nth-child(6){
    padding: 21px 10px;
}
.combinetitle p:nth-child(7){
    padding: 21px 10px;
}
.combinetitle p:nth-child(8){
    padding: 29px 10px;
}
.combinetitle p:nth-child(9){
    padding: 21px 10px;
}
.combinetitle p:nth-child(10){
    padding: 21px 10px;
}
.combinetitle p:nth-child(11){
    padding: 21px 10px;
}
.combinetitle p:nth-child(14){
    padding: 21px 10px;
}
.weederowl #compareid .owl-item tr:first-child td
{
    height: 62px;
}
.weederowl #compareid .owl-item tr:nth-child(5) td
{
    height: 61px;
}
.weederowl #compareid .owl-item tr:nth-child(6) td
{
    height: 61px;
}
.brushowl #compareid .owl-item tr:nth-child(2) td
{
    height: 61px;
}
.combineowl #compareid .owl-item tr:first-child td
{
    height: 62px;
}
.combineowl #compareid .owl-item tr:nth-child(2) td
{
    height: 80px;
}
.combineowl #compareid .owl-item tr:nth-child(5) td
{
    height: 62px;
}
.combineowl #compareid .owl-item tr:nth-child(6) td
{
    height: 62px;
}
.combineowl #compareid .owl-item tr:nth-child(7) td
{
    height: 80px;
}
.combineowl #compareid .owl-item tr:nth-child(8) td
{
    height: 62px;
}
.combineowl #compareid .owl-item tr:nth-child(9) td
{
    height: 62px;
}
.combineowl #compareid .owl-item tr:nth-child(10) td
{
    height: 62px;
}
.combineowl #compareid .owl-item p
{
    height: 62px;
} */


.owl-item:nth-child(even) .owlcomparesame
{
    /* background-color: #f5f5f5; */
}
.owl-item:nth-child(odd) .owlcomparesame
{
    /* background-color: #e6e6e6; */
}
.owlcomparesame
{
    width: 100%;
    height: auto;
    /* border: 1px solid #d0d0d0; */

}
.imgcompare{
    width: 180px;
    height: 180px;
    /* background-color: #fff;
    margin: 4%; */
    border-radius: 50%;
    border-radius: 50%;
    background-color: #a0d2ec;
    outline: 1px solid #0fbe4d;
    outline-offset: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
}
.imgcompare img{
    width: auto !important;
    object-fit: cover;
    height: 100%;
    position: relative;
}
.owlcomparesame p{
    border-top: 1px solid #d0d0d0;
    padding: 10px;
    text-align: center ;
    font-weight: 600;
}
.owlcomparesame td{
    /* border-bottom: 1px solid #d0d0d0; */
    border-bottom: 1px solid rgba(31,156,208,1);
    padding: 10px !important;
    font-weight: normal !important;
    text-align: center !important;
}
.totalpanel .owlcomparesame p{

    border-top: 1px solid #d0d0d0;
    padding: 10px;
    text-align: center ;
    display: inline-block;
}
.totalpanel .owlcomparesame td{

    border-top: 1px solid #d0d0d0;
    padding: 10px !important;
    font-weight: normal !important;
    text-align: left !important;
    display: inline-block !important;
}
.custom-center{
    padding-bottom: 70px;
}
.custom-center a{
margin-bottom: 15px;
}
/*  end compare page update arka 31-5-2019*/

/*---------- Brush Cutter 12-08-2016 -------- */

.proDivImage {
    position: relative;
    z-index: 1;
}

.proDivSpecMain {
    border: 3px solid #0f66cd;
    padding: 30px;
    padding-left: 190px;
    color: #2883dd;
    margin-left: -140px;
    position: relative;
}

.proDivSpecColMain {
    border: 3px solid #fff;
    padding: 30px;
    padding-left: 120px;
    color: #a3c5d6;
    margin-right: -140px;
    position: relative;
    margin-top: 120px;
}

.proDivSingleSpec {
    font-size: 16px;
    margin-bottom: 30px;
}

.proDivHeading {
    font-weight: bold;
    padding: 20px 0;
    margin-top: 30px;
}

.proDivTiltedheading {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 65px;
    left: 70px;
}

.proDivTiltedColheading {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 65px;
    left: 0px;
}

.proDivSpecHead {
    font-weight: 600;
    position: relative;
    padding-left: 30px;
}

.proDivSpecHead::after {
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    background-color: #a0d624;
    left: 0;
    top: 5px;
    border-radius: 50px;
}

.proDivSpecHead::before {
    width: 2px;
    height: 73px;
    content: '';
    position: absolute;
    background-color: #a0d624;
    left: 6px;
    top: 8px;
}

.proDivSpec {
    padding: 70px 0;
}

.proDivSingleSpec:last-child .proDivSpecHead:before {
    display: none;
}

.prodivColored {
    background-color: #17252c;
}

.prodivBgSpec {
    background: #4B9112 url('../images/product-divisions/spec-bg.jpg') no-repeat left top;
    background-size: cover;
    padding: 30px 0;
    background-attachment: fixed;
}

.proDivWhiteBg {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    padding: 30px;
}

.proDivWhiteBg .whiteSectionSpec h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 25px;
}


/*---------- Ends Brush Cutter 12-08-2016-------- */


/* ---------Rotary tiller 12-08-2016 ----- */

.rotaryModelContainer {
    padding: 30px 0;
    background-image: url('../images/slides/shrachi-bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.rotaryModelContainer p {
    font-size: 16px;
    line-height: 28px;
}

.rotaryModelContainer h2 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
}

.rotaryModellisting li {
    margin-bottom: 15px;
    font-size: 16px;
}

.tiltedRegion {
    position: relative;
    overflow: hidden;
    z-index: 3;
    padding: 1px 0 0 5px;
}

.rotaryModelColContainer {
    /* background: #7FCFF4 url(../images/product-grey-background.jpg) no-repeat right bottom; */
    background:url('../images/slides/shrachi-bg-2.png') no-repeat;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
    /*overflow: hidden;*/
    /* color: #DEDEDE; */
    color: #000;
}

.rotaryModelColContainer::after {
    width: 70%;
    height: 200%;
    background: #3F3F3F;
    content: '';
    position: absolute;
    left: 47%;
    top: -100px;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    box-shadow: -2px -2px 3px rgba(0, 0, 0, 0.6);
	display:none;
}

.rotaryModelColContainer h2 {
    /* color: #dedede; */
}

.rotaryModelBlueContainer {
    background: #7fcff4 url("../images/product-divisions/bluebg.jpg") no-repeat fixed right bottom;
    position: relative;
    background-size: cover;
    overflow: hidden;
    color: #232323;
}

.rotaryModelBlueContainer::after {
    width: 70%;
    height: 200%;
    background: #283B44;
    content: '';
    position: absolute;
    left: 50%;
    top: -100px;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    box-shadow: -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.rotaryModelBlueContainer h2 {
    color: #dedede;
}

a.rotaryDownloadBut {
    display: block;
    width: 200px;
    height: 60px;
    color: #2F2F2F;
    text-decoration: none;
    margin: 30px auto 0 auto;
}

.rotaryDownloadBut i {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #2BA6E1;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

.rotaryDownloadBut:hover i {
    background-color: #448D00;
}

a.rotaryWhiteTxt {
    color: #fff;
}


/* ---------Ends Rotary tiller 12-08-2016 ----- */


/* ---------Services 13-08-2016------- */

.serWadsinser {
    margin-bottom: 45px;
}

.serWadsinserCol {
    text-align: center;
}

.coloredSerWadContainer {
    background-color: #223944;
    padding: 60px 0;
    color: #fff;
}

.coloredSerWadContainer p {
    font-size: 16px;
}

.serWadsinser img {
    display: block;
    margin-top: 20px;
}

.serWadsinser h3,
.serWadsinserCol h3 {
    font-weight: 600;
}


/* .serWadsinser a {
    display: block;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 15px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    background-color: #28A6E1;
}
.serWadsinser a:hover {
    background-color: #646464;
}
.serWadsinserCol a {
    display: block;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 15px;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    margin: 25px auto 0;
}
.serWadsinserCol a:hover {
    background-color: #28A6E1;
} */


/* ---------ends Services 13-08-2016------- */


/* --------- Thresher 13-08-2016------- */

.tiltedRegionMarLeft {
    margin-left: 35px;
}


/* --------- Ends Thresher 13-08-2016------- */


/* ----------about us 16-08-2016------- */

.misVisSec {
    background-color: #F1EFEF
}


/* ----------ends about us 16-08-2016------- */


/* Media Queries*/


/* ----------bio toilet 16-08-2016---------- */

.bioToiletContainer {
    background-color: #223944;
    color: #B5C8D1;
    padding: 30px 0;
}

.bioToiletContainer h2 {
    color: #FFFFFF;
    background-color: #15A850;
    padding: 15px 60px 15px 15px;
    display: inline-block;
}

.bioToiletContainer h3,
.bioToiletContainer h4 {
    font-weight: 600;
}

.bioToiletContainer .singleBioToilet {
    margin-bottom: 50px;
}

.boitoiletAbout {
    padding: 30px 0;
}

.boitoiletAbout h1 {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

.boitoiletAbout p {
    font-size: 16px;
    line-height: 32px;
    color: #606060;
    text-align: center;
}

.bioToiletContainer h1 {
    text-align: center;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}


/* ----------Ends bio toilet 16-08-2016---------- */


/*-----------------------------------Tapan CSS start-----------------------------------*/
/*.user-manual-dropdown
{
    margin-left: 56px !important;
}*/
.open > .user-manual-dropdown
{
	left:0;
	right:0;
	min-width: 100px;
	width:100%;
    padding: 0 !important;
}
.open > .user-manual-dropdown-2{
    padding: 0;
    top: 38%;
    left: 15%;
}
.user-manual-dropdown-2>li>a{
    margin: 0;
}
.user-manual-dropdown-3{
    padding: 0;
    min-width: 100px;
}
.user-manual-leaflet{
    background: linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%);
    color: #fff;
}
.user-manual-leaflet:focus{
    background: linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%);
}
.dropdown-menu > li > a
{
	margin-left:0;
	margin-right:0;
	padding-left:10px;
	padding-right:10px;
}
.resourceloop{
    min-width: 130px !important;
   position: relative;
    top: 6px;
    left: 45px;
}
.dropdown-menu1 {
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.actionbutgroup{position: relative; text-align: center;
    min-height: 230px;
}
.dropdown-menu1 {
    margin-left: 130px;
}
.open>.dropdown-menu1 {
    display: block;
}
.dropdown-menu1>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu1>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
}
.dropdown-menu1>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color:#262626;
}
.wight-area {
    width: 100%;
    overflow: hidden;
    /* background: #fff; */
    padding: 50px 0px;
}

.wight-area-txt {
    font-size: 17px;
    color: #434343;
    line-height: 28px;
    text-align: justify;
    margin-top: 30px;
}

.wight-area-txt1 {
    margin: 15px 0 15px 0;
}
.wight-area-txt1.faq{ padding: 0 0 15px 30px; }

.wight-area-txt2 {
    margin: 0;
}
@media (max-width:  767px) { .wight-area-txt1.faq {
  padding: 0 0 15px 0; text-align: left;
} }

/* #cssmenu ul{ display: block !important; margin-bottom:  15px;} */



.career-icon-area {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #646464;
    font-size: 17px;
}

.career-icon-area img {
    display: block;
    margin: 0px auto 15px auto;
}

.human-resource-area {
    width: 100%;
    margin-top: 70px;
}

.human-resource-area img {
    width: 100%;
}

.human-resource-area1 {
    margin-top: 30px;
}

.products-detail-txt {
    width: 100%;
    margin-top: 0px !important;
}

.human-resource-area h2 {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
}

.readmore {
    color: #11a042;
    text-decoration: none !important;
    outline: none;
    border: none;
    font-size: 20px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.readmore:hover {
    color: #000;
}

.apply-form {
    background: #fff;
    border: 1px solid #CECECE;
    padding: 20px 30px;
    width: 100%;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.apply-form h3 {
    font-size: 22px;
    color: #15A850;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.input-file {
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 20px;
    background: #fff;
    height: 40px;
    border: none;
    /*    -webkit-border-radius: 5px;



-moz-border-radius: 5px;



border-radius: 5px; */
    font-size: 16px;
    border: 1px solid #C9C9C9;
}

.option-input-file {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/inner-pages/form-down-arrow.png) 95% center no-repeat #fff;
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 20px;
    height: 40px;
    border: none;
    border: 1px solid #C9C9C9;
    /*     -webkit-border-radius: 5px;



-moz-border-radius: 5px;



border-radius: 5px; */
    font-size: 16px;
    color: #919191;
}

.apply-form img {
    width: 100%;
}

.file {
    visibility: hidden;
    position: absolute;
}

.Upload {
    background: #000;
    height: 40px;
    border: none;
    outline: none;
    padding: 0px 20px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.form-group {
    margin-bottom: 20px;
}

.apply-button {
    padding: 0px 30px;
    margin-bottom: 20px;
    background: #FF7A29;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px !important;
    height: 40px;
    border: none;
    /*  -webkit-border-radius: 5px;



-moz-border-radius: 5px;



border-radius: 5px; */
    font-size: 17px;
    float: right;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.apply-button:hover {
    background: #000;
    color: #fff;
}

.gray-area {
    background: #eae7e7;
    padding: 50px 0px;
}

.gray-area h3 {
    font-family: "Bebas Neue";
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.apply-table {
    width: 100%;
}

.apply-table tr td {
    padding: 25px;
}

.apply-table tr:nth-child(odd) {
    background: #fff
}

.apply-table tr:nth-child(even) {
    background: #f0eeee
}

.apply-table h4 {
    color: #0ca542;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
}

.apply-table h5 {
    color: #848484;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    text-align: right;
}

.apply-table p {
    text-align: justify;
}

.apply-button1 {
    padding: 0px 30px;
    margin-bottom: 20px;
    background: #1ea2ee;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px !important;
    height: 40px;
    line-height: 40px;
    border: none;
    text-decoration: none !important;
    font-size: 17px;
    float: right;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    margin-top: 20px;
}

.apply-button1:hover {
    background: #000;
    color: #fff;
}

.paginations {
    float: right;
    list-style-type: none;
    margin: 40px 0 0;
    padding: 0;
}

.paginations li {
    display: inline;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.paginations li a {
    background: #cecece;
    border-radius: 50%;
    color: #585858;
    padding: 8px 13px;
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.paginations li a:hover {
    background: #1ea2ee;
    color: #fff;
}

.paginations li a.active {
    background: #1ea2ee;
    color: #fff;
}

.shape {
    width: 100%;
    background: url(../images/inner-pages/shape.png) right top no-repeat #1ca4e9;
    height: 104px;
    font-family: "Bebas Neue";
    font-size: 32px;
    margin-top: 55px;
    margin-bottom: 20px;
    line-height: 104px;
    color: #fff;
    padding-left: 20px;  
   /* letter-spacing: 1px;*/
}

.newsletter-area {
    /* background: url(../images/inner-pages/green1.png) right top no-repeat; */
    text-align: center;
    /* background-size: 100% 100%; */
    /* overflow: hidden; */
}

.newsletter-area:hover {
    /* background: url(../images/inner-pages/gold.png) right top no-repeat; */
    /* background-size: 100% 100%; */
}

.newsletter-area img {
    margin: 30px 0px;
}

.newsletter-area p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%);
}
.mobview{
    display: none;
}

.newsletter-area p span {
    display: block;
    font-weight: normal;
    margin-top: 5px;
    font-size: 14px;
}

.newsletter-area a i {
    color: #fff;
    font-size: 25px;
    /* margin: 30px 0px; */
    text-decoration: none;
    outline: none;
    border: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.newsletter-area a i:hover {
    color: #fcd984;
}

/* .gold {
    background: url(../images/inner-pages/gold.png) right top no-repeat;
    background-size: 100% 100%;
}

.gold:hover {
    background: url(../images/inner-pages/green21.png) right top no-repeat;
    background-size: 100% 100%;
}

.darkgreen {
    background: url(../images/inner-pages/green2.png) right top no-repeat;
    background-size: 100% 100%;
}

.darkgreen:hover {
    background: url(../images/inner-pages/green1.png) right top no-repeat;
    background-size: 100% 100%;
} */

.sky-area {
    width: 100%;
    overflow: hidden;
    padding: 50px 0px;
    background: url(../images/inner-pages/blue-background.png) left bottom no-repeat #1ca4e9;
    background-size: 100%;
}

.sky-area1 {
    background-image: none !important;
}

.sky-area1 h3 {
    text-align: center;
}

.sky-area h3 {
    font-family: "Bebas Neue";
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 0;
    color: #fff;
}

.sky-area .owl-dots {
    display: none;
}

.sky-area .owl-prev {
    float: left;
    background: url(../images/inner-pages/left-wight-arrow.png) left top no-repeat !important;
    font-size: 0px !important;
    width: 18px !important;
    height: 20px!important;
}

.sky-area .owl-next {
    float: right;
    background: url(../images/inner-pages/right-wight-arrow.png) left top no-repeat !important;
    font-size: 0px !important;
    width: 18px !important;
    height: 20px!important;
}

.breadcrumb-area {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
    background: #fff;
}

.breadcrumb {
    border-radius: 0;
    padding: 0;
    margin-bottom: 0px;
    background: none;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li>a {
    border: medium none;
    color: #1895d4;
    font-weight: bold;
    outline: medium none;
    text-decoration: none;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color;
}

.breadcrumb>li+li::before {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px;
    color: #1895d4;
}

.breadcrumb>li>a:hover {
    color: #5f5f5f;
}

.breadcrumb>li>a.breadcrumb-active {
    color: #5f5f5f;
}

.power-nav-area {
    width: 100%;
    overflow: hidden;
}

.power-nav-area h3 {
    background: #139efa;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    font-size: 22px;
    font-family: "Bebas Neue";
    height: 45px;
    line-height: 45px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.powertiller-nav {
    margin: 0px;
    padding: 0px;
    border: 1px solid #dbdbdb;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.powertiller-nav li {
    margin: 0px;
    padding: 10px 6px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
}

.powertiller-nav li:last-child {
    border-bottom: none;
}

.powertiller-nav li a {
    border-left: 3px solid #fff;
    padding: 6px 10px;
    outline: none;
    text-decoration: none;
    color: #797979;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.powertiller-nav li a:hover {
    border-left: 3px solid #15c954;
    margin-left: 5px;
    color: #139efa;
}

.zoom {
    width: 100% !important;
}

.technical-table {
    width: 100%;
}

.technical-table tr:nth-child(odd) {
    background: #177ec3
}

.technical-table tr:nth-child(even) {
    background: #1370af
}

.technical-table tr td {
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

.technical-table tr td:last-child {
    font-size: 15px;
    font-weight: normal;
}


/* Icon Down */

@-webkit-keyframes hvr-icon-down {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-down {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}


/* Icon Down */

.hvr-icon-down {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 30px 10px 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 50px;
    text-decoration: none !important;
    float: right;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color;
}

.hvr-icon-down:hover {
    background: #fff;
}

.hvr-icon-down:before {
    content: "\f0ed";
    position: absolute;
    left: 1em;
    font-size: 18px;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-down:hover:before,
.hvr-icon-down:focus:before,
.hvr-icon-down:active:before {
    -webkit-animation-name: hvr-icon-down;
    animation-name: hvr-icon-down;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

#picture-frame {
    border: 1px #cdcdcd solid;
    padding: 10px;
    width: auto;
    height: auto;
}

.carouselarea {
    max-width: 958px;
    margin: 40px auto auto;
}

.product-listing-area {
    margin-bottom: 20px;
}


/* Pop */

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.product-listing-titel {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none !important;
    outline: none;
    border: none;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    color: #0faa46;
}

.product-listing-titel:hover,
.product-listing-titel:focus,
.product-listing-titel:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    color: #1ba7f8;
}


/*-----------------------------------Tapan CSS End-----------------------------------*/


/*-------------New events page design 22-07-2016-----------------*/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 9;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline>li>.timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline>li>.timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline>li>.timeline-panel {
        float: right;
    }
    ul.timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    /* .mobview, .mobilesec{
        display: block;
    }
    .desktopview, .desktopsec{
        display: none;
    } */
	.productIntroductions
	{
		padding-top:30px;
	}
	.productIntroductions h3
	{
		font-size:19px;
	}

}

.singleeventLi .timeline-heading p {
    margin: 10px 0;
}


/*-------------Ends New events page design 22-07-2016-----------------*/


/* ------------ New product page design 25-07-2016*/

.greyBgContainer {
    background-color: #EAEAEA;
}

.listing-single-pro {
    background-color: #FFFFFF;
    padding: 15px 15px 30px 15px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.listing-single-pro h3 {
    font-size: 16px;
    font-weight: 700;
}

.listing-single-pro h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #1393dc;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.listing-single-pro p {
    text-align: justify;
    line-height: 24px;
}

.listing-single-pro a {
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    background-color: #448D00;
    text-decoration: none;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
}

.listing-single-pro a i {
    font-size: 17px;
    margin-left: 10px;
}

.details-but {
    float: left !important;
}

.img-border {
    border: 1px solid #dadada;
    padding: 4px;
    background: #fff;
}

.listing-single-pro a:hover {
    background-color: #909090;
}

.listing-single-pro::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #2BA6E1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.listing-single-pro:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
}

.prolisthead {
    font-size: 22px;
    margin-top: 0;
}

.listing-pro-arrival-tag {
    position: relative;
}

.listing-tag::after {
    width: 0;
    height: 0;
    color: #fff;
    content: "";
    border-style: solid;
    border-width: 0 60px 60px 0;
    border-color: transparent #2BA6E1 transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.listing-tag span {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    font-size: 11px;
    padding-left: 20px;
}

.listing-tag {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: 2;
    width: 60px;
    height: 60px;
}

.relatedProducts .listing-tag::after {
    border-color: transparent #448D00 transparent transparent;
}

.productSideMenu {
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 1px;
}

.productSideMenu h5 {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    padding: 10px 15px;
    background-color: #448D00;
    position: relative;
}

.productSideMenu h5 i {
    position: absolute;
    right: 15px;
    top: 10px;
}

.productSideMenu ul {
    padding: 0 15px;
    list-style-type: none;
}

.productSideMenu li {
    margin-bottom: 15px;
    position: relative;
}

.productSideMenu li a {
    color: #696969;
}

.singleProductWhiteArea {
    padding: 30px 0;
}

.singleProductWhiteArea1 {
    padding: 0px 0px 50px 0px !important;
}

.singleProductWhiteArea img {
    width: 100%;
}

.productwhiteareacontent p {
    font-size: 16px;
    color: #919191;
    line-height: 28px;
    margin-bottom: 15px;
}

.productwhiteareacontent h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1FAD57;
}

.productwhiteareacontent h3 {
    font-size: 14px;
    text-transform: uppercase;
}

.productwhiteareacontent h4 {
    font-size: 25px;
    color: #000;
    margin-top: 0px;
}

.greyProductDetails {
    background-color: #EEEEEE;
    border-top: 1px solid #E5E5E5;
    padding: 30px 0;
}

.relatedProducts {
    background-color: #2BA6E1;
    padding: 25px 0;
}

.relatedProducts h2 {
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 20px;
}

.relatedProducts .owl-nav [class*="owl-"] {
    background-color: #424242;
}

.relatedProducts .owl-nav [class*="owl-"]:hover {
    background-color: #262626;
}

.relatedProducts .listing-single-pro::after {
    background-color: #202020;
}

.featureTable thead {
    background-color: #448D00;
    color: #FFFFFF;
    font-size: 16px;
}


/* Icon Down */

.downloadSpecButton {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    background-color: #25a6df;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 30px 10px 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 15px;
    text-decoration: none !important;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color;
}

.downloadSpecButton:hover {
    color: #FFFFFF;
    background-color: #5b5b5b;
}

.downloadSpecButton:before {
    content: "\f0ed";
    position: absolute;
    left: 1em;
    font-size: 18px;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.downloadSpecButton:hover:before,
.downloadSpecButton:focus:before,
.downloadSpecButton:active:before {
    -webkit-animation-name: hvr-icon-down;
    animation-name: hvr-icon-down;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.downloadSpecButton1 {
    background: #448d00 !important;
}

.downloadSpecButton1:before {
    content: "\f03d" !important;
}

.downloadSpecButton1:hover {
    color: #FFFFFF;
    background-color: #5b5b5b !important;
}

.greyProductDetails h3 {
    margin-top: 0;
    margin: 20px 0px;
    color: #222222;
}

.greyProductDetails .nav-tabs {
    border-bottom: 1px solid #448d00 !important;
}

.greyProductDetails .nav-tabs>li>a {
    background: #5B5B5B !important;
    color: #fff !important;
    border-radius: 0px !important;
    border: 0px !important;
    margin-right: 2px !important;
    outline: none !important;
}

.greyProductDetails .nav-tabs>li>a:hover {
    border: 0px !important;
    background: #5b5b5b !important;
}

ul.resp-tabs-list {
    width: 60%;
    margin: 0 auto !important;
}

.table-bordered {
    color: #fff !important;
    border: 0px !important;
    font-size: 14px;
    text-align: center;
}

.table-bordered tr td:nth-child(2) {
    font-weight: bold;
}

.table-bordered tr:nth-child(even) {
    background: #a5a3a3 !important;
}

.table-bordered tr:nth-child(odd) {
    background: #7c7c7c !important;
}

.overbannerBread .breadcrumb>li>a.breadcrumb-active {
    color: #fff;
}

.overbannerBread ul {
    margin-top: 20px;
}


/* ------------ Ends New product page design 25-07-2016*/


/* Top ribbon 26-07-2016*/

.topribbon {
    background-color: #E7E7E7;
    border-bottom: 1px solid #C6C6C6;
    padding: 5px 0;
}

.burger {
    position: absolute;
    right: 0px !important;
    top: 10px;
    left: 40px ;
}

.header-area-top {
    width: 100%;
    background-color: #efefef;
    border-bottom: 1px solid #e3e3e3;
	padding: 10px 0 8px 0;
}

.header-area-top p {
    line-height: 37px;
    margin-bottom: 0px;
    font-size: 14px;
}

h3.productHeadingBlack, h3.productHeading
{
	font-weight:bold;
}

/* Wobble Horizontal */

@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

a.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    border: none;
    outline: none;
    background: #0b6796;
    line-height: 37px;
    padding: 0px 20px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    float: right;
    text-decoration: none;
    cursor: pointer;
    margin-left: 5px;
	margin-top: 0;
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-color: #01a64e;
    color: #fff;
}
#google_translate_element select.goog-te-combo
{
	display: block;
    width: 100%;
    height: 25px;
    padding: 0 10px;
    font-size: 11px;
    line-height: normal;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin:0;
}

/* Icon 2 */

#nav-toggle , #nav-toggle2 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
}

#nav-toggle, #nav-toggle2 {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
    margin-left: 15px;
}

#nav-toggle2 span,
#nav-toggle2 span:before,
#nav-toggle2 span:after ,
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 25px;
    background: #9d9d9d;
    position: absolute;
    display: block;
    content: '';
}
.pushy-open-left .site-overlay, .pushy-open-right .site-overlay{
}
#nav-toggle2 span:before,
#nav-toggle span:before {
    top: -7px;
}

#nav-toggle2 span:after,
#nav-toggle span:after {
    bottom: -7px;
}

#nav-toggle2 span,
#nav-toggle2 span:before,
#nav-toggle2 span:after,
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    transition: all 500ms ease-in-out;
}

#nav-toggle.active span,
#nav-toggle2.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after,
#nav-toggle2.active span:before,
#nav-toggle2.active span:after {
    top: 0;
}

#nav-toggle.active span:before{
    transform: rotate(45deg);
    background-color: #fff;
}

#nav-toggle.active span:after{
    transform: rotate(-45deg);
    background-color: #fff;
}
#nav-toggle2.active span:after{
    transform: rotate(-45deg);
}
#nav-toggle2.active span:before{
    transform: rotate(45deg);
}
.menu-btn {
    position: absolute;
    font-size: 22px;
    top: 9px;
    right: 0;
}

.sidemenu ul {
    padding: 0;
}
.header{
    z-index: 60 !important;
  }

/* Ends Top ribbon 26-07-2016*/


/* Product page details */

.greyProductDetails .nav.nav-tabs {
    background-color: #3C3C3C;
}

.agroSingleFeature h5 {
    font-size: 18px;
}

.agroSingleFeature {
    margin-bottom: 25px;
}

.productImageSlidWrap {
    position: relative;
}

.sliderActionIcons {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: #448D00;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 99999;
}

.sliderActionIcons:hover {
    background-color: #000;
}

.videocon {
    position: relative;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}


/* ends Product page details */

.missionList li {
    margin-bottom: 15px;
}

.md_speech_container {
    padding: 30px 0 30px;
}

.agroAboutContent p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #454545;
    line-height: 28px;
    text-align: justify;
}

.md_speech_container {
    /* background: #353535 url('../images/values-bg.jpg') no-repeat left top; */
    background: url('../images/slides/shrachi-bg-2.png') no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    /* margin: 30px 0 0; */
}

.md_speech_container p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #454545;
    text-align: justify;
    text-align-last: left;
}

.md_speech_container img {}

.errormsg {
    color: #ff0000;
}

.careerarea h2 {
    color: #484848;
    font-family: "Bebas Neue";
    font-size: 40px;
    margin: 0 !important;
    padding-bottom: 15px !important;
}

.careerarea h3 {
    color: #0ea148;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 !important;
    padding-bottom: 15px !important;
}

.careerarea p {
    color: #333;
    font-size: 14px;
    line-height: 28px !important;
    margin-bottom: 20px !important;
}

.applyonlinearea {
    border-top: 1px solid #cacaca;
    margin-top: 20px;
    padding-top: 20px;
}

.applyonlinearea p {
    margin-bottom: 5px;
}

a.readMoreNews {
    display: block;
    width: 90px;
    height: 40px;
    font-size: 14px;
    margin: 0 auto 20px auto;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #15a850;
    text-decoration: none;
}

a.readMoreNews:hover {
    background-color: #999999;
}

.footersocial a i {
    margin-top: 7px;
}

.headerSocialICons a i {
    margin-top: 4px;
}

.blackCaptionTxt {
    color: #333333;
}

.headerBanner2 .img-responsive {
    display: none;
}

table.responsiveTable {
    width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    
}
/* .responsiveTable-default{
    color: white !important;
} */

table.responsiveTable tr {
    padding: 5px;
}

table.responsiveTable th,
table.responsiveTable td {
    padding: 4px;
    text-align: left;
    font-size: 14px;
}

table.responsiveTable th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.sa-partsbutton {
    margin-bottom: 30px;
}

.sa-partsbutton {
    float: right;
    margin-top: 20px;
}


/* Dealers network */

.networkList h2 {
    padding: 15px 20px;
    background-color: #15A850;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.networkList ul {
    padding: 0;
    list-style-type: none;
}

.networkList ul a {
    padding: 10px 15px;
    display: block;
    text-align: center;
    border: 1px solid #E6E6E6;
    border-bottom: none;
    text-decoration: none;
    color: #525252;
}

.networkList ul li:last-child a {
    border-bottom: 1px solid #E6E6E6;
}

.responsiveTable tr td:first-child {
    font-weight: bold;
    text-align: left;
}

table.responsiveTable tr td:last-child,
table.responsiveTable tr th:last-child {
    padding-left: 30px;
}

table.responsiveTable tr th:first-child {
    text-align: right;
}

.productHeading {
    /* color: #FFFFFF; */
    color: #000;
    margin-left: 80px;
}

.productHeadingBlack {
    color: #252525;
}
.rotaryModelContainer .img-responsive {
	margin: 0 auto;
}
.productIntroductions p {
    line-height: 2;
}

.productIntroductions ul {
    margin: 0px;
}

.productIntroductions ul li {
    margin: 0px 0px 8px 0;
    padding: 0px;
}

.sa-biosinPro {
    padding: 30px 0;
}

.sa-biosinGreyBg {
    background-color: #F4F4F4;
    border: 1px solid #F0F0F0;
}

.sa-biofeatures li {
    margin-bottom: 15px;
    color: #585858;
}

.sa-biomoreFeatures p {
    color: #585858;
}

.sa-otherbusinesslinks img {
    max-width: 100%;
    height: auto;
}
.sa-otherbusinesslinks{
    padding: 30px 0 0px;
}
.sa-misviscon {
    padding: 50px 0 30px;
    background-image: url('../images/slides/shrachi-bg-1.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.singleMisVis {
    text-align: center;
    font-size: 15px;
}

.singleMisVis ul {
    text-align: left;
}

.singleMisVis p,
.singleMisVis li {
    color: #363636;
}

.singleMisVis li {
    margin-bottom: 15px;
}

.singleMisVis figure {
    background-color: #F1F1F1;
    display: block;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    padding-top: 16px;
    border: 1px dotted #BDBDBD;
}

.singleMisVis {
    margin-bottom: 25px;
}

.greypaddedSection {
    padding: 30px 0;
    background-color: #F1F1F1;
    border: 1px solid #E2E2E2;
	text-align:center;
}
.greypaddedSection a
{
	display:inline-block;
	margin:0 5px;
}
.container.clearfix{
    padding: 1px;
    /* margin: -6px; */
}
.container.clearfix a
{
    margin-bottom: 7px;
}

.productoverviewSection {
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #EEEEEE;
}

.productoverviewSection p {
    font-size: 16px;
}

.headerSocial {
    list-style-type: none;
    padding-left: 0;
    margin-top: 40px;
}

.headerSocial li {
    display: inline-block;
}

.serviceformWrap {
    /* background-color: #505050; */
    background-image: url('../images/slides/shrachi-bg-2.png');
    background-size:cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 42px 0;
}

.serWadContainer {
    width: 100%;
    background-image: url('../images/slides/shrachi-bg-2.png');
    background-size:cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 42px 0;
}

.serviceform {
    /* padding: 20px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #E3E3E3;*/
} 

.sa-serfield {
    margin-bottom: 25px;
}

.sa-serfield input[type=submit] {
    padding: 8px 20px !important;
    border: none;
    /* background-color: #15a850; */
    background:linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%); 
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.sa-serfield input[type=submit]:hover {
    background:linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%); 
}
.sa-serfield input[type=submit]:focus{
    background:linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%); 
    border: none;
}
.serviceformWrap h3 {
    color: #fff;
    background: linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%);
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 22px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 6px 6px 0 0;
    font-family: 'Bebas Neue';
}

.noMarginbottom {
    margin-bottom: 0;
}
.singleproductoverview p {
    color: #5B5B5B;
    font-size: 14px;
}
.singleproductoverview li{
    color: #5b5b5b;
    font-size: 14px;
}
.rgb-back{
    position: relative;
    width: max-content;
    display: flex;
    align-items: center;
    padding: 25px 0;
}
.rgb-back h3{
    font-size: 24px;
    background:linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%); 
    padding: 5px;
    border-radius: 20px 20px 0 20px;
    display: inline-block;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
.rgb-line{
    width: 200px;
    height: 2px;
    background: rgb(31,156,208);
    position: relative;
}
.rgb-line::after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgb(31,156,208);
    top:-5px;
    right: 0;

}
.rotaryModelColContainer .singleproductoverview p {
    /* color: #fff; */
    color: #000;
}

.sa-misviscon {
    padding: 30px 0;
}

.sa-misvisSingle h3,
.sa-valuesSection h3,
.valueHead {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
}

.sa-misvisSingle h2 span,
.valueHead span {
    display: block;
    font-size: 26px;
}

.valueHead {
    margin-bottom: 20px;
}

.sa-misvissinInner {
    padding: 15px;
    background-color: #FFF;
    padding-left: 100px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    line-height: 28px;
    font-size: 16px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    border: 1px solid #E8E8E8;
}

.sa-vis {
    background: #fff url('../images/vision-icon.png') no-repeat 10px center;
}

.sa-mis {
    background: #fff url('../images/mission-icon.png') no-repeat 10px center;
}

.sa-valuesSection {
    padding: 30px 0 50px 0;
    /* background-color: #FFF; */
    background-image: url('../images/slides/shrachi-bg-1.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.sa-singleValue {
    text-align: center;
    background-color: #FFF;
    border: 1px solid #E8E8E8;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

.sa-singleValue h4 {
    font-size: 22px;
    margin-top: 18px;
}
.sa-singleValue img{
    float: left;
    /* height: 45px; */
}
.sa-singleValue p{
    display: inline-block;
}
.serviceIntrotext p {
    font-size: 16px;
    color: #5C5C5C;
    text-align: justify;
}

.serviceIntrotext {
    border: 2px solid #DFDFDF;
    padding: 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.eco-clean-img {
    /* margin-top:50%; */
}

.dealerNetworkCon {
    padding: 30px 0;
    background-image: url('../images/slides/shrachi-bg-2.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.state {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.state:hover {
    fill: #15A850;
}

.india-map .statename {
    font-size: 14px !important;
    font-family: Arial !important;
}

.singleState {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.shrachipresent:hover {
    fill: #D6FFE6;
}

.sa-biosinPro h2 {
    margin-top: 0;
}

#shrachi {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.singleProductFeature {
    text-align: center;
    /* border: 1px solid #D6D6D6;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF; */
}

.singleProductFeature h3 {
    /* padding: 10px 15px; */
    /* background-color: #5C5C5C; */
    font-size: 16px;
    /* color: #fff; */
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
	/* min-height:60px; */
}
.singleProductFeature > img{
    border-radius: 50%;
    border:3px dashed #f05922;
    width: 80% !important;
}
.singleProductFeature > a > img{
    border-radius: 50%;
    border:3px dashed #f05922;
    width: 170px !important;
}
.productFeatures {
    background: #DDDDDD url(../images/cloth_alike.png) repeat left top;
    padding: 65px 0;
}


/* RoyBabu 15-02-2017Ã‚ */

.biotoiletProductContainer img,
.biotoiletProductColContainer img {
    margin: 0 auto;
}

.biotoiletProductContainer .productHeadingBlack,
.biotoiletProductColContainer .productHeading {
    text-align: center;
    margin-left: 0;
}

.biotoiletProductColContainer .tiltedRegion {
    padding-top: 0;
}

.biotoiletProductContainer .singleproductoverview h4,
.biotoiletProductColContainer .singleproductoverview h4 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

.biotoiletProductContainer .singleproductoverview h3,
.biotoiletProductColContainer .singleproductoverview h3 {
    font-size: 20px;
    font-weight: 600;
}

.biotoiletProductContainer .singleproductoverview p,
.biotoiletProductColContainer .singleproductoverview p {
    line-height: normal;
}

.biotoiletProductContainer .singleproductoverview ul,
.biotoiletProductColContainer .singleproductoverview ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
}

.biotoiletProductContainer .singleproductoverview ul li {
    padding-left: 20px;
    margin-bottom: 7px;
    font-size: 14px;
    color: #5B5B5B;
    position: relative;
}

.biotoiletProductColContainer .singleproductoverview ul li {
    padding-left: 20px;
    margin-bottom: 7px;
    font-size: 14px;
    color: #fff;
    position: relative;
}

.productIntroductions h3 {
    margin-top: 0;
}

.biotoiletProductContainer .singleproductoverview ul li::after,
.biotoiletProductColContainer .singleproductoverview ul li::after {
    position: absolute;
    content: "\f00c";
    font-family: "fontAwesome";
    left: 0;
    top: 2px;
    width: 10px;
    height: 10px;
    font-size: 13px;
    color: #68C411;
}


/* ends RoyBabu 15-02-2017Ã‚ */


/*Tapan : gallery  start 16-02-2017*/

.lightbox-wrap * {
    padding: 0;
    margin: 0;
}


/* Mask layer */

.lightbox-mask {
    position: fixed;
    top: 0;
    left: 0;
    background: url('../images/opacity.png');
    z-index: 1000;
    display: none;
    cursor: pointer;
}

.lightbox-wrap .lightbox-skin,
.lightbox-wrap .lightbox-outer,
.lightbox-wrap .lightbox-inner {
    width: auto;
    height: auto;
    margin: auto;
}

.lightbox-loading,
.lightbox-skin .lightbox-closeBtn,
.lightbox-skin .lightbox-prevBtn span,
.lightbox-skin .lightbox-nextBtn span {
    background: url('../images/lightbox_sprite.png');
}

.lightbox-wrap .lightbox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.lightbox-skin .lightbox-closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -13px;
    margin-right: -13px;
    cursor: pointer;
    width: 36px;
    height: 34px;
    background-position: 0 0;
    z-index: 1060;
}

.lightbox-skin .lightbox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    background: transparent url(../resource/transparent.png);
    cursor: pointer;
    z-index: 1040;
}

.lightbox-skin .lightbox-nav:hover span {
    visibility: visible;
}

.lightbox-skin .lightbox-nav span {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    width: 36px;
    height: 34px;
    z-index: 1040;
    visibility: hidden;
}

.lightbox-skin .lightbox-prevBtn {
    left: 0px;
}

.lightbox-skin .lightbox-prevBtn span {
    left: 20px;
    background-position: 0 -36px;
}

.lightbox-skin .lightbox-nextBtn {
    right: 0px;
}

.lightbox-skin .lightbox-nextBtn span {
    right: 20px;
    background-position: 0 -72px;
}

.lightbox-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    z-index: 1050;
}

.lightbox-loading div {
    background: url('../images/lightbox_loading.gif') center center no-repeat;
    width: 44px;
    height: 44px;
}

.lightbox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
}

.lightbox-wrap .lightbox-outer,
.lightbox-wrap .lightbox-skin {
    position: relative;
}

.lightbox-wrap .lightbox-skin,
.lightbox-wrap .lightbox-outer,
.lightbox-wrap .lightbox-image {
    background-color: white;
    border-radius: 10px;
}


/* Title helper */

.lightbox-wrap .lightbox-title {
    font: normal 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 1030;
    width: 80%;
}

.lightbox-wrap .lightbox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    vertical-align: middle;
    color: #FFF;
    background: #000;
    background: rgba(0, 0, 0, .7);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.lightbox-wrap .lightbox-title-over p {
    float: left;
    padding-top: 5px;
}

.lightbox-wrap .lightbox-title p {
    padding-left: 10px;
}

.lightbox-wrap .lightbox-title span {
    float: right;
    padding-right: 10px;
}

.lightbox-wrap .lightbox-title-inside {
    padding-bottom: 5px;
}

.lightbox-wrap .lightbox-outer+.lightbox-title-inside {
    padding-top: 5px;
    padding-bottom: 0;
}

.serWadContainer .thumbnail {
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 30px;
    border: 1px solid #E5E5E5;
    text-decoration: none;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.serWadContainer .thumbnail:hover,
.serWadContainer .thumbnail:active {
    border: 1px solid #17A750;
}

.galImagecon {
    height: 147px;
    overflow: hidden;
    position: relative;
}

div.galHead,
a:hover div.galHead {
    padding: 10px 15px;
    color: #626262;
    text-decoration: none;
}

.serWadContainer .lightbox:hover {
    opacity: 1;
}

.serWadContainer .lightbox img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.serWadContainer .lightbox:hover img {
    opacity: .2;
}

.serWadContainer .lightbox i {
    color: #17A750;
    font-size: 25px;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 200;
}

.serWadContainer .lightbox:hover i {
    opacity: 1;
}

.bottom-arrow-top {
    position: absolute;
    bottom: 16px;
    right: 20px;
    z-index: 200;
    color: #fff;
    font-size: 20px;
    border: none;
    outline: none;
    text-decoration: none;
}

.bottom-arrow-top:focus {
    color: #fff;
}

.error {
    font-weight: normal;
    color: #ff0000;
}

.bannerContainer ul li .defaultimg {
    -webkit-filter: grayscale(0%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .5s ease-in-out;
    filter: grayscale(0%);
    max-width: 100%;
}

/*.bannerContainer ul li .defaultimg:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
*/
.formSectionCon .nav-tabs>li {
    display: inline-block;
    float: none;
    font-family: "Bebas Neue";
}

.formSectionCon .nav-tabs>li a {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: normal;
}

.homeFormSection p {
    margin-top: 20px;
    font-size: 16px;
    color: #000;
}

a.bhtech {
    color: #FFF;
}

.bioImageContainer {
    position: relative;
    display: inline-block;
}

.bioImageContainer figure {
    width: 100px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    background-color: #FFF;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.row-centered {
    text-align: center;
    padding-top: 20px;
}

.row-centered [class*='col-'] {
    display: inline-block;
    margin-left: -4px;
    text-align: left;
    float: none;
}

#ecoPopuplogo {
    width: 112px;
    position: absolute;
    right: 10px;
    bottom: 50px;
}

#ecoPopuplogo img {
    max-width: 100%;
    height: auto;
}

a.visitbut {
    background: #0b6796;
    display: inline-block;
    padding: 0 20px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 30px 0
}

a.visitbut:hover {
    background: #01A64E;
}

.event-detail-container .owl-carousel.owl-drag .owl-item {
    height: 250px;
}

.tablelist {
    border: 1px solid #e1e1e1;
}

.tablelist tr:nth-child(even) {
    background: #fff;
}

.tablelist tr:nth-child(odd) {
    background: #f9f9f9;
}

.tablelist th {
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    border-left: 1px solid #e1e1e1;
    background: #2AA5E1;
    color: #fff;
}

.tablelist th:first-child {
    border-left: 0;
}

.tablelist td {
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    text-align: center;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #333;
}

.tablelist td:nth-child(3) {
    width: 35%;
}

.tablelist td:first-child {
    border-left: 0;
    width: 30%;
}

.tablelist td:first-child img {
    /*width: 50%;*/
    height: auto;
}

.tablelist td:last-child a {
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    width: 160px;
    margin-top: 10px;
    position: relative;
    margin-right: 20px;

}

/*Custom css start*/

.button-space {
    margin-right: 14px;
}

h4.heading {
    text-align: center;
    padding-top: 8px;
    color: black;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}

h4.heading:hover {
    color: grey;
}

.custom-color {
    background: #FFA500 !important;
}

.custom-color:hover {
    background-color: #01a64e !important;
}

.corporateoffice {
    /* background-color: #11a141; */
    padding: 15px;
}

.corporateoffice h3 {
    /* font-family: 'Bebas Neue'; */
    /* color: #fff; */
    margin: 0;
    font-size: 20px;
}

.corporateoffice p {
    /* color: #fff; */
    font-size: 14px;
    margin-top: 20px;
}

.registeroffice {
    /* background-color: #5e5e5e; */
    padding: 15px;
}

.registeroffice h3 {
    /* font-family: 'Bebas Neue'; */
    /* color: #fff; */
    margin: 0;
    font-size: 20px;
}

.registeroffice p {
    /* color: #fff; */
    font-size: 14px;
    margin-top: 20px;
}

.mainaddress {
    /* background-color: #e1e1e1; */
    width: 100%;
    overflow: hidden;
}

.mainaddress h3 {
    /* font-family: 'Bebas Neue'; */
    /* font-size: 30px; */
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 20px;
}

.mainaddress p {
    font-size: 14px;
}

.imageoffice {
    width: 100%;
    overflow: hidden;
    height: 330px;
}

.imageoffice img {
    width: 100%;
    height: 100%;
}

.btmalignpadd {
    padding-bottom: 20px;
}

.description-border {
    /* border: 1px solid #333; */
    padding-right: 50px;
    margin: 0px;
    /* height: 345px; */
}

.description-border p {
    text-align: justify;
    line-height: 33px;
}

.downloadpart {
    /* background-color: #505050; */
    background-image: url('../images/slides/shrachi-bg-1.png');
    background-size:cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    padding: 42px 0 0;
}

.downloadpart h2 {
    /* color: #fff; */
    margin: 0 0 20px 0;
}

.powerdetails {
    /* background-color: #fff; */
    padding: 15px;
    height: 225px;
    text-align: center;
}

.powerdetails h3 {
    text-align: center;
    display: inline-block;
    margin: 0 0 10px;
    font-size: 15px !important;
    font-weight: bold;
    border: 1px solid #15a850;
    padding: 5px 5px 5px 0;
    border-radius: 20px 0 0 0;
}
.powerdetails h3 span{
    background-color: #15a850;
    border-radius: 20px 0 0 0;
    color: #fff;
    padding: 4px;
}
.powerdetails a {
    display: inline-block;
    /* background-color: #37a4dd; */
    background: linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%);
    color: #fff !important;
    /* line-height: 33px; */
    padding:10px;
    text-decoration: none;
    margin-top:7px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
}

.dropdown-spareparts{max-width: 250px !important; left:30px; padding: 5px 10px;}
.dropdown-spareparts li a{white-space: normal;}
ul.dropdown-spareparts li a:hover
{
 background:#000 !important;
}
.powerdetails a i {
    margin-right: 10px;
}

.agri a:hover {
    background-color: #434343 !important;
    color: #fff !important;
}

.powerdetails a:hover {
    background-color: #434343;
    color: #333;
}

.custom-dropdown-lan>li>a:hover {
    color: #fff !important;
    background-color: #333;
    background-image: none;
}

.servicepart {
    /* background-color: #fff; */
    background-image: url('../images/slides/shrachi-bg-1.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0px 0 42px;
}

.servicevideopower {
    padding: 20px;
    text-align: center;
}

.servicevideopower p {
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 7px;
}

.sticker img {
    /* margin: 0px auto;
    padding-bottom: 20px; */
}

.formTag select {
    border: none;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }

.formTag optgroup {
    background-color: #fff;
}

.formTag option {
    background-color: #fff;
}

.acessoriesphoto {
    background: url("../images/product-divisions/ACCESSORIES_VIDEOS.png") no-repeat center center;
    height: 120px;
    width: 192px;
    margin: 0 auto;
}

.acessoriesphoto:hover {
    background: url("../images/product-divisions/ACCESSORIES_VIDEOS-hover.png") no-repeat center center;
}

.asjustmentphoto {
    background: url("../images/product-divisions/ASJUSTMENT VIDEOS.png") no-repeat center center;
    height: 120px;
    width: 192px;
    margin: 0 auto;
}

.asjustmentphoto:hover {
    background: url("../images/product-divisions/ASJUSTMENT VIDEOS1.png") no-repeat center center;
}

.maintenancephoto {
    background: url("../images/product-divisions/MAINTENANCE VIDEOS.png") no-repeat center center;
    height: 120px;
    width: 192px;
    margin: 0 auto;
}

.maintenancephoto:hover {
    background: url("../images/product-divisions/MAINTENANCE VIDEOS1.png") no-repeat center center;
}

.operationphoto {
    background: url("../images/product-divisions/OPERATION VIDEOS.png") no-repeat center center;
    height: 120px;
    width: 192px;
    margin: 0 auto;
}

.operationphoto:hover {
    background: url("../images/product-divisions/OPERATION VIDEOS1.png") no-repeat center center;
}

.custom-text-add {
    margin-bottom: 20px;
}

.modal-custom-form-prod input[type="text"] {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: none !important;
    border-radius: 0;
    border: none;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    border-bottom: 1px solid rgba(219, 219, 219, 1);
    color: #000 !important;
}

.modal-custom-form-prod-select {
    border-bottom: 1px solid rgba(219, 219, 219, 1) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 4px !important;
    border-radius: 0;
    box-shadow: none !important;
    color: #000 !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow1.png) no-repeat 96% center rgba(255, 255, 255, 1) !important;
}

.custom-mess-modal {
    background-color: rgba(255, 255, 255, 1) !important;
    border-bottom: 1px solid rgba(219, 219, 219, 1) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding: 4px;
    box-shadow: none !important;
    color: #000 !important;
}

.nav-tabs>li>a {
    color: #15a850;
    border: none;
}

/* fixed-float-sidebar */

#fixed-float-sidebar {
    position: fixed;
    bottom: 4rem;
    z-index: 99;
    right:1rem;
}
#fixed-float-sidebar a { 
    background-color: #15a850;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 8px;
    z-index: 2;
    font-size: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#fixed-float-sidebar a.bg-size-btn {
    writing-mode: vertical-rl;
    height: 100px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
#fixed-float-sidebar a:hover>span {
    visibility: visible;
    right: 41px;
    opacity: 1;
}
#fixed-float-sidebar a span {
    line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 200px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    writing-mode: horizontal-tb;
}
#fixed-float-sidebar div a.bg-size-btn span {
    top: 0;


#fixed-float-sidebar a span:nth-child(even) {
    background-color: #a2cc37;
}
#fixed-float-sidebar div a span:nth-child(odd) {
    background-color: #000;
}


.slider-black{width:85%; margin-bottom:20px; float:right;}
.slider-white{width:100%; margin-bottom:20px;}
.slideWhite.owl-drag .owl-item iframe{width:100%; min-height: 315px; margin-top: 9%; position:relative;}
.iframe-overlay{position:absolute; top:0; left:0; width:100%; height:100%;  z-index:9;}
.slideBlack.owl-drag .owl-item iframe{width:100%; min-height: 315px; margin-top: 9%;}

.slide-imgvid-sec{width:100%; max-height:400px; min-height:400px; position:relative;}
.slide-imgvid-sec img{width:auto !important; margin:0 auto; max-height:400px; min-height:400px; max-width:100%; object-fit: contain;}

.slide-imgvid-sec a{display:block; width:100%;}

.btn-yt{
    position: absolute;
    left: 0; right:0;
    top:50%;
    transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    width: 120px;
    height: 100px;
    margin: 0 auto;



-moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);

-webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);

transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);

z-index: 99;
background-color:transparent !important;
background-image:none !important; border-color:transparent !important;
cursor:pointer;
}



.btn-yt svg{
height: 100%;

left: 0;

position: absolute;

top: 0;

width: 100%;
}
.slider-white .owl-carousel .owl-nav .owl-prev, .slider-black .owl-carousel .owl-nav .owl-prev{width:30px; height:50px; font-size:0px; background-color:rgba(255,255,255,0); background-image:url('../images/left-arrow.png'); background-size:cover; position: absolute; top: 40%; left: 0; z-index:9;}

.slider-white .owl-carousel .owl-nav .owl-next, .slider-black .owl-carousel .owl-nav .owl-next{width:30px; height:50px; font-size:0px; background-color:rgba(255,255,255,0); background-image:url('../images/right-arrow.png'); background-size:cover; position: absolute; top: 40%; right: 0; z-index:9;}


.slider-white .owl-carousel .owl-nav .owl-prev:hover, .slider-black .owl-carousel .owl-nav .owl-prev:hover{background-image:url('../images/left-arrow.png'); background-color:rgba(255,255,255,0);}
.slider-white .owl-carousel .owl-nav .owl-next:hover, .slider-black .owl-carousel .owl-nav .owl-next:hover{background-color:rgba(255,255,255,0); background-image:url('../images/right-arrow.png');}

.resourceleaflet, .resourceowner
{
	position:relative;                           
}
.resourceleaflet ul.dropdown-menu, .resourceowner ul.dropdown-menu
{
	top:100%;
}
.resourceleaflet ul.dropdown-menu li a, .resourceowner ul.dropdown-menu li a
{
	width:100%;
	margin:0;
	padding:3px 10px;
}
.resourceleaflet .dropdown-menu > li > a, .resourceowner .dropdown-menu > li > a
{
	margin-bottom:0;
}
.rotaryModelColContainer .tiltedRegion
{
	overflow:inherit;
}
.greypaddedSection .resourceleaflet ul.dropdown-menu
{
	top:45px;
}
.actionbutgroup .resourceowner ul.dropdown-menu, .actionbutgroup .resourceleaflet ul.dropdown-menu
{
	top:33px;
}


/* Media queries start hereÃ‚ */

@media screen and (max-width: 991px) {
    .singleVerticle {
        margin-bottom: 30px;
    }
	.isologo
	{
		bottom:120px;
	}
}

@media screen and (max-width: 997px) {
    .header-area-top p {
        line-height: 1.6;
        margin-bottom: 20px;
        margin-right: 40px;
        margin: 10px 40px 20px 0;
    }
    #cssmenu>ul>li.lastnavItem {
        width: 100%;
    }
    .footerlinks {
        text-align: left;
    }
    .footerlinks li {
        margin-bottom: 15px;
    }
    #cssmenu>ul>li.withDropdown,
    #cssmenu>ul>li.secondLastdropdown {
        width: 100%;
    }
    nav {
        width: 100%;
    }
    #cssmenu {
        width: 100%;

    }
    #cssmenu ul {
        width: 100%;
        display: none
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #DADADA;
    }
    #cssmenu ul li:hover {
        background: #363636;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }
    #cssmenu>ul>li {
        float: none
    }
    #cssmenu ul ul li a {
        padding-left: 25px
    }
    #cssmenu ul ul li {
        background: #333!important;
    }
    #cssmenu ul ul li:hover {
        background: #363636!important
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px
    }
    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }
    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }
    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 1;
    }
    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: ''
    }
    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: ''
    }
    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #A4A4A4;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .button.menu-opened:before {
        top: 23px;
        background: #A4A4A4;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #DADADA;
        height: 46px;
        width: 46px;
        cursor: pointer
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none
    }
    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
}

@media screen and (max-width: 880px) {
    .rotaryModelColContainer::after {
        display: none;
    }
	.slider-black{width:100%; margin-bottom:20px; float:none;}
}

@media screen and (max-width: 767px) {
    a.hvr-wobble-horizontal {
        /*float: none;*/
        /*margin: 10px 0 0 0;*/
		margin:2px 0 0 0;
        /*width: 100%;*/
		float:left; width:49%; margin-right: 2px;
        overflow: hidden;
    }
	.mbbm{margin-bottom:2px !important;}
	.hdrbtn{float: none !important;
margin: 0px auto !important;
display: block !important;}

	#google_translate_element{margin-bottom:10px;}
    .gap {
        margin-top: 20px;
    }
    .logoTst {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
    .sa-singleValue {
        margin-bottom: 20px;
    }
    .serWadsinser {
        text-align: center;
    }
    .serWadsinser img {
        margin: 0 auto;
    }
    .sa-partsbutton {
        float: none;
        margin-bottom: 0;
    }
    .eco-clean-img {
        margin-top: 0;
    }
    .powerdetails {
        background-color: #fff;
        padding: 20px;
        text-align: center;
    }
    .corporateoffice p {
        font-size: 16px;
    }
    .registeroffice p {
        font-size: 16px;
    }
    .mainaddress p {
        font-size: 16px;
        line-height: 28px;
    }
    .description-border {
        height: auto;
        margin: 15px 0;
    }
    .powerdetails {
        margin-bottom: 15px;
        height: auto;
    }
    .powerdetails h3 {
        margin: 0 0 0px 0;
    }
    .servicepart {
        height: auto;
        padding: 20px 31px 20px 30px;
    }
    .servicepart h2 {
        font-size: 19px;
    }
    .downloadpart {
        padding: 20px 0;
    }
    .downloadpart h2 {
        font-size: 19px;
    }
    .servicevideopower {
        padding: 0;
        margin: 15px 0;
    }
    .servicevideopower p {
        font-size: 12px;
    }
    .acessoriesphoto {
        width: auto;
    }
    .asjustmentphoto {
        width: auto;
    }
    .maintenancephoto {
        width: auto;
    }
    .operationphoto {
        width: auto;
    }
    .headerBanner2 h3 {
        font-size: 32px;
    }
    .serviceformWrap h3 {
        font-size: 19px;
    }
    .acessoriesphoto {
        height: 90px;
        width: 90px;
        margin: 0 auto;
        background-size: 100% 100%;
    }
    .asjustmentphoto {
        height: 90px;
        width: 90px;
        margin: 0 auto;
        background-size: 100% 100%;
    }
    .maintenancephoto {
        height: 90px;
        width: 90px;
        margin: 0 auto;
        background-size: 100% 100%;
    }
    .operationphoto {
        height: 90px;
        width: 90px;
        margin: 0 auto;
        background-size: 100% 100%;
    }
    .totalpanel .responsiveTable tr td:first-child {
        font-weight: bold !important;

    }
    .custom-center a
    {
        margin-bottom: 13px;
        font-size: 13px;
    }
	.isologo {
    bottom: 85px;
    width: 60px;
    right: 10px;
}
.productHeading
{
	margin-left:0;
}
.newsSlideCon
{
	padding-top:50px;
}

}

@media screen and (max-width: 600px) {
    table.responsiveTable {
        border: 0;
    }
    table.responsiveTable thead {
        display: none;
    }
    table.responsiveTable tr {
        margin-bottom: 10px;
        /*display: block;
        */		border-bottom: 2px solid #ddd;
    }
    table.responsiveTable td {
        /*display: block;*/
        text-align: right;
        font-size: 13px;
        /*border-bottom: 1px dotted #ccc;*/
    }


    table.responsiveTable td:last-child {
        border-bottom: 0;
    }
    table.responsiveTable td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
    .eco-clean-img {
        margin-top: 0;
    }
	.slide-imgvid-sec {

    width: 100%;
    max-height: none !important;
    min-height: auto !important;

}
.slideWhite.owl-drag .owl-item iframe{min-height:inherit;}
	.slide-imgvid-sec img {

    	max-height: none !important;
    	min-height: auto !important;
		width:100% !important;
	}
	.slider-white .owl-carousel .owl-nav .owl-prev{top: 40%;}

.slider-white .owl-carousel .owl-nav .owl-next{top: 40%;}
}

@media screen and (max-width: 500px) {
    .formSectionCon .nav-tabs li a {
        padding: 7px 5px;
        font-size: 11px;
    }
    .eco-clean-img {
        margin-top: 0;
    }
	.menu-btn{top:164px;}
}

@media screen and (max-width: 470px) {
    .tparrows {
        display: none !important;
    }
    .eco-clean-img {
        margin-top: 0;
    }
}

@media screen and (max-width: 345px) {
    .formSectionCon .nav-tabs li a {
        font-size: 9px;
    }
    .newsSlideCon .panel-heading {
        font-size: 20px;
    }
    .newsSlideCon .pagination {
        margin-top: 0px !important;
    }
    .eco-clean-img {
        margin-top: 0;
    }
}

.custom-dropdown-lan {
    position: absolute !important;
    float: none !important;
    margin: 0 auto;
    top: 110px;
    right: 0;
    width: 200px;
    min-height: 200px;
    padding: 5px 5px;
}
.custom-dropdown-lan .custom-position>li>a> {
    border-radius: 0;
    color: #fff;
}
.custom-center{
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}


/*Custom css end*/

.mobalignpad
{
    padding:0 15px 15px 15px; width:100%; overflow:hidden; text-align: center;
}
.mobalignpad .row
{
    border-top:1px solid #d0d0d0;
    padding:8px 0;
}
}
@media (max-width: 767px) {
	
.menu-btn
{
	top:17px;
}
.greypaddedSection
{
	padding-top:15px;
}
.greypaddedSection a
{
	margin-top:15px;
}	
.tablelist td:last-child a
{
	margin-right:0;
}
.tablelist td:first-child img
{
	width:100%;
}
	
}

a.callpopup
{
	width:40px;
	height:170px;
	display:block;
}
a.downloadbut, a.enquirybut
{
     cursor:pointer;
     width:auto;
     font-size:14px;
	 text-decoration:none;
	 padding: 5px 10px;
	 line-height: normal;
	 font-weight: 700;
	 display: block;
	 color: #fff;
	 position:relative;
     margin: 0;
     text-align: center;
}
a.downloadbut:before, a.enquirybut:before{
	position:absolute;
	top:8px;
    left: 18px;
	z-index:1;
	content:"\f095";
	font-family: 'FontAwesome';
	font-size: 16px;
}
a.downloadbut span, a.enquirybut span{
	display:block;
	font-weight: normal;
	font-size:15px;
    font-weight: 600;
}
.downloadbut {
    background: linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%);
}
.enquirybut {
    background: linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%);
}
a.downloadbut i, a.enquirybut i
{
	font-size:18px !important;
	margin-right:10px;
	line-height: normal;
}
.white-popup-block
{
	max-width:700px;
	background:#fff;
	margin:0 auto;
	padding:15px;
	position:relative;
}
.white-popup-block .mfp-close
{
	position: absolute;
	right: -12px;
	top: -12px !important;
	z-index: 1;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	line-height: 30px;
	opacity: 1;
	font-size: 30px;
}
.tablecontsec table
{
	border: 1px solid #999
}
.tablecontsec table th
{
	line-height: normal;
	text-align: center;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 15px;
	padding: 10px;
	border-left: 1px solid #999;
	background-color: #0b6796;
	color: #fff;
	font-weight: 400;
}
.tablecontsec table th:first-child {
	border-left: 0
}
.tablecontsec table td
{
	text-align: center;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: #333
}
.tablecontsec table td:first-child {
	border-left: 0
}
.tablecontsec table tr:nth-child(even) {
	background-color: #fff
}
.tablecontsec table tr:nth-child(odd) {
	background-color: #edf5ff
}
.tablecontsec table td a {
    color: #109e4a;
	text-decoration:none;
	border:0;
	outline:0;
}

.tstml-vid{padding:30px 0 60px;}
.tstml-vid h2{padding: 30px 0 30px 0;
font-family: 'Bebas Neue';
font-size: 40px;
color: #333;}

@media (max-width: 479px) {

.footersocial
{
	margin:0 0 0 15px;
}
.footersocial li
{
	margin:0 5px 0 0;
}
.white-popup-block
{
	padding:10px;
}
.mfp-container
{
	padding:5px !important;
}
.tablecontsec table th
{
	font-size:13px;
}
.tablecontsec table td
{
	font-size:12px;
	padding: 10px 5px;
}
.white-popup-block .mfp-close
{
	right:0;
	top:0 !important;
}

.resourceleaflet, .resourceowner {
    margin-right: 15px;
}
	
}

/* .keyfeaturesec .singleProductFeature img
{
	max-width: 70%;
	padding-top: 20px;
} */

@media (max-width: 350px){
.footersocial{
    margin-bottom: 10px;
}

#cssmenu>ul>li:hover>a, #cssmenu ul li.active a {
    color: #fff;
    outline: none;
}

ol, ul{
    margin: 0 !important;
    padding: 0 !important;
}
.tp-bannertimer{
    z-index: 82 !important;
}
.owl-carousel .owl-item .slide-imgvid-sec img {
    height: 420px !important;
    object-fit: contain;
}
}

.spare-dropdown{
    position: absolute !important;
    float: none !important;
    margin: 0 auto;
    top:68%;
    left: 15%;
    width: 200px;
    max-height: 250px;
    padding: 5px 5px;
}
.spare-dropdown>li>a:hover {
    color: #fff !important;
    background-color: #333;
    background-image: none;
}
.spare-dropdown-2{
    position: absolute !important;
    float: none !important;
    margin: 0 auto;
    top:68%;
    left: 15%;
    width: 200px;
    padding: 5px 5px;
}
.spare-dropdown-2>li>a{
    white-space:normal !important;
}
.spare-dropdown-2>li>a:hover {
    color: #fff !important;
    background-color: #333;
    background-image: none;
}
.owners-dropdown{
    position: absolute !important;
    float: none !important;
    margin: 0 auto;
    top:45%;
   left: 22%;
    width: 200px;
    min-height: 200px;
    padding: 5px 5px;
}
.owners-dropdown>li>a:hover {
    color: #fff !important;
    background-color: #333;
    background-image: none;
}
#myDropdownleaflet2{
    position: relative;
}
/* =================================================== */
.row-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px 25px;
}
.headerContainer > .container-fluid{display: flex;justify-content: space-between;padding-bottom: 10px;}
.logo-left{
    width: 15%;
    padding: 0 20px 0;
}
.logo-left img{
    width: 100%;
}
header{width: 70%;}
.button-box{width: 15%;display: flex;flex-direction: column;gap: 25px;}
.button-box a{padding: 7px 15px 9px;font-size: 16px;color: #fff;background-color: #f05922;border-radius: 4px;transition: .4s ease-in-out;}
.button-box a:hover{background-color: #15a850;}
.translt{
    width: 100%;
    float: left;
}
.mb-banner{
    display: none;
}
.banner{
    overflow: hidden;
    width: 100%;
}
.header-title{
    color: #000;
    font-weight: bold;
    margin: 0;
}
.header-title .title-shape{
    text-transform: uppercase;
}
.title-shape{
    clip-path: polygon(7% 0%, 100% 0, 100% 100%, 0% 100%);
    padding-left: 15px;
    color: #fff;
    background-color: #15a850;
}
.series{
    color:#15a850;
}
.header-sub-title{
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.bnnerTitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: -1;
}
.make-india{
    width: 150px;
    position: relative;
    z-index: -1;
}
.title-left{
    position: relative;
    z-index: -1;
}
.indexSlider .owl-nav{
    font-size: 80px;
}
.indexSlider .owl-prev, .indexSlider .owl-next{
    position: absolute;
    top: 30%;
}
.indexSlider .owl-prev{
    left: 1rem;
}
.indexSlider .owl-next{
    right: 1rem;
}
.slideWhite .owl-nav{
    font-size: 35px;
}
.slideWhite .owl-prev, .slideWhite .owl-next{
    position: absolute;
    top: 50%;
}
.slideWhite .owl-prev{
    left: 0;
}
.slideWhite .owl-next{
    right: 0;
}
.slideBlack .owl-nav{
    font-size: 35px;
}
.slideBlack .owl-prev, .slideBlack .owl-next{
    position: absolute;
    top: 50%;
}
.slideBlack .owl-prev{
    left: 0;
}
.slideBlack .owl-next{
    right: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    background-color: transparent;
    color: #000;
}
.name-box{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #15a850;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5px;
}
.name-box h3{
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0;
}
.name-box h5{
    font-size: 17px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 700;
}
.name-box p{
    position: absolute;
    bottom: 0;
    background-color:  #f05922;
    font-size: 15px;
    font-weight: 600;
    padding: 3px 6px;
    text-transform: uppercase;
    margin: 0;
    min-width: 150px;
    text-align: center;
}
.bottom-pr-link{
    margin-top: 25px;
}
.bottom-pr-link a{
    margin: 0 20px 0 0;
}
.right-enqr{
    background: linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%);
    color: #fff;
}
.right-enqr:hover{
    color:  #fff !important;
}
.right-enqr:focus{
    background: linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%);
    color: #fff;

}
.new-resourse{
    background-image: url('../images/slides/shrachi-bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 50px;
    font-family: "Segoe UI", sans-serif !important;
}
.res-left-img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 100px;
}
.res-img{
    width: 270px;
    height: 270px;
    padding: 20px;
    border-radius: 50%;
    background-color: #a0d2ec;
    outline: 1px solid #0fbe4d;
    outline-offset: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.res-img img{
    width: 100%;
    position: relative;
}
.res-left-title{
    position: absolute;
    left: 0rem;
    top: 0;
    z-index: 1;
}
.res-right-link{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.pdf-link{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.manual-leaflet{
    position: relative;
}
.resourceleaflet{
    position: relative;
}
.enquire-title{
    color: #15a850;
    display: inline;
}
.top-service-service-spare-parts{
    display: flex;
    position: fixed;
    right: 1rem;
    bottom: 12rem;
    flex-direction: column;
    gap: 10px;
    z-index: 2;
}
.service-frm-title{
    text-align: center;
}
.service-page{
    font-family: 'Bebas Neue';
}
.compare-product{
    margin-top: -15px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.compare-product p{
    padding: 0;
    border: none;
    color: #fff;
}
.com-pr-name{
    background-color: #f47423;
    padding: 4px 2px;
    border-radius: 5px 5px 0 0;
}
.hrs-power{
    margin-top: 2px;
    background-color: #0a9c49;
    padding: 0 2px 4px;
    border-radius: 0 0 5px 5px;
}
#compareid .owl-dots .owl-dot.active span, #compareid .owl-dot:hover span{
    background: linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%);;
}
#myBtn{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.adjust-row{
    display: flex;
    align-items: center;
}
.director-title h3{
    font-size: 26px;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.alt-list{
    overflow: hidden;
}
.alt-list-1{
    width: 100vw;
    background-image: url('../images/slides/shrachi-bg-1.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.alt-list-2{
    width: 100vw;
    background-image: url('../images/slides/shrachi-bg-2.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.tab-view-event{
    padding: 60px 0 30px;
    transition: .4s ease-in-out;
}
.event-tabs{
    width: 70%;
    margin: 0 auto;
}
.event-tabs ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.jobList{
    text-align: center;
    padding: 5px 10px;
    font-size: 22px;
    font-family: 'Bebas Neue';
    color: #000;
    letter-spacing: 1px;
    cursor: pointer;
}
.selected{
    background: linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%);
    border-radius: 4px 4px 0 0;
    color: #fff;
}
.jobContent{
   margin-top: 30px;
}
.event-news h6{
    font-size: 18px;
}
.even-tnewsimg{
    width: 100%;
    height: 180px;
}
.even-tnewsimg img{
    width: 100%;
    height: 100%;
}
.event-news p{
    font-size: 14px;
    margin-bottom: 15px;
}
.event-news a{
    color: #15a850;
}
.even-all {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.even-all a{
    padding:10px 20px;
    background: linear-gradient(90deg, rgba(31,156,208,1) 0%, rgba(26,161,143,1) 50%, rgba(21,167,77,1) 100%);
    color: #fff;
    font-weight: 700;
    border-radius: .25rem;
}
.mb-name-box{
    display: none;
}
/* .resourse-back-1{
    background-image: url('../images/slides/shrachi-bg-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}
.resourse-back-2{
    background-image: url('../images/slides/shrachi-bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
} */
.res-left-title >.name-box{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #15a850;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5px;
}
.res-left-title >.name-box h5{
    font-size: 17px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 700;
}
.res-left-title >.name-box p{
    position: absolute;
    bottom: 0;
    background-color:  #f05922;
    font-size: 15px;
    font-weight: 600;
    padding: 3px 6px;
    text-transform: uppercase;
    margin: 0;
    min-width: 150px;
    text-align: center;
}
.resouce-shape{
    font-size: 28px !important;
}
.mb-pr-compare{
    display: none;
}
.menu-link{
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    text-transform: uppercase;
}
.menu-link a:focus , .menu-link a, .menu-link a:hover{
    color: #000;
}
.submenu-item{
    padding: 0 20px;
    line-height: normal;
}
.submenu-item a{
    line-height: 2.5;
}
a:active, a:hover, a:focus{
    outline: none;
    border: none;
}

textarea#feed_msg {
    color: #000;                     
}
.price-list-main table{
    width: 100%;
}
.price-list-main table th, .price-list-main table td{
    color: #000;
    padding: 5px;
    text-align: center;
}
.price-list-main table th p, .price-list-main table td p{
    font-size: 17.5px;
}
.offer-img{width: 100%;display: flex;justify-content: space-between;}
.offer-img_1, .offer-img_2{width: 48%;}
.contest-title{font-size: 32px;margin-bottom: 0;margin-top: 30px;font-weight:600}
.condition{font-size: 23px;margin:20px 0 0;font-weight:600}
.condition-detail{font-size: 16px;margin-top: 12px;text-align: justify;}
.offer-section ul li{font-size: 16px;text-align: justify;padding: 5px 0;}
.offer-section ul{margin-top: 15px;}
.banner-separate{height: 600px;width: 100%;}
.banner-separate-mb{display: none;}
.weeder-9d6-cont{padding: 50px 0;background-image: none;}
/* ========================================= */