@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway.eot');
    src: url('../fonts/Raleway.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway.woff') format('woff'),
        url('../fonts/Raleway.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium.eot');
    src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Medium.woff') format('woff'),
        url('../fonts/Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.eot');
    src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Bold.woff') format('woff'),
        url('../fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
html, body {
    height: 100%;
}
body {
    font-family: 'Raleway';
    font-weight: normal;
    font-style: normal;
    background-color: #eff2f4;
}
a:focus, button{
    outline: none;    
    border: none;
    background: none;
}
* {
    margin: 0;
    padding: 0;
}
button, input, optgroup, 
select, textarea{
    font-family: 'Raleway';
}
label{
    font-weight: normal;
    margin: 0px;
}
ul {
    margin: 0;
    list-style: none;
}
a, a:hover, a:visited, a:focus {
    text-decoration: none;
}
img{
    max-width: 100%;
}
.container{
    max-width: 1208px;
}
.contmarg-bot {
    margin-bottom: 20px;
}
.contactarea.contmarg-bot {
    margin-bottom: 40px;
}

/*------------common classes----------*/
.paddingleft-none {
    padding-left: 0;
}
.paddingright-none {
    padding-right: 0;
}
.padding-none{
    padding: 2px;
}
.margin-none{
    margin: 0px;
}
.margin-t5{
    margin-top: 5px;
}
.margin-t15{
    margin-top: 15px;
}
.margin-t20{
    margin-top: 20px;
}
.margin-b15{
    margin-bottom: 15px;
}
.margin-b20{
    margin-bottom: 20px;
}
.padding-t15{
    padding-top: 15px;
}
.padding-t20{
    padding-top: 20px;
}
.padding-b15{
    padding-bottom: 15px;
}
.padding-b20{
    padding-bottom: 20px;
}
.common-padding{
    padding-top: 15px;
    padding-bottom: 15px;
}
.common-margin{
    margin-top: 15px;
    margin-bottom: 15px;
}
.fullwidth{
    width: 100%;
    float: left;
}
.padding15{padding: 15px;}
.paddingleft0{padding-left: 0px;}
/************common css classes************/
.fixheader{
    width: 100%;
    /*position: absolute;*/
    top: 0px;
    left: 0px;
    z-index: 99;
}
.navmenu{
    float: left;
    padding-left: 25px;
    padding-top: 20px;
}
.mainlogo{
    float: right;
    padding-right:100px;
}
.mainlogo a img{
    width: 240px;
}
.footerbox{
    width: 100%;
    float: left;
    background: #707070;    
}
.copyright p {
    /*font-family: "Times New Roman", Georgia, Serif;*/
    color: #dadada;
    font-size: 12px;
    margin: 0;
    padding: 8px 0px;
}
.companylogo {
    float: right;
}
.companylogo p,
.companylogo p a {
    line-height: 30px;
    /*font-family: "Times New Roman", Georgia, Serif;*/
    color: #FFF;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.companylogo p{
    float: left;
    color: #FFF;
}
.companylogo span {
    float: right;
}
.companylogo span a {
    background: url(../images/footer-logo.png) left center no-repeat;
    background-size: 100%;
    width: 16px;
    height: 30px;
    float: right;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin-left: 6px;
}
.companylogo span a:hover {
    background: url(../images/footer-logo-hover.png) left center no-repeat;
    background-size: 100%;
}
/************nav menu css**********/
.mainmenu{
    position: absolute;
    top: 0px;
    left: -100%;
    width: 100%;
    float: left;
    transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    z-index:999;
}   
.mainmenu.slideshow{
    left: 0px;
}
.navarea{
    width: 100%;
    float: left;
    display: inline-block;
    /*background: #0a6592;*/
    position: relative;
}
.mainbar{
    width: 100%;
    max-width: 240px;
    display: inline-block;
    background: #7db313;
    padding-top: 50px;
}
.menuclose{
    background: url(../images/menuclose.png) center no-repeat;
    width: 20px;
    height: 25px;
    display: block;
    position: absolute;
    top: 20px;
    left: 15px;
    cursor: pointer;
}
.mainbar li{
    width: 100%;
    float: left;
}
.mainbar > li > a{
    padding: 15px 15px;
    display: block;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #679902;
    transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
}
.mainbar > li:last-child > a{
    border-bottom: none;
}
.mainbar > li:hover > a{
    background: #0a6592;
}
.dropmenu{
    display: none;
    width: calc(100% - 240px);
    float: left;
    height: calc(100% - 5px);
    background: #0a6592;
    position: absolute;
    top: 0px;
    left: 240px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.mainbar > li:hover > .dropmenu{
    display: block;
}
.dropmenu ul li{
    width: 33.33%;
    float: left;
}
.drop-subbox{
    width: 100%;
    float: left;
}
.drop-subbox h2{
    font-size: 18px;
    margin: 0;
    padding: 0px 15px;
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
    padding-top: 15px;
}
.drop-subbox ul{
    width: 100%;
    float: left;
    padding-top: 10px;
    min-height: 150px;
}
.dropmenu li .drop-submenu li{
    width: 100%;
}
.drop-submenu li a {
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 4px 15px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.drop-submenu li:hover a {
    color: #ff9800;
}
.resit-hovr a h2:hover {color: #ff9800;}
.rightbdr{
    border-right: 1px solid #1a7aaa;
}
.plusminus-main,
.plusminus{
    display: none;
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    z-index: 99999;
    padding: 0px 20px;
    cursor: pointer;
}
.plusminus{
    font-size: 28px;
}
.dropmenu .colormenu{
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
.dropmenu .colormenu li{
    width: 50%;
}
.dropmenu .colormenu li.leftbdr{
    position: relative;
}
.dropmenu .colormenu .leftbdr:before{
    content: "";
    width: 1px;
    height: calc(100% - 30px);
    background: #0e7db4;
    position: absolute;
    left: -1px;
    top: 10px;
}
.menubox{
    width: 340px;
    min-height: 300px;
    display: inline-block;
    margin: 50px auto;
    text-align: left;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}


/**********nav menu css************/
/******************************************/
.homevideo{
    width: 100%;
    float: left;
    /*height: 360px;*/
    /*overflow: hidden;*/
    position: relative;
}
.homevideo video{
    width: 100%;
    outline: none;
}
.video-text{
    position: absolute;
    top: 160px;
    left: 110px;
}
.video-text.right{
    right: 110px;
    left: initial;
}
video::-webkit-media-controls {
  display: none;
}
.video-js .vjs-tech {
    top: -2px;
}

.home-carousel{
    height: 415px;
}
.home-carousel .carousel-indicators{
    display: inline-block;
    width: auto;
    left: inherit;
    right: 35%;
    transform: translateX(-50%);
    bottom: -38px;
}
.home-carousel .carousel-indicators li{
    background: #007ab8;
}
.home-carousel .carousel-indicators li.active{
    background: #00bcd6;
}
.home-carousel .carousel-indicators:before{
    content: "";
    width: 100%;
    height: 2px;
    background: #f00;
}
.aboutpanel{
    width: 100%;
    float: left;
    background: url(../images/about-bannerbox.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 325px;
    margin-top: -48px;
    position: relative;
    z-index: 9;
}
.aboutxt h3{
    font-size: 28px;
    color: #4d4d4d;
    font-weight: 600;
    padding-top: 22px;
}
.bgfullwidh img {
    width: 100%;
}
.color-hues{
    width: 180px;
    display: inline-block;
    margin-top: 25px;
    text-align: center;
}
.color-hues a{
    font-size: 14px;
    color: #662ba3;
    text-decoration: underline;
    padding: 5px;
    font-weight: 500;
}
.color-hues a span{
    color: #000;
}
.prdrange{
    background: #efedee;
    text-align: center;
}
.prdbox h2{
    font-size: 26px;
    color: #4b4b4b;
    margin-top: 20px;
    margin-bottom: 10px;
}
.prdbox p{
    display: inline-block;
    padding: 0px 155px;
    font-size: 13px;
}
.prdrange-list .list1{
    width: 80%;
    margin: 0px auto;
}
.prdrange-list .list2{
    width: 80%;
    margin: 0px auto;
}
.prdrange-list .list1 li{
    width: 25%;
    float: left;
    margin-bottom: 15px;
}
.prdrange-list .list2 li{
    width: 25%;
    float: left;
    margin-bottom: 15px;
}
.prdrange-list ul li .circle{
    width: 100px;
    height: 100px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    box-shadow: 0px 5px 10px 0px #ccc;
    -webkit-box-shadow: 0px 5px 10px 0px #ccc;
    -moz-box-shadow: 0px 5px 10px 0px #ccc;
    -o-box-shadow: 0px 5px 10px 0px #ccc;
    -ms-box-shadow: 0px 5px 10px 0px #ccc;
    transition: background-image 0.5s ease-in-out;
    -webkit-transition: background-image 0.5s ease-in-out;
    -moz-transition: background-image 0.5s ease-in-out;
    -o-transition: background-image 0.5s ease-in-out;
    -ms-transition: background-image 0.5s ease-in-out;
}
.prdrange-list ul li a{
    display: block;
}
.prdrange-list ul li p{
    margin-top: 5px;
    color: #201e1f;
    font-size: 15px;
}
.prdrange-list .list1 li:nth-child(1) .circle{
    background-image: url(../images/day-stuff-icon.png);
}
.prdrange-list .list1 li:nth-child(2) .circle{
    background-image: url(../images/pigment-icon.png);
}
.prdrange-list .list1 li:nth-child(4) .circle{
    background-image: url(../images/inorganic-icon.png);
}
.prdrange-list .list1 li:nth-child(3) .circle{
    background-image: url(../images/organic-icon.png);
    background-size: 90%;
}
.prdrange-list .list2 li:nth-child(1) .circle{
    background-image: url(../images/food-dyes-icon.png);
}
.prdrange-list .list2 li:nth-child(2) .circle{
    background-image: url(../images/soap-dyes-icon.png);
}
.prdrange-list .list2 li:nth-child(3) .circle{
    background-image: url(../images/rasist-icon.png);
}
.prdrange-list .list2 li:nth-child(4) .circle{
    background-image: url(../images/inkjet-icon.png);
}
.prdrange-list .list1 li:nth-child(1) a:hover .circle{
    background-color: #505070;
    background-image: url(../images/day-stuff-icon-hover.png);
}
.prdrange-list .list1 li:nth-child(1) a:hover p{
    color: #505070;
}
.prdrange-list .list1 li:nth-child(2) a:hover .circle{
    background-color: #21a63a;
    background-image: url(../images/pigment-icon-hover.png);
}
.prdrange-list .list1 li:nth-child(2) a:hover p{
    color: #21a63a;
}
.prdrange-list .list1 li:nth-child(4) a:hover .circle{
    background-color: #0090d6;
    background-image: url(../images/inorganic-icon-hover.png);
}
.prdrange-list .list1 li:nth-child(4) a:hover p{
    color: #0090d6;
}
.prdrange-list .list1 li:nth-child(3) a:hover .circle{
    background-color: #95872c;
    background-image: url(../images/organic-icon-hover.png);
    
}
.prdrange-list .list1 li:nth-child(3) a:hover p{
    color: #95872c;
}
.prdrange-list .list2 li:nth-child(1) a:hover .circle{
    background-color: #9c1e97;
    background-image: url(../images/food-dyes-icon-hover.png);
}
.prdrange-list .list2 li:nth-child(1) a:hover p{
    color: #9c1e97;
}
.prdrange-list .list2 li:nth-child(2) a:hover .circle{
    background-color: #e39536;
    background-image: url(../images/soap-dyes-icon-hover.png);
}
.prdrange-list .list2 li:nth-child(2) a:hover p{
    color: #e39536;
}
.prdrange-list .list2 li:nth-child(3) a:hover .circle{
    background-color: #df262c;
    background-image: url(../images/rasist-icon-hover.png);
}
.prdrange-list .list2 li:nth-child(3) a:hover p{
    color: #df262c;
}
.prdrange-list .list2 li:nth-child(4) a:hover .circle{
    background-color: #632eb0;
    background-image: url(../images/inkjet-icon-hover.png);
}
.prdrange-list .list2 li:nth-child(4) a:hover p{
    color: #632eb0;
}
.welcomebox{
    background: #fff url(../images/welcomebox-bg.jpg) no-repeat;
    background-size: cover;
}
.commonbtn2,
.commonbtn{
    width: auto;
    display: inline-block;
    padding: 7px 25px;
    height: 38px;
    background: #ff8e2d;
    border: 1px solid #ff8e2d;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    outline: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    border: 1px solid #ff8e2c;
}
.commonbtn:hover{
    background: #fff;
    border: 1px solid #ff8e2d;
    color: #ff8e2d;
}
.commonbtn a{
    color: #fff;
}
.commonbtn:hover a{
    color: #ff8e2d;
}

.commonbtn2 {
    background: #fff;
    border: 1px solid #ff8e2d;
    color: #ff8e2d;
}
.commonbtn2 a {
    color: #ff8e2d;
}

.commonbtn2:hover a {
    color: #fff;
}
.commonbtn2:hover{
    background: #ff8e2d;
    border: 1px solid #ff8e2d;
    color: #fff;
}
.welcometxt{
    width: 500px;
    display: inline-block;
    padding: 100px 0px;
    position: relative;
    left: 0px;
    top:15px;
}
.welcometxt > div{
    text-align: center;
}
.welcometxt > div img{
    margin-right: 60px;
}
.welcometxt h1{
    position: relative;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
}
.welcometxt h2:before{
    content: "";
    width: 100%;
    height: 2px;
    background: #e69136;
    position: absolute;
    left: 0px;
    bottom: -7px;
}
.welcometxt p{
    margin-top: 20px;
    margin-bottom: 30px;
}
.industries{
    background:url(../images/industris-ban.jpg) no-repeat;
    text-align: center;
    padding-bottom: 20px;
}
.induslist2 img,
.induslist img{
    box-shadow: 0px 0px 2px 0px #ccc;
    -webkit-box-shadow: 0px 0px 2px 0px #ccc;
    -moz-box-shadow: 0px 0px 2px 0px #ccc;
    -o-box-shadow: 0px 0px 2px 0px #ccc;
    -ms-box-shadow: 0px 0px 2px 0px #ccc;
}
.induslist2 li,
.induslist li{
    width: calc(50% - 8px);
    float: left;
    position: relative;
    margin-right: 15px;
}
.induslist li:first-child{
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
}
.induslist li:nth-child(2),
.induslist li:nth-child(3),
.induslist li:nth-child(4),
.induslist li:nth-child(5){
    height: 150px;
}
.induslist li:nth-child(1) img,
.induslist li:nth-child(2) img,
.induslist li:nth-child(3) img,
.induslist li:nth-child(4) img,
.induslist li:nth-child(5) img{
    width: 100%;
    height: 150px;
}
.induslist li:nth-child(3),
.induslist li:nth-child(4),
.induslist2 li:nth-child(1),
.induslist2 li:nth-child(2){
    margin-bottom: 15px;
}
.induslist li:nth-child(3),
.induslist li:nth-child(5){
    margin-right: 0px;
}
.induslist2 li:nth-child(1),
.induslist2 li:nth-child(2){
    height: 315px;
}
.induslist2 li:nth-child(1) img,
.induslist2 li:nth-child(2) img{
    width: 100%;
    height: 100%;
}
.induslist2 li:nth-child(3),
.induslist2 li:nth-child(4){
    height: 150px;
}
.induslist2 li:nth-child(3) img,
.induslist2 li:nth-child(4) img{
    width: 100%;
    height: 100%;
}
.induslist2 li:nth-child(2),
.induslist2 li:nth-child(4){
    margin-right: 0px;
}
.mobindus ul li h3,
.induslist2 li h3,
.induslist li h3{
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);

    padding: 10px;
    color: #fff;
    margin: 0px;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.indus-box .box1{
    padding: 0px;    
}
.indus-box .box2{
    padding-right: 0px;
}
.assurance{
    background: #bacb94 url(../images/assurance-banner.jpg) center no-repeat;
    background-size: 100%;
    text-align: center;
    padding-bottom: 15px;
}
.assurancetxt h2{
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
}
.assurancetxt p{
    color: #fff;
    padding: 0px 115px;
    padding-bottom: 15px;
}
.swipebar{
    padding: 0px 25px;
}
.swipeDocs{
    width: 90%;
    margin: 0px auto;
    padding-top:35px;
}
.swipeDocs-arrow.swiper-button-next,
.swipeDocs-arrow.swiper-button-prev{
    width: 25px;
    height: 25px;
    background-color: #fff;
    background-size: 12px;
    border-radius: 100%;
    top: 60%;
}
.swipeDocs-arrow.swiper-button-next{
    right: 10px;
    left: auto;
}
.contact-box{
    background: #fff;
}
.contbox{
    background: #0297db;
    padding: 20px 15px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    position: relative;
}
.contbox:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #0297db;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.contform{
    width: 100%;
    float: left;
    padding-top:40px;
    text-align: center;
    padding-bottom: 15px;
}
.contform li{
    width: 30%;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
}
.contform li:nth-child(4){
    float: left;
    margin-left: 25px;
}
.contform li:last-child{
   width: 63%;
    margin-left: 0px;
    position: relative;
}
.contform li:last-child span{
    position: absolute;
    right: -7px;
    bottom: 5px;
    font-size: 13px;
    color: #f00;
}
.txtfieldbox{
    width: 100%;
    padding: 5px 10px;
    border: none;
    outline: none;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}
.txtfieldbox:focus{
    outline: none;
    box-shadow: 0px 2px 2px 0px #ccc;
    -webkit-box-shadow: 0px 2px 2px 0px #ccc;
    -moz-box-shadow: 0px 2px 2px 0px #ccc;
    -o-box-shadow: 0px 2px 2px 0px #ccc;
    -ms-box-shadow: 0px 2px 2px 0px #ccc;
}
.orgbtn{
    padding: 7px 35px;
    float: left;
}
.home-contact{
    text-align: center;
    background: #FFF; /* Old browsers */
/*    background: -moz-linear-gradient(top,  #f9fcf7 0%, #f5f9f0 100%);  FF3.6-15 
    background: -webkit-linear-gradient(top,  #f9fcf7 0%,#f5f9f0 100%);  Chrome10-25,Safari5.1-6 
    background: linear-gradient(to bottom,  #f9fcf7 0%,#f5f9f0 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 );  IE6-9 */
    box-shadow: inset 0px 0px 50px 1px #ccc;
   -webkit-box-shadow: inset 0px 0px 50px 1px #ccc;
    -moz-box-shadow: inset 0px 0px 50px 1px #ccc;
    -o-box-shadow: inset 0px 0px 50px 1px #ccc;
}
.contmap{
    text-align: center;
    margin-bottom: -100px;
}
.contmap iframe{
    margin: 0px auto;
    box-shadow:0px 0px 28px 1px #cecece;
   -webkit-box-shadow: 0px 0px 28px 1px #cecece;
    -moz-box-shadow: 0px 0px 28px 1px #cecece;
    -o-box-shadow: 0px 0px 28px 1px #cecece;
}
.homecont h2{
       font-size: 26px;
    padding-bottom: 15px;
    font-weight: bold;
    margin-top: 22px;
}
.home-foocont{
    background: url(../images/footer-banner.jpg) no-repeat;
    background-size: cover;
    height: 340px;
    text-align: center;
}
.home-address{
    margin-top: 140px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
}
.home-address h3{font-size: 21px;}
.home-address p{line-height: 25px;}
.bkl-bg {
    background: #000;
}
.prolist-bg {
    background: #eff2f4;    
}
.prolist-bg .foo-contact li a {
    color: #000;
}
.foo-contact{
    border-top: 1px solid #cecece;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
    float: left;
}
.foo-contact li{
    width: auto;
    display: inline-block;
    margin-top: 15px;
}
.foo-contact li:last-child {
    padding-left: 15px;
}
.foo-contact li a{
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    padding: 0px 15px;
    border-right: 1px solid #cecece;
}
.foo-contact li a:hover{
    color: #ff8e2d;
}
.bkack-col ul.foo-contact li a:hover{
    color: #ff8e2d;
}
.foo-contact li:last-child a{
    border-right: none;
}
.homecontup{
    position: relative;
}
.srcl-top {
    position: relative;
}

.uptoTop{  
       position: fixed;
    bottom: 88px;
    right: 33px;
    display: none;
}
.uptoTop span{    
    color: #fff;
    font-size: 16px;
    margin-top: 2px;
    margin-right: 2px;
}
.uptoTop .abt-arrow {
    margin-top: -6px;
}
.scroll{
    overflow-x: auto;
}
.table-side-space table tr td{
    padding: 2px;
}
.table-side-space table tr td:first-child{
    border-top: none;
}

.table tr td.table-side-space{padding: 0;  border: none;}
.table > thead:first-child > tr:first-child > td.border-top table{border-top: 1px solid #1bb4f6;}
.table.adjust-width tr td{ border-right: 1px solid #CCC;}
td.adjust-width { 
    border-right: 1px solid #CCC !important;
    height: 112px;
    padding-bottom: 0;
    width: 101px;
}
.list-style ul li{
    line-height:20px;
    padding: 9px 0;
    font-size: 13px;
}
.list-style ul li:before{
    /*content: '■ ';*/
    content: '';
    width: 5px; height: 6px;
    background:  #0297db;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 7px; margin-bottom: 15px;
}
.mob-industries{display: none;}
.indus-box h2{
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 26px;
    font-weight: bold;
}
.navmenu a img{
    width: 26px;
}
.com-pad-top{
    padding-top: 20px;
}
.rounded{   
    border-radius: 0 20px 20px 0;
    width: 60px;
    height: 30px;
    display: inline-block;
}
.table > tbody > tr > td.padding-none{
    padding-left: 0;
}
.color-shade-txt{padding-left: 10px; font-size: 11px; font-weight: bold;}


/******about us page style css*******/
.abouttop-panel, .home-banner1{
    background: url(../images/about/about-head-banner.jpg) center no-repeat;
    background-size: cover;
    height: 445px;
}
.home-banner1{
    background: url(../images/home-banner-1.jpg) center no-repeat;
    background-size: 100% 100%;
}
.home-banner2{
    background: url(../images/home-banner-2.jpg) center no-repeat;
    background-size: cover;
}
.aboutus{
    background: #a5d601;
    min-height: 100px;
    position: relative;
}
.aboutus:before{
    content: "";
    background: url(../images/about/top-lines.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 20px;
    position: absolute;
    top: -4px;
}
.overview-title{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 35px;
}
.overview-title h3{
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #48522d;
    margin: 0px;
    padding: 15px 0px;
    margin-bottom: 15px;
}
.overview-title h3:before{
    content: "";
    width: 250px;
    height: 1px;
    background: #4d4d4d;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
}
.compoverlist{
    width: 100%;
    float: left;
    padding-bottom: 40px;
}
.compoverlist > ul{
    position: relative;
}
.compoverlist > ul:before{
    content: "";
    width: 85px;
    height: 100%;
    background: url(../images/about/about-listdot.png) center no-repeat;
    background-size: cover;
    background-position: 0px -35px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.compoverlist > ul > li{
    font-size: 13px;
    font-weight: 100;
    font-style: normal;
    color: #48522d;
    padding-left: 100px;
    padding-bottom: 25px;
}
.compoverlist > ul > li:first-child{
    padding-top: 12px;
    padding-bottom: 3px;
}
.compoverlist > ul > li:nth-child(2) {
    padding-bottom: 20px;
}
.compoverlist > ul > li:nth-child(2),
.compoverlist > ul > li:nth-child(2) ul li{
    color: #000;
    font-weight: 500;
}
.compoverlist > ul > li:nth-child(2) ul li:first-child{
    padding-top: 10px;
}
.compoverlist > ul > li:nth-child(2) ul li{
    font-size: 13px;
    padding-bottom: 15px;
}
.compoverlist a {
    color: #48522d;
}
.visionpanel{
    background: #fff;
}
.visiontitle{
    width: 100%;
    float: left;
    text-align: center;
}
.visiontitle h2{
    font-size: 22px;
    padding: 15px 0px;
    display: inline-block;
    position: relative;
    color: #000;
}
.visiontitle h2:before{
    content: "";
    width: 250px;
    height: 1px;
    background: #e29231;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
}
.visionlist p{
    text-align: center;
    color: #807d7d;
}
.visionlist{
    padding-bottom: 15px;
}
.visionlist ul{
    width: 100%;
    float: left;
}
.visionlist ul li{
    width: 50%;
    float: left;
}
.visionlist ul li .circle-icon{
    width: 80px;
    height: 80px;
    background-color: #fff;
    display: block;
    float: left;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    box-shadow: 0px 2px 5px 0px #ccc;
    -webkit-box-shadow: 0px 2px 5px 0px #ccc;
    -moz-box-shadow: 0px 2px 5px 0px #ccc;
    -o-box-shadow: 0px 2px 5px 0px #ccc;
    -ms-box-shadow: 0px 2px 5px 0px #ccc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    margin-bottom: 20px;
}
.visionlist ul li:nth-child(1) .circle-icon{
    background-image: url(../images/about/vision-icon1.png);
}
.visionlist ul li:nth-child(2) .circle-icon{
    background-image: url(../images/about/vision-icon2.png);
}
.visionlist ul li:nth-child(3) .circle-icon{
    background-image: url(../images/about/vision-icon3.png);
}
.visionlist ul li:nth-child(4) .circle-icon{
    background-image: url(../images/about/vision-icon4.png);
}
.visiontxt{
    width: auto;
    display: block;
    float: left;
    padding: 15px;
}
.missionpanel{
    background: url(../images/about/mission-bg.jpg) center no-repeat;
    background-size: cover;
    height: 150px;
}
.missiontitle h2{
    color: #fff;
}
.missiontitle h2:before{
    background: #fff;
}
.missiontxt p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 15px 80px;
}
.achive{
    background: #fff;
    height: 240px;
}
.achiveslide{
    background: #666 url(../images/about/mission-bg.jpg) center no-repeat;
    background-size: cover;
    height: 240px;
}
.ourachivetxt{
    width: 290px;
    float: right;
}
.networktxtbox h2,
.organictxt h2,
.ourachivetxt h2{
    display: inline-block;
    font-size: 24px;
    text-align: left;
    color: #000;
    position: relative;
}
.networktxtbox h2:before,
.organictxt h2:before,
.ourachivetxt h2:before{
    content: "";
    width: 110%;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: -4px;
    left: 0px;
}
.ourachivetxt p{
    padding-top: 5px;
    font-size: 13px;
}
.sliderachivebox{
    width: 460px;
    float: left;
    position: relative;
}
.slideachive{
    width: 100%;
    float: left;
    margin-top: 45px;
}
.achive-arrow.swiper-button-next,
.achive-arrow.swiper-button-prev{
    width: 10px;
    background: url(../images/white-arrow.png) right no-repeat;
    background-size: 20px;
    top: 62%;
}
.alliancebg{
    background: #fff;
}
.alliancetxt{
    background: url(../images/about/why-alliance-bg.jpg) center no-repeat;
    background-size: cover;
    height: 460px;
}
.organictxt{
    width: 410px;
    float: right;
    text-align: justify;
    font-size: 13px;
    color: #fff;
    margin-top: 110px;
}
.organictxt h2{
    color: #fff;
    margin-bottom: 25px;
}
.organictxt a {
    color: #fff;
}
.organictxt h2:before{
    width: 260px;
    background: #fffefc;
    left: -25px;
}
.organictxt p:last-child{
    font-weight: 500;
}
.allinlist{
    width: 410px;
    float: left;
    padding-top: 25px;
}
.allinlist ul li{
    width: 50%;
    float: left;
}
.allinlist ul li .visiontxt{
    padding: 0px;
    padding-left: 10px;
    padding-top: 20px;
}
.allinlist ul li .alliance-icon{
    width: 30px;
    height: 50px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    margin-top: 15px;
}
.allinlist ul li:nth-child(1) .alliance-icon{
    background-image: url(../images/about/why-alliance-icon/why-alliance-icon1.png);
}
.allinlist ul li:nth-child(2) .alliance-icon{
    background-image: url(../images/about/why-alliance-icon/why-alliance-icon2.png);
}
.allinlist ul li:nth-child(3) .alliance-icon{
    background-image: url(../images/about/why-alliance-icon/why-alliance-icon3.png);
}
.allinlist ul li:nth-child(4) .alliance-icon{
    background-image: url(../images/about/why-alliance-icon/why-alliance-icon4.png);
}
.allinlist ul li:nth-child(5) .alliance-icon{
    background-image: url(../images/about/why-alliance-icon/why-alliance-icon5.png);
}
.allinlist ul li:nth-child(6) .alliance-icon{
    background-image: url(../images/about/why-alliance-icon/why-alliance-icon6.png);
}
.allinlist ul li:nth-child(7) .alliance-icon{
    background-image: url(../images/about/why-alliance-icon/why-alliance-icon7.png);
}
.allinlist ul li:nth-child(8) .alliance-icon{
    background-image: url(../images/about/why-alliance-icon/why-alliance-icon8.png);
}
.allinlist ul li:nth-child(9) .alliance-icon{
    background-image: url(../images/about/why-alliance-icon/why-alliance-icon9.png);
}
.allinlist ul li:nth-child(10) .alliance-icon{
    background-image: url(../images/about/why-alliance-icon/why-alliance-icon10.png);
}
.allinlist ul li:nth-child(11) .alliance-icon{
    background-image: url(../images/about/why-alliance-icon/why-alliance-icon11.png);
}
.ourteambg{
    background: url(../images/about/our-team-bg.jpg) center no-repeat;
    background-size: cover;
    height: 560px;
    text-align: center;
}
.teamtitle h2{
    color: #fff;
}
.teamtitle h2:before{
    background: #fff;
}
.teamtxt p{
    font-size: 13px;
    color: #fff;
    padding: 7px 70px;
}
.slideteam{
    width: 600px;
    margin: 0px auto;
}
.slideteam ul li.swiper-slide{
    opacity: 0.6;
}
.slideteam ul li.swiper-slide.swiper-slide-active{
    opacity: 1;
}
.ourteamslide{position: relative;}
.teamcirlce{
    width: 140px;
    height: 140px;
    border-radius: 100%;
    overflow: hidden;
}
.teamslide-info{
    display: none;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.teamslide-info.active{
    display: block;
}
.teamslide-info h2{
    font-size: 24px;
}
.teamslide-info h2 span{
    font-size: 16px;
}
.teamarrow.achive-arrow.swiper-button-next, 
.teamarrow.achive-arrow.swiper-button-prev {
    top: 25%;
    right: 40%;
}
.teamarrow.achive-arrow.swiper-button-prev{
    top: 30%;
    left: 40%;
}
.functionteam{
    width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 15px;
    z-index: 99;
}
.functxt{
    background: #36474f;
    height: 200px;
}
.functxt h2{
    font-size: 24px;
    color: #fff;
    margin: 0px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    line-height: 20px;
}
.functxt h2 span{
    font-size: 16px;
}
.funclist{
    background: #f0f0f8;
    height: 200px;
    text-align: center;
}
.funclist ul{
    margin-top: 40px;
}
.funclist ul li{
    width: auto;
    display: inline-block;
    margin: 10px 15px;
}
.funclist ul li .funcircle{
    width: 75px;
    height: 75px;
    border: 1px dotted #000;
    border-radius: 100%;
    margin: 0px auto;
}
.funclist ul li .funcircle > img{
    margin: 10px auto;
}
.funclist ul li p{
    font-size: 13px;
    margin-top: 5px;
}
.nettxt{
    background: #fff;
    height: 540px;
}
.networktxtbox{
    width: 400px;
    float: right;
    margin-top: 150px;
    text-align: justify;
    font-size: 14px;
    color: #6c6c6c;
}
.networktxtbox h2:before{
    background: #475055;
    width: 140px;
}
.netmap{
    background: url(../images/about/networks-bg.jpg) center no-repeat;
    background-size: cover;
    height: 540px;
}
.worldmap{
    background: #000;
    position: relative;
}
.gobalmap{
    background: url(../images/about/world-map-bg.jpg) center no-repeat;
    background-size: cover;
    height: 800px;
}
.globaltext{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.worldtxt p{
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding: 10px 80px;
}
.globmap{
    width: 100%;
    float: left;
    position: relative;
}
.globnav{
    display: inline-block;
    width: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.tipmap{
    position: relative;
}
.tooltxt{
    display: none;
    /*opacity: 0;*/ 
    min-width: 100px;
    width: auto;
    background: #fff;
    text-align: center;
    padding: 4px 10px;
    font-size: 12px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.tooltxt:before{
    content: "";
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
}
.tipmap:hover .tooltxt{
    display: block;
    /*opacity: 1;*/
}
.overview-title h3,
.visiontitle h2,
.networktxtbox h2,
.organictxt h2,
.ourachivetxt h2{
    font-weight: bold;
}
/******about us page style css*******/
.rounded185{
    width: 185px;
    padding-left: 0;
}
.mobmap-icon{display: none;}
.synthtabs .organic-nav ul {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.synthtabs .organic-nav ul > li{
    float: none;
    display: inline-block;
}
.inkjettabs .organic-nav ul{
    width: 50%;
    margin: 0px auto;
}
/*reative-dyes*/
.prd-banner {
    width: 100%;
    height: 445px;
    overflow: hidden;
    text-align: center;
}
.prd-banner > img {
    height: 100%;
    max-width: initial; 
    width: 100%;
}


/*reative-dyes*/

.manufacturing-panel{
    background: url(../images/manufacturing/banner.jpg) center no-repeat;
    background-size: cover;
    height: 445px;
}
.upp {text-transform: uppercase;}
.manufacturing-heading {
    background: #fff;
    min-height: 100px;
    position: relative;
}
.manu-height {
    height: 321px;
     background: url(../images/manufacturing/color-bottle.jpg) center no-repeat;
     background-size: cover;
}
.manu-height-second{
    height: 321px;
     background: url(../images/manufacturing/processing-unit.jpg) center no-repeat;
     background-size: cover;
}

.mud-height {
    height: 673px;
}
.processing-heading {
    position: absolute;
    top:47%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);   
    font-size: 21px;
    font-weight: bold;
    color: #fff;
}
.border-heading:before {
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    width: 54%;
    top: 30px;
}
.mud-text {    
    background: url(../images/manufacturing/mud.jpg) center no-repeat;
    height: 673px;
    background-size: cover;
}
.unit-box {
    height: 352px;
    background: url(../images/manufacturing/unit-boy.jpg) center no-repeat;
     background-size: cover;
}
.mud-text .vert-scroll {
    position: absolute;
    top: 10%;
    font-size: 14px;
    color: #fff;
    text-align: justify;
    width: 74%;
    left: 9%;
    opacity: 0.8;
    height: 535px;
    
}
.mud-text p span a{
    color: #fb8c00;
}
.factory-blogs {
    position: absolute;
    top: 0px;
    width: 100%;
    color: #fff;
    padding-top: 85px;
}
.factory-text {
    width: 300px;
    float: right;
    text-align: justify;
}
.factory-text a {
    color: #fff;
}
.factory-text h4{
    font-size: 21px;
    font-weight: bold;
    color: #fff;
}
.factory-text h4:before {
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    width:35%;
    top: 30px;
}
.factory-text p{
    font-size: 14px;
    padding-top: 28px;
    opacity: 0.8;
}
.factory-images{
    width: 80%;
}
.factory-images img{
    padding-left: 5px;
    padding-bottom: 9px;
    width: 100%;
}
.organic-img-bg {
    margin-bottom: 30px;
}
.custom-heading {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    width: 236px;
    position: absolute;
    top:45%;
    left: 57%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);  
}
.custom-heading:before {
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    width: 108%;
    top: 30px;
}
.custom-div {width: 40%; padding: 0;}
.organic-div {width: 60%; background: #fb8c00; height: 442px;}
.organic-div p{
    font-size: 14px;
    color: #000;
    padding-top: 80px;
    padding-left:35px;
    width: 70%;
    text-align: justify;
}

/*about-us*/
.certificate-text {
    margin: 20px auto 0;
    color: #fff;
    text-align: center;
    width: 80%;
    line-height: 25px;
}
.text-line h2:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 250px;
    height: 1px;
    background: #fff;
    transform: translateX(-50%);
}
.abt-qulity {
    width: 994px;
    margin-bottom: 30px;
}
.abt-qulity h4 {
    margin-bottom: 0;
    font-weight: bold;
    float: left;
    margin-bottom: 5px;

}

.abt-qulity img {    
    padding-right: 10px;
    float: left;
}
.abt-qulity span {  
    float: left;
    padding-top: 12px;
}
.abt-qulity ul li .green-dot {
    width: 11px;
    height: 10px;
    background: #1dd600;
    border-radius: 50%;
    float: left;
    margin: 5px 10px 0 10px;
}
.abt-qulity ul li  p {padding-left: 30px;}

.abt-qulity ul li .pink-dot {
    width: 11px;
    height: 10px;
    background: #ff008a;
    border-radius: 50%;
    float: left;
    margin: 5px 10px 0 10px;
}
.abt-qulity .marg-top {
    margin-top: 20px;
}
.abt-qulity .strength-adj {
    clear: both;
}
.asurance-arrow {
    position: absolute;
    background: url(../images/about/Rectangle.png) center no-repeat;
    width: 50px;
    height: 30px;
    left: 50%;
    bottom: -20px;
}

/*about-us*/

.pdf-content {
    text-align: center;
}
.pdf-content span{
    color: #000;    
    cursor: pointer;
}
.pdf-content span:hover{
    color:#dc1212
}

/*acid-dyes*/
.acid-dyes-banner {
    background: url(../images/manufacturing/banner.jpg) center no-repeat;
    background-size: cover;
    height: 445px;
}
/*acid-dyes*/
.factory-imgbor img {
    width: 138px;
    height: 138px;
    border: 1px solid #eee;
    padding: 0;
    
}
.synthtable {
    width: 900px;
}
.table-tab-content .table td.td-adj {vertical-align: top}
.shade-imgajd {border-bottom: 1px solid #ddd;}
.shade-imgajd td {margin: 13px 0;}
.bkack-col ul.foo-contact li a {color: #000;}
.prdbanner{
    width: 100%;
    float: left;
    height: 445px;
    overflow: hidden;
    text-align: center;
    background-image: url(../images/reactive-dyes-banner.jpg);
    background-position: center;
    background-size: cover;
}
.table-scroll > .active{
    overflow-x: auto;
}
/*.reactive-pragraph p {text-align: center;}*/
.reactive-pragraph p {
    float: left;
    width: 100%;
}
span.green-dot {
    width: 11px;
    height: 10px;
    background: #1dd600;
    border-radius: 50%;
    float: left;
    margin: 5px 10px 0 0;
}
/*.reactive-pragraph p span.pink-dot */
span.pink-dot {
    width: 11px;
    height: 10px;
    background: #ff008a;
    border-radius: 50%;
    float: left;
    margin: 5px 10px 0 0;
}
.reative-ptext {
    width: 80%;
}
.reactive-marg-top {margin-top: 20px !important;}

.reactive-div.organic-content p {text-align: left;}
.padleft20 {padding-left: 20px;}
.organic-content p.margin-t15 {margin-top: 15px;}




/*  new css 05/10/2021 */
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;300;400&display=swap');
body{
    font-family: 'Libre Franklin', sans-serif;
}
html {
  scroll-behavior: smooth;
}
:root {
    --primary-color:#7DB313;
    --pink-color:#EB008B;
    --secondary-color:#333;
}
::selection {
  background:var(--primary-color);
  color:#fff!important;
}
::-moz-selection {
   background:var(--primary-color);
    color:#fff;
}
*,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

p{
    line-height: 1.42857143;
    font-size: 16px;
    margin: 0 0 10px;

}
ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
a, button {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
a:hover
{
  text-decoration: none;
}
button:focus, input:focus, textarea:focus, select:focus, a:hover
{
  outline: none; box-shadow: none;
}
.wrapper
{
  margin:0px; 
  padding: 0px;
}
section
{
    padding:40px 0;
}
.text_primary{
    color: var(--primary-color);
}
.fontWeight-3{
    font-weight: 300;
}
.fontWeight-4{
    font-weight: 400;
}
.fontWeight-5{
    font-weight: 500 !important;
}
.fontWeight-6{
    font-weight: 600 !important;
}
.fontWeight-7{
    font-weight: 700;
}
.fontWeight-8{
    font-weight: 800;
}
.large_heading{
    font-size: 55px;
}
.heading{
    font-size: 38px;
    line-height: 52px;
}
.sub_heading{
    font-size: 30px;
}
.small_heading {
    font-size: 23px;
    line-height: 30px;
    font-family: inherit;
}
.title{
    font-size: 16px;
}
.text{
    font-size: 15px;
}
.theme-shadow{
    -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}
.form-control:focus{
    -webkit-box-shadow: 1px 0 10px rgb(125 179 19 / 60%);
    -moz-box-shadow: 1px 0 10px rgb(125 179 19 / 60%);
    box-shadow: 1px 0 10px rgb(125 179 19 / 60%);
    border-color:#999;  
}
.fontNumber{
    
    font-weight: 300;
}
.topHeader{
    background:#f8f8f8;
    border-bottom: 1px solid #e0e0e0;
}
.inlineHeader{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.leftContact ul, .rightTopMenu ul{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.leftContact ul li a, .rightTopMenu ul li a{
    color: #333;
    font-weight: 500;
    font-size: 15px;
    display: block;
    padding: 8px 15px;
}
.leftContact ul li a:hover{
    color: var(--primary-color);
}
.rightTopMenu ul li a:hover{
    background: var(--primary-color);
    color: #fff;
}
.logo{
    width: 230px;
}
.logo img{
    max-width: 100%;
}
.tagLine {
    width: 45%;
    text-align: center;
}
.tagLine h2 {
    font-size: 22px;
    font-weight: 500;
    background: -webkit-linear-gradient(to right, #EA0188 , #7DB313);
    background: -moz-linear-gradient(to right, #EA0188 100%, #7DB313 43%);
    background: linear-gradient(to right, #7db313 , #ea4335);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 28px;
}
.header{
    background: #fff;
}
.headerSocial ul{
    display: flex;
    align-items: center;
}
.headerSocial ul li{

}
.fixedHeader{
    position: fixed;
    top: 0px;
    left: 0px;
    box-shadow: 0 15px 40px -20px rgb(40 44 63 / 35%);
    background: #fff;
    z-index: 999;
    width: 100%;
}
.headerSocial ul li.facebook a{
    color: #3B5998;
}
.headerSocial ul li.mail a{
    color: #EA4335;
}
.headerSocial ul li.linked a{
    color: #0077b5;
}
.headerSocial ul li.whatsapp a{
    color: #075e54;
}
.headerSocial ul li a{
    width: 38px;
    line-height: 38px;
    height: 38px;
    background: #f1f1f1;
    display: flex;
    margin: 0 5px;
    font-size:16px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.headerSocial ul li a:hover{
    background: var(--primary-color);
    color: #fff;
}
.mainMenu{
    background: var(--primary-color);
    /*margin-top: 10px;*/
}
.mainMenu ul{
    display: flex;
    align-items: center;
        margin-bottom: 0;
}
.mainMenu ul li{
    position: relative;
}
.mainMenu ul li:hover ul{
    top: 38px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}
.mainMenu ul li:last-child ul.subMenu{
    left:inherit;
    right:0px;
}
.mainMenu ul li a {
    color: #fff;
  
    font-size: 14px;
    padding: 12px 8px;
    display: block;
    position: relative;
}
.mainMenu ul li a i{
    font-size: 10px;
}
.mainMenu ul li a:hover{
    background: #70a111;
}
ul.subMenu{
  position: absolute;
  width: 270px;
  transition: all 0.3s ease-in-out;
  top: 60px;
  box-shadow: 0 15px 40px -20px rgb(40 44 63 / 35%);
  left: 0px;
  z-index: -1;
  display: block;
  visibility: hidden;
  opacity: 0;
  list-style-type: none;
  background:#7DB313;
  padding:12px 0;
}
ul.subMenu li a{
  font-size: 15px;
  padding: 8px 20px;
  color: #fff;
}
ul.subMenu li{
  position: relative;
}
ul.subMenu li a:hover{
  color: #fff;
  background: #70a111;
}
.btnQoute {
    position: fixed;
    top: 50%;
    transform: translate(65px, -50%) rotate(-90deg);
    right: 0;
    z-index: 9;
    background: #7DB313;
    padding: 13px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.btnQoute a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
}


/* footer css */

.footer{
    background: #777;
    padding-top: 30px;
}
.logoFooter{
    color: #fff;
    font-weight: 600;
    font-size: 26px;
}
.footerItem p{
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
}
.footerItem p a{
    color: #fff;
    font-size: 18px;
}
.socialLink ul{
  list-style-type: none;
  display: flex;
  margin-top: 40px;
}
.socialLink ul li a{
  width: 38px;
  height: 38px;
  align-items: center;
  color: #fff;
  justify-content: center;
  display: flex;
  position: relative;
  font-size:16px;
  transition: all 0.5s ease-in-out;
  margin-right: 25px;
  z-index: 1;
}
.socialLink ul li a:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  z-index: -1;
  transform: rotate(45deg);
}
.socialLink ul li a.facebook:before{
    
    background: #4267B2;
    transform: rotate(45deg);
    border-bottom: 4px solid #34528e;
    border-right: 4px solid #34528e;
    
}
.socialLink ul li a.email:before{
    background: #DB4437;
    border-bottom: 4px solid #c53d31;
    border-right: 4px solid #c53d31;
}
.socialLink ul li a.linkedin:before{
    background: #0077b5;
    border-bottom: 4px solid #006ba2;
    border-right: 4px solid #006ba2;
}
.socialLink ul li a.whatsapp:before{
    background: #25D366;
    border-bottom: 4px solid #21bd5b;
    border-right: 4px solid #21bd5b;
}
.socialLink ul li a:hover:before
{
  -webkit-box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
}
.socialLink ul li a:hover{
  transform: translateY(-5px);
}
.footerItem h3{
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}
.footerItem > ul{
    margin-top: 10px;
}
.footerItem > ul li > a{
    color: #fff;
    padding:5px 10px 5px 20px;
    font-size: 13px;
    display: block;
    position: relative;
}
.footerItem > ul li > a:before{
    content: '\f101';
    position: absolute;
    left: 0px;
    top: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9px;
}
.copyright{
    background:#666;
    margin-top: 30px;
}
.inlineFooter{
    display: flex;
    padding: 5px 0;
    justify-content: space-between;
}
.itemLeft p, .rightIte p{
    color: #fff;
    font-size: 13px;
}
.rightIte p a{
    color: #fff;
}
.footerItem > ul li > a:hover{
    color: #eee;
}
.btnQoute {
    position: fixed;
    top: 50%;
    transform: translate(35px, -50%) rotate(-90deg);
    right: 0;
    z-index: 9999;
    background: #7DB313;
    padding: 13px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.btnQoute a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    text-decoration: none;
}
.btnQoute.shadow a:hover {
    color: #fff;
}
.formInner input, .formInner select{
    height: 50px !important;
    padding: 10px .75rem 0 !important;
    font-size: 14px;
}
.form-floating>label{
    font-size: 13px !important;
    padding: .9rem .75rem !important;
}
.formInner textarea{
    height: 180px !important;
    resize: none;
}
.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 50px;
}
.fromItems{
    margin-bottom: 15px;
}
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -200px;
    right: 10px;
    color: #fff;
    background-color: var(--pink-color);
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
}
.input_wrap {
    position: relative;
}
label.error{
    font-size: 12px;
    color: #ff0000;
}

.certificateItem img{
    padding:0 5px;
    border:1px solid #0502CB;
}
.fontWeight500{
    font-weight:500;
}


.lightBg{
    background: #f9f9f9;
    position: relative;
}
.whiteBg{
    position: relative;
}
.whiteBg:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background:url(../images/icons/grey-top.png);
    width: 100%;
    height: 20px;
}
.leftContent p{
    margin-top: 30px;
}
.industryBox{
    margin-top: 40px;
}
.itemCircel img{
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 .5rem 1rem rgba(0,0,0,.15));
    border-radius: 50%;
}
.itemCircel{
    margin: 20px 0px;
    transition: all 0.5s ease-in-out;
    position: relative;
    text-align: center;
}
.itemCircel:before{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    border-radius: 50%;
    position: absolute;
    left: 0px;
    content: '';
    top: 0px;
    z-index: 1;
}
.itemCircel a{
    display: block;
}
.itemCircel h4{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    z-index: 2;
}
.itemCircel:hover:before{
    background: rgb(125 179 19 / 70%);
}
.itemCircel:hover{
    transform: translateY(-5px);
}
.leftQuality p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px;
    font-family: inherit;
    margin-bottom: 12px;
}
.certificateRight{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0px 30px;
}
.certificateRight .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.rightQuality img{
    width: 100%;
    height: 297px;
}
.owl-nav div{
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.owl-nav div:hover{
    background: var(--pink-color);
}
.exPerience{
    background: url(../images/bg-experience.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 0;
}
.itemEx{
    background: rgba(255,255,255,.9);
    padding:16px;
    text-align: center;
    position: relative;
}
.itemEx i{
    font-size: 25px;
    color: #444;
}
.itemEx h4{
    color: var(--primary-color);
    margin: 15px 0 0px;
    font-size: 22px;
    font-weight: 600;
}
.itemEx p{
    color: #666;
}
.icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border:1px solid #999;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.itemEx p{
    font-weight: 500;
}
.itemBlogs{
    padding:10px;
    border-radius: 5px;
    overflow: hidden;
}
.imgBlog img{
    max-width: 100%;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}
.blogSlider{
    margin-top: 60px;
}
.itemBlogs{
    border:1px solid #e0e0e0;
}
.blogDescription{
    padding:20px 15px;
}
.blogDescription h4{
    height: 50px;
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;
}
.blogDescription h4 a{
    color: #222;    
    display: block;
}
.blogDescription p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 23px;
    font-family: inherit;
}
.blogBtn
{
    padding: 10px 20px;
    display: inline-block;
    font-size: 12px;
    background: var(--primary-color);
    color: #ffffff;
    font-weight: 500;
    box-shadow: 0px 10px 20px -10px #7db313;
    border-radius: 25px;
    text-transform: uppercase;
    border:1px solid transparent;
}
.blogBtn:hover{
    background: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
}   
.itemBlogs:hover .blogDescription h4 a{
    color: var(--primary-color);
}
.rightVideo img{
    max-width: 100%;
    border-radius: 5px;
}
.inlineItems{
    display: flex;
    margin-top: 20px;
}
.formEnquiry{
    background: #fff;
    padding:20px 40px;
    border-radius: 10px;
}
.formEnquiry .sub_heading{
    font-size: 28px;
}
.formInner{
    margin-top: 20px;
}
.leftContact2 li{
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    padding-left: 80px;
}
.leftContact2 li:after{
    content: '';
    position: absolute;
    left: 0px;
    top: 30px;
    width: 60px;
    border-radius: 50%;
    height: 60px;
}
.address:after{
    background:#f1f1f1 url(../images/icons/location.svg);
    background-size:35px;
    background-repeat: no-repeat;
    background-position: center;
}
.callIcon:after{
    background:#f1f1f1 url(../images/icons/phone-call.svg);
    background-size:35px;
    background-repeat: no-repeat;
    background-position: center;
}
.mailIcon:after{
    background:#f1f1f1 url(../images/icons/email.svg);
    background-size:35px;
    background-repeat: no-repeat;
    background-position: center; 
}
.bookIcon:after{
    background:#f1f1f1 url(../images/icons/calendar.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
}
.leftContact2 li h5{
    font-weight: 500;
    color: var(--grey-color);
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.leftContact2 li p{
    font-weight: 500;
    font-size: 15px;
    color: #444;
}
.leftContact2 iframe{
    margin-top: 30px;
}
.btnTheme{
    margin-top: 10px;
    display: inline-block;
    background: var(--pink-color);
    color: #fff;
    padding:10px 40px;
    border:1px solid transparent;
    font-weight: 600;
    font-size: 16px;
    border-radius: 40px;
}
.btnTheme:hover{
    background: transparent;
    border-color: var(--pink-color);
    color: var(--pink-color)
}
.listitem{
    max-height: 210px;
    margin-bottom: 20px;
}
.tab-content>.active{
    opacity: 1;
}

/* privecy css*/

.hidden{
    overflow-x: hidden;
}
img.organic-img-bg {
    height: 442px;
}