/* @import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700"); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
  /* font-family: 'Poppins', sans-serif; */
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  /* overflow-x: auto; */
}
.mainWraper {
    width: 100%;
    height: auto;
    overflow: auto;
}

.behindHeader {
  padding-top: 136px;
  width: 100%;
  clear: both;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
}

a:hover,
a:focus {
  /* color: #4086cc; */
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h1,
h2,
h3,
h4,
h5 {
  /* font-family: 'Poppins', sans-serif; */
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  padding: 80px 0;
}

.form-check.form-check-inline .form-check-input {
  margin-left: 0;
}

.form-group label {
  font-weight: 500;
}

select.form-control {
  height: auto !important;
}

body.innerpage .container ul {
  padding-left: 1.5em;
}

body.innerpage .container ul li {
  list-style-type: disc;
}

.navbar-nav {
  padding-left: 0 !important;
}

.navbar-nav li {
  list-style-type: none !important;
}


.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

.section-header .section-title {
  font-size: 42px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  letter-spacing: .1px;
  position: relative;
}

.section-header .section-title.title-small {
  font-size: 34px;
}

.section-header .section-title span {
  color: #4086cc;
}

.testimonial-card {
  max-width: 1080px;
  background: #fff;
  border-radius: 16px;
  padding: 30px 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.testimonial-card::before {
  content: "“";
  font-size: 80px;
  color: #2b8a92;
  position: absolute;
  top: 0px;
  left: 20px;
  opacity: 0.15;
}

.footer {
  background: #1a1a1a;
  color: #ccc;
  padding: 20px 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.footer-links {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ccc;
  margin: 0 12px;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.footer-links a:hover {
  /* color: #94bf08; */
}
.sidebar-widget h3 {
    font-size: 1.6em;
    margin-bottom: 13px;
}
.footer-copy p {
  margin: 0;
  font-size: 13px;
  color: #888;
}
ul.list-unstyled {
  padding-left: 0 !important;
}
.list-unstyled li {
    list-style: none !important;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}
.list-unstyled li i.fa {
    margin-right: 5px;
    color: #c42d8f;
}

.innerpage .col-lg-8 .whatWeDo {
    padding: 0;
}
.innerpage .col-lg-8 .whatWeDo .itemsCardWraper .card .card-body {
    padding: 10px;
}
 
/* Call Us Now Banner Styling */
.call-us-now-banner {
  background: linear-gradient(to right, rgba(230, 247, 255, 1) 40%, rgba(230, 247, 255, 0.5) 90%), url(../img/sunflower-blur.jpg) center / cover no-repeat;
  position: relative;
  padding: 80px 0;
  color: darkgreen;
  overflow: hidden;
  text-align: center;
}
.innerpage .row h2 {
    margin-bottom: 20px;
}
.innerpage .row p {
    margin-bottom: 15px;
}
.container.moreatUmeed {
    padding-top: 50px;
}
.call-us-now-banner .container {
  position: relative;
  z-index: 1;
}

.call-us-now-banner h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #333;
}

.call-us-now-banner .lead {
  font-size: 24px;
  font-weight: 500;
  color: forestgreen;
  margin-bottom: 30px;
}

.call-us-now-banner .btn-common {
  background: #C42D8F;
  border-color: #C42D8F;
  padding: 14px 33px;
  font-size: 16px;
}

.call-us-now-banner .btn-common:hover {
  background: #E034A3;
  border-color: #E034A3;
}

/* Ensure responsiveness */
@media screen and (max-width: 768px) {
  .call-us-now-banner {
    padding: 50px 0;
  }
  
  .call-us-now-banner h2 {
    font-size: 32px;
  }
  
  .call-us-now-banner .lead {
    font-size: 18px;
  }
  
  .call-us-now-banner .btn-common {
    padding: 10px 20px;
    font-size: 14px;
  }
  .doubleSection .contentArea p.lead{
    text-align: center !important;
  }
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 30px;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-author h4 {
  font-size: 18px;
  margin: 0;
  color: #222;
}

/* new cs here */
.inner-hero-section,
.assessment-hero {
  /* background: url(../img/bannr-image.jpg) center / cover;
  position: relative; */
  position: relative;
  padding: 80px 0;
  color: darkgreen;
  overflow: hidden;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(to right, rgba(230, 247, 255, 1) 40%, rgba(230, 247, 255, .5) 90%), url(../img/sunflower-blur.jpg) center / cover no-repeat;
  min-height: 430px;
  align-content: center;
}
.heroBanner.doubleSection a.btn + a.btn {
    margin-top: 15px;
}

/* .inner-hero-section::before,
.assessment-hero::before{
  content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../img/bannr-image.jpg) center / cover;
filter: blur(3px);
z-index: -1;
}
.inner-hero-section::after,
.assessment-hero::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);  
z-index: -1;
} */
.inner-hero-section .container,
.assessment-hero .container {
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 11px 40px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  border: 1px solid #C42D8F;
  background: #C42D8F;
  position: relative;
  color: #fff;
  z-index: 1;
  border-radius: 4px;
}

.btn-common:hover {
  color: #fff;
  background: #E034A3;
  border-color: #E034A3;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.clear {
  clear: both;
}
.inner-hero-section p.lead {
    font-weight: 400;
}
.btn-common+.btn-common {
  background: #079220;
  border-color: #079220;
}

.btn-common+.btn-common:hover {
  background: green;
  border-color: green;
}

.back-top a {
  background: #C42D8F url(../img/arrow-up.png) no-repeat center center;
  display: block;
  width: 34px;
  height: 34px;
  margin: 15px auto 10px;
  text-indent: -900em;
  border-radius: 10em;
  cursor: pointer;
}

/* ==========================================================================
   3. Hero Area
   ========================================================================== */
/* .heroBanner {
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.heroBanner .image {
  position: relative;
  width: 100%;
  height: 100%;
}

.heroBanner .image img {
  width: 100%;
  height: auto;
}

.heroBanner .container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000091;
  max-width: inherit;
} */

.hero-slider {
  width: 100%;
}

.hero-slider .testimonial-item {
  width: 100% !important;
  margin: 0 !important;
}


.heroBanner.doubleSection {
  display: flex;
  flex-wrap: wrap;
  width: 100%;align-items: center;
}

.heroBanner .contentArea {
  width: 50%;
  padding: 20px;
}

.heroBanner .image {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heroBanner .image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

#hero-area .contents h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#hero-area .contents p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

#hero-area .contents .btn {
  margin: 25px 25px 0px 0px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.3px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
}

.btn-common img,
.btn-common i.fa {
  width: 24px !important;
  height: 24px !important;
  margin-right: 5px;
  font-size: 18px;
  align-content: center;
}


/* ==========================================================================
   4. Navbar Style
   ========================================================================== */
.navbar-brand {
  position: relative;
  padding: 0px;
}

a.navbar-brand img.img-fulid {
  max-width: 120px;
}
.nivo-lightbox-prev {
  background: none !important;
  width: 40px !important;
  height: 40px !important;
  opacity: 0.8 !important;
  transition: opacity 0.3s ease !important;
  text-align: center !important;
  line-height: 40px !important;
}

.nivo-lightbox-prev::before {
  content: '\f053'; /* Font Awesome left arrow */
  font-family: 'FontAwesome' !important;
  font-size: 24px !important;
  color: #fff !important;
}

.nivo-lightbox-prev:hover {
  opacity: 1 !important;
}

.nivo-lightbox-next {
  background: none !important;
  width: 40px !important;
  height: 40px !important;
  opacity: 0.8 !important;
  transition: opacity 0.3s ease !important;
  text-align: center !important;
  line-height: 40px !important;
}

.nivo-lightbox-next::before {
  content: '\f054'; /* Font Awesome right arrow */
  font-family: 'FontAwesome' !important;
  font-size: 24px !important;
  color: #fff !important;
}

.nivo-lightbox-next:hover {
  opacity: 1 !important;
}

.nivo-lightbox-close {
  background: none !important;
  width: 30px !important;
  height: 30px !important;
  opacity: 0.8 !important;
  transition: opacity 0.3s ease !important;
  text-align: center !important;
  line-height: 30px !important;
}

.nivo-lightbox-close::before {
  content: '\f00d'; /* Font Awesome cross (times) */
  font-family: 'FontAwesome' !important;
  font-size: 20px !important;
  color: #fff !important;
}

.nivo-lightbox-close:hover {
  opacity: 1 !important;
}

/* Ensure arrows are visible and positioned correctly */
.nivo-lightbox-nav {
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 0;
}

/* Optional: Style the lightbox overlay */
.nivo-lightbox-overlay {
  background: rgba(0, 0, 0, 0.9) !important;
}

/* Optional: Style the title */
.nivo-lightbox-title {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
  padding: 10px !important;
  border-radius: 5px !important;
}

.top-nav-collapse {
  background: #fff;
  z-index: 99999;
  top: 0px !important;
  padding: 0;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
  padding: 0.5rem 1rem;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #333 !important;
}

.indigo {
  background: transparent;
}

.scrolling-navbar.indigo {
  background: #fff;
  border-bottom: 1px solid #94bf0840;
}

ul.navbar-nav li {
  margin: 0 2px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #333;
  padding: 0 7px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 30px;
  border-radius: 4px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 600;
}

.navbar-expand-lg .navbar-nav li.nav-item .active>a,
.navbar-expand-lg .navbar-nav li.nav-item a:focus {
  /* background: #4086cc !important;
  color: #fff !important; */
}

.navbar .nav-link.active {
  /* color: #fff !important;
  background: #4086cc; */
  color: #C42D8F !important;
  text-decoration: underline;
}

button.accordHeading {
  width: 100%;
  padding: 15px;
  border: 0;
  text-align: left;
  background: none;
  color: #333;
  display: flex;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  align-items: center;
  gap: 8px;
}

button.accordHeading img {
  transform: rotate(90deg);
  transition: all .2s;
  max-width: 15px;
  max-height: 15px;
}

button.accordHeading.collapsed img {
  transform: inherit;
}

div#faqAccordion .card-header {
  padding: 0;
}

.navbar-expand-lg .navbar-nav li.nav-item a:hover {
  color: #C42D8F !important;
}

.whatWeDo>h2 {
  font-size: 26px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.services-section {
  padding: 60px 20px;
  text-align: center;
  background: #f6f6f6;
}

#testimonialsCont h2 {
  font-size: 26px;
  line-height: 1.3;
  color: #333;
  font-weight: 600;
  letter-spacing: 0;
}

.services-section h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 40px;
  letter-spacing: 0;
}

.lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #94bf08;
  margin-top: 15px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.service-card {
  background: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.service-card h3 {
  font-size: 17px;
  font-weight: bold;
  color: #004040;
  max-width: 200px;
  text-align: center;
  margin: auto;
  line-height: 1.4;
}

.service-card img {
  height: 50px;
  margin-bottom: 20px;
}

.more-text {
  display: none;
}

.navbar-call {
  position: absolute;
  right: 20px;
  top: 0;
  display: flex;
  font-weight: bold;
  color: forestgreen;
  align-items: center;
}

.navbar-call a:hover {
  color: #C42D8F;
}

.navbar-call a {
  display: inline-flex;
  margin-right: 10px;
}

.navbar-call a:last-child {
  margin-right: 0;
}
.navbar-call a.whtsapp {
    margin-left: 10px;
    font-size: 20px;
    color: #069220;
}
.navbar-call svg {
  margin-right: 5px;
}

.navbar-call svg path {
  stroke: currentColor;
}

.read-more {
  color: #C42D8F;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  margin-left: 5px;
  display: inline-block;
}

.read-more:hover {
  text-decoration: underline;
  color: #E034A3;
}

.imageBoxes .flex div.contentbox h4 {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 15px;
}

.doubleSection .contentArea .contents {
  text-align: left !important;
}

.centerBtn {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.centerBtn a.btn.btn-common {
  margin: 0 !important;
}

.doubleSection {
  padding: 50px 0;
}

.doubleSection .image {
  width: 50%;
  padding: 20px 0;
}

.doubleSection .contentArea {
  width: 50%;
  text-align: left;
  padding: 0 20px;
}

.doubleSection .contentArea h1.wow.fadeInDown.animated {
  text-align: left;
  font-size: 32px !important;
  color: #000 !important;
  max-width: 500px;
}

.doubleSection .contentArea p.lead,.innerActions p.lead {
  text-align: left;
  color: forestgreen !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-bottom: 30px;
  margin-top: 20px;
}

.doubleSection .contentArea p.lead a,.innerActions p.lead a {
  color: forestgreen !important;
}

.doubleSection .contentArea p.lead a:hover,.innerActions p.lead a:hover {
  color: #C42D8F !important;
}

section#testimonialsCont {
  padding-bottom: 0;
}

.imageBoxes .flex {
  display: flex;
  align-items: center;
}

.imageBoxes .flex .image {
  width: 45%;
  flex: inherit;
}

.imageBoxes .flex div.contentbox {
  flex: 1;
}

.imageBoxes .flex .image img {
  max-width: 100%;
  border-radius: 4px;
  padding: 5px;
  height: auto;
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.imageBoxes .flex .contentbox {
  padding-right: 20px;
}

.imageBoxes .flex .image+.contentbox {
  padding-left: 20px;
}

.imageBoxes .flex div.contentbox>p {
  margin-bottom: 0;
  font-weight: 500;
}

.itemsCardWraper {
  display: flex;
  flex-wrap: wrap;
}

.itemsCardWraper .card {
  width: 33.33%;
  border: 0;
  text-align: center;
  background: none;
}

.itemsCardWraper .card .icon {
  height: 96px;
  width: 96px;
  display: inline-block;
  margin-bottom: 20px;
}

.itemsCardWraper .card h6 {
  margin-top: 20px;
  height: 20px;
  margin-bottom: 10px;
}

.itemsCardWraper h6 {
  width: 100%;
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 30px !important;
  text-align: center;
  position: relative;
}

.itemsCardWraper h6:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 0;
  left: 50%;
  bottom: -5px;
  border-bottom: solid 1px #000;
  transform: translateX(-50%);
}

.wrapper {
  display: flex;
  gap: 20px;
  padding: 20px;
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.panel {
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  width: 33.33%;
  text-align: left;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.panel:hover {
  transform: translateY(-5px);
}

.panel-title {
  color: #2c3e50;
  font-size: 1.5em;
  margin-bottom: 10px;
  line-height: 1.4;
  max-width: 100%;
  text-align: left;
}

.panel-text {
  color: #5a5a5a;
  font-size: 1.1em;
  line-height: 1.5;
  text-align: left;
  flex: 1;
  font-weight: 500;
  margin-bottom: 30px;
}

section#institutions {
  background: #f6f6f6;
  padding: 50px 0;
}

section#institutions .contentbox p {
  margin-bottom: 10px;
}

.panel-link {
  display: inline-block;
  text-decoration: none;
  color: #C42D8F;
  font-weight: bold;
  margin-bottom: 10px;
  transition: color 0.3s ease;
  border-bottom: solid 1px;
  margin-right: 10px;
}

.panel-link:hover {
  color: #E034A3;
}

.panel-gradient-3 h2.panel-title {
  color: #ffffff;
}

.panel-button {
  background-color: #C42D8F;
  border-color: #C42D8F;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.panel-button:hover {
  background-color: #E034A3;
  color: #fff;
}

.panel-gradient-1 {
  background: linear-gradient(135deg, #f5f7fa 0%, #e0eafc 100%);
}

.panel-gradient-2 {
  background: linear-gradient(135deg, #f5f7fa 0%, #e0eafc 100%);
}

.panel-gradient-3 {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.panel-gradient-3 .panel-text,
.panel-gradient-3 .panel-link {
  color: #ecf0f1;
}

.panel-gradient-3 .panel-link:hover {
  color: #dfe6e9;
}

/* ==========================================================================
   5. Services section
   ========================================================================== */
.item-boxes {
  text-align: center;
  padding: 0px 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-boxes .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid #f1f1f1;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-boxes .icon i {
  font-size: 26px;
  line-height: 60px;
  color: #4086cc;
}

.item-boxes h4,
h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* ==========================================================================
   11. Testimonial Section Style
   ========================================================================== */
#testimonial {
  background-color: #f6f6f6;
}

.testimonial-item {
  text-align: center;
  border: solid 1px #c1c1c1;
  margin: 0 10px;
  padding-top: 10px;
  border-radius: 4px;
  width: 100%;
}

.testimonial-item img {
  height: 80px;
  object-fit: contain;
}

.testimonial-item .testimonial-text h3 {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: dashed 1px #c1c1c1;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #888888;
}

.owl-theme .owl-controls .owl-page span {
  background: #4086cc;
  border-radius: 0;
}

#testimonial .owl-pagination {
  margin-top: 30px;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

/* ==========================================================================
   15. Footer Style
   ========================================================================== */
footer {
  background: #292f35;
  padding: 20px 0;
  padding-bottom: 10px;
}

.footer-links {
  line-height: 48px;
}

.footer-links li {
  float: left;
}

.footer-links li a {
  color: #fff;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.footer-links li a:hover {
  color: #C42D8F;
}

.footer-links li a:before {
  content: '- ';
}

.copyright {
  margin-top: 10px;
  text-align: center;
  border-top: solid #e6e6e6 1px;
  padding-top: 10px;
}

.copyright p {
  color: #fff;
  margin-bottom: 0;
}

a,
a:hover {
  color: #C42D8F;
}

.copyright p a {
  color: #fff;
}

.copyright p a:hover {
  color: #C42D8F;
}

.itemsCardWraper img {
  max-height: 90px;
}

/* .navbar-expand-lg .navbar-nav .nav-link.contactBtn {
  background: #C42D8F;
  color: #fff !important;
  margin-left: 12px;
}

.navbar-expand-lg .navbar-nav .nav-link.contactBtn:hover {
  color: #fff !important;
  background: #E034A3;
} */

.hero-slider .owl-wrapper {
  width: 100% !important;
}

.hero-slider .owl-wrapper .owl-item {
  width: 100% !important;
}













/* Responsive adjustments */
@media (max-width: 1200px) {
  .hero-slider .container {
    max-width: 100% !important;
    padding: 0 15px;
  }

}



/* Media Queries */
@media screen and (max-width: 768px) {
  .heroBanner.doubleSection {
    flex-direction: column;
    padding: 0;

  }

    .hero-slider .testimonial-item,.heroBanner.doubleSection .image{
    padding-top: 0;
  }

  #hero-area .contents h1,
  #hero-area .contents p {
    text-align: center;
  }

  #hero-area .contents .btn.btn-lg {
    margin-top: 15px;
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
  }

  .doubleSection .contentArea .contents {
    text-align: center !important;
  }

  .doubleSection .contentArea h1.wow.fadeInDown.animated {
    margin: auto;
  }

  #hero-area .contents {
    padding: 30px 0 60px !important;
  }

  .heroBanner.doubleSection .contentArea,
  .heroBanner.doubleSection .image {
    width: 100%;
  }

  .heroBanner.doubleSection .image {
    order: -1;
  }

  .heroBanner.doubleSection .image img {
    max-width: 500px;
  }

  .wrapper {
    flex-direction: column;
  }

  .imageBoxes .flex div.contentbox {
    padding: 0 10px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .imageBoxes .flex div.contentbox p {
    text-align: justify;
  }

  .navbar-expand-lg .navbar-nav .nav-link.contactBtn {
    margin-left: 0;
  }

  .panel {
    width: 100%;
    margin-bottom: 20px;
  }

  .imageBoxes .flex {
    flex-direction: column;
  }

  .imageBoxes .flex .image,
  .imageBoxes .flex .contentbox {
    width: 100%;
    padding: 0;
  }

  .imageBoxes .flex .image+.contentbox {
    padding-left: 0;
    margin-top: 20px;
  }

  .itemsCardWraper .card {
    width: 100%;
    margin-bottom: 20px;
  }

  .services-grid {
    /* grid-template-columns: 1fr; */

    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .navbar-expand-lg .navbar-nav .nav-link.contactBtn {

    display: inline-block;
  }
}




@media screen and (max-width: 991px) {


  .navbar-call {
    right: 0;
  }

  .panel {
    padding: 30px 20px;
  }

  .doubleSection .contentArea h1.wow.fadeInDown.animated {
    font-size: 28px !important;
  }

  .doubleSection .contentArea p.lead {
    font-size: 24px !important;
  }

  #hero-area .contents .btn {
    padding: 10px 20px;
  }

  .navbar-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-toggler {
    height: 40px;
    cursor: pointer;
    border: solid 1px;
    color: #000000;
    margin-top: 30px;
    color: #06941f;
    margin-top: 30px;
    outline-color: #06941f !important;
  }

  section#institutions .container,
  section.whatWeDoSection .container {
    max-width: 100%;
  }

  .panel .d-flex.flex-column {
    flex-direction: row !important;
  }


}


@media (max-width: 576px) {

.btn-lg {
    padding: 10px 13px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
}
.btn-assessment {
    padding: 10px 13px !important;
    text-transform: uppercase;
    font-size: 15px  !important;
}
.section{
  padding-top: 50px;
}
  .firstSection{
    padding-top: 0;
  }
.h1, h1 {
    font-size: 2rem;
}
  #hero-area .contents h1 {
    font-size: 1.5rem !important;
  }
  .section.callUs .btn.btn-common {
    margin: 10px;
}

  .services-grid {
    grid-template-columns: 1fr;
  }
    .gallery-item img {
        height: 240px;
    }
    .map-section{padding-top: 0 !important;}
  .heroBanner .contentArea {
    padding: 20px 0px;
  }

  .imageBoxes .flex .image img {
    margin-top: 20px;
  }

  a.navbar-brand img.img-fulid {
    max-width: 100px;
  }

  .panel {
    padding: 40px 30px;
  }

  .footer-links {
    line-height: 38px;
  }

  .footer-links a {
    width: 39%;
    display: inline-block;

  }

  .testimonial-card {
    padding: 30px 10px;
  }

  .testimonial-text {

    text-align: left;
    font-size: 14px;
    line-height: 1.4;
  }

  section#testimonialsCont {
    padding-bottom: 40px;
  }

  .testimonial-card::before {
    top: 0px;
    left: 5px;
    font-size: 64px;
    opacity: 0;
  }

  .navbar-call {
    position: static;
    text-align: right;
    margin-left: auto;
  }

  .navbar-toggler {
    margin-top: 0;
  }
}

@media (max-width: 896px) and (max-height: 500px) and (orientation: landscape) {

  nav#navbar.top-nav-collapse {
    position: static;
  }
}

/* Animation */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}