@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?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');
body {
  font-family: "Nunito", sans-serif;
  color: #0f172a;
  font-size: 1.2rem;
}
.poppins-font{
  font-family: "Poppins", sans-serif;
}
a{
  text-decoration: none !important;
}
.green-color{
  color: #0B9D35;
}
.btn-gradient {
  background: #0A9C35;
  color: #fff !important;
  border-radius: 40px;
  padding: 12px 50px;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.btn-gradient::after{
  content: " ";
  background: url("assets/right.svg");
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 5px;
}
.btn-gradient:hover{
  background: #006A1F;
}
header nav ul li a{
  color: #000 !important;
  padding: 0px 30px !important;
}

header .btn-gradient{
  font-size: 1.1rem;
  padding: 12px 40px;
}
.hero {
  background-image: url("assets/hero-bg.jpg");
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.gradient-css{
  /*border-image: fill 1 linear-gradient(to right, #0C234B , #0c234b21);*/
}
.hero .hero-width{
  max-width: 640px;
  margin-bottom: 20px;
}
.hero h1 {
  font-size: 4.2rem;
  font-weight: 200;
}
.visionmission {
  padding: 0;
}

.visionmission .column {
  color: #fff;
  text-align: center;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.visionmission .column img {
  width: 120px;
  height: 120px;
  margin: auto;
  margin-bottom: 10px;
}
.visionmission .column p{
  max-width: 330px;
  margin: auto;
  opacity: 0.57;
  font-size: 1rem;
}

.bg-one, .bg-three { 
  background-image: url("assets/bg-Patteren.svg");
  background-position: center center;
 }  
.bg-two { 
  background-image: url("assets/bg-Patteren1.svg");
  background-position: center center;
} 
.companies-section{
  padding: 80px 0px;
}
.companies-section h3, .contact-section h3{
  font-size: 3.5rem;
  margin-bottom: 50px;
}
.building-section h3{
  font-size: 3.5rem;
  line-height: 1.3;
}
.building-section .poppins-font{
  font-size: 1rem;
  margin-bottom: 5px;
  line-height: 1.5;
  max-width: 550px;
}
.building-section{
  background-color: #E9F6ED;
  padding: 100px 0px;
  background-image: url("assets/bg.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.companies-section .card-custom h6{
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 15px;
  line-height: 1;
}
.companies-section .card-custom .card-body p{
  padding-right: 60px;
  font-size: 0.9rem !important;
  margin-bottom: 15px !important;
  color: #606060;
}
.companies-section .card-custom .card-body{
  padding-bottom: 40px;
  padding-top: 20px;
}
.companies-section .paragraph-size{
  font-weight: 200;
  margin-bottom: 50px;
}
.companies-section .column-gap{
  padding: 2px;
}
.companies-section .learn-button{
  color: #0A9C35;
  font-weight: 600;
  font-size: 1.1rem;
}
.border-css{
  border-top: 1px solid #E2E2E2;
  padding-top: 30px;
}
.companies-section .learn-button::after{
  content: " ";
  background: url("assets/right-green.svg");
  width: 16px;
  height: 16px;
  display: inline-flex;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 8px;
  position: absolute; 
}
.date-news{
  margin-top: 20px;
}
.news-heading{
  color: #676767;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.news-heading span{
  color: #000;
}
.date-news{
  color: #606060;
}
.date-news::after{
  content: " ";
  background: url("assets/date.svg");
  width: 15px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 4px;
  float: left;
  margin-right: 5px;
}
.aboutheading::after{
  content: " ";
  background: url("assets/round.svg");
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 6px;
  float: left;
  margin-right: 10px;
}
.feature-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  padding: 12px;
}
.cta-section {
  background: #0f52ba;
  color: white;
  padding: 50px 0;
  text-align: center;
}

header{
  width: 100%;
}
.contact-section {
  background: #464B68;
  padding: 80px 0;
  background-color: #0C234B;
  color: #fff;
}
.contact-section .form-control {
  padding: 12px;
  margin-top: 10px;
  padding-bottom: 15px;
  padding-left: 0px;
}
/* .contact-section h3{
  font-size: 3.5rem;
  font-weight: 700;
} */
.contact-section .half-column{
  width: calc(50% - 10px);
}
.contact-section form input, .contact-section form textarea{
  color: #fff;
  background: transparent;
  border:none;
  border-bottom: 1px solid #585D77;
  border-radius: 0px !important;
}
.contact-section form input::placeholder, .contact-section form textarea::placeholder{
  color: #fff;
}
.contact-section .form-control:focus{
  color: #fff;
  background: transparent;
  box-shadow: none;
  border-color: #fff;
}
.contact-section form .btn-gradient{
  margin-top: 30px;
}
.contact-section img{
  width: 600px;
  float: right;
  border-radius: 15px;
}
footer {
  background: #E9F6ED;
  color: #000;
  padding: 40px 0;
}
footer a {
  color: #000;
  text-decoration: none;
}
.about-bg{
  background-image: url("assets/ABOUT-US.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 100px 0;
  background-size: 40%;
}
.about-bg p{
  max-width: 500px;
  font-size: 1.1em;
  color: #676767;
  line-height: 2.2rem;
}
.about-bg2 p{
  max-width: 100%;
}
.about-bg2 h2 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.about-bg p strong{
  color: #000;
}
.people-bg{
  padding: 150px 0;
}
footer{
  padding-top: 50px;
  font-size: 1rem;
  padding-bottom: 0px;
}
footer h6{
  font-size: 1.3rem;
  font-weight: 600;
}
footer ul li{
  line-height: 2.4;
}
footer p{
  line-height: 2;
}
footer i{
  color: #0A9C35;
}
footer .address, footer .number{
  margin-left: 20px;
}
footer .address::before{
   background: url("assets/location.svg");
}
footer .number::before{
   background: url("assets/call.svg");
}
footer .address::before, footer .number::before{
  content: " ";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 7px;
  position: absolute;
  margin-left: -22px;
}
.copyright{
  font-size: 0.8rem;
  padding-top: 20px;
  border-top: 1px solid #D2DED6;
  margin-top: 50px;
}
.heroiamgeresponsive{
  position: absolute;
  right: 0;
  margin-top: -200px;
}
.responsive-image{
  display: none;
}
/* responsive css */
@media only screen and (max-width: 768px){
  .about-bg2 h2, {
    font-size: 1.7rem;  
  }
  .people-bg{
    padding: 120px 0px;
  }
  .navbar-toggler{
    color: #fff0 !important;
    border: none;
  }
  .navbar-toggler .navbar-toggler-icon{
    background-image: url("assets/burger-bar.png");
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-image: url("assets/close.png");
    background-size: 20px;
  }
  .navbar-collapse{
    background-color: #fff;
    margin-top: 0px !important;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  header nav ul li a{
    padding: 0px !important;
    color: #000 !important;
    margin-bottom: 30px;
    font-weight: 500 !important;
  }
  header .btn-gradient{
    padding: 5px 25px;
  }
  .hero h1{
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .heroiamgeresponsive{
    margin-top: -85px;
    max-width: 250px;
  }
  .hero{
    background-image: url("assets/baanner-img.jpg");
  }
  .about-bg img {
    padding-right: 0px;
  }
  .hero h1{
    margin-bottom: 20px;
  }
  .hero .hero-width{
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .about-bg, .companies-section, .leadership-section{
    padding: 60px 0;
  }
  .about-bg h4, .companies-section h3, .contact-section h3{
    font-size: 2rem;
    line-height: 1.2;
  }
  .about-bg h3, .about-bg h5{
    font-size: 1.1rem;
    margin-bottom: 0px;
  }
  .aboutheading::after{
    margin-top: 4px;
    width: 15px;
    height: 15px;
  }
  .about-responsive{
    margin-top: 20px;
  }
  .about-responsive .poppins-font{
    margin-bottom: 0px;
  }
  .about-bg p, .companies-section .paragraph-size{
    font-size: 1.1rem;
  }
  .companies-section .card h6{
    font-size: 1.2rem;
  }
  .companies-section .card .card-body p{
    font-size: 0.9rem !important;
    line-height: 1.3 !important;
  }
  .companies-section .card .card-body::after{
    bottom: 70px;
    width: 35px;
    height: 35px;
  }
  .btn-gradient{
    font-size: 15px;
    padding: 15px 60px;
  }
  .leadership-section .rounded{
    max-width: 350px;
  }
  .leadership-section .equalheights{
    text-align: center;
    margin-bottom: 20px;
  }
  .background-pauls{
    max-width: 350px;
    margin: auto;
    padding: 10px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .background-pauls h4{
    font-size: 1.8rem;
  }
  .background-pauls p{
    font-size: 1.2rem;
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    padding-left: 10%;
    padding-right: 10%;
  }
  .copyright, .copyright .text-end{
    text-align: center !important;
  }
  header .container{
    padding: 0%;
  }
  header .navbar-brand img{
    height: 70px;
  }
  header .container .navbar-brand{
    padding-left: 10%;
  }
  header .navbar-toggler{
    margin-right: 20px;
  }
  .visionmission{
    padding-left: 0px;
    padding-right: 0px;
  }
  .building-section h3{
  font-size: 1.7rem;
  line-height: 1.2;
  }
  .building-section{
    background-image: none !important;
  }
  .responsive-image{
    display: block;
    margin-top: 30px;
  }
  .date-news {
  font-size: 1rem;
  }
  .news-heading{
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .latest-news .learn-button{
    font-size: 1rem;
  }
  .latest-news .card-custom{
    margin-top: 10px;
  }
  .contact-section form .btn-gradient{
    margin-bottom: 30px;
  }
  .about-bg{
    background-image: none;
  }
  .building-section{
    padding: 60px 0px;
  }
}

#mainNav ul li:last-child {
  display: none;
}

ul li.social-media a {
  margin-right: 5px;
  font-size: 1.5rem;
}

#contactsection {
  font-size: 1.0rem;
}

input[type="radio"] { margin-right: 10px; }

.news-heading { padding-right: 30px; }

.news-image img { max-width: 100%; }