@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Mukta:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  font-size: 16px;
}

body {
  background-color: #ffffff !important;
  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" !important;
}

a {
  color: inherit;
  text-decoration: none !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

li {
  list-style: none !important;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28.8px;
}

.heading-1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 57.6px;
}

.heading-3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.heading-4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}

.normal-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28.8px;
}

.text-32 {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}

.text-24 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
}

.text-700 {
  font-weight: 700;
  font-size: 25px;
  line-height: 45px;
}

.text-600 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

.text-500 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28.8px;
}

.text-400 {
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
}

.gap-8 {
  gap: 8px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-64 {
  gap: 64px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-16 {
  border-radius: 16px !important;
}

.br-24 {
  border-radius: 24px !important;
}

.br-32 {
  border-radius: 32px !important;
}

.br-64 {
  border-radius: 64px !important;
}

.position-relative {
  position: relative;
}

.section-padding {
  padding-top: 40px;
  padding-bottom: 20px;
}

.margin-bt {
  margin-bottom: 80px;
}

.viewbtn {
  background-color: #66B534;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
}

.contact-btn {
  background-color: green;
  display: inline-block;
  width: 100%;
  text-align: center;
  border: none;
  padding: 10px;
  color: white;
  border-radius: 8px;
}

.bg-light {
  background-color: white !important;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
}

nav .logo {
  height: 71px;
}
nav .logo img {
  width: 100%;
  height: 75px;
}
@media (max-width: 519px) {
  nav .logo img {
    height: 50px;
  }
}

.dropdown-hover:hover .dropdown-menu {
  position: fixed;
  display: inline-block;
  min-width: 70%;
  left: 15%;
  border-radius: 10px !important;
}
@media (max-width: 992px) {
  .dropdown-hover:hover .dropdown-menu {
    position: static;
  }
}

.dropdown-hover > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.contact {
  background-color: #66B534;
  padding: 15px 0px;
}
.contact p {
  margin: 0px;
  color: white;
  font-weight: 400;
  font-size: 18px;
}

header {
  position: -webkit-sticky;
  position: sticky;
  inset: 0;
  z-index: 999999;
  top: 0;
}

header .dropdown .dropdown-menu img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}

.dropdown-hover:hover .dropdown-menu {
  transform: translateY(-7px);
}

.blog-post-detail .content .media-wrapper {
  height: 400px;
}

.blog-post-detail .content .media-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

table thead tr {
  background: #66B534;
  color: white;
}

table td, #table th {
  border: 1px solid #ddd;
  padding: 1rem;
}

table tr:nth-child(even) {
  background-color: #f2f2f2;
}

table tr:hover {
  background-color: #ddd;
}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

.contact {
  padding: 0 !important;
}

marquee p {
  line-height: 180% !important;
}

.footer-logo {
  width: 83px;
  height: 87px;
}
.footer-logo img {
  width: 100%;
}
.footer-main ul li {
  padding: 10px 0px;
}
.footer-main ul li a {
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
.footer-main ul li .icon {
  margin-right: 10px;
}
.footer-main ul li .icon .fa-envelope {
  color: white;
  font-size: 23px;
  padding-top: 7px;
}
.footer-main ul li .icon .fa-phone {
  color: white;
  font-size: 22px;
  padding-top: 10px;
}
.footer-main ul li .icon .fa-location-dot {
  color: white;
  font-size: 23px;
  padding-top: 8px;
}
.footer-main ul .items .content1 span {
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
.footer-main ul .items .content2 span {
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
.footer-main ul .items .content2 a {
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
.footer-btm {
  margin-bottom: 20px;
}
.footer-btm .copyright span {
  color: white;
}

.landmark-wrap {
  position: absolute;
  width: 100%;
  top: 0px;
  transform: translateY(-98%);
  right: 0;
  z-index: 1;
}
.landmark-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(0px 4px 92px rgba(0, 0, 0, 0.2));
}

.position-relative {
  position: relative !important;
}

.footer-btm {
  position: relative !important;
  margin: 0;
  padding: 0;
  background-color: #1dac2e !important;
  width: 100%;
}

footer {
  margin-top: 160px !important;
  background-color: rgb(15, 65, 149);
  position: relative !important;
}
footer .container {
  position: relative;
  z-index: 900 !important;
}

.h-600 {
  height: 600px !important;
}

.h-542 {
  height: 542px !important;
}

.h-447 {
  height: 447px !important;
}

.h-424 {
  height: 424px !important;
}

.h-277 {
  height: 277px !important;
}

.h-100 {
  height: 100px !important;
}

.media-wrapper {
  overflow: hidden;
}

.media-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-main ul li {
  padding: 3px 0;
}

.single-card-design {
  display: flex !important;
}

.single-card-design img {
  width: 100px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-card-design .card-body {
  padding: 0 1rem;
}

.card {
  padding: 1rem;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.green-back {
  background-color: #66b534;
}

.p-heavy {
  padding: 3rem 4rem;
}

.download-btn {
  border: 1px solid #66b534;
  color: #66b534 !important;
}

.download-btn:hover {
  background-color: #66b534;
  color: white !important;
}

.mobile-hidden {
  display: flex;
}

.toggle-nav {
  display: none !important;
}

@media (max-width: 995px) {
  .mobile-hidden {
    display: none;
  }
  .toggle-nav {
    display: none !important;
  }
}
.store-download {
  width: 80px;
  height: 25px;
}

footer .media-wrapper {
  position: relative;
  overflow: visible;
}
footer .media-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
footer .scan {
  width: 160px !important;
  height: 160px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .store-download img {
  height: auto;
}

.text-green {
  color: #66B534 !important;
}

.social-icon {
  width: 40px;
  height: 40px;
  border: 2px solid white !important;
  padding: 0.5rem;
}

.follow-us {
  font-size: 1.5rem;
  font-weight: bold;
}

#top-btn {
  position: absolute;
  background-color: #1dac2e ;    
  top: -12px;
  width: 50px;
  height: 25px;
  transform: translate(-50%, -50%);
  border-radius: 75px 75px 0 0;
  text-align: center;
  cursor: pointer;
}
#top-btn::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 36px;
  color: #fff;
}
.banner-image img {
  width: 100%;
}

.aboutus-wrapper {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .aboutus-wrapper {
    margin-bottom: 10px;
  }
}
.aboutus-wrapper .image-shape img {
  position: absolute;
  right: 0%;
  z-index: -2;
  top: 1%;
}
@media (max-width: 768px) {
  .aboutus-wrapper .image-shape img {
    width: 10%;
  }
}
.aboutus-wrapper .image-shape1 img {
  position: absolute;
  left: 0%;
  z-index: -2;
  bottom: -33%;
}
@media (max-width: 1200px) {
  .aboutus-wrapper .image-shape1 img {
    bottom: -6%;
    width: 10%;
  }
}
@media (max-width: 992px) {
  .aboutus-wrapper .image-shape1 img {
    bottom: 31%;
    width: 17%;
  }
}
@media (max-width: 768px) {
  .aboutus-wrapper .image-shape1 img {
    bottom: 43%;
    width: 17%;
  }
}
@media (max-width: 576px) {
  .aboutus-wrapper .image-shape1 img {
    display: none;
  }
}
.aboutus-imagebox {
  position: relative;
}
.aboutus-imagebox .imagebox2 {
  padding: 0px 20px;
}
.aboutus-imagebox .imagebox2 img {
  width: 100%;
}
.aboutus-info {
  margin-top: 20px;
}
.aboutus-info button {
  border: none;
  margin-top: 20px;
}
.aboutus-title h1 {
  color: #414141;
  margin-bottom: 15px;
}
.aboutus-content p {
  color: #696969;
  margin-bottom: 20px;
}

.humanresources-wrapper {
  position: relative;
}
.humanresources-wrapper .title h1 {
  color: #0E4095;
  margin-bottom: 16px;
}
.humanresources-wrapper .content p {
  color: #696969;
  margin-bottom: 20px;
}
.humanresources-wrapper .slick-list {
  display: flex;
}
.humanresources-wrapper .slick-track {
  display: flex;
}
.humanresources-wrapper .slider {
  padding-top: 20px;
}
.humanresources-wrapper .slider-content {
  position: relative;
  background-color: #0E4095;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  padding: 20px;
  height: 100%;
}
.humanresources-wrapper .slider-icon {
  color: white;
  font-size: 61px;
  margin-bottom: 20px;
}
.humanresources-wrapper .slider-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 110px;
  height: 110px;
  margin: auto;
}
.humanresources-wrapper .slider-title p {
  color: white;
  font-size: 18px;
}
.humanresources-wrapper .slider .slick-prev:before {
  color: black;
  font-size: 27px;
}
@media (max-width: 576px) {
  .humanresources-wrapper .slider .slick-prev:before {
    display: none;
  }
}
.humanresources-wrapper .slider .slick-next:before {
  color: black;
  font-size: 27px;
}
@media (max-width: 576px) {
  .humanresources-wrapper .slider .slick-next:before {
    display: none;
  }
}
.humanresources-wrapper .slider .slick-dots {
  display: none !important;
}
.humanresources-wrapper .slider .slick-next.slick-disabled:before {
  opacity: 1;
}
.humanresources-wrapper .slider .slick-prev.slick-disabled:before {
  opacity: 1;
}
.humanresources-wrapper .slider .slick-next:before {
  opacity: 1 !important;
}
.humanresources-wrapper .slider .slick-prev:before {
  opacity: 1 !important;
}
.humanresources-wrapper .slider .slick-next {
  right: -17px;
}

.ourservices-wrapper {
  position: relative;
}
.ourservices-wrapper .image-shape img {
  position: absolute;
  right: 0%;
  top: 206px;
  z-index: -1;
}
.ourservices-title h1 {
  color: #0E4095;
  margin-bottom: 16px;
}
.ourservices-content {
  color: #696969;
  margin-bottom: 20px;
}
.ourservices-box {
  margin-top: 40px;
}
.ourservices-box span {
  background-color: #C8DFF4;
  padding: 10px;
  border-radius: 50%;
  height: 30px;
  width: 35px;
  color: #5E79D7;
  font-size: 20px;
}
.ourservices-box span i {
  font-size: 18px;
}
.ourservices-box h3 {
  color: #414141;
  margin: 15px 0px;
}
.ourservices-box p {
  color: #696969;
  margin-bottom: 15px;
}
.ourservices-box a {
  border: 1px solid #66B534;
  color: #66B534;
  padding: 5px 15px;
  background-color: white;
}

.report-wrapper {
  position: relative;
  margin-bottom: 80px;
}
.report-wrapper .image-shape img {
  position: absolute;
  bottom: 0%;
  left: -2%;
  width: 10%;
}
.report-title {
  color: #0E4095;
  margin-bottom: 16px;
}
.report-content {
  color: #181818;
  margin-bottom: 20px;
}
.report-image .image-box1 {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.report-image .image-box1 img {
  width: 100%;
  border-radius: 8px;
}
.report-image .image-box1 span {
  position: absolute;
  bottom: 6px;
  left: 19px;
  color: white;
  z-index: 9999;
}
@media (max-width: 992px) {
  .report-image .image-box1 span {
    font-size: 16px;
    bottom: -10px;
    left: 10px;
  }
}
.report-image .image-box1 .stretched-link::after {
  background-color: black !important;
  opacity: 0.4 !important;
}
.report-image .image-box2 {
  position: relative;
}
.report-image .image-box2 img {
  width: 100%;
  border-radius: 8px;
}
.report-image .image-box2 span {
  position: absolute;
  bottom: 6px;
  left: 19px;
  color: white;
}
@media (max-width: 992px) {
  .report-image .image-box2 span {
    font-size: 16px;
    bottom: -10px;
    left: 10px;
  }
}
.report-image .image-box2 .stretched-link::after {
  background-color: black !important;
  opacity: 0.4 !important;
}

.information-wrapper {
  position: relative;
  background-color: #0E4095;
  padding: 50px;
}
.information-wrapper .line-shape .line-1 {
  position: absolute;
  width: 26px;
  height: 114px;
  background-color: white;
  top: 0%;
  left: 0%;
}
@media (max-width: 576px) {
  .information-wrapper .line-shape .line-1 {
    width: 15px;
    height: 80px;
  }
}
.information-wrapper .line-shape .line-2 {
  position: absolute;
  width: 26px;
  height: 76px;
  background-color: white;
  top: 0%;
  left: 3%;
}
@media (max-width: 992px) {
  .information-wrapper .line-shape .line-2 {
    left: 4%;
  }
}
@media (max-width: 768px) {
  .information-wrapper .line-shape .line-2 {
    left: 6%;
  }
}
@media (max-width: 576px) {
  .information-wrapper .line-shape .line-2 {
    left: 8%;
    width: 15px;
    height: 60px;
  }
}
.information-wrapper .line-shape .line-3 {
  position: absolute;
  width: 26px;
  height: 53px;
  background-color: white;
  top: 0%;
  left: 6%;
}
@media (max-width: 992px) {
  .information-wrapper .line-shape .line-3 {
    left: 8%;
  }
}
@media (max-width: 768px) {
  .information-wrapper .line-shape .line-3 {
    left: 12%;
  }
}
@media (max-width: 576px) {
  .information-wrapper .line-shape .line-3 {
    left: 16%;
    width: 15px;
    height: 40px;
  }
}
.information-wrapper .line-shape .line-4 {
  position: absolute;
  width: 26px;
  height: 32px;
  background-color: white;
  top: 0%;
  left: 9%;
}
@media (max-width: 992px) {
  .information-wrapper .line-shape .line-4 {
    left: 12%;
  }
}
@media (max-width: 768px) {
  .information-wrapper .line-shape .line-4 {
    left: 18%;
  }
}
@media (max-width: 576px) {
  .information-wrapper .line-shape .line-4 {
    left: 24%;
    width: 15px;
    height: 20px;
  }
}
.information-wrapper .line-shape .line-5 {
  position: absolute;
  width: 26px;
  height: 114px;
  bottom: 0%;
  right: 0%;
  background-color: white;
}
@media (max-width: 576px) {
  .information-wrapper .line-shape .line-5 {
    width: 15px;
    height: 80px;
  }
}
.information-wrapper .line-shape .line-6 {
  position: absolute;
  width: 26px;
  height: 76px;
  bottom: 0%;
  right: 3%;
  background-color: white;
}
@media (max-width: 992px) {
  .information-wrapper .line-shape .line-6 {
    right: 4%;
  }
}
@media (max-width: 768px) {
  .information-wrapper .line-shape .line-6 {
    right: 6%;
  }
}
@media (max-width: 576px) {
  .information-wrapper .line-shape .line-6 {
    right: 8%;
    width: 15px;
    height: 60px;
  }
}
.information-wrapper .line-shape .line-7 {
  position: absolute;
  width: 26px;
  height: 53px;
  bottom: 0%;
  right: 6%;
  background-color: white;
}
@media (max-width: 992px) {
  .information-wrapper .line-shape .line-7 {
    right: 8%;
  }
}
@media (max-width: 768px) {
  .information-wrapper .line-shape .line-7 {
    right: 12%;
  }
}
@media (max-width: 576px) {
  .information-wrapper .line-shape .line-7 {
    right: 16%;
    width: 15px;
    height: 40px;
  }
}
.information-wrapper .line-shape .line-8 {
  position: absolute;
  width: 26px;
  height: 26px;
  bottom: 0%;
  right: 9%;
  background-color: white;
}
@media (max-width: 992px) {
  .information-wrapper .line-shape .line-8 {
    right: 12%;
  }
}
@media (max-width: 768px) {
  .information-wrapper .line-shape .line-8 {
    right: 18%;
  }
}
@media (max-width: 576px) {
  .information-wrapper .line-shape .line-8 {
    right: 24%;
    width: 15px;
    height: 20px;
  }
}
.information-title h1 {
  color: white;
  margin-bottom: 16px;
}
.information-content p {
  color: white;
  margin-bottom: 40px;
}
.information-box {
  text-align: center;
}
.information-box .imagebox img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.contact-wrapper {
  margin-bottom: 50px;
}
.contact-wrapper .social-icon ul li a {
  padding: 10px;
  color: #0E4095;
}
.contact-wrapper .social-icon ul li a .fa-instagram {
  font-size: 27px;
  padding-top: 3px;
}
.contact-wrapper .social-icon ul li a .fa-facebook-f {
  font-size: 21px;
  padding-top: 5px;
}
.contact-wrapper .social-icon ul li a .fa-twitter {
  font-size: 23px;
  padding-top: 4px;
}
.contact-wrapper .social-icon ul li a .fa-linkedin-in {
  font-size: 23px;
  padding-top: 4px;
}
.contact-wrapper form label {
  color: #508196;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}
.contact-wrapper form input,
.contact-wrapper form textarea {
  background: #EDF3F5;
  box-shadow: none;
  border: 1px solid #EDF3F5;
}
.contact-wrapper form input:focus,
.contact-wrapper form textarea:focus {
  box-shadow: none;
  background: #EDF3F5;
  border: 1px solid #EDF3F5;
}
.contact-title h4 {
  color: #0E4095;
}
.contact-info .image-box img {
  width: 100%;
}
.contact-info p {
  color: #696969;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin: 10px 0px;
}
.contact-info ul li .icon {
  margin-right: 10px;
}
.contact-info ul li .icon .fa-envelope {
  color: #508196;
  font-size: 25px;
  margin-top: 4px;
}
.contact-info ul li .icon .fa-phone {
  color: #508196;
  font-size: 21px;
  margin-top: 8px;
}
.contact-info ul li .icon .fa-location-dot {
  color: #508196;
  font-size: 27px;
  margin-top: 6px;
}
.contact-info ul li .items .content1 span {
  color: #696969;
}
.contact-info ul li .items .content1 a {
  color: #696969;
}
.contact-info ul li .items .content2 span {
  color: #696969;
}
.contact-info ul li .items .content2 a {
  color: #696969;
}

.team-card {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.team-card > .container {
  background-color: white;
  padding: 2rem;
  box-shadow: 0px 0px 12px rgba(63, 63, 63, 0.2);
}

.teams .media-wrapper {
  overflow: hidden;
}

.teams .media-wrapper > img {
  border-radius: 50%;
  border: 1px solid green;
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}

.team-big {
  overflow: hidden;
  height: 500px;
}

.banner .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
}

.banner .slick-next {
  right: 30px;
}

.banner .slick-prev {
  left: 30px;
}

.download-head th, .download-head td, .download-body th, .download-body td {
  padding: 8px;
}

.download-table th {
  background-color: #404040;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-bottom: solid 5px #fff;
  border-right: solid 5px #fff;
}

.download-table td {
  background-color: #eee;
  font-size: 20px;
  text-align: center;
  border-bottom: solid 5px #fff;
  border-right: solid 5px #fff;
}

.contact-info-box li {
  text-align: left;
}

.scan {
  height: 200px !important;
}

.single-card-design {
  display: flex !important;
}

.single-card-design img {
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 576px) {
  .hamropopup .modal-dialog {
    max-width: 650px;
    margin: 1.75rem auto;
  }
}
.hamropopup .modal-header {
  border-bottom: none !important;
}

.intro {
  margin-bottom: 30px;
}
.intro-box {
  background-color: #0E4095;
  padding: 40px;
  border-radius: 16px;
}
.intro-box .content h1 {
  margin-bottom: 16px;
  color: white;
}
.intro-box .content p {
  color: white;
  margin-bottom: 20px;
}
.intro-box .image-box img {
  width: 100%;
  border-radius: 8px;
}

.purpose-box .image-box img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}
.purpose-box .content h1 {
  color: #0E4095;
}
.purpose-box .content ol {
  padding-left: 20px;
}
.purpose-box .content ol li {
  margin-bottom: 20px;
  list-style-type: upper !important;
  font-size: 16px;
  font-family: 400;
  line-height: 28px;
}

.specialty-slider {
  background-color: #66B534;
  padding: 50px 0px;
}
.specialty-slider h4 {
  margin-bottom: 40px;
}
.specialty-slider .slick-list {
  display: flex;
}
.specialty-slider .slick-track {
  display: flex;
}
.specialty-slider .slider-content {
  padding: 20px;
  text-align: center;
  background: white;
  margin: 0px 10px;
}
.specialty-slider .slider-icon .fa-lightbulb {
  color: black;
  font-size: 61px;
  margin-bottom: 20px;
}
.specialty-slider .slider-title p {
  color: #0E4095;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
.specialty-slider .slider .slick-prev:before {
  color: white;
  font-size: 27px;
}
@media (max-width: 576px) {
  .specialty-slider .slider .slick-prev:before {
    display: none;
  }
}
.specialty-slider .slider .slick-next:before {
  color: white;
  font-size: 27px;
}
@media (max-width: 576px) {
  .specialty-slider .slider .slick-next:before {
    display: none;
  }
}
.specialty-slider .slider .slick-dots {
  display: none !important;
}
.specialty-slider .slider .slick-next:before {
  opacity: 1 !important;
}
.specialty-slider .slider .slick-prev:before {
  opacity: 1 !important;
}
.specialty-slider .slider .slick-next {
  right: -17px;
}
.specialty-slider .slider .slick-next.slick-disabled:before {
  opacity: 1 !important;
}
.specialty-slider .slider .slick-prev.slick-disabled:before {
  opacity: 1 !important;
}

.ourgoal {
  padding: 50px 0px;
}
.ourgoal h1 {
  color: #0E4095;
  margin-bottom: 16px;
}
.ourgoal p {
  color: #696969;
  margin-bottom: 20px;
}
.ourgoal-list .list1 span {
  padding: 4px 16px;
  background-color: #66B534;
  color: white;
  border-radius: 5px;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
}
.ourgoal-list .list1 h3 {
  margin: 20px 0px;
}
.ourgoal-list .list1 p {
  color: #696969;
}

.humanresources-box {
  padding: 50px 0px;
}
.humanresources-box .title h4 {
  color: #0E4095;
  margin-bottom: 16px;
}
.humanresources-box .content p {
  color: #696969;
  margin-bottom: 20px;
}
.humanresources-box .content-box {
  background-color: #66B534;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  height: 100%;
}
.humanresources-box .content-box .slider-icon .fa-lightbulb {
  font-size: 61px;
  margin-bottom: 20px;
  color: white;
}
.humanresources-box .content-box .slider-title p {
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}

.informationbox-title h1 {
  color: #0E4095;
  margin-bottom: 16px;
}
.informationbox-content p {
  color: #696969;
  margin-bottom: 20px;
}
.informationbox-image {
  text-align: center;
}
.informationbox-image .imagebox img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}
.informationbox-image p {
  color: #696969;
}

.notifications h1 {
  color: #0E4095;
  text-align: center;
}
.notifications-box .image-box {
  width: 112px;
  height: 112px;
  margin-bottom: 10px;
}
.notifications-box .image-box img {
  width: 100%;
  border-radius: 8px;
}
.notifications-box .content h5 {
  color: #121212;
  margin-bottom: 10px;
}
.notifications-box .content p {
  color: #696969;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.opportunitypost-title h1 {
  color: #0E4095;
  margin-bottom: 16px;
}
.opportunitypost-image .imagebox img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
}
.opportunitypost-image a {
  color: #696969;
}

.downloadcontent {
  margin-bottom: 30px;
}
.downloadcontent .title h1 {
  color: #0E4095;
  margin-bottom: 16px;
}
.downloadcontent .downloadbox {
  margin-bottom: 20px;
}
.downloadcontent .downloadbox .dropify-wrapper {
  margin-bottom: 10px;
  border: 2px dashed #696969;
  border-radius: 8px;
  -webkit-animation: none;
          animation: none;
  background-image: none !important;
}
.downloadcontent .downloadbox .dropify-wrapper .dropify-message span.file-icon:before {
  font-size: 80px;
  color: #696969;
}
.downloadcontent .downloadbox .dropify-wrapper .dropify-message p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #696969;
  margin: 10px 0px;
}
.downloadcontent button {
  padding: 10px 40px;
  background-color: #0E4095;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
}

.downloadbox-title h1 {
  color: #0E4095;
  margin-bottom: 16px;
}
.downloadbox-content h4 {
  margin-bottom: 10px;
}
.downloadbox-content .dropify-wrapper {
  background-color: #0E4095;
  border: none;
  border-radius: 8px;
  -webkit-animation: none;
          animation: none;
  background-image: none !important;
}
.downloadbox-content .dropify-wrapper .dropify-message span.file-icon:before {
  font-size: 80px;
  color: white;
}
.downloadbox-content .dropify-wrapper .dropify-message p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin: 10px 0px;
}

.report1-title h1 {
  color: #0E4095;
  margin-bottom: 16px;
}
.report1-content p {
  color: #696969;
  margin-bottom: 20px;
}
.report1-image .imagebox img {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
}
.report1-image a {
  color: #696969;
  margin-bottom: 20px;
}

.news-title h1 {
  color: #0E4095;
  margin: 16px;
}
.news-content .card {
  border: none;
}
.news-content .card img {
  border-radius: 8px;
  width: 100%;
}
.news-content .card-body {
  padding: 10px 0px;
}
.news-content .card-title {
  color: #121212;
}
.news-content .card-text {
  color: #696969;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gallery-title h1 {
  color: #0E4095;
  margin-bottom: 16px;
}/*# sourceMappingURL=style.css.map */