@import "fonts.css";
@import "fonts.css";
:root {
  --font-family: "Source Sans Pro";
  --primary-color: #284181;
  --secondary-color: #00bfdf;
  --secondary-light-color: #6ecfe0;
  --active-btn: #f79433;
  --text-color: #5a5a5a;
  --yellow-color: #fdb913;
  --background-color: #f4f4f4;
  --font-color: #5a5a5a;
  --background: no-repeat cover center;
  --custom-container-left: 120px;
  --title-margin-bottom: 50px;
  --common-space: 30px;
  --banner-size: 740px;
  --font-size-twenty-four: 24px;
  --font-weight-six: 600;
  --line-heigh-thirty: 30px;
  --border-radius:8px;
}

body {
  font-family: var(--font-family);
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

li {
  list-style: none;
}

ul {
  padding: 0;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

p {
  font-weight: var(--font-weight-six);
  font-size: 20px;
  line-height: 25px;
}

a {
  outline: none;
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  color: var(--active-btn);
}

.custom-container {
  padding: 0 120px;
}

.custom-container-left {
  padding-left: var(--custom-container-left);
}

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

.common-section-top {
  padding-top: 80px;
}

.common-section-bottom {
  padding-bottom: 80px;
}

.common-bottom-padding {
  padding-bottom: 80px;
}

.common-btn {
  color: var(--active-btn);
  border: 2px solid var(--active-btn);
  border-radius: var(--border-radius);
  font-size: 26px;
  line-height: 33px;
  padding: 20px 34px;
  position: relative;
  display: inline-block;
  padding-right: 80px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.common-btn .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 23px;
  fill: var(--active-btn);
  transition: all 0.3s linear;
}
.common-btn:hover {
  color: #fff !important;
  background-color: var(--active-btn);
}
.common-btn:hover .arrow {
  fill: #fff;
  transform: rotate(-35deg);
  transform: scale(1.2) rotate(35deg);
}

.main-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 5;
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
}
.main-header .search-area .search-box {
  position: absolute;
  right: 50px;
  z-index: 5;
  top: -10px;
  width: 0;
  transition: all 0.6s ease-out;
}
.main-header .search-area a{display:block; position:relative; z-index:99;}

.main-header .search-area .search-box input {
  border: none;
  font-size: 14px;
/*  border-radius: var(--border-radius);*/
border-radius:8px !important;
  width: 100%;
  opacity: 0;
}
.main-header .search-area.show .search-box {
  width: 240px;
  transition: all 0.6s ease-in;
}
.main-header .search-area.show .search-box input {
  opacity: 1;
  padding: 10px 10px;
	padding-right:68px;
}
.main-header .search-area.show .search-box input:focus-visible {
  outline: none;
}
.main-header .search-area.show svg {
  opacity: 0;
  position: relative;
}
.main-header .search-area.show:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 22px;
  background: #fff;
  top: 12px;
  right: 16px;
  transform: rotate(45deg);
}
.main-header .search-area.show:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 22px;
  background: #fff;
  top: 12px;
  right: 16px;
  transform: rotate(-45deg);
}
.main-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .header-inner .logo-and-menu {
  display: flex;
  align-items: center;
}
.main-header .header-inner .menu {
  margin-right: 25px;
  cursor: pointer;
  margin-top: 18px;
}
.main-header .header-inner .menu span {
  height: 4px;
  background-color: #fff;
  width: 45px;
  display: block;
  margin-bottom: 10px;
}
.main-header .header-inner .menu span:last-of-type {
  margin-bottom: 0;
}
.main-header .header-inner .menu a {
  display: block;
}
.main-header .header-inner .search-and-language {
  justify-content: end;
  position: relative;
}
.main-header .header-inner .search-and-language svg {
  fill: #fff;
  display: inline-block;
  vertical-align: top;
}
.main-header .header-inner .search-and-language svg:last-of-type {
  margin-right: 10px;
}
.main-header .header-inner .search-and-language ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-header .header-inner .search-and-language ul li {
  padding: 0 20px;
  border-right: solid 1px #fff;
  position: relative;
}
.main-header .header-inner .search-and-language ul li:hover a svg {
  fill: var(--active-btn);
  transition: 0.3s all ease-in-out;
}
.main-header .header-inner .search-and-language ul li:last-of-type {
  border-right: none;
  padding-right: 0;
}
.main-header .header-inner .search-and-language ul li .selectlanguage {
  background: transparent;
  color: #fff;
  outline: none;
  border: none;
  position: relative;
}
.main-header .header-inner .search-and-language .flag-option {
  cursor: pointer;
  position: relative;
  padding-right: 30px !important;
  margin-top: -4px;
}
.main-header .header-inner .search-and-language .flag-option:after {
  content: "";
  position: absolute;
  background-image: url(../images/caret.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  top: 10px;
  right: 0;
}
.main-header .header-inner .search-and-language .flag-option li {
  border: none;
  margin-bottom: 10px;
}
.main-header .header-inner .search-and-language .flag-option .flag-select {
  display: none;
  position: absolute;
  top: 40px;
  width: 45px;
  padding: 0;
  background-color: #fff;
  z-index: 1;
}
.main-header .header-inner .search-and-language .flag-option .flag-select.show {
  display: block;
}
.main-header .header-inner .search-and-language .flag-option .flag-select li {
  padding: 5px;
  margin: 0;
}
.main-header.shrink {
  position: fixed;
  background-color: #fff;
  padding: 8px 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.main-header.shrink .search-and-language a {
  color: #5a5a5a;
}
.main-header.shrink .search-and-language ul li {
  border-color: #5a5a5a;
}
.main-header.shrink .search-and-language svg {
  fill: #5a5a5a !important;
}
.main-header.shrink .logo-and-menu .blue {
  fill: var(--primary-color);
}
.main-header.shrink .menu span {
  background-color: #5a5a5a;
}
.main-header.shrink .menu a {
  display: block;
}
.main-header.shrink .flag-option:after {
  filter: invert(1);
  opacity: 0.6;
}
.main-header.shrink .search-area input {
  border: solid 1px #c8c8c8;
/*  border-radius: 0;*/
}
.main-header.shrink .search-area.show:after {
  right: 10px;
  background-color: #333;
}
.main-header.shrink .search-area.show:before {
  right: 10px;
  background-color: #333;
}

@keyframes slideInDown {
  from {
    top: -100%;
    visibility: visible;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes slideInDown {
  from {
    top: -100%;
    visibility: visible;
  }
  to {
    top: 0;
  }
}
.title-box {
  margin-bottom: var(--title-margin-bottom);
}
.title-box.primary-color h2 {
  color: var(--primary-color);
}
.title-box.text-color h4 {
  color: var(--text-color);
}
.title-box h2 {
  font-weight: var(--font-weight-six);
  font-size: 56px;
  line-height: 55px;
  color: #ffffff;
  margin: 0;
}
.title-box h3 {
  font-weight: var(--font-weight-six);
  font-size: 36px;
  line-height: 45px;
  color: #ffffff;
  margin: 0;
}
.title-box h4 {
  font-weight: var(--font-weight-six);
  font-size: 30px;
  line-height: 38px;
  margin: 0;
}

footer {
  background-color: var(--primary-color);
  padding-top: 50px;
  padding-bottom: 30px;
  color: #fff;
}
footer .footer-subscribe-brands {
  display: flex;
  width: 100%;
  gap: 50px;
  border-bottom: solid 1px rgba(196, 162, 162, 0.4);
  padding-bottom: var(--title-margin-bottom);
  margin-bottom: var(--title-margin-bottom);
}
footer h5 {
  font-weight: var(--font-weight-six);
  font-size: 36px;
  line-height: 45px;
  color: #ffffff;
  margin-bottom: var(--common-space);
}
footer .subscribe-us-now {
  border-right: solid 1px rgba(196, 162, 162, 0.4);
}
footer .subscribe-us-now p {
  max-width: 70%;
}
footer .our-brands ul {
  display: flex;
  gap: var(--common-space);
}
footer .our-brands ul li {
  background: #ffffff;
  border-radius: var(--border-radius);
  padding: 22px 45px;
}
footer .our-brands ul li img {
  height: 69px;
}
footer .our-brands ul a:hover {
  opacity: 0.8;
  margin-top: -5px;
}
footer .common-btn {
  margin-top: var(--common-space);
}
footer .quick-links {
  display: flex;
  justify-content: space-between;
}
footer .footer-logo p {
  margin: var(--common-space) 0;
  max-width: 400px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}
footer .footer-logo ul {
  display: flex;
  gap: 5px;
}
footer .footer-logo ul a {
  display: block;
  border: solid 1px transparent;
  padding: 6px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
footer .footer-logo ul a svg {
  fill: #fff;
  height: 30px;
  width: auto;
  transition: all 0.3s ease-in-out;
}
footer .footer-logo ul a:hover {
  opacity: 0.8;
  border: solid 1px var(--active-btn);
}
footer .footer-logo ul a:hover svg {
  fill: var(--active-btn);
}
footer h6 {
  font-weight: var(--font-weight-six);
  font-size: 30px;
  line-height: 38px;
  margin-bottom: var(--common-space);
}
footer .links li {
  margin-bottom: 16px;
}
footer .links a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}
footer .links a:hover {
  color: var(--active-btn);
}
footer .bottom-area {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  margin-top: var(--title-margin-bottom);
  padding-top: var(--common-space);
}
footer .bottom-area .terms-privacy ul {
  display: flex;
  gap: 20px;
}
footer .bottom-area .terms-privacy ul li {
  border-right: solid 1px #fff;
  padding-right: 20px;
}
footer .bottom-area .terms-privacy ul li:last-of-type {
  border-right: none;
}
footer .bottom-area .terms-privacy ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}
footer .bottom-area p {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

/* back-to-top */
.back-to-top {
  cursor: pointer;
  height: 50px;
  width: 50px;
  background: var(--active-btn);
  text-align: center;
  padding: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  border-radius: var(--border-radius);
}
.back-to-top a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  display: block;
}
.back-to-top a svg {
  height: 36px;
  width: auto;
}
.back-to-top:hover {
  background-color: var(--primary-color);
}

.menu-open {
  overflow: hidden;
}

.menu-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background: #f1efef;
  z-index: -100;
  transition: all 0.5s ease-out;
}
.menu-box nav .inner-menu {
  background: var(--primary-color);
  height: 100vh;
  padding: 120px 30px 75px;
  width: 25vw;
}
.menu-box nav .inner-menu ul.left-box {
  display: block;
}
.menu-box nav .inner-menu ul.left-box li a {
  font-size: 36px;
  font-weight: 600;
  padding: 20px 0;
  display: block;
  position: relative;
  line-height: 1;
  border-bottom: 1px solid #ddd;
}
.menu-box nav .inner-menu ul.left-box li a svg {
  position: absolute;
  right: 15px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
}
.menu-box nav .inner-menu ul.left-box li.inner-li a svg {
  opacity: 1;
  color: #fff;
}
.menu-box nav .inner-menu ul.left-box li.inner-li a svg path {
  fill: #fff;
}
.menu-box nav .inner-menu ul.left-box li.active a {
  color: var(--active-btn);
}
.menu-box nav .inner-menu ul.left-box li.active a svg {
  fill: var(--active-btn);
}
.menu-box nav .inner-menu ul.left-box li.active a svg path {
  fill: var(--active-btn);
}
.menu-box nav .inner-menu .nav-wraaper-box {
  background: #f1efef;
  width: 75vw;
  top: 0;
  right: 0;
  position: absolute;
  padding: 55px 80px;
  min-height: 100%;
  visibility: hidden;
  opacity: 0;
  clear: both;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.menu-box nav .inner-menu .nav-wraaper-box .inner-box {
  float: left;
  width: 50%;
}
.menu-box nav .inner-menu .nav-wraaper-box .inner-box h2 {
  font-size: 35px;
  color: var(--primary-color);
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: 20px;
}
.menu-box nav .inner-menu .nav-wraaper-box .inner-box ul li a {
  color: #000;
  font-size: 24px !important;
  font-weight: 600;
  padding: 12px 0;
  border: none;
}
.menu-box nav .inner-menu .nav-wraaper-box .inner-box ul li a:hover {
  color: var(--active-btn);
}
.menu-box nav .inner-menu .nav-wraaper-box .inner-box ul li a img {
  height: 30px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}
.menu-box nav .inner-menu .nav-wraaper-box .inner-box ul li a p {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
}
.menu-box nav .inner-menu .nav-wraaper-box .inner-box:first-child {
  padding-right: 40px;
}
.menu-box nav .inner-menu .nav-wraaper-box .inner-box:last-of-type {
  padding-left: 40px;
}
.menu-box nav .inner-menu .nav-wraaper-box .inner-box p {
  font-size: 24px;
  line-height: 40px;
}
.menu-box nav .inner-menu .nav-wraaper-box .image-box img {
  width: 100%;
  border-radius: var(--border-radius);
  margin-bottom: 29px;
}
.menu-box nav .inner-menu li.active .nav-wraaper-box {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in;
}
.menu-box nav .inner-menu li.active svg path {
  fill: var(--active-btn);
}
.menu-box nav .inner-menu .bottom-box {
  position: absolute;
  bottom: 20px;
}
.menu-box nav .inner-menu .bottom-box ul li a {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  padding: 12px 0;
  display: block;
}
.menu-box nav .inner-menu .bottom-box .social-box {
  margin-top: 30px;
}
.menu-box nav .inner-menu .bottom-box .social-box li {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  position: relative;
  height: 30px;
  margin-right: 15px;
}
.menu-box nav .inner-menu .bottom-box .social-box li a {
  display: block;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  transition: background-color 2s ease-out;
}
.menu-box nav .inner-menu .bottom-box .social-box li a svg {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
}
.menu-box nav .inner-menu .bottom-box .social-box li a svg path {
  fill: #fff;
}
.menu-box nav .inner-menu .bottom-box .social-box li a:hover {
  border: 1px solid var(--active-btn);
}
.menu-box nav .inner-menu .bottom-box .social-box li a:hover svg path {
  fill: var(--active-btn);
}
.menu-box nav .inner-menu .bottom-box .social-box li:last-of-type {
  margin-right: 0;
}
.menu-box .close-btn {
  display: inline-block;
  vertical-align: middle;
  color: #767676;
  margin-right: 25px;
  z-index: 9;
  margin-top: 12px;
  opacity: 0;
  transition: all 1s ease-in;
  visibility: hidden;
  transform: scale(0);
  left: -110%;
  position: relative;
}
.menu-box .close-btn svg {
  height: 35px;
  width: 35px;
}
.menu-box .logo-menu {
  display: inline-block;
  vertical-align: middle;
}

.menu-open .menu-box {
  visibility: visible;
  opacity: 1;
  left: 0;
  transition: all 0.5s ease-in;
  z-index: 999;
}
.menu-open .menu-box .close-menu-box {
  position: absolute;
  left: 30px;
  z-index: 99;
  top: 20px;
}
.menu-open .close-btn {
  color: #fff;
  opacity: 1;
  transition: all 1s ease-out;
  visibility: visible;
  transform: scale(1);
  left: 0;
}

.inner-banner-section .custom-container {
  height: 100%;
  position: relative;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}
.form-group .form-control {
  border: 1px solid #5a5a5a;
  border-radius: var(--border-radius);
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #5a5a5a;
  padding: 18px 20px;
}
.form-group .form-control::-moz-placeholder {
  color: #b5b5b5;
}
.form-group .form-control:-ms-input-placeholder {
  color: #b5b5b5;
}
.form-group .form-control::placeholder {
  color: #b5b5b5;
}
.form-group.down-arrow .form-control {
  padding-right: 60px;
}
.form-group.down-arrow:after {
  content: "";
  position: absolute;
  top: -15px;
  bottom: 0;
  margin: auto;
  right: 24px;
  width: 22px;
  height: 22px;
  border: solid 4px #5a5a5a;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
  z-index: 1;
  border-radius: 0 var(--border-radius) 0 var(--border-radius);
  pointer-events: none;
}

button.simplefavorite-button {
  background: transparent !important;
  border: none !important;
}
button.simplefavorite-button i {
  color: var(--primary-color);
}

button.simplefavorite-button {
  background: transparent !important;
  border: none !important;
}

button.simplefavorite-button i {
  color: var(--primary-color);
}/*# sourceMappingURL=msc-main.css.map */

.pagination ul .page-item .current {
    padding: 0 14px;
    height: 100%;
    text-align: center;
    background-color: #f79433;
    border: 1px solid #f79433;
    display: block;
    line-height: 40px;
    color: #f4f4f4;
    position: relative;
}
.pagination ul .page-item .current:active {
    background: #284181;
    border-color: #284181;
    color: #fff;
}

.pagination ul .page-item a:hover {
  background: #284181 !important;
    border-color: #284181 !important;
    color: #fff;
}

span.page-numbers.dots {
    padding: 0 14px;
    height: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dee2e6;
    display: block;
    line-height: 40px;
    color: #5a5a5a;
}

.pagination .current {
    padding: 15px;
    background: #284181;
    color: #ffffff;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px !important;
  background: var(--primary-color) !important;
}

.mCSB_scrollTools {
  width: 8px !important;
  background: #f6f6f6 !important;
}
.d-none {
    display: none!important;
}
.slider-arrow .owl-nav {
  color: var(--active-btn);
}
.slider-arrow .owl-nav span {
  margin-top: -5px;
  display: block;
}
.slider-arrow .owl-nav .owl-prev, .slider-arrow .owl-nav .owl-next {
  font-size: 55px !important;
  border: solid 2px var(--active-btn) !important;
  border-radius: var(--border-radius);
  width: 50px;
  height: 50px;
  display: block;
  line-height: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -80px;
}
.slider-arrow .owl-nav .owl-prev:hover, .slider-arrow .owl-nav .owl-next:hover {
  filter: invert(1);
}
.slider-arrow .owl-nav .owl-next {
  left: auto;
  right: -90px;
}
.testimonials-slider .slider-box {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  background: var(--background-color);
  padding: var(--common-space);
  border-radius: var(--border-radius);
}
.testimonials-slider .slider-box img {
  border-radius: var(--border-radius);
  width: 240px;
	height:260px;
	object-fit:cover;
  max-width: 100%;
}
.testimonials-slider .slider-box .data {
  display: grid;
  height: 100%;
}
.testimonials-slider .slider-box .name {
  align-self: end;
}
.testimonials-slider .slider-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: var(--text-color);
  margin-bottom: var(--common-space);
}
.testimonials-slider .slider-box h6 {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.testimonials-slider .slider-box span {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: var(--text-color);
}
.testimonials-slider .custom-container {
  position: relative;
}
.testimonials-slider.slider-arrow .owl-nav {
  position: absolute;
  top: calc(10px - var(--custom-container-left));
  right: 0;
  margin-right: var(--custom-container-left);
}
.testimonials-slider.slider-arrow .owl-nav .owl-prev, .testimonials-slider.slider-arrow .owl-nav .owl-next {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  margin: 0;
  bottom: auto;
  display: inline-block;
}
.testimonials-slider.slider-arrow .owl-nav .owl-next {
  position: relative;
  margin: 0;
  bottom: auto;
  top: auto;
  right: auto;
  display: inline-block;
  margin-left: var(--common-space);
}
.inner-banner-section {
  background: url("../images/about-banner.jpg");
  background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  -o-background-position: center center;
  -ms-background-position: center center;
  -moz-background-position: center center;
  -webkit-background-position: center center;
  background-repeat: no-repeat;
  -o-background-repeat: no-repeat;
  -ms-background-repeat: no-repeat;
  -moz-background-repeat: no-repeat;
  -webkit-background-repeat: no-repeat;
  position: relative;
}
.inner-banner-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, #284181 38.02%, rgba(0, 44, 156, 0) 100%);
}
.inner-banner-section .content-box {
  position: relative;
  z-index: 1;
}
.inner-banner-section .content-box h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 16px;
}
.inner-banner-section .content-box p {
  font-size: 24px;
  color: #fff;
  line-height: 35px;
  width: 45%;
  font-weight: 600;
}

.wo-we-are-section .inner-box {
  display: flex;
  gap: 80px;
  align-items: center;
}
.wo-we-are-section .inner-box .left-box {
  width: 100%;
}
.wo-we-are-section .inner-box .left-box img {
  width: 100%;
}
.wo-we-are-section .inner-box .right-box {
  width: 100%;
}
.wo-we-are-section .inner-box .right-box p {
  color: var(--font-color);
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: normal;
}
.wo-we-are-section .inner-box .right-box p a {
  color: var(--active-btn);
}
.wo-we-are-section .inner-box .right-box p:last-of-type {
  margin-bottom:0 !important;
}

.wo-we-are-section .inner-box .right-box .common-btn{margin-top: 30px;}
.form-control:disabled, 
.form-control[readonly]{background:#fff;}

input[type=checkbox], 
input[type=radio] { accent-color: #e77200;}

.form-control:focus {
  outline: solid 1px var(--active-btn);
  border-color: var(--active-btn);
  box-shadow: none;
}/*# sourceMappingURL=msc-main.css.map */

.library-inner-section .title-and-details .pp-podcast { margin-top: 40px; }
.library-inner-section .title-and-details .details ul li { color: #5a5a5a; }
.library-inner-section .title-and-details .details ul li a { color: #5a5a5a; }


.search-area .search_div.search-box .common-btn{position: absolute; top: 3px; right: 0; font-size: 13px; background: #fff;
border-radius: 10px !important; padding: 5px 10px; line-height: normal; display:none;margin: 5px; z-index:99;}
.search-area.show .search_div.search-box .common-btn{display:block;}
.search-area .search_div.search-box .common-btn:hover{color:#f79433 !important;}

.wpforms-form label.wpforms-error {color: #990000 !important;font-size: 12px !important;float: none;}

.design-process-section .multi-checkbox {
	height:200px;
}


.testimonials-slider .owl-carousel .owl-item{ background: var(--background-color); border-radius: var(--border-radius);}
.testimonials-slider .owl-carousel .owl-stage{display: flex;}

.inner-banner-section.common-section{background-size: cover !important; background-position: center !important;}


.filter.filter_btn.badge-taxonomy-box {margin-bottom: 20px;}
.filter-insights-by .filter ul p {margin: 0;line-height: 35px;}


.filter-insights-by .filter ul .badge-taxonomy-items {display: inline-flex;gap: 10px;flex-flow: wrap;}
/* .filter-insights-by .filter ul li {text-transform: capitalize;} */

.filter-insights-by .filter {position:unset !important;display: inline-block; vertical-align: middle; width: 79%;}
.filter-insights-by .download-resources-btn {display: inline-block;
vertical-align: middle;}


.library-inner-section p { padding-bottom: 20px; }
.library-inner-section li a { color: var(--active-btn); }
.library-inner-section li { padding-bottom: 20px; list-style: outside; margin-left: 30px; font-size: 22px; color: var(--text-color); }
.library-inner-section .title-and-details li { padding: 0; margin: 0; list-style: none; }
.library-inner-section p:last-of-type { padding: 0; }
.library-inner-section .title-and-details .social-icon li { font-size: unset; }
.library-inner-section img { display: block; }
.authors-details .inner .authors-content .common-list li { font-size: 18px; position: relative; padding-left: 20px; padding-bottom: 10px; }
.authors-details .inner .authors-content .common-list li::before { content: ''; position: absolute; left: 0; height: 10px; width: 10px; background: var(--active-btn); border-radius: 100px; top: 9px; }
.authors-details .inner .authors-content p a { color: var(--active-btn); }


.library-inner-section img.inner-blog-img-right {float:right; margin-left:15px;}
.library-inner-section img.inner-blog-img-left {float:left;margin-right: 15px;}
/* .library-inner-section table td a {color: #0d6efd; }  */
.library-inner-section table td {padding:12px 10px; font-size:22px;}
.library-inner-section  a {color: var(--active-btn);}
.library-inner-section ol.number-list li {list-style:decimal;}
/*  .menu-open .main-header.shrink .header-inner .menu span {background: #284181;} */
footer .footer-logo ul a:hover svg * {fill:var(--active-btn) !important;}
.menu-box nav .inner-menu .bottom-box .social-box li a:hover svg * {fill:var(--active-btn) !important;}
.main-header .header-inner .search-and-language ul li:last-of-type img {display:block;}
#author_search_author {grid-column-start: -1;
border: 1px solid #5a5a5a;
border-radius: var(--border-radius);
font-weight: 600;
font-size: 16px;
color: #5a5a5a;
padding: 10px 20px;grid-column: 4 / span 2;}
#author_search_author:focus {outline: none;
border-color: var(--active-btn);
box-shadow: none;}
footer .footer-logo img {height:100px;}

.menu-open .main-header.shrink {background:transparent; box-shadow:none;}
.menu-open .main-header.shrink .logo-and-menu .blue {fill:#fff;}
.menu-open .main-header { z-index: 99999;}
.main-header .header-inner .menu span{transition: all 500ms ease-in-out;}
 .menu-open .menu a span:first-child {transform: rotate(45deg);background: #fff;}
.menu-open .menu a span:last-of-type {transform: rotate(-45deg);margin-top: -13px;background: #fff;}
.menu-open .menu a span:nth-last-child(2) {display: none;}
.menu-box .close-menu-box, .menu-open .menu-box .close-menu-box {display: none;}
.menu-box nav .inner-menu ul li.active a {color: var(--active-btn);}
.menu-open .main-header .header-inner .search-and-language {display: none;}
.library-inner-section p a {display:inline-block;}

.video-modal .modal-dialog { max-width: 1030px; width: 90%; margin: 60px auto 0 auto;}
.video-modal .btn-close{position:absolute;right:-15px;top:-15px;background-color:#fff;opacity:1;border-radius:50%;padding:8px;z-index:1;width:15px;height:15px;box-shadow:0 0 10px #727272}
.video-modal .modal-body{padding:0}
.video-modal iframe { height: 540px;}
.whats-new-section .our-work  a {display:block; width:100%;}
.wo-we-are-section .equality-list-box .common-list li {position:relative; padding-left:30px; margin-bottom: 20px;}
.wo-we-are-section .equality-list-box .common-list li:last-child {margin-bottom:0;}
.wo-we-are-section .equality-list-box .common-list li a {color: var(--font-color);
font-size: 22px;
line-height: 32px;
font-weight: normal;}
.wo-we-are-section .equality-list-box .common-list li a:hover {color:var(--active-btn);}
.wo-we-are-section .equality-list-box .common-list li:before {content:''; position:absolute; top:12px; left:0; width:8px; height:8px; background:var(--active-btn); border-radius:50%;}
.equality-list-box h3 {margin-bottom:var(--title-margin-bottom);color: var(--primary-color);}
.wo-we-are-section .equality-list-box {background: #f9f9f9;
padding: 50px;
border-radius: 10px;}
.wo-we-are-section .equality-list-box .common-btn  {margin-top:30px;}
.library-inner-section table.table-border  td {border-width:1px;}
.library-inner-section p.aling-text-box a {display:inline;}

/* .filter-insights-by .apply-filter-box {position: unset !important;
display: inline-block;
vertical-align: middle;
width: 70%; margin-left:-5px;}
.filter-insights-by .filter {width:10%;} */
.filter-insights-by .filter ul li.apply-filter-box {padding: 0 !important;background: #fff !important; position:unset !important;}
.main-filter-box .filter.d-none {display:inline-block !important;}

.checkbox-box { padding-left: 0;/*width: 100% !important;*/ border: none; }
.checkbox-box input[type="checkbox"], .checkbox-box input[type="radio"] { width: 1em; height: 1em; opacity: 0; }
.checkbox-box label { color: #000; min-height: 0; }
.checkbox-box input[type="checkbox"] + label::before { content: "Subscribe +"; cursor: pointer; display: block; padding:10px 30px;/*  height: 33px;*/ border: 1px solid var(--active-btn); color: var(--active-btn); background: #fff; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); border-radius: 8px; transition: all .2s ease;/*  width: 110px;*/ line-height: 100%; box-shadow: none; font-size: .9375rem; font-weight: 500; font-size: 16px; border: 2px solid var(--active-btn); }
.checkbox-box  input[type="checkbox"]:checked + label::before { color: #fff; content: "Subscribed  ✓"; background: var(--active-btn); background-repeat: no-repeat; background-position: 95px 4px; }
.subscribe-details-section .list .box { position: relative; }
.subscribe-details-section .list .box {padding:30px !important;}


#clients-partners-logo .owl-nav, #clients-partners-logo-secound .owl-nav { color: var(--active-btn); margin-top: 20px; padding-right: 120px; text-align:right; }
#clients-partners-logo .owl-nav .owl-prev, #clients-partners-logo-secound .owl-nav .owl-prev, #clients-partners-logo .owl-nav .owl-next, #clients-partners-logo-secound .owl-nav .owl-next {
  font-size: 45px !important;
  border: solid 2px var(--active-btn) !important;
  border-radius: var(--border-radius);
  width: 40px;
  height: 40px;
  line-height: 0 !important;
  margin: auto;
}
#clients-partners-logo .owl-nav span, #clients-partners-logo-secound .owl-nav span { margin-top:-5px; display: block; }
#clients-partners-logo .owl-nav .owl-prev:hover, #clients-partners-logo-secound .owl-nav .owl-prev:hover, #clients-partners-logo .owl-nav .owl-next:hover, #clients-partners-logo-secound .owl-nav .owl-next:hover { background: var(--active-btn); filter: invert(0) !important; }
#clients-partners-logo .owl-nav .owl-prev:hover span, #clients-partners-logo-secound .owl-nav .owl-prev:hover span, #clients-partners-logo .owl-nav .owl-next:hover span, #clients-partners-logo-secound .owl-nav .owl-next:hover span { color: #fff; }
#clients-partners-logo .owl-nav .owl-prev, #clients-partners-logo-secound .owl-nav .owl-prev { margin-right: 16px; }
#clients-partners-logo { margin-bottom: 40px; }


#clients-partners-logo .owl-nav  .owl-prev, #clients-partners-logo-secound .owl-nav  .owl-prev, #clients-partners-logo .owl-nav .owl-next, #clients-partners-logo-secound .owl-nav .owl-next {
	position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;left: -80px;}
 #clients-partners-logo .owl-nav .owl-next,  #clients-partners-logo-secound .owl-nav .owl-next {
  left: auto;
  right: -90px;
}
/* .clients-partners-section .logo-shape {box-shadow:none;} */

/* #clients-partners-logo .owl-nav  {top: -103px;padding:0;}
 #clients-partners-logo-secound .owl-nav{top: auto; margin-top:20px;} */

.clients-partners-section .owl-carousel .owl-stage-outer {overflow:hidden;}
/* .clients-partners-section .owl-carousel .owl-stage {margin:0;} */

/*khushbu*/
.postid-662 .wo-we-are-section .custom-container .inner-box .right-box .common-list li a {color:#f79433 !important;}
.postid-662 .wo-we-are-section.custom-container.inner-box .right-box .common-list li a:hover {color:#f79433 !important;}
.postid-662 .wo-we-are-section .custom-container .inner-box .right-box .common-list li:before { content: ''; position: absolute; top: 12px; left: 0; width: 8px; height: 8px; background: var(--active-btn); border-radius: 50%;}
.postid-662 .wo-we-are-section .custom-container .inner-box .right-box .common-list li { position: relative; padding-left: 30px; margin-bottom: 5px; color: var(--font-color); font-size: 22px; line-height: 32px; font-weight: normal;}

.wo-we-are-section .center-inner-box .right-box .common-list li:before {content:''; position:absolute; top:12px; left:0; width:8px; height:8px; background:var(--active-btn); border-radius:50%;}
.wo-we-are-section .center-inner-box .right-box .common-list li { position: relative; padding-left: 30px; margin-bottom: 20px; color: var(--font-color); font-size: 22px; line-height: 32px; font-weight: normal;}
.wo-we-are-section .center-inner-box .right-box h3 {margin-bottom:var(--title-margin-bottom);color: var(--primary-color);}
.wo-we-are-section .center-inner-box .right-box p.aling-text-box a {display:inline-block;}
.page-id-20666 .leadership-block-section { margin-bottom: 0;}
.page-id-20319 section.common-section .custom-container .point p { font-weight:400; font-size: 16px; line-height: 26px; }
.page-id-20307 section.common-section .custom-container .point p { font-weight:400; line-height: 26px; }
.page-id-28190 #wpcf7-f34852-o1 .subscribe-details-section .list label::before { content: "S’inscrire +"; cursor: pointer; display: block; padding: 10px 30px; /* height: 33px; */ border: 1px solid var(--active-btn); color: var(--active-btn); background: #fff; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); border-radius: 8px; transition: all .2s ease; /* width: 110px; */ line-height: 100%; box-shadow: none; font-size: .9375rem; font-weight: 500; font-size: 16px; border: 2px solid var(--active-btn); }
.page-id-28190 #wpcf7-f34852-o1 .subscribe-details-section .list .checkbox-box label::before input[type="checkbox"]:checked + label::before {color: #fff; content: "Inscrit ✓"; background: var(--active-btn); background-repeat: no-repeat; background-position: 95px 4px;}
.page-id-28190 span.wpcf7-list-item-label{opacity:0;}
/*khushbu*/

.menu-box nav .inner-menu li:nth-child(2):hover .nav-wraaper-box  {visibility:visible; opacity:1;}

.menu-box nav .inner-menu li:nth-child(3):hover  .nav-wraaper-box {visibility:visible; opacity:1;}

.menu-box nav .inner-menu .nav-wraaper-box .inner-box ul li a {display:flex; align-items:start;}

#clients-partners-logo {margin-bottom:0 !important;}
#clients-partners-logo .owl-nav, #clients-partners-logo-secound .owl-nav {margin-top:0 !important;}
.subscribe-details-section .list label.label-selected::before {
color: #fff !important;
  content: "Inscrit ✓" !important;
  background: var(--active-btn) !important;
  background-repeat: no-repeat !important;
  background-position: 95px 4px !important;}
.checkbox-box .wpcf7-form-control-wrap  {position:unset;}
.checkbox-box label{cursor: pointer;}

.menu-box nav .inner-menu .nav-wraaper-box .inner-box  .image-box a {font-size: 24px;
  line-height: 30px;
  color: #212529;
  padding: 0;
  border: none;}
.menu-box nav .inner-menu .nav-wraaper-box .inner-box .image-box a:hover {color: var(--active-btn);}
footer .our-brands ul li {padding: 22px 0 !important;
  width: 230px;
  text-align: center;}
.banner-section .item.slider-4 .banner-inner h1 {max-width: 60%;}
.menu-box nav .inner-menu .nav-wraaper-box .inner-box .image-box a{ font-size: 19px !important;}
.our-network-section .map-area-point {  overflow: visible;}
.inspiration-section {  height: 550px;}
/* .whats-new-section .our-work .bottom-blog-publication .blog-two, .whats-new-section .our-work .video-case-study-blog .right-box .right-bottom .blog {background-size:cover;} */

.wo-we-are-section .inner-box .right-box .common-list { margin-bottom: 20px; }
.links.f-title {width:20%;}
/* .subscribe-details-section .list .box p:first-of-child {display:none;}
.page-id-28190 span.wpcf7-list-item-label {opacity:1;} */
.page-template-the-climate-tesilient span.wpcf7-list-item-label {position: absolute; left:0; z-index: -1;}
.subscribe-details-section .policy-check .common-btn {padding: 12px 40px !important;}

.page-template-the-climate-tesilient.climate, .finance, .health-nutrition { background-image: url("icons/index/BFSI.png");background-size: 22px; background-repeat: no-repeat;
	background-position:left;padding: 0 2rem;}

.page-template-the-climate-tesilient .climate { background-image: url("icons/index/climate.png");}

.page-template-the-climate-tesilient .climate, .finance, .health-nutrition { background-size: 30px !important;padding: 0 2.5rem !important;}
.page-template-the-climate-tesilient .climate-header .navbar .navbar-brand img { max-width: 160px;}

.page-template-the-climate-tesilient .common-section {padding:80px 0;}
.page-template-the-climate-tesilient .common-top-section {padding-top:80px;} 
.page-template-the-climate-tesilient .about-box-section{text-align:center;}
.page-template-the-climate-tesilient .about-box-section p {font-size: 28px;margin: 0;color: #284181;}
.page-template-the-climate-tesilient .catalytic-section img {width: 100% ;}
.page-template-the-climate-tesilient .page-template-the-climate-tesilient .container {padding:0 !important;}
.page-template-the-climate-tesilient .left-cont-right-img-section {background:#e6e6e6;}
.page-template-the-climate-tesilient .left-cont-right-img-section h4 { font-size:25px; line-height:40px;  margin: 0; padding-right:50px;}
.page-template-the-climate-tesilient .row.common-row {align-items:center;}
.page-template-the-climate-tesilient .left-img-right-cont-section h4  { font-size:25px; line-height:40px; margin: 0; padding-left:50px;}
.page-template-the-climate-tesilient .alliance-members-section .section-heading {text-align:center; color:#284181;}
.page-template-the-climate-tesilient .row.common-row img {width: 100%;}

.page-template-the-climate-tesilient .alliance-members-section .alliance-box {display:flex; align-items:center; justify-content:space-between; gap: 50px;}
.page-template-the-climate-tesilient .alliance-members-section .alliance-box h2 {margin-bottom:20px; font-size:28px; font-weight:600;  color: #434951;}
.page-template-the-climate-tesilient .alliance-members-section .alliance-box p {margin:0; font-size:18px; color:#284181;font-weight:400; line-height:1.5;}
.page-template-the-climate-tesilient .alliance-members-section .alliance-box .img-box {width: 40%;}
.page-template-the-climate-tesilient .alliance-members-section .alliance-box .content-box{width: 60%;}
.page-template-the-climate-tesilient .alliance-members-section .owl-carousel .owl-item img {width: 100%;}

.page-template-the-climate-tesilient .alliance-members-section .owl-theme .owl-nav [class*="owl-"] {padding: 10px 15px;background: #253C7C;}
.page-template-the-climate-tesilient .alliance-members-section .owl-theme .owl-nav .disabled {opacity: .5;cursor: default;}
.page-template-the-climate-tesilient .footer-box {display: flex; justify-content: space-between; align-items: center; flex-wrap:wrap; padding: 10px 0;}
.page-template-the-climate-tesilient .footer-box .common-box {width:33%;}
.page-template-the-climate-tesilient .footer-box .footer-text p {margin-bottom: 0;color:#212529; font-size:16px;}
.page-template-the-climate-tesilient  #footer_new #footer {display:block;height: auto !important;margin: 0 auto;min-height: 100% !important;}
.page-template-the-climate-tesilient  #footer_new #footer .container-fluid {  margin: 0 auto;text-align: center;}
.page-template-the-climate-tesilient .footer-box .footer-text {text-align:start;}
.page-template-the-climate-tesilient .footer-box .social-links {text-align:end;}
.page-template-the-climate-tesilient .resources-section {background: #f7f7f7;}
.page-template-the-climate-tesilient .resources-section .resources-box {display: flex; justify-content: space-between; flex-wrap: wrap; gap:30px;}
.page-template-the-climate-tesilient .resources-section .resources-box .common-right-box, .page-id-35019 .resources-section .resources-box .common-left-box {width: 48%;}
.page-template-the-climate-tesilient .resources-section .resources-box .common-left-box iframe {width: 100%; height: 424px;}
.page-template-the-climate-tesilient .resources-section .resources-box .common-right-box img {margin-bottom: 20px; width:100%;}
.page-template-the-climate-tesilient .resources-section .resources-box .common-right-box h3 {margin-bottom: 15px;}
.page-template-the-climate-tesilient .resources-section .resources-box .common-right-box p {margin-bottom: 0;font-weight: 400;line-height: 1.5; font-size: 16px;}

.page-template-the-climate-tesilient .resources-section .resources-link {display: flex; justify-content: space-between; flex-wrap: wrap;gap:80px; padding-top:30px;} 
.page-template-the-climate-tesilient .resources-section .resources-link .common-btn {font-size: 18px;background: #5a5a5a; color: #fff; padding:20px; border-radius: 4px;display:block;}
.page-template-the-climate-tesilient .resources-section .resources-link .common-btn:hover {background:#253C7C;}
.page-template-the-climate-tesilient .resources-section .resources-link .common-link {width: 40%;   margin: 0 auto;}

.page-template-the-climate-tesilient .events-section .events-box {display: flex; justify-content: space-between; flex-wrap: wrap;gap:15px;}
.page-template-the-climate-tesilient .events-section .events-box .common-box iframe {width: 100%; height: 424px;}
.page-template-the-climate-tesilient .events-section .events-box .common-box {width: 49%;}
.page-template-the-climate-tesilient .join-us-section .join-us-box{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px;   align-items: center;}
.page-template-the-climate-tesilient .join-us-section .join-us-box .common-box {width: 48%;}
.page-template-the-climate-tesilient .join-us-section .join-us-box .common-box img {width:100%;}
.page-template-the-climate-tesilient .common-bottom-section {padding-bottom:80px;}
.page-template-the-climate-tesilient .join-us-section .join-us-box .common-box  h3 {margin-bottom:15px; color:#284181; font-size:28px;  font-weight: 600; }

.page-template-the-climate-tesilient .join-us-section .join-us-box  .common-box p {margin-bottom:0;font-size: 18px;font-weight: 400;line-height: 1.5;}
.page-template-the-climate-tesilient .join-us-section .eFUpYn {  max-width: 100% !important;}
/* 
.page-id-35019 .join-us-section  a:last-of-type:before {content:''; background:#fff; width:100%; height:100%; position:absolute; left:0; right:0;z-index:999;} */

.page-template-the-climate-tesilient .Shortener__Inner-sc-9m71z4-1.esnzKJ a:before {position:unset !important;content:none !important;}
.page-template-the-climate-tesilient .page-template-the-climate-tesilient .section-heading {text-align:center; color:#284181;}
/* .about-box-section .section-heading {color:#434951;} */
.page-template-the-climate-tesilient .custom-container {width:90%; margin:0 auto;padding: 0;}


 /*the-climate-resilient-agriculture CSS */

.page-template-the-climate-tesilient .sub-header { width: 100%; padding: 0.5rem 2rem; background: #2a3d79; display: flex; justify-content: flex-end; }
.page-template-the-climate-tesilient .sub-header-menu { display: flex; }
.page-template-the-climate-tesilient .sub-header .sub-menu-link { color: #fff; margin-right: 1rem; display: flex; align-items: center; font-weight: 600; text-decoration: none; }
.page-template-the-climate-tesilient .sub-header .sub-menu-link img { margin-right: 0.5rem; }
.page-template-the-climate-tesilient .sub-header .sub-menu-link .social-links img { margin: 0 10px; width: 18px; }
.page-template-the-climate-tesilient  .sub-header .sub-menu-link img { margin-right: 0.5rem; }
.page-template-the-climate-tesilient  .header-newsletter-icon { width: 22px; transform: translateX(-2px) translateY(1px); }
.page-template-the-climate-tesilient .subscribe .arrow { display: none !important; }
.page-template-the-climate-tesilient  .main-img { min-width: 100%; min-height: 450px; max-height: 450px; object-fit: cover; display: block; }
.page-template-the-climate-tesilient header .navbar .navbar-nav { max-width: 1000px; min-width: 900px; margin: 0 auto; display: flex; justify-content: space-between; flex-direction: column; }
.page-template-the-climate-tesilient .nav-links-item { min-height: 75px; height: 75px; color: #5a5a5a !important; font-size: 16px; font-weight: 600; letter-spacing: 0.19px; z-index: 1; display: flex; justify-content: center; align-items: center; }
.page-template-the-climate-tesilient  .about-box-section p {font-size: 28px;margin: 0; color: #284181; font-weight:400; line-height: 1.5;}

.page-template-the-climate-tesilient .section-heading { color: #284181;font-size: 36px;letter-spacing: 0.4px; margin-bottom: 2rem; font-weight: 600; width: 100%;text-align:center;}
.page-template-the-climate-tesilient  .alliance-members-section .owl-theme .owl-nav [class*="owl-"] {padding: 10px 15px !important; background: #253C7C;color: #FFF;font-size: 14px; margin: 5px; display: inline-block;
    cursor: pointer;
    border-radius: 3px }
.page-template-the-climate-tesilient  .alliance-members-section  .owl-theme .owl-nav {text-align:center; margin-top:10px;}

.page-template-the-climate-tesilient .mob-topnav {display:none;}

.page-template-the-climate-tesilient header.shrink {min-height: 75px; min-width: 100%;position: sticky;position: -webkit-sticky;top: 0; background: white;z-index: 1000;box-shadow: 0 2px 10px -6px rgba(0, 0, 0, 0.5);}

.page-template-the-climate-tesilient #footer_new #footer { display: block; height: auto !important;margin: 0 auto;min-height: 100% !important;width: 90%;border: none; }
.page-template-the-climate-tesilient footer {padding:0 !important; background:#f7f7f7;border-top: solid 1px rgb(0 0 0 / 17%);}
.page-template-the-climate-tesilient  #footer .social-links a i::before { color: #5a5a5a;font-size: 1.2rem;}
.page-template-the-climate-tesilient  footer .footer-logo img {height:auto !important;}
.page-template-the-climate-tesilient  #footer .social-links a {margin-left: 0.5rem;}
.page-template-the-climate-tesilient  #footer .social-links p {color: #212529;font-size: 16px;}
/* footer .footer-logo ul a:hover svg */

.broken_link, a.broken_link { text-decoration: none !important;}
.thank-you { margin-top: 120px; text-align: center; }
.thank-you h1 { font-weight: 200; text-transform: capitalize; font-size: 4rem; }
.thank-you p { font-weight: 300; font-size: 1.5rem; color: var(--font-color); margin: 10px auto 30px; max-width: 800px; width: 90%; line-height: 30px; }
.page-template-thank-you.page-id-34979 .main-header {  background: var(--primary-color);}
.page-template-thank-you.page-id-34979 .main-header.shrink {background-color: #fff;}
.page-template-thank-you.page-id-35969 .main-header {background: var(--primary-color);}
.page-template-thank-you.page-id-35969 .main-header.shrink {background-color: #fff;}
 .page-template-thank-you.menu-open .main-header  {background: transparent; box-shadow: none;}
 .page-template-thank-you.menu-open .main-header.shrink {background: transparent; box-shadow: none;}
.apply-filter-box .btn-apply-filter {font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 8px 12px; color:#5a5a5a;}

.small-title h2 {text-transform: none;}
.page-id-20319 section.common-section .custom-container .point p {font-weight: 400; line-height: 26px; font-size: 18px; color: var(--font-color);margin-bottom: 10px;}
.point {font-weight: 400; line-height: 26px; font-size: 18px; color: var(--font-color);margin-bottom: 10px;}
.main-point ol ol li {padding-bottom:10px;}
.clients-partners-section .logo-shape:first-of-type {margin-bottom:0 !important;}
.our-network-section {background:#fff !important;}
.careers-section {background-color: var(--background-color);}
.clients-partners-section .owl-carousel .owl-stage-outer {overflow:visible;}

img.alignright { float: right;margin: 0 0 1rem 1rem;;}
img.alignleft { float: left;margin: 0 1rem 1rem 0;}
img.aligncenter { margin: 0 auto;}
.wpforms-field-description {color: #f79433;}
div.wpforms-container-full .wpforms-form .common-checkbox ul li label{width:90%}
.search-and-language ul li a.english_logo {background-color: #284181 !important;color: white;padding: 2px 15px; font-size: 20px;}
.main-header.shrink .search-and-language a.english_logo {color:white;}

/*Dark-Theme-French-CSS*/

.dark-theme { background: #1a1d21 !important; }
.dark-theme .quick-links-section, .dark-theme .what-we-do-section, .dark-theme .clients-partners-section, .dark-theme .whats-new-section, .dark-theme .our-network-section, .dark-theme .careers-section, .dark-theme .wo-we-are-section, .dark-theme .meet-team-section, .dark-theme .signature-project-section { border-bottom: 1px solid #2D3136; }
.dark-theme .what-we-do-section, .dark-theme .quick-links-section, .dark-theme .clients-partners-section, .dark-theme .our-network-section, .dark-theme .careers-section, .dark-theme .join-the-conversation-section, .dark-theme footer { background: #1a1d21 !important; }
.dark-theme .quick-links-section ul li a { color: var(--bs-white);}
.dark-theme .whats-new-section,.dark-theme .meet-team-section,.dark-theme .wo-we-are-section {background: #1a1d21 !important;}
.dark-theme .title-box.primary-color h2, .dark-theme .our-network-section .map-point ul li h5, .dark-theme .our-network-section .map-point ul li p, .dark-theme .careers-section .title-box h4 { color: var(--bs-white); }


.dark-theme .msc-number-section, .dark-theme .our-brand-section, .dark-theme .signature-project-section, .dark-theme .clients-and-partners-section { background: #1a1d21; }
.dark-theme .wo-we-are-section .inner-box .right-box p, .dark-theme .msc-number-section .inner-box .number-box p { color: var(--bs-white); }

.dark-theme .meet-team-section .inner-box .team-box .box {background: #222529;}
.dark-theme .main-header.shrink {background-color: #222529;}

.dark-theme .meet-team-section .inner-box .team-box .box h3, .dark-theme .meet-team-section .inner-box .team-box .box p {color: var(--bs-white);}
.dark-theme .team-grid-box .inner-box .team-box .box img { filter: brightness(0) invert(1); }

.dark-theme .inner-banner-section::after { background: rgba(0, 0, 0, 0.6); width: 100%; }
.dark-theme .meet-team-section {padding-top: 80px;}
.dark-theme .main-header.shrink .menu span {background-color: var(--bs-white);}
.dark-theme .join-the-conversation-section .ctf-corner-logo svg path, .dark-theme .main-header.shrink .search-and-language svg { fill: var(--bs-white) !important; }
.dark-theme .main-header.shrink .search-and-language ul li {border-color: var(--bs-white);}
.dark-theme .main-header.shrink .search-and-language a, .dark-theme .main-header.shrink .about-theme-toggle-btn .toggle-title { color: var(--bs-white); }
.dark-theme .main-header.shrink {background-color: #222529;}
  .dark-theme .menu-box nav .inner-menu {background-color: #222529;}

.dark-theme .menu-box, .dark-theme .menu-box nav .inner-menu .nav-wraaper-box { background: #1a1d21; }
.dark-theme  .menu-box nav .inner-menu .nav-wraaper-box .inner-box ul li a,.dark-theme .menu-box nav .inner-menu .nav-wraaper-box .inner-box h2,.dark-theme .menu-box nav .inner-menu .nav-wraaper-box .inner-box .image-box a {color: var(--bs-white);}
.dark-theme .menu-box nav .inner-menu .nav-wraaper-box .inner-box ul li a img { filter: brightness(0) invert(1); }
.dark-theme .menu-box nav .inner-menu .nav-wraaper-box .inner-box h2 {border-color:var(--bs-white); }

.dark-theme .menu-box nav .inner-menu .nav-wraaper-box .inner-box ul li a:hover,.dark-theme .menu-box nav .inner-menu .nav-wraaper-box .inner-box .image-box a:hover {color: var(--active-btn);}


.dark-theme .signature-project-section .inner-box .con-box .box, .dark-theme .signature-project-section .inner-box .con-box, .dark-theme .wo-we-are-section .equality-list-box, .dark-theme .testimonials-slider .slider-box, .dark-theme .testimonials-slider .owl-carousel .owl-item { background: #222529; }
.dark-theme .signature-project-section .inner-box .con-box .box a, .dark-theme .equality-list-box h3, .dark-theme .wo-we-are-section .equality-list-box .common-list li a { color: var(--bs-white); }
.dark-theme .signature-project-section .inner-box .con-box .box:hover a, .dark-theme .wo-we-are-section .equality-list-box .common-list li a:hover { color: var(--active-btn); }

.dark-theme .main-header.shrink .logo-and-menu .blue { fill: var(--bs-white);}

.dark-theme.postid-662 .wo-we-are-section .custom-container .inner-box .right-box .common-list li { color: var(--bs-white); }


.dark-theme .subscribe-details-section { background: #1a1d21; }

.dark-theme .subscribe-details-section .title-box p, .dark-theme .subscribe-details-section h3, .dark-theme .subscribe-details-section .details-form .form-group label, .dark-theme .subscribe-details-section .list .box p, .dark-theme .subscribe-details-section .policy-check label, .dark-theme .wpcf7-response-output { color: var(--bs-white); }
.dark-theme .subscribe-details-section .list .box{background:#222529;}

.dark-theme .subscribe-details-section .details-form .form-group .form-control, .dark-theme .open-positions-section .form-group .form-control { background: #222529; color: var(--bs-white); }

.dark-theme.page-id-28190 #wpcf7-f34852-o1 .subscribe-details-section .list label::before {background: transparent;}


.dark-theme .subscribe-details-section .policy-check .common-btn {background: transparent;}


.dark-theme .filter-insights-by .filter-bar, .dark-theme .filter-results .box { background: #222529; color: var(--bs-white); }
.dark-theme .filter-insights-by .filter-bar, .dark-theme .filter-results .box { color: var(--bs-white); }
.dark-theme .filter-insights-by .filter-bar .search-title h4, .dark-theme .filter-insights-by .filter-open-area .form-check label, .dark-theme .filter-results p, .dark-theme .filter-results h6, .dark-theme .filter-results .bookmark span, .dark-theme .filter-insights-by .filter ul li.btn a { color: var(--bs-white); }

.dark-theme .filter-insights-by .form-group .form-control { background: #1a1d21; color: var(--bs-white); border-color: #1a1d21; }

.dark-theme .related-resources { background: #1a1d21; border-top: 1px solid #2D3136; }

.dark-theme .related-resources .favorite-filter p, .dark-theme .related-resources .favorite-filter button { color: var(--bs-white); }
.dark-theme footer { border-top: 1px solid #2D3136; }
.dark-theme .related-resources .no-favorites { color: var(--bs-white); }


.dark-theme .testimonials-slider .slider-box p, .dark-theme .testimonials-slider .slider-box h6, .dark-theme .testimonials-slider .slider-box span { color: var(--bs-white); }

.dark-theme .our-values-section { background: #1a1d21 !important; border-bottom: 1px solid #2D3136; }

.dark-theme .open-positions-section .positions-list h4, .dark-theme .open-positions-section .positions-list .year-location ul p, .dark-theme .open-positions-section .positions-list .year-location p.description { color: var(--bs-white); }


.dark-theme .faq-select .accordion-item, .dark-theme .faq-select .accordion-button.collapsed, .dark-theme .faq-select .accordion-collapse.collapse.show, .dark-theme .faq-select .accordion-button { background: #222529; color: var(--bs-white); }
.dark-theme .faq-select .accordion-button img { filter: brightness(100); }

.dark-theme.page-template-privacy-policy .accordion-button::after, .dark-theme .faq-select .accordion-button::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}

.dark-theme .staff-quotes-section { background: #1a1d21; border-top: 1px solid #2D3136; }

.dark-theme .staff-quotes-section .item, .dark-theme .staff-quotes-section .owl-carousel .owl-item { background: #222529; }

.dark-theme .staff-quotes-section .item p, .dark-theme .staff-quotes-section .item .profile .name h6, .dark-theme .staff-quotes-section .item .profile .name span { color: var(--bs-white); }

.dark-theme .Contact-us-form-section p, .dark-theme .form-group label { color: var(--bs-white); }

.dark-theme .form-group .form-control { background: #222529; color: var(--bs-white); }

.dark-theme .our-offices-section, .dark-theme .Contact-us-form-section { background: #1a1d21; border-bottom: 1px solid #2D3136; }

.dark-theme .office-address h5, .dark-theme .office-address p, .dark-theme .office-address address, .dark-theme .office-address ul li .text { color: var(--bs-white); }

.dark-theme .our-offices-section .box .office-address, .dark-theme .all-branch-section .branch-details, .dark-theme .our-offices-section .box { background: #222529; }

.dark-theme .authors-details .inner .name-img { background: #222529; }
.dark-theme .authors-details .inner .name-img p, .dark-theme .authors-details .inner .authors-content p, .dark-theme .career-inner-section .career-inner-point p, .dark-theme .career-inner-section ul li, .dark-theme .common-title p, .dark-theme .career-inner-section span { color: var(--bs-white); }

.dark-theme .authors-details .inner .name-img ul svg path { fill: var(--bs-white) !important; }

.dark-theme .authors-details .inner .name-img ul li:hover { filter: invert(0); opacity: .7; }
.dark-theme  .page-not-found h1,.dark-theme .page-not-found p {color: var(--bs-white); }

.dark-theme .library-inner-section .title-and-details { background: #222529; }
.dark-theme .title-box.primary-color h2, .dark-theme .our-network-section .map-point ul li h5, .dark-theme .our-network-section .map-point ul li p, .dark-theme .careers-section .title-box h4 { color: var(--bs-white); }
.dark-theme .library-inner-section div { color: var(--bs-white); }
.dark-theme .library-inner-section .title-and-details .details ul li, .dark-theme .library-inner-section .title-and-details .details ul li a, .dark-theme .library-inner-section p, .dark-theme .library-inner-section li, .dark-theme .library-inner-section h3 { color: var(--bs-white); }
.dark-theme .library-inner-section img { filter: grayscale(100); }
.dark-theme .leave-comments-section { background: #1a1d21; border-top: 1px solid #2D3136; border-bottom: 1px solid #2D3136; }
.dark-theme .leave-comments-section .common-btn { background: transparent !important; }
.dark-theme .library-inner-section p span { color: var(--bs-white) !important; }
.dark-theme .filter-insights-by .filter ul li.apply-filter-box { background: transparent !important; }
.dark-theme .apply-filter-box .btn-apply-filter { color: var(--bs-white); }
.dark-theme section.filter-insights-by #library_posts_box .filter-results .box .bookmark div.favourite-icon button i.fa.fa-bookmark-o.unfavorite { color: #ffff !important; }
.dark-theme .filter-results .bookmark svg path { stroke: #fff; }
.dark-theme .favourite-icon .active svg { fill: #fff; }
.dark-theme .all-filter .boxes, .dark-theme .search-bar-area .boxes.search-block { background: #222529; }
.dark-theme .search-area-section .search-filter-type .boxes a, .dark-theme .search-area-section .search-filter-type .boxes .box-title h5, .dark-theme .all-filter .boxes label { color: var(--bs-white); }
.dark-theme .filter-insights-by .filter ul .btn { border-color: var(--bs-white); color: var(--bs-white); }
.dark-theme .search-bar-area .boxes.search-block h4, .dark-theme .search-bar-area .boxes.search-block p, .dark-theme .search-bar-area p { color: var(--bs-white); }
.dark-theme .inline-new-search { background: var(--active-btn); }
.dark-theme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background: var(--active-btn) !important; }
.dark-theme.page-template-thank-you .main-header, .dark-theme.error404  .main-header, .dark-theme.page-template-thank-you .main-header.shrink { background-color: #222529; }
.dark-theme .thank-you h1, .dark-theme .thank-you p { color: #fff; }
.dark-theme .life-block-section .inner-box .right-box p, .dark-theme .leadership-block-section .inner-box .content-box p { color: #fff; }
.dark-theme .related-resources { background: #1a1d21; border-top: 1px solid #2D3136; }
.dark-theme .favorites-list h6 { color: var(--bs-white); }
.dark-theme .favorites-list .box { background: #222529; }
.dark-theme .favorites-list a:hover h6 { color: var(--active-btn); }
.dark-theme .point, .dark-theme .small-title h2, .dark-theme .point p { color: var(--bs-white) !important; }
.dark-theme .career-inner-section .career-inner-title h2, .dark-theme .career-inner-section .heading, .dark-theme .career-inner-section div b, .dark-theme #spanreq h3 { color: var(--active-btn); }
.dark-theme  .right-box-information { background: #222529; }
.dark-theme .signature-project-section .inner-box .con-box .box .img-box { background: #fff; }
.dark-theme .main-header .search-area.show .search-box .form-control { border: 1px solid #fff; }
.dark-theme .modal-body {background: #1a1d21;}
.dark-theme  .modal .modal-header {background: #222529;border-bottom: 1px solid #5E5E5E;}
.dark-theme  .form-group button.common-btn {background-color: transparent;}
.dark-theme  .form-group button.common-btn:hover {background-color: var(--active-btn); }
.dark-theme .main-header .search-area.show .search-box .form-control::placeholder {color: var(--bs-white) !important;}

.dark-theme  .form-control::-moz-placeholder { color: #fff !important; }
.dark-theme  .form-control:-ms-input-placeholder { color: #fff !important; }
.dark-theme   .form-control::placeholder { color: #fff !important; }

.dark-theme .latest-events-section .title-box h3, .dark-theme .latest-events-section p { color: var(--bs-white); }
.dark-theme .latest-events-section .right-box .details .event-information svg path { fill: #fff; }
.dark-theme #author_search_author {background: #222529;color: var(--bs-white);}
.dark-theme #author_search_author::placeholder { color: #fff !important; }
.dark-theme .career-inner-section .career-inner-point div {color: var(--bs-white);}

.dark-theme .all-authors-section .list-unstyled, .dark-theme .all-authors-section .search-bar .form-control { background: #222529; }
.dark-theme .all-authors-section .list-unstyled li a { color: var(--bs-white); }
.dark-theme .all-authors-section .search-bar .form-control { border-color: #222529; color: var(--bs-white);}
.dark-theme .authors-list .box .name { background: #222529; opacity: .9; }
.dark-theme .authors-list .box p, .dark-theme .authors-list .box span { color: var(--bs-white); }
.dark-theme  .wo-we-are-section .center-inner-box .right-box .common-list li, .dark-theme .wo-we-are-section .center-inner-box .right-box h3 { color: var(--bs-white); }
.dark-theme .leave-comments-section .common-btn:hover, .dark-theme .subscribe-details-section .policy-check .common-btn:hover { background: var(--active-btn) !important; }
.our-network-section .bg-map-dark-theme { display: none; }
.dark-theme .our-network-section .bg-map-light-theme { display: none; }
.dark-theme .our-network-section .bg-map-dark-theme { display: block; }
.dark-theme .search-area .search_div.search-box .common-btn:hover {color: #fff !important;}
.dark-theme  a.page-numbers:hover {background: #222529 !important;border-color:#222529 !important;}
.dark-theme .main-header.shrink .search-area.show::before, .dark-theme .main-header.shrink .search-area.show::after {
  background: #fff;
}

.meet-team-section .inner-box .team-box .box { height: 143px; }
/* Virendar 10-04-2025 */
.main-header .about-theme-toggle-btn .theme-switch { position: relative; display: inline-block; vertical-align: middle; width: 70px; height: 35px; margin-bottom: 0; margin: 0 10px; }
.main-header .about-theme-toggle-btn .theme-switch input { display: none; }
.main-header .about-theme-toggle-btn .theme-slider .fa-sun-o { color: #FCFCFD; position: absolute; left: 10px; font-size: 16px; display: none; opacity: 1; z-index: 99; top: 50%; transform: translateY(-50%); }
.main-header .about-theme-toggle-btn .theme-slider .fa-moon-o { color: #FCFCFD; position: absolute; font-size: 16px; right: 10px; top: 50%; transform: translateY(-50%); }
.main-header .about-theme-toggle-btn .theme-slider { position: absolute; cursor: pointer; display: flex; align-items: center; top: 0; left: 0; right: 0; bottom: 0; background-color: #284181; -webkit-transition: .4s; transition: .4s; border-radius: 50px; }
.main-header .about-theme-toggle-btn .theme-slider:before { position: absolute; content: ""; height: 27px; width: 27px; left: 4px; bottom: 4px; border-radius: 50%; background-color: white; -webkit-transition: .4s; transition: .4s; }
.main-header .about-theme-toggle-btn .theme-switch input:checked +  .theme-slider .fa-sun-o { display: block; }
.main-header .about-theme-toggle-btn .theme-switch input:checked +  .theme-slider .fa-moon-o { display: none; }
.main-header .about-theme-toggle-btn .theme-switch input:checked +  .theme-slider { background-color: #00BFDF; }
.main-header .about-theme-toggle-btn .theme-switch input:focus + .theme-slider { box-shadow: 0 0 1px #00BFDF; }
.main-header .about-theme-toggle-btn .theme-switch input:checked + .theme-slider:before { -webkit-transform: translateX(35px); -ms-transform: translateX(35px); transform: translateX(35px); }
.main-header .about-theme-toggle-btn { display: flex; align-items: center; }
.main-header .about-theme-toggle-btn .toggle-item { display: flex; align-items: center; }
.main-header .about-theme-toggle-btn .toggle-title { font-weight: normal; font-size: 16px; line-height: 19px; color: #FFFFFF; display: inline-block; }
.main-header.shrink .about-theme-toggle-btn .toggle-title { color: #5a5a5a; }
.page-id-9 .our-brand-section .inner-box {  gap: 3%;  flex-wrap: nowrap;}



.what-we-do-section .common-btn { z-index : 2; }
.point a { color: var(--active-btn); }
.point h5 { color: var(--primary-color); padding-bottom: 10px; }

/*.Contact-us-form-section .form-group p, .Contact-us-form-section .form-group {margin: 0;}*/

.filter-results .box .label-img img { max-height: 230px; height : 200px; object-fit: cover !important;}

.subscribe-details-section .policy-check{margin-bottom: 0;}
.meet-team-section{padding-top: 0;}
.banner-color-over.inner-banner-section::after{background: linear-gradient(90deg, #284181 38.02%, rgba(0, 44, 156, 0) 150%);width: 100%}

/* Virendar 10-04-2025 */
.main-header{z-index:999;}
.form-group.textarea p { width : 100%; }
.library-inner-section .social-icon { width: 100%; }
.Contact-us-form-section .form-group.textarea { margin-bottom: 30px; margin-top: 15px; }

/* Virendar 10-04-2025 */

.dark-theme .search-area-section .search-filter-type .boxes svg { fill: var(--bs-white); }

.dark-theme  button.simplefavorite-button i { color: #fff;}

.dark-theme.postid-42660 .library-inner-section p img { filter: brightness(0) invert(1); }
.dark-theme.postid-4699 .library-inner-section .wp-image-4701, .dark-theme.postid-4699 .library-inner-section .wp-image-4702 { background: #fff; }
.dark-theme.postid-5578 .library-inner-section iframe { background: #fff !important; }
.dark-theme.postid-4686 .library-inner-section .wp-image-4688 { background: #fff; }
.dark-theme.postid-42381 .library-inner-section .wp-image-42382 { background: #fff; }
.dark-theme.postid-3855 .library-inner-section .wp-image-3858 { background: #fff; } 
.dark-theme.postid-42652 .library-inner-section .wp-image-42654, .dark-theme.postid-42652 .library-inner-section .wp-image-42655, .dark-theme.postid-42652 .library-inner-section .wp-image-42656 { filter: brightness(0) invert(1); }

ol.numbered {  list-style: none;  counter-reset: section;} 
ol.numbered li {  counter-increment: section;  position: relative;}
ol.numbered li::before {  content: counter(section) ". ";  font-weight: 400;}
.dark-theme .wo-we-are-section .equality-list-box .common-list li {color:#fff;}