/*
Theme Name: Flood Resillience
Theme URI: 
Author: Afterimage Designs
Author URI: 
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: floodresillience
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typographyf
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
  font-family: "frutigerbold";
  src: url(../woff/ftb-webfont.woff);
  font-weight: bold;
}

@font-face {
  font-family: "ubuntu-regular";
  src: url(../ubuntu-regular.html);
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../woff/glyphicons-halflings-regular.woff);
}
@font-face {
  font-family: "ubuntu-bold";
  src: url(../woff/ubuntu-bold.woff);
  font-weight: bold;
}

@font-face {
  font-family: "ubuntu-medium";
  src: url(../woff/ubuntu-medium.woff);
  font-weight: medium;
}

@font-face {
  font-family: "ubuntu-regular";
  src: url(../woff/ubuntu-regular.woff);
  font-weight: regular;
}
@font-face {
  font-family: "ubuntu-light";
  src: url(../woff/ubuntu-light.woff);
  font-weight: light;
}
@font-face {
  font-family: "lumios-marker";
  src: url(../woff/lumios-marker.woff);
}
/* .homepage-header-part #masthead .container-fluid{
  padding: 0px 60px;
} */
body {
  -webkit-font-smoothing: auto;
  font-family: "ununtu-regular !important";
  scroll-behavior: smooth;
  font-size: 16px;
}
html,
body {
  overflow-x: hidden;
}
:root {
  --primary-blue: #179994;
  --earth: #bd7859;
  --dove: #dde4e3;
  --grass: #16995a;
  --hibiscus: #bc5863;
  --zurich-blue: #2167ae;
  --lavendar: #635ca5;
  --hay: #b58d3e;
  --hover: #2167ae;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:link,
a:visited {
  color: var(--primary-blue);
}

a:hover {
  outline: 0;
  text-decoration: none !important;
  color: var(--primary-blue);
}
dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  accent-color: var(--primary-blue) !important;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #24292e;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: "ubuntu-bold" !important;
}
h4,
h5,
h6 {
  font-family: "ubuntu-medium" !important;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}

body h1 {
  border: none;
  padding: 0;
  margin: 0 0 25px 0;
  color: #313131;
  font-size: 34px;
  font-weight: normal;
  line-height: 30px;
}

h1 {
  font-size: 32px;
  padding-bottom: 10px;
}

.resources_entry-header h1 {
  margin-bottom: 25px;
  padding-bottom: 0;
}

h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}

h3 {
  font-size: 22px;
  line-height: 25px;
}

body h4 {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 10px;
}

h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}

h2.entry-title {
  border-bottom: 1px solid #eaecef;
}

h3.widget-title {
  font-size: 1.2rem;
}

body {
  color: #4a4a4a !important;
  font-size: 15px !important;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #000 !important;
  font-size: 15px !important;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.partners-list img {
  width: 200px !important;
  object-fit: contain;
  max-width: 110px !important;
  object-position: center;
}

.partners-list .width-80 img {
  width: 80px !important;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

p {
  font-family: "ubuntu-regular";
  font-size: 16px;
}

header#masthead {
  margin-bottom: 0;
  background-color: #563d7c;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

#post-2200
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  padding: 0;
}

.insidepage.country .moduletable .custom ul li {
  list-style: none;
}

.insidepage.country .moduletable .custom ul li:before {
  content: "\2022";
  color: var(--primary-blue);
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  width: 1em;
  margin-left: -1em;
}

.site-header.navbar-static-top.navbar-light.bg-light.sticky {
  padding: 2px 0;
}

.navbar-light .navbar-brand {
  padding: 4px 0;
  margin-right: 55px;
}
.newsletter .elementor-container {
  border-radius: 5px;
  overflow: hidden;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited,
.navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

.resources_entry-content .recommend-btn {
  float: left;
  overflow: hidden;
  width: auto;
}

.resources_entry-content .recommend-btn #myBtn {
  width: auto;
}

.recommend-num {
  float: left;
}

.recommend-num h2 {
  display: block;
  float: left;
  margin: 0 12px;
  padding: 6px;
  font-size: 18px;
  font-weight: normal;
  line-height: initial;
  color: #313131;
}

.itempage_btnwrapper {
  overflow: hidden;
}

.tool-section img {
  height: 190px;
  object-fit: cover;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

.home .sprocket-features-img-container .bgimage:after {
  content: none;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}

a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

.protected_password_page .container {
  max-width: 100%;
  padding: 0;
}

.protected_password_page .container .row {
  margin: 0;
}

.protected_password_page .banner-section img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

.protected_password_page .banner-section {
  position: relative;
}

.protected_password_page .banner-section:before {
  content: "";
  background: var(--primary-blue) 8f;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.protected_password_page .form-section {
  background: var(--primary-blue);
  color: #fff;
  padding: 50px 20px;
  text-align: center;
  position: relative;
}

.protected_password_page .banner-section .banner-desc {
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
  z-index: 11;
  text-align: center;
  color: #ffff;
}

.protected_password_page .breadcrum_content-class.custom {
  bottom: 30px;
}

.protected_password_page .content-area {
  padding: 0;
}

.protected_password_page .form-section h3 {
  font-size: 18px;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-bf04a74.elementor-section-height-min-height.elementor-section-stretched.who-banner.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle {
  background-size: 100% auto;
  margin-bottom: 30px;
}

.objective-icon.top-icon {
  margin-top: 50px;
  padding: 0 15px;
}

.objective-icon.bottom-icon {
  margin-bottom: 20px;
  padding: 0 15px;
}

.objective-main {
  background: var(--earth);
  padding: 40px 0;
  margin-bottom: 40px;
}

.objective-main h4 {
  font-size: 18px;
}

.objective-main ul {
  padding: 10px 20px;
  font-size: 16px;
}

.learnt-section,
.what-we-learnt,
.priorities-section,
.where-we-work {
  margin-bottom: 40px;
}

.foundation-change {
  padding: 40px;
  background: var(--primary-blue);
}

.how-work-section {
  padding-bottom: 40px;
}

.get_involved .inside_block .social_resource a:hover {
  color: #fff;
}

.solution-offer h4 {
  min-height: 45px;
}

header.entry-header h1 {
  font-size: 24px;
  text-align: left;
  margin-left: 9px;
}

.home_resources_widgets .res_head h2 {
  display: none;
}

.resource .pdf-block {
  float: right;
  margin-top: 5px;
}

.resource .pdf-block span {
  font-size: 12px;
}

.resource .pdf-block .icon_down {
  background: url(../png/down_btn.png) no-repeat;
  float: right;
  width: 14px !important;
  height: 15px !important;
  margin: 2px 0 2px 8px;
  background-size: 89%;
}

.page-id-12222 footer {
  position: fixed;
}

.pass-form .form-group.form-inline {
  display: flex;
  /* flex-direction: column; */
  align-items: flex-start;
  margin-bottom: 0;
}

.pass-form .form-group.form-inline input {
  width: 70%;
  margin: 0;
  height: 36px;
  border-radius: 5px;
}
.dspace_search_wrapper input,
.dspace_search_wrapper select {
  border-radius: 5px;
}
.partner-password .partners-list img,
.single-country .partners-list img {
  height: auto;
}
.bottom-section {
  padding: 0 150px;
}
@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.75rem;
  }

  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  z-index: 99;
}

#masthead.sticky nav {
  padding: 0 !important;
}

#menu-main-menu {
  display: flex;
  align-items: center;
  font-family: "ubuntu-regular";
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active)
  #masthead
  .navbar-nav
  > li.current_page_item
  > a {
  color: #fff;
  font-weight: 600;
}

.navbar-brand {
  height: auto;
}
.page-item.prev a,
.page-item.next a {
  color: var(--primary-blue);
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
  position: relative;
}

.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children
  > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children:hover
  > .dropdown-menu {
  display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children:hover
  > a:after {
  border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
  float: none;
}

.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children.pull-left
  > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.5rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.25em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

.btn-primary:focus,
.btn-primary.focus,
.btn:focus {
  box-shadow: none !important;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-content.card-block {
  padding: 20px;
}

.elementor-38
  .elementor-element.elementor-element-7c03969
  .sprocket-strips-nav {
  display: none;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

#masthead .is-form-style.is-form-style-3 input.is-search-input {
  border-right: solid 1px var(--primary-blue) !important;
  width: 178px;
  height: 31px;
}

.content-area.error-content {
  min-height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-404 form.is-form-style {
  width: 265px;
  margin: auto;
}

div.is-ajax-search-result {
  width: 225px !important;
  right: 20px !important;
  left: auto !important;
  top: 110px !important;
  padding: 2px !important;
  background: #fff !important;
}

.is-ajax-search-post:nth-child(even),
.is-ajax-search-result .is-ajax-search-post:nth-child(even):hover {
  background: #fafafa;
  border-bottom: 1px solid #d3d1d1;
}

.is-show-more-results {
  margin-top: 0 !important;
}

.is-ajax-search-post:nth-child(odd),
.is-ajax-search-result .is-ajax-search-post:nth-child(odd):hover {
  background: #fdf0da;
}

div.is-ajax-search-items div.mCSB_container {
  margin-right: 0 !important;
}

.navbar-static-top ul#menu-main-menu.navbar-nav li {
  display: block !important;
}

.carousel-item .inside-carousel {
  border: 1px solid #c5c5c5;
  min-height: 310px;
  padding: 10px;
  border-radius: 5px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
  font-family: "ubuntu-regular";
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

.social-share {
  width: 75% !important;
  margin: auto;
  border-radius: 2px;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}

.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}

.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: "\f08d";
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on,
.byline,
.comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

a.comment-reply-link,
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
  font-size: 16px;
  color: var(--primary-blue);
  text-align: left;
  margin-left: 124px;
  display: block;
  background: url(../png/rply-arrow.png) no-repeat;
  background-position: center left;
  padding-left: 25px;
  box-shadow: none;
  margin-top: 0;
  border: 0;
}
.dspace_search_wrapper.filter .col-lg-3 {
  max-width: 20%;
  padding: 0 5px;
}
.dspace-usercomments-section .comment-respond h3 {
  width: auto;
  font-size: 22px;
  border: none;
  padding: 5px;
  margin: 40px 0 20px;
  position: relative;
}

.dspace-usercomments-section .comment-respond h3 small {
  position: absolute;
  right: 0;
}

.dspace-usercomments-section .comment-respond h3 small a {
  color: #fff;
  font-size: 15px;
  background: #7a9a01;
  border-radius: 33px;
  padding: 4px 20px 4px 20px;
  font-weight: bold;
  border-color: transparent;
  border: 0;
  margin-top: 10px;
}

.dspace-usercomments-section .comment-respond h3:before {
  width: 25px;
  height: 25px;
  background-image: url(../png/pen_icon.png);
}

.text-container:hover .pdf-section {
  color: #fff;
}

.text-container:hover .pdf-section span.icon_down,
.percMethodology-itemwrapper:hover .icon_down {
  background-image: url(../png/down_btn_white.png);
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}

.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/* Dspace search section */
.dspace_search_wrapper button.multiselect.dropdown-toggle.custom-select {
  background-image: url(../jpg/drop-down-2.jpg);
  padding: 6px 30px 6px 12px;
  border: none;
  border-radius: 5px;
  height: 32px;
  font-size: 15px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center right 6px;
  -webkit-appearance: none;
  color: #8f8f8f;
  background-size: 13px;
  border: 0;
}

.dspace_search_wrapper .multiselect-native-select .btn-group {
  width: 100%;
  display: block !important;
  background: #fff;
  border-radius: 5px;
}
.mb-30 {
  margin-bottom: 30px;
}
.dspace_search_wrapper
  .multiselect-native-select
  .multiselect-container.dropdown-menu.show {
  overflow: auto;
  display: block;
  max-height: 250px;
}

.dspace_search_wrapper
  .multiselect-native-select
  .multiselect-container.dropdown-menu.show
  button {
  padding: 0;
  padding-left: 20px;
}

.dspace_search_wrapper
  .multiselect-native-select
  .multiselect-container.dropdown-menu.show
  button
  span {
  padding: 3px 0 0 20px;
}

.dspace_search_wrapper
  .multiselect-native-select
  .btn-group
  .multiselect
  .multiselect-selected-text:after {
  border: none;
}

button.dropdown-item.multiselect-all {
  padding: 0 !important;
}

button.dropdown-item.multiselect-all input {
  opacity: 0;
}

.multiselect-option.dropdown-item label:hover {
  background-color: #efefef;
}

.main-resources-page .load-more {
  background: #f8f8f8;
  margin-bottom: 30px;
  border: 1px solid #dddddd;
  overflow: hidden;
}

#lazyloader {
  cursor: pointer;
  display: block;
  height: 50px;
  line-height: 48px;
  margin: 0px;
  text-align: center;
  width: 100%;
  border: none;
}

#lazyloader.active {
  background: none;
  font-weight: normal;
  color: var(--primary-blue);
  font-size: 19px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-item .gallery-columns-2 {
  max-width: 50%;
}

.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
  max-width: 25%;
}

.gallery-item .gallery-columns-5 {
  max-width: 20%;
}

.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}
.slides li {
  position: relative;
  z-index: unset !important;
}
.slides:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0%
    0% no-repeat padding-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}
.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  /* position: fixed; */
  font-size: 85%;
  left: 0;
  bottom: 0;
  width: 100%;
}

.layout-slideshow .sprocket-features-pagination li.active {
  display: none;
  opacity: 1;
}

body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}

.navbar-dark .site-info {
  color: #fff;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

/* .copyright a,
footer#colophon a {
  color: inherit;

} */
.footer-blue {
  border-radius: 5px;
  overflow: hidden;
}
.res_list-inside.row {
  margin: 0;
}

span.pdf-text {
  padding-left: 10px;
  color: var(--primary-blue) !important;
}

@media screen and (max-width: 767px) {
  .impact-testimonial img {
    width: 100%;
  }
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
    font-family: "ubuntu-regular";
  }

  .elementor-inner-column.partnership_wrapper-class {
    width: 100% !important;
  }
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }

  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}

/*--------------------------------------------------------------
## Netbook


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }

  .solution-offer a.btn-portal {
    padding: 4px 7px !important;
  }

  .foot .get_involved {
    padding: 30px;
    margin-top: 0;
  }

  .custom.foot .get_involved .inside_block .social_resource,
  .custom.foot .get_involved .inside_block .social_resource div {
    width: 100% !important;
    margin: 10px 0 !important;
  }

  .elementor-text-editor .objective-container {
    width: 100%;
  }
}

/*--------------------------------------------------------------
## menu bar code here.
--------------------------------------------------------------*/

#masthead {
  background: #fff;
  z-index: 270;
  margin: 0 auto;
  width: 100%;
  box-shadow: none;
  left: 0;
  right: 0;
  text-align: center;
  transition: 0.2s !important;
  font-size: 14px !important;
}

#masthead.sticky {
  position: fixed;
}

ul#menu-main-menu li a {
  width: 100%;
  display: inline-block;

  line-height: 27px;

  text-align: left;
  width: 100%;
}

/*for blue color text*/
.navbar-static-top ul#menu-main-menu.navbar-nav li {
  margin: 0 8px;
}

.navbar-static-top ul#menu-main-menu.navbar-nav li.current-menu-item > a,
.navbar-static-top ul#menu-main-menu.navbar-nav li.current-menu-parent > a {
  color: #fff;
  background: var(--primary-blue);
  border-radius: 2px;
  box-shadow: none;
}

ul#menu-main-menu.navbar-nav li .dropdown-menu.show li a {
  text-transform: capitalize;
  background: none !important;
}

span.is-search-icon:hover {
  background: transparent !important;
}

/*for blue color text*/
.navbar-static-top ul#menu-main-menu.navbar-nav li a {
  color: var(--primary-blue);
  font-size: 14px;
  font-weight: 400;
  transition: 0.5s ease-out;
  border-radius: 2px;
}

.navbar-static-top.sticky ul#menu-main-menu.navbar-nav li a {
  font-size: 14px;
  transition: 0.5s ease-in;
  line-height: 19px;
}

/*for search bar and icon*/
.is-form-style input.is-search-submit,
.is-search-icon {
  background: none;
  border: 1px solid transparent;
}

btn:not(.disabled):hover {
  margin-top: 0px !important;
  border-bottom-width: 0px !important;
}

.is-form-style input.is-search-input {
  border: solid 1px var(--primary-blue) !important;
  border-radius: 5px;
}

.is-form-style button.is-search-submit {
  position: absolute;
  right: 0px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
}

.is-form-style .is-search-submit path {
  fill: var(--primary-blue);
}

h1.entry-title {
  display: none;
}

ul.dropdown-menu.show {
  position: absolute;
  width: 385px;
  margin-top: 11px;
  border-radius: 0;
  line-height: 2;
  background-color: #66c5ec;
}

ul.dropdown-menu.show li a {
  color: #fff;
}

/*--------------------------------------------------------------
## mycode
--------------------------------------------------------------*/
.feature-class .elementor-element-populated:hover {
  background-color: #335cb3 !important;
  transition-duration: 0.5s;
  background-image: none !important;
}

.feature-class {
  position: relative;
}

.elementor-element-2c8509f .elementor-heading-title,
.elementor-element-efc9f19 .elementor-heading-title,
.elementor-element-a88ba2b .elementor-heading-title,
.elementor-element-2192dcd .elementor-heading-title {
  font-size: 18px;
}

.featurehead-class h2 {
  font-size: 32px;
  line-height: 26px;
}

.feature-class .custom-html-widget span.latest_ttl.ttl_art {
  position: absolute;
  padding: 6px 10px 5px 10px;
  background-color: var(--primary-blue);
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  transform: translate(-53px, -53px);
}

.feature-class
  .elementor-element-populated
  .custom-html-widget
  span.latest_ttl.ttl_art:hover {
  background-color: #7a9a01;
}

.featurehead-class:after,
.resources-class:after,
.partner_head-class:after,
.banner-desc:after,
.elementor-element-8287014 .frmcUnderstanding-container h2:after {
  content: "";
  display: block;
  border-bottom: 3px solid var(--earth);
  width: 100px;
  margin: auto;
  color: var(--earth);
  border-radius: 50px;
}
.password-section .banner-desc:after {
  border-color: #fff;
}
.elementor-element-8287014 .frmcUnderstanding-container h2 {
  text-align: center;
  color: var(--primary-blue);
  padding-bottom: 15px;
}

.elementor-element-8287014 .frmcUnderstanding-container h2:after {
  padding-bottom: 12px;
}

.banner-desc:after {
  color: #fff;
}

.partner_head-class.dark:after {
  color: var(--primary-blue);
}

.tool-section .elementor-button-link i:before {
  font-size: 25px;
}

.tool-section .elementor-button-link span.elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  width: max-content;
  margin: auto;
  height: 30px;
}
.elementor-widget-image.zurich-image a img[src$=".svg"] {
  width: 250px;
}
.frmc-tool .elementor-image-box-img img {
  height: 160px;
  object-fit: contain;
}

.floodhead-class h1 {
  font-size: 40px;
  line-height: 28px;
  margin-top: 25px;
}

.floodhead-class:after {
  content: "";
  display: block;
  border-bottom: 2px solid;
  width: 9%;
  margin: auto;
  padding-top: 22px;
  color: #ffffff;
}

.elementor-container
  .elementor-widget-container.elementor-text-editor.elementor-clearfix
  h2 {
  font-weight: normal;
  font-size: 20px;
  color: #3a94d4;
  padding: 15px;
  border-bottom: 1px solid #eaeaed;
  border-top: 2px solid var(--primary-blue);
  border-right: 2px solid var(--primary-blue);
  margin: 0;
  border-radius: 0 6px 0 0;
  padding-bottom: 2px;
}

.local_head-class h2:before {
  border-radius: 0 6px 0 0;
}

.local_head-class h2:before {
  background: #fff;
  content: "";
  display: block;
  width: 38%;
  height: 3px;
  position: absolute;
  bottom: -18px;
  left: 0 !important;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.get_involved-class h2:after {
  content: "";
  display: block;
  border-bottom: 2px solid;
  padding-top: 20px;
  width: 40%;
  margin: auto;
}

.footer-class:after {
  background: #e5e5e5;
  content: "";
  display: block;
  width: 45%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -5px;
  position: absolute;
  margin: 0 auto 11px;
}

.partners-text p {
  font-size: 16px;
  text-align: right;
  color: #333333;
  line-height: 20px;
}

.prop {
  align-items: center !important;
}

/* .partnership_wrapper-class {
  width: 6% !important;
} */

.partnership_wrapper-class .elementor-element-populated {
  padding: 10px 5px !important;
}
.resource_breadcrum-class {
  font-family: "ubuntu-regular";
}
.inside-banner {
  position: relative;
}
.randomimage-class:after,
.inside-banner:after {
  content: "";
  padding: 0;
  /*  background-image: url("images/banner-border.jpg");*/
  background-position: center bottom;
  background-size: cover;

  display: block !important;
  border-bottom: 6px solid var(--primary-blue);
}

.post_banner-class .elementor-widget-container,
.Flood_banner-class .elementor-widget-container {
  width: 365px;
  margin: 0 auto;
  border: 8px solid #fff;
}

.Resource_banner-class .elementor-widget-container {
  width: 600px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 5px;
}

.post_banner-class .elementor-widget-container {
  width: 50% !important;
}

.Flood_banner-class .elementor-widget-container {
  width: 70% !important;
}

.resource_breadcrum-class .elementor-row .elementor-widget-wrap:before {
  content: "";
  background-image: url(../svg/breadcrumb-home.svg);
  position: absolute;
  display: block !important;
  height: 14px;
  z-index: 1;
  width: 14px;
  left: -25px;
  background-repeat: no-repeat;
  top: 2px;
}

.resource_breadcrum-class .elementor-container {
  position: absolute !important;
  left: 50px;
}

.submit_block-class,
.share_block-class {
  border: 1px solid#c5c5c5;
  margin: 15px;
  height: 320px;
}

.submit_block-class .elementor-widget-text-editor,
.share_block-class .elementor-widget-text-editor {
  margin-bottom: 0px !important;
}

.submit_block-class h2,
.share_block-class h2 {
  font-size: 22px;
}

.search_wrapper-class input {
  width: 100%;
  border-radius: 30px;
  box-shadow: none;
  border: none;
  font-size: 15px;
  color: #a0a0a0;
  padding: 8px 12px !important;
  height: 32px;
}

/*.bottom_border {
  background-image: url("images/btn-bg-sprite.png");
  background-repeat: repeat-x;
  height: 13px;
  display: block;
  background-position: 0px -32px;
}
*/
a.page-numbers {
  color: #333;
}
.article_wrapper-class ul li:before {
  content: "•";
  color: var(--primary-blue);
  font-size: 25px;
  display: inline-block;
  position: relative;
  top: 5px;
  left: -15px;
}

.blog_social-class .elementor-column-gap-default {
  width: 47%;
  float: left;
}

.blog_fb-class .custom-html-widget {
  float: left;
  margin-right: 8px;
}

.breadcrum_content-class span a {
  color: #fff;
}

.breadcrum_content-class span a.current-item {
  color: #cacaca;
}

.breadcrum_content-class .arrow {
  background-image: url("../png/arrow.png");
  background-repeat: no-repeat;
  height: 14px;
  width: 7px;
  display: inline-block;
  margin: 0px 6px -4px;
}

.breadcrum_content-class .arrow a {
  display: none;
}

.partnergallery-class #gallery-1 img {
  border: none;
}

.n2-ss-layer-row-inner .portal .ul li {
  list-style: none;
}

.n2-ss-layer-row-inner .portal .ul {
  display: inline-block;
  margin: 0px;
  padding: 0 6px;
}

#content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.page-template-questions-php footer#colophon {
  position: fixed;
  font-size: 85%;
  left: 0;
  bottom: 0;
  width: 100%;
}

.banner-menu {
  margin-top: 50px;

  position: absolute;
  bottom: 0px;
  z-index: 99;
}

.banner-menu ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  float: none;
  width: 1230px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.banner-menu ul li.parent {
  opacity: 1;
  transform: translateY(0px);
}

.banner-menu ul li .sub-menu {
  opacity: 0;
  overflow: hidden !important;
  z-index: -1;
  display: block;
  height: 0;
  margin-top: 1px;
  border-top: 0px solid transparent;
  transition: 1s ease-out;
  position: absolute;
}

.banner-menu ul li:hover .sub-menu {
  height: auto !important;
  overflow: visible;
  opacity: 1;
  border-top: 1px solid var(--primary-blue);
  transition: 1s ease-out;

  width: 100%;
}

section.banner-menu {
  position: absolute;
  bottom: 0px;
  z-index: 99;
}

.banner-menu ul li:hover .sub-menu li {
  display: block;
  width: 100%;
  margin: 0px;
  text-align: left;
  border: 0;
}

.banner-menu ul li:hover .sub-menu li a {
  color: #fff;
  background: #35c5f1;
  margin-bottom: 1px;
  border-right: 4px solid transparent;
  text-transform: initial;
  font-size: 20px;
  width: 100%;
}

.banner-menu ul li.menu-item-has-children a:not([href]) {
  color: #fff;
}

.banner-menu ul li:hover .sub-menu li a:hover {
  border: 1px solid transparent;
  border-right: 4px solid #009ce5;
  background: #c3edfb;
  color: #009ce5;
  width: 100%;
}

.banner-menu ul li a {
  color: #fff;
  font-size: 26px;
  padding: 18px;
  font-weight: normal;
  line-height: 25px;
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "ubuntu-regular";
  /* background: var(--primary-blue); */
  /* default color */

  /* "to left" / "to right" - affects initial color */
  /* background: linear-gradient(to left, rgba(0, 159, 223, .5) 50%, var(--primary-blue) 50%) right; */
  background-size: 202%;
  transition: 0.5s ease-out;
}

.banner-menu ul li a::after {
  content: "";
}
.metaslider.inside-banner ul {
  padding: 0;
}
.metaslider.inside-banner .caption-wrap {
  background: transparent;
  color: white;
  opacity: 1;
  margin: 0;
  display: block;
  width: 365px;
  line-height: 1.4em;
  z-index: 999;
  width: 100%;
  height: 100%;
  font-family: "ubuntu-medium";
}
.abt-partner img {
  width: 200px;
  height: 60px;
  object-fit: contain;
}
.partners-box .elementor-widget-text-editor {
  display: none;
  opacity: 0;
  transition: 0.2s all ease;
}
.partners-box:hover .elementor-widget-text-editor {
  display: block;
  opacity: 1;
}
.abt-btns a {
  width: 100%;
}
.obj-wrapper .obj-no {
  transition: 0.2s all ease;
}
.border-btm:after {
  content: "";
  position: absolute;
  left: 0;
  width: 150px;
  height: 2px;
  background: #fff;
  left: 50%;
  margin-top: 10px;
  transform: translateX(-50%);
}
.obj-img {
  width: 150px !important;
  height: 150px;
  object-fit: contain;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  position: relative;
}
/*.obj-img:after{
  position: absolute;
  font-size: 120px;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  color: #fff;
  opacity: 0;
  z-index: -1;
}
.obj-img.obj-1:after{
  content: "1";
  
}
.obj-img.obj-2:after{
  content: "2";
}
.obj-img.obj-3:after{
  content: "3";
}
.obj-img.obj-4:after{
  content: "4";
}*/
/*.obj-img:hover img{
  z-index: -1;
  opacity: 0;
}*/
.obj-img:hover:after {
  z-index: 1;
  opacity: 1;
}

.obj-wrapper:hover .obj-no {
  display: block;
  opacity: 1;
}
.alliance {
  margin: 0 -10px;
}
.abt-btns a {
  width: 100% !important;
}
.partners-box .elementor-element-populated {
  min-height: 120px;
}
.partners-box .elementor-widget:not(:last-child) {
  margin-block-end: 0;
}
.partners-box p {
  margin-bottom: 0;
}
.abt-btns .fas {
  margin-left: 10px;
  background: #fff;
  color: var(--primary-blue);
  border-radius: 50px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abt-btns:hover .fas {
  color: #fff;
  background: var(--primary-blue);
}
.partners-box:hover .elementor-widget-image {
  display: none;
  opacity: 0;
  transition: 0.2s all ease;
}
.inside-banner .breadcrum_content-class.custom {
  bottom: 30px;
}
.metaslider.inside-banner .caption {
  padding: 5px 10px;
  word-wrap: break-word;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  margin: 0 auto;
  padding: 20px;
  /* width: 365px; */
  text-transform: capitalize;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 365px;
  max-width: 600px;
}
.grid-item .image-wrapper img {
  width: 100%;
}
.metaslider .slides:before {
  background: #00000017 linear-gradient(180deg, #00000038 0%, #00000000 100%) 0%
    0% no-repeat padding-box;
}
.metaslider.inside-banner ul.slides li {
  height: 215px;
}
.metaslider.inside-banner ul.slides img {
  height: 100%;

  width: 100%;
  object-fit: cover;
}
.label-tag .elementor-widget-container {
  border-radius: 2px;
  background-color: var(--earth);
}
.banner-menu ul li a .caret,
.banner-menu ul li a::after {
  /* border-top: 4px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; */
  height: 18px;
  width: 18px;
  background-image: url(../svg/chevron-circle-right-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  /* background-color: var(--primary-blue);
    color: #ffffff; */
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 20px;
  margin-left: 10px;
}

.banner-menu ul li a:hover::after,
.banner-menu ul li:hover a::after {
  background-image: url(../svg/chevron-circle-right-blue.svg);
}

/* .banner-menu ul li:nth-child(3) a .caret{
  right: 6px;
} */
.banner-menu ul li:hover a .caret {
  background-image: url(../svg/icon-awesome-chevron-circle-right.svg);
}

.banner-menu ul li ul a .caret {
  display: none;
}

.mobile-menu-banner ul li a .caret {
  display: none;
}

.caret-mobile {
  border-top: 4px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  height: 8px;
  width: 10px;
  color: #ffffff;
  position: absolute;
  top: 0;
  margin: auto;
  right: 25px;
  margin-top: 30px;
}

.banner-menu ul li a:hover {
  /* transition: 0.5s;
    border-right: 3px solid #fff;
    background-position: left; */
  transition: 0.5s;
  /* border: 1px solid var(--primary-blue); */
  background-position: left;

  color: var(--primary-blue);
}

.banner-menu ul li {
  display: inline-block;
  width: calc(33.33% - 30px);
  background: var(--primary-blue);
  text-align: center;
  margin: 0 15px;
  z-index: 99;
  border-radius: 5px;
  border: 1px solid var(--primary-blue);
}

.banner-menu ul li:first-child {
  margin-left: 0;
}

.banner-menu ul li:last-child {
  margin-right: 0;
}

.banner-menu ul li:hover {
  background: #fff;
}

.port-wrap {
  width: 327px;
  margin: 0 15px;
}

.banner-menu ul li:hover a {
  color: var(--primary-blue);
}

.banner-menu ul li.menu-item-has-children {
  position: relative;
}

.banner-menu ul li.menu-item-has-children a {
  position: relative;
  width: max-content;
  margin: auto;
}

.elementor-38
  .elementor-element.elementor-element-62503eb:not(
    .elementor-motion-effects-element-type-background
  ) {
  height: 470px;
  padding-top: 75px;
}

.pdf-text {
  display: flex;
}

/*.main-nav*/
.menu-item-has-children a.dropdown-toggle.nav-link:after {
  content: "\e259";
  text-align: center;
  font-family: "Glyphicons Halflings";
  color: var(--primary-blue);
  position: absolute;
  right: 4px;
  top: 3px;
  margin: auto;
  font-size: 12px;
  display: block;
  border-top: none;
  /* transform: translate(-50%,100%); */
  transition: transform 0.5s;
  font-weight: 600;
}

.menu-item-has-children:hover a.dropdown-toggle.nav-link:after {
  transform: rotate(180deg);
  transition: 0.5s ease-out;
  color: #fff;
}

.navbar-static-top
  ul#menu-main-menu.navbar-nav
  li.active
  a.dropdown-toggle.nav-link:after {
  color: #fff;
}

.menu-item-has-children {
  position: relative;
}

/*.menu-item-has-children a:hover{
transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
*/

ul#menu-main-menu.navbar-nav li:hover a {
  background-color: var(--primary-blue);
  color: #fff;
}

ul#menu-main-menu.navbar-nav li a {
  padding: 3px 12px 2px;
  text-transform: uppercase;
  font-weight: 400;
}

ul#menu-main-menu.navbar-nav li.menu-item-has-children a {
  padding-right: 25px;
  border-radius: 2px;
}

ul#menu-main-menu.navbar-nav li ul a {
  text-transform: normal;
}

ul#menu-main-menu.navbar-nav .dropdown-menu li {
  margin-bottom: 0;
  /* border-right: 5px solid #66c5ec; */
  border-right: 0;
  border-bottom: 1px solid #fff;
}

.navbar-static-top.sticky ul#menu-main-menu.navbar-nav li a.dropdown-item {
  font-size: 15px;
}

ul#menu-main-menu.navbar-nav li a.dropdown-item {
  /* color: #fff; */
  color: #000;
  clear: both;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  line-height: 15px;
  font-size: 15px;
  padding: 16px 10px;
  border-radius: 5px;
  text-transform: unset;
  display: block;
  text-align: center;
}

ul#menu-main-menu.navbar-nav li.active:hover a {
  /* color:#fff; */
  background-color: var(--primary-blue);
}

ul#menu-main-menu.navbar-nav li a.dropdown-item:hover {
  /* color: var(--primary-blue); */
  color: #fff;
}

.portal-tabcontent a:link,
a.btn-portal {
  color: #fff;
  margin-top: 20px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1230px !important;
}

.elementor-column.elementor-inner-column.twitter-feed {
  border: 1px solid #dfdbd9;
  position: relative;
  z-index: 0;
  padding: 25px 0 25px 21px;
  margin: 20px 0;
  height: 505px;
  background-image: url("../jpg/twt_bg.jpg");
}

.elementor-column.elementor-inner-column.twitter-feed:before {
  background-color: rgb(255 255 255 / 92%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
}

div ul.light li.tweets_avatar {
  background: transparent;
}

.twitter-feed .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: #ddddee;
  width: 4px;
}

.twitter-feed .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #56a2e1 !important;
  border-radius: 0;
  width: 6px;
}

.twitter-feed .fetched_tweets.light > li {
  border: 0px;
  border-width: 0;
  box-shadow: none;
}

.twitter-feed .fetched_tweets.light {
  height: 365px;
  overflow-y: auto;
  z-index: 99;
}

.twitter-feed h5 {
  color: var(--primary-blue);

  font-size: 29px;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 8px;
  display: inline-block;
  margin-right: 14px;
}

.twitter-feed h5 a.twtlink {
  color: #9b9b9b;
  font-style: italic;
  font-size: 15px;
  font-weight: normal;
  display: block;

  position: relative;
  text-transform: lowercase;
  margin-top: 25px;
  z-index: 99;
}

.twitter-feed h5 a:before {
  content: "";
  display: block;
  border-bottom: 3px solid;
  width: 30%;
  top: -11px;
  text-align: left;
  color: var(--primary-blue);
  position: absolute;
}

li.tweets_avatar {
  border-bottom: 1px solid #dfdbd9;
  padding: 17px 20px 17px 0;
}

.tweet_wrap .times {
  padding: 10px 0;
  margin-left: 55px;
}

.twitter-feed li .wdtf-user-card {
  position: absolute;
}

.twitter-feed li .wdtf-user-card img {
  width: 35px;
}

.twitter-feed .tweet_data {
  margin-left: 55px;
  font-size: 14px;
}

.featured .listings .elementor-column-wrap:hover .latest_ttl.ttl_art {
  background-color: #7a9a01;
}

.newsletter-form span.wpcf7-form-control-wrap {
  width: 70%;
  text-align: left;
  float: left;
  padding: 0 15px;
}

.newsletter-form label {
  text-align: right;
  width: 25%;
  float: left;
  margin-right: 15px;
  color: #fff !important;
}

.newsletter-form .form-section {
  overflow: hidden;
  margin-bottom: 20px;
}

/* .featured .listings .elementor-column-wrap{
  position: relative;
    min-height: 240px;
}
.featured .listings .elementor-column-wrap img{
 margin-left: 30px;
}
.featured .listings .link-text{
  position: absolute;
  bottom: -20px;
  width: 240px;
} */
.footer-wrapper {
  background: var(--primary-blue);
  padding: 12px 0;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-family: "ubuntu-regular";
}

.footer-wrapper .site-info {
  text-align: left;
}
#menu-footer-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.footer-bottom {
  font-family: "ubuntu-regular";
}
.powered-by,
.powered-by {
  text-align: right;
}
.footer-menu li {
  margin-left: 35px;
}
.powered-by a {
  color: #fff;
}
#menu-footer-menu li a {
  color: #fff;
}
.explore .elementor-button {
  width: 100%;
}
.footer-wrapper .site-info a {
  font-size: 13px;
  color: #fff;
}

.custom-menu-footer ul {
  list-style: none;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
}

.custom-menu-footer ul li a {
  padding: 0 25px;
  border-right: 0px solid #fff;
  color: #fff;
}

.custom-menu-footer ul li:last-child a {
  padding-right: 0px !important;
  border-right: 0px solid #303030;
}

.copyright a {
  color: #fff;
}
footer#colophon a:hover {
  color: var(--primary-blue);
}
.custom-menu-footer a:hover {
  text-decoration: unset;
}

.partners-list h2 {
  font-size: 33px;
}

.partners-list .elementor-row {
  justify-content: center;
  align-items: center;
}

.footer-wrapper .container {
  max-width: 1230px;
}

.elementor-column.local-portals {
  max-width: 335px;
  margin: auto;
}

.right-block p {
  margin: 10px 0;
}
.nav-tabs.continent-list .nav-item {
  margin-bottom: -1px;
  width: fit-content;
  flex-grow: 1;
  text-align: center;
}
.localslides .portal-info {
  background: rgba(255, 255, 255, 0.93);
  padding: 48px 25px 25px 25px;
  min-height: 355px;
  text-align: center;
  position: relative;
  float: left;
  margin-top: 0;
  height: 200px;
  border-radius: 5px;
}

span.country {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  /* display: block; */
  padding: 7px 20px;
  background: var(--primary-blue);
  width: max-content;
}

.nepal-info .portal-info-header img {
  width: 70%;
  max-width: 70%;
}

.home-banner .layout-slideshow .sprocket-features-pagination {
  position: absolute;
  left: 50%;
  bottom: 5px;
  z-index: 10;
}
.highlights .row .country-list:first-child .pinned-label {
  background-color: var(--hibiscus);
}
.highlights .row .country-list:nth-child(2) .pinned-label {
  background-color: var(--lavendar);
}
.highlights .row .country-list:nth-child(3) .pinned-label {
  background-color: var(--hay);
}
.portal-tab ul {
  padding: 0;
  list-style-type: none;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #c2c2c3;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}

.portal-tab ul li {
  display: inline-block;
  padding: 0 5px;
}

.portal-bg .portal-tabcontent p {
  /* margin-bottom: 18px; */
  font-size: 14px;
  line-height: 20px;
  color: #323232;
  min-height: 100px;
}
.portal-tabcontent {
  display: flex;
  flex-direction: column;
}
.tool-section a {
  width: 100% !important;
}
.tool-section .elementor-widget-wrap > .elementor-element {
  width: 100%;
}
.tool-section .elementor-widget-wrap .elementor-align-center {
  width: 100% !important;
}
.btn-portal {
  color: var(--primary-blue);
  font-size: 16px;
  background: #fff;
  border-radius: 5px;
  font-weight: bold;
}

.btn-portal:hover {
  background: var(--primary-blue);
  transition: 0.5s;
}

.localslides.fades {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.portal-info-header img {
  margin: auto;
}

.port-wrap {
  margin: 0 15px;
  /* opacity:1 !important; */
  /* position: initial !important; */
}

.slick-initialized.slick-slider:focus,
.slick-list.draggable:focus,
.slick-track:focus,
.slick-slide:focus {
  outline: 0;
}

.portal-wrap .slick-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 99;
  width: 45px;
  background: var(--primary-blue);
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 5px;
}

.portal-wrap .arrow-left.slick-arrow {
  transform: translateY(-50%);
  left: 10px;
}

.portal-wrap .arrow-right.slick-arrow {
  transform: translateY(-50%) rotate(180deg);
  right: 10px;
}

.portal-tab li a {
  color: var(--primary-blue);
}

.portal-wrap .slick-arrow img {
  width: 14px;
}

.portals-rights {
  min-height: 455px;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #56a2e1 !important;
}

.slider-measuring {
  width: 50%;
  background: rgba(255, 255, 255, 0.9);
  float: right;
  text-align: center;
  padding: 50px 25px;
}

.slider-measuring .features-title {
  color: var(--primary-blue);
  font-size: 31px;
  margin-top: 31px;
  font-family: "ubuntu-bold";
  width: 100%;
}

.slider-measuring .features-title a {
  color: var(--primary-blue);
}

.slider-measuring .slide h3 {
  font-size: 15px;
  font-weight: bold;
  color: var(--primary-blue);
  border-bottom: 1px solid;
  text-transform: uppercase;
  display: inline-block;
  margin: 18px 0 0;
  line-height: 24px;
}

.slider-measuring .features-desc {
  background: none;
  color: #474747;
  font-size: 15px;
  font-family: "ubuntu-regular";
  padding: 10px 20px;
}

.slider-measuring .slick-arrow img {
  width: 25px;
  cursor: pointer;
}

.slider-measuring .arrow-left.slick-arrow {
  display: block;
  position: absolute;
  left: -100%;
  transform: translate(-100%, -50%) rotate(180deg);
  top: 50%;
}

.slider-measuring .arrow-right.slick-arrow {
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -25px;
}

.slider-measuring .slick-dots {
  padding: 0;
}

.slider-measuring .slick-dots li {
  display: inline-block;
  position: relative;
}

.slider-measuring .slick-dots button {
  display: none;
}

.slider-measuring .slick-dots li.slick-active {
  border: 1px solid transparent;
  background: #7a9a01;
}

.slider-measuring .slick-dots li {
  opacity: 1;
  background: none;
  border: 1px solid #7a9a01;
  padding: 2px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.slider-block {
  padding: 0 20px;
}

.resource .resources-text p {
  font-size: 16px;
  color: #333333;
  width: 61%;
  margin: auto auto 0px auto;
}

.banner-text p {
  font-family: "ubuntu-regular";
  font-size: 14px;
}

.port-wrap p {
  margin-bottom: 0;
}

.elementor-column.floating-button {
  position: fixed;
  right: -68px;
  top: 30%;
  z-index: 99;
  width: auto !important;
}

.addthis-smartlayers,
div#at4-follow,
div#at4-share,
div#at4-thankyou,
div#at4-whatsnext {
  z-index: 99;
}

.elementor-column.floating-button.pd-10 {
  padding: 10px;
}

.floating-button button {
  background-color: var(--earth);
  color: white;
  font-size: 14px;
  border: none;
  padding: 6px 15px;
  border-radius: 2px;
  transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  font-family: "ubuntu-regular";
}

.elementor-column.floating-button button:focus {
  outline: 0 !important;
}

.popmake-content .text-part-t {
  font-size: 13px;
  border-right: 1px solid #fff;
}
.grid-item .image-wrapper {
  border-radius: 5px;
}
.popmake-content .text-part-t p {
  padding: 10px 18px 10px 0px;
  text-align: left;
  line-height: 1.5;
  font-family: inherit;
  font-weight: 100;
  font-size: 15px;
  font-family: "ubuntu-regular";
}

.popmake-content .text-part-t p a {
  color: #fff;
  text-decoration: underline;
}
.about-text p{
  font-size: 20px;
}
.popmake-content .text-part-t p a:hover {
  color: #fff;
}

.newsletter-form .wpforms-field {
  display: flex;
  flex-direction: row;
  position: relative !important;
}

.newsletter-form .wpforms-field label.wpforms-error,
div.wpforms-container-full .wpforms-form label.wpforms-error {
  position: absolute;
  bottom: -4px;
  right: 0;
  color: #fff !important;
}

.newsletter-form div.wpforms-container-full .wpforms-form .wpforms-field-label {
  margin-right: 25px;
  font-weight: normal;
  width: 30%;
  text-align: right;
}
.ea-card.sp-ea-single.ea-expand {
  border-radius: 5px;
  background-color: var(--dove);
}
.portals .elementor-column {
  height: 464px;
}
.newsletter-form
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-medium {
  background-color: #fff;
  text-align: center;
  height: 33px !important;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #c5c5c5;
  font-size: 18px;
  color: #808080;
}
.cky-notice-btn-wrapper .cky-btn {
  border-color: var(--primary-blue) !important;
  color: var(--primary-blue) !important;
  border-radius: 5px;
  padding: 5px 10px;
  border-width: 1px !important;
}
.cky-notice-btn-wrapper .cky-btn.cky-btn-customize {
  background-color: transparent !important;
}
.cky-btn.cky-btn-accept {
  border-color: var(--primary-blue) !important;
  background-color: var(--primary-blue) !important;
  color: #fff !important;
}
.cky-btn.cky-btn-reject,
.cky-btn.cky-btn-preferences {
  color: #fff !important;
  border: 1px solid var(--primary-blue) !important;
  border-radius: 5px !important;
}
.cky-btn {
  color: var(--primary-blue) !important;
  background-color: var(--primary-blue) !important;
  border-radius: 5px !important;
}
.cky-btn-revisit-wrapper {
  background: var(--primary-blue) !important;
}
.pum-theme-816 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + button.pum-close {
  background-color: var(--primary-blue) !important;
  font-weight: 500 !important;
  font-size: 30px !important;
  /* font-family: fantasy !important; */
  color: #ffffff !important;
  right: 20px;
  font-family: "ubuntu-medium";
}

.pum-theme-816 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + button.pum-close:hover {
  color: #fff !important;
}

.pum-theme-816 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + button.pum-close:focus {
  outline: 0 !important;
}

.pum-theme-816 .pum-title,
.pum-theme-enterprise-blue .pum-title {
  font-size: 25px !important;
  font-family: "ubuntu-bold" !important;
}

.newsletter-form
  div.wpforms-container-full
  .wpforms-form
  .wpforms-recaptcha-container {
  margin-left: 128px;
  position: relative;
}

#pum-822 .pum-content.popmake-content {
  padding: 20px 30px;
}

.subscribe-form form {
  margin-top: 40px;
}

.newsletter-form div.wpforms-container-full .wpforms-form button.subscribe-btn {
  color: #fff;
  font-size: 15px;
  background: #7a9a01;
  border-radius: 33px;
  padding: 4px 20px 4px 20px;
  font-weight: bold;
  margin-left: 128px;
}

.newsletter-form
  div.wpforms-container-full
  .wpforms-form
  button.subscribe-btn:hover {
  background: #688400;
  transition: 0.5s;
}

#menu-main-menu li.menu-item-has-children a.nav-link {
  position: relative;
}

.question-title h2 {
  font-size: 25px;
  font-weight: normal;
  background-color: var(--primary-blue);
  padding: 15px 18px;
  color: #fff;
  border-radius: 5px;
}

.randomimage-class {
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-section label {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  font-weight: normal !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-family: "ubuntu-regular";
}
.form-section div.wpforms-container-full .wpforms-form input,
.form-section div.wpforms-container-full .wpforms-form select {
  font-size: 18px;
  color: #8f8f8f;
  width: 100%;
  background: #f9f9f9;
  box-shadow: none;
  border: 1px solid #eaeaed;
  border-radius: 5px !important;
  margin-top: 10px;
}
.form-section div.wpforms-container-full .wpforms-form textarea {
  border-radius: 5px;
}

.form-section div.wpforms-container-full .wpforms-form input {
  height: 33px;
}

.form-section div.wpforms-container-full .wpforms-form select {
  height: 35px;

  font-size: 16px;
  font-family: "ubuntu-regular";
}

.form-section
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"].submit-btn {
  color: var(--primary-blue);
  font-size: 16px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid var(--primary-blue);
  padding: 5px 25px;
}

.form-section
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"].submit-btn:hover {
  background: var(--primary-blue);
  color: #fff;
  transition: 0.5s;
}

.navbar-static-top .homepage-mmenu.navbar-brand img {
  max-width: 136px;
  transition: 0.5s ease-out;
}
.navbar-static-top .homepage-mmenu.navbar-brand a {
  position: relative;
  position: relative;
  height: 100%;
  display: block;
  transition: 0.2s all ease;
}
.homepage-mmenu.navbar-brand a:before {
  transition: transform 3s ease;
  transform: rotate(-360deg);
  will-change: transform;
}

.homepage-mmenu.navbar-brand.rotate-90 a:before {
  transform: rotate(0deg);
}
.navbar-static-top .homepage-mmenu.navbar-brand a:before {
  content: "";
  background-image: url(../png/logo-outer.png);
  position: absolute;
  left: -11px;
  top: -6px;
  width: 65px;
  height: 65px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.layout-slideshow .sprocket-features-desc {
  font-size: 20px;
}

.navbar-static-top.sticky .homepage-mmenu.navbar-brand a {
  /* max-width: 90px !important; */
  transition: 0.5s ease-in;
  transform: scale(0.85);
}

li .is-form-style input.is-search-input {
  height: 28px;
}

li .is-form-style.is-form-style-3 label {
  width: 100% !important;
}
.home-banner .metaslider-flex li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
#menu-main-menu .dropdown-menu {
  display: block;
  opacity: 0;
  z-index: -1;
  display: block;
  height: 0;
  margin: 0;
  border: 0;
  padding-top: 18px;
  transition: 0.2s ease-out;
  overflow: hidden;
  margin-top: 4px;
}

.sticky #menu-main-menu .dropdown-menu {
  padding-top: 8px;
}

#menu-main-menu .dropdown-menu {
  background: none;
}

#menu-main-menu .dropdown-menu li {
  /* background: #66c5ec; */
  background: var(--dove);
  margin: 0;
  margin-bottom: 1px;
  /* border-right: 5px solid #66c5ec; */
  border-right: 0;
}

#menu-main-menu .dropdown-menu li a {
  background: none !important;
}

#menu-main-menu .dropdown-menu li.active {
  background: #eff3fa;
}

#menu-main-menu .dropdown-menu li.menu-item.active a.dropdown-item {
  color: var(--primary-blue);
}

#menu-main-menu .dropdown-menu li.menu-item.active:hover a.dropdown-item {
  color: #fff;
}

#menu-main-menu .dropdown-menu li.active:hover a {
  /* color: var(--primary-blue) !important; */
}

#menu-main-menu .dropdown-menu li:hover {
  background: var(--primary-blue);
}

#menu-main-menu .dropdown-menu li a {
  background: none;
  display: block;
  padding: 16px 0;
}

#menu-main-menu li:hover ul.dropdown-menu {
  height: auto !important;
  overflow: visible;
  opacity: 1;
  transition: 0.2s ease-in;
  z-index: 999;
  width: auto !important;
  text-transform: capitalize;
}

header.entry-header {
  display: none;
}

.blog header.entry-header {
  display: block;
}

.events header.entry-header {
  display: block;
}

/*post*/
.item_heading-class .elementor-heading-title {
  font-size: 22px;
}

.left_wrapper-class .elementor-widget-image {
  border: 1px solid #dadada;
}

.recent-posts-widget-with-thumbnails,
.attachment-post-thumbnail {
  display: none;
}

.perc_search_desc-class {
  font-size: 18px;
}

.rpwwt-widget h5 {
  color: #313131;
  font-size: 25px;
  margin: 0 0 25px 0;
}

.rpwwt-widget ul li {
  position: relative;
  padding: 23px 15px 10px 23px;
  border-bottom: 1px solid #ddd;
  margin: 0 !important;
  margin-bottom: 15px;
  border-left: 5px solid #fff;
}

.rpwwt-widget ul li:hover {
  border-left: 5px solid #7a9a01;
  background-color: rgba(122, 154, 1, 0.8);
  transition: all 0.5s ease 0s;
}
.slider_overlay:hover p.date {
  color: #fff !important;
}
.rpwwt-widget ul li:before {
  content: "Read More";
  position: absolute;
  bottom: 30px;
  right: 25px;
  font-size: 11px;
  padding: 3px 10px;
  font-weight: bold;
  border: 1px solid var(--primary-blue);
  border-radius: 50px;
  color: var(--primary-blue);
  cursor: pointer;
  line-height: 14px;
}

.rpwwt-widget ul li:after {
  content: "";
  background-image: url("../png/btn-bg-sprite-3.png");
  background-repeat: repeat-x;
  height: 13px;
  display: block;
  background-position: 0px -32px;
  margin-top: 35px;
}

.rpwwt-widget ul {
  border: 1px solid #e2e2e2;
}

.rpwwt-widget ul {
  list-style: outside none none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.rpwwt-widget .wp-post-image {
  border: 1px solid #c7c7c7 !important;
  max-width: 55px !important;
  background-size: cover;
  height: auto !important;
  display: inline;
  float: left;
  margin: 0.3em 0.75em 0.75em 0;
}

.rpwwt-widget .rpwwt-post-title {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 8px 0;
}

.perc-recommendation .rpwwt-widget .rpwwt-post-title {
  padding-left: 15px;
  /* overflow: hidden; */
  width: calc(100% - 50px);
  float: right;
}

.rpwwt-widget ul li:hover,
.rpwwt-widget ul li:hover a,
.rpwwt-widget ul li:hover::before {
  color: #fff;
}

.rpwwt-widget .rpwwt-post-excerpt {
  padding-left: 65px;
  padding-top: 10px;
  font-size: 16px;
}

.rpwwt-widget .wp-post-image:hover,
.rpwwt-widget ul li:hover::before {
  border: 1px solid #fff;
}

#perc-recommendation-search-text {
  text-align: left;
  color: black;
  background: #fff;
  border: none;
  border-radius: 0;
  min-height: 38px;
  width: 100%;
  padding: 8px 12px !important;
  font-size: 18px;
}

.fb-section
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated,
.twitter-section
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated,
.email-section
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  padding: 0;
}

.fb-section {
  width: 95px !important;
}

.twitter-section {
  width: 73px !important;
}

.post_filter-class h2,
.post_recom-class h2 {
  font-size: 25px;
}

.mobile-menu {
  display: none;
}

.mobile-menu .menu-toggle span.bars span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 0 0 5px;
}

.mobile-menu .menu-toggle span.bars span:last-child {
  margin-bottom: 0;
}

.mobile-menu .stellarnav .menu-toggle {
  display: none;
}

header .is-search-icon:hover,
form.is-form-style input.is-search-submit:hover {
  background: none;
}

.elementor-column.floating-menu {
  position: fixed;
  background: #fff;
  z-index: 999;
  right: 0;
  padding: 10px 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto !important;
}

.floating-menu #menu-floating-menu {
  list-style: none;
  padding: 0;
}

.floating-menu #menu-floating-menu li img {
  width: 50px;
  width: 50px;
  padding: 10px;
}

.floating-menu #menu-floating-menu li {
  position: relative;
  opacity: 0.5;
  transition: 0.5s ease-in;
}

.floating-menu #menu-floating-menu li:hover {
  opacity: 1;
  transition: 0.5s ease-out;
}

.floating-menu span.menu-image-title-before.menu-image-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 55px;
  padding: 10px;
  width: 130px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 1;
  display: none;
  transition: 0.5s ease-in;
}

.floating-menu li a {
  color: var(--primary-blue);
}

.floating-menu li a:hover {
  color: #034ca3;
  transition: 0.5s;
}

.floating-menu li:hover span.menu-image-title-before.menu-image-title {
  display: block;
  transition: 0.5s ease-out;
}

.floating-menu li:hover span.menu-image-title-before.menu-image-title:before,
.floating-menu li:hover span.menu-image-title-before.menu-image-title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translate(-50%);
  right: -11px;
  width: 0;
  height: 0;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  border-left: 7px solid #ddd;
  z-index: 99;
  margin: auto;
}

.floating-menu li:hover span.menu-image-title-before.menu-image-title:after {
  border-left: 7px solid #fff;
  right: -10px;
}

.elementor-column-gap-default
  > .elementor-row
  > .elementor-column.floating-menu
  > .elementor-element-populated {
  padding: 0px;
}

.newsletter-form form br {
  display: none !important;
}

.resources-form .form-field {
  margin-bottom: 10px;
}

.resources-form .form-field label {
  font-size: 16px;
  font-weight: medium;
  margin-bottom: 10px;
  font-weight: 500;
}

.resources-form .form-field input,
.resources-form .form-field textarea {
  font-size: 18px;
  color: #8f8f8f;
  padding: 8px 12px;
  width: 100%;
  background: #f9f9f9;
  box-shadow: none;
  border: 1px solid #eaeaed;
  border-radius: 5px;
  width: 100%;
}

.resources-form .form-field:nth-child(4) {
  display: flex;
}

.resources-form .form-field input {
  height: 32px;
}

.resources-form .form-field textarea {
  height: 150px;
}

.resources-form p {
  color: #4a4949;
  line-height: 17px;
  font-size: 12px;
  font-weight: bold;
}

.resources-form input.btn {
  color: var(--primary-blue);
  font-size: 16px;
  border-radius: 2px;
  padding: 5px 25px;
  font-weight: bold;
  border-color: var(--primary-blue);
  border-width: 0px;
  text-transform: capitalize;
  border-width: 1px !important;
  background: #fff;
  border-radius: 5px;
}

.resources-form input[type="file"] {
  background: #fff;
  font-size: 12px;
  border: 0px;
}

.resources-form input.btn:hover {
  margin-top: 0px;
  background: var(--primary-blue);
  transition: 0.5s;
  color: #fff;
}

.resources-form input:focus {
  outline: 0px !important;
}

.resources-form .form-field.upload {
  display: flex;
}

.resources-form .form-field.upload input {
  padding: 0px;
  margin-left: 15px;
}

.resources-form .form-field .recaptcha.form-control {
  background: none;
  height: 0px;
  border: 0px;
  box-shadow: none;
  padding: 0;
}

.resources-form .form-field.captcha {
  height: 130px;
}

.resources-form .form-field.captcha p {
  margin-bottom: 0px;
}

.newsletter-form form {
  padding: 6px 6px 6px 23px;
}

.newsletter-form #signup input[type="hidden"] {
  display: none;
}

.newsletter-form #signup .d-t-f {
  display: flex;
}

.newsletter-form #signup .d-t-f label {
  margin-right: 25px;
  font-weight: normal;
  width: 30%;
  text-align: right;
}

.newsletter-form #signup .d-t-f input {
  margin-bottom: 35px;
  background-color: #f6f6f6;
  text-align: left;
  height: 33px !important;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #c5c5c5;
  font-size: 18px;
  border: 1px solid #f6f6f6 !important;
  color: #808080;
  font-weight: lighter;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
}

.newsletter-form #signup .d-t-f input:focus {
  outline: 0 !important;
}

.newsletter-form .g-recaptcha {
  margin-left: calc(25% + 18px);
  min-height: 80px;
  border: none;
  background: none;
  box-shadow: none;
}

.newsletter-form {
  margin-top: 25px;
}

.newsletter-form input[type="submit"] {
  background: #fff;
  border: 1px solid var(--primary-blue);
  color: var(--primary-blue);
  padding: 5px 0 !important;
  border-radius: 5px !important;
}

.newsletter-form input[type="submit"]:hover {
  background: var(--primary-blue);
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 0 !important;
  border-radius: 5px !important;
}

.newsletter-form .readon.btn {
  border-radius: 5px;
  padding: 4px 20px 4px 20px;
  font-weight: bold;
  margin-left: calc(25% + 30px);
  text-transform: capitalize;
  border-width: 0;
  margin-top: 20px;
  height: 33px;
  line-height: 1.42857143;
  font-size: 15px;
}

.newsletter-form .readon.btn:not(.disabled):hover {
  margin-top: 20px;
  border-bottom-width: 0px;
}

/*objective who we are*/
.objective-section {
  padding: 20px 0;
  width: 95%;
}

.objective-section .first-objective,
.objective-section .second-objective,
.objective-section .third-objective {
  margin-bottom: 35px;
}

.objective-section .first-objective div:first-child,
.mobile-objective.first li {
  background: #cf4520;
  width: 15%;
  padding-left: 15px;
}

.objective-section .first-objective div,
.objective-section .second-objective div,
.objective-section .third-objective div {
  width: 20%;
  padding-left: 75px;
  position: relative;
  color: #fff;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

/*for all three sections r, g,b*/

.objective-section .first-objective div:first-child:after,
.mobile-objective.first li:after {
  border-left: 60px solid #cf4520;
}

.objective-section .first-objective div:before,
.objective-section .first-objective div:after,
.objective-section .second-objective div:before,
.objective-section .second-objective div:after,
.objective-section .third-objective div:before,
.objective-section .third-objective div:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #fff;
  z-index: 99;
}

/*child two*/

.objective-section .first-objective div:nth-child(2) {
  background: rgba(207, 69, 32, 0.8);
}

.objective-section .first-objective div {
  width: 20%;
  padding-left: 75px;
}

/* .portal-wrap .slick-arrow img {
  background: #009EDC;
  border-radius: 50px;
 
  padding: 5px;
} */
/*red child three*/
.objective-section .first-objective div:nth-child(3) {
  background: rgba(207, 69, 32, 0.6);
  width: 25%;
}

.objective-section .first-objective div:nth-child(4) {
  background: rgba(207, 69, 32, 0.4);
}

.objective-section .first-objective div:nth-child(5) {
  background: rgba(207, 69, 32, 0.2);
}

.objective-section .first-objective div:nth-child(2):after {
  border-left: 58px solid rgba(207, 69, 32, 0.8);
}

.objective-section .first-objective div:nth-child(3):after {
  border-left: 58px solid rgba(207, 69, 32, 0.6);
}

.objective-section .first-objective div:nth-child(4):after {
  border-left: 58px solid rgba(207, 69, 32, 0.4);
}

.objective-section .first-objective div:nth-child(5):after {
  border-left: 58px solid rgba(207, 69, 32, 0.2);
}

/*before after*/
.mobile-objective li:before,
.mobile-objective li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -57px;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #fff;
  z-index: 99;
}

.objective-section .first-objective div:before {
  border-left: 63px solid #fff !important;
  border-top: 63px solid transparent !important;
  border-bottom: 63px solid transparent !important;
  top: -3px !important;
  right: -63px;
}

.objective-section .second-objective div:before {
  border-left: 63px solid #fff !important;
  border-top: 63px solid transparent !important;
  border-bottom: 63px solid transparent !important;
  top: -3px !important;
  right: -61px;
}

.objective-section .third-objective div:before {
  border-left: 63px solid #fff !important;
  border-top: 63px solid transparent !important;
  border-bottom: 63px solid transparent !important;
  top: -3px !important;
  right: -61px;
}

.mobile-objective li:before {
  border-left: 63px solid #fff !important;
  border-top: 63px solid transparent !important;
  border-bottom: 63px solid transparent !important;
  top: -3px !important;
  right: -63px;
}

.objective-section .first-objective div:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #fff;
  z-index: 99;
}

.objective-section .first-objective div:nth-child(4),
.objective-section .first-objective div:nth-child(5) {
  color: rgba(207, 69, 32, 1);
}
.abt-btns {
  margin: 0 -10px;
}
.objective-section .second-objective div:nth-child(4) {
  color: #7a9a01;
}

.objective-section .third-objective div:nth-child(4) {
  color: #d57800;
}
.btn.btn-danger.active {
  background-color: #fff;
  color: var(--primary-blue);
}
.objective-section .first-objective div:first-child:after {
  border-left: 60px solid #cf4520;
}

.objective-section .first-objective div:after {
  right: -58px;
}

.blog-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*  background-color: green;*/
}
.res-video .img_wrapper {
  margin-bottom: 10px;
}
.objective-section .first-objective div:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #fff;
  z-index: 99;
}

.objective-section p {
  margin-bottom: 0;
  color: #fff;
}

.mobile-objective li {
  width: 300px !important;
  min-height: 120px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  padding: 15px;
  padding-left: 75px !important;
}

.mobile-objective ul {
  width: 100%;
}

.mobile-objective li h4 {
  color: #fff;
}

.mobile-objective .slick-arrow {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .mobile-objective li {
    padding: 10px;
    font-size: 13px;
    padding: 0 10px;
    width: 250px !important;
  }

  section.slider_desc-class h2.sprocket-features-title {
    color: #fff;
  }

  .home-banner .metaslider .caption-wrap {
    position: relative;
    left: 0;
    transform: translateX(0);
    bottom: 0;
    top: 0;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    text-align: center;
    background: transparent;
    color: white;
    opacity: 1;
    display: block;
    line-height: 1.4em;
    height: auto;
    z-index: 3;
  }
  section.slider_desc-class .layout-slideshow li .sprocket-features-content {
    top: 35%;
    transform: translateX(-50%);
  }

  section.slider_desc-class .sprocket-features-desc a {
    color: var(--primary-blue) !important;
  }

  .resources-form .form-field label {
    font-size: 14px;
  }

  .prop-class img {
    margin-bottom: 10px;
  }

  .slick-slider .slick-list {
    /* margin-left: -70px;
    margin-right: -47px; */
    padding: 0 !important;
  }

  .mobile-objective ul {
    padding: 0;
  }

  .mobile-objective li p {
    font-size: 13px;
  }

  .objective-container .icon-holder img {
    width: 100px;
    height: 100px;
  }
}

/*green child three*/
.objective-section .second-objective div:nth-child(2) {
  background: rgba(122, 154, 1, 0.8);
  width: 25%;
}

.objective-section .second-objective div:first-child,
.mobile-objective.second li {
  background: #7a9a01;
  width: 16%;
  padding-left: 15px;
}

.objective-section .second-objective div:nth-child(3) {
  background: rgba(122, 154, 1, 0.6);
  width: 35%;
}

.objective-section .second-objective div:nth-child(4) {
  background: rgba(122, 154, 1, 0.4);
  width: 24%;
}

.objective-section .second-objective div:first-child:after,
.mobile-objective.second li:after {
  border-left: 60px solid #7a9a01;
}

.objective-section .second-objective div:nth-child(2):after {
  border-left: 60px solid rgba(122, 154, 1, 0.8);
}

.objective-section .second-objective div:nth-child(3):after {
  border-left: 60px solid rgba(122, 154, 1, 0.6);
}

.objective-section .second-objective div:nth-child(3):after {
  border-left: 60px solid rgba(122, 154, 1, 0.6);
}

.objective-section .second-objective div:nth-child(4):after {
  border-left: 60px solid rgba(122, 154, 1, 0.4);
}

.objective-section .second-objective div:after {
  right: -58px;
}

.objective-section span {
  font-size: 16px;
}

/*orange child cl*/
.objective-section .third-objective div:first-child,
.mobile-objective.third li {
  background: #d57800;
  width: 16%;
  padding-left: 15px;
}

.objective-section .third-objective div:nth-child(2) {
  background: rgba(213, 120, 0, 0.8);
  width: 30%;
}

.objective-section .third-objective div:nth-child(3) {
  background: rgba(213, 120, 0, 0.6);
  width: 24%;
}

.objective-section .third-objective div:nth-child(4) {
  background: rgba(213, 120, 0, 0.4);
  width: 30%;
}

.objective-section .third-objective div:first-child:after,
.mobile-objective.third li:after {
  border-left: 60px solid #d57800;
}

.objective-section .third-objective div:nth-child(2):after {
  border-left: 60px solid rgba(213, 120, 0, 0.8);
}

.objective-section .third-objective div:nth-child(4):after {
  border-left: 60px solid rgba(213, 120, 0, 0.4);
}

.objective-section .third-objective div:after {
  right: -58px;
}

.objective-section .third-objective div:nth-child(3):after {
  border-left: 60px solid rgba(213, 120, 0, 0.6);
}

.bottom-changes {
  background: #1faae3;
  margin-bottom: 25px;
}

.bottom-changes p {
  padding: 15px;
  border-bottom: 1px solid #79ccee;
  margin-bottom: 0;
}
.load-more #lazyloader img {
  width: 28px;
}
.blog-more-pagenav {
  background-color: #ffffff;
  padding-left: 15px;
  display: inline-block;
}

div.blog-page-count-circle {
  border-radius: 50%;
  background-color: #d6d6d6;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 15px;
  margin-top: 15px;
}

div.blog-page-count-circle.more-active {
  background-color: var(--primary-blue);
}

.more-arrow {
  float: right;
  display: inline-block;
  background-color: #ffffff;
  padding-right: 15px;
  margin-top: 12px;
  cursor: pointer;
  margin-left: auto;
}

.more-right,
.more-left {
  height: 16px;
  width: auto;
}

/*our definition of relianace*/

.objective-icons {
  margin-top: 20px;
  margin-bottom: 20px;
}

.objective-container {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  align-items: baseline;
  width: 450px;
  border-bottom: 6px solid var(--primary-blue);
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}

.objective-container a {
  cursor: pointer;
}

.objective-container a span:nth-child(1) {
  color: #093aa3;
  display: block;
}

.objective-container span {
  font-size: 33px;
  font-weight: 600;
  color: #3a94d4;
}

.objective-container span {
  font-size: 33px;
  font-weight: 600;
  color: #3a94d4;
}

.objective-container .icon-holder {
  margin-left: 40px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease-in;
}

.objective-container .icon-holder img {
  width: 100px;
  height: 100px;
}

.main-blog article:nth-child(even) .blog-wrapper .row {
  flex-direction: row-reverse;
}

.blog .entry-content {
  margin-top: 0;
}

.main-blog {
  /*  border: 1px solid #eaeaed;*/
  padding: 0px;
  position: relative;

  /*  border: 1px solid #eaeaed;*/
  background-repeat: repeat-y;
  background-position: center;
  z-index: 0;
  margin-bottom: 80px;
}
/*.main-blog:after{
  content:'';
  width: 1px;
  height: 100%;
  background: var(--earth);
  position: absolute;
  left:50%;
  top:0;
  z-index: -1;
}*/
.date-wrapper {
  color: #fff;
}
.post-type-archive-blog .moduletable.share_block,
.post-type-archive-blog .moduletable.submit_block {
  height: auto;
}
.dspace-usercomments #no-comment-msg label {
  color: var(--primary-blue) !important;
}
.comment-form label {
  color: #333 !important;
}
.date-wrapper .blog-date {
  display: inline-block;
  width: auto;
  height: 25px;
  background: var(--earth);
  border-radius: 5px;
  margin: 10px 10px;
  text-align: center;
  vertical-align: middle;
  padding: 2px 10px;
  color: white;
  font-size: 16px;
}
.events .date-wrapper .blog-date {
  margin: 10px 0;
}
.blog-wrapper .entry-header .entry-content {
  padding: 0 15px;
  margin: 0;
}
.date-wrapper .blog-date span {
  text-align: center;
  width: auto;
  margin: auto;
  height: auto;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 14px;
}
a.next.page-numbers,
a.previous.page-numbers {
  color: var(--primary-blue);
}
.blog-image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

/*.blog-image:before {
  content: "";
  background-image: url(images/img-line.png);
  width: 43px;
  height: 28px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}*/

/*.main-blog article:nth-child(odd) .blog-image {
  padding-left: 40px;
}
*/
.main-blog article:nth-child(even) .blog-image {
  padding-right: 40px;
}

/*.main-blog article:nth-child(odd) .blog-image:before {
  top: -26px;
  left: 0;
}*/

.main-blog article:nth-child(even) .blog-image:before {
  top: -26px;
  right: 0;
  transform: rotate(110deg);
}

.main-blog .blog-wrapper .blog-title h2 {
  font-weight: normal;
  font-size: 20px;
  color: var(--primary-blue);
  padding: 15px;
  margin: 0;
  border-radius: 0 15px 10px;
  line-height: 28px;
  padding-top: 0;
}

.main-blog .blog-wrapper .blog-title h2:hover a {
  color: #034ca3;
  text-decoration: none;
}

.main-blog article:nth-child(even) .blog-wrapper .blog-title h2 {
  border-right: 0;
  border-left: 2px solid var(--primary-blue);
  border-radius: 6px 0 0 0;
}

.main-blog article:nth-child(even) .blog-wrapper .blog-title h2:after {
  left: 28px;
  transform: rotate(180deg);
  right: unset;
}

/*.main-blog .blog-wrapper .blog-title h2:after {
  content: "";
  background-image: url("images/blog-header-ttl.png");
  height: 15px;
  width: 15px;
  padding: 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 28px;
}
*/
.page-text .entry-header {
  border: 1px solid #eaeaed;
  min-height: 365px;
  border-radius: 5px;
  border-top: 5px;
  margin-bottom: 20px;
}

.entry-content .bottom_border {
  margin-top: 15px;
}

.blog-wrapper .blog-wrap {
  position: relative;
}

/*.blog-wrapper .page-text {
  padding-right: 40px;
}
*/
.main-blog article:nth-child(even) .blog-wrapper .page-text {
  padding-right: 0px;
  padding-left: 40px;
}

.entry-header .entry-content {
  padding: 15px;
}

.entry-header .entry-content p {
  font-size: 15px;
  color: #333;
  line-height: 20px;
  font-family: ubuntu-regular;
}
.post-type-archive-blog .date-wrapper .blog-date {
  margin: 10px 0;
}

.comp_wrapper .entry-content a.downloadable,
.item-links.protected a.downloadable {
  background: url("../png/down_btn.png") no-repeat !important;
  float: left;
  background-size: contain;
  width: 17px;
  height: 17px;
  font-size: 0;
  border: 0 !important;
  padding: 7px 13px;
  border-radius: 0;
  margin-left: 8px;
  color: var(--primary-blue);
}

#movieframe {
  margin: 12px 0;
}

.entry-header .entry-content a,
.comment_box-class h5,
.comp_wrapper .entry-content a,
.comp_wrapper .detail .read-more a.more-read {
  background: transparent;
  font-size: 14px;
  color: var(--primary-blue);
  padding: 8px 20px 7px 20px;
  border: 1px solid var(--primary-blue);
  border-radius: 2px;
  line-height: 14px;
  text-decoration: none;
  font-family: ubuntu-regular;
  border-radius: 5px;
  font-weight: bold;
}

.comp_wrapper .entry-content a {
  font-weight: 600;
}

.entry-header .entry-content a:hover,
.comp_wrapper .entry-content a:hover,
.comp_wrapper .detail .read-more a.more-read:hover {
  background: var(--primary-blue);
  transition: 0.5s;
  border: 1px solid var(--primary-blue);
  color: #fff !important;
  cursor: pointer;
}

.comp_wrapper .detail .read-more a.static.downloadable,
.detail .read-more a.static.downloadable {
  border: 0;
  padding: 3px 5px;
}

.resoures-more-btn-2 .resources_btn-2 {
  float: left;
}
.page-id-131 .footer-blue,
.page-id-17787 .footer-blue {
  display: none;
}
.password-section {
  font-family: "ubuntu-regular";
}
.resoures-more-btn-2 .more-arrow-resources-2 {
  padding: 4px;
  float: right;
}

.elementor-button:hover svg path {
  fill: var(--primary-blue) !important;
  color: white;
}
.label-tag .elementor-widget-container {
  background: var(--primary-blue) !important;
}
.google_btn:hover span,
.app_btn:hover span {
  color: var(--primary-blue);
}
p.elementor-image-box-description a {
  display: block;
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 25px;
  font-size: 12px;
  color: var(--primary-blue);
  text-transform: uppercase;
}
.google_btn:hover i,
.app {
  color: var(--primary-blue);
}
p.elementor-image-box-description a img {
  margin: 0 5px 0 10px;
  width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: top;
}

.comp_wrapper .detail .read-more a.static.downloadable,
.detail .read-more a.static.downloadable {
  border: 0;
  padding: 3px 5px;
}

.resoures-more-btn-2 .resources_btn-2 {
  float: left;
}

.more-btn {
  display: flex;
}

.resoures-more-btn-2 .more-arrow-resources-2 {
  padding: 4px;
  float: right;
}

.search-bar {
  background-color: var(--primary-blue);
  padding: 30px;
  border: 1px solid var(--primary-blue);
  margin-bottom: 15px;
  border-radius: 5px;
}

.search-bar #blog_search {
  width: 100%;
  border-radius: 5px;
  box-shadow: none;
  border: none;
  font-size: 15px;
  color: #a0a0a0;
  padding: 8px 12px !important;
  height: 32px;
}

.search-bar {
  font-family: ubuntu-regular;
}

.search-bar input:focus {
  outline: 0 !important;
}

.search-bar #blog_search_button {
  background: #4eb8b4;
  color: #fff;
  font-size: 16px;
  height: 32px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #fff;
}

#more_blogs {
  border: 2px solid var(--primary-blue);
  color: #313131;
  padding-top: 0px;
  background: #dde4e34f;
  border-radius: 5px;
}

.more_blog_results h2 a {
  color: var(--primary-blue);
  font-size: 18px;
  font-weight: 500;
  font-family: "ubuntu-medium";
  line-height: 20px;
}

.more_blog_results h2 a:link {
  text-decoration: none;
}

.more_blog_results h2 {
  line-height: 25px;
  margin-bottom: 0px;
  padding: 10px 0 0 0;
}

.more_blog_results .title-block:last-child .more-blog-line {
  border-bottom: 2px solid #d7d7d7;
}

.title-block {
  padding: 0 10px;
}

.title-block:hover {
  background: #2167ae29;
  transition: 0.5s;
}

.title-block .more-blog-line {
  border-bottom: 2px solid var(--earth);
}

.contain .date .ttl_year {
  padding: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.contain .more-btn {
  background: white;
}

.text-container {
  min-height: 185px;
  height: 185px;
  border-bottom: 1px solid #ddd;
  padding: 23px;
  position: relative;
  border-left: 5px solid white;
}

.text-container:hover {
  border-left: 5px solid var(--earth);
  background-color: var(--earth);
  transition: all 0.5s ease 0s;
}

.text-container:hover .detail h4,
.text-container:hover .detail h4 > a {
  color: #fff;
}

.text-container .detail h4 a {
  text-decoration: none;
}

.text-container:hover p {
  color: #fff;
}

.border-wrapper {
  width: 88%;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  padding: 8px 0;
}

.detail h4 {
  margin: 0;
  line-height: 24px;
  margin-bottom: 3px;
  color: var(--primary-blue);
  font-size: 17px;
  font-weight: normal;
  padding-top: 0;
  height: 48px;
  overflow: hidden;
  margin-bottom: 8px;
}

.detail h4 a {
  color: var(--primary-blue);
}

.detail p {
  height: 40px;
  overflow: hidden;
}

.detail .read-more {
  float: right;
}

.detail .read-more a {
  padding: 5px 10px;
  border: 1px solid var(--primary-blue);
  border-radius: 2px;
  margin-top: -1px;
  margin-left: 0px;
  font-weight: bold;
  font-size: 14px;
  color: var(--primary-blue);
  line-height: 14px;
  border-radius: 5px;
}

.resources_entry-content .date_author_wrapper div {
  margin: 3px 0;
  font-family: "ubuntu-regular";
  font-size: 16px;
}

.text-container:hover .detail .read-more a {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

.text-container:hover .detail .read-more a.downloadable,
.text-container:hover .detail .read-more span {
  border: 0;
  color: #fff;
}

.text-container .thumbnail {
  border: 1px solid #c7c7c7 !important;
  position: relative;
  padding: 0px;
  width: 18%;
  border: 1px solid #c7c7c7;
  float: left;
  height: 79px !important;
  overflow: hidden;
}

.text-container .thumbnail img {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}
img.attachment-full.size-full.wp-post-image {
  height: 250px;
  object-fit: cover;
}
.events .blog-title {
  padding: 0;
}
.blog-title h2 {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  font-family: "ubuntu-medium" !important;
}
.events .entry-header .entry-content {
  margin-top: 0;
  padding-top: 0;
}
.events .entry-header .entry-content {
  padding: 15px 0px;
  padding-bottom: 20px;
}
.events .entry-header,
.blog .entry-header {
  border: 0px solid #eaeaed;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.type-blog .blog-title h2 {
  padding: 0;
}

.type-blog .entry-header .entry-content {
  padding-top: 0;
  padding: 0 0 15px;
}
.post-content {
  border: 1px solid #eaeaed;
  margin-bottom: 20px;
  border-radius: 5px;
}
.resource-lists {
  border-radius: 5px;
}
.text-container .detail {
  position: relative;
  width: 77%;
  float: right;
  margin: 0;
  padding: 0;
  text-align: left;
  z-index: 99;
}
.blog .entry-header {
  border: 0;
}
.moduletable.share_block,
.moduletable.submit_block {
  height: 325px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  text-align: center;
  padding: 20px;
  margin: 30px 0;
  border-radius: 5px;
}

.moduletable.submit_block {
  background: #f8f8f8;
}

.page-blog {
  width: 100%;
  text-align: center;
}

.page-blog .page-numbers {
  margin-left: -2px;
  margin-right: -2px;
}

.btn {
  border-width: 0 1px 4px 1px !important;
}

.moduletable h2 {
  font-size: 25px;
}
.share_icon img {
  width: 100px;
}
.share_link a {
  margin-top: 0;
  color: #fff;
  font-size: 15px;
  background: var(--primary-blue);
  border-radius: 2px;
  padding: 8px 20px 6px 20px;
  font-weight: bold;
  text-transform: capitalize;
  border: 1px solid var(--primary-blue) !important;
  border-radius: 5px;
}

.share_link a:hover {
  background: #fff;
  transition: 0.5s;
  color: var(--primary-blue) !important;
  margin-top: 25px !important;
  border: 1px solid var(--primary-blue) !important;
}

.share_link.share-btn a:hover {
  margin-top: 0 !important;
}

.share_block .share_link a:hover,
.submit_block .share_link a:hover {
  margin-top: 0 !important;
}

.blogs h2 {
  font-size: 25px;
}

.page-numbers {
  font-size: 14px;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 6px 10px;
  margin-top: 10px;
}
.page-numbers.current {
  color: var(--primary-blue);
}
.random-image .random_bg {
  height: 210px;
  margin-bottom: 50px;
  position: relative;
}

.random-image .random_bg:after {
  content: url("../jpg/banner-border.jpg");
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -12px;
}

.bannerinfo_wrapper {
  padding: 65px 0 20px 0;
}

.bannerinfo_wrapper h2 {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  margin: 0 auto;
  padding: 14px 0;
  width: 365px;
}

.breadcrumbs {
  color: #cacaca;
  font-size: 12px;
  z-index: 1;
  position: relative;
}

.breadcrumbs a {
  color: #fff;
}
.impact-accordion .elementor-accordion-item {
  margin-bottom: 20px;
}
.impact-accordion .fa-angle-right {
  background: var(--primary-blue);
  padding: 10px;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.impact-accordion .elementor-accordion-icon-opened .fa-angle-right {
  transform: rotate(90deg);
  transition: 0.2s all ease;
}
/* .breadcrumbs span{
  color:#cacaca;
} */
.resource h2 {
  font-size: 33px;
}
.explore a:before {
  position: absolute;
  right: 30px;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
}

.explore.btn-1 a:before {
  content: url("../png/explore-file.png");
}
.explore.btn-1:hover a:before {
  content: url("../png/explore-file-blue.png");
}
.explore.btn-2 a:before {
  content: url("../png/explore-2.png");
}
.explore.btn-2:hover a:before {
  content: url("../png/explore-2-blue.png");
}
.explore .inner-explore:hover {
  background: #fff;
  color: #009edc;
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 30px;
  background-repeat: no-repeat;
  border: 1px solid #009edc;
}
.resource.tabs-list
  .elementor-column-gap-wider
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  padding: 0;
}

.home_resources_widgets .res_item.row {
  margin-right: 15px;
}

/*solution finder*/
.solution_search-class .custom-html-widget {
  width: 25%;
  margin: auto;
  margin-bottom: 50px;
  text-align: center;
}

#solutions-search-text {
  background: none;
  border: none;
  border-bottom: 1px solid #c5c5c5;
  border-radius: 0;
  margin-bottom: 25px;
  text-align: center;
  color: black;
  background-image: url(../png/btn-bg-sprite-3.png);
  height: 25px;
  background-position: 11px 5px;
  background-repeat: no-repeat;
}

#solutions-search-btn,
#solutions-clear-btn {
  color: #fff;
  background: #34b3e0;
  font-size: 16px;
  border: 2px solid #fff;
  padding: 10px 35px 10px 32px;
  border-radius: 30px;
  margin: 0 5px;
}

.solution_search-class input::placeholder,
.post_search-class input::placeholder {
  color: #8f8f8f;
}

.solution_search-class input[type="text"] {
  font-size: 18px;
  color: #8f8f8f;
  padding: 8px 12px !important;
  height: 32px;
  width: 100%;
  background: #f9f9f9;
  box-shadow: none;
  border: 1px solid #eaeaed;
  border-radius: 6px;
}

.solution_desc-class .rpwwt-widget .wp-post-image {
  border: 6px solid rgba(122, 154, 1, 0.4) !important;
  height: 150px !important;
  width: 17% !important;
  max-width: none !important;
}

.solution_desc-class,
.solution_filter-class,
.post_filter-class,
.post_recom-class {
  border: 1px solid #c5c5c5;
}

.solution_filter-class,
.post_filter-class {
  margin-right: 25px;
  background: #fcfcfc;
  padding: 25px 30px;
}

.solution_desc-class .rpwwt-widget ul li,
.postevent-class .rpwwt-widget ul li {
  background: #fff;
  padding: 14px 29px 5px 29px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px !important;
  border-left: none;
}

.postevent-class .rpwwt-widget ul li {
  padding: 14px 29px 45px 29px !important;
}

.postevent-class .rpwwt-widget .rpwwt-post-title {
  font-size: 20px;
}

.solution_desc-class .rpwwt-widget ul li:before,
.postevent-class .rpwwt-widget ul li:before {
  font-size: 12px;
  padding: 8px 20px 7px 20px;
  bottom: 25px;
}

.postevent-class .rpwwt-widget ul li:before {
  bottom: 15px !important;
}

.solution_desc-class .rpwwt-widget .rpwwt-post-excerpt,
.postevent-class .rpwwt-widget .rpwwt-post-excerpt {
  padding-left: 0px;
  font-size: 14px;
}

.solution_desc-class ul {
  padding-left: 0;
  list-style: none;
}

.solution_desc-class .rpwwt-widget ul,
.postevent-class .rpwwt-widget ul {
  border: none !important;
}

.solution_desc-class .rpwwt-widget ul li:after,
.postevent-class .rpwwt-widget ul li:after {
  display: none;
}

.solution_desc-class .rpwwt-widget ul li:hover,
.postevent-class .rpwwt-widget ul li:hover {
  color: unset !important;
}

.solution_desc-class .rpwwt-widget ul li:hover::before,
.postevent-class .rpwwt-widget ul li:hover::before {
  background: #688400 !important;
  transition: 0.5s;
  border: 1px solid #688400 !important;
  color: #fff !important;
  cursor: pointer;
}

.solution_desc-class .rpwwt-widget ul li:hover a,
.postevent-class .rpwwt-widget ul li:hover a {
  color: var(--primary-blue);
}

.solution_desc-class .rpwwt-widget ul li a:hover,
.postevent-class .rpwwt-widget ul li a:hover {
  color: #034ca3 !important;
}

.solution_desc-class .rpwwt-widget ul li:hover .wp-post-image {
  border: 6px solid #7a9a01 !important;
}

.filter_wrapper-class h4,
.post_filter-class h4 {
  color: #454545;
  font-size: 18px;
  margin: 25px 0;
}

.filter_wrapper-class span.filter_dd,
.post_filter-class span.filter_dd {
  content: "";
  background-image: url(../png/filter-dd.png);
  background-repeat: no-repeat;
  height: 17px;
  width: 8px;
  display: inline-block;
  background-position: center right;
  position: absolute;
  margin-top: 3px;
  right: -15px;
  cursor: pointer;
}

.filter_wrapper-class h4:before,
.post_filter-class h4:before {
  content: "";
  background-image: url(../jpg/filter-bullet.jpg);
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  display: inline-block;
  background-position: center center;
  margin-right: 24px;
  margin-bottom: -3px;
}

.solution_filter-class {
  max-height: 410px;
}

.post_filter-class {
  max-height: 550px;
}

/*social icons color orange*/
a.at-share-btn.at-svc-mailto span.at-icon-wrapper {
  background-color: #db4437 !important;
}

/*Achieving and measuring change*/

.learnt-section h4 {
  margin-top: 30px;
  border-bottom: 1px solid rgba(0, 159, 223, 0.2);
  padding-bottom: 10px;
  text-align: left;
  font-size: 20px;
  text-decoration: uppercase;
  font-weight: 700;
  color: #093aa3;
  position: relative;
}

.learnt-section ul li::before {
  content: "\2022";
  color: var(--primary-blue);
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  width: 1em;
  margin-left: -1em;
  position: relative;
  top: 5px;
}

.learn-section .elementor-text-editor.elementor-clearfix {
  margin-left: 9px;
}

.itempage_btnwrapper #myBtn1 {
  height: 31px;
  padding: 4px 17px 8px 17px !important;
}

.learnt-section .input-output p {
  margin-top: 30px;
  border-bottom: 1px solid rgba(0, 159, 223, 0.2);
  padding-bottom: 10px;
  text-align: left;
  font-size: 20px;
  text-decoration: uppercase;
  font-weight: 700;
  color: #093aa3;
  position: relative;
}

.btn-portal {
  margin-top: 25px;
  color: #fff;
  font-size: 15px;
  background: var(--primary-blue);
  border: 1px solid var(--primary-blue);
  border-radius: 0;
  padding: 8px 20px;
  font-weight: bold;
  display: inline-block;
  min-width: 180px;
  margin: auto;
  border-radius: 2px;
}

p.rr_viewall a {
  background: #fff;
  padding: 8px 16px;
  color: var(--primary-blue) !important;
  display: inline-block;
  min-width: 150px;
  margin: auto;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid var(--primary-blue);
}

.res_item .rr_viewall a:hover {
  color: #fff !important;
}
.get_involved {
  padding: 75px 30px;
  background: #335cb3;
  margin-top: 12px;
  text-align: center;
}

.foot {
  text-align: center;
}

.home_resources_widgets .res_body .res_ttl {
  text-align: center;
  cursor: pointer;
}

.home_resources_widgets .res_ttl > ul {
  padding: 0;
  position: relative;
  display: flex;
  z-index: 99;
  margin-bottom: 36px;
  margin-right: 15px;
  justify-content: center;
}
A .home_resources_widgets ul#res_btn_wrap li {
  position: relative;
  border-right: 2px solid #ededed;
  border-radius: 2px;
  font-family: "ubuntu-regular";
}
.home_resources_widgets ul#res_btn_wrap li.active {
  border-right: 1px solid var(--primary-blue) !important;
}
.home_resources_widgets ul#res_btn_wrap li:last-child {
  border-right: 0;
}
.home_resources_widgets .res_body .res_ttl li {
  display: inline-block;
  text-transform: capitalize;
  padding: 10px 55px;
  font-size: 17px;

  margin-bottom: 0;
  line-height: 20px;
  color: var(--primary-blue);
}

.home_resources_widgets .res_body .res_ttl li.res_btn.active {
  color: #fff;
  border: 1px solid var(--primary-blue);
  background: var(--primary-blue);
  border-radius: 5px;
}

.home_resources_widgets #solution {
  border-right: 0;
}

.home_resources_widgets .res_body .res_ttl li.res_btn.active .caret {
  /* background-image: url(../../../wp-content/uploads/2022/11/chevron-circle-right-white.svg); */
  height: 18px;
  width: 18px;
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  transform: rotate(90deg);
  top: 0;
  bottom: -3px;
  right: 30px;
  margin: auto;
}

/* .page.page-id-2200 div#at4-share {
    display: none;
} */
.home_resources_widgets .res_body .res_list:nth-child(even) {
  margin-left: 0;
}

.home_resources_widgets .res_body .res_list:nth-child(odd) {
  margin-right: 0;
}

.home_resources_widgets .res_body .res_list-inside {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d1d1d1;
  clear: both;
  overflow: hidden;
  margin-bottom: 25px;
  min-height: 179px;
}

.home_resources_widgets
  .res_body
  .res_item
  .res_list:last-child
  .res_list-inside {
  border-bottom: 0px solid #d1d1d1;
}

.home_resources_widgets
  .res_body
  .res_item
  .res_list:nth-last-child(2)
  .res_list-inside,
.home_resources_widgets
  .res_body
  .res_item
  .res_list:nth-child(3)
  .res_list-inside {
  border-bottom: 0px solid #d1d1d1;
}

.home_resources_widgets .res_body .res_img_block {
  padding: 0;
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 10%);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_resources_widgets .res_body .res_list p {
  font-size: 14px;
  line-height: 1.15;
  margin-bottom: 10px;
}
.home_resources_widgets .res_body .res_list p {
  margin-bottom: 0;
}
.home_resources_widgets .res_body .res_list.col-sm-6 p {
  margin-bottom: 10px;
}
.solutions-content .pagination {
  margin-left: auto;
  margin-top: 10px;
}
.pagination.perc-pagination {
  margin-top: 10px;
}
.home_resources_widgets .res_body .res_img_block .res_list .desc_block {
  padding-left: 15px;
  padding-right: 0;
}

.home_resources_widgets .res_body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  font-family: "frutigerbold";
  overflow: hidden;
  margin-top: 0px;
  padding-bottom: 15px;
  padding-top: 2px;
  min-height: 58px;
}

.home_resources_widgets .res_body .res_video h3 {
  border-bottom: 1px solid #d1d1d1;
}

.home_resources_widgets .p_wrapper.home_resource_video {
  float: left;
  width: 65%;
}

.home_resources_widgets .inside-block {
  margin-bottom: 25px;
  clear: both;
  overflow: hidden;
}
.home_resources_widgets .inside-block .res_blog.res_list.col-sm-6 {
  padding-bottom: 10px;
}
.home_resources_widgets .res_video .inside-block {
  padding-bottom: 30px;
}
.home_resources_widgets .inside-block .img_wrapper {
  margin-bottom: 20px;
  height: 230px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 10%);
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  text-align: center;
  width: 100%;
}
.inside-block .img_wrapper img {
  height: 230px;

  width: 100%;
  object-fit: cover;
}
.home_resources_widgets .read_wrapper {
  float: right;
}

.home_resources_widgets .res_body .res_list .published-date {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: capitalize;
}
.text_desc b,
.text_desc strong {
  font-weight: normal;
  font-style: normal;
}
.home_resources_widgets .res_body .res_list .author {
  font-size: 13px;
  color: #9b9b9b;
  margin-bottom: 18px;
  text-transform: capitalize;
}

.home_resources_widgets .res_body .res_list .read_more {
  float: left;
  border: 0;
  border-radius: 0;
  padding: 8px 0px 7px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.home_resources_widgets .res_body .res_list .read_more:after {
  content: "";
  height: 12px;
  width: 12px;
  /*  background-image: url(../../../wp-content/uploads/2022/11/chevron-circle-right-blue.svg);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  /* background-color: var(--primary-blue); */
  border-radius: 50px;
  margin: 0 3px;
  position: relative;
  top: 2px;
  display: inline-block;
}

.prop-class .elementor-column.elementor-col-11 {
  margin: 0 5px;
}

/* .prop-class .elementor-column.elementor-col-11:nth-child(8) {
  width: 7%;
} */

input:focus {
  outline: 0 !important;
}
.other_links .dspace_icon {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.other_links .dspace_icon img {
  width: 25px;
  object-fit: contain;
  margin-right: 10px;
}
.foot .social_icon ul li.in_twt a {
  background-size: 55px;
  background-image: url(../twitter1.html);
}

.get_involved .inside_block .social_resource a {
  color: #fff;
  cursor: pointer;
}

.foot .get_involved .inside_block .social_resource {
  margin: auto;
  margin-top: 30px;
  width: 700px;
  text-align: center;
}

.get_involved {
  padding: 75px 30px;
  background: var(--primary-blue);
  text-align: center;
  margin-bottom: 20px;
}
.where-we-work .btn-portal {
  background: transparent;
  border: 1px solid #fff !important;
  border-radius: 5px;
}
.get_involved .title_block h2:after {
  content: "";
  display: block;
  border-bottom: 2px solid;
  padding-top: 20px;
  width: 40%;
  margin: auto;
}

.learnt-section ul li {
  color: #4a4a4a;
  line-height: 1.5;
  list-style: none;
}

.learnt-section ul {
  margin-left: -32px;
}

.res_blog h3 {
  border-bottom: 1px solid #d1d1d1;
}

.home_resources_widgets .res_body .res_list .read_more a {
  border-radius: 5px;
  padding: 8px 20px 7px 20px;
  font-size: 14px !important;
  color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
  transition: 0.2s all ease;
}
.home_resources_widgets .res_body .res_list .read_more a:hover {
  background: var(--primary-blue);
  color: #fff;
}
.viewall {
  text-align: center;
  clear: both;
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 12px;
  margin: auto;
}

.youtube-l {
  position: relative;
  padding: 1px 130px 1px 130px;
  left: -30px;
}

.resource.tabs-list {
  margin-bottom: 30px;
}

.viewall a {
  background: #7a9a01;
  padding: 7px 32px;
  color: #fff;
  border-radius: 50px;
}

.viewall a:hover {
  background: #688400;
  transition: 0.5s;
  color: #fff;
}

.home_resources_widgets .res_body .res_list .read_more:hover {
  background: transparent;
  transition: 0.5s;
  border: 0;
}

/* .home_resources_widgets .res_body .res_list .read_more:hover a{
  color: #fff;
} */

.type-blog .entry-header h1 {
  font-size: 28px;
  margin-bottom: 25px;
  padding: 0;
}

.single-blog .main-related h2,
.single-blog .more_blogs.blog h2 {
  font-size: 26px;
}

.single-blog .blog h4 {
  font-size: 16px;
}

.date_author_wrapper .blog-info {
  font-size: 14px;
  color: #8f8f8f;
  font-style: italic;
  margin-bottom: 15px;
}

.date_author_wrapper span.article_author {
  font-size: 16px;
  color: var(--primary-blue);
  font-style: italic;
  margin-bottom: 6px;
  display: block;
  margin-top: 7px;
}

.entry-header .entry-content .readmore-events a {
  border: 1px solid var(--primary-blue);
  background: #fff;
  color: var(--primary-blue);
  font-weight: bold;
  font-size: 14px;
  padding: 8px 20px 7px 20px;
}

.entry-header .entry-content .readmore-events a:hover {
  color: white !important;
  background-color: var(--primary-blue);
}
.events .entry-header .entry-content .readmore-events a:hover {
  color: #fff !important;
}
.banner-text p {
  color: #fff;
  width: 60%;
  margin: auto;
  margin-bottom: 15px;
}

.listings h2,
.local-portals h2 {
  color: #fff !important;
}

.listings p,
.local-portals p {
  color: #fff;
  font-size: 16px;
}

.home_resources_widgets h3 a:hover,
.home_resources_widgets h3 a {
  color: var(--primary-blue);
  transition: 0.5s;
  font-size: 18px;
  font-family: "ubuntu-medium";
}

/* comment*/
.comments-area {
  display: none;
}

#commentform.hide {
  display: none;
}

.single-blog .comments-area,
.single-dspace_asset .comments-area {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 0 15px;
}
.single-dspace_asset .comments-area {
  padding: 0;
}
.comments-area .comment-respond {
  margin-top: 15px;
}

.comments-area h3:before {
  content: "";
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-image: url(../png/comment-ico.png);
  display: inline-block;
  background-size: 20px;
  margin-bottom: -11px;
  margin-right: 5px;
}

.comments-area h3,
.itempage_btnwrapper #myBtn,
.itempage_btnwrapper .myBtn,
.itempage_btnwrapper #myBtn1 {
  background: transparent;
  font-size: 16px;
  color: var(--primary-blue);
  padding: 8px 20px 7px 20px;
  font-weight: bold;
  border: 1px solid var(--primary-blue);
  border-radius: 5px;
  line-height: 14px;
  width: 25%;
  cursor: pointer;
}

.itempage_btnwrapper .myBtn {
  width: auto;
  float: left;
  margin-right: 10px;
}

.comments-area h3 {
  font-size: 15px;

  color: var(--primary-blue);
  width: 220px;
  margin-bottom: 16px;
  font-family: ubuntu-regular;
}

#commentform {
  clear: both;
}

#commentsubmit {
  font-size: 15px;
  background: #fff;
  border-radius: 33px;
  padding: 4px 20px 4px 20px;
  font-family: "ubuntu-regular";
  border: 1px solid var(--primary-blue);
  margin-top: 10px;
  color: var(--primary-blue);
  border-radius: 5px;
  box-shadow: none !important;
  border-width: 1px !important;
  outline: 0 !important;
}
#commentsubmit:hover {
  background: var(--primary-blue);
  color: #fff;
}
p.comment-form-email,
p.comment-form-author,
p.comment-form-cookies-consent {
  margin: 10px 0;
}

p.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.comment-form p.comment-form-cookies-consent label {
  font-size: 14px;
  margin-left: 5px;
  margin-bottom: 0;
}

.single-events .comments-area h3 {
  width: 16% !important;
}

.comment-form label {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
  color: var(--primary-blue);
}

.comment-form label.error {
  color: red;
  font-size: 13px;
}

span.required {
  color: red;
}

.comment-form textarea {
  width: 100%;
}

.comment-form input[type="text"],
.comment-form input[type="email"] {
  display: block;
  font-size: 18px;
  color: #8f8f8f;
  padding: 8px 12px !important;
  height: 32px;
  width: 100%;
  background: #f9f9f9;
  box-shadow: none;
  border: 1px solid #eaeaed;
  border-radius: 6px;
}

.comment-form textarea {
  background: #f9f9f9;
  box-shadow: none;
  border: 1px solid #eaeaed;
  border-radius: 6px;
}

.pdf-section {
  float: right;
  font-size: 12px;
}

.pdf-section span {
  margin: 0 10px 0 6px;
  font-size: 12px;
}

.g-recaptcha {
  margin-bottom: 15px;
}

/* events */
.article-table td {
  border: 1px solid #ddd;
  padding: 8px;
}

.article-table tr:hover {
  background-color: #ddd;
}

.article-table td:first-child {
  font-weight: bold;
}

.article-table tr:nth-child(even) {
  background: #f2f2f2;
}

.article_wrapper-class ul {
  line-height: 19px;
  list-style: none;
}

.article_wrapper-class .follow_event {
  border: 1px solid;
  border-radius: 15px;
  margin-left: 15px;
  padding-left: 20px;
  background: #e4ebcc;
}

.follow_event h4,
.library h4,
.Coplibrary h4 {
  margin-top: 10px;
}

.article_wrapper-class .library,
.article_wrapper-class .Coplibrary {
  background: #f8f8f8;
  border: 1px solid #c5c5c5;
  border-radius: 15px;
  margin: 50px 15px;
}

.article_wrapper-class .Coplibrary {
  margin: 0px;
}

.article_wrapper-class .Coplibrary img,
.article_wrapper-class .library img {
  max-width: none !important;
  height: 120px;
  width: 90px;
}

.resilience .layout-slideshow .sprocket-features-content {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 25px;
  text-align: center;
  right: 3.5%;
  top: 0;
  height: 85%;
  left: auto;
  bottom: 0;
  width: 44%;
  margin: auto;
}

.resilience .layout-slideshow .sprocket-features-title {
  color: var(--primary-blue);
  font-size: 31px;
  font-family: "frutigerbold";
  width: 100%;
  background: none;
}

.resilience .layout-slideshow .sprocket-features-desc {
  padding: 10px 20px;
  font-family: "ubuntu-regular";
  background: none;
  color: #474747;
  font-size: 15px;
}

.resilience .layout-slideshow .sprocket-features-title span {
  font-size: 15px;
  font-weight: bold;
  color: var(--primary-blue);
  border-bottom: 1px solid;
  text-transform: uppercase;
  display: inline-block;
  margin: 18px auto 31px;
  line-height: 24px;
  display: block;
  width: 180px;
}

.resilience .layout-slideshow .sprocket-features-pagination {
  right: 24%;
  position: absolute;
  bottom: 100px;
  left: initial;
  z-index: 999;
}

.resilience .layout-slideshow .sprocket-features-pagination li.active {
  opacity: 1;
  background: none;
  border: 1px solid #7a9a01;
  padding: 2px;
}

.resilience .layout-slideshow .sprocket-features-pagination li {
  background: #7a9a01;
  opacity: 1;
  padding: 3px;
  margin-right: 7px;
}

.home .bgimage {
  background-size: cover;
  padding: 20px;
  min-height: 485px;
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.banner-sec .bgimage {
  height: 215px;
  background-size: cover;
  margin-bottom: 30px;
}

.main-resources-page {
  padding: 0 15px;
}

.single-dspace_asset .banner-sec .bgimage {
  margin-bottom: 30px;
}

.main-resources-page .dspace_search_wrapper {
  margin-bottom: 0;
}

.main-resources-page .comp_wrapper .entry-content {
  line-height: 19px;
  color: #000;
  height: auto;
  overflow: hidden;
}

.banner-sec .layout-slideshow .sprocket-features-content {
  position: absolute;
  top: 65px;
  left: 50%;
  width: 365px;
  transform: translate(-50%);
}

.banner-sec .layout-slideshow .sprocket-features-title {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  margin: 0 auto;
  padding: 14px 0;
  width: 100%;
  text-transform: capitalize;
}

.resilience .layout-slideshow .sprocket-features-arrows .next {
  background: url(../png/frmc-next.png);
  background-repeat: no-repeat;
  right: 15px;
  background-size: 80%;
}

.resilience .layout-slideshow .sprocket-features-arrows .prev {
  background: url(../frmc-left.html);
  background-repeat: no-repeat;
  left: 2px;
  background-size: 80%;
}

.slider-measuring .slick-arrow img {
  width: 25px;
  cursor: pointer;
}

.resilience .layout-slideshow .sprocket-features-arrows .arrow {
  opacity: 1;
  box-shadow: none;
  top: 0;
  height: 27px;
  width: 30px;
  bottom: 0;
  margin: auto;
}

.loader {
  display: none !important;
}

.slider_desc-class
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  padding: 0;
}
.home-banner {
  position: inherit;
  z-index: 1;
}
.home-banner .slides li img {
  min-height: 490px;
  height: 490px;
  overflow: hidden;
  position: relative;
  object-fit: cover;
}

.home-banner ul.slides img {
  position: relative;
}

.home-banner .slides img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 360px;
  transform: matrix(-1, 0, 0, -1, 0, 0);
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0%
    0% no-repeat padding-box;
  z-index: 1;
  pointer-events: none;
}

.home-banner .metaslider .caption-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  top: 95px;
  margin: 75px auto 0 auto;
  padding: 20px;
  width: 60%;
  text-align: center;
  background: transparent;
  color: white;
  opacity: 1;
  display: block;
  line-height: 1.4em;
  height: auto;
  z-index: 3;
}
.resilience .arrow span {
  display: none;
}

.slider_desc-class .sprocket-features-img-container {
  width: 100%;
  display: block;
  float: left;
  overflow: hidden;
  margin-top: -20px;
}

.layout-slideshow .sprocket-features-desc,
.layout-slideshow .sprocket-features-title {
  background: none !important;
}

.home-banner .slides .caption h2 {
  font-size: 34px;
  font-weight: normal;
  margin: 0;
  font-family: "frutigerbold";
  position: relative;
}

.slider_desc-class .bg-banner img {
  max-height: 490px;
  min-height: 490px;
  object-fit: cover;
}

.slider_desc-class h2:after {
  content: "";
  display: block;
  border-bottom: 3px solid;
  width: 100px;
  margin: auto;
  padding-top: 10px;
  margin-bottom: 15px;
}

.slides .sprocket-features-desc p {
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0;
  padding: 10px;
  display: inline-block;
}

.slider_desc-class .sprocket-features-desc p {
  margin: 0 0 25px;
  color: #fff;
  line-height: 24px;
  display: inline;
  font-size: 16px;
  line-height: 24px;
}

.slider_desc-class .sprocket-features-desc a {
  color: #fff !important;
  font-family: "ubuntu-regular";
  border: 0;
  padding: 0;
  display: inline-block;
  margin: auto auto;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: initial;
}

.slider_desc-class .sprocket-features-desc a:hover {
  background: transparent;
  transition: 0.5s;
  color: #fff !important;
  /* border: 1px solid #fff !important; */
}

.slider_desc-class .sprocket-features-desc a:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../svg/chevron-circle-right-white.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  display: inline-block;
  background-position: center;
  margin: 2px 0 -3px 4px;
  border-radius: 50px;
}

.slider_desc-class .elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}

#gif-loading,
.related-doc-loader,
.related-res-loader {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 9999;
  position: fixed;
}

.main-related {
  position: relative;
  min-height: 555px;
}

.related-doc-loader,
.related-res-loader {
  position: absolute;
  height: 95%;
  opacity: 1;
  background-color: #00000040;
  z-index: 99;
}

.google_btn span.elementor-button-text:before {
  content: "Available on";
  display: block;
  font-size: 12px;
  font-weight: 200;
  text-align: left;
  margin-bottom: 2px;
}

.top-section .elementor-button {
  min-height: 74px;
  display: flex;
}

.app_btn span.elementor-button-text:before {
  content: "Download on";
  display: block;
  font-size: 12px;
  font-weight: 200;
  text-align: left;
  margin-bottom: 2px;
}

.elementor-element-3feb177 .elementor-button {
  min-height: 75px;
  display: flex;
}

button.filter_apply {
  color: #fff;
  background: transparent;
  font-size: 16px;
  border: 1px solid white;
  height: 35px;
  width: 60%;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 15px;
}

.frmcUnderstanding-container button.multiselect {
  border-radius: 5px !important;
}

button.filter_apply:hover {
  background-color: white;
  border: 1px solid var(--primary-blue);
  color: var(--primary-blue);
  transition: 0.5s;
}

.social-sign .elementor-grid-item {
  padding: 25px;
}

.social-sign .elementor-grid-item:hover {
  background: #fff;
}

.video-title {
  max-height: 620px;
  overflow-y: auto;
}

.loader-svg {
  fill: none;
  stroke: var(--primary-blue);
  stroke-width: 2;
  stroke-miterlimit: 10;
}

@keyframes wave {
  0% {
    left: -80px;
  }

  100% {
    left: 0;
  }
}

#gif-loading svg,
.related-doc-loader svg,
.related-res-loader svg {
  height: 20px;
  position: relative;
  left: -50px;
  width: 200px;
  animation: wave 2s linear infinite;
}

#gif-loading .svg-holder,
.related-doc-loader .svg-holder,
.related-res-loader .svg-holder {
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid var(--primary-blue);
  padding-top: 30px;
}

/* .related-res-loader .svg-holder{
  width:45px;
  height:45px;
  padding-top:8px;
} */

/* Search page */
.search-result {
  padding: 10px;
}

.search-result .total_results p {
  font-size: 14px;
  color: #4b4a4a;
  font-weight: bold;
}
.search-result {
  font-family: "ubuntu-regular";
}
.search-result h2.entry-title {
  border: none;
  border-top: dotted 1px #ddd;
  font-size: 16px;
  color: #333;
  padding: 30px 20px 0 20px;
  font-weight: 500;
  font-family: "ubuntu-medium" !important;
}
.resources_entry-header h1 {
  color: var(--primary-blue);
}
.arabic_title a {
  color: #333;
}
.search-result h2.entry-title a:hover,
.panel-heading h4.panel-title:hover {
  color: var(--primary-blue);
  text-decoration: none;
}

.search-result {
  font-size: 14px;
}

.category-search .search-searchword p,
.phrases-box label {
  color: var(--primary-blue) !important;
  font-size: 16px;
  margin: 0 10px 0 5px;
  display: inline !important;
  vertical-align: unset;
  font-family: "ubuntu-regular";
}

.category-search .is-form-style button.is-search-submit {
  right: 35px;
}

.ms-options-wrap > button {
  position: relative;
  width: 100%;
  text-align: left;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 20px 5px 10px;
  margin-top: 1px;
  font-size: 14x;
  color: #555;
  outline: none;
  white-space: nowrap;
  border-radius: 3px;
}

.phrases-box .ms-options-wrap > button:after {
  content: " ";
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #555;
  margin-top: -3px;
}

.dspace.dspace-fields div {
  margin: 15px 0;
}

.dspace.dspace-fields div {
  padding: 0;
  font-size: 14px;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  display: flex;
  margin: 5px 0 !important;
}

.panel-title {
  padding: 4px 6px;
  font-size: 16px;
  margin: 0px;
  font-weight: normal;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel {
  border: solid 1px #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.whowearebanner-class {
  min-height: 490px;
  background-size: cover;
}

/*countries code. css*/
.insidepage.country .moduletable .custom {
  padding: 15px 45px;
  background: #f3f3f3;
}

.insidepage.country .moduletable .custom .right-section h3 {
  color: #ffffff;
  background: var(--primary-blue);
  padding: 8px 10px 8px 43px;
  position: relative;
  font-size: 20px;
  margin-left: -55px;
  margin-bottom: 25px;
  line-height: 30px;
}

.insidepage.country .moduletable .custom .right-section {
  padding: 30px 5px 30px 30px;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-a426f24.elementor-section-full_width.elementor-section-stretched.insidepage.country.elementor-section-height-default.elementor-section-height-default
  .left-section {
  padding-bottom: 49px;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-e29e590.elementor-section-full_width.elementor-section-stretched.insidepage.country.elementor-section-height-default.elementor-section-height-default
  .left-section {
  padding-bottom: 164px;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-ee7fe26.elementor-section-full_width.elementor-section-stretched.insidepage.country.elementor-section-height-default.elementor-section-height-default
  .left-section {
  padding-bottom: 125px;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-a68c4ae.elementor-section-full_width.elementor-section-stretched.insidepage.country.elementor-section-height-default.elementor-section-height-default
  .left-section {
  padding-bottom: 49px;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-2fc789f.elementor-section-full_width.elementor-section-stretched.insidepage.country.elementor-section-height-default.elementor-section-height-default
  .left-section {
  padding-bottom: 58px;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-f7f20f8.elementor-section-full_width.elementor-section-stretched.insidepage.country.elementor-section-height-default.elementor-section-height-default
  .left-section {
  padding-bottom: 85px;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-e4494e0.elementor-section-full_width.elementor-section-stretched.insidepage.country.elementor-section-height-default.elementor-section-height-default
  .left-section {
  padding-bottom: 159px;
}

.insidepage.country .moduletable .custom .left-section {
  padding: 80px 30px 30px;
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.insidepage.country .moduletable .custom .left-section {
  padding: 80px 30px 30px;
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.insidepage.country .moduletable .custom .nopadding-right {
  padding-right: 0;
}

.insidepage.country .moduletable .custom .right-section h3:before {
  content: "";
  background: url(../png/down_arrow.png) no-repeat;
  display: inline;
  width: 15px;
  height: 10px;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
  transition: 0.5s ease-in;
}

#main .insidepage.country .moduletable .custom .ul-section {
  margin-bottom: 20px;
  padding-left: 10px !important;
  display: grid;
  margin-top: 13px;
  margin-bottom: 13px;
}

.side-text img {
  display: grid;
  margin-top: 14px;
  margin-bottom: 14px;
}

.ul-section a {
  width: 105px !important;
}

#main .insidepage.country .moduletable .custom .ul-section.hide {
  display: none;
}

.insidepage.country .moduletable .custom .right-section h3.down:before {
  transform: translateY(-50%);
  transition: 0.5s ease-in;
}

.insidepage.country .moduletable .custom .ul-section p {
  margin-bottom: 20px;
}

.insidepage.country .moduletable .custom {
  padding: 15px 45px;
  background: #f3f3f3;
}

.country .moduletable h1 {
  text-align: left;
  font-size: 30px;
  position: absolute;
  top: 30px;
  color: var(--primary-blue);
  font-weight: bold;
  font-family: ubuntu-regular;
  border-radius: 50px;
}

.country .moduletable h4 {
  margin-top: 10px;
  font-size: 18px;
}

.country .moduletable p {
  margin-bottom: 15px;
}

.insidepage.country .moduletable .custom .row {
  background: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
}

.countries-map #linkymap .zoom-in {
  display: none;
}

.countries-map #linkymap .zoom-range {
  display: none;
}

.countries-map #linkymap .zoom-out {
  display: none;
}

.countries-map #linkymap .reset {
  display: none;
}

.article_author h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-top: 6px;
  margin-left: 40px;
  color: var(--primary-blue);
}

.authordivwrapper {
  .authordivwrapper {
    
    border: 1px solid #eaeaed;
    padding: 0;
    /* border: 0; */
    margin-bottom: 24px;
    margin-top: 30px;
}
}
.article_author::before {
  position: relative;
}
.widget-area .article_author::before {
  background: url(../png/icon.png);
  content: " ";
  background-size: 90%;
  width: 15px;
  height: 15px;
  padding: 20px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 200;
  top: 1px;
  left: 10px;

}

.authordivwrapperinside {
  padding-top: 30px;
  background: #1799940f;
  border-radius: 5px;
  margin: 20px 0;
  
}

.authordivwrapperinside::before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 8px;
  left: 19px;
  z-index: 100;
  width: 37px;
  height: 37px;
  border-radius: 20px;
}

.authorwrapper {
  position: relative;
}

.article_author .image_desc_wrapper {
  display: block;
  overflow: hidden;
  height: auto;
  padding: 0px 0px 0px 30px;
  min-height: 95px;
}

.article_author .author_image {
  border: 1px solid #fdf0da;
  border-radius: 40px;
  height: 60px;
  position: relative;
  width: 60px;
  padding: 0;
  float: left;
}

.article_author .Description_wrapper {
  font-size: 14px;
  font-style: italic;
  color: var(--primary-blue);
  text-transform: capitalize;
  float: left;
  padding: 0 0 0 10px;
  width: calc(100% - 70px);
  /* margin-top: 10px; */
}

.article_author .blogby {
  color: #8f8f8f;
}

.author_image img {
  padding: 0px;
  position: absolute;
  object-fit: cover;
  margin: auto;
  border-radius: 50px;
  height: 100%;
  width: 100%;
}

.author_image::after {
  background: url(../png/img-brd.png);
  background: none;
  content: " ";
  position: absolute;
  height: 37px;
  width: 1px;
  padding: 1px;
  bottom: -37px;
  background-repeat: repeat-y;
  margin: auto;
  left: 0;
  right: 0;
  overflow: visible;
}

.blog-template-default aside#secondary .container {
  padding: 0;
}

span.article_author .sep:last-child {
  display: none;
}

.blog h4 {
  line-height: 1.3;
}

/*scroll up*/
.country .back-to-about-us {
  bottom: 121px;
}

.back-to-about-us {
  position: fixed;
  bottom: 45px;
  right: 40px;
  z-index: 99;
}

.country .back-to-about-us img {
  width: 50px;
  height: 50px;
}

.country .back-to-about-us span {
  left: -26px;
  width: 106px;
}
.border-btm .elementor-heading-title {
  font-family: "lumios-marker";
}
.country .back-to-about-us span {
  position: absolute;
  left: -24px;
  right: -3px;
  bottom: -24px;
  width: 109px;
  display: none;
  font-size: 14px;
}

.country .back-to-top {
  position: fixed;
  bottom: 45px;
  right: 40px;
  z-index: 99;
}

.country .back-to-top:hover span {
  display: block;
  color: #428bca;
}

.country .back-to-about-us:hover span {
  display: block;
  color: #428bca;
}

.country .back-to-top img {
  width: 50px;
  height: 50px;
}

.country .back-to-top span {
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -20px;
  width: 85px;
  display: none;
  font-size: 14px;
}

.country-hide a {
  display: none;
}

.main-related h2 {
  font-size: 25px;
  color: var(--primary-blue);
}

.resource-lists .text-container {
  position: relative;
}

.resource-lists .text-container:hover .detail h4 a {
  color: #fff;
  text-decoration: none;
}

.post-content .resoures-more-btn {
  position: relative;
}

.post-content .resoures-more-btn .more-arrow-resources,
.post-content .resoures-more-btn .more-arrow-documents {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  height: 25px;
  margin: auto;
}

.post-content .resoures-more-btn .resources_btn,
.post-content .resoures-more-btn .documents_btn {
  margin-left: 15px;
}

.post-content .resoures-more-btn .more-arrow-resources .more-left-resources {
  margin-right: 8px;
}

.more_blogs.blog h2 {
  font-size: 25px;
  margin-bottom: 15px;
  color: var(--primary-blue);
}

#wpbdp-categories {
  display: none;
}

.banner-sec {
  position: relative;
  margin-bottom: 40px;
  height: 215px;
}

.breadcrum_content-class.custom {
  position: absolute;
  left: 85px;
  bottom: 25px;
  z-index: 9;
}

.post-type-archive-country .breadcrum_content-class.custom,
.single-country .breadcrum_content-class.custom {
  bottom: 20px;
}
.breadcrum_content-class.custom .breadcrumbs {
  position: relative;
  font-family: ubuntu-regular;
}

.breadcrum_content-class.custom .breadcrumbs:before {
  content: "";
  background-image: url(../svg/breadcrumb-home.svg);
  position: absolute;
  display: block !important;
  height: 14px;
  z-index: 1;
  width: 14px;
  left: -25px;
  background-repeat: no-repeat;
  top: 2px;
}

.sprocket-features-img-container .bgimage:after {
  content: "";
  background: url(../jpg/banner-border.jpg) no-repeat 100%;
  background-size: cover;
  padding: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 7px;
  display: block !important;
}

.frmcUnderstanding-container .search-wrapper {
  background-color: var(--primary-blue);
  padding: 30px;
  border: 1px solid var(--primary-blue);
  margin-bottom: 10px;
  border-radius: 5px;
  border-radius: 5px;
}

.frmcUnderstanding-container .btn-group {
  display: block !important;
}

p.acc_btn a {
  display: block;
}

.acc_btn a:last-child span {
  color: var(--primary-blue);
}

#map h1 span {
  font-size: 33px;
  font-weight: 700;
}

#map span {
  font-size: 16px;
}

.about-portal span.popmake-822 {
  color: var(--primary-blue);
}

.about-portal a:hover {
  color: #428bca;
}

.submit-right-sec .rpwwt-widget .wp-post-image {
  float: left;
  margin-right: 16px;
}

.submit-right-sec ul {
  list-style: none;
  padding: 0;
}

.submit-right-sec .rpwwt-widget .rpwwt-post-excerpt {
  font-size: 14px;
}

.page-blog .page-numbers {
  margin-left: -2px;
  margin-right: -2px;
}

.single.single-blog blockquote,
.single.single-blog blockquote.wp-block-quote.is-style-large {
  background: #ecf4ff;
  padding: 25px 20px 20px;
  position: relative;
  margin: 40px 0;
}

.single.single-blog blockquote:after {
  content: url(../png/quote.png);
  position: absolute;
  left: 20px;
  top: -15px;
}

.single.single-blog blockquote em,
.single.single-blog blockquote cite em,
.single.single-blog blockquote cite {
  text-align: right !important;
  display: block !important;
  font-style: normal !important;
  font-size: 14px !important;
}

.single.single-blog blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--primary-blue);
}

.single.single-blog blockquote.wp-block-quote.is-large p,
.single.single-blog blockquote.wp-block-quote.is-style-large p,
.single.single-blog blockquote p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  header#masthead {
    top: 0;
  }

  .banner-menu ul {
    flex-direction: column;
  }

  .banner-menu ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .home-banner .slides li img {
    min-height: 300px !important;
    height: 300px;
  }
  .slides::before {
    position: relative;
  }
  .portals .elementor-column {
    height: auto;
  }
  .home-banner .slides {
    height: fit-content;
  }
  .newsletter-form label {
    width: 100%;
    margin-right: 0;
    text-align: left;
  }

  .newsletter-form span.wpcf7-form-control-wrap {
    width: 100%;
    padding: 0;
  }

  .banner-menu ul li a .caret {
    right: 25px;
  }

  .banner-menu ul li:nth-child(3) a .caret {
    right: 25px;
  }

  .localslides.fades {
    flex-direction: column;
  }

  /* .port-wrap {
    width: 100%;
  } */

  /* .port-wrap p {
    text-align: center;
  } */

  .portal-wrap .arrow-left.slick-arrow {
    left: 10px;
  }

  .portal-wrap .arrow-right.slick-arrow {
    right: 10px;
  }

  .resource .resources-text p {
    width: 100%;
  }

  .slider-measuring {
    width: 100%;
  }

  .post_banner-class .elementor-widget-container {
    width: 85% !important;
  }

  .Flood_banner-class .elementor-widget-container {
    width: 85% !important;
  }

  .Resource_banner-class .elementor-widget-container,
  .post_banner-class .elementor-widget-container,
  .Flood_banner-class .elementor-widget-container {
    width: 85%;
  }

  .custom-menu-footer ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .portal-tab li a {
    color: var(--primary-blue);
  }

  .resilience .layout-slideshow .sprocket-features-arrows .next {
    right: 0;
  }

  .custom-menu-footer ul li {
    border-right: 0px;
  }

  .footer-wrapper .site-info {
    text-align: center;
    color: var(--primary-blue);
  }

  .slider-measuring .arrow-left.slick-arrow {
    left: -25px;
    transform: translate(0%, -50%) rotate(180deg);
  }

  .floodhead-class h1 {
    line-height: 45px;
  }

  .pum-theme-816 .pum-title,
  .pum-theme-enterprise-blue .pum-title {
    width: 200px;
    text-align: center;
    margin: auto;
  }

  .popmake-content .text-part-t {
    border-right: 0px;
  }

  .newsletter-form .wpforms-field {
    flex-direction: column;
  }

  .newsletter-form
    div.wpforms-container-full
    .wpforms-form
    .wpforms-field-label {
    width: 100%;
    text-align: left;
  }

  .popmake-content .text-part-t p {
    padding: 0;
  }

  .newsletter-form
    div.wpforms-container-full
    .wpforms-form
    button.subscribe-btn {
    margin: auto;
    display: block;
  }

  .newsletter-form
    div.wpforms-container-full
    .wpforms-form
    .wpforms-recaptcha-container {
    margin-left: 0px;
  }

  .pum-theme-816 .pum-container,
  .pum-theme-enterprise-blue .pum-container {
    left: 50% !important;
    transform: translateX(-50%);
  }

  .newsletter-form #signup .d-t-f input {
    margin-bottom: 20px;
  }

  .prop-class .elementor-column.elementor-col-11:nth-child(8),
  .prop-class .elementor-column.elementor-col-11 {
    width: 28% !important;
  }

  .prop-class .elementor-column.elementor-col-11 img {
    height: 38px;
    object-fit: contain;
  }

  .prop-class.frmc-page .elementor-column.elementor-col-11 img,
  .prop-class.frmc-page .elementor-column.elementor-col-11 {
    width: max-content !important;
  }

  /* .elementor-column.floating-menu {
  padding: 10px 0;
  bottom: 0;
  top:unset;
  transform: translateY(0px);
  width: 100%!important;
}
.floating-menu #menu-floating-menu{
  text-align: center;
}
.floating-menu #menu-floating-menu li{
  display: inline-block;
} */
  .newsletter-form #signup .d-t-f {
    display: block;
  }

  .newsletter-form #signup .d-t-f label {
    width: 100%;
    text-align: left;
  }

  .newsletter-form .recaptcha {
    float: left !important;
  }

  .newsletter-form .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    margin-left: 10px;
    margin-top: -15px;
  }

  .newsletter-form .g-recaptcha > div {
    margin-left: -48px;
  }

  .newsletter-form .readon.btn {
    margin-left: 0;
    margin-top: 0;
  }

  .blog-wrapper .page-text {
    padding-right: 0;
  }

  .main-blog .blog-wrapper .blog-title h2:after {
    content: none;
  }

  .blog-image:before {
    content: none;
  }

  .main-blog article.blog .blog-image {
    margin-bottom: 20px;
  }

  .main-blog article.blog:nth-child(odd) .blog-image {
    padding-left: 0px;
  }

  .main-blog article.blog:nth-child(even) .blog-wrapper .page-text {
    padding-left: 0;
  }

  .main-blog {
    background-image: none;
  }

  .main-blog article.blog:nth-child(even) .blog-image {
    padding-right: 0px;
  }

  .home_resources_widgets .res_body .res_ttl li {
    display: block;
    padding-bottom: 0;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 55px;
    border: none;
    border-bottom: 1px solid #ededed;
  }

  .home_resources_widgets .res_body .res_ttl li.res_btn.active .caret {
    transform: rotate(90deg) translateY(-50%);
    top: unset;
    bottom: unset;
    right: 30px;
    margin: auto;
  }

  .home_resources_widgets .res_item.row {
    margin-right: 0px;
  }

  /* .bgimage {
  min-height: 630px;
} */
  .resilience .layout-slideshow .sprocket-features-content {
    right: 50%;
    height: 440px;
    left: auto;
    bottom: 0;
    width: 90%;
    margin: auto;
    transform: translate(50%);
    padding: 30px 20px;
  }

  .slider_desc-class .sprocket-features-img-container {
    margin-top: 0;
  }

  .slider_desc-class h2.sprocket-features-title {
    font-size: 30px;
    color: var(--primary-blue);
    margin-top: 15px;
  }

  .slider_desc-class.home-banner h2.sprocket-features-title {
    margin-top: 0;
  }

  .slider_desc-class ul.sprocket-features-img-list:before {
    content: none;
  }

  .slider_desc-class .layout-slideshow li .sprocket-features-content {
    transform: translate(-50%, -50%);
    bottom: 0;
    top: 50%;
    margin: 0 auto 0 auto;
    padding: 20px;
    width: 100%;
  }

  .slider_desc-class .sprocket-features-desc a {
    border: 2px solid var(--primary-blue);
  }

  .slider_desc-class .sprocket-features-desc a {
    border: 0;
    display: block;
    margin: 5px 0 0 0;
    color: var(--primary-blue) !important;
  }

  .banner-menu {
    margin-top: 0px;
    font-family: ubuntu-regular;
    position: relative;
    bottom: unset;
    z-index: 99;
  }
  .banner-menu ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
    padding: 0;
    float: none;
    width: 100%;
    position: relative;
    bottom: 0;
    left: unset;
    transform: translateX(0%);
    margin: auto;
    padding: 0 30px;
  }
  .home-banner .metaslider .caption-wrap {
    position: relative;
    left: 0;
    transform: translateX(0);
    bottom: 0;
    top: 0;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    text-align: center;
    background: transparent;
    color: var(--primary-blue);
    opacity: 1;
    display: block;
    line-height: 1.4em;
    height: auto;
    z-index: 3;
  }
  .custom-menu-footer ul li a {
    border: 0;
  }

  .main-related h2 {
    margin-top: 20px;
  }

  .banner-sec .layout-slideshow .sprocket-features-content {
    width: 280px;
  }
}

@media screen and (min-width: 1200px) {
  .objective-main .container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1230px;
  }

  p.elementor-image-box-description {
    padding: 0 5px;
  }

  /* div.container {
    max-width: 1230px;
} */
  #masthead .container-fluid {
    width: 1230px;
    padding: 0;
  }
}

@media (max-width: 1300px) and (min-width: 1200px) {
  #masthead .container-fluid {
    width: 1130px;
    padding: 0;
  }
}

.all-res {
  display: none;
}

.resources-s .twit-feed:after {
  content: " ";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.06;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../twt_bg.html);
}

.advance-search-result {
  position: absolute;
  top: 50px;
  z-index: 10000;
  width: 200px;
  overflow: auto;
  max-height: 90vh;
  right: 6px;
}

@media screen and (min-width: 1200px) {
  div.container {
    max-width: 1230px;
  }
}

.advance-search-result::-webkit-scrollbar {
  width: 6px;
}

.advance-search-result::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(235, 36, 36, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.advance-search-result::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px var(--primary-blue) 50;
  box-shadow: inset 0 0 6px var(--primary-blue) 50;
  background-color: var(--primary-blue) 90;
  border-radius: 4px;
}

#masthead .container-fluid {
  position: relative;
}

/* loader */

.load-more {
  background: #f8f8f8;
  margin-bottom: 30px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  outline: 0;
}

#lazyloader.active {
  background: none;
  font-weight: normal;
  color: var(--primary-blue);
  font-size: 21px;
}

#lazyloader {
  cursor: pointer;
  display: block;
  height: 50px;
  line-height: 48px;
  margin: 0px;
  border: none;
  text-align: center;
  width: 100%;
}

.perc-recommendation ul {
  list-style: none;
  padding: 0;
}

.interest-title {
  font-size: 16px;
}

@media (max-width: 426px) and (min-width: 325px) {
  .insidepage.country .moduletable .custom .left-section {
    box-shadow: none;
  }

  /* .top-text div {
      width: 246px !important;
  } */

  .foundation-change {
    width: 100% !important;
    min-width: 125px !important;
  }

  .zurich-class h4 {
    font-size: 15px;
    padding-top: 15px;
  }
}

/* /who we */
.objectives-fonts span {
  font-size: 33px;
  font-family: "frutigerbold";
}

.objectives-fonts .col-md-6 {
  padding-top: 25px;
}

.objectives-fonts .col-md-6 ul li {
  color: #4b4a4a !important;
  font-size: 16px;
}

.theory-change p {
  font-size: 16px;
}

.theory-change p span {
  font-size: 16px;
  color: #4b4a4a !important;
}

.foundation-change {
  width: 100% !important;
  margin: 0;
  /* min-width: 865px; */
  font-size: 16px;
}

.buttons-frmc p {
  margin-right: 40px;
  margin-left: 40px;
  margin-top: 119px !important;
}

.post-event-div p {
  margin-top: 171px !important;
}

.one-solutions {
  padding-top: 18px;
}

.too-solutions {
  padding-top: 18px;
}

.too-solutions h4 {
  padding-bottom: 15px;
  line-height: 1.3;
}

.our-knowledge p {
  font-size: 16px;
  color: #4b4a4a;
  font-size: 16px;
}

.our-knowledge ul {
  font-size: 16px;
  color: #4b4a4a;
}

p.btn-o {
  padding-top: 38px;
}

.post-event-div {
  padding-top: 20px;
}

.buttons-frmc {
  display: inline-flex;
  margin-top: -29px;
}

.dspace-usercomments {
  min-height: 75px;
  border: 1px solid #e2e2e2;
  width: 100%;
  padding: 25px;
  border-radius: 5px;
}

.dspace-usercomments-section {
  clear: both;
  margin-bottom: 30px;
}

.query_block_header_comment {
  margin-bottom: 16px;
}

.dspace-usercomments #no-comment-msg {
  text-align: center;
  font-size: 15px;
  color: #696969;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.single-blog .heading.query_block_header_comment {
  font-size: 24px;
}

.single-blog .article_author h3 {
  font-size: 20px;
}

.dspace-usercomments #no-comment-msg label {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  font-family: ubuntu-regular;
}

#comment_approve {
  background-color: #cbdcf5;
  color: #5362ab;
  border: 1px solid #b0b0ff;
  padding: 5px 15px;
}

/* .where-we-work span {
  font-size: 15px;
}


.where-we-work h4 span {
    font-size: 21px;
} */
.page.page-id-2200 iframe {
  width: 600px;
  margin: auto;
  display: block;
}

form.pass-form {
  margin-bottom: 30px;
  box-shadow: none;
  width: 500px;
  padding: 20px;
  margin: 14px auto 37px;
  position: relative;
}

form.pass-form .wrong_message {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  text-align: left;
}

form.pass-form .wrong_message p {
  width: max-content;
}

form.pass-form #pwbox-12222 {
  box-shadow: none;
}

.partner-password {
  max-width: 1300px;
  margin: 18px auto;
  padding: 10px 15px;
  text-align: center;
}

.partner-password h2 {
  margin-bottom: 18px;
  color: var(--primary-blue);
}

.pass-form .btn.btn-primary {
  float: left;
  border: 1px solid var(--primary-blue);
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  background: white;
  color: var(--primary-blue);
  border-width: 0 !important;
  border-width: 1px !important;
}

.pass-form .btn.btn-primary:hover {
  background: #688400;
  transition: 0.5s;
  border: 1px solid #688400;
  color: #fff;
}

.pass-form .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #688400;
}

.pass-form .form-group.form-inline input.btn.btn-primary {
  width: 27%;
  text-align: center;
  border-radius: 0;
  margin: 0px auto;
  background: #4eb8b4;
  color: #fff;
  padding: 8px 25px;
  border: 1px solid #fff;
  margin-bottom: 0;
  border-radius: 5px;
}

.custom-password-message {
  color: red;
  width: 500px;
  margin: 0px auto 0px;
}

.pass-form p {
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  .archive.post-type-archive .main-resources-page .comp_wrapper {
    margin: 0 -15px;
    margin-top: 50px;
  }
}

.learnt-section.about-portal ul li {
  margin-bottom: 0;
}

.learnt-section.about-portal ul li::before {
  font-size: 22px;
  top: 5px;
  position: relative;
  margin-left: 0;
  left: 0;
}
.archive .list_item_content .readmore {
  width: 100%;
  border-radius: 0;
}
.post-type-archive-dspace_asset .comp_wrapper .images-wrapper {
  border-radius: 5px;
}
#animation_container {
  height: auto !important;
}
.wp-block-button a {
  background-color: var(--primary-blue) !important;
}
.wp-block-button {
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 14px;
}
.blog-title a:hover {
  color: var(--primary-blue);
}
.rotate img {
  transition: 0.2s all ease;
  transform: rotate(90deg);
}
.banner-inner {
  position: relative;
}
.banner-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url(../svg/overlay.svg);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-size: cover;
  transform: translateY(-50%);
}
/* .banner-inner::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  background-image: url(images/part-2.png);
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 1;
} */
@media only screen and (max-width: 769px) {
  .banner-inner::before,
  .banner-inner::after {
    display: none;
  }
  .see-more {
    position: absolute;
    background: var(--primary-blue);
    width: 30px !important;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    right: 15px;
    top: 25px;
  }
  .abt-partner .elementor-widget-container {
    text-align: left;
  }
  .partners-box:hover .elementor-widget-image {
    display: block;
    opacity: 1;
  }
  .partners-box .elementor-widget-text-editor,
  .partners-box:hover .elementor-widget-text-editor {
    display: block;
    opacity: 0;
    height: 0;
    transition: 0.1s all;
    text-align: left;
  }
  .partners-box .elementor-widget-text-editor.show {
    display: block;
    opacity: 1;
    margin-top: 10px;
    height: auto;
    text-align: left;
  }
  .abt-partner .elementor-widget-container img:before {
    content: "";
    background-image: url(../png/right-arrow.png);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--primary-blue);
    display: flex;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }
  .partners-box .elementor-element-populated {
    min-height: auto;
  }
  .abt-partner img {
    width: 120px;
  }
  .home_resources_widgets .res_body .res_img_block {
    box-shadow: none;
    display: block;
  }
  .home_resources_widgets .res_body .res_img_block img {
    border-radius: 5px;
  }
  .post-type-archive-perc_recommendation .row {
    padding: 0 15px;
  }
  .grid-item .image-wrapper img {
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    transition: 0.3s ease;
    width: 100%;
  }
  .container.pd-mb-0 {
    padding: 0;
  }
  .column.col-md-4.video-title {
    padding: 0 15px !important;
  }
  .post-type-archive-blog .row {
    padding: 0 15px;
  }

  .search-bar {
    padding: 15px 0;
  }
  .page-template-solutions .row {
    padding: 0 15px;
  }
  .breadcrum_content-class.custom {
    display: none;
  }
  #searchFormResource .mb-30 {
    margin-bottom: 0;
  }
  .explore a:before {
    right: 15px;

    top: 50%;
    transform: translateY(-50%) scale(0.6);
  }
  .perc-recommendation-main .row {
    padding: 0;
  }
  .post-type-archive .breadcrum_content-class.custom,
  .page-template-solutions .breadcrum_content-class.custom {
    position: absolute;
    left: 50px;
    bottom: 30px;
    z-index: 0;
    min-width: 330px;
  }
  .post-type-archive .banner-sec .container {
    height: 100%;
  }
  .post-type-archive .banner-sec .container,
  .page-template-solutions .banner-sec .container {
    position: relative;
  }
  .metaslider.inside-banner .caption {
    line-height: 32px;
    padding: 15px 0;
    min-width: calc(100% - 75px);
  }
  .bottom-section {
    padding: 0 15px;
  }
  .protected_password_page .container .row {
    padding: 0;
  }
  .protected_documents .frmcUnderstanding-item-row .frmcUnderstanding-thumbnail,
  .frmcUnderstanding-item-row .frmcUnderstanding-thumbnail,
  .post-type-archive-dspace_asset .comp_wrapper .images-wrapper {
    border: 1px solid #c5c5c5;
    height: 130px;
  }
  .dspace_search_wrapper {
    padding: 20px 10px;
  }
  .blog .entry-header .mb-30 {
    margin-bottom: 0;
  }
  .home_resources_widgets
    .res_body
    .res_item
    .res_list:nth-last-child(2)
    .res_list-inside,
  .home_resources_widgets
    .res_body
    .res_item
    .res_list:nth-child(3)
    .res_list-inside {
    border-bottom: 1px solid #d1d1d1;
  }
  .footer-menu li {
    margin: 0 10px;
  }
  .partners-text p {
    text-align: center;
  }
  #menu-footer-menu {
    justify-content: center;
    padding-left: 0;
  }
  .page.page-id-2200 iframe {
    width: 100%;
  }

  .resource_breadcrum-class .elementor-container {
    left: 15px;
  }

  .objective-container span {
    font-size: 24px;
  }

  .tool-section .elementor-button-link.elementor-button {
    width: 100%;
  }

  form.pass-form {
    margin: 17px 0 20px;
    padding: 0;
  }

  .protected_password_page .form-section {
    padding: 32px 12px 40px;
  }

  .protected_password_page .form-section .contact-section {
    padding: 23px 25px 0 !important;
  }

  form.pass-form .wrong_message {
    bottom: 20px;
  }

  .frmcUnderstanding-items span.greytext.filesize {
    margin-left: 0px;
  }

  .slider_desc-class .sprocket-features-desc a:after {
    background-image: url(../svg/chevron-circle-right-blue.svg);
  }

  .slider_desc-class.home-banner .sprocket-features-desc a:after {
    background-image: url(../svg/chevron-circle-right-blue.svg);
  }

  .home_resources_widgets .res_ttl > ul {
    overflow-x: scroll;
    justify-content: start;
  }

  section.listings .sprocket-strips-text .arrow-read {
    right: 5px;
  }

  .listings .sprocket-strips-desc {
    padding: 15px 20px 15px 15px;
  }

  .elementor-widget-image-box .elementor-image-box-wrapper {
    display: flex;
  }
  .discover-btn .elementor-widget-image-box .elementor-image-box-wrapper {
    align-items: center;
    justify-content: center;
  }
  .explore .elementor-widget-image-box .elementor-image-box-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .elementor-widget-image-box .elementor-image-box-content {
    padding-left: 15px;
    text-align: left !important;
  }

  form.pass-form {
    width: 100%;
  }

  .custom-password-message {
    width: 100%;
  }

  .pass-form input.btn {
    margin-top: 15px;
  }

  .Resource_banner-class h2 {
    font-size: 17px;
  }

  .partners-list img {
    max-width: 100% !important;
  }

  .portal-wrap .slick-arrow {
    height: 35px;
    width: 35px;
  }

  .portal-wrap .slick-arrow img {
    width: 12px;
  }

  .social-share {
    width: 100% !important;
  }
}

.resource-lists .read-more .pdf-section span.greytext.filesize {
  margin-left: 0;
}

.resource-lists .read-more .pdf-section a.static.icon_down.downloadable {
  position: relative;
  margin: 0 15px;
}

.resource-lists .read-more .pdf-section a.static.icon_down.downloadable:after {
  content: url(../png/down_btn.png);
  position: absolute;
  right: 0;
}

.resource-lists .text-container:hover a.static.icon_down.downloadable:after {
  content: url(../png/down_btn_white.png);
}

.resource-lists .text-container .detail .read-more a.static.downloadable {
  padding: 3px 0px;
}

.post-2200 p,
.post-2200 ul,
.post-2200 {
  font-size: 16px;
}

/* .resource-lists .resource-lists-contatiner .static.icon_down{
  background: url(../images/down_btn.png)no-repeat;
    float: left;
    background-size: 89%;
} */

.top-text p span.normaltextrun iframe {
  margin-top: 13px;
}

.what-we-learnt .elementor-widget-image .elementor-image img {
  margin: auto;
  display: block;
}

.what-we-learnt h4 {
  text-align: center;
}

.resources_entry-content.has-thumb table {
  margin-top: 5px;
  font-family: "ubuntu-regular";
  font-size: 16px;
}

.resources_entry-content.has-thumb
  .date_author_wrapper
  .table-condensed
  > tbody
  > tr
  > td {
  padding: 2px 7px 5px 0;
  width: 65px;
}

.mobile-menu-banner #menu-banner-menu-1 li {
  background: #009edc;
}

.mobile-menu-banner #menu-banner-menu-1 li ul.sub-menu li {
  background: #35c5f1;
  margin-bottom: 1px;
}

.mobile-menu-banner #menu-banner-menu-1 li a {
  background: none;
  /* float: left; */
}

.mobile-menu-banner #menu-banner-menu-1 li ul a {
  float: none;
}

.mobile-menu-banner #menu-banner-menu-1 li a span {
  position: absolute;
  right: 25px;
}

.newsletter-form .readon.btn input {
  width: 128px;
}

.featured .sprocket-strips-title a {
  color: #fff;
}

.perc-document-wrapper .percReports-items.container,
.perc-document-wrapper .percReports-items.container .container-fluid {
  padding: 0;
}

.single.single-blog h1,
.single.single-events h1 {
  font-size: 24px;
  font-weight: 500;
  font-family: "ubuntu-medium" !important;
  color: #179994;
  margin-bottom: 10px;
}

.single.single-blog h2,
.single.single-events h2 {
  font-size: 26px;
}

.single.single-blog h3,
.single.single-events h3 {
  font-size: 22px;
}

.single.single-blog h4,
.single.single-events h4 {
  font-size: 18px;
}

.single.single-blog .comments-area h3,
.single.single-events .comments-area h3 {
  font-size: 15px;
}
.load-more-btn.last {
  display: none;
}
.load-more-btn img {
  margin-left: 5px;
}
@media only screen and (min-width: 1500px) {
  .what-we-learnt .elementor-widget-image .elementor-image img {
    float: right;
    margin-right: 65px;
  }

  .what-we-learnt h4 {
    text-align: center;
    float: right;
    margin-right: 75px;
  }
}

.menu-floating-menu-container {
  cursor: pointer;
}

.content-area.extended,
.main-resources-page {
  width: 100%;
}

.wp-block-image figcaption em,
figcaption em,
figcaption {
  font-size: 12px;
}

.arabic .item_description,
.arabic header {
  text-align: right;
  direction: rtl;
}

.arabic .author-name {
  direction: rtl;
}

.arabic_item {
  text-align: right;
  direction: rtl;
}

.frmcUnderstanding-text.arabic_frmc .frmcUnderstanding-title,
.frmcUnderstanding-text.arabic_frmc .frmcUnderstanding-body {
  text-align: right;
  direction: rtl;
}

.text-container.arabic_related_resource p,
.text-container.arabic_related_resource h4 {
  text-align: right;
  direction: rtl;
}

.solu-list.list_item_image.arabic_solution .solution-content.entry-content p,
.solu-list.list_item_image.arabic_solution .list_item_content h4 {
  text-align: right;
  direction: rtl;
}

.percMethodology-itemwrapper.arabic_perc_methodology .percMethodology-text {
  text-align: right;
  direction: rtl;
}

.carousel-item.arabic_carousel .slider_overlay p.text-center,
.carousel-item.arabic_carousel .inside-carousel p.text-center.title {
  text-align: right !important;
  direction: rtl;
}

.arabic_perc_item h2.entry-title,
.arabic_perc_item .entry-content .result-text {
  text-align: right;
  direction: rtl;
}

.arabic_search .entry-title .arabic_title,
.arabic_search .entry-content {
  text-align: right;
  direction: rtl;
}
.page-id-131 .contact-us-btn .fas {
  right: unset;
}
.entry-title span {
  float: left;
  margin-right: 5px;
}

.arabic_search .result-text {
  margin-right: 0;
}

.follow-us-title {
  margin-bottom: 10px;
}

.contact-us-btn .fas {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 32px;
}

.contact-us-btn .elementor-button-content-wrapper {
  line-height: 24px;
  padding-right: 10px;
}
.text-centered {
  width: 800px;
  margin: auto;
}
.elementor-widget-wrap > .elementor-element.text-centered {
  width: 800px;
  margin: auto;
}
.impact-social .footer-blue {
  display: none;
}
.impact-social .partners-list img {
  height: auto;
}
.impact-banner {
  position: relative;
}
.impact-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 360px;
  transform: matrix(-1, 0, 0, -1, 0, 0);
  bottom: 0;
  left: 0;
  z-index: 1;
  background: transparent linear-gradient(180deg, #000000 0%, #00000000 55%) 0%
    0% no-repeat padding-box;
}
.sec-heading.impact {
  margin-bottom: 20px;
}
.impact-testimonial img {
  height: 300px;
  object-fit: cover;
}
.impact-testimonial .elementor-image-box-wrapper {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.impact-testimonial
  .elementor-image-box-wrapper:hover
  .elementor-image-box-content {
  opacity: 0;
  z-index: -1;
}
.impact-testimonial .elementor-image-box-content {
  display: flex;
  background: #edeeeee8;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: 0.2s all ease;
  padding: 10px;
  color: var(--primary-blue);
}
.impact-testimonial .elementor-image-box-title {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.discover-btn:after {
  position: absolute;
  right: 0;
  top: 50%;
  background: #fff;
  border-radius: 50px;
  right: 30px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  transform: translateY(-50%);
}
.discover-btn.btn-navy:after {
  content: url(../png/arrow-dark.png);
}
.discover-btn.btn-blue:after {
  content: url(../png/arrow-blue.png);
}
.discover.btn .elementor-widget-image-box .elementor-image-box-content {
  width: 45%;
}
.discover-btn .elementor-widget-image-box .elementor-image-box-content {
  padding-right: 200px;
}
@media (max-width: 1310px) and (min-width: 920px) {
  .custom-section {
    width: 100% !important;
    left: 0 !important;
  }

  .objective-main {
    padding: 40px 50px;
  }

  .addthis-smartlayers .atss .at-share-btn .at-icon-wrapper,
  .atss a .at-icon-wrapper {
    padding: 4px 0;
  }

  .addthis-smartlayers .atss .at-share-btn span .at-icon,
  .atss a span .at-icon {
    width: 1.5pc;
    height: 1.5pc;
  }

  .addthis-smartlayers .atss .at-share-btn,
  .atss a {
    width: 2pc;
  }

  .addthis-smartlayers .atss .at-share-btn:focus,
  .addthis-smartlayers .atss .at-share-btn:hover,
  .addthis-smartlayers .atss a:focus,
  .addthis-smartlayers .atss a:hover {
    width: 3pc;
  }
}

@media (max-width: 1280px) and (min-width: 1200px) {
  /* .custom-section, */
  .objective-icon.top-icon,
  .objective-icon.bottom-icon {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1200px) and (min-width: 980px) {
  .custom-section {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 930px) and (min-width: 768px) {
  .dspace_search_wrapper.filter .col-lg-3 {
    max-width: 33.33%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .dspace_search_wrapper.filter .col-lg-12 {
    max-width: 33.33%;
  }
  .dspace_search_wrapper.filter .col-lg-12 .apply_btn {
    margin-top: 0;
  }
  .dspace_search_wrapper.filter .col-lg-12 input {
    width: 100%;
  }
}
@media (max-width: 1080px) and (min-width: 768px) {
  .portals .elementor-column {
    width: 100% !important;
  }
  .localslides.fades {
    flex-direction: row;
  }
  .objective-icon .elementor-text-editor.elementor-clearfix {
    margin: auto;
    display: block;
    text-align: center;
  }

  .description-holder {
    text-align: left;
  }

  .elementor-2640 .elementor-element.elementor-element-6f95a414 {
    width: 100%;
  }

  .elementor-2640 .elementor-element.elementor-element-19051e40 {
    width: 100%;
  }

  .elementor-2640 .elementor-element.elementor-element-1ba9c52e {
    width: 100%;
  }

  .elementor-2640 .elementor-element.elementor-element-1099c7b9 {
    width: 100%;
  }
}

@media (max-width: 1350px) and (min-width: 920px) {
  .resourcelist .res_item.row {
    padding: 0 50px;
  }

  .listings {
    padding-left: 30px;
  }
}

@media (max-width: 1280px) and (min-width: 1200px) {
  .insidepage.country.custom-section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1300px) and (min-width: 1200px) {
  .navbar-static-top ul#menu-main-menu.navbar-nav li a {
    font-size: 13px;
  }

  .banner-menu ul li a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1080px) {
  .text-centered {
    width: 100%;
    margin: auto;
  }
  .impact-accordion a img.alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  .impact-accordion
    .elementor-accordion
    .elementor-tab-title
    .elementor-accordion-icon.elementor-accordion-icon-right {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .impact-banner .resource_breadcrum-class {
    display: none;
  }
  .discover-btn .elementor-widget-image-box .elementor-image-box-content {
    padding-right: 60px;
  }
  .highlights .country-list .country-wrapper p {
    width: 100%;
  }
  .site-main.blog > .row {
    padding: 0;
  }
  .dspace_search_wrapper.filter .col-lg-3 {
    max-width: 100%;
  }
  .filter .apply_btn {
    margin-top: 0;
  }
  html {
    font-size: 80%;
  }

  .desktop-theory {
    display: none;
  }

  .mobile-theory {
    display: block !important;
  }

  .insidepage.country .moduletable .custom .right-section {
    padding: 15px !important;
  }

  #main .insidepage.country .moduletable .custom .side-text .ul-section {
    padding-left: 30px !important;
  }

  .newsletter-form form {
    padding-left: 6px !important;
  }

  .pum-theme-816 .pum-container,
  .pum-theme-enterprise-blue .pum-container {
    padding: 28px 5px !important;
  }

  .site-main.blog .blog-wrapper .row,
  .main-blog .site-main.blog article:nth-child(even) .blog-wrapper .row {
    flex-direction: column-reverse;
  }

  .site-main.blog .blog-wrapper .entry-header .entry-content {
    margin-top: 0;
  }

  .insidepage.country .moduletable .custom .row {
    flex-direction: column-reverse;
  }

  section.pd-15 {
    padding: 0 15px;
  }

  p.elementor-image-box-description a {
    flex-direction: column;
    align-items: flex-start;
  }

  p.elementor-image-box-description a img {
    margin: 0 5px 0 0;
  }

  p.elementor-image-box-description a .more-btn img {
    margin: 0 5px 0 5px;
  }

  span.pdf-text {
    padding-left: 0;
  }

  .resource_breadcrum-class {
    margin: 0 15px;
  }

  .button.filter_apply {
    width: 100%;
  }
  .ea-body img {
    min-height: auto;
    width: 100%;
    object-fit: contain;
    object-position: top;
    margin-right: 0px !important;
  }
  button.filter_apply {
    width: 100%;
    margin-top: 10px;
  }

  .partners-list h2 {
    font-size: 1.75rem;
  }

  .mobile-menu .menu-toggle {
    padding: 6px 6px;
  }

  .portal-white-box1.port-box {
    margin-bottom: 30px;
  }

  .portal-wrap .arrow-left.slick-arrow {
    left: -35px;
  }

  .portal-wrap .arrow-right.slick-arrow {
    right: -35px;
  }
}
.protected-document-body p.description {
  font-size: 14px;
  font-weight: 400;
  height: 61px;
  overflow: hidden;
}
.protected-document-body p.published-date {
  font-size: 11px;
  margin-bottom: 0px;
  font-weight: bold;
  text-transform: capitalize;
}
.protected-document-body p.author {
  font-size: 12px;
  margin-bottom: 0px;
  color: #9b9b9b;
}
.protected-document-body p.publisher {
  margin-bottom: 20px;
  color: #9b9b9b;
}
.frmcUnderstanding-container .heading_paragraph {
  text-align: center;
}
.main-resources-page .images-wrapper a,
.main-resources-page .images-wrapper img {
  height: 100%;
}
.main-resources-page .images-wrapper img {
  object-fit: contain;
}

.page-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-title p {
  margin-bottom: 2rem;
}

#map-view-content {
  display: none;
}

.countries > div {
  position: relative;
  /* border: none;
  padding: 10px;
  text-align: center;
  cursor: pointer; */
}
/* .country-list:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000029;
  z-index: 1;
} */
.countries {
  padding: 10px;
}
.countries img {
  opacity: 1;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in;
}
.countries h6 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  margin: 0;
  color: white;
}

.single-item {
  margin-bottom: 30px;
}
.tab-container {
  display: flex;
  background-color: #015c58;
  width: 250px;
  border-radius: 50px;
}

.tab {
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
  color: #fff;
}
.tab.map {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
}
.tab.map p {
  margin: 0;
  position: absolute;
  right: 14px;
}
.tab.list p {
  margin: 0;
  margin-left: 2px;
}
.tab.list {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
}

.active-tab {
  background-color: #004440;
}
.tab:hover {
  background-color: #004440;
  overflow: hidden;
}
.tab-content {
  margin: 35px 0px;
}
.tab-content h2 {
  padding-left: 10px;

  color: #000;
}
.tab-container svg {
  width: fit-content;
  height: 25px;
  padding: 5px;
  border-radius: 50px;
  background: #347c7b;
  fill: #015c58;
}
.tab.map svg {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
}
.tab.list svg {
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translate(-50%, -50%);
}
.active-tab svg {
  background: #fff !important;
  fill: #004440 !important;
}

.partners {
  margin: 20px 0;
}
.partners .country-image-gallery {
  display: flex;
  border-top: 1px solid var(--primary-blue);
  width: 100%;
  border-bottom: 1px solid var(--primary-blue);
  padding: 20px 0;
  flex-wrap: wrap;
}
.partners .country-image-gallery img {
  margin-right: 10px;
}
.partners h4 {
  font-size: 14px;
  text-transform: uppercase;
}
.partners img {
  width: 100px;
  margin-left: 10px;
  object-fit: contain;
}
.country-title h1 {
  margin: 0;
  font-size: 52px;
}
.learn-more h2 {
  font-size: 22px;
  margin-bottom: 0;
}
.sec-heading {
  color: var(--primary-blue);
  text-align: center;
  font-size: 34px;
  position: relative;
  margin-bottom: 40px;
}
.sec-heading:after {
  content: "";
  position: absolute;
  background: var(--earth);
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  z-index: 99;
  bottom: 0;
}
#sp-ea-21846.sp-easy-accordion > .sp-ea-single {
  background: #ffffff;
  box-shadow: 0px 1px 5px #d4d4d4a8;
}
#sp-ea-21846.sp-easy-accordion > .sp-ea-single {
  margin-bottom: 10px;
  /* border: 1px solid #179994; */
}
@media (min-width: 730px) {
  .two-grid {
    display: grid;
    grid-template-columns: 2fr 2fr;
    align-items: center;
  }
  .countries {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .learn-more {
    width: 250px;
    /* height: 250px; */
  }
}
@media (max-width: 729px) {
  /* .row {
    padding: 0 15px;
  }*/
  .single-dspace_asset .row {
    padding: 0;
  }
  .post-type-archive-country .row {
    padding: 0;
  }
  .two-grid {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .partners > div {
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
  }

  .country-content {
    display: flex;
    flex-direction: column;
    /* margin: 27px 0px 27px 0px; */
  }
  .countries {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .learn-more-section {
    flex-direction: column;
  }
  .learn-more {
    width: 200px;
    height: 200px;
    margin: 10px;
  }
  .cards-section {
    flex-direction: column;
  }
  .cards {
    width: 100% !important;
    margin: 10px 0px;
  }
}

.country-intro-img {
  display: flex;
  justify-content: end;
}
.short-intro {
  margin-right: 25px;
}
.country-intro-img img {
  height: fit-content;
  display: block;
}
.key-facts {
  margin: 40px 0px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  align-items: center;
  width: 100%;
  padding: 25px 0px;
}
.key-facts > div {
  width: 33.33%;
  text-align: center;
}
.key-facts p {
  margin: 0;
  font-weight: bolder;
}
.country-wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
}
.more-items .country-wrapper {
  height: 240px;
  object-fit: cover;
}
.country-content {
  margin-bottom: 40px;
}
.highlights .row {
  padding: 0 15px;
}
.single-country .country-wrapper .pinned-label {
  left: 12px;
  top: 0;
}
.single-country .country-wrapper .country-content .pinned-label.testimonial {
  top: 0;
  left: 9px;
}
.pinned-label {
  position: absolute;
  top: 0px;
  padding: 5px 6px 5px 6px;
  background-color: var(--earth);
  font-size: 12px;
  color: #fff;
  font-family: "ubuntu-regular";
  text-transform: uppercase;
  left: 9px;
  z-index: 99;
  border-radius: 2px;
}
.archive .country-wrapper:hover img.single-country .country-wrapper:hover img,
.highlights .country-wrapper:hover img,
.country-list .country-wrapper:hover img,
.impact-testimonial .elementor-image-box-wrapper:hover img {
  transform: scale(1.1);
}
.more.flex-item {
  color: #009edc;
}
.country-wrapper .testimonial-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  transition: 0.2s all ease;
}

.cards-section {
  display: flex;
  justify-content: space-between;
}
.cards {
  width: 32%;
  padding: 15px;
  border: 1px solid #e6e7e7;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.report-text {
  font-size: 20px;
  margin-top: 1rem;
}
.phase-three-section {
  margin-top: 40px;
}
.learn-more {
  background: #2c9af0;
  margin: 0 30px;
  display: flex;
  align-items: center;
  border-radius: 45px;
  text-align: center;
  padding: 35px;
  color: #fff;
}
.ea-body img {
  border-radius: 2px;
}
.post-type-archive-country .partners-list img,
.home .partners-list img {
  height: auto;
}
.learn-more-section {
  display: flex;
  justify-content: center;
  margin: 40px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.thumb-details .read-more a,
.impact-testimonial .elementor-image-box-description,
.impact-accordion .read-more {
  background-image: url(../svg/chevron-circle-right-blue.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 14px;
  border-radius: 20px;
  margin: 0;
  padding-right: 20px;
  color: var(--primary-blue);
}
.impact-accordion .read-more {
  text-transform: uppercase;
  font-size: 12px;
}

.impact-testimonial .elementor-image-box-description {
  margin-left: auto;
}
.country-list p {
  padding-left: 0;
  color: var(--primary-blue);
  margin-bottom: 0;
  z-index: 99;
  font-weight: 600;
}
.country-list .country-wrapper p {
  text-align: left;
  margin-right: 5px;
  color: var(--primary-blue);
  font-family: "ubuntu-medium";
  font-weight: 500;
}
.country-list-page {
  margin: 50px 0;
}
.page-title.country-list-page h1 {
  font-size: 40px;
}
/* Country page */

.banner-sec.country-banner {
  height: 300px;
  width: 100%;
  background-size: cover;
  display: block;
  background-position: center;
  position: relative;
  margin-bottom: 0;
}
.archive .banner-sec.country-banner {
  margin-bottom: 40px;
}
.archive .banner-sec.country-banner h1 {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: auto;
  z-index: 9;
}
.country-brief {
  background: #e4f4fb;
  padding: 14px 0;
  margin-bottom: 40px;
  font-size: 14px;
  position: relative;
}
.country-brief:before {
  content: "";
  height: 0px;
  width: 0px;
  position: relative;
  border-right: solid 25px transparent;
  border-left: solid 25px transparent;
  border-top: solid 25px #e5f5fb;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}
span.checkbox {
  background: #fff;
  margin: 0 5px;
  padding: 5px 10px;
  color: #000;
  padding-left: 40px;
  position: relative;
}
.checkbox.Rural {
  border: 1px solid #008675;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 10%;
}
.checkbox.Urban {
  border: 1px solid #7a6855;

  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 10%;
}
span.checkbox.disabled {
  border-color: #e7e7e7 !important;
  opacity: 0.4;
}
span.checkbox.disabled:before {
  content: "";
  background-color: #00000003;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.archive .banner-sec.country-banner h1:after {
  left: 50%;
  transform: translateX(-50%);
}
.banner-sec.country-banner:before {
  content: "";
  position: absolute;
  background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0%
    0% no-repeat padding-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: matrix(-1, 0, 0, -1, 0, 0);
  z-index: 9;
}
.archive .banner-sec.country-banner:before {
  background: #00000067;
}
.archive.post-country-archive.current-item span,
.post.post-country-archive span {
  display: none;
}
.archive.post-country-archive.current-item:before,
.single-country .post.post-country-archive:before {
  content: "Where we work";
}
.title-wrapper {
  z-index: 9;
  display: block;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  text-align: left;
}
.banner-sec.country-banner h1,
.impact-banner h1 {
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  width: 100%;
  text-transform: capitalize;
  margin-bottom: 0;
  position: relative;
}

.flag {
  width: 29px;
  object-fit: contain;
  margin-right: 10px;
}
.banner-sec.country-banner h1:after,
.impact-banner h1:after {
  content: "";
  position: absolute;
  background: #fff;
  left: 0;
  width: 55%;
  height: 2px;
  z-index: 99;
  bottom: -20px;
}
.impact-banner h1:after {
  left: 50%;
  width: 40%;
  transform: translateX(-50%);
  width: 185px;
}
.line-break {
  border-top: 1px solid var(--primary-blue);
  width: 100%;
  height: 1px;
  display: block;
  margin: 20px 0;
}
.country-list {
  position: relative;
  overflow: hidden;
}
.tab-pane .country-list p {
  padding-left: 0;
  font-size: 16px;
}
.nav.nav-tabs.continent-list {
  border: 0;
}
.continent-list.nav-tabs .nav-item .nav-link {
  border: 1px solid var(--primary-blue);
  border-radius: 0;
  margin-right: 10px;
  color: var(--primary-blue);
  font-weight: 600;
  padding: 5px 10px;
  display: block !important;
  text-transform: capitalize;
  transition: 0.2s all ease;
  font-size: 18px;
  border-radius: 5px;
}
.continent-list.nav-tabs .nav-item .nav-link:hover {
  background: var(--primary-blue);
  color: #fff;
}
.continent-list.nav-tabs .nav-item .nav-link.active {
  background: var(--primary-blue);
  color: #fff;
}
.continent-list.nav-tabs .nav-link:not(.disabled):hover,
.continent-list.nav-tabs .nav-link:not(.disabled):focus {
  padding-bottom: 5px;
  margin-top: 6px;
}
.tab-content > .tab-pane.active {
  display: flex;
  margin: 0 -15px;
}
.thumb-details {
  padding: 5px 10px;
  display: flex;
  background: rgb(255 255 255 / 90%);
  justify-content: start;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: 0.2s all ease;
}
.tab-pane p {
  padding-left: 15px;
}

.banner-sec.country-banner .sprocket-accordion-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 999;
}
.thumb-details .read-more {
  margin-left: auto;
}
.single .thumb-details .read-more a {
  width: 95px;
  display: inline-block;
}
.thumb-details .read-more a,
.impact-testimonial .elementor-image-box-description {
  font-size: 12px;
  color: var(--primary-blue);
  font-weight: 600;
  text-transform: uppercase;
}
.highlights .sec-heading {
  margin-bottom: 20px;
}
.highlights .country-wrapper .thumb-details {
  transition: 0.3s all ease;
}
.highlights .country-wrapper:hover .thumb-details {
  opacity: 0;
  z-index: -1;
}
.highlights p {
  text-align: center;
  margin-bottom: 0px;
  display: block;
}
.thumb-details .read-more a:hover {
  text-decoration: none;
}
.highlights .short-desc {
  margin-bottom: 20px;
  width: 600px;
  margin: 0 auto 20px;
}
.highlights .country-list {
  padding: 5px 15px;
}
span.filter-text {
  font-size: 13px;

  margin-bottom: 10px;
  font-size: 16px;
}
.load-more-btn {
  cursor: pointer;
  display: block;
  height: 50px;
  line-height: 48px;
  margin: 0px;
  text-align: center;
  width: 100%;
  font-weight: normal;
  color: var(--primary-blue);
  font-size: 21px;
  background: #f8f8f8;
  margin-bottom: 30px;
  border: 1px solid #dddddd;
}
.more-items {
  width: 100%;
  display: flex;
}

.flex-item {
  display: flex;
  margin-right: 30px;
  align-items: center;
}
.flex-item label {
  margin-bottom: 0;
  font-family: "ubuntu-regular";
}
.checkbox.Flood {
  border: 1px solid var(--primary-blue);
}
.checkbox {
  border-radius: 5px;
}
.checkbox.Flood {
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 10%;
}
.checkbox.Heatwave {
  border: 1px solid #e89a36;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 10%;
}
.checkbox.Wildfire {
  border: 1px solid #cf4520;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 10%;
}
span.checkbox {
  background: #fff;
  margin: 0 5px;
  padding: 5px 10px;
  color: #000;
  display: flex;
  border-radius: 5px;
}
span.checkbox img {
  width: 20px;
  object-fit: contain;
  margin-right: 5px;
  height: 20px;
}
.flex-item .items {
  display: flex;
}
span.checkbox p {
  margin-bottom: 0;
}
.timeline p {
  color: var(--primary-blue);
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 24px;
  font-family: "frutigerbold";
}
.country-brief .container {
  display: flex;
  justify-content: space-around;
}
.more {
  color: var(--primary-blue);
}
.more a:hover {
  text-decoration: none;
  color: var(--primary-blue);
}
.more img {
  width: 18px;
}
.testimonial-wrapper img {
  height: 400px;
  object-fit: cover;
  width: 100%;
  transition: 0.2s all ease;
}
.testimonial-wrapper:hover img {
  transform: scale(1.1);
}
.testimonial-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.testimonial-wrapper .testimonial-bottom {
  background: #fbfbfbe0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  color: var(--primary-blue);
}
.testi-popup,
.testi {
  position: fixed;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #000000a8;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  /* display: none; */
  z-index: -1;
  color: #fff;
  opacity: 0;
  transition: 0.2s all ease-in-out;
}
.testi {
  opacity: 1;
  z-index: 999;
}
.testi-popup.show,
.testi.show {
  display: flex;
  opacity: 1;
  z-index: 999;
}
.testi-popup .inner-wrapper,
.testi .inner-wrapper {
  background: var(--primary-blue);
  width: 70%;
  margin: auto;
  position: relative;
  border-radius: 5px;
}
.testi-popup .container,
.testi .container {
  padding: 30px 50px;
}
.testi-popup img,
.testi img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  border-radius: 2px;
}
.testi-popup p,
.testi p {
  max-height: 400px;
  overflow: auto;
}
.testi .inner-wrapper .left-text p {
  text-align: left;
  margin-bottom: 10px;
}
.popup-title {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.popup-title:before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  background-color: #fff;
}
.tab-content .country-wrapper img,
.country-list .country-wrapper img {
  height: 240px;
  object-fit: cover;
  transition: 0.5s all ease;
}
.highlights .country-list .country-wrapper img {
  object-position: top;
}
.country-list .country-wrapper img {
  width: 100%;
  transition: 0.5s all ease;
}
.close-popup img {
  width: 20px;
  background: #fff;
  position: absolute;
  right: 30px;
  top: 30px;
  height: 20px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 999;
}
.text-future {
  width: 800px;
  margin: auto;
  text-align: left;
}
.text-future p {
  margin-bottom: 0;
}
.future-buttons-container {
  background-image: url(../png/map.png);
  height: 450px;
  background-size: 70%;
  margin: auto;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
}
.country-wrapper .thumb-details {
  padding: 10px;
  transition: 0.3s all ease;
  font-family: "ubuntu-regular";
}
.archive .country-wrapper:hover .thumb-details {
  opacity: 0;
  z-index: -1;
}
.future-buttons-container .btn-ternary {
  border: 1px solid var(--primary-blue);
  padding: 20px 30px;
  background: #fff;
  font-weight: 600;
  color: var(--primary-blue) !important;
  margin: 0 15px;
  transition: 0.2s all ease;
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.future-buttons-container .btn-ternary span {
  font-size: 20px;
}
.future-buttons-container .btn-ternary:hover {
  background-color: var(--primary-blue);
  color: #fff !important;
}
/*.single-country .footer-blue {
  display: none;
}*/
.btn-ternary:hover {
  text-decoration: none;
}
#canvas {
  width: 100% !important;
  height: auto !important;
}
.btn-ternary .fas {
  width: 24px;
  background: var(--primary-blue);
  height: 24px;
  border-radius: 50%;
  padding: 3px;
  margin-left: 10px;
  width: 35px;
  height: 35px;
  font-size: 32px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-ternary:hover .fas {
  background: #fff;
  color: var(--primary-blue);
}
.impact-accordion .elementor-accordion-item {
  position: relative;
}
.impact-accordion .elementor-accordion-item::before {
  position: absolute;
  left: 15px;
  top: 10px;
}
.impact-accordion .elementor-accordion-item:first-child:before {
  content: url("../png/acc-1.png");
}
.impact-accordion .elementor-accordion-item:nth-child(2):before {
  content: url("../png/acc-2.png");
}
.impact-accordion .elementor-accordion-item:nth-child(3):before {
  content: url("../png/acc-3.png");
}
.impact-testimonial .elementor-image-box-img {
  position: relative;
}
.impact-testimonial .elementor-image-box-img:before {
  content: "Testimonial";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 999;
  position: absolute;
  top: 0px;
  padding: 5px 6px 5px 6px;
  background-color: var(--primary-blue);
  font-size: 12px;
  color: #fff;
  font-family: "ubuntu-regular";
  text-transform: uppercase;
  z-index: 99;
}
.impact-accordion .elementor-accordion-item {
  border: 1px solid #009edc !important;
}
.impact-accordion .elementor-accordion .elementor-tab-content {
  border-top: 0;
}
.impact-accordion .elementor-accordion-item .elementor-tab-title {
  position: relative;
}
.impact-accordion
  .elementor-accordion-item
  .elementor-tab-title.elementor-active {
  background: #fff;
}
.impact-accordion .elementor-accordion-item .elementor-tab-title::before {
  position: absolute;
  left: 15px;
  top: 10px;
}
.impact-accordion .elementor-accordion-item:hover .elementor-tab-title:before {
  filter: invert(1) brightness(8);
}
.impact-accordion
  .elementor-accordion-item:hover
  .elementor-tab-title.elementor-active:before {
  filter: unset;
}
.impact-accordion
  .sp-ea-one.sp-easy-accordion
  .ea-card.sp-ea-single
  .ea-header {
  position: relative;
  font-family: inherit !important;
}
.sp-ea-one.sp-easy-accordion .ea-card.sp-ea-single .ea-header a:before {
  content: url("../png/acc.png");
  position: absolute;
  left: 15px;
  top: 55%;
  transform: translateY(-50%);
}
.sp-ea-one.sp-easy-accordion
  .ea-card.sp-ea-single.ea-expand
  .ea-header
  a:after {
  transform: translateY(-50%) rotate(90deg);
}
.sp-ea-one.sp-easy-accordion .ea-card.sp-ea-single .ea-header a:after {
  content: url(../png/right-arrow-white.png);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary-blue);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;

  justify-content: center;
}

.sp-ea-one.sp-easy-accordion .ea-card.sp-ea-single .ea-header:hover a:after {
  content: url(../png/right-arrow-blue.png);
  background: #fff;
}
.sp-ea-one.sp-easy-accordion
  .ea-card.sp-ea-single
  .ea-header.ea-expand:hover
  a:after {
  content: url(../png/right-arrow-white.png);
  background: #fff;
}
.sp-ea-one.sp-easy-accordion
  .ea-card.sp-ea-single.ea-expand
  .ea-header:hover
  a:after {
  content: url(../png/right-arrow-white.png);
  background: var(--primary-blue);
}
.impact-accordion
  .sp-ea-one.sp-easy-accordion
  .ea-card.sp-ea-single:nth-child(2)
  .ea-header
  a:before {
  content: url("../png/acc-2.png");
}
.impact-accordion
  .sp-ea-one.sp-easy-accordion
  .ea-card.sp-ea-single:nth-child(3)
  .ea-header
  a:before {
  content: url("../png/acc-5.png");
}
.impact-accordion
  .sp-ea-one.sp-easy-accordion
  .ea-card.sp-ea-single:nth-child(4)
  .ea-header
  a:before {
  content: url("../png/acc-4.png");
}
.impact-testimonial .elementor-image-box-img {
  position: relative;
}
#sp-ea-21292.sp-easy-accordion > .sp-ea-single {
  position: relative;
  border-radius: 0;
}
.sp-easy-accordion .sp-ea-single .ea-header {
  padding: 0 0 0 80px;
}
.elementor-shortcode
  .sp-ea-one.sp-easy-accordion
  > .sp-ea-single
  > .ea-header
  a {
  color: var(--primary-blue) !important;
  font-size: 28px;
  font-weight: 500;
}
.elementor-shortcode
  .sp-ea-one.sp-easy-accordion
  > .sp-ea-single
  > .ea-header:hover
  a {
  color: #fff !important;
}
.sp-easy-accordion .sp-ea-single:not(.ea-expand) .ea-header:hover {
  transition: 0.3s all ease;
  background: var(--primary-blue);
  color: #fff;
}
.elementor-shortcode
  #sp-ea-21292.sp-easy-accordion
  > .sp-ea-single:not(.ea-expand)
  > .ea-header:hover
  a {
  color: #fff;
}
.elementor-shortcode .sp-ea-single > .ea-header:hover a:before {
  filter: invert(1) brightness(8);
}
.elementor-shortcode .sp-ea-single.ea-expand > .ea-header:hover a:before {
  filter: unset;
}
.elementor-shortcode
  .sp-ea-one.sp-easy-accordion
  > .sp-ea-single.ea-expand
  > .ea-header:hover
  a {
  color: var(--primary-blue) !important;
}
.impact-testimonial .elementor-image-box-img:before {
  /* content: "Testimonial"; */
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 999;
  position: absolute;
  top: 0px;
  padding: 5px 6px 5px 6px;
  background-color: #009fdf;
  font-size: 12px;
  color: #fff;
  font-family: "ubuntu-regular";
  text-transform: uppercase;
  z-index: 99;
}
.impact-accordion .elementor-accordion-item {
  border: 1px solid #009edc !important;
}
.impact-accordion .elementor-accordion .elementor-tab-content {
  border-top: 0;
}
/* .impact-accordion .elementor-accordion .elementor-tab-content.elementor-active{
  opacity: 1;
  transition: .2s all ease;
  display: block;
  height: auto;
} */

@media screen and (max-width: 1210px) {
  /* .homepage-mmenu img {
    padding: 0 15px;
    margin-left: 15px;
  } */

  .homepage-header-part #masthead .container-fluid {
    padding: 0px 0px 0 30px;
    margin: 0;
    z-index: 99;
  }

  .collapse.navbar-collapse.justify-content-end {
    display: none !important;
  }

  .mobile-menu {
    display: block;
  }

  .mobile-menu .menu-toggle {
    padding: 8px 8px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid var(--primary-blue);
    border-radius: 50%;
    background: var(--primary-blue);
    height: 39px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu .stellarnav {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: auto;
    transform: translateY(100%);
  }

  .mobile-menu .stellarnav.active {
    z-index: 999999;
  }

  .stellarnav.mobile ul {
    background: #fff;
    padding: 0 15px;
  }

  .stellarnav.mobile ul li {
    padding: 4px 0;
    border-bottom: 1px solid #e7e7e7;
  }

  .navbar-light .mobile-menu .navbar-nav .nav-link {
    color: var(--primary-blue);
    font-weight: bold;
  }

  .navbar-light .mobile-menu .navbar-nav .active .nav-link {
    color: var(--primary-blue) !important;
  }

  .stellarnav.mobile ul li .dropdown-menu li:last-child {
    border-bottom: 0;
  }

  .stellarnav.mobile ul li .dropdown-menu li a {
    color: var(--primary-blue);
    font-weight: bold;
    font-size: 14px;
  }

  .stellarnav a.dd-toggle .icon-plus:after {
    content: "\e259";
    text-align: center;
    font-family: "Glyphicons Halflings";
    border-bottom: 0px;
    transform: translateY(-50%);
    height: 10px;
  }

  .stellarnav a.dd-toggle .icon-plus:before {
    content: none;
  }

  .stellarnav li.open > a.dd-toggle .icon-plus {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  li .is-form-style input.is-search-input {
    border-radius: 5px;
    width: 100%;
    height: 35px;
  }

  .stellarnav.mobile ul li.astm-search-menu {
    padding: 15px 0;
  }

  .banner-menu ul li a {
    font-size: 26px;
  }

  .is-form-style input.is-search-submit,
  .is-search-icon {
    font-size: 20px !important;
  }

  .is-search-icon {
    padding-top: 4px !important;
    position: relative;
  }

  .is-search-icon:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 1px;
    transform: translateY(-50%);
    height: 25px;
    background: var(--primary-blue);
  }

  section.listings .sprocket-strips-text .arrow-read {
    right: 100px;
  }

  .search-bar #blog_search_button {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .elementor-widget-wrap > .elementor-element.text-centered {
    width: 100%;
    margin: auto;
  }
  .future-buttons-container .btn-ternary span {
    font-size: 20px;
  }
  html {
    font-size: 90%;
  }
  .partners {
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .two-grid {
    display: block;
  }
  .partners > div {
    justify-content: center;
    flex-wrap: wrap;
  }

  .short-intro {
    margin-right: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  .learn-more {
    margin-bottom: 40px;
  }
  .country-brief .container {
    flex-direction: column;
  }
  .flex-item {
    display: flex;
    margin-right: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  span.checkbox {
    margin-bottom: 10px;
  }
  .testi-popup .inner-wrapper {
    width: 100%;
  }
  .testi-popup .container {
    padding: 30px 30px;
  }
  .text-future {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .highlights .short-desc {
    width: 100%;
  }
  section.slider_desc-class .sprocket-features-desc p {
    color: #000;
  }

  .timeline.flex-item,
  .focus.flex-item {
    display: block;
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .timeline p {
    margin-left: 0;
  }
  .flex-item label {
    margin-bottom: 0;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  .more.flex-item {
    justify-content: center;
    margin-top: 10px;
    margin-right: 0;
  }
  span.checkbox {
    width: 100%;
    display: inline-block;
    padding-left: 0;
  }
  span.checkbox p {
    margin-bottom: 0;
    display: inline-block;
  }
  .future-buttons-container {
    width: 100%;
    flex-direction: column;
    background-size: 100%;
    background-position: top;
    padding: 200px 0 40px;
  }
  .future-buttons-container .btn-ternary {
    margin-bottom: 15px;
    padding: 10px 30px 10px 15px;
  }
  .btn-ternary .fas {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: 35px;
    height: 35px;
  }
  .future-buttons-container a span {
    width: 90%;
    display: block;
    text-align: left;
  }
  .future-buttons-container .btn-ternary {
    width: 90%;
  }
  .future-wrapper .container {
    padding: 0;
  }
  .partners .country-image-gallery img {
    margin-bottom: 10px;
  }
  .partners img {
    width: 120px;
  }
  .country-wrapper {
    margin-bottom: 0;
  }
  .country-list .country-wrapper {
    margin-bottom: 20px;
  }
  .country-list:last-child .country-wrapper {
    margin-bottom: 0px;
  }
  .country-content {
    margin-bottom: 0;
  }

  .banner-sec.country-banner {
    height: 190px;
  }
  .archive .banner-sec.country-banner h1 {
    width: 100%;
    justify-content: center;
  }
  .banner-sec.country-banner h1:after {
    width: 40%;
  }
  .archive .banner-sec.country-banner h1 {
    bottom: 50px;
  }
  .post-type-archive-country .breadcrum_content-class.custom,
  .single-country .breadcrum_content-class.custom {
    display: none;
  }
  .archive .banner-sec.country-banner h1:after {
    bottom: -24px;
  }
  .banner-sec.country-banner .title-wrapper {
    bottom: 50px;
  }
  .post-type-archive-country .row {
    padding: 0 -15px;
  }
  .country-wrapper .testimonial-wrapper img {
    height: 250px;
  }
  .sec-heading {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .future-wrapper {
    margin-top: 40px;
  }
  .continent-dropdown select {
    font-size: 16px;
    height: 40px !important;
    margin-top: 10px;
    border: 1px solid var(--primary-blue);
    color: var(--primary-blue) !important;
    box-shadow: none;
    padding-right: 30px;
    text-transform: capitalize;
    border-radius: 5px;
  }
  .continent-dropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
    background-image: url(../png/arrow-blue-down.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 15px;
  }
  .continent-dropdown select:focus {
    box-shadow: none;
  }
  .short-desc p {
    margin-bottom: 40px;
  }

  .banner-sec.country-banner h1,
  .impact-banner h1 {
    font-size: 30px;
  }
  .line-break {
    margin-top: 30px;
  }
  .future-buttons-container .btn-ternary {
    justify-content: start;
  }

  .home-banner .slides .caption h2 {
    font-size: 26px;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    color: #fff;
    padding: 0 5px;
  }

  .slider_desc-class .sprocket-features-desc p {
    font-size: 16px;
  }
  .slider_desc-class .sprocket-features-desc a {
    font-size: 16px;
  }

  section.slider_desc-class .sprocket-features-desc {
    padding: 10px 10px 20px;
    color: #000;
    margin-top: 20px;
  }
}
@media (max-width: 769px) {
  #animation_container {
    height: 200px !important;
    padding: 0;
  }
  #canvas {
    width: 85% !important;
    height: auto !important;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .post-type-archive-country .row {
    padding: 0 -15px;
  }
  .impact-banner h1:after {
    width: 38%;
  }
}
@media (max-width: 600px) {
  .discover-btn:after {
    top: 60%;
  }
}
@media (max-width: 920px) {
  .homepage-header-part #masthead .container-fluid {
    padding: 0px;
    margin: 0;
    z-index: 99;
  }
  .navbar-light .navbar-brand {
    margin-left: 30px;
  }
}
@media (max-width: 400px) {
  .impact-testimonial .elementor-image-box-title {
    font-size: 14px;
  }
  .impact-accordion
    .elementor-accordion
    .elementor-tab-title
    .elementor-accordion-icon.elementor-accordion-icon-right {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1042px) and (max-width: 1201px) {
  .flex-item {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .short-intro {
    text-align: left;
  }
  .future-buttons-container {
    flex-direction: row;
  }
  .banner-sec.country-banner h1:after {
    width: 20%;
  }
  .featured .thumb-details {
    flex-direction: column;
    align-items: start;
  }
  .featured .thumb-details .read-more {
    margin-left: 0;
  }
}

@media screen and (min-width: 767px) and (max-width: 990px) {
  .archive .container,
  .single .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 766px) and (max-width: 1250px) {
  .discover-section .elementor-column.elementor-col-50 {
    width: 100%;
  }
}
@media screen and (min-width: 1002px) and (max-width: 1224px) {
  .discover-btn .elementor-widget-image-box .elementor-image-box-content {
    padding-right: 80px;
  }
}
@media screen and (min-width: 989px) and (max-width: 1230px) {
  .banner-menu ul {
    width: 90%;
  }
}
.comp_wrapper {
  display: flex;
      flex-wrap: wrap
}