.consen-section-title p {
  opacity: inherit;
  padding: 16px 0 0;
}

.circle_icon {
  padding-right: 30px;
}
.circle_icon object {
  width: 70px;
  height: 70px;
}

.blog-content-text ul li {
  color: #666;
  font-size: 14px;
  padding-bottom: 5px;
}

.ourteam img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

#downloadModal form {
  padding: 5px 5px 10px 15px;
}

#teamModal .modal-dialog, #downloadModal .modal-dialog, #teamModal-1 .modal-dialog {
  border-radius: 0px;
}
#teamModal .modal-dialog .modal-header, #downloadModal .modal-dialog .modal-header, #teamModal-1 .modal-dialog .modal-header {
  color: #fff;
  border-bottom: 0px;
  background-color: #09ab4c;
  margin-bottom: 10px;
  border-radius: 0px;
}
#teamModal .modal-dialog .modal-header a i, #downloadModal .modal-dialog .modal-header a i, #teamModal-1 .modal-dialog .modal-header a i {
  color: #fff;
  font-size: 18px;
}
#teamModal .modal-dialog .modal-header a i:hover, #downloadModal .modal-dialog .modal-header a i:hover, #teamModal-1 .modal-dialog .modal-header a i:hover {
  color: #17db68;
}
#teamModal .modal-dialog .modal-header h4.modal-title, #downloadModal .modal-dialog .modal-header h4.modal-title, #teamModal-1 .modal-dialog .modal-header h4.modal-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
#teamModal .modal-dialog .modal-header .close, #downloadModal .modal-dialog .modal-header .close, #teamModal-1 .modal-dialog .modal-header .close {
  color: #fff;
  text-shadow: inherit;
  opacity: 1;
}
#teamModal .modal-dialog .modal-content, #downloadModal .modal-dialog .modal-content, #teamModal-1 .modal-dialog .modal-content {
  background-color: #044130;
  border: 5px solid #09ab4c;
  border-radius: 0px;
}
#teamModal .modal-dialog .modal-content input[type=text], #teamModal .modal-dialog .modal-content input[type=email], #downloadModal .modal-dialog .modal-content input[type=text], #downloadModal .modal-dialog .modal-content input[type=email], #teamModal-1 .modal-dialog .modal-content input[type=text], #teamModal-1 .modal-dialog .modal-content input[type=email] {
  background-color: #1f5445;
  border: 0px;
  color: #fff;
}
#teamModal .modal-dialog .modal-content input[type=text]::-webkit-input-placeholder, #teamModal .modal-dialog .modal-content input[type=email]::-webkit-input-placeholder, #downloadModal .modal-dialog .modal-content input[type=text]::-webkit-input-placeholder, #downloadModal .modal-dialog .modal-content input[type=email]::-webkit-input-placeholder, #teamModal-1 .modal-dialog .modal-content input[type=text]::-webkit-input-placeholder, #teamModal-1 .modal-dialog .modal-content input[type=email]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#teamModal .modal-dialog .modal-content .close, #downloadModal .modal-dialog .modal-content .close, #teamModal-1 .modal-dialog .modal-content .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-shadow: inherit;
  opacity: 0.8;
  padding-right: 10px;
}
#teamModal .modal-dialog .modal-content .close:focus-visible, #teamModal .modal-dialog .modal-content .close:focus, #downloadModal .modal-dialog .modal-content .close:focus-visible, #downloadModal .modal-dialog .modal-content .close:focus, #teamModal-1 .modal-dialog .modal-content .close:focus-visible, #teamModal-1 .modal-dialog .modal-content .close:focus {
  text-shadow: inherit !important;
  border: 0 !important;
}
#teamModal .modal-dialog .modal-content .form-control, #downloadModal .modal-dialog .modal-content .form-control, #teamModal-1 .modal-dialog .modal-content .form-control {
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  border-radius: 3px;
}
#teamModal .modal-dialog .modal-content h3, #downloadModal .modal-dialog .modal-content h3, #teamModal-1 .modal-dialog .modal-content h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
#teamModal .modal-dialog .modal-content .btn-primary, #downloadModal .modal-dialog .modal-content .btn-primary, #teamModal-1 .modal-dialog .modal-content .btn-primary {
  background-color: #09ab4c;
  width: 100%;
  color: #fff;
  border: 0px;
  padding: 10px;
  border-radius: 3px;
  text-transform: uppercase;
}
#teamModal .modal-dialog .modal-content .btn-primary:hover, #downloadModal .modal-dialog .modal-content .btn-primary:hover, #teamModal-1 .modal-dialog .modal-content .btn-primary:hover {
  background-color: #17db68;
}
#teamModal .modal-dialog .modal-content p, #downloadModal .modal-dialog .modal-content p, #teamModal-1 .modal-dialog .modal-content p {
  color: #fff;
  text-align: justify;
  font-size: 14px;
  line-height: 26px;
}
#teamModal .modal-dialog .modal-content h3, #downloadModal .modal-dialog .modal-content h3, #teamModal-1 .modal-dialog .modal-content h3 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.downloadpdfcon .ebookbox, .downloadpdfcon .newteambox, .newteamouter .ebookbox, .newteamouter .newteambox {
  background-color: #044130;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.downloadpdfcon .ebookbox img, .downloadpdfcon .newteambox img, .newteamouter .ebookbox img, .newteamouter .newteambox img {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease 0s;
}
.downloadpdfcon .ebookbox:hover img, .downloadpdfcon .newteambox:hover img, .newteamouter .ebookbox:hover img, .newteamouter .newteambox:hover img {
  opacity: 0.1;
  transform: scale(1.5);
  transform-origin: left center;
}
.downloadpdfcon .ebookbox .ebookbox-content, .downloadpdfcon .newteambox .team-content, .newteamouter .ebookbox .ebookbox-content, .newteamouter .newteambox .team-content {
  color: #fff;
  text-align: left;
  opacity: 0;
  filter: blur(5px);
  position: absolute;
  top: 5px;
  left: 5px;
  transition: all 0.5s ease 0s;
}
.downloadpdfcon .ebookbox:hover .ebookbox-content, .downloadpdfcon .newteambox:hover .team-content, .newteamouter .ebookbox:hover .ebookbox-content, .newteamouter .newteambox:hover .team-content {
  opacity: 1;
  filter: blur(0);
  top: 15px;
  left: 15px;
}
.downloadpdfcon .ebookbox .title, .downloadpdfcon .newteambox .team-title, .newteamouter .ebookbox .title, .newteamouter .newteambox .team-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 12px;
  padding-right: 10px;
  color: #ffb841;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.downloadpdfcon .ebookbox .post, .downloadpdfcon .newteambox .post, .newteamouter .ebookbox .post, .newteamouter .newteambox .post {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin: 0 0 10px;
  padding-right: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.downloadpdfcon .ebookbox .icon, .downloadpdfcon .newteambox .icon, .newteamouter .ebookbox .icon, .newteamouter .newteambox .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  transform: scale(0);
  position: absolute;
  left: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.downloadpdfcon .ebookbox:hover .icon, .downloadpdfcon .newteambox:hover .icon, .newteamouter .ebookbox:hover .icon, .newteamouter .newteambox:hover .icon {
  transform: scale(1);
}
.downloadpdfcon .ebookbox .icon li, .downloadpdfcon .newteambox .icon li, .newteamouter .ebookbox .icon li, .newteamouter .newteambox .icon li {
  margin: 6px 0 0;
}
.downloadpdfcon .ebookbox .icon li a, .downloadpdfcon .newteambox .icon li a, .newteamouter .ebookbox .icon li a, .newteamouter .newteambox .icon li a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 17px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: block;
  transition: all 0.25s ease;
}
.downloadpdfcon .ebookbox .icon li a:hover, .downloadpdfcon .newteambox .icon li a:hover, .newteamouter .ebookbox .icon li a:hover, .newteamouter .newteambox .icon li a:hover {
  color: #999;
  background-color: #fff;
}

.ebooktitle, .newteamtitle {
  background-color: #f4f4f4;
  padding: 20px 10px;
  text-align: center;
  color: #044130;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cmssubpage ul {
  margin: 0px;
  padding: 0px 0px 10px 15px;
  list-style: none;
}
.cmssubpage ul li {
  color: #000;
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
.cmssubpage ul li:before {
  content: "\f111";
  font-weight: 900;
  color: #000;
  font-size: 8px;
  position: absolute;
  top: 3px;
  left: 0px;
}
.cmssubpage h4 {
  font-size: 20px;
}
.cmssubpage p {
  color: #000;
  font-size: 14px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  text-align: justify;
}

.blog-content-text ul {
  padding-left: 30px;
}

.single-blog-box:hover .single-blog-thumb::before {
  content: "";
  width: 90%;
  height: 88%;
  border: 2px solid #fff;
  position: absolute;
  top: 5%;
  left: 5%;
  margin: 0px auto;
  border-radius: 20px 20px 50px 20px;
}

.updserviceBox {
  color: var(--main-color);
  text-align: center;
  padding: 0 30px 30px;
  position: relative;
  z-index: 1;
}

.updserviceBox:before,
.updserviceBox:after {
  content: "";
  background: #fff;
  border: 1px solid #17db68;
  border-radius: 20px;
  position: absolute;
  top: 38px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: -1;
}

.updserviceBox:after {
  background-color: var(--main-color);
  border-radius: 30px;
  top: 55%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.updserviceBox .service-icon {
  color: #fff;
  background: #f4002e;
  font-size: 35px;
  line-height: 67px;
  width: 75px;
  height: 75px;
  margin: 0 auto 60px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
}

.updserviceBox .service-icon i {
  line-height: inherit;
  color: #fff;
}

.updserviceBox .service-icon:before,
.updserviceBox .service-icon:after {
  content: "";
  background-color: var(--main-color);
  height: 70px;
  width: 140px;
  border-radius: 0 0 100px 100px/0 0 100px 100px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
}

.updserviceBox .service-icon:before {
  height: 10px;
  width: 170px;
  border-radius: 10px 10px 0 0;
  top: auto;
  bottom: 50%;
}

.updserviceBox .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
}

.updserviceBox .description {
  color: #333;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  margin-bottom: 12px;
}

.updserviceBox.green {
  --main-color: #09ab4c;
}

a.pdfdownload {
  border: 1px solid #09ab4c;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 30px;
  transition: all ease 0.5s;
}
a.pdfdownload:hover {
  background-color: #09ab4c;
  color: #fff;
  border-radius: 5px;
}

.em-blog-title p {
  margin: 0px !important;
  padding: 0px;
  color: #fff;
  text-align: center;
}

.single-blog-box:hover .em-blog-title p {
  color: #333;
}

/*team styles*/
.our-team {
  margin-bottom: 20px;
}

.our-team .pic {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}

.our-team .pic img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-in-out;
}

.our-team:hover img {
  transform: scale(1.1, 1.1);
}

.our-team .over-layer {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  padding: 25px 15px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.our-team:hover .over-layer {
  bottom: 0;
}

.our-team .description {
  font-size: 14px;
  color: #000;
}

.our-team .social-link {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 8%;
  left: 8%;
}

.our-team .social-link li {
  display: inline-block;
}

.our-team .social-link li a {
  border: 1px solid #fff;
  width: 25px;
  height: 25px;
  color: #da3e65;
  background: #fff;
  line-height: 25px;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.our-team .social-link li a:hover {
  text-decoration: none;
  color: #333;
}

.our-team .team-prof {
  text-align: center;
  border: 1px solid #ccc;
  border-top: 0px;
  margin-top: 0px;
  padding: 5px 0px 10px 0px;
}

.our-team .team-prof a {
  color: #09ab4c;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 600;
}

.our-team .team-prof a:hover {
  text-decoration: none;
}

.our-team .team-prof small {
  display: block;
  font-size: 12px;
  padding-top: 5px;
}

#downloadModal .modal-dialog .modal-content {
  border: 0px;
  background-color: #49d0cc;
}
#downloadModal .modal-dialog .modal-content .close {
  width: 30px;
  height: 30px;
  background-color: #000;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  opacity: 1;
  padding-right: 0px;
  position: absolute;
  z-index: 999;
  right: 10px;
  top: 10px;
}
#downloadModal .modal-dialog .modal-content h4 {
  font-size: 40px;
}
#downloadModal .modal-dialog .modal-content input[type=text], #downloadModal .modal-dialog .modal-content input[type=email] {
  background-color: #fff;
  border: 0px;
  color: #000;
}
#downloadModal .modal-dialog .modal-content input[type=text]::-moz-placeholder, #downloadModal .modal-dialog .modal-content input[type=email]::-moz-placeholder {
  color: #999;
}
#downloadModal .modal-dialog .modal-content input[type=text]::placeholder, #downloadModal .modal-dialog .modal-content input[type=email]::placeholder {
  color: #999;
}
#downloadModal .modal-dialog .modal-content .btn-primary {
  background-color: #ff1e00;
  color: #fff;
  border: 0px;
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: inherit;
}
#downloadModal .modal-dialog .modal-content .btn-primary:hover {
  background-color: #09ab4c;
}

@media (max-width: 992px) {
  #downloadModal form {
    padding: 5px 15px 10px 15px;
  }
  #downloadModal .modal-title {
    padding-left: 15px;
  }
  #downloadModal img.h-100 {
    height: 200px !important;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -o-object-position: top center;
       object-position: top center;
  }
}/*# sourceMappingURL=newstyles.css.map */