@font-face {
  font-family: "acherusGrotesque";
  src: url("../fonts/AcherusGrotesque-Regular.otf");
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  margin: 0;
}
body .detail {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}
body .bold {
  font-weight: 400;
}
body .sectionTitle {
  font-size: 3.2rem;
  font-weight: 300;
  color: #366A04;
  padding-bottom: 2rem;
  position: relative;
  display: inline-block;
}
body .sectionTitle::after {
  content: "";
  display: block;
  width: 7rem;
  border-radius: 1rem;
  height: 0.25rem;
  background-color: #FFD100;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
body .colored {
  color: #366A04;
}
body .min-h-auto {
  min-height: auto !important;
}
body .bg-green {
  background: #366A04 !important;
}
body .btn {
  padding: 1rem 3rem;
  border-radius: 3rem;
  border: 0.15rem solid #FFD100;
  color: #fff;
  background: transparent;
  transition: 0.4s ease-in-out;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
body .btn-sm {
  padding: 0.5rem 2rem !important;
}
body .overflow-visible {
  overflow: visible !important;
}
body .sectionTop {
  text-align: center;
}
body .sectionTop p {
  max-width: 60rem;
  margin: 0 auto;
}
body .btn-submit {
  background: #366A04;
  border-color: #366A04;
  color: #fff;
  min-width: 12rem;
}
body .qucoso {
  font-family: "acherusGrotesque" !important;
}

#headerAndBanner {
  min-height: 100vh;
  background: url(../video/Home.mp4);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
#headerAndBanner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#headerAndBanner .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
}

#header {
  width: 100%;
  z-index: 2;
  position: relative;
  padding: 1.5rem 0;
  padding-top: 0;
}
#header .navbar .navbar-brand {
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #FFD100;
  font-family: "acherusGrotesque";
}
#header .accountDropdown {
  font-size: 2.5rem;
}
#header .accountDropdown .dropdown-toggle {
  border: none !important;
  background: #fff !important;
  color: #366A04;
}
#header .accountDropdown .btn:hover {
  background-color: #FFD100 !important;
}
#header .accountDropdown .dropdown-menu {
  padding: 1rem 1.25rem;
}
#header .accountDropdown .dropdown-menu .dropdown-item {
  font-size: 1.6rem;
}
#header .accountDropdown .dropdown-menu .dropdown-item:hover {
  color: #366A04;
}
#header .accountDropdown .dropdown-toggle::after {
  display: none;
}
#header .accountDropdown:hover .dropdown-menu {
  display: block;
}
#header .nav-item {
  margin-left: 1.5rem;
}
#header .nav-item .nav-link {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #fff;
  border-bottom: 0.2rem solid transparent;
}
#header .nav-item .nav-link:hover {
  color: #FFD100;
}
#header .nav-item .nav-link.show {
  border-bottom: 0.2rem solid #FFD100;
}
#header .nav-item .dropdown-menu .dropdown-item {
  font-size: 1.6rem;
  font-weight: 300;
  color: #000;
  font-family: "Roboto", sans-serif;
}
#header .nav-item .dropdown-menu .dropdown-item:active,
#header .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #366A04;
  color: #FFD100;
}
#header .mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 1000;
  padding: 30px 54px 23px 54px;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
#header .nav-item:hover .mega-menu {
  display: block;
}
#header .mega-menu .col {
  padding: 1rem;
}
#header .mega-menu h5 {
  font-size: 1.7rem;
  font-weight: 400;
  border-bottom: 1px solid #366A04;
  padding-bottom: 1rem;
}
#header .mega-menu h5 i {
  font-size: 2.7rem;
  color: #366A04;
}
#header .mega-menu ul {
  list-style: disc;
  padding: 0;
  list-style-position: inside;
  padding-left: 0.5rem;
}
#header .mega-menu ul li {
  margin-top: 0.75rem;
  font-size: 1.55rem;
}

.notificationAlert .alert {
  background: #FFD100;
}
.notificationAlert span {
  font-size: 1.8rem;
  color: #366A04;
  font-weight: 400;
}

#banner {
  flex-grow: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
}
#banner .bannerTitle {
  font-size: 6.4rem;
  font-weight: 300;
  color: #fff;
}
#banner .bannerDetails {
  font-size: 2.75rem;
  font-weight: 300;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 2.5rem 0;
}
#banner .contactUsBtn:hover {
  background: #FFD100;
  color: #366A04;
}

#ourBuisness {
  padding: 6rem 0;
}
#ourBuisness .detail {
  padding-top: 1rem;
}

#qualityCards {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f0f4f6 50%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 6rem;
}

.sectionTitle {
  text-transform: capitalize;
}

.allServices {
  padding: 3rem 0;
}
.allServices .card {
  background: #fff;
  box-shadow: -7px 5px 34px rgba(0, 0, 0, 0.12);
  border: none;
  text-align: center;
  padding: 2rem;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  height: 100%;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.allServices .card i {
  font-size: 5rem;
  color: #000;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.allServices .card .card-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #366A04;
  padding: 1.25rem 0;
  margin: 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.allServices .card .card-text {
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.allServices .card .card-footer {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
}
.allServices .card .card-footer .btn {
  font-size: 1.4rem;
  padding: 0.4rem 1.5rem;
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
  border: 1.5px solid #366A04;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  color: #000;
}
.allServices .card .card-footer .btn:hover {
  background: #FFD100;
  color: #fff;
  border-color: #FFD100;
}
.allServices .card:hover {
  margin-top: -1rem;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.allServices .card:hover i {
  color: #366A04;
}
.allServices .card:hover .card-title {
  color: #FFD100;
}

#whyPartnerWithUs {
  position: relative;
  background-image: url(../images/meeting.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  padding: 10rem 0;
}
#whyPartnerWithUs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#whyPartnerWithUs .sectionTitle,
#whyPartnerWithUs .allOffers {
  position: relative;
  z-index: 2;
}
#whyPartnerWithUs .sectionTitle {
  color: #FFD100;
}
#whyPartnerWithUs .sectionTitle::after {
  background: #fff;
}
#whyPartnerWithUs .allOffers {
  padding-top: 5rem;
}
#whyPartnerWithUs .allOffers .card {
  border: none;
  background: transparent;
  text-align: center;
}
#whyPartnerWithUs .allOffers .card i {
  font-size: 7rem;
  color: #fff;
  margin-bottom: 1rem;
}
#whyPartnerWithUs .allOffers .card .card-title {
  font-size: 1.75rem;
  font-weight: 400;
  color: #fff;
  padding: 1.25rem 0;
  margin: 0;
}
#whyPartnerWithUs .allOffers .card .card-text {
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

#testimonial {
  padding: 6rem 0;
  background: #fff;
}
#testimonial .sectionTitle {
  color: #366A04;
}
#testimonial .testimonialTitle {
  font-size: 3.2rem;
  font-weight: 400;
  padding: 1.5rem 0;
  color: #366A04;
}
#testimonial .testimonialDetails {
  font-size: 2rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #366A04;
  position: relative;
  padding: 20px;
  max-width: 96.5%;
  margin: 0 auto;
}
#testimonial h5 {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
  text-align: center;
  padding-bottom: 2rem;
}
#testimonial .testimonialDetails::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -4px;
  top: 16px;
  font-size: 2.5rem;
}
#testimonial .testimonialDetails::after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: -20px;
  bottom: 20px;
  font-size: 2.5rem;
}
#testimonial .slick-dots li button::before {
  font-size: 4.5rem;
  color: #366A04;
  opacity: 0.35;
}
#testimonial .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #366A04;
}

#contactUs {
  padding: 6rem 0;
}
#contactUs .singleInput {
  padding-bottom: 1.25rem;
}
#contactUs .singleInput input {
  border-color: #ccc;
}
#contactUs .singleInput input[type=text],
#contactUs .singleInput input[type=email],
#contactUs .singleInput input[type=tel],
#contactUs .singleInput select,
#contactUs .singleInput textarea {
  font-size: 1.75rem;
  padding: 0.5rem;
}
#contactUs .singleInput input[type=checkbox] {
  height: 2rem;
  width: 2rem;
}
#contactUs .singleInput label {
  font-size: 1.6rem;
  font-weight: 500;
}
#contactUs .select2-container .select2-selection--single {
  height: 3.8rem;
}
#contactUs .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3.8rem;
}
#contactUs .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 3.8rem;
  font-size: 1.6rem !important;
}
#contactUs .select2-results__option,
#contactUs .select2-results__option {
  font-size: 1.6rem !important;
}
#contactUs .select2-search--dropdown .select2-search__field {
  padding: 1rem !important;
}
#contactUs .contactRight .rightTitle {
  font-size: 2.25rem;
  padding-bottom: 1.5rem;
}
#contactUs .contactRight .directCommunication h4 {
  font-size: 1.7rem;
  padding-bottom: 1rem;
}

#coverageAreaMap {
  padding: 6rem 0;
  padding-bottom: 0;
}

#qucosoAparalCustomers {
  padding: 8rem 0;
  padding-top: 4rem;
}
#qucosoAparalCustomers .inner .innerTitle {
    font-size: 1.5rem;
    font-weight: 400;
    color: #366A04;
    padding: 1.25rem 0;
}
/* #qucosoAparalCustomers .inner .detail {
  font-size: 2rem;
  font-weight: 300;
} */

#footer {
  padding: 4rem 0;
  background-color: #FFD100;
}
#footer .footerIntro .footerLogo {
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #366A04;
  font-family: "acherusGrotesque";
}
#footer .footerIntro .detail {
  font-size: 1.5rem;
  font-weight: 400;
  padding-top: 1.5rem;
  text-align: justify;
}
#footer .footerTitle {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: capitalize;
  padding-bottom: 1rem;
  color: #366A04;
}
#footer ul li {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  width: fit-content;
}
#footer ul li:hover {
  padding-left: 1rem;
  color: #366A04;
}
 .socialIcons {
    display: flex;
    align-items: center;
  }
  .socialIcons li {
    font-size: 3.5rem;
    color: #000;
    margin-right: 1rem;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
  }
#footer .socialIcons {
  display: flex;
  align-items: center;
}
#footer .socialIcons li {
  font-size: 3.5rem;
  color: #366A04;
  margin-right: 1rem;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
#footer .socialIcons li:nth-child(1) {
  color: #0A66C2;
}
#footer .socialIcons li:nth-child(2) {
  color: #1877F2;
}
#footer .socialIcons li:nth-child(3) {
  color: #1DA1F2;
}
#footer .socialIcons li:nth-child(4) {
  color: #FF0000;
}
#footer .socialIcons li:hover {
  padding-left: 0;
  color: #FFD100;
}
#footer .subscribtionBox .form-control {
  font-size: 1.5rem;
  padding: 0.5rem;
  border: 0.2rem solid #366A04;
  color: #366A04;
}
#footer .subscribtionBox .subscribeBtn {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  border: 0.2rem solid #366A04;
  background: #366A04;
  color: #fff;
  margin-top: 1rem;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
#footer .subscribtionBox .subscribeBtn:hover {
  background: #FFD100;
  border-color: #FFD100;
  color: #366A04;
}
#footer .copyright {
  margin-top: 4rem;
  border-top: 0.1rem solid #366A04;
  padding: 2.5rem 0;
  padding-bottom: 0;
}
#footer .copyright .copyrightTxt {
  font-size: 1.5rem;
  text-align: center;
}
#footer .copyright .copyrightTxt span {
  font-weight: 400;
  color: #366A04;
}

#fanFact {
  margin-top: 5rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../images/clock.jpg);
  background-position: center center;
  background-attachment: fixed;
  padding: 6rem 0;
}
#fanFact .card {
  text-align: center;
  background: transparent;
  border: 3px solid #fff;
  padding: 1.5rem 1rem;
}
#fanFact .card i {
  font-size: 6.5rem;
  color: #fff;
}
#fanFact .card .card-title {
  font-size: 5rem;
  font-weight: 400;
  padding: 1.5rem 0;
  color: #fff;
}
#fanFact .card .card-title::after {
  content: " +";
}
#fanFact .card .card-text {
  font-size: 1.75rem;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

#getInTouch {
  padding: 13rem 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../images/helpline.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#getInTouch .getInTouchInner h3 {
  font-size: 3.2rem;
  font-weight: 300;
  color: #fff;
  padding-bottom: 3rem;
}
#getInTouch .getInTouchInner .contactBtn {
  background: #FFD100;
  color: #366A04;
}

#bredcrumbsHeader {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/clock.jpg");
  padding: 10rem 0;
  background-size: cover;
  background-position: center center;
}
#bredcrumbsHeader .bredcrumb-title {
  font-size: 2.7rem;
  font-weight: 400;
  color: #fff;
}
#bredcrumbsHeader .breadcrumbBox li {
  font-size: 1.7rem;
  font-weight: 600;
  color: #FFD100;
}
#bredcrumbsHeader .breadcrumbBox li a {
  text-decoration: none;
  color: inherit;
}
#bredcrumbsHeader .breadcrumbBox li.active {
  color: #366A04;
}
#bredcrumbsHeader .breadcrumbBox li.active a {
  color: inherit;
}
#bredcrumbsHeader .breadcrumb {
  --bs-breadcrumb-divider-color: #fff;
}

.section-title-box {
  text-align: center;
}
.section-title-box .title-details {
  font-size: 1.75rem;
  color: #000;
  max-width: 55rem;
  margin: 0 auto;
  text-align: center;
}

#faq {
  padding: 8rem 0;
  padding-bottom: 12rem;
}
#faq .faqAccrodions {
  padding-top: 3rem;
}
#faq .faqAccrodions .accordion .accordion-item {
  border: 1px solid rgba(204, 204, 204, 0.2);
  margin-top: 1rem;
}
#faq .faqAccrodions .accordion .accordion-item .accordion-header button {
  font-size: 1.75rem;
  font-weight: 500;
  padding: 2rem 1.25rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
#faq .faqAccrodions .accordion .accordion-item .accordion-body {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.7;
}

#privacy {
  padding: 8rem 0;
}
#privacy .privacyContents p {
  padding: 1rem 0;
  font-weight: 400;
}
#privacy .privacyContents h4 {
  font-size: 2rem;
  font-weight: 400;
  padding: 1rem 0;
  color: #366A04;
}
#privacy .privacyContents ul li {
  font-size: 1.6rem;
  line-height: 1.75;
}

#carrerBox {
  padding: 8rem 0;
}
#carrerBox .openJobCards {
  padding-top: 3rem;
}
#carrerBox .openJobCards a {
  text-decoration: none;
}
#carrerBox .openJobCards a:hover .card-title{
    text-decoration: underline;
}
#carrerBox .openJobCards .card {
  padding: 2.5rem;
  background: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.25);
  margin-top: 2.5rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
#carrerBox .openJobCards .card .card-title {
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 1.5rem;
}
#carrerBox .openJobCards .card .singleInfo {
  padding-bottom: 1.5rem;
  display: flex;
  align-items: start;
}
#carrerBox .openJobCards .card .singleInfo h6 {
  font-size: 1.5rem;
  font-weight: 400;
  min-width: 12rem;
}
#carrerBox .openJobCards .card .singleInfo p {
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 1rem;
}
#carrerBox .openJobCards .card .btn-job-detail {
  background-color: #366A04;
  border-color: #366A04;
  color: #fff;
}
#carrerBox .openJobCards .card:hover {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

#blogBox {
  padding: 8rem 0;
}
#blogBox .blogCards {
  padding-top: 3rem;
}
#blogBox .blogCards .contactBtn{
    background: #FFD100;
    color: #366A04;
  }
#blogBox .blogCards .card {
  padding: 0;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
#blogBox .blogCards .card img {
  border-radius: 1rem 1rem 0 0;
  -webkit-border-radius: 1rem 1rem 0 0;
  -moz-border-radius: 1rem 1rem 0 0;
  -ms-border-radius: 1rem 1rem 0 0;
  -o-border-radius: 1rem 1rem 0 0;
}
#blogBox .blogCards .card .card-body {
  padding: 2rem;
}
#blogBox .blogCards .card .card-body .card-title {
  font-size: 1.7rem;
  font-weight: 400;
  color: #366A04;
}
#blogBox .blogCards .card .card-body .card-text {
  font-size: 1.6rem;
  font-weight: 400;
  padding-top: 1rem;
  line-height: 1.25;
  overflow: hidden;
}
#blogBox .blogCards .card:hover .card-text{
    display: block !important;
}
#blogBox .blogCards .card .card-body .readMore {
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: underline;
  color: #0A66C2;
  display: inline-block;
  padding-top: 1rem;
}
#blogBox .blogCards .card .card-img {
  overflow: hidden;
}
#blogBox .blogCards .card:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
#blogBox .ourValuesCards {
  text-align: center;
}
#blogBox .ourValuesCards .modal .modal-title {
  font-size: 1.7rem;
  font-weight: 400;
  color: #366A04;
}
#blogBox .ourValuesCards .modal .modal-body {
  font-size: 1.6rem;
  font-weight: 400;
  padding-top: 1rem;
  line-height: 1.25;
}
#blogBox .ourValuesCards .card {
  background: #fff;
  box-shadow: -7px 5px 34px rgba(0, 0, 0, 0.12);
  border: none;
  text-align: center;
  padding: 2rem;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
#blogBox .ourValuesCards .card:hover {
  margin-top: -1rem;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

#blogBox .ourValuesCards i {
  font-size: 5rem;
  color: #000;
  display: inline-block;
  margin-bottom: 1.5rem;
}
#blogBox .ourValuesCards h3 span {
  font-size: 1.5rem;
  font-weight: 400;
  color: #366A04;
  margin-bottom: 1.5rem;
}

#blogDetails,
#carrerDetails {
  padding: 6rem 0;
}
#blogDetails .blog-inner,
#blogDetails .carrer-inner,
#carrerDetails .blog-inner,
#carrerDetails .carrer-inner {
  max-width: 80%;
  margin: 0 auto;
}
#blogDetails .blog-inner img,
#blogDetails .carrer-inner img,
#carrerDetails .blog-inner img,
#carrerDetails .carrer-inner img {
  padding-bottom: 3rem;
}
#blogDetails .blog-inner h5,
#blogDetails .carrer-inner h5,
#carrerDetails .blog-inner h5,
#carrerDetails .carrer-inner h5 {
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1rem 0;
  color: #366A04;
}
#blogDetails .blog-inner p,
#blogDetails .carrer-inner p,
#carrerDetails .blog-inner p,
#carrerDetails .carrer-inner p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
}
#blogDetails .blog-inner ul,
#blogDetails .blog-inner ol,
#blogDetails .carrer-inner ul,
#blogDetails .carrer-inner ol,
#carrerDetails .blog-inner ul,
#carrerDetails .blog-inner ol,
#carrerDetails .carrer-inner ul,
#carrerDetails .carrer-inner ol {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  padding-bottom: 1.5rem;
}
#blogDetails .blog-inner ul li,
#blogDetails .blog-inner ol li,
#blogDetails .carrer-inner ul li,
#blogDetails .carrer-inner ol li,
#carrerDetails .blog-inner ul li,
#carrerDetails .blog-inner ol li,
#carrerDetails .carrer-inner ul li,
#carrerDetails .carrer-inner ol li {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
}
.form-control, .form-select {
    background-color: rgb(250, 250, 250);
}
a {
    color: inherit;
}
.contact-bg {
    background: url("https://i.ibb.co.com/4gPSWTpM/contact-bg2.jpg") no-repeat center center;
    background-size: cover;
}
