
 #body .container{
    max-width: 1200px !important;
}

body{
    font-family: 'Heebo', sans-serif !important;
}

/*------------- top-nav ----------------*/


.top-navbar {
    background-color: #0D5A45;
    padding: 5px 0;
}

.nav-social a i {
    font-size: 18px;
    /* width: 28px; */
    /* height: 28px; */
    /* background-color: #fff; */
    color: #ffffff;
    text-align: center;
    /* line-height: 28px; */
    /* border-radius: 100%; */
    /* padding: 10px 8px; */
}

.top-list{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.top-list li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
}

.top-list li{
    padding-right: 10px;
}

.top-list li:last-child{
    padding-right: 0;
}

.top-list li a i{
    font-size: 14px;
    margin-right: 6px;
}

.top-list li a:hover{
    text-decoration: none;
}




/*------------- navigation ----------------*/

.logo{
    text-align: center;
}


a.navbar-brand img {
    width: 80px;
}

.navbar {
    background-color: #fff !important;
    padding: 12px 0 !important;
}

.navbar-nav li a {
    font-size: 16px;
    color: #000 !important;
    font-weight: 600;
    padding-left: 40px !important;
}

.navbar-nav li{
    position: relative;
    transition: all .5s ease-in-out;
}

.sub-content {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
}

.sub-content li a {
    color: #fff !important;
    /* line-height: 43px; */
    /* text-align: center; */
    text-decoration: none;
    padding: 18px 35px;
    display: inline-block;
    white-space: nowrap;
}

/* .nav-content .sub-items .row .col-lg-4{
    padding-left: 0;
} */



.nav-content {
    position: absolute;
    top: 70px;
    left: -10px;
    z-index: 999;
    background-color: rgb(11 80 61);
    display: inline-block;
    /* right: -4px; */
    transition: all .5s ease-in-out;
     opacity: 0;
    visibility: hidden;  
}

.navbar-nav .nav-in:hover .nav-content{
    opacity: 1;
    visibility: visible;
     top: 58px; 
    
}

ul.sub-content li {
    border-bottom: 1px solid #c8c6c6;
    position: relative;
}

.sub-content2 {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
}

.sub-content2 li a {
    color: #fff !important;
    /* line-height: 43px; */
    /* text-align: center; */
    text-decoration: none;
    padding: 18px 35px;
    display: inline-block;
    white-space: nowrap;
}

/* .nav-content .sub-items .row .col-lg-4{
    padding-left: 0;
} */



.nav-content2 {
    position: absolute;
    top: -61px;
    left: 236px;
    z-index: 999;
    background-color: rgb(11 80 61);
    display: inline-block;
    /* right: -4px; */
    transition: all .5s ease-in-out;
     opacity: 0;
    visibility: hidden;   
}

.navbar-nav .nav-corprate:hover .nav-content2{
    opacity: 1;
    visibility: visible;
     
    
}


/*------------- banner ----------------*/

.bc-img{
    background: url(../images/ban-1.png) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 720px;
}

.bc-img2{
    background: url(../images/ban-2.png) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 720px;
}

.bc-img3{
    background: url(../images/b-1.png) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 720px;
}

/*------------- about us ----------------*/


h4.abt-header {
    font-size: 33px;
    padding: 0 340px;
    letter-spacing: 5px;
    line-height: 53px;
    /* margin: 35px 0 30px; */
    margin: 30px 0;
}

p.abt-para {
    color: #525c66;
    font-size: 18px;
    padding: 0 340px;
    line-height: 33px;
    margin-bottom: 25px;
}

a.abt-link {
    display: inline-block;
    background: #0d5a45;
    color: #fff;
    /* font-weight: 600; */
    padding: 8px 25px;
}

a.abt-link:hover{
    text-decoration: none;
}

.about {
    margin-top: 70px;
}

/*------------- products ----------------*/


.pro-bg{
    background: url(../images/pro-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
}

h5.pro-header {
    color: #0d5a45;
    font-size: 40px;
    letter-spacing: 2px;
}

p.pro-para {
    color: #3c3c3c;
    font-size: 16px;
    padding: 0 246px;
    line-height: 28px;
}

.pro-text{
    padding-top: 50px;
}

.product-2 {
    margin-top: -388px;
}

/*------------- investors ----------------*/

.in-bg {
    background: url(../images/in-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 60px 0 100px;
}

.in-bg2 {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px 40px;
    border: 2px solid #fff;
    min-height: 468px;
}

h5.in-header {
    font-size: 28px;
    color: #fff;
}

.in-list{
    margin: 0;
    padding: 0;
    list-style: none;

}

.in-list li a {
    color: #fff;
    line-height: 80px;
    display: inline-block;
}

.in-list li a:hover{
    text-decoration: none;
}

.in-list li a img {
    width: 40px;
    margin-right: 14px;
}

.in-list li a i {
    font-size: 8px;
    margin-right: 12px;
}

.in-list2{
    margin: 0;
    padding: 0;
    list-style: none;

}

.in-list2 li a {
    color: #fff;
    line-height: 72px;
    display: flex;
}

.in-list2 li a:hover{
    text-decoration: none;
}

.in-list2 li a h5 {
    font-size: 15px;
    line-height: 25px;
}

.in-list2 li a i {
    font-size: 8px;
    margin-right: 15px;
    transform: translateY(8px);
}

.in-list2 li {
    padding-bottom: 8px;
}

.in-list2 li:last-child{
    padding-bottom: 0;
}

.in-list3{
    margin: 0;
    padding: 0;
    list-style: none;

}

.in-list3 li a{
    display: flex;
}

a.in-icon i {
    color: #fff;
    font-size: 8px;
}

h5.ul-3 {
    color: #fff;
    font-size: 22px;
}

h5.ul-3 i{
   margin: 0 6px;
    font-size: 20px;
}

h5.ul-2 {
    color: #fff;
    font-size: 15px;
}

h5.ul-2 span{
    margin-left: 6px;
}

a.in-icon i {
    color: #fff;
    font-size: 8px;
    /* margin-top: 10px; */
    /* transform: translate(10px, 10px); */
    /* margin-left: 10px; */
    margin-right: 15px;
    transform: translateY(10px);
}

.in-top{
    margin-top: 18px;
}

.in-title{
    font-size: 15px;
    margin-top: 40px;
    color: #fff;
}

.in-header2{
    font-size: 35px;
    color: #fff;
    margin-bottom: 32px;
}

/*----------- footer -----------*/

.footer {
    background: #0d5a45;
    min-height: auto;
    padding: 40px 0;
}

h5.ftr-heading {
    text-transform: capitalize;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 35px;
    margin-top: 30px;
    position: relative;
    /* font-family: 'Playfair Display', serif; */
}

h5.ftr-heading::before {
    content: "";
    width: 45px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    bottom: -11px;
    left: 0px;
}



.ftr-logo {
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

p.ftr-para {
    font-size: 15px;
    color: #dfdfdf;
    line-height: 25px;
    padding-right: 100px;
}

h5.ftr-heading2 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #ffffff;
}

h5.ftr-heading2 span{
    color: #f56600;
}

.ftr-social a i {
    background-color: #0d5a45;
    color: #ffffff;
    /* width: 38px; */
    /* height: 38px; */
    font-size: 17px;
    display: inline-block;
    line-height: 35px;
    /* text-align: center; */
    /* padding-right: 15px; */
    padding: 1px 14px;
    margin-right: 10px;
}

.ftr-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list li a {
    display: flex;
    font-size: 16px;
    color: #e3e3e3;
    padding-bottom: 10px;
}

.ftr-list li a i {
    font-size: 15px;
    color: #ffffff;
    margin-top: 5px;
    margin-right: 10px;
}

.ftr-list li a:hover{
    color: #ffffff;
    text-decoration: none;
}

.ftr-list li a h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #d6d6d6;
}



.ftr-list2{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list2 li a {
    display: flex;
    font-size: 16px;
    color: #dbd9d9;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.ftr-list2 li a:hover{
    color: #dbd9d9;
    text-decoration: none;
}

.ftr-list2 li a i {
    color: #cc3300;
    transform: translatey(10px);
    margin-right: 12px;
    font-size: 7px;
}

.ftr-3 {
    margin-left: 60px;
}

.ftr-up {
    /* color: #fff; */
    background: #173a79;
    border-top: 1px solid #9e9e9e;
    padding: 16px 0;
}

h5.ftr-title.text-center {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.ftr-down {
    width: 100%;
    background-color: #0d5a45;
    padding: 15px 0;
    border-top: 1px solid #8d8b8b;
}

.ftr-caption4{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}

.ftr-item{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: right;
}

.ftr-item li a{
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding-left: 15px;
    text-transform: capitalize;
}

a.ftr-button {
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

.ftr-ul {
    margin-top: 90px;
}


.click-to-top {
    position: fixed;
    right: 85px;
    bottom: 25px;
    z-index: 999;
}

.click-button {
    background: #087356;
    border: none;
    color: #fff;
    /* padding: 5px 12px; */
    display: inline-block;
    /* border-radius: 100%; */
    width: 42px;
    height: 42px;
}

.click-angle {
	font-size: 17px;
	line-height: 36px;
}

.a-font{
    font-family: 'Playfair Display', serif;
}


/*----------- about page -----------*/


/*----------- about banner -----------*/

.abt-banner {
    background: url(../images/abt-ban.png) no-repeat;
    background-size: cover;
    min-height: auto;
    padding: 105px 0;
}

.con-banner{
    background: url(../images/con-ban.png) no-repeat;
    background-size: cover;
    min-height: auto;
    padding: 105px 0;
}

.abt-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.abt-list li a {
    color: #fff;
    font-size: 16px;
    padding-right: 10px;
}

.abt-list li a:hover{
    text-decoration: none;
}

h4.ovr-header {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 2px;
}

/*------------ over-content -------------*/

.ovr-img {
    width: 98%;
    height: 372px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
    margin-left: 15px;
    margin-top: 60px;
}

.ovr-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

h5.ovr-title {
    color: #0d5a45;
    font-size: 22px;
    text-transform: uppercase;
}

h3.ovr-title2 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

p.ovr-para {
    color: #595959;
    line-height: 28px;
}

.about2{
    margin-top: 70px;
}

/*----------- Quality -----------*/

h4.q-header {
    font-size: 32px;
    color: #0d5a45;
    margin-bottom: 15px;
}

p.q-para {
    color: #555;
    padding: 0 292px;
    line-height: 26px;
    margin-bottom: 30px;
}

h5.q-header2 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
}

p.q-para2 {
    color: #6e6b6b;
    margin-bottom: 0;
}

.best-1 {
    margin-top: 11px;
}

/*----------- contact page -----------*/

/*------------------ contact -------------------*/

.get {
    margin-top: 70px;
}

h3.get-heading {
    font-size: 32px;
    color: #087356;
    /* text-transform: capitalize; */
    font-weight: 600;
    margin-bottom: 0.625rem;
}

form.form-get-bg {
    margin-top: 30px;
}

label.get-label {
    
    text-transform: capitalize;
    font-size: 14px;
}

.get .container .form-get-bg .form-grp-1 .form-control {
    border: 2px solid #d2d2d2;
    border-radius: initial;
    height: 49px;
}

.get .container .form-get-bg .form-grp-1 .msg {
    resize: none;
    height: 133px;
    padding-top: 45px;
}

.form-grp-1 {
    margin-bottom: 25px;
}

.get .container .form-get-bg .form-grp-1 .form-control::placeholder{
    font-size: 14px;
    color: #555555;
    font-weight: 500;
}

input.get-link {
    background-color: #0d5a45;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border: none;
    padding: 17px 40px;
    margin-top: 10px;
}

input.get-link:hover{
    color: #fff;
    text-decoration: none;
}

.direct-box {
    min-height: 375px;
    border: 2px solid #c5c4c4;
    /* padding-top: 17px; */
    /* padding-left: 14px; */
    width: 62%;
    padding: 17px 25px 20px;
    margin-top: 12%;
    margin-left: 21%;
}

h3.direct-header {
    font-size: 16px;
    color: #005197;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0.625rem;
}

p.direct-para {
    font-size: 14px;
    color: #585656;
    line-height: 26px;
    text-align: justify;
     margin-bottom: 1.25rem;
}

.ico-direct {
    color: #f56600;
    margin-right: 23px;
}

.ico-direct-1 {
    color: #f56600;
    margin-right: 28px;
}



p.get-para {
    color: #555;
    line-height: 28px;
}

.contatlist{
    margin: 0;
    padding: 0;
    list-style: none;
}

.contatlist li a{
    display: flex;
    color: #000;
    font-size: 15px;
}

.contatlist li a h5 {
    font-weight: 400;
    color: #000;
    font-size: 15px;
    line-height: 22px;
}


.contatlist li a i {
    color: #087356;
    margin-right: 15px;
    transform: translateY(5px);
}

.contatlist li a:hover{
    text-decoration: none;
}

.contatlist li{
    padding-bottom: 20px;
}

.contatlist li:last-child{
    padding-bottom: 0;
}

.con-list li a:hover{
    text-decoration: none;
}

.con-lft {
    background: #e8fff9;
    width: 70%;
    margin-left: 45px;
    padding: 40px;
    margin-top: 62px;
}

h3.get-heading2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 13px;
}

.con-social {
    margin-top: 25px;
}


/*----------- Annual report ------------*/

.an-bg {
    width: 80%;
    margin: 0 auto;
    background: #f6f2f2;
}

h4.an-header {
    background: #0d5a45;
    color: #fff;
    font-size: 31px;
    padding: 15px;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.an-div {
    padding: 30px 25px;
    /* border: 1px solid #000; */
}

.an-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #c2c2c2;
}

.an-list li a {
    font-size: 15px;
    color: #3d3b3b;
    padding: 10px;
    display: block;
}

.an-list li a:hover{
    text-decoration: none;
}

.an-list li{
    border-bottom: 1px solid #c2c2c2;
}

.an-list li:last-child{
    border-bottom: 0;
}

.an-list li a span{
    float: right;
}

.an-list li a i {
    color: #e32727;
    font-size: 18px;
    margin-right: 8px;
}

.li-color {
    background-color: #e5e2e2;
}

.annual{
    margin-top: 70px;
}

/*----------- Share Holding ------------*/

.sh-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #9f9e9e;
    /* padding: 0 140px; */
    
}

.sh-list li a{
    display: flex;
    color: #000;
}

.sh-list li:last-child{
    padding-bottom: 0;
}

.sh-list li a:hover{
    text-decoration: none;
}

.sh-list li a h5 {
    background: #d2d1d1;
    padding: 22px 18px;
    color: #000;
    font-size: 17px;
    margin-right: 20px;
    margin-bottom: 0;
}

.sh-list li a label {
    
    color: #656565;
}

.sh-list li a div {
    margin-top: 11px;
}

h5.sh-header {
    background: #6b6b6b;
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    /* font-size: 20px; */
    padding: 15px;
    width: 100%;
}

.agm-top{
    margin-top: 50px;
}