:root {
  --main-color: #1AA785;
  --summary-color: #3F5963;
  --sidepanel-color: #3f3d56;
}

body,
html {
  height: 100%;
}

body {
  color: #999999;
  font-family: 'Poppins';
  /*font-size: 20px;*/
  /*line-height: 1.9;*/
  overflow-x: hidden !important;
}

section {
  font-size: 20px;
  line-height: 1.9;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  cursor: inherit;
}

b,
strong {
  color: #666;
}

a {
  color: #aaa;
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -o-transition: ease .3s;
  -ms-transition: ease .3s;
}

a:hover {
  text-decoration: none;
  color: #999999;
}

a:focus {
  outline: none;
  color: #999999;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  font-family: 'Raleway', sans-serif;
  color: #333;
}

iframe {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

.content {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 80px 0 0;
  position: relative;
}

.grey-bg {
  background: #eee;
  padding: 80px 0 100px;
  border-top: solid 1px #ddd;
}

.spacing20 {
  height: 20px;
  width: 100%;
}

.spacing40 {
  height: 40px;
  width: 100%;
}

.spacing60 {
  height: 60px;
  width: 100%;
}

.spacing80 {
  height: 80px;
  width: 100%;
}

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

.strong {
  color: #555555;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 16px;
}

blockquote p {
  font-family: georgia;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.6;
}

.go-btn {
  border: 2px solid;
  border-radius: 50px;
  color: #333333;
  display: inline-block;
  font-family: montserrat;
  padding: 5px 20px;
  text-transform: uppercase;
}

.go-btn i {
  display: inline-block;
  margin-right: 5px;
}

/**** Isotope CSS3 transitions ****/

.desktop-view .isotope,
.desktop-view .isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.desktop-view .isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.desktop-view .isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 999999;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  /*background-image: url(images/preloader.gif);*/
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

#status p {
  text-align: center;
}

/*------------------------------VIDEO BG SECTION---------------------------------*/
#big-video-wrap {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -999;
}

#big-video-vid {
  position: absolute;
}

#big-video-wrap img {
  max-width: none !important;
  position: absolute;
}

.vjs-big-play-button,
.vjs-text-track-display,
.vjs-control-bar {
  display: none;
}

.videobackground {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/*--------------------------YOUTUBE BG SECTION-------------------------*/
.fullscreen .mbYTP_wrapper {
  position: absolute !important;
  z-index: -99 !important;
}

/*---replace theyoutube video with image---*/
.yt-bg {
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -999;
  background-repeat: no-repeat;
}

/*----------------------------SLIDER SECTION -----------------------------------*/
#home.black-bg,
.page-template-homepage-youtube-php,
.page-template-homepage-custom-layout-php {
  background: #000;
}

.page-template-homepage-youtube-php #home.black-bg,
.page-template-homepage-custom-layout-php #home.black-bg {
  background: transparent;
}

.slider-top {
  color: #FFFFFF;
  font-family: montserrat;
  font-size: 25px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.slider-bottom {
  color: #FFFFFF;
  font-size: 18px;
  padding-right: 40px;
  line-height: 1.4;
}

.fullscreen .slider {
  height: 100%;
}

.fullscreen #home {
  height: 80%;
  background-image: url("https://web.institutefordevelopmentimpact.com/wp-content/uploads/2020/03/IMG_2778.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-homepage-fullscreen-youtube-php #home {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
}

.page-template-homepage-fullscreen-video-php #home,
.fullscreen.page-template-homepage-custom-layout-php #home {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
}

.owl-carousel {
  display: block;
}

.owl-carousel .slide {
  display: none;
}

.owl-carousel .slide:first-child {
  display: block;
}

.fullscreen #home .slider-caption {
  left: 0;
  padding: 10% 0;
  position: relative;
  width: 100%;
  z-index: 3;
}

.para-opacity .slider-caption {
  left: 0;
  padding: 15% 0;
  position: relative;
  width: 100%;
  z-index: 3;
}

#main-slider .slider-link {
  background: none repeat scroll 0 0 #77004c;
  border-color: #77004c;
}

.para-opacity .owl-item {
  overflow: hidden;
}

.slider-description {
  color: #fff;
  font-size: 15px;
  letter-spacing: 5px;
  line-height: 1;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.slider-big {
  color: #fff;
  font-size: 72px;
  /*letter-spacing: -5px;*/
  line-height: 1;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.slider-small {
  background: none repeat scroll 0 0 #1AA785;
  color: #fff;
  display: inline-block;
  font-family: montserrat;
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0;
  padding: 2px 5px;
  text-transform: uppercase;
}

.slider-link {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  font-family: montserrat;
  margin-top: 20px;
  padding: 7px 30px;
  text-transform: uppercase;
}

.slider-link:hover {
  border-color: #fff;
  color: rgba(255, 255, 255, 0.5);
}

.slider-link i {
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -o-transition: ease .3s;
  -ms-transition: ease .3s;
}

.slider-link:hover i {
  color: rgba(255, 255, 255, 0.5);
}

.owl-pagination {
  position: absolute;
  right: 30px;
  top: 50%;
}

.owl-page {
  border: 2px solid #FFFFFF;
  border-radius: 2px;
  display: block;
  height: 20px;
  margin: 4px 0;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -o-transition: ease .3s;
  -ms-transition: ease .3s;
  vertical-align: middle;
  width: 8px;
  opacity: 0.3;
}

.owl-page:hover {
  background: none repeat scroll 0 0 #FFFFFF;
}

.owl-page.active {
  background: #fff;
  opacity: 1
}

.slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.para-opacity .slide {
  background-position: center top;
}

.slider-mask {
  background: none repeat scroll 0 0 rgba(59, 56, 56, 0.6);
  display: block;
  height: 700px;
  left: 0;
  padding: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.fullscreen #home .owl-wrapper-outer,
.fullscreen #home .owl-carousel .owl-wrapper,
.fullscreen #home .owl-carousel .owl-item,
.fullscreen #home .slide {
  min-height: 100%;
  height: 100%;
}

/*----------------------------HEADER SECTION -----------------------------------*/

.header {
  /*background: none repeat scroll 0 0 #FFFFFF;*/
  /*border-bottom: 1px solid #ddd;*/
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
}

.navigation,
.menu ul {
  display: inline-block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.navigation li,
.menu ul li {
  display: inline-block;
  position: relative;
}

.navigation li a,
.menu ul li a {
  color: #aaa;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding: 40px 15px;
  text-transform: uppercase;
}

.navigation li ul {
  background: none repeat scroll 0 0 #FFFFFF;
  display: block;
  list-style: none outside none;
  margin: 1px 0 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  left: 0;
  text-align: left;
  top: 100%;
  width: 190px;
  z-index: 3;
  display: none;
}

.navigation li ul li {
  display: block;
}

.navigation li ul a {
  border: 1px solid #DDDDDD;
  display: block;
  font-family: montserrat;
  font-size: 12px;
  padding: 11px 20px;
  text-transform: uppercase;
  border-top: none;
}

.navigation li a:hover,
.navigation .current a {
  color: #333;
}

.logo a {
  display: block;
  padding: 30px 0;
}

.social-top {
  display: inline-block;
  float: right;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.social-top li {
  display: inline-block;
}

.social-top li a {
  border: 1px solid;
  border-radius: 30px;
  color: #aaa;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 34px 0;
  text-align: center;
  text-transform: uppercase;
  width: 30px;
}

.social-top li a:hover {
  color: #333;
}

.menu-btn {
  text-align: right;
}

.menu-btn span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 33px 0;
  cursor: pointer;
  text-align: right;
}

.box-mobile {
  position: relative;
}

.mobile-menu {
  background: none repeat scroll 0 0 #FFFFFF;
  display: block;
  list-style: none outside none;
  margin: 1px 0 0;
  overflow: hidden;
  height: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 100%;
  width: 200px;
  z-index: 3;
}

.in.mobile-menu {
  max-height: 700px;
  overflow-y: auto;
}

.mobile-menu li a {
  border: 1px solid #DDDDDD;
  display: block;
  font-family: montserrat;
  font-size: 12px;
  padding: 11px 20px;
  text-transform: uppercase;
  border-top: none;
}

.mobile-menu li:first-child a {
  border-top: 1px solid #ddd;
}

/*------on admin bar--------*/
.admin-bar .animated .header,
.admin-bar.scroll-hidden .worksajax,
.admin-bar #big-video-wrap {
  margin-top: 32px;
}

.admin-bar .para-opacity.slider {
  margin-top: -32px;
}

/*----------------------------ABOUT SECTION -----------------------------------*/
.section-title {
  color: #EFEFEF;
  font-family: open sans;
  font-size: 160px;
  font-weight: 900;
  letter-spacing: -13px;
  line-height: 1;
  margin: 0;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
  top: -30px;
  width: 100%;
  z-index: 0;
}

.title-box {
  position: relative;
}

.open-title {
  font-size: 65px;
  letter-spacing: -2px;
  line-height: 1;
  margin: 20px 0 0;
  padding: 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  color: var(--sidepanel-color);
  /*max-width: 680px;*/
}

.open-title span {
  color: #1AA785;
}

.open-text {
  color: var(--sidepanel-color);
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 20px;
  text-transform: capitalize;
  position: relative;
}

.page-title {
  border-bottom: 3px solid;
  margin: 0 0 20px;
  font-size: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.sub-text {
  color: #666;
  font-family: open sans;
  font-size: 16px;
  font-weight: bold;
}

.icon-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.icon-list li {
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
}

.icon-list li p {
  padding-left: 70px;
}

.icon-list li i {
  background: none repeat scroll 0 0 #AAAAAA;
  border-radius: 100px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 25px;
  height: 54px;
  left: 0;
  line-height: 54px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 54px;
}

.list-title {
  color: #aaa;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.list-title > span {
  font-family: open sans;
  font-size: 32px;
  color: #333;
}

/*-----------------------------PARALLAX SECTION---------------------*/
.para-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


.slider-para .container {
  padding-top: 140px;
  padding-bottom: 140px;
}

.box-para {
  text-align: center;
}

.para-img {
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.para-title {
  color: #fff;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.para-text {
  background: none repeat scroll 0 0 #1AA785;
  color: #fff;
  display: inline;
  font-family: montserrat;
  font-size: 23px;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0;
  padding: 2px 5px;
  text-transform: uppercase;
}

.link-btn {
  background: none repeat scroll 0 0 #f2bd06;
  color: #FFFFFF;
  display: inline-block;
  font-family: montserrat;
  font-size: 18px;
  margin-top: 20px;
  padding: 4px 30px;
  text-transform: uppercase;
  border-radius: 50px;
}

.link-btn:hover {
  background: #333;
  color: #fff;
}

.bg {
  overflow: hidden;
  position: relative;
}

.bg-mask {
  background: none repeat scroll 0 0 rgba(29, 24, 6, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg1 .owl-wrapper-outer {
  overflow: visible;
}

.img-small-parallax {
  max-width: 110px;
  margin-top: 30px;
}

/*----------------------------------------------------------TEAM SECTION------------------------------------------------*/
.title-strong {
  font-size: 25px;
  letter-spacing: -1px;
  margin: 10px 0;
  text-transform: uppercase;
}

.title-strong span {
  color: #1AA785;
}

.text-strong {
  font-size: 15px;
  font-weight: bold;
}

.team-title {
  bottom: 20px;
  color: #FFFFFF;
  font-size: 20px;
  left: 60px;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
}

.team-position {
  bottom: 7px;
  color: #CCCCCC;
  font-family: montserrat;
  font-size: 15px;
  left: 60px;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
}

.box-image {
  padding: 0;
  position: relative;
}

.box-icon {
  background: none repeat scroll 0 0 #1AA785;
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0;
  text-align: center;
  width: 50px;
}

.clearboth {
  clear: both;
}

.social-icon-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.social-icon-list li {
  display: inline-block;
}

.social-icon-list li a {
  border: 1px solid;
  border-radius: 30px;
  color: #AAAAAA;
  display: block;
  font-size: 16px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  width: 30px;
}

.social-icon-list li a:hover {
  color: #333;
}

.team-nav {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  opacity: 0.8;
  background: rgba(43, 36, 4, 0.7);
}

.team-nav:hover,
.active .team-nav {
  color: #fff;
  opacity: 1;
  background: rgba(43, 36, 4, 0.9);
}

.team-nav span {
  border-bottom: 1px solid;
  border-top: 1px solid;
  display: inline-block;
  font-family: montserrat;
  font-size: 17px;
  height: 40px;
  left: 0;
  letter-spacing: -1px;
  line-height: 1;
  margin: -20px 10% 0;
  padding: 10px 0;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  width: 80%;
}

.team-box {
  position: relative;
}

.team-bottom-text {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #AAAAAA;
  font-family: open sans;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin: 0;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
}

.team-bottom-text i {
  border: 1px solid;
  border-radius: 50px;
  color: #AAAAAA;
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  width: 30px;
}

.active .team-bottom-text,
.active .team-bottom-text i {
  color: #666;
}

.team-col {
  /*margin-bottom: 20px;*/
}

/*-----------------------------------------------------------------PORTFOLIO SECTION-----------------------------------------------------------*/
.port-item {
  padding: 1px;
}

.work-link {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  opacity: 0;
  background: rgba(43, 36, 4, 0.7);
}

.port-item:hover .work-link {
  color: #fff;
  opacity: 1;
  background: rgba(43, 36, 4, 0.9);
}

.port-item:hover .port-bottom-text,
.port-item:hover .port-bottom-text i {
  color: #666;
}

.work-link span {
  border-bottom: 1px solid;
  border-top: 1px solid;
  display: inline-block;
  font-family: montserrat;
  font-size: 15px;
  height: 38px;
  left: 0;
  letter-spacing: -1px;
  line-height: 1;
  margin: -20px 10% 0;
  padding: 10px 0;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  width: 80%;
}

.port-box {
  position: relative;
}

.portfolio-body {
  width: 100%;
}

.port-bottom-text {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  border-top: none;
  color: #AAAAAA;
  font-family: open sans;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin: 0;
  padding: 20px 20% 20px 20px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.port-bottom-text i {
  border: 1px solid;
  border-radius: 50px;
  color: #AAAAAA;
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  width: 30px;
}

.port-filter {
  list-style: none outside none;
  margin: 0 0 40px;
  overflow: hidden;
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.port-filter > li {
  display: inline-block;
  position: relative;
}

.port-filter a {
  color: var(--sidepanel-color);
  display: inline-block;
  font-family: montserrat;
  padding: 5px 20px;
  text-transform: uppercase;
  background-color: #fafafa;
}

.port-filter a:hover {
  text-decoration: underline;
}

.port-filter a:hover,
.port-filter .active {
  color: var(--sidepanel-color);
}

.port-filter .active {
  cursor: default;
  font-weight: bold;
  color: #1AA785;
}

.port-filter > li:after {
  color: #1AA785;
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  right: -6px;
  top: 50%;
  z-index: 3;
}

.port-filter > li:last-child:after {
  content: "";
}

.scroll-hidden {
  overflow: hidden;
}

.worksajax {
  background: #fff;
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.single-portfolio .worksajax {
  position: relative;
}

.single-portfolio .worksajax .header {
  display: none;
}

.not-show {
  display: none;
}

.scroll-hidden .worksajax {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: visible;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.port-top li a {
  border: 1px solid;
  border-radius: 30px;
  color: #AAAAAA;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 34px 0;
  text-align: center;
  text-transform: uppercase;
  width: 30px;
}

.port-top li span {
  border: 1px solid;
  border-radius: 30px;
  color: #eee;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 34px 0;
  text-align: center;
  text-transform: uppercase;
  width: 30px;
}

.port-top li {
  display: inline-block;
}

.port-top {
  display: inline-block;
  float: right;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.portajax-title,
.blog-title {
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.blog-title:after,
.sidebar .widgettitle:after {
  content: '.';
  color: #1AA785;
}

.portajax-title span,
.blog-title span {
  color: #1AA785;
}

.port-detail p {
  line-height: 1.2;
}

a.pp_previous,
a.pp_next {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}

.pp_expand {
  display: none !important;
}

.portfolio-gallery div,
.post-gallery div {
  width: 33.3%;
  float: left;
}

.portfolio-gallery a,
.post-gallery a {
  position: relative;
  display: block;
}

.portfolio-gallery a span,
.post-gallery a span {
  background: none repeat scroll 0 0 rgba(43, 36, 4, 0.9);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}

.portfolio-gallery a i,
.post-gallery a i {
  opacity: 0;
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  height: 50px;
  left: 50%;
  line-height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
}

.portfolio-gallery a:hover span,
.portfolio-gallery a:hover i,
.post-gallery a:hover span,
.post-gallery a:hover i {
  opacity: 1;
}

#load {
  background: #fff;
  z-index: 1001;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.img-loader {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

/*---------------------------------CLIENT SECTION-----------------------------------------*/
.client-list {
  text-align: center;
  margin-bottom: 20px;
}

.client-list > a {
  display: block;
  overflow: hidden;
}

.client-list > a:hover {
  opacity: 0.7;
}


/*---------------------------------SERVICES SECTION-----------------------------------------*/
.services-box {
  position: relative;
}

.services-head {
  background: none repeat scroll 0 0 rgba(43, 36, 4, 0.9);
  color: #FFFFFF;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  margin: 0;
  width: 100%;
}

.services-head span {
  border-bottom: 1px solid;
  border-top: 1px solid;
  display: inline-block;
  font-family: montserrat;
  font-size: 17px;
  height: 40px;
  left: 0;
  letter-spacing: -1px;
  line-height: 1;
  margin: -20px 10% 0;
  padding: 10px 0;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  width: 80%;
}

.sub-services {
  margin: 0 0 20px;
  text-transform: uppercase;
  color: var(--sidepanel-color);
}

/*----------------------------------------------PRICING TABLES SECTION-----------------------------*/
.pricing-table {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  margin: auto auto 20px;
  max-width: 300px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.pricing-table > h3 {
  margin: 20px 0 0;
  text-transform: uppercase;
}

.pricing-table h3 span {
  color: #1AA785;
}

.price-icon {
  border: 1px solid;
  border-radius: 30px;
  color: #AAAAAA;
  display: inline-block;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  width: 60px;
}

.pricing-table .price {
  color: #AAAAAA;
  font-size: 20px;
  letter-spacing: -2px;
  line-height: 1.3;
  text-transform: uppercase;
}

.pricing-table > p {
  padding-bottom: 5px;
}

.view-more {
  background: none repeat scroll 0 0 #333333;
  bottom: 0;
  color: #FFFFFF;
  display: block;
  font-family: montserrat;
  height: 50px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}

.view-more:hover,
.special .view-more {
  background: none repeat scroll 0 0 #1AA785;
  color: #fff;
}

.special .view-more:hover {
  color: #fff;
  background: #333 !important;
}

/*-----------------------------CONTACT SECTION-----------------------------------*/

input,
textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  color: #888;
  line-height: inherit;
  padding: 12px 20px;
  width: 100%;
  background: #fff;
}

input:focus,
textarea:focus {
  border-color: #ccc;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.error {
  color: #FF0000;
  font-size: 12px;
  font-weight: normal;
  left: auto;
  position: absolute;
  right: 20px;
  top: 12px;
  width: auto;
}

.contact-btn {
  border: 2px solid;
  border-radius: 50px;
  color: #333333;
  display: inline-block;
  font-family: montserrat;
  margin-top: 20px;
  padding: 10px 25px;
  text-transform: uppercase;
  width: auto;
}

.contact-btn:hover {
  color: #888;
}

#MyContactForm p {
  position: relative;
}

.wpcf7 p {
  position: relative;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 0;
}

span.wpcf7-form-control-wrap {
  display: inline !important;
}

div.wpcf7-validation-errors {
  background: none repeat scroll 0 0 #EEEEEE;
  border: medium none;
  margin-left: 0;
  margin-top: 10px;
}

div.wpcf7-mail-sent-ok {
  border: medium none;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.map_canvas {
  height: 400px;
}

.map_canvas img {
  max-width: inherit;
}

/*-----------------------------FOOTER SECTION-----------------------------------*/
.footer {
  padding: 40px 0;
}

.footer p {
  color: #777777;
  font-family: montserrat;
  text-transform: uppercase;
}

/*---------------------------------BLOG SECTION-----------------------------------------*/
.post-detail {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
}

.post-detail div {
  display: inline-block;
  font-family: montserrat;
  padding: 10px;
}

.post-detail div p {
  margin: 0;
}

.pagination .active a,
.pagination .active a:hover {
  background-color: #333333;
  border-color: #333333;
  color: #FFFFFF;
  cursor: default;
  z-index: 2;
}

.pagination {
  font-family: open sans;
  font-weight: bold;
  margin: 0;
}

.slide-nav {
  background: none repeat scroll 0 0 #000000;
  border-radius: 50px;
  color: #FFFFFF;
  height: 30px;
  left: 10px;
  line-height: 30px;
  opacity: 0.4;
  position: absolute;
  text-align: center;
  margin-top: -15px;
  top: 50%;
  width: 30px;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -o-transition: ease .3s;
  -ms-transition: ease .3s;
}

.slide-nav.inright {
  left: auto;
  right: 10px;
}

.slide-nav:hover {
  opacity: 1;
}

/*-----------------------------------------SIDEBAR SECTION-------------------------------------------*/
.widget {
  padding: 0 20px 20px;
  margin-bottom: 20px;
}

.widget ul {
  padding: 0 0 0 20px;
}

#searchform {
  margin: 10px 20px;
  position: relative;
}

#searchform #s {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #ddd;
  display: block;
  height: 50px;
  margin: 0;
  padding: 10px 45px 10px 10px;
  width: 100%;
}

#searchform #s:focus {
  border-color: #aaa;
}

#searchform #searchsubmit {
  height: 30px;
  right: 10px;
  line-height: 1;
  margin-top: -15px;
  padding: 0;
  position: absolute;
  text-indent: -99999px;
  top: 50%;
  transition: all 0.3s ease 0s;
  width: 30px;
  border: none;
  border-radius: 50px;
}

#searchform #searchsubmit:hover {
  background-color: #333;
}

.widgettitle {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  font-size: 22px;
  margin: 0 0 20px;
  padding: 10px;
  text-transform: uppercase;
}

.widgettitle span {
  color: #1AA785;
}

.widget ul li {
  margin-bottom: 5px;
}

.recent-post li {
  color: #1AA785;
}

.tagcloud a {
  border: 1px solid #DDDDDD;
  display: inline-block;
  font-size: inherit !important;
  margin-bottom: 5px;
  padding: 2px 10px;
  border-radius: 5px;
}

.tagcloud a:hover {
  border-color: #aaa;
}

/*---MASONRY STYLE--*/
.blog-border {
  border: 1px solid #DDDDDD;
  padding: 10px;
}

.blog-masonry .post-detail {
  border-bottom: medium none;
  margin-bottom: -10px;
}

.blog-masonry .blog-post {
  padding: 5px;
}

.blog-masonry .blog-slider {
  overflow: hidden;
}

.blog-masonry .post-detail div p {
  font-size: 12px;
}

.widget .sub-menu {
  display: block;
  list-style: inherit;
  text-align: inherit;
}

.widget .sub-menu a {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: 0;
  padding: 0;
  text-transform: inherit;
}

/*calendar style*/
#wp-calendar {
  width: 100%;
  text-align: center;
  background: #eee;
  font-size: 12px;
  line-height: 3;
  max-width: 370px;
  background: #fff;
  margin: auto;
}

#wp-calendar caption {
  border: 1px solid #DDDDDD;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  padding: 10px 20px;
  text-transform: uppercase;
  border-bottom: none;
}

#wp-calendar td a {
  color: #777;
  display: block;
}

#wp-calendar td a:hover {
  background: #333;
  color: #fff;
}

#wp-calendar #prev a,
#wp-calendar #next a {
  display: inline;
}

#wp-calendar tbody tr td {
  border: 1px solid #DDDDDD;
  color: #BBBBBB;
  font-family: open sans;
  font-weight: bold;
}

#wp-calendar thead {
  color: #555555;
}

#wp-calendar thead th {
  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #DDDDDD;
  text-align: center;
}

#wp-calendar tfoot {
  border: 1px solid #ddd;
}

#wp-calendar tfoot #next {
  text-align: right;
}

#wp-calendar tfoot #prev {
  text-align: left;
}

#wp-calendar tfoot a {
  padding: 10px;
}

/*-------------------------------------------COMMENT SECTION----------------------------------*/
.comment-reply-title {
  font-size: 20px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

#commentform label {
  display: inline-block;
  font-family: montserrat;
  font-size: 13px;
  font-weight: normal;
  color: #555555;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#commentform p {
  margin-bottom: 20px;
}

#commentform #submit {
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -o-transition: ease .3s;
  -ms-transition: ease .3s;
}

#commentform #submit:hover {
  color: #999;
}

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fn.comment-author {
  color: #555555;
  font-family: open sans;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.comment-inner.clearfix {
  float: left;
  padding-left: 20px;
  width: 87%;
}

.comment-author.vcard {
  float: left;
  width: 13%;
}

.commentlist ul {
  list-style: none;
}

.comment-meta a {
  font-family: open sans;
  font-weight: bold;
}

.comment-meta .comment-edit-link {
  border: 1px solid #DDDDDD;
  display: inline-block;
  float: right;
  font-size: 12px;
  font-weight: normal;
  padding: 0 7px;
}

.comment-meta.commentmetadata {
  display: block;
  overflow: hidden;
}

.commentlist .avatar {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

.commentlist li {
  display: block;
  overflow: hidden;
}

.comment-body {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 20px;
}

.comment-reply-link {
  float: right;
  font-family: montserrat;
}

.bypostauthor .fn.comment-author:before {
  border: 1px solid;
  color: #888888;
  content: "\f0e7";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  height: 20px;
  line-height: 18px;
  margin-right: 3px;
  text-align: center;
  width: 20px;
}

.pagination-comment {
  font-family: montserrat;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: right;
  text-transform: uppercase;
}

.page-numbers {
  border: 1px solid;
  color: #777777;
  padding: 5px 11px;
  display: inline-block;
  font-size: 10px;
}

.page-numbers.current,
.page-numbers:hover {
  background: #444;
  color: #fff;
}

.post-pager {
  font-family: montserrat;
  font-size: 13px;
  text-align: right;
}

.post-pager a {
  background: none repeat scroll 0 0 #777;
  border-radius: 30px;
  color: #FFFFFF;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}

.post-pager a:hover {
  background: #eee;
  color: #777;
}

#commentform #submit {
  border: 2px solid;
  border-radius: 50px;
  color: #333333;
  display: inline-block;
  font-family: montserrat;
  margin-top: 10px;
  padding: 5px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: auto;
}

/*-------------Wordpress regular style--------*/
.wp-caption {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

.wp-caption-text,
.gallery-caption {
  font-size: 13px;
  margin: 0;
  padding: 5px;
  text-align: center;
}

.sticky .blog-title:before {
  border: 1px solid;
  border-radius: 100px;
  color: #AAAAAA;
  content: "\f08d";
  display: inline-block;
  float: right;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  transform: rotate(-30deg);
  width: 30px;
}

/*-----------animation---*/
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

.animated .header {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

.animated .header {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fa-bigger-screens {
  display: block !important;
  z-index: 4 !important;
}

.navigation-item i {
  display: none;
}

.map-menu {
  display: block !important;
}

.map-country-overview-small {
  display: none !important;
}

.map-menu-small {
  display: none !important;
}

/*-----------------------------media queries-----------------------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
  #main-slider {
    max-height: 500px;
  }

  .slider-mask {
    height: 500px;
  }

  .section-title {
    font-size: 140px;
    letter-spacing: -12px;
  }

  .navigation li a {
    padding: 40px 10px;
  }

  .para-img {
    background-size: 1200px auto;
    background-attachment: scroll;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  #main-slider {
    max-height: 400px;
  }

  .slider-mask {
    height: 400px;
  }

  .section-title {
    font-size: 120px;
    letter-spacing: -10px;
  }

  .open-title {
    font-size: 60px;
  }

  .header .navigation {
    display: none;
  }

  .box-para {
    display: none;
  }

  .slider-big {
    font-size: 50px;
  }

  .slider-small,
  .para-text {
    font-size: 25px;
  }

  .slider-link {
    padding: 5px 23px;
  }

  .home-slider {
    background-size: 100% auto;
  }

  .para-img {
    background-size: 980px auto;
    background-attachment: scroll;
  }


}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #main-slider {
    max-height: 400px;
  }

  .slider-mask {
    height: 400px;
  }

  .fullscreen #home .slider-caption {
    padding-top: 40%;
  }

  .navigation li a {
    padding: 40px 10px;
  }
}

@media (max-width: 767px) {
  #main-slider {
    max-height: 300px;
  }

  .slider-mask {
    height: 300px;
  }

  .fa-bigger-screens {
    display: none !important;
  }

  .map-menu-small {
    display: block !important;
  }

  .map-menu {
    display: none !important;
  }

  .map-country-overview {
    display: none !important;
  }

  .map-country-overview-small {
    display: block !important;
  }

  .navigation-item i {
    display: block;
  }

  .main-nav {
    display: flex;
    flex-direction: column !important;
    margin-bottom: -60px;
    margin-top: 10px;
  }

  .main-nav.hide {
    visibility: hidden;
  }

  .page-navigation a:hover {
    transition: none;
    color: #1AA785 !important;
    border: none !important;
  }

  .footer-logo {
    width: 70% !important;
    margin: auto !important;
  }

  .footer-copyright {
    font-size: 14px !important;
  }

  .focus-area-navigation-and-content-container {
    border-radius: 8px !important;
    /*border: 1px solid dimgray;*/
    /*box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);*/
  }

  .focus-area-navigation-container {
    background: white !important;
    border: none;
    padding-top: 0 !important;
    /*font-size: 13px;*/
    /*!*font-weight: bold;*!*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    /*padding-top: 10px;*/
    flex-direction: column !important;
  }

  .focus-area-navigation-container > div.active {
    background: #1AA785 !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .focus-area-navigation-container a {
    color: black !important;
  }

  .focus-area-navigation-container a.active {
    color: white !important;
  }

  .navigation-item.active i {
    color: white !important;
  }

  .focus-area-image-container {
    display: none;
  }

  .navigation-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
    background: white;
    /*margin-bottom: 10px;*/
  }

  .map-description {
    display: none;
  }

  .map-title {
    text-align: center !important;
  }

  .section-title {
    font-size: 100px;
    letter-spacing: -8px;
  }

  .logo a {
    padding: 20px 0;
  }

  .menu-btn span {
    margin: 23px 0;
  }

  .open-title {
    font-size: 50px;
  }

  .box-para {
    display: none;
  }

  .port-item {
    width: 100%;
  }

  .header .navigation {
    display: none;
  }

  .slider-big {
    font-size: 40px;
  }

  .slider-small,
  .para-text {
    font-size: 20px;
  }

  .slider-link {
    padding: 5px 23px;
  }

  .para-title {
    font-size: 50px;
  }

  .blog-masonry .blog-post {
    width: 100%;
  }

  .home-slider {
    background-size: 100% auto;
  }

  .para-img {
    background-size: 768px auto;
    background-attachment: scroll;
  }

  .fullscreen #home .slider-caption {
    padding-top: 20%;
  }

  .admin-bar .animated .header,
  .admin-bar.scroll-hidden .worksajax,
  .admin-bar #big-video-wrap {
    margin-top: 46px;
  }

  .admin-bar .para-opacity.slider {
    margin-top: -46px;
  }
}

@media (max-width: 600px) {

  .admin-bar .animated .header,
  .admin-bar.scroll-hidden .worksajax,
  .admin-bar #big-video-wrap {
    margin-top: 0;
  }

}

@media (max-width: 570px) {
  #main-slider {
    max-height: 300px;
  }

  .slider-description {
    font-size: 15px;
  }

  .slider-mask {
    height: 300px;
  }

  .section-title {
    font-size: 75px;
    letter-spacing: -5px;
    top: -10px;
  }

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

  .para-title {
    font-size: 40px;
  }

  .open-title {
    font-size: 45px;
  }

  .open-text {
    font-size: 17px;
  }

  .slider-big {
    font-size: 30px;
  }

  .slider-small,
  .para-text {
    font-size: 17px;
  }

  /*.slider-link {*/
  /*  display: none;*/
  /*}*/

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

  .bg {
    text-align: center;
  }

  .slider-link {
    margin-top: 10px;
  }

  .slider-link i,
  .slider-link {
    /*font-size: 12px;*/
  }

  .owl-controls {
    display: none !important;
  }

  .para-img {
    background-size: 570px auto;
    background-attachment: scroll;
  }

  .team-title {
    bottom: 10px;
  }

  .team-position {
    display: none;
  }

  .in.mobile-menu {
    max-height: 450px;
  }
}

@media (max-width: 480px) {
  .para-img {
    background-size: 480px auto;
    background-attachment: scroll;
  }

}

@media (max-width: 400px) {
  .map-country-overview-small{
    min-height: 615px !important;
  }

  #focus-areas {
    min-height: 990px;
  }

  #service-lines {
    min-height: 1710px;
  }

  .summary-label {
    font-size: 11px !important;
  }

  .summary-value {
    font-size: 25px !important;
  }

  .side-panel-content {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  .slider-link {
    font-size: 12px !important;
  }

  .slider-description {
    font-size: 10px !important;
  }

  .slider-big {
    font-size: 20px !important;
  }

  #projects-count {
    font-size: 55px !important;
  }

  #countries-count {
    font-size: 55px !important;
  }

  #clients-count {
    font-size: 55px !important;
  }

  .counter-labels {
    font-size: 15px !important;
  }

  .core-values-title {
    font-size: 12px !important;
  }

  .teaser-image-number {
    font-size: 30px !important;
  }

  .teaser-image-title {
    font-size: 12px !important;
  }

  #main-slider {
    max-height: 300px;
  }

  .slider-mask {
    height: 300px;
  }

  .section-title {
    font-size: 50px
  }

  .open-title {
    font-size: 35px;
  }

  .para-title {
    font-size: 30px;
  }

  .team-title {
    font-size: 15px;
  }

  .slider-big {
    font-size: 40px;
  }
}

/* Custom styles */
.teaser-section .row {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.teaser-section .container {
  max-width: 100%;
}

.teaser {
  background-position: 50% 50%;
}

.teaser .para-title {
  font-size: 64px;
}

.slider-para .para-title {
  color: #90DED2;
}

.teaser-1 {
  background-image: url(../images/dark-gray-teaser.png);
}

.teaser-2 {
  background-image: url(../images/dark-gray-teaser.png);
}

.teaser-3 {
  background-image: url(../images/dark-gray-teaser.png);
}

.teaser-image {
  max-height: 120px;
  margin-bottom: 12px;
}

.teaser-image-two {
  height: 100px;
  margin-top: 5%;
  margin-bottom: 5%;
}

.teaser-image-three {
  height: 120px;
  margin-top: 10%;
  margin-bottom: 10%;
}

.para-text {
  background: none;
}

.work-link span {
  height: auto;
}

.hidden {
  display: none;
}

.legend-container {
  z-index: 1000;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.7rem;
  width: 100%;
}

.legend-container ul {
  text-align: center;
}

.services-box {
  text-align: center;
}

.services-box img {
  max-height: 400px;
}

.service-intro {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: normal;
  color: var(--sidepanel-color);
}

.box-shadow {
  box-shadow: inset 0 3px 6px rgb(0 0 0 / 16%), 0 4px 6px rgb(0 0 0 / 45%);
}

.map-controls {
  z-index: 1000 !important;
  position: absolute;
  left: 20px;
  top: 10px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 8px;
  max-width: 295px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

.bg-sidepanel {
  background-color: var(--sidepanel-color);
  color: #ffffff;
}

.bg-sidepanel:hover {
  color: #ffffff;
}

.chart-widget-legend {
  text-align: right;
  padding-right: 64px;
  padding-bottom: 10px;
}

.chart-widget-legend li {
  padding: .4375rem 1.5rem .3125rem;
  display: inline-block;
}

.chart-widget-legend li .color-code {
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 5px;
}

.focus-areas-body {
  color: var(--sidepanel-color);
}

.projects-summary {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  flex: 1;
}

.text-dark {
  color: #333333;
}

.light-blue-text {
  color: #90DED2;
}

.side-panel {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  height: 100%;
  background-color: #f3f3f3;
  width: 350px;
  min-width: 100px;
  margin-left: 0;
  line-height: 1.5em;
  color: #f1f1f2;
  text-align: center;
  overflow-y: auto;
}

.side-panel.hidden {
  display: none;
}

.side-panel button {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1001;
}

.side-panel .country-header {
  display: flex;
  align-items: center;
}

.country-header .country {
  color: var(--sidepanel-color);
  font-weight: bold;
  font-size: 1.5em;
  text-align: left;
  padding-left: 5px;
  flex: 3;
}

.country-summary {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  background-color: var(--sidepanel-color);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.country-details {
  background-color: #ffffff;
  color: var(--sidepanel-color);
  margin-top: -12px;
  flex-grow: 1;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.country-details hr {
  border-top: 1px solid var(--sidepanel-color);
}

.project-title {
  text-align: center;
  color: var(--sidepanel-color);
}

.project-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.more-link {
  color: var(--main-color);
  font-weight: bold;
}

.summary-card {
  background-color: #1AA785;
  border-radius: 8px;
  color: white;
  flex: 2;
}

.summary-value {
  /*color: #90DED2;*/
  font-size: 28px;
  color: white;
}

.summary-label {
  color: #ffffff;
  font-size: 14px;
  font-weight: bolder;
}

.side-panel p {
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.2rem;
}

.side-panel-content {
  background-color: #f3f3f3;
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 450px;
  border-radius: 8px;
}


.map-country-overview-small {
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  background: #cde2e5;
}

.map-country-overview-small .country-header {
  display: flex;
  align-items: center;
  background: white;
  justify-content: space-around;
  min-height: 100px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.map-country-overview-small button {
  position: absolute;
  top: 30px;
  right: -20px;
  z-index: 1001;
  border: 1px solid #1AA785;
}

.side-panel-content-small {
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}

.hide {
  display: none;
}

.flag {
  background-size: contain;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  min-height: 70px;
  min-width: 70px;
  border-radius: 50%;
  clear: both;
  background-position: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  /*border: 1px solid #1AA785;*/
  flex: 1;
}

.banner {
  object-fit: fill;
  width: 100%;
  max-height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.alb {
  background-image: url("../images/flags/alb.svg");
}

.bgd {
  background-image: url("../images/flags/bgd.svg");
}

.bih {
  background-image: url("../images/flags/bih.svg");
}

.bra {
  background-image: url("../images/flags/bra.svg");
}

.cod {
  background-image: url("../images/flags/cod.svg");
}

.dom {
  background-image: url("../images/flags/dom.svg");
}

.fin {
  background-image: url("../images/flags/fin.svg");
}

.fra {
  background-image: url("../images/flags/fra.svg");
}

.gbr {
  background-image: url("../images/flags/gbr.svg");
}

.gha {
  background-image: url("../images/flags/gha.svg");
}

.gin {
  background-image: url("../images/flags/gin.svg");
}

.gtm {
  background-image: url("../images/flags/gtm.svg");
}

.hti {
  background-image: url("../images/flags/hti.svg");
}

.idn {
  background-image: url("../images/flags/idn.svg");
}

.ind {
  background-image: url("../images/flags/ind.svg");
}

.ita {
  background-image: url("../images/flags/ita.svg");
}

.khm {
  background-image: url("../images/flags/khm.svg");
}

.kos {
  background-image: url("../images/flags/kos.svg");
}

.lbr {
  background-image: url("../images/flags/lbr.svg");
}

.lka {
  background-image: url("../images/flags/lka.svg");
}

.mda {
  background-image: url("../images/flags/mda.svg");
}

.mkd {
  background-image: url("../images/flags/mkd.svg");
}

.mli {
  background-image: url("../images/flags/mli.svg");
}

.mmr {
  background-image: url("../images/flags/mmr.svg");
}

.mne {
  background-image: url("../images/flags/mne.svg");
}

.mrt {
  background-image: url("../images/flags/mrt.svg");
}

.mwi {
  background-image: url("../images/flags/mwi.svg");
}

.ner {
  background-image: url("../images/flags/ner.svg");
}

.nic {
  background-image: url("../images/flags/nic.svg");
}

.nld {
  background-image: url("../images/flags/nld.svg");
}

.nor {
  background-image: url("../images/flags/nor.svg");
}

.pak {
  background-image: url("../images/flags/pak.svg");
}

.per {
  background-image: url("../images/flags/per.svg");
}

.phl {
  background-image: url("../images/flags/phl.svg");
}

.sen {
  background-image: url("../images/flags/sen.svg");
}

.sle {
  background-image: url("../images/flags/sle.svg");
}

.srb {
  background-image: url("../images/flags/srb.svg");
}

.swz {
  background-image: url("../images/flags/swz.svg");
}

.tcd {
  background-image: url("../images/flags/tcd.svg");
}

.tha {
  background-image: url("../images/flags/tha.svg");
}

.tur {
  background-image: url("../images/flags/tur.svg");
}

.usa {
  background-image: url("../images/flags/usa.svg");
}

.uzb {
  background-image: url("../images/flags/uzb.svg");
}

.vnm {
  background-image: url("../images/flags/vnm.svg");
}

.zaf {
  background-image: url("../images/flags/zaf.svg");
}

.zwe {
  background-image: url("../images/flags/zwe.svg");
}

.jam {
  background-image: url("../images/flags/jam.png");
}

.bfa {
  background-image: url("../images/flags/bfa.png");
}

.projects-summary .card {
  box-shadow: none;
}

.color-main {
  color: var(--main-color);
}

.color-sidepanel {
  color: var(--sidepanel-color);
}

.leaflet-container {
  background-color: #D5E8EB;
}

.page-logo {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 1000;
}

/*.fullscreen #home {*/
/*  height: 10%;*/
/*}*/

/*#region Select 2 */

.select2-container--default:focus,
.select2-container--default > span:focus{
  outline: none;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: var(--sidepanel-color) !important;
  height: 2rem;
  border-radius: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus {
  border-color: var(--sidepanel-color) !important;
  outline: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--sidepanel-color) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: var(--sidepanel-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  right: 8px;
  height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b{
  border-color: var(--sidepanel-color) transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
  border-color: transparent transparent var(--sidepanel-color) transparent;
}

.select2-container--open .select2-dropdown--below {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.select2-container--open .select2-dropdown--above {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.select2-dropdown {
  border-color: var(--sidepanel-color);
  color: var(--sidepanel-color);
}

.select2-container--open .select2-dropdown--below .select2-results__options {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.select2-container--open .select2-dropdown--above .select2-results__options {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

/*.core-values-image-container {*/
/*  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);*/
/*  z-index: 1;*/
/*}*/

.text-line {
  text-transform: none;
  line-height: 1.5
}

.abstract-background {
  background-image: url("../images/metrics-background.png");
  background-size: cover;
  background-position: center;
}

.green-background {
  background: #1AA785;
}

.purple-background {
  background: #77004c !important;
}

.white-background {
  background: white;
}

.horizontal-line {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.core-value-container {
  border: 1px solid rgba(229, 229, 229, 0.5);
  border-radius: 20px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.core-values-image {
  padding: 20px;
  min-height: 200px;
  max-height: 200px;
  flex: 3;
}

.core-values-title {
  background: #1AA785;
  padding-bottom: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: -10px;
  color: white;
  text-align: center;
  flex: 1;
  /*font-size: 14px;*/
}

.teaser-image-container {
  background: white;
  border-radius: 20px;
  display: grid;
  grid-auto-rows: minmax(70px, auto);
}

.teaser-image-number {
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  color: #181523;
  text-align: center;
  font-family: 'Poppins';
  padding: 10% 10% 5% 10%;
}

.teaser-image-title {
  font-size: 15px;
  color: #181523;
  text-align: center;
  font-family: 'Poppins';
  padding-left: 10px;
  padding-right: 10px;
}

.tc {
  background-image: url("../images/wave.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}


.services-image-container {
  background: white;
  border-radius: 20px;
  display: grid;
  grid-auto-rows: minmax(70px, auto);
  border: 1px solid #77004c;
}

.services-image-title {
  margin-top: 10px;
  color: #181523;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
}

.services-image-container img {
  height: 150px;
  /*margin-top: 10%;*/
}

.focus-area-navigation-and-content-container {
  border-radius: 20px;
  /*border: 1px solid dimgray;*/
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.focus-area-navigation-container {
  background: #1AA785;
  font-size: 13px;
  /*font-weight: bold;*/
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 10px;
}

.focus-area-navigation-container a {
  color: white;
}

.focus-area-navigation-container a.active {
  color: #181523;
}

.focus-area-navigation-container > div.active {
  background: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.focus-area-image-container img {
  border-radius: 20px;
  /*min-width: 100%;*/
  min-height: 100%;
  object-fit: cover;
  /*padding-right: 0;*/
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  font-weight: bold;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #FFFFFF;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}

.portfolio-counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  background: #3dad8b;
}

#projects-count {
  color: white;
  font-weight: bold;
  font-size: 70px;
  line-height: 1.5;
}

#countries-count {
  color: white;
  font-weight: bold;
  font-size: 70px;
  line-height: 1.5;
}

#clients-count {
  color: white;
  font-weight: bold;
  font-size: 70px;
  line-height: 1.5;
}

.counter-labels {
  text-transform: uppercase;
  font-size: 20px;
  color: white;
  margin-top: -20px;
}

.filter-item {
  padding: 10px 10px 10px 0;
  color: #2d2c30;
  border-bottom: 1px solid rgb(235, 235, 235);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
}

.filter-item i {
  vertical-align: middle;
  padding-left: 0;
}


.side-panel-container {
  z-index: 1000 !important;
  position: absolute;
  left: 30px;
  top: 10px;
  bottom: 10px;
  border-radius: 8px;
  display: flex;
}

.map-menu {
  padding: 0;
  border-radius: 8px;
  font-size: 14px;
  background: #181523;
  height: 100%;
  max-width: 70px;
}

.menu-item {
  padding: 10px;
  border-bottom: 1px solid white;
  text-align: center;
  cursor: pointer;
}

.menu-item i {
  color: #1AA785;
}

.menu-item.active {
  background: #1AA785;
}

.menu-item.active i {
  color: white;
}

.menu-item span {
  color: white;
}

.map-menu-small {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  background: #cde2e5;
  min-height: 900px;
}

.menu-item-small {
  background: #181523;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  margin-bottom: 10px;
  justify-content: space-between;
  z-index: 1;
}

.menu-item-small i {
  color: #1AA785;
}

.menu-item-small.active {
  background: #1AA785;
}

.menu-item-small.active i {
  color: white;
}

.menu-item-small span {
  color: white;
  margin-left: 20px;
}

.map-filters {
  padding: 0;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  min-width: 300px;
  overflow-y: auto;
}

.map-country-overview {
  padding: 0;
  width: 450px;
  min-width: 100px;
  line-height: 1.5em;
  /*color: white;*/
  text-align: center;
  /*overflow-y: auto;*/
  background-color: white;
  border-radius: 200px !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  margin-left: 3px;
  position: relative;
  height: 100%;
}

.map-country-overview .country-header {
  display: flex;
  align-items: center;
  background: white;
  justify-content: space-around;
  min-height: 100px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.map-country-overview button {
  position: absolute;
  top: 30px;
  right: -20px;
  z-index: 1001;
  border: 1px solid #1AA785;
}

.project-container {
  border-radius: 20px;
  border: 1px solid rgb(235, 235, 235);
  padding: 10px;
  margin-bottom: 10px;
}

.project-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.project-name-status {
  display: flex;
  flex-direction: column;
  flex: 9;
}

.project-status-active {
  border-radius: 20px;
  padding: 0 10px 0 10px;
  color: white;
  background: #1AA785;
}

.project-status-closed {
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 20px;
  padding: 0 10px 0 10px;
}

.project-read-more {
  flex: 1;
  text-align: center;
}

.projects-container {
  overflow-y: auto;
  max-height: 470px;
}

.project-info.hidden {
  display: none;
}

.reset-button {
  padding: 10px;
  text-align: center;
  margin-top: 20px;
  margin-left: 25%;
  background: white;
  border-radius: 8px;
  border: 1px solid black;
}

.reset-button:focus {
  outline: none;
}

i.checked {
  color: #1AA785 !important;
}

.reset-button:hover {
  color: #1AA785;
}

.visit-our-site-link {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  padding: 7px 30px;
  text-transform: uppercase;
  background: #77004c;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}

#portfolio em.out {
  position: absolute;
  left: 50%;
  bottom: -16px;
  display: block;
  background: transparent;
  border-left: 20px dashed transparent;
  border-right: 20px dashed transparent;
  border-top: 20px solid #1AA785;
  overflow: hidden;
  transform: translate(-50%);
  z-index: 1000;
}

#portfolio em.inner {
  position: absolute;
  left: 50%;
  bottom: -16px;
  display: block;
  background: transparent;
  border-left: 20px dashed transparent;
  border-right: 20px dashed transparent;
  border-top: 20px solid #1AA785;
  overflow: hidden;
  transform: translate(-50%);
  z-index: 1000;
}

.flip-image-x {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.filters-reworked {
  background: white;
  margin-bottom: 10px;
  margin-top: -15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 0;
}

#main-slider {
  height: 700px;
  background-image: url(https://web.institutefordevelopmentimpact.com/wp-content/uploads/2020/03/IMG_2778.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.chart-widget-legend div {
  border: 1px solid white;
}

.chart-widget-legend li {
  cursor: pointer;
}

.chart-widget-legend li.active {
  background: #993f3d56;
  border-radius: 20px;
  color: white !important;
  font-weight: bold;
  margin-right: 5px;
  cursor: pointer;
}

.close-popup-button {
  position: absolute;
  top: 30px;
  right: -20px;
  border: 1px solid #1AA785;
}

/*#endregion*/