@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  line-height: 1;
  margin: 0;
}
body {
  color: #111;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1;
  margin: 0;
}
h1 {
  margin: 0;
  line-height: 1;
  font-size: 60px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 18px;
  font-weight: 300;
}
h5 {
  font-size: 16px;
}
p {
  margin-bottom: 10px;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
a {
  color: #00321f;
  font-family: "Poppins300", arial, sans-serif;
  text-decoration: none;
}
a:hover {
  color: #378d11;
}
img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.row70 {
  width: 70%;
  margin: auto;
}
.col5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
  max-width: 5%;
}
.col10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
/* 9 columns */
.col11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.111111111%;
  flex: 0 0 11.111111111%;
  max-width: 11.11111111%;
}
/* 8 columns */
.col12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
/* 7 columns */
.col14 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.285714286%;
  flex: 0 0 14.285714286%;
  max-width: 14.285714286%;
}
/* 15% width */
.col15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}
/* 6 columns */
.col16 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666666667%;
  flex: 0 0 16.666666667%;
  max-width: 16.666666667%;
}
/* 5 columns */
.col20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
/* 4 columns */
.col25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col30 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
/* 3 columns */
.col33 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
/* 2 columns */
.col50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col60 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.col65 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
.col70 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.col80 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.col90 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}
/* 1 column */
.col100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.w50 {
  width: 50%;
  margin: auto;
}
.w60 {
  width: 60%;
  margin: auto;
}
.w70 {
  width: 70%;
  margin: auto;
}
.w80 {
  width: 80%;
  margin: auto;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.flex {
  display: flex;
}
.alignC {
  align-items: center;
}
.justC {
  justify-content: center;
}
.auto {
  margin: auto;
}
.mobile {
  display: none;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.overlay {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 999;
  justify-content: center;
  background: rgba(0,0,0,0.9);
}
.overlay .wpcf7-form input {
  height: 38px;
  margin-bottom: 10px;
  padding: 5px;
  width: 98%;
  margin-bottom: 18px;
}
.overlayForm {
  text-align: center;
}
.overlayForm h3 {
  margin-bottom: 15px;
  color: #fff;
}
.submitBtn {
  width: 30%;
  margin: auto;
}
.wpcf7-response-output {
  color: #fff;
  text-align: center;
}
/*=============================================================
  HEADER
=============================================================*/
.header.fixed {
  width: 100%;
  z-index: 999;
  top: -57px;
}
.headerTop {
  padding: 10px;
  background: #00321f;
  color: #fff;
}
.tagline {
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
}
#menu-item-15 a {
  background: #fff;
  border-radius: 50px;
  padding: 10px 27px;
}
#menu-main {
  align-items: center;
}
#menu-item-15 a:hover {
  background: #00321f;
  color: #fff;
}
#downloadImage img {
  border-radius: 5px;
}
.menuRow {
  padding: 5px;
  background: #378d11;
  align-items: center;
}
.menuWrap {
  align-items: center;
}
#menu-main li {
  text-align: right;
  font-weight: 500;
  width: 20%;
}
#menu-main li a:hover {
  color: #fff;
}
.custom-logo {
  max-width: 250px;
}
.smallIcon {
  max-width: 25px;
  margin-right: 15px;
}
.socialIcon {
  max-width: 30px;
  margin-left: 20px;
  opacity: 0.8;
}
#socialIcons {
  justify-content: flex-end;
  margin: 0;
}
/*=============================================================
  CONTENT
=============================================================*/
.addMarginTop {
  margin-top: 160px;
}
#homeAbout .widget-title,
#expertise .widget-title,
#frontServiceTitle .widget-title {
  padding-bottom: 7px;
  border-bottom: 5px solid rgba(0, 50, 31, 0.5);
  width: 23%;
  margin-bottom: 20px;
  color: #378d11;
  text-transform: uppercase;
}
#frontServiceTitle .widget-title,
#expertise .widget-title {
  margin: 0 auto 30px;
  text-align: center;
}
#expertise h4 {
  line-height: 1.8;
}
.frontService img {
  margin-bottom: 20px;
}
#aboutSlideOverlay,
#servicesHeading {
  width: 20%;
  left: 40%;
  top: 30%;
  z-index: 997;
  background: rgba(0, 40, 0, 0.4);
  border-radius: 10px;
  text-align: center;
}
#aboutSlideOverlay h1,
#servicesHeading h1 {
  font-size: 52px;
  color: rgba(255, 255, 255, 0.98);
  padding: 40px;
}
#aboutPageIntro h4 {
  line-height: 1.8;
  text-align: center;
  color: #00321f;
}
#vision .widget-title,
#mission .widget-title,
#publications .widget-title,
#whoWeAre .widget-title {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 5px solid rgba(0, 50, 31, 0.5);
  width: 40%;
  margin: 0 auto 20px;
  color: #378d11;
  text-transform: uppercase;
}
.pub {
  width: 80%;
  margin: 0 auto 10px;
  text-align: left;
}
.director .widget-title {
  margin-top: 10px;
  font-size: 22px;
  color: #378d11;
}
.directorTitle h3 {
  text-align: center;
  font-size: 16px;
}
#visionCol,
#missionCol {
  min-height: 300px;
  border-radius: 10px;
}
.serviceText h3 {
  font-size: 20px;
  text-align: center;
  line-height: 2;
}
.serviceText h3 {
  font-size: 20px;
  text-align: center;
  line-height: 2;
  color: #378d11;
  font-weight: 500;
  margin-bottom: 10px;
}
.frontService .widget-title {
  font-size: 18px;
  text-align: center;
}
#frontAboutImg img {
  box-shadow: -80px -60px 0 0 #e4e4e4;
}
#frontAboutIntro {
  width: 50%;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  color: #fff;
  right: 0;
  bottom: 60px;
}
#frontAboutIntro h4 {
  line-height: 1.6;
}
.servCol {
  border-radius: 10px;
  box-shadow: 0 0 5px 0 #555;
  padding: 10px;
  min-height: 500px;
}
#frontRight {
  min-height: 500px;
  padding: 150px 0 100px 100px;
}
#frontRight h2 {
  color: #fff;
  font-weight: 200;
  line-height: 2;
  font-size: 44;
}
.wpcf7-text {
  height: 32px;
  border: 1px solid #ccc;
  width: 80%;
}
.wpcf7-textarea {
  width: 80%;
  border: 1px solid #ccc;
  resize: vertical;
  max-height: 250px;
}
.wpcf7-submit {
  width: 120px;
  height: 35px;
  background: #00321f;
  border: 1px solid #00321f;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.wpcf7-submit:hover {
  background: #777;
}
.wpcf7-form label {
  font-size: 14px;
}
.wpcf7-form input {
  height: 38px;
  margin-bottom: 10px;
  padding: 5px;
}
.wpcf7-form textarea {
  padding: 10px;
  margin-bottom: 20px;
}
#contactList li {
  line-height: 2.5;
}
#contactList li span {
  display: inline-block;
  min-width: 164px;
  font-weight: 600;
}
.qrcode img {
  max-width: 200px;
}
.pillar .widget-title {
  font-size: 22px;
  text-align: center;
  line-height: 1.2;
}
#downloadCompany h3 a {
  width: max-content;
  padding: 10px 20px;
  border-radius: 50px;
  margin: auto;
  font-size: 18px;
  background: #00321f;
  color: #fff;
  cursor: pointer;
  display: block;
}
#downloadCompany h3 a:hover {
  background: #555;
}
#aboutPageIntro h3 {
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  color: #00321f;
}
#aboutSlogan {
  min-height: 533px;
  display: flex;
  align-items: center;
  padding: 0 60px;
}
#aboutSlogan h2 {
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  font-size: 30px;
}
#downloadCompany h4 {
  text-align: center;
  margin-bottom: 27px;
}
/*=============================================================
  FOOTER
=============================================================*/
footer {
  padding: 100px 0;
}
#phoneList li {
  margin-bottom: 10px;
}
#botAddress .tagBtm {
  color: #00321f;
}
#footerRow {
  padding-top: 50px;
  border-top: 1px solid #dcdcdc;
}
#footerRow h2 {
  font-size: 22px;
}
#legalNotice {
  background: #00321f;
}
#legalNotice h4 {
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
}
#legalNotice a {
  color: #fff;
  font-size: 14px;
}
#legalNotice a:hover {
  color: #378d11;
}
#botAddress li,
#phoneList li,
#emailList li {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #555;
}
.address {
  margin-left: 40px;
}
.botCol2 {
  padding-left: 20px;
  border-left: 2px solid #ccc;
}
.botCol1 {
  padding-right: 20px;
  border-right: 2px solid #ccc;
}
.botCol1 .colWrap {
  text-align: right;
}
/*=============================================================
  RESPONSIVE CODE FOR MOBILE PHONES TABLETS AND DESKTOPS 
                      MOBILE IS FIRST
  =============================================================*/
/*=============================================================
  MOBILE PHONES
  =============================================================*/
@media screen and (min-width: 300px) and (max-width: 760px) {
  .headerWrap {
    flex-flow: column;
  }
  .mobile {
    display: block;
    text-align: center;
  }
  #menu-mobile li {
    line-height: 1.8;
  }
  .headerWrap h4 {
    font-size: 14px;
  }
  .w70 {
    width: 96%;
  }
  .emailCol,
  .officeCol,
  .socialCol {
    max-width: 98%;
    flex: 0 0 98%;
    margin-bottom: 8px;
    align-items: center;
    justify-content: flex-start;
  }
  #homeAbout .widget-title,
  #expertise .widget-title,
  #frontServiceTitle .widget-title {
    width: 60%;
  }
  .brandingCol {
    text-align: center;
    max-width: 80%;
  }
  .custom-logo {
    max-width: 270px;
  }
  #socialIcons {
    justify-content: center;
  }
  .menuCol {
    display: none;
  }
  .mobile-menu-block {
    padding: 10px;
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    left: -100%;
    transition: left 0.2s;
  }
  .mobile-menu-block.show {
    left: 0;
  }
  .header.fixed {
    width: 100%;
    z-index: 999;
    top: -133px;
  }
  .mobile-menu-block.fixed {
    top: 120px;
  }
  #frontAboutIntro {
    width: 90%;
  }
  footer {
    padding: 30px 0;
  }
  #footerRow {
    flex-flow: column;
  }
  .col50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
    max-width: 98%;
  }
  .botCol1 {
    border-right: none;
    padding: 0;
  }
  .botCol2 {
    border-left: none;
  }
  #frontRight {
    min-height: 160px;
    padding: 0 0 30px 18px;
  }
  .colWrap {
    text-align: center;
  }
  .bottomLogo {
    max-width: 250px;
    margin-bottom: 20px;
  }
  #frontRight h2 {
    font-size: 28;
  }
  #frontSlider .sow-slider-image,
  #downloadSlider .sow-slider-image,
  #servicesSlider .sow-slider-image,
  #aboutSlider .sow-slider-image {
    min-height: 290px;
  }
  #frontSlider img,
  #downloadSlider img,
  #servicesSlider img,
  #aboutSlider img {
    min-height: 300px;
    object-fit: cover;
  }

  #contactSlider .sow-slider-image {
    min-height: 90px;
  }
  #contactSlider img {
    min-height: 90px;
    object-fit: cover;
  }
  #contactList {
    margin: 0;
  }
  .wpcf7-text,
  .wpcf7-textarea {
    width: 98%;
  }
  #legalNotice h4 {
    line-height: 2;
  }
  .w50,
  .w60 {
    width: 96%;
  }
  #aboutSlideOverlay,
  #servicesHeading {
    width: 80%;
    left: 10%;
    top: 27%;
  }
  #servicesHeading {
    top: 40%;
  }
  #aboutSlideOverlay h1,
  #servicesHeading h1 {
    font-size: 40px;
    padding: 20px;
  }
  #aboutSlogan {
    min-height: 174px;
    padding: 0 20px;
  }
}
/*=============================================================
  PHABLETS OR SMALL TABLETS
  =============================================================*/
@media screen and (min-width: 761px) and (max-width: 1024px) {
  #frontRight h2 {
    font-size: 30;
  }
  #frontRight {
    min-height: 225px;
    padding: 40px 0 20px 0;
  }
  .smallIcon {
    max-width: 20px;
    margin-right: 10px;
  }
  .headerWrap h4 {
    font-size: 14px;
  }
  .socialIcon {
    max-width: 25px;
    margin: 0 5px;
  }
  .w70 {
    width: 98%;
  }
  #homeAbout .widget-title,
  #expertise .widget-title,
  #frontServiceTitle .widget-title {
    width: 40%;
  }
  #frontServicesOne,
  #frontServicesTwo {
    justify-content: center;
  }
  #frontServicesOne .panel-grid-cell {
    margin-bottom: 50px !important;
  }
  #frontAboutIntro {
    width: 90%;
  }
}
/*=============================================================
  LAPTOPS
  =============================================================*/
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .headerWrap,
  .menuWrap {
    width: 96%;
  }
  #frontRight {
    min-height: 350px;
    padding: 50px 0 50px 50px;
  }
  #frontRight h2 {
    font-size: 40;
  }
  #homeAbout .widget-title,
  #expertise .widget-title,
  #frontServiceTitle .widget-title {
    width: 34%;
  }
  #frontAboutIntro {
    width: 75%;
  }
}
/*=============================================================
  FULL HD RESPONSIVE CODE
  =============================================================*/
@media screen and (min-width: 1601px) and (max-width: 2400px) {
}
