@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,700,800,900&display=swap');
/*font-family: 'Nunito', sans-serif;*/

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    /*font-family: 'Nunito', sans-serif;*/
}

/* Reset style */
* {
    margin: 0;
    padding: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
.message-md h4 , .organization h4, .human-resource h4 {
  font-size: 18px;
  border-bottom: 1px solid lightgray;
  margin-bottom: 1em;
}
a {
  color: #139541;
}
a, a:hover, a:active, a:focus {
    text-decoration: none;
    outline: 0;
}
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
  width: 100%;
}

.mar-btn-0 {
  margin-bottom: 0;
}
/*common style starts here*/

.title-area {
    color:#1ab6e4;
}

.btn-reademore {
  color: #fff;
  background-color: #139541;
  font-weight: 600;
    border: 1px solid darkgreen;
    border-radius: 0;
}
section {
    margin-bottom: 2em;
}
.homepage_section {
  margin-top: 7%;
}
/*common style ends here*/


/* Header style starts here */
.hidden-lg-up {
    display: none;
}

a.logo.nav-link {
    padding: 0!important;
}

.linkedin img{
  color: #0077B5;
}

#Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: lightgray;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

#Header .site-logo-wrap {
    width: 60%;
    float: left;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.site-logo-wrap .tagline {
  font-size: 16px;
  color: #000
}
.site-logo-wrap h1 {
  font-size: 3em;
  color: darkgreen;
  padding-left: 0.2em;
  float: left;
}
#Header .site-logo-wrap .logo img {
    display: inline-block;
    vertical-align: middle;
    width: 105px;
    float: left;
    transition: all 0.3s ease-in-out;
}
#Header .main-menu {
    width: 40%;
    text-align: right;
    float: right;
    padding-top: 15px;
    transition: all 0.3s ease-in-out;
}
#Header .main-menu .menu-list{ 
  margin-bottom: 0;
}
#Header .main-menu li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
#Header .main-menu li a {
    position: relative;
    font-size: 16px;
    color: #000;
    padding: 15px 10px;
    font-weight: 500;
}
#Header .main-menu li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0098aa;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#Header .main-menu li a:hover::before, #Header .main-menu li a.active::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* mobile menu style*/
#Header .mobile-menu {
    width: 60%;
    left: -60%;
    background-image: linear-gradient(to bottom, #42d030 0%, #330867 100%);
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100vh;
    -webkit-transition: left .5s .5s;
    -moz-transition: left .5s .5s;
    transition: left .5s .5s;
}
#Header .mobile-menu.visible {
    left: 0;
    -webkit-transition: left .5s;
    -moz-transition: left .5s;
    transition: left .5s;
    z-index: 5
}
#Header .mobile-menu ul {
    margin-top: 125px;
}
#Header .mobile-menu ul li {
    list-style: none;
    padding: 0 0 20px 40px;
}
#Header .mobile-menu ul li a {
    font-size: 16px;
    color: #fff;
    padding: 0;
}
/* menu toggler style */
#Header a.menu-trigger {
  cursor: pointer;
  position: relative;
  top: 35px;
  width: 40px;
  height: 40px;
  float: right;
  transition: all 0.3s ease-in-out;
}
#Header a.menu-trigger span,
#Header a.menu-trigger span:before,
#Header a.menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000;
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  left: 0;
}
#Header a.menu-trigger span:before,
#Header a.menu-trigger span:after {
  content: "";
}
#Header a.menu-trigger span {
  top: 10px;
}
#Header a.menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}
#Header a.menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}
#Header a.menu-trigger.active span,
#Header a.menu-trigger.active span:before,
#Header a.menu-trigger.active span:after {
  background-color: transparent;
}
#Header a.menu-trigger.active span:before {
  -moz-transform: translateY(4px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(4px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(4px) translateX(1px) rotate(45deg);
  transform: translateY(4px) translateX(1px) rotate(45deg);
  background-color: white;
}
#Header a.menu-trigger.active span:after {
  -moz-transform: translateY(-8px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-8px) translateX(1px) rotate(-45deg);
  transform: translateY(-8px) translateX(1px) rotate(-45deg);
  background-color: white;
}

#Header.header-fixed {
    z-index: 10;
    background: #12a512;
    transition: all 0.3s ease-in-out;
}
#Header.header-fixed .site-logo-wrap {
    padding: 5px 0;
    transition: all 0.3s ease-in-out;
}
#Header.header-fixed .site-logo-wrap .logo img {
    width: 60px!important;
    transition: all 0.3s ease-in-out;
}
#Header.header-fixed .site-logo-wrap h1 {
    font-size: 1.6em;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
#Header.header-fixed .site-logo-wrap .tagline {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
#Header.header-fixed .main-menu {
    padding: 5px 0!important;
    transition: all 0.3s ease-in-out;
}
#Header.header-fixed .main-menu li a {
    padding: 5px 10px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
#Header.header-fixed a.menu-trigger {
    top: 15px;
    transition: all 0.3s ease-in-out;
}


#Header.header-fixed a.menu-trigger span,
#Header.header-fixed a.menu-trigger span:before,
#Header.header-fixed a.menu-trigger span:after {
  background-color: #fff;
}



/* Header style ends here */

.block-title {
    background: darkgreen;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin: 10px 0;
    outline-offset: -10px;
    outline-color: #fff;
    outline: solid 2px;
}
.block-title h2, .block-title p {
  font-size: 24px;
  margin-bottom: 0;
}

.about-page-section .section-title{
  color: darkgreen;
  text-align: center;
  font-size: 2.5em;
  font-weight: 900;
}

.about-page-section .section-title span::before {
    content: "";
    position: relative;
    display: block;
    margin: 0 auto;
    top: 2px;
    width: 50px;
    bottom: 5px;
    height: 10px;
    display: table;
    margin: 0 auto;
    background-color: #F7C849;
}
.about-page-section .section-title span::after {
    content: "";
    display: block;
    position: relative;
    width: 135px;
    bottom: 5px;
    height: 5px;
    display: table;
    margin: 0 auto;
    background-color: darkgreen;
    z-index: -1;
}

.about-page-section .img-blocks {
    margin-top: 1em;
}
.about-page-section .img-blocks .has-img {
    height: 200px;
    overflow: hidden;
        border: 1px solid #131313;
    outline: 5px solid;
    outline-offset: -6px;
    outline-color: #ffffff;
}
.about-page-section .paragraph-section {
  font-size: 18px;
  margin-top: 1em;
  background: lightgray;
  padding: 1em;
}
.about-page-section .paragraph-section span{
  font-size: 24px;
  font-weight: 700;
}
.about-page-section .paragraph-section i{
  font-weight: 700;
  color: darkgreen;
}
.right_content .heading {
    font-size: 2em;
    font-weight: 700;
    background: lightgray;
    padding: 0 17px;
    border-left: 20px solid #006400;
}
.services_lists_item{
  margin-bottom: 2em;
  border: 1px solid lightgray;
  padding: 5px;
}
.services_lists_item p.title {
    border: 1px solid #000;
    padding: 10px;
    height: 65px;
    line-height: 16px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}
.services_lists_item .has-img {
  height: 140px;
  overflow: hidden;
}
.sidebar {
    border: 1px solid lightgray;
    padding: 10px;
    background: ghostwhite;
}
.sidebar-links li {
  font-size: 16px;
  padding: 5px 0;
  font-weight: 600;
  border-bottom: 1px solid lightgray;
}
.gallery-1 .has-img {
    height: 135px;
    overflow: hidden;
    margin: 10px 0;
    border: 1px solid black;
}
.service-sector-img .img-title {
  position: relative;
    /* top: -38px; */
    color: #fff;
    font-size: 26px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    bottom: 40px;
}

.service-sector-list .left-list li{
  font-size: 14px;
  border-bottom: 1px solid #000;
  font-weight: 600;
  padding: 5px;
}

.service-sector-list .left-list { 
   border: 1px solid lightgray;
    padding: 16px;
  }
.service-sector-list .right-list li{
  font-size: 14px;
  list-style-type: circle;
  list-style-position: inside;
      color: darkgreen;
    font-weight: 600;
}

/*contact us page css*/
.contact-us-table {
  font-size: 14px;
  margin-bottom: 0.5em;
}
.contact-form-block {
  border:1px solid lightgray;
  padding:20px 10px;
}

/*company details page css*/
.company-details-page h2 {
  text-align: center;
  margin-top: 1em;
}

.company-details-page h2 span::before {
    content: "";
    position: relative;
    display: block;
    margin: 0 auto;
    top: 2px;
    width: 50px;
    bottom: 5px;
    height: 10px;
    display: table;
    margin: 0 auto;
    background-color: #F7C849;
}
.company-details-page h2 span::after {
    content: "";
    display: block;
    position: relative;
    width: 135px;
    bottom: 5px;
    height: 5px;
    display: table;
    margin: 0 auto;
    background-color: darkgreen;
    z-index: -1;
}

.company-details-page .has-img {
    height: 205px;
    overflow: hidden;
}

.company-details-page p{
  position: relative;
    /* top: -38px; */
    color: #fff;
    font-size: 26px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    bottom: 40px;
}

/*About us page css*/
.sidebar .sidebar-heading{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background: darkgreen;
  padding: 5px;
  color: #fff;
  margin: 0;
}
.sidebar .our-commitment {
  font-size: 14px;
}
.sidebar .contact-with li {
  font-size: 14px;
  list-style-type: square;
}
.about-us .policy-block {
  text-align: center;
  border:1px solid lightgray;
  margin-bottom: 2em;
}
.about-us .policy-block .first-line{
  font-size: 14px;
  background: darkblue;
  font-weight: 600;
  color: #fff;
  padding: 5px;
}
.about-us .policy-block .second-line{
  font-size: 18px;
  font-weight: 700;
}
.about-us h3{
  font-size: 20px;
}
.registration-table th img {
  width: 50px;
}
.company-values {
  margin-top: 1em;
}
.mission, .our-vision, .strategy {
  border:1px solid lightgray;
  text-align: center;
  background: ghostwhite;
  height: 265px;
}
.company-values .title {
  font-size: 22px;
  font-weight: 600;
  padding: 10px;
  margin-bottom: 0;
  background: darkblue;
  color: #fff;
}
.company-values .desc {
  font-size: 14px;
  padding: 1em;
  font-weight: 500;
}

/*Message from the MD css*/

.board-member {
  border: 1px solid lightgray;
  padding: 10px;
  height: 300px;
}
.board-member .identy img {
  outline: 1px solid lightgray;
  padding: 5px;
}
.board-member .identy p {
  margin:0;
}
.board-member .identy .name {
  font-weight: 600;
  color: darkblue;
  border-bottom: 1px solid;
  margin: 5px 0;
}
.board-member .identy .desing {
  font-weight: 600;
  font-style: italic;
font-size: 12px;
    line-height: 14px;
}
.board-member .identy-info {
  font-size: 14px;
}

.message-md .message {
  margin-top: 1em;
}

/*human-resource page css*/
.human-resource .jumbotron {
  padding: 1rem 2rem !important;
}
.human-resource .jumbotron .lead {
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
}

/*work experience page css*/
.work-experience table {
  width: 100%;
  border:0;
}
.work-experience table .col-title{
  background: darkcyan;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.work-experience table .row-title{
  background: ghostwhite;
  font-size: 16px;
  font-weight: 400;
}
.work-experience table .row-data{
  font-size: 14px;
  font-weight: 400;
}
.work-experience table td:first-child{
  width: 30%;
}

.sidebar .our-clients li {
    font-size: 14px;
    list-style-type: square;
}

/*Gallery page css*/

.imageGallery1 {
  margin-top: 6em;
}
.imageGallery1 a {
  width: 100%;
  display: block;
  height: 150px;
  overflow-y: hidden;
  margin: 10px 0;
}



/*contact us page css*/
.contact-us-table td{
  padding-left: 2em;
  font-weight:600;
}

/*footer css*/

.footer .logo img{
    width: 50px;
    margin: 0 auto;
    display: block;
}
.footer p {
  font-size: 12px;
}


