@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

p {
    margin-bottom: 0!important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.clear {
    clear: both;
}

.img {
    width: 100%;
    display: block;
}

.img-bmj {
    width: 50px;
    display: block;
}

.csr-img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.img-xt {
    width: 15px;
}

.img-circ-eco {
    width: 762px;
    display: block;
    margin: 0 auto;
}

.img-medkit {
    width: 109px;
    display: block;
    margin: 0 auto;
}

.v_a_img {
    vertical-align: middle;
}

hr {
    border: 0.5px solid #f1f1f1;
}

.wb_iframe {
    position: relative;
    padding-bottom: 25%;
    height: 0;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.wb_iframe>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.media_news_art{
    border: 1px solid #e3e3e3;
    padding: 10px;
    min-height: 442px;
}

/*-------------------counter---------------*/

.head-icon{font-size: 16px;}

.counter2 h1 {
    font-family: 'Hind Guntur',sans-serif;
    font-size: 16px;
    line-height: 181%;
    color:#fff;
    font-weight: 600;
}

.counter2 {
    width:14%;
    float: left;
    margin: 1%;
    text-align: center;
    padding: 1% 0% 2% 0%;
}

.counter2 h1 span {
    font-family: 'Hind Guntur',sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}



.rating{
    width:140px;
    margin:2px auto;
}

.rating .fa-star{
    font-size: 20px;
}

.rating .fa-solid{color:#ffc841;}



.counter h1 {
    font-family: 'Hind Guntur',sans-serif;
    font-size: 16px;
    line-height: 181%;
    color:#fff;
    font-weight: 600;
}

.counter {
    width: 23%;
    float: left;
    margin: 1%;
    text-align: center;
    padding: 1% 0% 2% 0%;
}

.counter h1 span {
    font-family: 'Hind Guntur',sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}

.border{
    border-left: 1px solid #898989;
    min-height: 290px;
}

.border_1{
    border: 1px solid #ccc;
}

.border_11{
    border: 1px solid #ccc;
}

.ftr_clr2{
    background-color: #00aa63;
}

/*--------------------------------------------
Header
--------------------------------------------*/

.top {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.logo {
    width: 200px;
    float: left;
    margin: 0.5%;
}

.navbarrr {
    width: 975px;
    float: right;
    margin: 0.5% 0% 0% 0%;
}

.call_em {
    width: 470px;
    float: left;
    margin: 0% 1%;
}

.top_right {
    width: 505px;
    float: right;
    margin: 0% 0%;
}

.call_em_txt {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.call_em_txt .fa {
    font-size: 16px !important;
    color: #ffcb05;
}

.call {
    width: 260px;
    float: left;
    margin: 1%;
}

.email {
    width: 242px;
    float: left;
    margin: 1%;
}

.cont {
    width: 77px;
    float: left;
    margin-top: 14px;
    margin-left: 0px;
    margin-right: 0px;
}

.address {
    width: 310px;
    float: left;
    margin: 0.9%;
}

.s_icon {
    width: 89px;
    float: left;
    margin: 2.5% 0% 0% 0%;
}

.s_icon .fa {
    line-height: 260%;
    font-size: 15px;
    color: #fff;
}

.s_icon .fa:hover {
    color: #fff;
}

.s_icon p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 14px;
}


.fix_button{
    position:fixed;
    top:5px;
    right:0.5%;
    z-index:99999999999;
}



/*-----------------------------
search box
-----------------------------*/

.search2 {
    float: left;
    margin: 1.2% 1%;
}

.search2 input[type=text] {
    padding: 4.5px!important;
    font-size: 14px!important;
    border: none!important;
    width: 152px!important;
    min-height: auto;
    line-height: 18px;
}

.search2 button {
    float: right!important;
    padding: 3.5px 10px!important;
    margin-right: 0px!important;
    background: #fff!important;
    font-size: 17px!important;
    border: none!important;
    cursor: pointer!important;
}

.search2 button:hover {
    background: #ccc;
}


/*@media screen and (max-width: 600px) {
  .search2 {
    float: none;
  }
  .search2 button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .search2 input[type=text] {
    border: 1px solid #ccc;  
  }
}*/

.ctr_txt23 {
    width: 130px;
    float: right;
    margin: 0.7% 1% 0% 0%;
}

.ctr_txt233 {
    width: 110px;
    float: left;
    margin: 0.7% 3% 0% 0%;
}

.ctr_txt233-1 {
    width: 110px;
    float: left;
    margin: 1% 0% 0% 6%;
}

.ctr_txt2333 {
    width: 482px;
    float: left;
    margin: 0.7% 3% 0% 0%;
}


.to-reg-btn {
    width: 100px;
    float: right;
    margin: 0.7% 3% 0% 0%;
}

.button-2 {
    color: #fff;
    padding: 9px 10px;
    background-color: #00a651;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(30deg, #c266d3 50%, transparent 50%);
    background-image: linear-gradient(30deg, #a0ce53 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    margin-left: 5%;
}

.ctr_txt24 {
    width: 110px;
    float: right;
    margin: 0.7% 3% 0% 0%;
}

.button-24 {
    color: #000;
    padding: 9px 10px;
    background-color: #00a651;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(30deg, #c266d3 50%, transparent 50%);
    background-image: linear-gradient(30deg, #ffc841 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.button-22 {
    color: #000;
    padding: 9px 10px;
    background-color: #00a651;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(30deg, #c266d3 50%, transparent 50%);
    background-image: linear-gradient(30deg, #ffc841 100%, transparent 100%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.button-2:hover {
    background-position: 100%;
    background-color: #a6ce39;
    color: #000;
}

.button-24:hover {
    background-position: 100%;
    background-color: #a6ce39;
    color: #000;
}

.button-22:hover {
    background-position: 100%;
    background-color: #a6ce39;
    color: #000;
}

/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}


/* for mobile */

@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }
    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 80px;
        right: 10px;
        font-size: 22px;
    }
}


/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/

.banner {
    width: 100%;
}

.link {
    text-decoration: none;
    color: #fff;
}

.link:hover {
    text-decoration: none;
    color: #fff;
}

.link2 {
    text-decoration: none;
    color: #000;
}

.link-btn {
    text-decoration: none;
    color: #000;
    border: 1px solid #b7b7b7;
    background-color: #ffc841;
    padding: 2px;
    border-radius: 10px;
}

.link-btn:hover{
    background-color: #95cc63;
    color: #fff;
}

.link3 {
    color: #ffcb05;
    text-decoration:none;
}

.link4 {
    color: #00a651;
    text-decoration:none;
}

.link5 {
    text-decoration: none;
    color: #000;
}

.link5:hover {
    text-decoration: none;
    color: #000;
}
/*--------------------------------------------
Regular Content
---------------------------------------------*/

.col_sm1 {
    width: 100%;
    margin: 0 auto;
}

.col_sm1_11 {
    width: 75%;
    margin: 0 auto;
}

.contener {
    width: 99%;
    margin: 0 auto;
}

.col_sm11 {
    width: 98%;
    margin: 0 auto;
}

.col_sm111 {
    width: 85%;
    margin: 0 auto;
}

.col_sm1111 {
    width: 72%;
    margin: 0 auto;
}

.col_sm11111 {
    width: 50%;
    margin: 0 auto;
}

.col_sm1111_1 {
    width: 70%;
    margin: 0 auto;
}

.e_watee {
    width: 50%;
    margin: 0 auto;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1% 1%;
}

.col_sm22 {
    width: 50%;
    float: left;
    margin: 0%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.ftr_menu ul li a {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 210%;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}

.ftr_menu ul {
    margin-left: 10%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
    position: relative;
}

.col_sm5 {
    width: 18%;
    margin: 1%;
    float: left;
}

.col_sm6 {
    width: 16%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 40%;
    margin: 1%;
    float: left;
}

.col_sm88 {
    width: 55%;
    margin: 1%;
    float: left;
}

.col_sm99 {
    width: 61%;
    margin: 1%;
    float: left;
}

.col_sm9 {
    width: 35%;
    margin: 1%;
    float: left;
}

.col_sm99-1 {
    width: 78%;
    margin: 1%;
    float: left;
}

.col_sm9-1 {
    width: 18%;
    margin: 1%;
    float: left;
}

.col_sm10 {
    width: 20%;
    margin: 1%;
    float: left;
}

.col_sm100 {
    width: 76%;
    margin: 1%;
    float: left;
}

.col_sm10_n {
    width: 25%;
    margin: 1%;
    float: left;
}

.col_sm100_n {
    width: 71%;
    margin: 1%;
    float: left;
}


/*---------------------------------------------------------*/
.text_cir_eco h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 148%;
    text-align: center;
    padding: 1% 1% 0%;
    margin: 0!important;
    color: #fff;
}

.text_cir_eco p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 150%;
    text-align: center;
    margin: 0% 0%;
    padding: 1% 2% 1%;
}

.text_cir_eco1 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #fff;
}

.text_cir_eco1 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 160%;
    text-align: center;
    margin: 1%;
/*    padding: 1% 4% 1%;*/
    min-height: 270px;
}

.text_cir_eco2 h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 148%;
    text-align: center;
    padding: 1% 1% 0%;
    margin: 0!important;
    color: #00a651;
}

.spcf h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 148%;
    text-align: left;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #00a651;
}

.sticky {
    position: sticky;
    top: 135px;
}

.text_cir_eco3 h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 148%;
    text-align: justify;
    padding: 0% 1% 0%;
    margin: 0!important;
    color: #fff;
}

.text_cir_eco3 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 160%;
    text-align: justify;
    margin: 1%;
/*    padding: 1% 4% 1%;*/
   
}
/*---------------------------------------------------------*/




/*--------------------------------------------------------------
extra
--------------------------------------------------------------*/

.bg_clr1 {
    background: #00a651;
}

.bg_clr6 {
    background: #f5f5f5;
}

.bg_clr66 {
    background: rgb(255, 255, 255, 0.5);
}

.bg_clr5 {
    background-color: #00a651;
}

.bg_clr5_1 {
    background-color: #9dce53;
}

.bg_clr55 {
    background-color: #ffcb05;
    padding: 10px 10px;
    border-radius: 20px;
}

.bg_clr7 {
    background-color: #000;
    padding: 20px 0px;
}

.bg {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
}


.cont-bg1 {
    background-image: url(../images/cont-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
}

.contact-bg {
    background-image: url(../images/cont-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0px;
}

.bg_hrp {
    background-image: url(../images/hrp-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px;
}

.bg_hse {
    background-image: url(../images/hse-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0px;
}

.bgg2 {
    background-image: url(../images/bgg2.jpg);
    background-size: 100%;
    background-attachment: scroll;
    padding: 0px 0px;
}

.bg-last {
    background-image: url(../images/bg-last.jpg);
    background-size: cover;
    background-attachment: scroll;
    padding: 20px 0px;
}

.economic-bg {
    background-image: url(../images/economic-bg.jpg);
    background-size: cover;
    background-attachment: scroll;
    padding: 20px 0px;
}

.pdf_list {
    padding: 15px;
}

.pdf_list h1 {
    margin-bottom: 2% !important;
}

.pdf_list ul li {
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.pdf_list ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-decoration: none;
    line-height: 200%;
    color: #000;
}

.pdf_list ul li a:hover {
    color: #00a85b;
}

.pdf_list .fa {
    color: red;
}


/*--------------------------------------------------------------
	3 div with overflow --start 
--------------------------------------------------------------*/

.block_3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.block_3 img {
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 0 15px -4px #888888;
    border-radius: 10px;
}

.block_cont {
    width: 100%;
    background-color: #008653;
    padding: 40px 10px 10px 10px;
    margin-top: -25px;
    border-radius: 10px;
}

.block_cont h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}

.block_cont p {
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    line-height: 160%;
    margin: 4% 3%;
    font-size: 14px;
    color: #fff;
    height: 250px;
    overflow-y: scroll;
    padding-right: 5px;
}

.block_cont p::-webkit-scrollbar {
    width: 8px;
}

.block_cont p::-webkit-scrollbar-thumb {
    background-color: #888;
}

.block_cont p::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}


/*--------------------------------------------------------------
	3 div with overflow --close 
--------------------------------------------------------------*/

.over_btn {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-decoration: none;
    background-color: #a7ce39;
    padding: 5px 10px !important;
    display: inline-block;
    margin-top: 3% !important;
    color: #000;
    word-spacing: 1px;
    border-radius: 2px;
}


/*--------------------------------------------------------------
Contact box -- start
--------------------------------------------------------------*/

.con_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.con_card h1 {
    font-family: 'Poppins', sans-serif;
    background-color: #018752;
    padding: 15px;
    border-radius: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    z-index: 999999;
}

.con_contain {
    width: 90%;
    margin: 0 auto;
    padding: 40px 40px;
    border: 2px solid #018752;
    /*    position: relative;*/
    margin-top: -5px;
    z-index: -9;
    border-radius: 5px;
    min-height: 270px;
}

.con_contain p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 160%;
    color: #000;
}

.con_contain a {
    color: #018752;
    text-decoration: none;
}


/*--------------------------------------------------------------
Contact box -- close
--------------------------------------------------------------*/

.cont_txt_main p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    text-align: justify;
    margin: 4px 38px 10px;
}

.cont_txt_main1 p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    text-align: justify;
    margin: 0px 38px 10px;
}

.cont_icn i {
    font-size: 20px;
    color: #FFFFFF;
}

.cont_icn1 i {
    font-size: 20px;
    color: #FFFFFF;
}

.cont_icn {
    width: 20px;
    float: left;
    margin: 1.5% 3% 0% 1%;
}

.cont_icn1 {
    width: 10px;
    float: left;
    margin: 0% 3% 0% 1%;
}

.cont_txt p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin: 4% 1% 1%;
    color: #fff;
}

.cont_txt a {
    text-decoration: none;
    color: #fff;
}

.cont_txt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 4% 1% 1%;
    color: #fff;
}

.con_heading h2 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0% 1% 0%;
    margin: 0;
}

.cont_txt h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 0% 1% 1%;
    color: #05204c;
}



/*--------------------------------------------------------------
icon box open
--------------------------------------------------------------*/

.block_icon {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    margin-top: 40px;
    border-right: 1px solid #c2c2c2;
}

.no_icon_brd {
    border: none;
}

.round {
    width: 120px;
    height: 120px;
    border: 3px solid #00a651;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 auto;
}

.round p {
    text-align: center;
    margin-top: 48px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.round .icon {
    position: absolute;
    background-color: #00a651;
    padding: 18px 15px 15px 15px;
    border-radius: 50%;
    color: #fff;
    bottom: -19px;
    left: 43.5%;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.block_icon_head h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    text-align: center;
    color: #00a651;
    font-weight: 600;
    margin: 20px 0px;
}


/*--------------------------------------------------------------
icon box close
--------------------------------------------------------------*/


/*----------------epr css new----------------------*/
.epr_head h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    color: #000;
    font-weight: 600;
    line-height: 150%;
    text-align: justify;
    margin: 1%;
    border-left: 5px solid #00a651;
    padding-left: 1%;
}

.epr_text p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 160%;
    text-align: justify;
    margin: 0% 0%;
    padding: 1% 1% 1%;
}

.epr_head-whi h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    margin: 1%;
}

.epr_head-whi p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    margin: 1%;
}

.epr-box1 {
    width: 98%;
    border: 1px solid #ddd;
    margin: 1% 1% 2%;
    border-radius: 20px;
    background-color: rgba(245, 245, 245, 0.2);
}

.epr_sm8 {
    width: 84%;
    float: left;
    margin: 1%;
}

.epr_sm88 {
    width: 12%;
    float: left;
    margin: 1%;
}

.erp_head-box h1 {
    font-family: 'PoppiNs', sans-serif;
    color: #fff;
    font-size: 22px;
    /* padding: 0%; */
    text-align: justify;
    font-weight: 600;
    margin: 1%;
}

.erp_head-box p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: justify;
    /* padding: 0%; */
    font-family: 'PoppiNs', sans-serif;
    line-height: 140%;
    margin: 1%;
}

.epr_text p span{
    font-weight: 600;
}

.epr-box-txt p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 160%;
    text-align: center;
    margin: 1%;
    /* padding: 1% 1% 1%; */
    min-height: 265px;
}

.epr-box-txt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 160%;
    text-align: center;
    margin: 1%;
    /* padding: 1% 1% 1%; */
}

.epr-box-txt h2 strong {
    font-weight: 600;
    text-align: center;
    color: #00a85b;
    font-size: 20px;
}


.epr-bg-trp {
    background-color: rgba(255, 255, 255, 0.5);
}

.epr-box-txt p strong {
    font-weight: 600;
    text-align: center;
    color: #00a85b;
    font-size: 20px;
}


.epr_head-ff-1 h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    line-height: 150%;
    text-align: justify;
    margin: 1%;
    border-left: 5px solid #ffffff;
    padding-left: 1%;
}

.epr_head-ff-1 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 160%;
    text-align: justify;
    margin: 1%;
    /* padding: 1% 1% 1%; */
}

.col_sm99_1 {
    width: 61%;
    margin: 0%;
    float: left;
}

.col_sm9_1 {
    width: 35%;
    margin: 1%;
    float: left;
}
/*-------------------------------------*/

/*--------------------------------------------------------------
Home page our product
--------------------------------------------------------------*/

.pdg2 {
    padding: 0% 4%;
}

.pdg3 {
    padding: 0% 2%;
}

.pdg4 {
    padding: 2% 2%;
}

.pdg41 {
    padding: 2% 2%;
    min-height: 480px;
}

.who h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 148%;
    text-align: left;
    padding: 3% 1% 1%;
    margin: 0!important;
    color: #000;
}

.who h1 span {
    font-weight: 700;
    color: #00a651;
    font-size: 30px;
}

.who p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 160%;
    text-align: justify;
    margin: 0% 0%;
    padding: 1% 1% 1%;
}

.who p span {
    color: #549e39;
    font-weight: 500;
}

.logo2 h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 140%;
    text-align: justify;
    padding: 1% 1% 0.5%;
    margin: 0!important;
    color: #000;
}

.logo2 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 160%;
    text-align: justify;
    margin: 0% 0%;
    padding: 0% 1% 0.5%;
}

.servi h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 148%;
    text-align: center;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #000;
}

.servi h2 span {
    font-weight: 700;
    color: #00a651;
}

.servi h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    text-align: left;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #fff;
}

.servi p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 160%;
    text-align: justify;
    margin: 0% 0%;
    padding: 1% 1% 1%;
}

.servi p:hover {
    color: #a5ce39;
}

.img-border {
    border: 1px solid #555;
}

.brd_rdi {
    border-radius: 20px 20px 20px 20px;
}

.certif h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    padding: 1% 1% 0%;
    margin: 0!important;
    color: #fff;
}

.certif p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 160%;
    text-align: center;
    margin: 0% 0%;
    padding: 1% 10% 1%;
}




.schedules {
	width: 200px;
	float: none;
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: 2%;
	margin-left: auto;
}

.schedule-btnn{
    width: 100%;
    padding: 7% 7%;
    font-size: 16px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    border-radius: 7px;
    border: 1.5px solid #00aa63;
    background-color: #ffc841;
}

.schedule-btnn:hover {
    background-color: #00a651;
    color: #fff;
    border: 1.5px solid #00a651;
}





.servi_rd_more {
    width: 150px;
    float: none;
    margin: 1% auto;
}

.servi_rd_more_btn {
    width: 100%;
    padding: 7% 7%;
    font-size: 16px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    border-radius: 7px;
    border: 1.5px solid #fff;
}

.servi_rd_more_btn:hover {
    background-color: #00a651;
    color: #fff;
    border: 1.5px solid #00a651;
}


.servi_rd_more1 {
    width: 150px;
    float: left;
    margin: 1% auto;
}

.servi_rd_more_btn1 {
    width: 100%;
    padding: 7% 7%;
    font-size: 16px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    border-radius: 7px;
    border: 1.5px solid #000;
}

.servi_rd_more_btn1:hover {
    background-color: #00a651;
    color: #fff;
    border: 1.5px solid #00a651;
}


.servi_rd_more2 {
    width: 150px;
    float: left;
    margin: 1%;
}

.servi_rd_more_btn2 {
    width: 100%;
    padding: 7% 7%;
    font-size: 16px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    border-radius: 7px;
    border: 1.5px solid #fff;
}

.servi_rd_more_btn2:hover {
    background-color: #00a651;
    color: #fff;
    border: 1.5px solid #00a651;
}

.servi_rd_more3 {
    width: 150px;
    float: left;
    margin: 4% 1% 1%;
}

.servi_rd_more_btn3 {
    width: 100%;
    padding: 7% 7%;
    font-size: 16px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    border-radius: 7px;
    border: 1.5px solid #000;
}

.servi_rd_more_btn3:hover {
    background-color: #00a651;
    color: #fff;
    border: 1.5px solid #00a651;
}

.testimonial-bg {
    background-image: url(../images/testimonial-bg.jpg);
    background-size: 100%;
}

.welcome2 h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 0%;
    margin-bottom: 0%!important;
}

.welcome2 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    padding-top: 1%;
    padding-right: 9%;
    padding-bottom: 0%;
    padding-left: 9%;
    margin-bottom: 0%!important;
}

.brd_bttom {
    border-bottom: 2px solid #549e39;
    width: 100px;
    margin: 1%;
}

.ftr_txt h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0% 0% 10% 0%;
    color: #fff;
    text-transform: uppercase;
}

.ftr_txt3 h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0% 0% 10% 10%;
    color: #fff;
    text-transform: uppercase;
}

.ftr_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin: 0% 0% 2% 0%;
	color: #FFFFFF;
}

.ftr_txt p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 1% 0%;
    line-height: 160%;
    color: #fff;
    text-align: left;
}

.ftr_txt2 p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 1% 8% 1% 1%;
    line-height: 160%;
    color: #fff;
    text-align: justify;
}

.ftr_lt_txt {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    color: #fff;
    margin: 0;
}

.ftr_right {
    text-align: right;
}

.ftr_center {
    text-align: center;
}

.img-logo {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.example2 {
    border: 2px solid #00a651;
    padding: 4px;
    box-shadow: 7px 7px #ccc;
}

.example2:hover {
    background-color: #ffcb05;
}

.cont-bg {
    border: 2px solid #ccc;
    padding: 4px;
    box-shadow: 7px 7px #ccc;
    min-height: 190px;
}

.cap-text h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 0% 1%;
    color: #000;
    text-align: center;
    margin-bottom: 0px!important;
}

.cap-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #00a651;
    line-height: 160%;
    text-align: center;
    margin: 0% 0%;
    padding: 1% 1% 1%;
}

.cap-text p:hover {
    color: #00a651;
    transition: width 2s;
}


.whitt .fa {
    color:red;
}

.whitt p a{
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #00a651;
    line-height: 160%;
    text-align: center;
    margin: 0% 0%;
    padding: 1% 0% 1%;
    text-decoration: none;
}

.whitt p a:hover {
    color: #000;
    transition: width 2s;
}


.whitt2 .fa {
    color:red;
}

.whitt2 p a{
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: 160%;
    text-align: center;
    margin: 0% 0%;
    padding: 1% 0% 1%;
    text-decoration: none;
}

.whitt2 p a:hover {
    color: #000;
    transition: width 2s;
}


/*-------------------------------------
letest css featured and vision mission
---------------------------------------*/

.featured h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 148%;
    text-align: left;
    padding: 2% 1% 2%;
    margin: 0!important;
    color: #00a651;
}

.fetr_brd_bttom {
    border-bottom: 2px solid #549e39;
    width: 100px;
    margin: 0% auto;
}

.fetr_who p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 140%;
    text-align: justify;
    margin: 0% 0%;
    padding: 1% 1% 1%;
}

.fetr_who h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    color: #00a651;
    padding: 0.5% 1% 0%;
}

.fetr_who h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
    color: #fff;
    padding: 1% 1% 1%;
}

.fetr_who1 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: justify;
    margin: 0% 0%;
    padding: 1% 1% 1%;
}

.fetr_who1 p span {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 160%;
    text-align: justify;
    margin: 0%;
    /*    padding: 1% 1% 1%;*/
}

.fetr_who11 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: justify;
    margin: 0% 0%;
    padding: 3%;
}
.mivi_who11 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: justify;
    margin: 0% 0%;
    padding: 1%;
}

.mivi_who11 p .fa {
    color: #00a651;
    font-size: 18px;
}

.fetr_bg {
    background-image: url(../images/featured-baground.jpg);
    background-size: 100%;
    background-attachment: fixed;
    padding: 30px 0px;
}

.why_bg {
    background-image: url(../images/why-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 0px 0px;
}

.epr-bg {
    background-image: url(../images/epr-img3-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px;
}

.epr-bg22 {
    background-image: url(../images/epr-img33-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px;
}
.grn-res-bg {
    background-image: url(../images/green-res-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px;
}

.circular-economy-bg {
    background-image: url(../images/circular-economy-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 0px 0px;
}

.epr_bg {
    background-color: #ffcb05;
    background-size: 100%;
    background-attachment: scroll;
    padding: 0px 0px;
}

.img-logo-1 {
    width: 76%;
    display: block;
    margin: 0 auto;
}

.img-logo-11 {
    width: 40%;
    display: block;
    margin: 0 auto;
}

.img-logo-111 {
    width: 100%;
    display: block;
}

.why-txt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 148%;
    text-align: justify;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #000;
}

.why-txt h2 span {
    font-weight: 700;
    color: #fff;
    text-align: justify;
}

.why-txt p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 140%;
    text-align: justify;
    margin: 0% 0%;
    padding: 1% 1% 1%;
}

.epr-txt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 148%;
    text-align: center;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #008c4f;
}

.epr-txt p {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 140%;
    text-align: center;
    margin: 0% 0%;
    padding: 1% 1% 1%;
}


/*--------------------------------------------------------------
breadcrumb
--------------------------------------------------------------*/

.inner_banner {
    height: 260px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.inner_banner_txt {
    width: 76%;
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translate(-50%, -50%);
}

.inner_banner_txt h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

ul.breadcrumb4 li {
    display: inline;
    font-size: 18px;
}

ul.breadcrumb4 li+li:before {
    padding: 8px;
    color: #fff;
    content: "/\00a0";
}

ul.breadcrumb4 li a {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}

.abt h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 148%;
    text-align: left;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #000;
}

.abt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 148%;
    text-align: left;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #00a651;
}

.abt h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 148%;
    text-align: left;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #000;
}

.abt h5{
    font-family:'Poppins', sans-serif;
    font-size:18px;
    font-weight:500;
    line-height:150%;
    text-align:left;
    padding:1% 1% 1%;
    margin:1% 0% 0%!important;
    color:#fff;
}

.cont_head h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 140%;
    text-align: center;
    margin: 0 auto;
    color: #00a85b;
}

.cont_head p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 150%;
    text-align: center;
    margin: 0 auto;
}


.schedule h1 {
    font-family: 'Poppins', sans-serif;
    font-size:22px;
    font-weight:600;
    line-height:140%;
    text-align:center;
	padding: 0% 10%;
    margin: 0 auto;
    color: #00a85b;
}

.schedule p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 150%;
    text-align: center;
    margin: 0 auto;
    min-height: 189px;
}

.abt1 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 148%;
    text-align: left;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #fff;
}

.abt1 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 160%;
    text-align: justify;
    margin: 0% 0%;
    padding: 1% 1% 1%;
}

.abt h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 148%;
    text-align: left;
    padding: 0% 1.5%;
    margin: 0% 1% 1%!important;
    color: #000;
    border-left: 5px solid #00a651;
    padding-left: 1%;
}

.abt p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 160%;
    text-align: justify;
    margin: 0% 0%;
    padding: 1% 1% 1%;
}

.abt p span{
    font-size: 17px;
    font-weight: 600;
}

.abt-ev p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 160%;
    text-align: justify;
    margin: 0% 0%;
    padding: 1% 1% 1%;
}

.abt-ev h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 148%;
    text-align: justify;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #000;
}

.cont1 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 160%;
    text-align: justify;
    margin: 0% 0%;
    padding: 1% 1% 1%;
}

.cont1 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 148%;
    text-align: justify;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #000;
}



.pp_text p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 160%;
    text-align: justify;
    margin: 0% 0%;
    padding: 1% 1% 1%;
    min-height: 275px;
}

.pp_text h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #000;
}

.pp_text1 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 160%;
    text-align: justify;
    margin: 0% 0%;
    padding: 1% 1% 1%;
    min-height: 225px;
}



.pp_text-driv-eco h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #fff;
}

.pp_text-driv-eco p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 160%;
    text-align: justify;
    margin: 0% 0%;
    padding: 1% 5% 1%;
    min-height: 170px;
}

.driv-eco-bg{
    background-color: rgb(255, 255, 255, 0.2);
}


.pp_text1 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #000;
}

.abt p strong {
    font-weight: 600;
}

.resp h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    color: #000;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    margin: 1%;
}

.resp h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    color: #00a651;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    margin: 1%;
}

.resp p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    margin: 1%;
}

.responsibility {
    height: 400px;
    background-position: center;
    background-size: cover;
}

.responsibility_main {
    background-color: #00a651;
    height: 400px;
    padding: 40px 40px 40px 40px;
    overflow-y: auto;
}

.responsibility_main h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    line-height: 140%;
}

.responsibility_main p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 150%;
    text-align: justify;
}




.responsibility_main2 h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 148%;
    text-align: left;
    padding: 0% 1.5%;
    margin: 0% 0% 2%!important;
    color: #000;
    border-left: 5px solid #00a651;
    padding-left: 1%;
}

.responsibility_main2 h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    color: #00a651;
    font-weight: 500;
    line-height: 140%;
    margin: 0% 0% 2%!important;
}

.responsibility_main2 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 150%;
    text-align: justify;
}

.smart_icon {
    width:130px;
}

.smart_icons {
    padding-top: 17px;
    width:130px;
}

.mi_vi2 {
    width: 90%;
    border: 1px solid #ddd;
    margin: 1% auto;
    border-radius: 10px;
    background-color: rgba(255, 255, 255);
}

.mi_vi {
    width: 98%;
    border: 1px solid #ddd;
    margin: 1% 1% 2%;
    border-radius: 20px;
    background-color: rgba(245, 245, 245, 0.5);
}

.mi_sm8 {
    width: 84%;
    float: left;
    margin: 1%;
}

.mi_sm88 {
    width: 12%;
    float: left;
    margin: 1%;
    text-align: center;
}

.mi_vi_txt {
    padding: 20px 10px;
}

.mi_cion {
    width: 150px;
}

.mi_vi_txt h1 {
    font-family: 'PoppiNs', sans-serif;
    color: #00a651;
    font-size: 22px;
    padding: 0%;
    text-align: justify;
    font-weight: 600;
    margin: 0;
}

.mi_vi_txt h2 {
    font-family: 'PoppiNs', sans-serif;
    color: #000;
    font-size: 15px;
    padding: 0 0 1%;
    text-align: justify;
    font-weight: 600;
    margin: 0;
}

.mi_vi_txt p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    padding: 0%;
    font-family: 'PoppiNs', sans-serif;
    line-height: 150%;
}
.mi_vi_txt a {
    color: #000;
    padding: 5px 11px;
    background-color: #ffc841 ;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    border-radius: 7px;
    margin: 1% 0%;

}
.mi_vi_txt p span {
    font-weight: 600;
    font-size: 16px;
}

.mi_vi_txt p .fa {
    color: #00a651;
    font-size: 18px;
}


/*--------------------------------------------------------------
leadership
--------------------------------------------------------------*/

.leadership h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 148%;
    text-align: left;
    margin: 0% 1% 1%!important;
    color: #000;
    font-style: italic;
}

.leadership h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 150%;
    text-align: left;
    margin: 0% 1% 1%!important;
    color: #000;
    font-style: italic;
}

.leadership p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 147%;
    text-align: justify;
    margin: 0% 0%;
    padding: 1% 1% 1%;
}


/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/

tr:nth-child(even) {
    background-color: #f3f3f3;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 98%;
    margin: 0 auto;
    float: none;
}

.tab_def {
    margin: 1%;
}

table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

table th,
table td {
    padding: 1%;
    text-align: left;
    font-family: 'PoppiNs', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    border: 1px solid #ddd;
}

.body_text111 {
    padding: 0.8% 1%;
    text-align: left;
    font-family: 'PoppiNs', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    border: 1px solid #ddd;
}

.body_text111 span {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.body_text1129 {
    font-size: 18px;
    font-weight: 600;
    color: #23b24b;
    font-family: 'PoppiNs', sans-serif;
    text-align: left;
    padding: 1%;
}


/************ Table Press **************/
/* Reset some default styles */
table {
    border-spacing: 0;
    border-collapse: collapse;
}

/* Style the table */
#tablepress-4 {
    width: 98%;
    border: 1px solid #ccc;
    margin:0% auto;
}

#tablepress-4 th,
#tablepress-4 td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

#tablepress-4 th {
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #23b24b;
    font-family: 'PoppiNs', sans-serif;
    text-align: left;
    padding: 1%;
}

#tablepress-4 tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
}

#tablepress-4 tbody tr:hover {
    background-color: #e0e0e0;
}

#tablepress-4 caption {
    caption-side: bottom;
    text-align: left;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

#tablepress-4 a {
    color: #0073e5;
    text-decoration: none;
}

#tablepress-4 .column-3{
    width: 120px !important;
}


/* Style the table */
#tablepress-2 {
    width: 98%;
    border: 1px solid #ccc;
    margin:0% auto;
}

#tablepress-2 th,
#tablepress-2 td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

#tablepress-2 th {
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #23b24b;
    font-family: 'PoppiNs', sans-serif;
    text-align: left;
    padding: 1%;
}

#tablepress-2 tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
}

#tablepress-2 tbody tr:hover {
    background-color: #e0e0e0;
}

#tablepress-2 caption {
    caption-side: bottom;
    text-align: left;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

#tablepress-2 a {
    color: #0073e5;
    text-decoration: none;
}
/*******************************************/

/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/

.bullet {
    width: 100%;
    margin-top: 0%;
}

.bullet ul {
    list-style-image: url(../images/bullet-green.png);
    margin-left: 6%;
}

.bullet ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 160%;
    color: #000;
    margin: 0% 2% 0.1% 2%;
    text-decoration: none;
    font-weight: 500;
}


.search_panel{
      margin: 5% 4%;
}
.search_panel ul{
  list-style-image: url(../images/bullet-green.png);
    margin-left: 1%;
} 
.search_panel ul li a{
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    color: #000;
}
.search_panel h3{
    text-align: left;
    font-family: 'Poppins',sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.scd_free{
    min-height: 404px;
}

/*-----------------------------new css---------------------------*/

.shadow {
    width: 300px;
    height: 100px;
    padding: 15px;
    background-color: #cecece;
    box-shadow: 10px 10px;
}

.bg_clr8 {
    background-color: #efefef;
}

.bg_clr88 {
    background-color: #9db9ce;
}

.brd {
    border: 3px solid #00a85b;
    border-radius: 5px;
    /* box-shadow: 7px 7px #ccc; */
}


.brd-1 {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    /* box-shadow: 7px 7px #ccc; */
}

.img-policies {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.policies p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 160%;
    text-align: center;
    margin: 0% 0%;
    padding: 1% 1% 1%;
}

.policies p strong {
    font-weight: 600;
    text-align: center;
    color: #00a85b;
    font-size: 20px;
}

.global-txt p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 160%;
    text-align: center;
    margin: 0% 0%;
    padding: 1% 3% 1%;
    min-height: 296px;
}

.global-txt p strong {
    font-weight: 600;
    text-align: center;
    color: #00a85b;
    font-size: 20px;
}

.policies_1 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 160%;
    text-align: center;
    margin: 0% 0%;
    padding: 1% 1% 1%;
    min-height: 175px;
}

.policies_1 p strong {
    font-weight: 600;
    text-align: center;
    color: #00a85b;
    font-size: 20px;
}

.policies_11 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 160%;
    text-align: center;
    margin: 0% 0%;
    padding: 1% 1% 1%;
    min-height: 215px;
}

.policies_11 p strong {
    font-weight: 600;
    text-align: center;
    color: #00a85b;
    font-size: 20px;
}

.bullet2 {
    margin-top: 0%;
    min-height: 430px;
}

.bullet2 ul {
    list-style-image: url(../images/bullet2.png);
    margin-left: 5%;
}

.bullet2 ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 160%;
    color: #000;
    margin: 0% 2% 0.1% 2%;
    text-decoration: none;
    font-weight: 500;
}

.bullet22 {
    /*width: 100%;*/
    margin-top: 0%;
    min-height: 220px;
}

.bullet22 ul {
    list-style-image: url(../images/bullet2.png);
    margin-left: 5%;
}

.bullet22 ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 160%;
    color: #000;
    margin: 0% 2% 0.1% 2%;
    text-decoration: none;
    font-weight: 500;
}

.bullet22 ul li span {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 160%;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.bullet23 {
    /*width: 100%;*/
    margin-top: 0%;
  
}

.bullet23 ul {
    list-style-image: url(../images/bullet2.png);
    margin-left: 5%;
}

.bullet23 ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 160%;
    color: #000;
    margin: 0% 2% 0.1% 2%;
    text-decoration: none;
    font-weight: 500;
}

.bullet23 ul li span {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 160%;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.policies1 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 148%;
    text-align: left;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #fff;
}

.policies11 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 148%;
    text-align: center;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #fff;
}

.policies11 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 160%;
    text-align: center;
    margin: 0% 0%;
    padding: 1% 1% 1%;
}

.policies1 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 160%;
    text-align: justify;
    margin: 0% 0%;
    padding: 1% 1% 1%;
}

.service-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.service-icon {
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
}

.service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #cfcfcf;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}

.service-box .service-icon .front-content {
    position: relative;
    top: 80px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-box .service-icon .front-content i {
    font-size: 38px;
    color: #fff;
    font-weight: normal;
}

.service-box .service-icon .front-content h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 148%;
    text-align: center;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #fff;
}

.service-box .service-content h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    padding: 1% 1% 1%;
    margin: 0!important;
    color: #000;
}

.service-box .service-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: center;
    margin: 0% 0%;
    padding: 1% 1% 1%;
}

.yellow {
    background-color: #ffc000;
}

.green {
    background-color: #97cc53;
}

.service-box:hover .service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}

.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}


/*------------------------usefull links css-------------------------- */

.products_links .img_con {
    width: 100%;
/*    background-color: #e2e2e2;*/
    padding-bottom: 20px;
    border: 1px solid #dfdfdf;
}

.products_links .img_con img {
    width: 300px;
    margin: 0 auto;
    display: block;
}

.products_links .text_con {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* background-color: #515050; */
    color: #e9e1e1;
    padding: 12px 5px;
    border-radius: 5px;
    /* margin-top: -20px; */
    position: relative;
/*    box-shadow: 0 0 15px -4px #888888;*/
    min-height: 75px;
    border: 1px solid #cfcfcf;
}

.products_links .text_con h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 160%;
    color: #00a85b;
    text-align: center;
}

.bg_clr3 {
    background-color: #9ecf5a;
}


/*------------------------end usefull links css-------------------------- */


/*-----------------------------new css end---------------------------*/


/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/

.top_arrow {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 1%;
    bottom: 5%;
    transition-duration: 1s;
    background-image: url('../images/top.png');
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 999;
    background-size: 100% 100%;
}

.top_arrow:hover {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 1%;
    transition-duration: 1s;
    bottom: 5%;
    cursor: pointer;
    background-image: url('../images/top-b.png');
    background-size: 100% 100%;
}

@media only screen and (max-width:1920px) {
    .top_right {
        margin: 0.2% 0% 0%;
    }
    .fix_button{
    top:75%;
    }
}


@media only screen and (max-width:1600px) {
    
    .fix_button {
    top: 68%;
}
}

@media only screen and (max-width:1400px) {
    .top_right {
        margin: 0% 0% 0%;
    }
    .fix_button {
    top: 64%;
    }
}

@media only screen and (max-width:1270px) {
    .top {
        width: 99%;
    }
    .top2 {
        width: 98%;
        margin: 0% auto;
    }
    .navbarrr {
    width: 1070px;
    }
}

@media only screen and (max-width:1150px) {
    .navbarrr {
    width: 900px;
    }
    .top {
        width: 100%;
    }
}

@media only screen and (max-width:1000px) {
    .top_right {
    width: 49%;
    float: left;
    margin: 0% 1%;
    }
    .cont {
    margin-top: 13px;
    }
}

@media only screen and (max-width:1070px) {
    .logo {
        margin: 0% auto 0%;
        padding: 1% 0%;
        float: none;
    }
    .navbarrr {
        width: 100%!important;
        float: none!important;
        margin: 0% auto!important;
        background-color: #549e39!important;
    }
    .block_3 {
        width: 100%;
        float: none;
        margin: 0% 0% 10% 0%;
    }
    .block_cont p {
        height: auto;
        overflow: none;
        padding: 0;
    }
}

@media only screen and (max-width:800px) {

    .media_news_art p {
    min-height: auto!important;
    }

    .epr_sm8 {
        width: 98%;
    }

    .epr_sm88 {
        width: 40%;
    }

    .col_sm9-1 {
    width: 46%;
    float: none;
    margin: 1% auto;
    }

    .col_sm99-1 {
    width: 98%;
  }

   .col_sm9_1 {
    width:98%;
    }

    .mi_vi_txt h1{
        text-align: center !important;
    }

    .col_sm99_1 {
    width:98%;
    }

    .sitemap h2 {
        margin-top: 25px !important;
    }

    .col_sm10_n {
        width: 50%;
    }
    .col_sm100_n {
        width: 98%;
    }
    .col_sm22 {
        width: 98%;
    }
    .responsibility_main {
        height: auto;
        padding:20px;
    }
    .certif p {
        padding: 1% 2% 1%;
    }
    .wb_iframe {
        padding-bottom: 48%;
    }
    .ftr_txt3 h1 {
        margin: 0% 0% 4% 0%;
    }
    .ftr_menu ul {
        margin-left: 0%;
    }
    .col_sm8 {
        width: 98%;
    }
    .col_sm88 {
        width: 98%;
    }
    .col_sm3 {
        width: 98%;
        float: none;
        margin: 0% 3% 3% 1%;
        padding: 0.5%;
    }

    .ftr_txt2 p {
        margin: 1% 1% 1% 1%;
    }
    .col_sm4 {
        width: 98%;
    }
    .ftr_txt h1 {
        margin: 4% 0%;
    }
    .col_sm2 {
        width: 98%;
    }
    .ftr_right {
        text-align: left;
    }
    .ftr_center {
        text-align: left;
    }
    .col_sm9 {
        width: 98%;
    }
    .col_sm99 {
        width: 98%;
    }
    .col_sm1111 {
        width: 100%;
    }
    .img-logo-1 {
        width: 98%;
    }
    .img-logo-11 {
        width: 98%;
    }
    .mi_sm88 {
    width: 98%;
    }
    .mi_sm8 {
    width: 98%;
    }
    .col_sm1111_1 {
    width: 98%;
    }
    .policies_1 p {
    min-height: auto;
    }
    .policies_11 p {
    min-height: auto;
    }
    .col_sm_10{
        width: 98%!important;
    }
    .col_sm_100{
        width: 98%!important;
    }
    .services1 h1 {
    text-align: center!important;
    }
    .services1 p {
    text-align: center!important;
    }
    .col_sm11111 {
    width: 100%;
    margin: 0 auto;
    }
    .img-circ-eco {
    width: 590px;
    }
    .counter2 {
    width: 31%;
    }
    .ctr_txt24 {
    float: left;
    }
    .top_right {
    width: 98%;
    }
    .cont {
    margin-top: 19px;
    }
    .sticky {
    position: static;
    top: 0px;
    }

}

@media only screen and (max-width:560px) {
    .s_icon {
        width: 98%;
    }
    .call {
        display: none;
    }
    .email {
        display: none;
    }
    .counter2 {
    width: 98%;
    }
    .fix_button {
    top: 67%;
    }
}

@media only screen and (max-width:600px) {
    .col_sm10_n {
        width: 98%;
    }
    .col_sm10 {
        width: 98%;
    }
    .col_sm100 {
        width: 98%;
    }

    .whatsapp_float {
        bottom: 100px;
    }
    .img-logo-11 {
        width: 70%;
    }
    .img-logo-1 {
        width: 70%;
    }
    .img-logo-111 {
        width: 70%;
        display: block;
        margin: 0 auto;
    }
    .e_watee {
    width: 98%;
    }
    .con_sm2 {
    width: 98%;
    }
    .text_cir_eco1 p {
    min-height: auto;
    }
    .global-txt p {
    min-height: auto;
    }
    
    .ctr_txt24 {
    float: left;
    }
    .cont {
    margin-top: 15px;
    }
   
}

@media only screen and (max-width:500px) {
.img-circ-eco {
    width: 410px;
}
.s_icon {
    width: 19%;
}
.ctr_txt24 {
    float: left;
}
.ctr_txt23 {
    float: left;
}
.cont {
    margin-top: 13px;
}
.ctr_txt24 {
    width: 78px;
    margin: 0.5% 0% 0% 1%;
}
}

@media only screen and (max-width:450px) {
    .ctr_txt23 {
        margin: 0.7% 0% 1%;
    }
    .block_icon {
    width: 97%;
     border-right: none; 
    }
    .e_watee {
    width: 98%;
    }
    .whatsapp_float {
    bottom: 90px;
    }
}


/*-----------products---------------*/

.services h2 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    margin-bottom: 1%!important;
}


/*--------------------------------------------------------------
bg services
--------------------------------------------------------------*/
/*
.sevi_min_hgt {
    height: 150px;
}*/

.sevi_min_hgt1 {
    height: 191px;
}

.servi-bg1 {
    background-image: url(../images/delete-bin.png);
    height: 150px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
}

.servi-bg2 {
    background-image: url(../images/leadership.png);
    height: 150px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
}

.servi-bg3 {
    background-image: url(../images/services.png);
    height: 150px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
}

.servi-bg4 {
    background-image: url(../images/finance.png);
    height: 150px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
}

.bg_clr55 {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}


.leder_shdow {
    background-color: #fff;
    border-radius: 50%;
    padding: 4%;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}

.col_sm_10 {
    width: 15%;
    margin: 1%;
    float: left;
}

.col_sm_100 {
    width: 81%;
    margin: 1%;
    float: left;
}

.services h2 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    margin-bottom: 1%!important;
}

.services h1 {
    font-family: 'Poppins', sans-serif;
    color: #00a651;
    font-size: 22px;
    font-weight: 600;
    line-height: 180%;
    text-align: left;
    padding: 0% !important;
}

.services p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 160%;
    text-align: justify;
    padding: 1% 0%;
}

.services a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #000;
}

.services a:hover {
    color: #00a651;
}

.services1 h1 {
    font-family: 'Poppins', sans-serif;
    color: #00a651;
    font-size: 22px;
    font-weight: 600;
    line-height: 180%;
    text-align: left;
    padding: 0% !important;
}

.services1 p a{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    border: 1px solid;
    padding: 5px 12px;
    font-weight: 600;
    border-radius: 10px;
    background-color: #4fa651;
}

.services1 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 160%;
    text-align: justify;
    margin: 0% 0%;
/*    padding: 1% 1% 1%;*/
}

.services1 a:hover {
    color: #fff;
}

/*-----------products---------------*/




.media_news_art h1 {
    font-family: 'Poppins', sans-serif;
    color: #00a651;
    font-size:18px;
    font-weight: 600;
    line-height: 140%;
    text-align:left;
    padding:3% 1% 3% !important;
    min-height: 105px;
}

.media_news_art h5 a{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    border: 1px solid;
    padding: 7px 12px;
    font-weight:500;
    border-radius: 10px;
    background-color: #4fa651;
    margin: 1%;
}


.media_news_art p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 160%;
    text-align: justify;
    margin: 0% 0%;
    padding:0% 1% 0% !important;
    min-height: 145px;
}





.media_coverage h1 {
    font-family: 'Poppins', sans-serif;
    color: #00a651;
    font-size:18px;
    font-weight: 600;
    line-height: 140%;
    text-align:justify;
    padding:3% 1% 3% !important;
    min-height: 90px;
}

.media_coverage p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 160%;
    text-align: justify;
    margin: 0% 0%;
    padding:0% 1% 0% !important;
    min-height:97px;
}

/*--------Sitemap --------*/

.sitetop {
    height: 199px;
    width: 4%;
    background-color: powderblue;
    border-radius: 14px;

}
.sitemap h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    color: #00a651;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    margin: 1%;
}

.sitemap p {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    color: #000;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    margin: 1%;
    padding-left: 21px;
    padding-top: 36%;

}

.sitemap h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    color: #000;
    font-weight: 600;
    line-height: 150%;
    text-align: left;
    margin: 1%;
}

.bullet4 ul {
    list-style-image: url(../images/sitemap-bullet1.png);
    margin-left: 4.5%;
    margin-top: 0%;
    margin-bottom: 0%;
}

.bullet4 ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 200%;
    color: #000!important;
    margin: 0% 0.5% 0% 1%;
    padding: 0% 0% 1% 1%;
    text-decoration: none;
    text-align:justify;
    font-weight: 500;
}

.thanks p{
    text-align: center;
    line-height: 51px;
    font-size: 22px;
    font-weight: 100;

}


/*--------Sitemap---------*/

.feature_btn{
    width:100%;
    text-align: center;
}
.feature_btn a{ 
    color: #000;
    padding: 10px 22px;
    background-color: #ffc841;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    border-radius: 8px;
}
/*--------pagination------*/
.center {
    text-align: center;
}
.page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 2px 0 0;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
    background-color:#00a651;
    color:#fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
.page-numbers.current,
a.page-numbers:hover {
    background: #ffc841 ;
}
.cat_active{
    color: #ffc841  !important;
}
/*--------pagination ------*/


@media only screen and (max-width:450px){
.s_icon {
    width: 20%;
}
.cont {
    margin-top: 12px;
    width: 71px;
}
.ctr_txt23 {
    width: 170px;
}
.ctr_txt24 {
    width: 70px;
}
.ctr_txt2333 {
    width: 98%;

}
}

@media only screen and (max-width:400px){
.s_icon {
    width: 98%;
}
.cont {
    margin-top: 10px;
    width: 69px;
}
.ctr_txt24 {
    margin: 0% 0% 0% 1%;
}
}

@media only screen and (max-width:360px){
.s_icon {
    width: 98%;
}
.cont {
    margin-top: 10px;
    width: 69px;
}
.ctr_txt24 {
    margin: 0% 0% 0% 1%;
}
}

.sticky-icon  {
	z-index:1000;
	position:fixed;
	bottom:15%;
	right:0%;
	width:60px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	font-size:16px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color:#26d266;
	color:#FFF;}

.Instagram  {
	background-color:#a5d244;
	color:#FFF;}
						
.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
.sticky-icon a i.fa-whatsapp  {
	background-color:#FFF;
	color:#26d266;}
	
.sticky-icon a i.fa-google-plus-g  {
	background-color:#FFF;
	color:#d34836;}
	
.sticky-icon a i.fa-123  {
background-image:url(../images/index1.png);
background-size:cover;
	background-color:#FFF;
	color:#a5d244;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}
	
.sticky-icon a i.fa-twitter  {
	background-color:#FFF;
	color:#53c5ff;}
.fas fa-shopping-cart  {
	background-color:#FFF;}	
#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}			