* {
    margin: 0;
    padding: 0;
    box-sizing: 0;
}

body {
    font-family: 'Roboto', sans-serif;
}

ul {
    margin: 0;
}

img {
    max-width: 100%;
}

/* ===================================================================== */
/*-- ------------------------Small-size nav-bar ---------------------------*/
/* ===================================================================== */
.sub_header {
    position: relative;
}

.side-bar {
    font-size: 30px;
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 0px;
    color: #fff;
}

section.sidebar {
    justify-content: center;
    position: absolute;
    top: 22%;
    right: 6%;
    background: #fff;
    width: 27%;
    z-index: 999;
    border-radius: 8px;
    padding: 35px 0 15px 0;
}
.active1 {
    background: #003d1c;
}
.active1 a{
    color: #fff !important;
}

section.sidebar ul li {
    display: block;
    padding: 10px 0;
    border-bottom: 2px solid #003c1c;
    text-align: center;
}

section.sidebar ul li a {
    color: #003c1c;
    text-decoration: none;
}

section.sidebar ul li:hover {
    background: #003c1c;
    color: #fff !important;
}

section.sidebar ul li:hover a {
    color: #fff;
}

.side-bar {
    cursor: pointer;
    display: none;
}

.cross {
    background-color: transparent;
    font-size: 41px;
    border: none;
    position: absolute;
    color: #003d1c;
    line-height: 30px;
    font-weight: 800;
    margin: 0 23px;
    top: 7px;
}

.sidebar {
    display: none;
}

.main {
    display: block;
}

/* ===================================================================== */
/*-- ------------------------NAV_section------------------------------------- --*/
/* ===================================================================== */
.contact_no_head ul {
    margin-top: 25px;
    text-align: right;
}

.main_head1 {
    background: #f3f381;
    border-bottom: 2px solid #000;
}


.sub_header {
    background: gray;
}

.contact_no_head ul li {
    display: inline-block;
    padding: 0 6px;
}

.contact_no_head ul li a {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-decoration: none;
}

.nav_bar ul {
    margin: 22px 0;
    text-align: center;
}

.nav_bar ul li {
    display: inline-block;
    padding: 0px 10px;
}

.nav_bar ul li a:hover {
    color: #fff;
}


.nav_bar ul li a {
    color: #000;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

.nav_bar ul li a:after {
    position: absolute;
    content: "";
    background: #FFF;
    width: 0%;
    height: 3px;
    left: 0;
    bottom: -5px;
    transition: .5s;
}



.active {
    position: relative;
    color: #fff !important;
}

.nav_bar ul li a:hover:after {
    width: 100%;
}



/* ===================================================================== */
/*-- ------------------------SLIDER------------------------------------- --*/
/* ===================================================================== */
section.slider h5 {
    text-transform: capitalize;
    font-size: 29px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

section.slider p {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 500;
}

.carousel-caption {
    display: block !important;
}

/* ===================================================================== */
/*-- ------------------------Banner_ContenT------------------------------------- --*/
/* ===================================================================== */
.banner_content_heading {
    text-align: center;
}
.banner_content_heading h1 {
    font-size: 24px;
    margin: 25px 0;
    border-bottom: 2px solid #20b800;
    padding: 8px 0;
    font-family: 'Roboto', sans-serif;
    color: #20b800;
    display: inline-block;
}

.banner_para p {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    line-height: 30px;
}

.banner_para span {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.banner_paraa h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin: 10px 0;
    font-family: 'Roboto', sans-serif;
    color: #20b800;
}

.banner_paraa_list ul li {
    display: block;
    padding: 2px 0;
    font-family: 'Roboto', sans-serif;
}

/* ===================================================================== */
/*-- ------------------------ABOUT------------------------------------- --*/
/* ===================================================================== */
.about_us_head {
    text-align: center;
}

.about_us_head h1 {
    font-size: 24px;
    margin: 25px 0;
    border-bottom: 2px solid #20b800;
    padding: 8px 0;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    color: #20b800;
}

.Quality_police h4 {
    font-size: 18px;
}

.about_us_Containt p {
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    font-weight: 500;
}

.about_btn a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    background: #003c1c;
    padding: 10px 19px;
    color: #fff;
    display: inline-block;
    margin: 16px 35px;
    border-radius: 5px;
}

.about_btn a:hover {
    background: #049f4c;
}

/* ===================================================================== */
/*-- ------------------------Management------------------------------------- --*/
/* ===================================================================== */
.health-content {
    color: #fff;
    background: #f3f381;
    padding: 4px;
    border-radius: 5px;
}

.carporate_img img {
    border-radius: 5px;
    box-shadow: 0 0 9px 0 #000;
}



.health_content1 h3 {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;

}

.health_content1 p {
    font-family: 'Roboto', sans-serif;
}

.health_content1 p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}


/* ===================================================================== */
/*-- ------------------------Carporate Section------------------------------------- --*/
/* ===================================================================== */


.carporate_head h4 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0 0 45px 0;
}

.carporate_Content p {
    line-height: 30px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.carporate_img h2 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    margin-top: 6px;
}

.carporate_img h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.carporate_img p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 5px 0;
    font-weight: 400;
}

.carporate_vasan {
    margin-top: 49px;
}

.carporate_Content p span {
    font-size: 20px;
    font-weight: 700;
    padding: 0 5px;
    font-family: 'Roboto', sans-serif;
}

/* ===================================================================== */
/*-- ------------------------Tesitimoniyal------------------------------------- --*/
/* ===================================================================== */
.about_us_head1 h1 {
    font-size: 24px;
    margin: 25px 0;
    border-bottom: 2px solid #fff;
    padding: 8px 0;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;

}

.testimonial {
    background: url(../img/Testimonials-Banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

img.img-circle.img-responsive {
    width: 100px;
    border-radius: 50%;
    height: 100px;
}

.testimonial4_slide {
    margin-bottom: 56px;
}

.testimonial4_slide p {
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    padding: 0 10%;
}

/* ------testimonial  close-------*/
/* ===================================================================== */
/*-- ------------------------About us------------------------------------- --*/
/* ===================================================================== */
.about_us_Containt_img {
    box-shadow: 0 0 20px #0000004f;
    border-radius: 10px;
    overflow: hidden;
}

.vision_img {
    box-shadow: 0 0 20px #0000004f;
    border-radius: 10px;
    overflow: hidden;
    ;
}

.Quality_police span {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

section.about_us_second {
    margin-top: 6%;
}

.vision_head h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background: #003d1c;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
}

.vision_head p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
}

.Quality_police h2 {
    font-size: 24px;
    background: #003d1c;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
}


.Quality_police {
    margin-top: 4%;
}

.Quality_police p {
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
}

.Quality_police ul li {
    padding: 4px;
}

.Quality_police ul li span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

/* ===================================================================== */
/*-- ------------------------Our-prorile------------------------------------- --*/
/* ===================================================================== */
.Ourprorile {
    background: url(../img/ourprofile-bannar3.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.ourbanner_content {
    padding: 73px 3px;
}

.ourbanner_content h3 {
    font-size: 30px;
    color: #003d1c;
}

.ourbanner_content p {
    font-size: 18px;
    line-height: 30px;
    padding: 0;
}

.management-heading h2 {
    font-size: 24px;
    background: #003d1c;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
    margin: 30px 0;
}

.management-heading p {
    line-height: 30px;
    font-weight: 500;
}

.management-heading h4 {
    font-size: 18px;
    color: #20b800;
    font-weight: 600;
}

.managemnt_n {
    margin: 5% 0;
}

.ourbanner_content h3 {
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin: 10%;
}

/* ======================================================== */
/* -----------------------facilities_main---------------- */
.facilities_main {
    background: linear-gradient(rgba(199, 57, 57, 50%), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/facilitise1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10%;
}

.facilities-img-contact h2 {
    color: #fff;
    margin-top: 10%;
}

.facilities-img-contact p {
    color: #fff;
    line-height: 30px;
}

.producaion_img {
    box-shadow: 0 0 20px #0000004f;
    border-radius: 10px;
    overflow: hidden;
}

.main_facilityes_heading h1 {
    text-align: center;
    color: #20b800;
    border-bottom: 2px solid;
    display: inline-block;
    margin: 23px 0;
}

.main_facilityes_heading {
    text-align: center;
}

.main_facilityes {
    line-height: 30px;
    margin: 9px 0 45px 0px;
}

.producation_t {
    margin: 36px 0;
}

.Quality_Management {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/producaiotn_managment.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 6%;
}

.quality_containt h2 {
    color: #fff;
    margin-top: 34px;
    font-size: 33px;
    font-weight: 800;
}

.quality_containt p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}


/* ===================================================================== */
/*-- ------------------------Contact Us------------------------------------- --*/
/* ===================================================================== */
iframe {
    max-width: 100%;
}

.cont_form-HEADING h1 {
    font-weight: 700;
    color: #003d1c;
}

.contacts_form input {
    margin: 11px 0;
    padding: 21px 9px;
}

.form_name {
    width: 49%;
    display: inline-block;
    margin: 2px 1px;
}

section.contact-address {
    margin: 50px 0;
}

.add_main {
    padding: 45px 60px !important;
}

.address_mainhead {
    background: #003d1c;
    padding: 12px 37px;
    display: inline-block;
    border-radius: 15px;
    transition: 0.4s;
    height: 100%
}

.address_mainhead:hover {
    box-shadow: 0 10px 10px 0 #000000;
    transform: translateY(4px);
}

.address_IMG {
    display: flex;
    justify-content: center;
}

.address_contents h2 {
    color: #fff;
    text-align: center;
    padding: 14px 0;
}

.address_contents p {
    color: #fff;
    text-align: center;
}

.address_contents span {
    color: #fff;
    text-align: center;
    display: block;
    padding: 0px 47px;
    line-height: 30px;
}

.address_contents span {
    color: #fff;
    text-align: center;
    display: block;
    padding: 0px 47px;
    line-height: 30px;
}

.address_contents a {
    text-decoration: none;
    color: #fff;
    line-height: 30px;
}

.address_contents p {
    margin: 4px;
    line-height: 30px;
}

.contact_banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/contact-us-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;

}

.contact_banner_head {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(4%, 100px);
    color: #fff;
}

.address_mainhead:hover {
    box-shadow: 0 10px 10px 0 #000000;
    transform: translateY(4px);
}

.submit_btn input {
    color: #fff;
    padding: 12px 46px;
    background: #003d1c;
    border: 1px solid #003d1c;
    border-radius: 5px;
    font-size: 18px;
    transition: .3s;
}

.submit_btn input:hover {
    background: #049f4c;
    color: #fff;
}

/* ===================================================================== */
/*-- ------------------------Bottom-to top------------------------------------- --*/
/* ===================================================================== */

#scroll {
    position: fixed;
    right: 10px;
    bottom: 5%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #003d1c;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 999;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #049f4c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.up-down {
    animation: up-down linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: up-down linear 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: up-down linear 4s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: up-down linear 4s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: up-down linear 4s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@keyframes up-down {
    0% {
        transform: translate(1px, 20px);
    }

    24% {
        transform: translate(1px, 30px);
    }

    50% {
        transform: translate(1px, 12px);
    }

    74% {
        transform: translate(1px, 22px);
    }

    100% {
        transform: translate(1px, 22px);
    }
}

@-moz-keyframes up-down {
    0% {
        -moz-transform: translate(1px, 20px);
    }

    24% {
        -moz-transform: translate(1px, 30px);
    }

    50% {
        -moz-transform: translate(1px, 12px);
    }

    74% {
        -moz-transform: translate(1px, 22px);
    }

    100% {
        -moz-transform: translate(1px, 22px);
    }
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translate(1px, 20px);
    }

    24% {
        -webkit-transform: translate(1px, 30px);
    }

    50% {
        -webkit-transform: translate(1px, 12px);
    }

    74% {
        -webkit-transform: translate(1px, 22px);
    }

    100% {
        -webkit-transform: translate(1px, 22px);
    }
}

@-o-keyframes up-down {
    0% {
        -o-transform: translate(1px, 20px);
    }

    24% {
        -o-transform: translate(1px, 30px);
    }

    50% {
        -o-transform: translate(1px, 12px);
    }

    74% {
        -o-transform: translate(1px, 22px);
    }

    100% {
        -o-transform: translate(1px, 22px);
    }
}

@-ms-keyframes up-down {
    0% {
        -ms-transform: translate(1px, 20px);
    }

    24% {
        -ms-transform: translate(1px, 30px);
    }

    50% {
        -ms-transform: translate(1px, 12px);
    }

    74% {
        -ms-transform: translate(1px, 22px);
    }

    100% {
        -ms-transform: translate(1px, 22px);
    }
}

/* ===================================================================== */
/*-- ------------------------Our PRODUCT PAGE------------------------------------- --*/
/* ===================================================================== */
section.table2 {
    margin: 21px 0;
}
table,
th,
td {
    border: 1px solid #003d1c;
    background-color: #003d1c;
    border-color: #003d1c;
}

table {
    text-align: center;
}
tbody.three tr td {
    padding: 11px 63px !important;
}

.one {
    padding: 11px 185px !important;
}
.two {
    padding: 11px 131px !important;
}

.table_t table tbody tr td {
    color: #003d1c;
    padding: 11px 28px;
    background: #f3f381;
}

.table_t table tbody tr th {
    padding: 6px 6px;
    color: #fff;
    background: rgb(0 61 28);
    font-size: 19px;
}

.ourproduct_heading H1 {
    font-size: 26px;
    display: inline-block;
    border-bottom: 2px solid;
    padding: 5px 0;
}

.ourproduct_heading {
    text-align: center;
    margin: 27px 0;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
}

.tg td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg th {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: 'Roboto', sans-serif;
   
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg .tg-rsm4 {
    background-color: #003d1c;
    border-color: #003d1c;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}

.tg .tg-rikt {
    background-color: #f3f381;
    border-color: inherit;
    color: #003d1c;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
    padding: 11px 28px;
}
table.tg tbody tr th {
    padding: 6px 6px;
    color: #fff;
    background: rgb(0 61 28);
    font-size: 19px;
}
.contates_content h2 {
    font-size: 29px;
    background: #003d1c;
    color: #fff;
    text-align: center;
    border-bottom: 3px solid;
    display: inline-block;
    padding: 0 12px;
}

.contates_content1 h3 {
    font-size: 21px;
    color: #fff;
}

.contates_content {
    background: #003d1c;
    text-align: center;
    padding: 15px 0;
    margin-top: 20px;
}


.contates_content1 p {
    color: #fff;
    padding: 2px 14px;
    line-height: 30px;
}


.contates_content ul li {
    display: block;
}

.contates_content ul li a {
    color: #fff;
    text-decoration: none;
}


/* ===================================================================== */
/*-- ------------------------Footer------------------------------------- --*/
/* ===================================================================== */

.footer_logo img {
    width: 79%;
}

.footer-menu ul li a {
    color: #fff;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.footer-menu ul li {
    display: block;
    margin: 0 38px;
}

.footer-menu h2 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin: 10px 22px;
}

.footer-address h2 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
}

.footer-address ul li {
    display: block;
    color: #fff;
}


.footer-address ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    display: inline-block;
    padding: 0 0px;
}

.footer_logo p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 16px 0;
}

footer.footer_main {
    background: #838383;
    padding: 45px 0;
    margin: 28px 0 0 0;
}

.footer-menu ul li a:hover {
    color: #003c1c;
}

.footer-address ul li a:hover {
    color: #003c1c;
}

.img-thumbnail {
    margin-bottom: 20px;
    border: 1px solid #e8c776 !important;
}

section.about_us {
    background: #f7f7f7;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

section.management {
    padding: 40px 0px;
    margin-bottom: 30px;
    position: relative;
}


section.management:before {
    position: absolute;
    content: '';
    background: #0000008f;
    width: 100%;
    height: 100%;
    top: 0px;
}
section.banner_content {
    padding-bottom: 40px;
}

section.our-clients-sec {
    background: #f3f381;
    padding: 20px 0px;
}

.our-clients-head {
    text-align: center;
}

section.corparate_team {
    margin-bottom: 30px;
}