@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 {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  height: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.bg-main {
  background-color: #6398a3 !important;
}

.main-text {
  color: #132c33 !important;
}

img {
  max-width: 100%;
}

.btns .button {
border-radius: 4px;
    /* background-color: #132c33; */
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    padding: 19px 45px;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 0 !important;
    font-weight: 500;
    background-color: #e01e91 !important;
    display: block;
    width: fit-content !important;
}

.btns .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btns .button span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btns .button:hover span {
  padding-right: 25px;
}

.btns .button:hover span:after {
  opacity: 1;
  right: 0;
}

.heading h2 {
  font-size: 44px;
  font-weight: 500;
  color: #000000;
}

.heading h6 {
  font-size: 20px;
}

p {
  font-size: 16px;
  line-height: 23px;
}

.nav-links .navbar-nav {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  list-style: none;
}

.nav-links a.nav-link {
  font-weight: 400;
  padding-left: 32px !important;
  font-size: 17px !important;
}

.nav-links .navbar-nav li>a {
  color: #000;
}

.nav-links .navbar-nav li>a:hover {
  color: #000;
}

.nav-links .navbar-nav li>a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.3s;
}

.nav-links .navbar-nav li>a:hover::after {
  width: 100%;
  transition: width 0.3s;
}

.links-icons {
  padding-left: 70px;
}


.top-header {
  z-index: 99999999999;
  padding: 20px 0;
  position: fixed;
  background: #fff;
  width: 100%;
  box-shadow: 0px -29px 30px 10px #000
}

.banners .slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.banners .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 200px;
  transform: translateX(-100%);
  overflow: hidden;
  border-radius: 20px;
  transition: all 2s ease;
}

.banners .slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banners .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  top: 0;
  left: 0;
  z-index: 1;
}

.banners .slide-content {
  position: absolute;
  z-index: 2;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  opacity: 0;
  transition: opacity 1s ease;
  width: 60%;
}

.banners .slide-content h1 {
  font-size: 61px !important;
  line-height: 74px;
}

.banners .slide-content p {
  font-weight: 200;
  font-size: 17px;
}

.banners .slide.expand {
  width: 100vw;
  height: 100vh;
  transform: translateX(0);
  border-radius: 0;
}

.banners .slide-content.show {
  opacity: 1;
}



.innerPageSection p {
  line-height: 31px;
  margin: 18px 0;
}

.about-section {
  padding: 80px 0;
}

.Sponsors h6 {
       background-color: #bfe2df;
    text-align: center;
    padding: 32px;
    font-size: 20px;
    color: #052825;
    font-weight: 600;
}

.capabilities-section {
  padding: 80px 0;
}

.capabilities-section .capabilities-box-content {
    background: #bbe0dd;
    color: #052825 !important;
    /* padding: 40px; */
    min-height: 225px;
}

.capabilities-section .capabilities-box-content p {
  font-size: 14px;
  font-weight: 300;
}

.capabilities-section img {
  transition: transform 0.5s ease;
  overflow: hidden;
}

.capabilities-section .capabilities-box-content h3 {
  font-size: 24px;
  font-weight: 600;
}

.linenew {
  display: flex;
}

.linenew .pink {
  background-color: #df1d90;
  width: 50%;
  height: 12px;
}

.linenew .green {
     background-color: #df1d90;
    width: 50%;
    height: 12px;
}

.b-padding {
  padding: 20px;
}

.s-bg .line {
  display: flex;
}


.s-bg .line .pink {
  background-color: #df1d90;
  width: 50%;
  height: 12px;
}

.s-bg .line .green {
      background-color: #de1d8f;
    width: 50%;
    height: 12px;
}



.capabilities-box:hover img {
  transform: scale(0.9);
  display: block;
  overflow: hidden;
}

.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #126e82 !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  font-size: 22px !important;
  padding: 20px;
}

.accordion-button {
  box-shadow: none !important;
  background: #d8e3e7 !important;
  font-size: 22px !important;
  font-weight: 600;
  padding: 20px;
}

.accordion-item {
  border: 0 !important;
  border-radius: 0 !important;
  margin: 25px 0 !important;
}

.accordion-button {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(/images/arrow-up.png);
  transform: rotate(-180deg);
}

.accordion-button::after {
  background-image: url(/images/arrow-up-dark.png);
}

.accordion-body {
  padding-top: 36px;
  font-size: 20px;
  color: #3f3f3f;
}

.cen-section .banner-section {
  background-color: #dfdfdf;
  text-align: center;
  padding: 30px 20px;
  border-radius: 15px;
  color: #393939;
}

.cen-section {
  border-top: 1px solid #00000042;
  padding-top: 51px;
}

.cen-section .banner-section h1 {
  font-size: 30px !important;
}

.count-section {
  background: url(../images/flow.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
}

.count-section .layer {
  background-color: rgb(37 43 45 / 90%);
  width: 100%;
  color: #fff !important;
  text-align: center;
  padding: 92px 0;
}

.count-section .layer p {
  margin-top: 5px;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 300;
}

.count-section .layer h3 {
  font-size: 35px;
  margin-bottom: 0;
}

/* .team-section{
  padding: 80px 0;
} */

.work-inner-box {
  background: #c0dce1;
  padding: 40px;
  border-radius: 13px;
  height: 100%;

}

.work-inner-box h4 {
  font-size: 23px;
  margin-bottom: 17px;
}

.team-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.team-card {
  position: relative;
  overflow: hidden;
}

.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.team-card:hover img {
  transform: scale(1.05);
}

.team-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(199 232 230);
  color: #083b42;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: bottom 0.5s ease;
  text-align: center;
}

.team-card:hover .team-overlay {
  bottom: 0;
}

.team-overlay h3 {
  margin: 0;
  font-size: 30px;
}

.team-overlay p {
  margin: 8px 0 16px;
  font-size: 16px;
}

button.view-btn {
     background: #df1d90;
    border: 0;
    color: #fff;
    padding: 14px 29px;
    margin-top: 13px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgb(0 0 0 / 75%);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  border-radius: 13px;
}

.modal-content .btn-close {
  top: 15px;
  border-radius: 20px;
  background-color: #000000 !important;
  background-image: url(/images/cross.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
}

.modal-profile {
  padding: 0 50px;
}

.modal-profile h4 {
  font-size: 36px;
}

.modal-profile h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 17px 0;
  color: #14798e;
}

.modal-profile p {
  font-size: 16px;
  line-height: 25px;
}

.modal-dialog {
  max-width: 1310px;
}

.social-icons {
  display: flex;
  gap: 15px;
  font-size: 20px;
}

.team-container {
  padding: 80px 0;
}

.textimonial-section {
  padding: 20px;
  background: url(../images/testimonial.png) no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
}

.textimonial-section button.btn.btn-primary {
  background-color: transparent !important;
  border: 0;
  font-size: 30px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 100px;
}

.textimonial-section button.btn.btn-primary i {
  font-size: 75px;
  margin-right: 20px;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.textimonial-section2 {
  padding: 80px 0;
}

.textimonial-section2 .testimonial-inner {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-top: -49%;
  padding: 50px;
  box-shadow: 0px 14px 44px -22px;
  border: 1px solid #e7e7e7;
}

.textimonial-section2 .testimonial-inner .stars {
  font-size: 22px;
  color: #126e81;
  margin-top: 27%;
}

.textimonial-section2 .testimonial-inner h4 {
  font-size: 15px;
  margin: 0;
}

.textimonial-section2 .testimonial-inner h5 {
  font-weight: 600;
  color: #126e81;
  margin-top: 13px;
  margin-bottom: 1px;
}

.textimonial-section2 .testimonial-inner p {
  font-size: 31px;
  font-weight: 600;
  color: #2f2f2f;
  line-height: 40px;
}

.textimonial-section2 .testimonial-inner i {
  font-size: 90px;
  color: #95afb4;
}

.blog-section {
      padding: 80px 0;
    background: #f5f5f5;
}

.blog-section a {
  text-decoration: none !important;
}

.blog-section .blog-card {
  background: #e8f0f3;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.blog-section .blog-image {
  position: relative;
  overflow: hidden;
}

.blog-section .badge {
  position: absolute;
  background: #15707e;
  color: white;
  padding: 14px 35px;
  font-size: 15px;
  border-radius: 0;
  bottom: 0;
}

.blog-section .blog-content {
  padding: 35px;
  text-align: center;
  background: #df1d909c;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-section .blog-content h3 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}

.blog-section .date {
  color: #657d89;
  font-size: 14px;
  margin: 20px 0;
}

.blog-section .date i {
  margin-right: 5px;
}

.blog-section .desc {
  font-size: 14px;
  color: #3e4f58;
  line-height: 1.4;
}

.gahana {
  background: url(../images/gahana-flag.png) no-repeat !important;
  height: 160px;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Gambia {
  background: url(../images/Gambia-flag.png) no-repeat !important;
  height: 160px;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.republic {
  background: url(../images/Republic.png) no-repeat !important;
  height: 160px;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
}


.work-section {
  padding: 80px 0;
  background: #6398a3;
}

.footer {
    background: #c8ece9a8;
    padding-top: 50px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-col {
  flex: 1;
  min-width: 200px;
}

.logo-col h2 {
  display: flex;
  align-items: center;
  gap: 10px;
}












img.logo {
  max-width: 160px;
}

.footer-col h3 {
  margin-bottom: 15px;
  margin-top: 38px;
  font-size: 22px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pp-l {
  padding-right: 115px;
}

.footer-col ul li {
  margin: 16px 0;
  color: #000;
  cursor: pointer;
  font-size: 14px;
}

.footer-col ul li a {
  color: #000;
  text-decoration: none;
}

.footer-col p {
  margin: 10px 0;
  color: #1b3b44;
  font-size: 14px;
  display: flex;
}

.footer-col i {
  margin-right: 7px;
  color: #14798e;
  margin-top: 5px;
}

hr {
  margin: 30px 0 15px;
  border: 0;
  border-top: 1px solid #6a838c;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.contact-left {
  box-shadow: 0px 0px 40px -22px #000;
  background: #f9f9f9;
  padding: 42px;
  position: absolute;
  width: 480px;
  top: 350px;
}

.social-icons i {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* padding: 27px 0px; */
  padding-bottom: 22px;
  color: #14798e;
}

.video-modal .modal-dialog {
  max-width: 1200px !important;
}

.video-modal .modal-header .btn-close {
  background-color: red;
}

.btn-close {
  background-color: #132c33 !important;
  background-image: url(/images/cross.png);
  background-repeat: no-repeat;
}

.partners-sections {
  background: #ededed91;
  padding: 80px 0;
}

.partners-sections .partner-box {
  background: #dedcdc52;
  padding: 18px;
}

.faq-section {
  padding: 80px 0;
  background: url(../images/health.png) no-repeat;
  background-size: cover;
}

.contact-banner {
  position: relative;
}

.form-control {
  padding: 17px 10px;
  font-size: 12px;
}

.form-label {
  font-size: 13px;
}

textarea {
  border: 1px solid #cecece;
  border-radius: 3px;
  padding: 17px 10px;
  font-size: 12px;
  width: 100%;
  height: 150px;
}

.contact-right {
  padding: 80px 0;
  padding-left: 50px;
}

.contact-right i {
  color: #14798e;
  font-size: 40px;
}

.contact-right h4 {
  margin: 10px 0;
}

.contact-right ul {
  padding-left: 10px;
}

.contact-right ul li {
  margin-left: 16px;
  font-size: 15px;
  padding-bottom: 9px;
}

.contact-right ul li::marker {
  font-size: 24px;
  color: #14798e;
}


.side-full-nav {
  display: none;
}


.side-nav {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px -20px 42px 1px #000;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.side-nav button.btn.btn-primary {
  font-size: 20px;
  color: #000;
  background: transparent;
  border: 0;
}

.offcanvas-body {
  padding: 0;
  position: relative;
}

.offcanvas-body ul li {
  list-style: none;
  padding: 19px 30px;
}

.offcanvas-body .offcanvas-links {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #cfebe9;
  padding: 20px;
  display: flex;
}

.offcanvas-body .offcanvas-links a {
  background: #91b4b1;
  margin-right: 13px;
  font-size: 18px;
  color: #385856;
  width: 40px;
  height: 40px;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  border-radius: 47px;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  border: 0 !important;
}

.offcanvas-body ul li a {
  font-size: 14px;
  text-decoration: none;
  display: block;
  color: #000;

}

.offcanvas-body ul {
  padding: 0;
}

.capabilities-box {
  margin-bottom: 30px;
}

.innerPageBannerSection {
  position: relative;
  text-align: center;
  color: #fff;
}

.innerPageBannerSection video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.innerPageBannerSection .about-layer {
  width: 100%;
  background-color: rgb(0 0 0 / 70%);
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 119px;
}

.team-banner {
  background: url(../images/team-banner.png) no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 80px;
}

.team-banner h2 {
  font-size: 50px;
  text-align: center;
}

.innerPageBannerSection .about-layer h3 {
  font-size: 50px;
}

.innerPageBannerSection .innerPageBannerSection h3 {
  font-size: 40px !important;
}

.innerPageSection {
  padding: 35px 0;
}

.innerPageSection h4 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 35px;
}

.textList {
  padding-left: 15px;
}

.textList li {
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  list-style: none;
}

.contact-inner-page {
    background: #c5e5e4;
    padding: 50px;
}

a.l-icn {
  background: #2b4280;
  width: 100%;
  display: block;
  color: #fff;
  padding: 120px;
  margin-bottom: 50px;
  font-size: 130px;
  border-radius: 70px;
}



/********************************************* Guhana Page ***********************************************/

.guhana-banner {
  background-image: url('https://centric.org.uk/wp-content/uploads/2023/05/Ghana-Reflections-Environmental-Challenges-Resilience-Hope-and-the-Power-of-Community-Banner-Image.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 760px;
}

.guhana-banner2 {
  background-image: url('https://centric.org.uk/wp-content/uploads/2023/02/Community-Research-Training-in-the-Dominican-Republic-Banner-Image.jpg') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 760px;
}

.guhana-banner .layer {
  justify-content: center;
  background-color: rgb(0 0 0 / 0.5);
  height: 760px;
  display: flex;
  align-items: center;
  text-align: center;
}

.guhana-banner .layer h1 {
  font-size: 70px;
  margin-top: 64px;
  font-weight: bolder;
  color: #fff;
}

.one-section {
  padding: 80px;
}

.one-section .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.one-section .dd {
  margin: 13px 0 !important;
  font-size: 20px;
  color: #575757 !important;
}

.one-section .author-meta {
  border-left: 2px solid #8e44ad;
  padding-left: 20px;
}

.one-section .author-meta h6 {
  color: #df1d90;
  font-size: 22px;

}

.one-section .author-meta .text-muted {
  color: #df1d90 !important;
  text-transform: uppercase;
  font-size: 14px;
}

.one-section .quote-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}

.one-section .quote-text::before,
.quote-text::after {
  content: "“";
  font-size: 2rem;
  color: #555;
}

.one-section .quote-text::after {
  content: "”";
}

.one-section .s-img {
  width: 150px;
  border-radius: 50%;
  float: left;
  margin-right: 25px;
}

.Sponsors .mt-5 {
  margin-top: 1rem !important;
}

.Sponsors-inner {
  margin-bottom: 16px;
}

.crousal-sections .news-card {
  width: 415px;
  border: 1px solid #ddd;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.crousal-sections .news-img {
  width: 100%;
  height: auto;
  display: block;
}

.crousal-sections .color-bars {
  display: flex;
  height: 12px;
}

.crousal-sections .yellow-bar {
    background-color: #df1d90;
    width: 50%;
    height: 50px;
}

.crousal-sections .purple-bar {
  background-color: #df1d90;
  width: 50%;
  height: 50px;
}

.crousal-sections .news-content {
    background-color: #c8e7e5;
    color: #052825;
    padding: 15px;
    position: relative;
    height: 250px !important;
}

.crousal-sections .news-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.crousal-sections .news-content .date {
    font-size: 14px;
    color: #052825;
    margin-bottom: 14px;
    font-weight: 400;

}

.crousal-sections .news-content .authors {
     font-size: 17px;
    color: #052825;
    margin-bottom: 15px;
    padding-bottom: 47px;
    font-weight: 400;

}

.crousal-sections .news-content .read-more {
  background-color: #df1d90;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 300;
}


.content-sec {
  background-color: #000;
  color: #fff;
  padding: 40px 0;
}

.content-sec .section-heading {
  border-right: 4px solid #92e0d8;
  padding-right: 10px;
  display: inline-block;
  font-weight: bold;
}

.content-sec .sub-text {
  color: #92e0d8;
  font-size: 12px;
}

.content-sec .download-card img {
  width: 100%;
  max-width: 250px;
  transition: transform 0.3s ease;
}

.content-sec .download-card:hover img {
  transform: scale(1.05);
}

.content-sec .caption {
  font-size: 11px;
  margin-top: 10px;
  line-height: 1.5;
  text-align: center !important;
  text-decoration: none !important;
  color: #ffffff6b;
}

a {
  text-decoration: none;
}

.content-sec .download-card {
  width: 200px;
}




/*********************************************** Responsive *************************************************/


@media screen and (min-device-width: 360px) and (max-device-width: 500px) {

  .side-full-nav {
    display: block !important;
  }

  .team-banner {
    padding-top: 124px !important;
  }

  a.l-icn {
    background: #2b4280;
    width: 100%;
    display: block;
    color: #fff;
    padding: 21px;
    margin-bottom: 50px;
    font-size: 32px;
    border-radius: 15px;
  }

  .modal-profile h4 {
    font-size: 27px;
    margin-top: 11px;
  }

  .modal-profile p {
    font-size: 13px;
    line-height: 19px;
  }

  .banners img {
    max-width: fit-content !important;
  }

  .modal-profile {
    padding: 10px 0;
    text-align: center;
  }

  .modal-body img {
    max-width: 50% !important;
  }

  .blog-section .blog-content {
    padding: 20px;
  }

  .work-section {
    padding: 40px 0;
  }

  .work-section .colum {
    margin-bottom: 13px;
  }

  .innerPageBannerSection video {
    width: 100% !important;
    height: 50vh !important;
  }

  .innerPageBannerSection .about-layer {
    height: 91%;
  }

  .crousal-sections .news-card {
    width: 100% !important;
  }

  .guhana-banner2 {
    background-size: cover;
    height: fit-content !important;
  }

  .guhana-banner {
    background-size: cover;
    height: fit-content !important;
  }

  .imgn {
    display: none;
  }

  .crousal-sections {
    margin-top: 40px;
  }

  .one-section {
    padding: 40px 0;
  }

  .one-section h3 {
    margin-bottom: 20px;
  }

  .guhana-banner .layer {
    background-color: rgb(0 0 0 / 0.7);
    height: fit-content !important;
    padding: 0 41px;
    padding-top: 67px;
    padding-bottom: 40px;
  }

  .guhana-banner .layer h1 {
    font-size: 28px;
  }

  .innerPageBannerSection {
    padding: 40px 0 35px;
  }

  .about-section p {
    margin: 15px 0 !important;
  }

  .heading h2 {
    font-size: 26px;
    font-weight: 600;
  }

  .pp-l {
    padding-right: 0px !important;
  }

  br {
    display: none !important;
  }

  .count-section .layer p {
    margin-bottom: 30px;
  }

  .count-section .layer h3 {
    margin-top: 20px;
  }

  .count-section .layer {
    padding: 20px 0;
  }

  .capabilities-box {
    margin-bottom: 20px !important;
  }

  .banners .slide-content h1 {
    font-size: 38px !important;
    line-height: 45px !important;
  }

  .capabilities-section .mt-4 {
    margin-top: 0 !important;
  }

  .media-q {
    display: block !important;
  }

  .banners .slide-content {
    width: 100% !important;
    padding: 0 20px !important;
    top: 58%;
  }

  .top-header {
    display: none !important;
  }

  .capabilities-section {
    padding: 30px 0 40px 0 !important;
  }

  .capabilities-box:hover img {
    transform: none !important;
  }

  .team-card {
    margin-bottom: 20px;
  }

  .blog-section .blog-card {
    margin-bottom: 20px;
  }

  .footer-top .col-md-3 {
    padding-left: 15px !important;
    margin-bottom: 12px !important;
  }

  .footer-bottom {
    display: block;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }

  .textimonial-section2 .testimonial-inner p {
    font-size: 19px;
    line-height: 28px;
  }

  .textimonial-section2 .testimonial-inner .stars {
    margin-top: 0 !important;
  }

  .textimonial-section2 .testimonial-inner {
    padding: 20px;
  }

  .how-section {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }

  .about-section {
    padding: 40px 0 !important;
  }

  .about-section .btns .button {
    margin-bottom: 10px;
  }

  .btns .button {
    padding: 8px 22px;
  }

  .blog-section {
    padding: 40px 0;
  }

  .capabilities-section .btns {
    margin-bottom: 30px;
  }

  .team-container {
    padding: 40px 0;
  }

  .team-container .mt-5 {
    margin-top: 1.5rem !important;
  }

  .textimonial-section button.btn.btn-primary {
    position: unset !important;
  }

  .textimonial-section {
    height: auto !important;
  }

  .banners .slider {
    height: 75vh;
  }

  .banners .overlay {
    height: 100% !important;
  }

  .banners .slide.expand {
    height: 75vh !important;
  }

  .capabilities-section .capabilities-box-content {
    padding: 25px;
    min-height: auto !important;
  }

  .partners-sections {
    padding: 40px 0;
  }

  .partners-sections .partner-box {
    margin: 13px 0px;
  }

  .accordion-body {
    padding-top: 20px;
    font-size: 16px;
  }

  .faq-section {
    padding: 40px 0;
    background: #126e821c;
  }

  .faq-section h6 {
    margin-top: 20px;
  }


  p {
    font-size: 13px;
  }

  .contact-left {
    position: unset;
    width: 100% !important;
    margin-top: 30px;
    padding: 20px;
  }

  .contact-right {
    padding: 45px 0 20px 6px !important;
  }

  .contact-right ul li {
    margin-left: 16px;
    font-size: 14px;
    padding-bottom: 5px;
  }

  .contact-right ul {
    padding-left: 10px;
  }

  .mtt {
    margin-bottom: 22px;
  }

  .contact-banner {
    padding-top: 80px;
  }

}


.thankyouSection {
  background: #dedede;
  padding: 165px 0 65px;
  text-align: center;
}


.thankyouSection h3 {
  font-size: 36px;
}