@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");

* {
  margin: 0px;
  padding: 0px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.clearfix {
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.header {
  width: 100%;
}
.logo {
  float: left;
  padding: 27px 0 35px 0;
}
.container {
  width: 100%;
  max-width: 1080px;
}
.header_right {
  float: right;
  padding: 39px 0 0 0;
  width: 75%;
}
.header_right ul {
  float: right;
  margin: 0px;
  padding: 0 0 22px 0;
}
.header_right ul li {
  float: left;
  list-style: none;
  background: url("images/nav-divider.png") no-repeat left 5px;
  padding: 0 6px 0 6px;
  position: relative;
}
.header_right ul li ul {
  margin-left: 50px;
  display: none;
  width: 196px;
  position: absolute;
  top: 100%;
  z-index: 99;
  border: 2px solid #00dc94;
  background: #fcc55e;
  padding-bottom: 0px;
}
.header_right ul li:hover ul {
  display: block;
}
.header_right ul li ul li {
  padding: 8px 0 !important;
  border-bottom: 2px dotted #00dc94;
  width: 100%;
  background: none;
}
.header_right ul li ul li:last-child {
  border: none;
}
.header_right ul li ul li a {
  border: none !important;
  padding: 2px 4px !important;
  font-weight: lighter !important;
  font-size: 16px !important;
}
.header_right ul li ul li a:hover {
  color: #fff !important;
}
.header_right ul li:first-child {
  background: none;
}
.header_right ul li a {
  color: #000;
  float: left;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 8px solid #fff;
  font-family: "Plus Jakarta Sans";
}
.header_right ul li a.active {
  border-bottom: 8px solid #00dc94;
}
.header_right ul li a:hover {
  border-bottom: 8px solid #00dc94;
}
nav {
  padding: 0px 0 0 0;
}
nav ul {
  margin: 0px;
  padding: 0px !important;
}
nav ul li {
  list-style: none;
  float: left;
  background: none !important;
  padding: 0px !important;
  margin: 0 0px 0 1px;
  position: relative;
}
nav ul li ul {
  display: none;
  width: 416px !important;
  position: absolute;
  left: -50%;
  top: 100%;
  z-index: 99;
  border: none !important;
  background: #404040 !important;
  box-shadow: 0.5px 0.866px 7px 0 rgba(0, 0, 0, 0.53);
  padding: 10px 10px !important;
}
nav ul li:hover ul {
  display: block;
}
nav ul li ul li {
  padding: 8px 0 !important;
  border-bottom: none !important;
  width: 100% !important;
  text-align: left;
}
.header_right ul li ul {
  width: 292px !important;
}
nav ul li ul li:last-child {
  border: none;
}
nav ul li ul li a {
  border: none !important;
  padding: 0 4px !important;
  font-size: 12px !important;
  color: #fff !important;
}
nav ul li ul li a:hover {
  color: #fff !important;
}
nav ul li a {
  padding: 0 13px 7px 13px;
  border-bottom: 8px solid #fff;
  font-size: 16px !important;
  line-height: 18px;
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-weight: normal !important;
  transition: border 300ms;
}
nav ul li a:hover {
  border-bottom: 8px solid #00dc94;
  text-decoration: none;
}
nav ul li a.active {
  border-bottom: 8px solid #00dc94;
}
nav ul li:last-child ul {
  left: -90% !important;
}
.container-fluid {
  padding: 0px;
}
.slide-content {
  background: url(images/slide-content-bg.png);
  float: left;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 97px;
  padding: 20px 0;
}
.slide-content h2 {
  text-align: left;
  font-size: 30px;
  color: #fff;
  margin: 0px;
  padding: 0 0 12px 0;
  font-family: "Plus Jakarta Sans";
}
.slide-content p {
  text-align: left;
  font-size: 20px;
  color: #fff;
  margin: 0px;
  font-family: "Plus Jakarta Sans";
}
.slide-cont-gap {
  width: 100px;
  display: inline-block;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 95%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  background: #fff;
  width: 13px;
  height: 13px;
  border-radius: 50px;
  margin: 0 3px;
}
.carousel-indicators .active {
  width: 13px;
  height: 13px;
  background: #00dc94;
  border: none;
}
.main-content .col-lg-3 h2 {
  font-size: 30px;
  color: #005656;
  margin: 0px;
  padding: 0 0 20px 0;
  font-family: "Plus Jakarta Sans";
}
.blocks-4 {
  padding: 30px 5px 50px 0;
  float: left;
}
.blocks-4 a {
  color: #ff6600;
  font-size: 14px;
  padding: 0 0 0 17px;
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
}
.main-content .col-lg-3 ul {
  margin: 0 0 20px 0;
}
.main-content .col-lg-3 ul li {
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 500;
  list-style: none;
  padding: 2px 0 2px 0px;
  font-family: "Plus Jakarta Sans";
}
.cd-testimonials > li img {
  float: left;
}
.testi-cont {
  float: left;
  max-width: 880px;
  width: 100%;
  text-align: left;
  padding: 0 0 0 20px;
}
.cd-container h2 {
  margin: 0px;
  color: #00998c;
  font-size: 30px;
  padding: 0 0 20px 0;
  font-family: "Plus Jakarta Sans";
}
.testi-cont h3 {
  color: #ff7200;
  font-size: 18px;
  margin: 0px 0 8px 0;
  font-family: "Plus Jakarta Sans";
  font-weight: normal;
}
.testi-cont h4 {
  color: #ff7200;
  font-size: 14px;
  padding: 0 20px 0 0;
  font-family: "Plus Jakarta Sans";
  font-weight: normal;
}
.testi-cont p {
  color: #006652;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 5px 0;
  margin: 0px;
}
.cd-testimonials-wrapper {
  padding: 0 0 0px 0;
}

footer {
  background: #355653;
  padding: 17px 0 0 0;
  margin-top: 30px;
}
footer h2 {
  margin: 0px;
  padding: 0 0 33px 20px;
}
footer h2 a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
footer h2 a:hover {
  color: #fff;
}
footer .col-xs-6 h3 {
  padding: 0 0 7px 24px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin: 0px;
}
footer .col-xs-6 ul li {
  padding: 0 0 0 42px;
  list-style: none;
}
footer .col-xs-6 ul li a {
  color: #fff;
  font-size: 13px;
  line-height: 24px;
}
.footer-mid-sec {
  background: #132725;
  padding: 13px 0;
  margin: 10px 0 0 0;
}
.footer-mid-sec .col-xs-6 p {
  color: #bbbcbc;
  font-size: 12px;
  line-height: 18px;
}
.footer-mid-sec .search-input {
  background: #1c695d;
  padding: 10px 10px 10px 10px;
  font-size: 13px;
  color: #c3c3c3;
  height: 30px;
  width: 288px;
  border: none;
  border-radius: 3px;
  float: left;
  margin: 0 10px 0 0;
}
.footer-mid-sec input[type="button"] {
  background: #c1c1c1;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  width: 75px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.footer-mid-sec input[type="button"]:hover {
  background: #989393;
  color: #fff;
}
.footer-bottom-sec {
  background: #fff;
  padding: 0 0 5px 0;
}
.footer-logo {
  padding: 10px 0 0 0;
}
.social-icon ul {
  float: right;
  padding: 15px 0 0 0;
}
.social-icon ul li {
  list-style: none;
  float: left;
  padding: 0 0 0 6px;
}
.copyright p {
  color: #000000;
  font-size: 16px;
  margin: 0px;
  padding: 20px 0 0 0;
}
.inner-banner img {
  width: 100%;
}
.contact-left h2 {
  color: #005656;
  font-size: 30px;
  font-family: "Plus Jakarta Sans";
  margin: 0px;
  padding: 0 0 20px 0;
}
.contact-right label {
  font-size: 16px;
  color: #2e2e2e;
  font-weight: normal;
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
}
.contact-right input[type="text"],
.contact-right input[type="email"] {
  background: url("images/input-bg-contact.jpg") no-repeat;
  width: 278px;
  height: 33px;
  border: none;
  padding: 3px 10px;
}
.contact-right textarea {
  background: url("images/textarea-bg-contact.jpg") no-repeat;
  width: 278px;
  height: 103px;
  border: none;
  padding: 3px 10px;
}
.contact-right {
  padding-bottom: 20px;
  padding-top: 5px;
}
.contact-left {
}
.contact-right button,
.contact-right input[type="button"] {
  background: #fafafa;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  font-size: 14px;
  color: #000000;
  padding: 0 30px;
  line-height: 24px;
  margin: 10px 10px 0 0;
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
}
.contact-right button:hover,
.contact-right input[type="button"]:hover {
  background: #cac3c3;
  color: #fff;
}
.expertise-cont {
  padding-top: 25px;
}
.expertise-cont p {
  line-height: 24px;
  color: #2e2e2e;
  font-size: 16px;
  padding: 0 0 20px 0;
  margin: 0px;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
}
.expert-block span {
  width: 51%;
  float: left;
  text-align: right;
  color: #005656;
  font-size: 30px;
  line-height: 35px;
  padding: 0 2% 0 0;
  font-family: "Plus Jakarta Sans";
}
.expert-block {
  padding-bottom: 35px;
  padding-top: 35px;
  overflow: auto;
}
.expert-block ul {
  float: left;
  width: 48%;
  border-left: 1px solid #868686;
  padding: 0 0 10px 2%;
}
.expert-block ul li {
  list-style: none;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 24px;
  font-family: "Plus Jakarta Sans";
}
.solution-cont h3 {
  font-size: 30px;
  color: #005656;
  font-family: "Plus Jakarta Sans";
  font-weight: lighter;
}
.solution-cont h2 {
  font-size: 30px;
  color: #2e2e2e;
  font-family: "Plus Jakarta Sans";
  font-weight: 800;
}
.solution-bottom {
  border-top: 3px dotted #0e5965;
  margin-top: 20px;
  padding-top: 40px;
  float: left;
  width: 100%;
}
.solution-bottom .col-sm-4 {
  text-align: center;
  padding-bottom: 25px;
}
.solution-bottom .col-sm-4 p {
  font-size: 16px;
  color: #2e2e2e;
  padding: 10px 0 0 0;
  font-family: "Plus Jakarta Sans";
  font-weight: normal;
}
.inner-slider .container p {
  position: absolute;
  top: 340px;
  color: #ffffff;
  font-size: 34px;
  font-family: "Plus Jakarta Sans";
  background: url(images/slide-content-bg.png);
  padding-top: 22px;
  padding-bottom: 12px;
  width: 100%;
  float: left;
  right: 0px;
  text-align: center;
  bottom: -10px;
}
.engineering-cont ul li {
  list-style: none;
  line-height: 36px;
  font-size: 16px;
  color: #2e2e2e;
  font-family: "Plus Jakarta Sans";
}
.engineering-cont {
  padding: 40px 0 0 0;
}
.engineering-cont .solution-bottom {
  border-top: 3px dotted #818181;
}
.solution-cont .col-sm-8 p {
  font-size: 16px;
  color: #2e2e2e;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
}
.about-cont p {
  line-height: 24px;
  color: #2e2e2e;
  font-size: 16px;
  padding: 0 0 20px 0;
  margin: 0px;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
}
.about-cont h2 {
  font-size: 30px;
  color: #2e2e2e;
  font-family: "Plus Jakarta Sans";
  font-weight: 800;
}
.about-cont .col-sm-8 p {
  font-size: 16px;
  color: #2e2e2e;
  font-family: "Plus Jakarta Sans";
  line-height: 18px;
  font-weight: 400;
}
.contact-banner-txt .container .contact-txt {
  position: absolute;
  top: 15px;
}
.contact-banner-txt .container .contact-txt p {
  color: #fff;
  font-size: 34px;
  font-family: "Plus Jakarta Sans";
  margin: 0px;
}
.contact-banner-txt .container .contact-txt h4 {
  color: #fff;
  font-size: 20px;
  font-family: "Plus Jakarta Sans";
  margin: 0px;
  padding: 0 0 72px 0;
}
.contact-banner-txt .container .contact-txt .col-sm-3 h3 {
  margin: 0px;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  line-height: 24px;
  font-size: 20px;
}
.contact-banner-txt .container .contact-txt .col-sm-3 a {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  line-height: 24px;
  font-size: 20px;
}
.inner-page-cont {
  padding-top: 25px;
  padding-bottom: 25px;
}

.carousel .item {
  width: 100%;
  background-color: #4e4e4e;
}
.carousel .item img {
  height: 550px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.inner-slider .item img {
  height: 441px;
}
.prod-engin-slide .item img {
  height: 400px;
  width: 100%;
}
.col-text {
  font-size: 16px;
  color: #2e2e2e;
  font-family: "Plus Jakarta Sans";
  line-height: 18px;
  font-weight: 400;
}
.popupZimer {
  display: none;
}
.popupZimer.ShowPOUp {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgb(0 0 0 / 74%);
  justify-content: center;
  align-items: center;
}

.zimerInner {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.zimerInner img {
  max-height: 100%;
  max-width: 100%;
}

button.close_btn {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border: none;
}

.Industry_box {
  box-shadow: 0px 2px 12px 10px #ebebeb;
  padding: 0;
  position: relative;
  height: 100%;
}
.Industry_insight_warp.blogs_warpper .row {
  display: flex;
  flex-wrap: wrap;
}

.Industry_insight_warp.blogs_warpper .row .col-md-4 {
  margin-bottom: 35px;
}
.insight_content {
  padding: 0px 20px 25px;
}
.insight_content p {
  line-height: 1.6;
  color: #3e3e3e;
  font-size: 15px;
  display: -webkit-inline-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.insight_content a.pdf_view {
  background: #005656;
  color: #fff;
  padding: 8px 25px;
  display: inline-block;
  margin-top: 8px;
  border-radius: 43px;
  font-size: 16px;
  transition: all 0.5s ease;
}
.insight_content a.pdf_view:hover {
  background: #4ac288;
}
.blogs_warpper .insight_content h3 {
  color: #343434;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 10px 0;
  display: -webkit-inline-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.author_warp img {
  max-width: 17px;
  margin-right: 3px;
  position: relative;
  top: -2px;
}

.author_warp {
  padding-top: 20px;
  color: #5f5f5f;
}

span.dateCalen {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #4ac288;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.post_single {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0 10px;
}

.post_single > div {
  width: 100%;
}
.featured_image {
  margin-bottom: 20px;
}
.featured_image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.category_calender {
  display: flex;
}

.category_calender .author_warp {
  padding-top: 0;
  margin-right: 14px;
  border-right: 1px solid #c3c3c3;
  padding-right: 12px;
}

.post_single .category_calender span.dateCalen {
  position: relative;
  top: 0;
  background: transparent;
  padding: 0;
  color: #6b6b6b;
  right: 0;
}

.post_single .post_top_content h1 {
  margin: 20px 0 6px;
  font-size: 42px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
}
.post_single .post_top_content {
  padding-right: 30px;
}
.post_main_content p {
  color: #444444;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.post_main_content p a {
  color: #0066b9;
}
.post_main_content h3 {
  font-weight: 700;
  margin: 30px 0 16px;
  font-size: 26px;
  color: #000;
}
.space40 {
  height: 15px;
}
.post_main_content p a:hover {
  color: #003560;
}

.post_main_content {
  padding: 0px 0 40px;
}
.post_main_content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #212121;
  margin: 20px 0 16px;
}

.post_main_content h2 {
  font-weight: 700;
  margin: 30px 0 16px;
  font-size: 30px;
  color: #000;
}

.button {
  background: #4ac288;
  padding: 14px 30px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.5s ease;
}
.button:hover {
  color: #fff;
  background: #005656;
}
