@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Work+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --text-dark: #000;
  --primary-color: rgb(80, 138, 140);
  --text-secondary: #575756;
  --white:#ffffff;
  --dark-bg1: #3C3C3B;
  --text-primary: #1D1D1B;
  --font-baskervville: "Baskervville", serif;
  --font-loto: "Lato", sans-serif;
  --font-work-sans: "Work Sans", sans-serif;
}

/*================================================
1. Mixins Css
=================================================*/
/*================================================
2. Global Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-work-sans);
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-open);
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-primary);
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: var(--text-primary);
}
img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-140 {
  margin-bottom: 140px;
}
@media (max-width: 991px) {
  .mb-140 {
    margin-bottom: 30px;
  }
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 40px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-65 {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .mb-65 {
    margin-bottom: 40px;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 40px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-44 {
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .mb-44 {
    margin-bottom: 0px;
  }
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-65 {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .mt-65 {
    margin-top: 45px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .mt-70 {
    margin-top: 40px;
  }
}

.padding-left-right {
  padding: 0 8%;
}
@media (max-width: 767px) {
  .padding-left-right {
    padding: 0;
  }
}

.container-one {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .container-one {
    max-width: 800px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container-one {
    max-width: 800px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-one {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-one {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .container-one {
    max-width: 540px;
  }
}
@media (max-width: 576px) {
  .container-one {
    max-width: 100%;
  }
}

.container-two {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-two.three {
  max-width: 1330px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .container-two {
    max-width: 1170px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container-two {
    max-width: 1000px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-two {
    max-width: 940px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-two {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .container-two {
    max-width: 540px;
  }
}
@media (max-width: 576px) {
  .container-two {
    max-width: 100%;
  }
}

.main-content {
  padding-left: 20%;
}
.main-content.footer {
  padding-left: 8%;
  width: 100%;
}
@media (max-width: 767px) {
  .main-content {
    padding-left: 8%;
  }
}
@media (max-width: 576px) {
  .main-content {
    padding-left: 0%;
  }
}

p {
  font-family: var(--font-work-sans);
  font-size: 19px;
  color: var(--text-primary);
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 27px;
  text-align: justify;
}
.extra-p{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

/*=======================================
 06. Section-title
=======================================*/
.section-title {
  margin-bottom: 10px;
}
.section-title h2 {
  font-size: 38px;
  font-family: var(--font-baskervville);
  font-weight: 400;
  color: var(--primary-color);
  border-bottom:1px solid #000;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 38px;
  }
}

/*=======================================
 09. Buttons 
=======================================*/
.primary-btn {
  font-family: var(--font-work-sans);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 35px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  background-color: rgba(172, 170, 171, 1);
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
.primary-btn.new {
  color: var(--white);
  border: unset;
  background-color: rgba(255, 255, 255, .25);
}
.primary-btn::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 1;
  background: var(--primary-color);
  transition: all 0.5s ease 0s;
}
.primary-btn.new::before {
  background: var(--primary-color);
}

.primary-btn:hover {
  color: var(--white);
  border-color: var(--text-dark);
}

.primary-btn.new:hover {
  border-color: unset;
}
.primary-btn:hover::before {
  width: 100%;
}

.main-content .primary-btn {
  margin-top: 15px;
}

.people-description-content {
  position: relative;
}

.news-section .main-content {
  position: relative;
}

.news-section.affiliation .single-news{
  border-top: 1px solid var(--primary-color);
  border-bottom: unset;
}
.news-section.testimonial .single-news{
  border-top: 1px solid var(--primary-color);
  border-bottom: unset;
}
.news-section.recent-case .single-news{
  border-top: 1px solid var(--primary-color);
  border-bottom: unset;
}
.news-section.recent-case .single-news{
  border-top: 1px solid var(--primary-color);
  border-bottom: unset;
}
.news-section.testimonial .single-news .quote img {
  width: 35px;
  margin-bottom: 10px;
}
.news-section.recent-case .single-news .case-link img{
  margin-bottom: 20px;
}
.main-content .case-image img{
  margin-bottom: 25px;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.news-section .single-news h5 a {
  line-height: 1.2;
  min-height: 32px;
}
.news-section .single-news p {
  font-size: 13px;
}

/*=======================================
 11 .Header Start
=======================================*/
header.style-1 {
  background-color: transparent;
  width: 100%;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-top: 70px; */
  position: relative;
  z-index: 99;
}
/* @media (max-width: 991px) {
  header.style-1 {
    padding-top: 30px;
  }
} */
header.style-1.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  box-shadow: 5px 3px 40px rgba(100, 100, 100, 0.1);
  -webkit-animation: smooth-header 0.65s linear;
          animation: smooth-header 0.65s linear;
}
.main-logo a img {
  width: 365px;
}
@-webkit-keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.style-1.mb-70 {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  header.style-1 .main-logo {
    max-width: 180px;
    width: 100%;
  }
}
header.style-1 .mobile-logo-wrap {
  max-width: 180px;
  width: 100%;
}
header.style-1 .mobile-menu-btn {
  font-size: 15px;
  font-weight: 600;
  font-family: var(--font-work-sans);
  text-transform: uppercase;
  padding: 15px 0;
}
/* header.style-1 .main-nav {
  margin-top: -55px;
} */
@media (max-width: 991px) {
  header.style-1 .main-nav {
    margin-top: 0;
  }
}
header.style-1 .main-nav .mobile-menu-logo {
  display: none;
}
header.style-1 .main-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 40px;
}
header.style-1 .main-nav > ul > li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
@media (max-width: 991px) {
  header.style-1 .main-nav > ul > li {
    display: block;
  }
}
header.style-1 .main-nav > ul > li a {
  font-size: 14px;
  color: var(--text-primary);
  text-decoration: none;
  font-weight: bold;
  display: block;
  text-transform: capitalize;
  position: relative;
  font-family: var(--font-work-sans);
  transition: all 0.5s ease-out 0s;
  position: relative;
}
header.style-1 .main-nav > ul > li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  opacity: 0;
}
@media (max-width: 991px) {
  header.style-1 .main-nav > ul > li a::after {
    display: none;
    visibility: hidden;
  }
}
header.style-1 .main-nav > ul > li a:hover {
  color: var(--primary-color);
}
header.style-1 .main-nav > ul > li.active a {
  color: var(--primary-color);
}
header.style-1 .main-nav > ul > li.active a::after {
  opacity: 1;
}
header.style-1.two .main-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  header.style-1.two .main-nav > ul {
    padding-top: 40px;
  }
}
header.style-1.two .main-nav > ul > li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  position: relative;
}
header.style-1.two .main-nav > ul > li::after {
  content: '';
  height: 10px;
  width: 1px;
  background-color: var(--text-primary);
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}
header.style-1.two .main-nav > ul > li:last-child {
  padding-right: 0;
}
header.style-1.two .main-nav > ul > li:last-child::after {
  display: none;
  visibility: hidden;
}
@media (max-width: 991px) {

  header.style-1.two .main-nav > ul > li {
    display: block;
  }
  header.style-1.two .main-nav > ul > li::after {
   display: none;
   visibility: hidden;
  }
}
header.style-1.two .main-nav > ul > li a {
  font-size: 12px;
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.2px;
  display: block;
  text-transform: uppercase;
  position: relative;
  font-family: var(--font-work-sans);
  transition: all 0.5s ease-out 0s;
  position: relative;
}
header.style-1.two .main-nav > ul > li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  opacity: 0;
}
@media (max-width: 991px) {
  header.style-1.two .main-nav > ul > li a::after {
    display: none;
    visibility: hidden;
  }
}
header.style-1.two .main-nav > ul > li a:hover {
  color: var(--text-primary);
}
header.style-1.two .main-nav > ul > li.current-menu-item a {
  color: var(--text-primary);
}
header.style-1.two .main-nav > ul > li.current-menu-item a::after {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  header.style-1 .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-1 .main-nav.show-menu {
    transform: translateX(0);
  }
  header.style-1 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-1 .main-nav ul {
    float: none;
    text-align: left;
    padding: 35px 10px 10px 0;
  }
  header.style-1 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header.style-1 .main-nav ul li i {
    display: block;
  }
  header.style-1 .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 600;
    font-size: 14px;
  }
  header.style-1 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  header.style-1 .main-nav ul li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.style-1 .main-nav ul li ul.sub-menu > li a {
    color: var(--text-primary);
    font-size: 12px;
    font-weight: 500;
  }
  header.style-1 .main-nav ul li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }
  header.style-1 .main-nav ul li ul.sub-menu > li a.active {
    color: var(--primary-color1);
  }
  header.style-1 .main-nav ul li ul.sub-menu > li i {
    color: var(--text-primary);
    right: -13px;
  }
  header.style-1 .main-nav ul li .bi {
    top: 12px;
    font-size: 12px;
  }
  header.style-1 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  header.style-1 .mobile-menu-btn i {
    font-size: 35px;
  }
  header.style-1 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  header.style-1 .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--primary-color1);
    display: block;
    position: absolute;
    right: 0;
    transition: all 0.3s;
  }
  header.style-1 .cross-btn .cross-top {
    top: 0;
  }
  header.style-1 .cross-btn .cross-middle {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  header.style-1 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  header.style-1 .cross-btn.h-active span.cross-top {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header.style-1 .cross-btn.h-active span.cross-middle {
    transform: translateX(-30px);
    opacity: 0;
  }
  header.style-1 .cross-btn.h-active span.cross-bottom {
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}
header.style-1 .sidebar-button {
  display: flex;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
  align-items: flex-end;
  text-align: right;
  z-index: 9;
  position: relative;
}
header.style-1 .sidebar-button span {
  display: inline-block;
  width: 40px;
  height: 2px;
  border-radius: 3px;
  background-color: var(--text-primary);
  transition: all 0.5s ease;
}
header.style-1 .sidebar-button span:nth-child(2) {
  width: 25px;
}
header.style-1 .sidebar-button span:last-child {
  width: 30px;
}
header.style-1 .sidebar-button:hover span:nth-child(2) {
  width: 40px;
}
header.style-1 .sidebar-button:hover span:nth-child(3) {
  width: 40px;
}

header.style-1 .menu-list li .sub-menu{
  margin: 0;
  padding: 10px;
  list-style: none;
  background-color: var(--white);
  border: 1px solid #eee;
  width: 200px;
  position: absolute;
  left: 0;
  top: 40px;
  right: 0;
  display: none;
}
@media (min-width: 991px){
  header.style-1.two .main-nav > ul > li >a {
    padding: 10px 0;
  }
  header.style-1 .menu-list >li:hover .sub-menu{
    display: block;
    animation: fade-up 0.45s linear;
  }
  @keyframes fade-up {
    0% {
      opacity: 0;
      transform: translateY(10px);
      visibility: hidden;
    } 
    100% {
      opacity: 1;
      transform: translateY(0px);
      visibility: visible;
    }
  }
}
header.style-1 .menu-list li .sub-menu li a{
  padding: 7px 15px;
  text-align: start;
}
header.style-1 .menu-list li .sub-menu li.current-menu-item a{
  color: var(--primary-color);
}
header.style-1.two .main-nav > ul > li.current-menu-parent >a{
  color: var(--primary-color);
}
header.style-1.two .main-nav > ul > li.current-menu-item >a{
  color: var(--primary-color);
}

/*=======================================
 12 .Banner Start
=======================================*/
.home-banner-area {
  position: relative;
  z-index: 1;
}
.home-banner-area .banner-card{
  height: 671px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}

.banner-video video {
  width: 100%;
  height: 671px;
  object-fit: cover;
}
.home-banner-area::after {
  content: "";
  width: 100%;
  height: 60%;
  background-color: rgb(197, 200, 201);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.page-template-template-home .home-banner-area::after {
  background-color: #2c374a;
}
.home-banner-area.our-mission::after {
  background-color: rgb(80 140 141);
}
.home-banner-area.responsibility::after {
  background-color: rgb(226 224 210);
}
.home-banner-area.responsibility::after {
  background-color: rgb(226 224 210);
}
.page-id-42 .home-banner-area::after {
  background-color: rgb(170 169 182);
}
.page-id-46 .home-banner-area::after {
  background-color: rgb(189 203 170);
}
.home-banner-area .scroll-down-btn {
  padding: 25px 0;
  display: block;
}
.home-banner-area .scroll-down-btn i {
  color: var(--white);
  font-size: 24px;
  transition: 0.35s;
}
.home-banner-area .scroll-down-btn i:hover {
  color: var(--primary-color);
}
.home-banner-area .swiper-pagination121 {
  position: absolute;
  z-index: 2;
  position: absolute;
  right: 100px;
  bottom: 30px;
  left: unset;
  width: unset;
  gap: 3px;
  display: flex;
  align-items: center;
}
.home-banner-area .swiper-pagination121 .swiper-pagination-bullet {
  opacity: 1;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid #fff;
  margin: 0;
}
.home-banner-area .swiper-pagination121 .swiper-pagination-bullet-active {
  background-color: var(--white);
}
.home-banner-area .banner-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px;
  box-shadow: 0 10px 30px -1px rgba(82, 82, 82, 0.15);
  position: relative;
  z-index: 1;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-banner-area.home-page .banner-wrapper {
  min-height: 670px;
}
.home-banner-area .banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 27, 0.2);
  z-index: -1;
}
.home-banner-area.home-page .banner-wrapper::before {
display: none;
visibility: hidden;
}
@media (max-width: 767px) {
  .home-banner-area .banner-wrapper {
    padding: 70px 0px;
  }
  .home-banner-area .banner-wrapper {
    min-height: 370px;
  }
  .home-banner-area.home-page .banner-wrapper{
    min-height: 515px;
  }
  .home-banner-area .swiper-pagination121 {
    right: 50%;
    transform: translateX(50%);
  }

}
.home-banner-area .banner-wrapper .banner-title {
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}

.home-banner-area .banner-wrapper .banner-title h1 {
  font-size: 100px;
  font-family: var(--font-baskervville);
  font-weight: 400;
  color: var(--white);
  line-height: 1;
}
@media (max-width: 991px) {
  .home-banner-area .banner-wrapper .banner-title h1 {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .home-banner-area .banner-wrapper .banner-title h1 {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  .home-banner-area .banner-wrapper .banner-title h1 {
    font-size: 48px;
  }
}
.home-banner-area.home-page .banner-wrapper .banner-title-wrap {
  background-color: rgba(0, 0, 0, 0.325);
  padding: 45px 30px;
  width: 100%;
}
.home-banner-area.home-page .banner-wrapper .banner-title {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.home-banner-area.home-page .banner-wrapper .banner-title h1{
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.home-banner-area.home-page .banner-wrapper .banner-title h5{
  font-family: var(--font-baskervville);
  font-weight: 400;
  color: var(--white);
  line-height: 1.4;
  font-size: 30px;
  border-top: 1px solid #fff;
  padding-top: 17px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .home-banner-area.home-page .banner-wrapper .banner-title {
    padding: 20px 0;
  }
  .home-banner-area.home-page .banner-wrapper .banner-title h1{
    font-size: 35px;
  }
  .home-banner-area.home-page .banner-wrapper {
    padding: 70px 10px;
  }
  .home-banner-area.home-page .banner-wrapper .banner-title-wrap {
    padding: 45px 20px;
  }
  .home-banner-area.home-page .banner-wrapper .banner-title h5 {
    font-size: 26px;
  }
}
.home-banner-area .banner-wrapper .banner-content {
  z-index: 1;
}
.home-banner-area .banner-wrapper .banner-content p {
  color: var(--white);
  font-size: 26px;
}

/*=======================================
 13.About Start
=======================================*/
.about-section {
  background-color: #EFEFEF;
  padding: 40px 0 90px;
}
.about-section.two {
  padding: 70px 0 55px;
}
.about-section.home {
  padding: 120px 0;
}
.about-section.our-mission {
  background-color: rgb(203 215 222);
}
.about-section.responsibility {
  background-color: var(--primary-color);
}
.about-section.responsibility .section-title h2{
  color: var(--white);
}
.about-section.responsibility .main-content.responsibility h1, h2, h3, h4, h5, h6{
  color: var(--white);
}
.about-section.responsibility .main-content.responsibility p{
  color: var(--white);
}
.about-section.responsibility .main-content.responsibility li{
  color: var(--white);
}
/*=======================================
 14.People Start
=======================================*/
.people-section {
  position: relative;
  background-color: #EFEFEF;
}
.people-section .swiper-pagination122 {
  position: absolute;
  z-index: 2;
  position: absolute;
  right: 100px;
  bottom: 80px;
  left: unset;
  width: unset;
  gap: 3px;
  display: flex;
  align-items: center;
}
.people-section .swiper-pagination122 .swiper-pagination-bullet {
  opacity: 1;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid #fff;
  margin: 0;
}
.people-section .swiper-pagination122 .swiper-pagination-bullet-active {
  background-color: var(--white);
}
.people-section .people-wrapper {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px;
}
@media (max-width: 991px) {
  .people-section .people-wrapper {
    background-position: right;
  }
}
/* .people-section .people-wrapper .section-title h2 {
  color: var(--white);
} */
/* .people-section .people-wrapper .main-content .content-wrap {
  max-width: 380px;
  width: 100%;
} */

.people-section .people-wrapper .main-content .content-wrap .author-area {
  margin-top: 35px;
  border-top: 1px solid var(--primary-color);
  padding-top: 15px;
}
@media (max-width: 576px) {
  .people-section .people-wrapper .main-content .content-wrap .author-area {
    margin-top: 100px;
  }
}
.people-section .people-wrapper .main-content .content-wrap .author-area h6 {
  margin-bottom: 10px;
  line-height: 1;
}
.people-section .people-wrapper .main-content .content-wrap .author-area h6 a {
  font-size: 14px;
  font-weight: bold;
  font-family: var(--font-work-sans);
  color: var(--text-primary);
  line-height: 1;
  text-transform: uppercase;
}
.people-section .people-wrapper .main-content .content-wrap .author-area span {
  font-size: 14px;
  font-weight: 300;
  font-family: var(--font-work-sans);
  color: var(--text-primary);
  line-height: 1.5;
  display: block;
  margin-bottom: 25px;
  text-transform: uppercase;
}
/* .people-section .people-wrapper .main-content .content-wrap .author-area .primary-btn {
  color: var(--white);
  border-color: var(--white);
} */

.single-news {
  border-top: 1px solid var(--primary-color);
  padding: 30px 0 10px 0;
}

.single-news .blog-link img{
  	height: 155px;
	object-fit: cover;
  margin-bottom: 15px;
}
.single-news.one {
  border-top: 1px solid var(--primary-color);
}
.single-news h5 {
  margin-bottom: 0;
  line-height: 1.2;
}
#news-details .single-news p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 12px;
  min-height: 20px;
}
.home .single-news p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 12px;
  min-height: 70px;
}
.single-news .main-content li {
  font-family: var(--font-work-sans);
  font-size: 14px;
}
.single-news li {
  font-size: 13px !important;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.single-news h5 a {
  font-size: 14px;
  font-family: var(--font-work-sans);
  font-weight: 500;
  line-height: 0.9;
  color: var(--text-primary);
  transition: 0.35s;
  margin-bottom: 8px;
  display: block;
}
.single-news h6 a {
  font-size: 14px;
}
.single-news h5 a:hover {
  color: var(--primary-color);
}
@media (max-width: 576px) {
  .single-news h5 a {
    font-size: 18px;
  }
}
.single-news p a {
  color: var(--text-primary);
  text-decoration: underline;
}
.single-news .author-name-and-date {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1;
}
.single-news .author-name-and-date h6 {
  margin-bottom: 0;
  line-height: 1;
  margin-top: -4px;
}
.single-news .author-name-and-date h6 a {
  font-size: 10px;
  font-family: var(--font-work-sans);
  font-weight: 600;
  color: var(--text-primary);
  transition: 0.35s;
  text-transform: uppercase;
  line-height: 1;
}
.single-news .author-name-and-date h6 a:hover {
  color: var(--primary-color);
}
.single-news .author-name-and-date span {
  font-size: 10px;
  font-family: var(--font-work-sans);
  font-weight: 600;
  color: var(--text-primary);
  position: relative;
  line-height: 1.2;
}
.single-news .author-name-and-date span::before {
  content: "";
  height: 12px;
  width: 1px;
  background-color: var(--text-primary);
  position: absolute;
  left: -10PX;
  top: 50%;
  transform: translateY(-50%);
}

.single-service {
  border-bottom: 1px solid var(--text-primary);
  padding: 30px 0;
}
.single-service:first-child {
  border-top: 1px solid var(--text-primary);
}
.single-service.one {
  border-top: 1px solid var(--text-primary);
}
.single-service h5 {
  margin-bottom: 0;
  font-size: 20px;
  font-family: var(--font-work-sans);
  font-weight: bold;
  color: var(--text-primary);
  transition: 0.35s;
}
.single-service h5:hover {
  color: var(--primary-color);
}
.wp-block-heading {
  color: black;
  font-weight: 300;
  font-size: 1.2em;
}
h2.wp-block-heading {
  font-size: 17px;
  font-weight: 500;
  color: black;
}
h3.wp-block-heading {
  font-size: 17px;
  font-weight: 500;
  color: black;
}
b, strong {
  font-weight: 500;
}
@media (max-width: 576px) {
  .single-service h5 {
    font-size: 18px;
  }
}
.single-service p:last-child {
  margin-bottom: 0;
}

.pro-bono-content h5 {
  font-size: 18px;
  font-family: var(--font-work-sans);
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0;
}
.pro-bono-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pro-bono-content ul li {
  font-family: var(--font-work-sans);
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 300;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.pro-bono-content ul li::after {
  content: "";
  height: 1px;
  width: 12px;
  background-color: var(--text-dark);
  position: absolute;
  left: 0;
  top: 14px;
}
.pro-bono-content p a {
  color: var(--text-primary);
}
.pro-bono-content a {
  font-family: var(--font-work-sans);
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 300;
  line-height: 1.6;
  text-decoration: underline;
}

.single-people {
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 10px;
}
.single-people .people-img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  margin-bottom: 10px;
}
.single-people img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}


/* .single-people.person-232 img {
  object-position: center -10px;
}
.single-people.person-235 img {
  object-position: center -15px;
}
.single-people.person-241 img {
  object-position: center -12px;
}
.single-people.person-586 img {
  object-position: center -12px;
}
.single-people.person-691 img {
  object-position: center -30px;
}
.single-people.person-286 img {
  object-position: center 0px;
}
.single-people.person-278 img {
  object-position: center 0px;
}
.single-people.person-280 img {
  object-position: center -20px;
}
.single-people.person-592 img {
  object-position: center -20px;
}
.single-people.person-285 img {
  object-position: center -6px;
}
.single-people.person-284 img {
  object-position: center -54px;
}
.single-people.person-283 img {
  object-position: center -43px;
}
.single-people.person-667 img {
  object-position: center 0px;
}
.single-people.person-594 img {
  object-position: center -25px;
}
.single-people.person-595 img {
  object-position: center -64px;
} */

.single-people .content h6 {
  margin-bottom: 0;
}
.single-people .content h6 a {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-work-sans);
  color: var(--text-primary);
  text-transform: uppercase;
}
.single-people .content span {
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-work-sans);
  text-transform: uppercase;
  display: block;
}
.people-description-img-section .section-title h2 {
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 10px;
}
.people-description-img-section .section-title.details h2 {
  display: inline-block;
}
.people-description-img-section .section-title span {
  font-size: 18px;
  font-family: var(--font-baskervville);
  font-weight: 400;
  color: var(--text-primary);
  display: block;
}
.people-description-img-section .section-title span span {
  font-size: 15px;
  display: block;
  color: var(--text-primary);
}
.people-description-img-section  img {
  /* min-height: 485px;
  max-height: 485px; */
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 991px) {
  .people-description-img-section  img {
    min-height: unset;
    height: auto;
  }
}

.single-description {
  border-bottom: 1px solid var(--text-primary);
  padding: 30px 0;
}
.people-description-content .single-description:last-child {
  border-bottom: unset;
}
.people-description-content .single-description:first-child {
  border-bottom: unset;
}
.people-description-content .button-group{
  margin-top: 0;
  padding-top: 30px;
  border-top: 1px solid var(--text-primary);
}
.single-description.one {
  border-top: 1px solid var(--text-primary);
}
.single-description h5 {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: var(--font-work-sans);
  font-weight: 500;
  color: var(--text-primary);
  transition: 0.35s;
}
.single-description h5:hover {
  color: var(--primary-color);
}
@media (max-width: 576px) {
  .single-description h5 {
    font-size: 18px;
  }
}
.single-description p:last-child {
  margin-bottom: 0;
}
.single-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-description ul li {
  font-family: var(--font-work-sans);
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 300;
  line-height: 1.4;
}

.button-group {
  margin-top: 30px;
}
.max-height{
  max-height: 725px;
  width: 100%;
}
.people-description-img-section {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 70px 0px;
  position: relative;
  /* height: 100vh; */
  min-height: 100%;
}
.people-description-img-section .section-title h2 {
  color: var(--primary-color);
  line-height: 1.2;
}
.people-description-img-section .section-title h2 span{
  font-size: 20px;
}
.people-description-img-section .main-content{
  padding-left: 0;
}
.people-description-img-section .people-contact-info {
  max-width: 380px;
  width: 100%;
  border-top: 1px solid var(--primary-color);
  padding-top: 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .people-description-img-section .people-contact-info {
    margin-top: 350px;
  }
}
@media (max-width: 576px) {
  .people-description-img-section .people-contact-info {
    margin-top: 20px;
  }
  .people-left.max-height {
    max-height: max-content;
  }
}
.people-description-img-section .people-contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.people-description-img-section .people-contact-info ul li {
  font-size: 13px;
  font-family: var(--font-work-sans);
  font-weight: 500;
  color: var(--white);
  line-height: 1;
  margin-bottom: 7px;
}
.people-description-img-section .people-contact-info ul li {
  color: var(--primary-color);
}
.people-description-img-section .people-contact-info ul li a {
  color: var(--primary-color);
}

.news-section.two {
  background-color: #EFEFEF;
}
.news-section.three .section-title h5 {
  margin-bottom: 0;
  font-size: 15px;
  font-family: var(--font-work-sans);
  font-weight: bold;
  color: var(--text-primary);
  transition: 0.35s;
}
.news-section.three .section-title span {
  font-size: 15px;
  font-family: var(--font-work-sans);
  font-weight: 300;
  color: var(--text-primary);
  transition: 0.35s;
}
.news-section.three .main-content h5 {
  font-size: 19px;
  font-family: var(--font-work-sans);
  font-weight: 500;
  color: var(--text-primary);
  transition: 0.35s;
}

.single-contact-info {
  padding: 30px 0;
  border-bottom: 1px solid var(--text-primary);
  max-width: 600px;
  width: 100%;
}
.single-contact-info:first-child {
  border-top: 1px solid var(--text-primary);
}
.single-contact-info:nth-child(2){
      border-bottom: unset;
    padding-bottom: 0;
}
/* .single-contact-info.one {
  border-top: 1px solid var(--text-primary);
} */
.single-contact-info h5 {
  font-size: 20px;
  font-family: var(--font-work-sans);
  font-weight: bold;
  color: var(--text-primary);
  transition: 0.35s;
}
.single-contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.single-contact-info ul li {
  font-size: 18px;
  font-family: var(--font-work-sans);
  font-weight: 300;
  color: var(--text-primary);
  line-height: 1;
  margin-bottom: 7px;
}
.single-contact-info ul li a {
  color: var(--text-primary);
}
.single-contact-info .google-map a {
  font-size: 18px;
  font-family: var(--font-work-sans);
  font-weight: 300;
  color: var(--text-primary);
  line-height: 1;
  text-decoration: underline;
}
.single-contact-info .map{
  width: 100%;
}
.single-contact-info .map iframe{
  width: 100%;
  height: 185px;
}


.pagination-area {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.pagination-area h6 {
  margin-bottom: 0;
  font-size: 15px;
  font-family: var(--font-work-sans);
  font-weight: bold;
  color: var(--text-primary);
}
.pagination-area a {
  font-size: 15px;
  font-family: var(--font-work-sans);
  font-weight: bold;
  color: rgba(29, 29, 27, 0.5);
  transition: 0.35s;
}
.pagination-area span {
  color: var(--text-primary);
  font-size: 15px;
  font-weight: bold;
}
.pagination-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pagination-area ul li a {
  font-size: 15px;
  font-family: var(--font-work-sans);
  font-weight: bold;
  color: rgba(29, 29, 27, 0.5);
  transition: 0.35s;
}
.pagination-area ul li.active a {
  color: var(--text-primary);
}

footer.footer-section {
  background-color: var(--text-dark);
  padding: 90px 8% 70px;
}


@media (max-width: 1200px) {
  footer.footer-section {
    background-color: var(--text-dark);
    padding: 100px 8%;
  }
}
@media (max-width: 767px) {
  footer.footer-section {
    background-color: var(--text-dark);
    padding: 70px 0;
  }
}
footer.footer-section .social-icons {
  display: flex;
  justify-content: end;
  
}
@media (max-width: 991px) {
  footer.footer-section .social-icons {
    margin-bottom: 30px;
    justify-content: start;
  }
}
footer.footer-section .social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
footer.footer-section .social-icons ul li a {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer-section .social-icons ul li a i {
  color: var(--white);
}
footer.footer-section .company-info {
  min-height: 165px;
}

@media (max-width: 1310px) {
  footer.footer-section .company-info {
    min-height: 165px;
  }
}
@media (max-width: 1400px) {
  .main-content.footer {
    padding-left: 8%;
  }
}
@media (max-width: 1200px) {
  .main-content.footer {
    padding-left: 3%;
  }
}
@media (max-width: 991px) {
  footer.footer-section .main-content {
    padding-left: 0;
  }
}
footer.footer-section .main-content .company-name-location {
  line-height: 1.2;
  height: 140px;
}

footer.footer-section .main-content .company-name-location h6 {
  font-size: 16px;
  font-family: var(--font-work-sans);
  font-weight: bold;
  color: var(--white);
  margin-bottom: 0;
}
footer.footer-section .main-content .company-name-location span {
  font-size: 12px;
  font-family: var(--font-work-sans);
  font-weight: 300;
  color: rgba(255, 255, 255, .8);
}
footer.footer-section .main-content .company-name-location span strong{
  font-weight: 600;
  color: var(--white);
}
footer.footer-section .main-content .contact-info {
  margin-bottom: 25px;
  min-height: 40px;
}
footer.footer-section .main-content .contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.footer-section .main-content .contact-info ul li {
  font-size: 12px;
  font-family: var(--font-work-sans);
  font-weight: 300;
  color: rgba(255, 255, 255, .8);
}
footer.footer-section .main-content .contact-info ul li a {
  color: rgba(255, 255, 255, .8);
}
footer.footer-section .main-content .map-link {
  margin-bottom: 40px;
}
footer.footer-section .main-content .map-link a {
  font-size: 12px;
  font-family: var(--font-work-sans);
  font-weight: 300;
  color: var(--white);
  /* text-decoration: underline; */
}
footer.footer-section .main-content .copy-right {
  margin-top: 10px;
}
footer.footer-section .main-content .copy-right p {
  font-size: 11px;
  font-family: var(--font-loto);
  font-weight: 300;
  color: rgba(255, 255, 255, .8);
  margin-bottom: 0;
  line-height: 1.4;
}
footer.footer-section .main-content .footer-menu{
 padding-top: 30px;
}
footer.footer-section .main-content .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 12px;
  line-height: 1;
  flex-wrap: wrap;
}
footer.footer-section .main-content .footer-menu ul li  {
  font-size: 11px;
  line-height: 1;
}
footer.footer-section .main-content .footer-menu ul li a {
  font-size: 11px;
  font-family: var(--font-work-sans);
  font-weight: 500;
  color: var(--white);
  /* text-decoration: underline; */
}
.copywright-and-other-text{
  padding-top: 15px;
}
.single-description li{
  font-family: var(--font-work-sans);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--text-primary);
  }
  .single-news li{
    font-family: var(--font-work-sans);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: var(--text-primary);
  }
  .main-content li{
    font-family: var(--font-work-sans);
    font-size: 19px;
    font-weight: 300;
    line-height: 1.6;
    color: var(--text-primary);
  }
section.error-404.not-found {
  text-align: center;
  margin: 140px 0;
}

.footer-logo img {
  width: 300px;
  margin-bottom: 27px;
  margin-top: -16px;
}
a#close-btn {
  margin-right: 10px;
}
.single-contact-info p {
  font-size: 14px;
  font-weight: 300;
}

.loader {
  font-size: 6px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: mulShdSpin 1.1s infinite ease;
          animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
  position: absolute;
  left: -50px;
  right: 0;
  margin: 0px auto;
  bottom: 12px;
}

@-webkit-keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ddd, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #ddd, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #ddd, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #ddd, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #ddd, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #ddd, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #ddd, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #ddd;
  }
}

@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ddd, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #ddd, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #ddd, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #ddd, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #ddd, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #ddd, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #ddd, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #ddd;
  }
}/*# sourceMappingURL=style.css.map */



/* Added CSS by Shakib  */

.Ch-partners-section-main-hp .Ch-partners-block-main-hp {
  position: relative;
  z-index: 1;
  padding: 90px 0px 90px;
} 
.Ch-partners-section-main-hp .Ch-partners-block-main-hp .section-title h2{
  font-size: 40px;
  font-family: var(--font-baskervville);
  font-weight: 400;
  color: var(--white);
  line-height: 1;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
} 
.Ch-partners-section-main-hp.black .Ch-partners-block-main-hp .section-title h2{
  color: var(--text-primary);
} 
@media (max-width: 991px) {
  .Ch-partners-section-main-hp .Ch-partners-block-main-hp {
    padding: 80px 0px 80px;
  } 
 
}
@media (max-width: 1200px) {
  .footer-logo img {
    width: 370px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  
  .footer-logo img {
    width: 290px;
    margin-top: 0;
  }
}


.Ch-partners-section-main-hp .Ch-partners-block-main-hp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 27, 0.35);
  z-index: -1;
}
.Ch-partners-section-main-hp .content-wrapf {
  padding-top: 18px;
}
.Ch-partners-section-main-hp .content-wrapf p {
  color: var(--white);
  font-size: 19px;
}
.Ch-partners-section-main-hp .content-wrapf p a{
  color: var(--white);
  text-decoration: underline;
}
.Ch-partners-section-main-hp.black .content-wrapf p {
  color: var(--text-primary);
}
.Ch-partners-section-main-hp.black .content-wrapf p a{
  color: var(--text-primary);
}

.Ch-partners-section-main-hp .primary-btn{
  color: var(--white);
  border-color: var(--white);
}

.contact-information-section .single-contact-info h5 {
  font-size: 14px;
}
header .main-logo a img {
  width: 240px;
}

/* body footer.footer-section {
  display: flex;
  justify-content: center;
}
body footer.footer-section .container-two{
  display: flex;
  justify-content: center;
  margin-left: 0;
}
body footer.footer-section .footer-logo{
  flex-basis: 30%;
} */
/* .main-content.footer a{
  font-weight: 500 !important;
} */
h4.wp-block-heading {
  font-size: 19px;
  font-weight: 500;
}
div#accordionFlushExampleone {
  margin-bottom: 30px;
}
.accordion-item{
  background-color: transparent;
  border: unset;
  margin-bottom: 10px;
}
.accordion-item .accordion-header{
  border: 1px solid var(--primary-color);
}
.accordion-item .accordion-body p:last-child{
  margin-bottom: 0;
}
.accordion-item .accordion-body ul li::marker {
  content: none !important;
  display: none !important;
}
.accordion-item .accordion-body ul {
  list-style: none !important;
  padding-left: 20px;
 
}
.accordion-item .accordion-body ul li {
  position: relative;
  padding-left: 20px;
   margin-bottom: 15px;
}
.accordion-item .accordion-body ul li::before {
  content: "•" !important;
  position: absolute;
  left: 0;
}
.accordion-item .accordion-header:focus{
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button{
  font-size: 20px;
  font-family: var(--font-work-sans);
  font-weight: 500;
  color: var(--text-primary);
  padding: 10px 20px;
  text-transform: uppercase;
}
.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background-color: transparent;
  box-shadow: unset;
}
.accordion-item .accordion-header .accordion-button:focus {
  box-shadow: unset;
}
.about-section .main-content .content-wrap{
  /* border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color); */
  padding: 20px 0 25px;
}
.about-section .main-content .content-wrap p:last-child{
 margin-bottom: 0;
}


#people-details-container .people-description-img-section .section-title-and-image{
  margin-top: 30px;
}
#people-details-container .people-description-img-section .people-contact-info{
  margin-top: 0;
}
.people-template-default.single.single-people{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}
.page-id-35 #next-section{
  background-color: var(--primary-color);
}

.page-id-35 #next-section h2 {
  color:white;
  font-size: 40px;
  border-color: #fff;
}

.page-id-35 #next-section P {
  color:white;
  font-size:19px;
}
@media (max-width: 576px) {
  .page-id-35 #next-section P {
    font-size:19px;
  }
  .Ch-partners-section-main-hp .content-wrapf p {
    font-size: 19px;
  }
  .page-id-35 #next-section h2 {
    font-size: 41px;
  }
  footer.footer-section .company-info {
    min-height: unset;
  }
  footer.footer-section .main-content .contact-info {
    margin-bottom: 10px;
    min-height: unset;
  }
}

.no-border0 .single-news {
  border-top: unset !important;
}
.no-border1 .single-news {
  border-top: unset !important;
}
@media (max-width: 767px) {
  .no-border1 .single-news {
    border-top: 1px solid var(--primary-color) !important;
  }
}
.no-border2 .single-news {
  border-top: unset !important;
}
@media (max-width:991px) {
  .no-border2 .single-news {
    border-top: 1px solid var(--primary-color) !important;
  }
}

.single-news.about h5 a {
  font-size: 19px;
}
.single-news.about p {
  font-size: 17px;
}
.about-section.home .main-content .primary-btn::before{
  background-color: var(--white);
}
.about-section.home .main-content .primary-btn:hover{
  color: var(--text-primary);
}