header.et-l.et-l--header{
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  top: 0;
}
body.divibar-open div#wpadminbar{
  top: auto !important;
  position: fixed !important;
}
.et-db #et-boc header.et-l.et-l--header .et_pb_row.header-row{
  width: 100% !important;
}
.home .scrolled-header .et_pb_menu__wrap{
  border: 0 !important;
}
.admin-bar #cookie-law-info-bar{
  padding-bottom: 52px !important;
}
#et-boc{
  position: relative;
}
.home header.et-l.et-l--header{
  background-color: transparent;
}
.divibar-open header.et-l.et-l--header{
  position: absolute;
}
.divibar-open header.et-l.et-l--header.scrolled-header{
  position: fixed;
}
.et-db #et-boc header.et-l.et-l--header .et-menu.nav li{
  padding: 0 1.25rem;
}
.et-db #et-boc header.et-l.et-l--header .et-menu.nav li a{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: none;
  -webkit-transition:none;
}
.et-db #et-boc header.et-l.et-l--header .et-menu.nav li.current-menu-item a{
  color: #25837b !important;
}
.et-db #et-boc header.et-l.et-l--header .et-menu.nav li.global-search-menu a{
  text-indent: -999px;

  background-image: url("../images/search-lens-menu.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 22px;
  overflow: hidden;
}
.et-db #et-boc header.et-l.et-l--header .et-menu.nav li.global-search-menu{
  padding-right: 3rem;
}
.et-db #et-boc header.et-l.et-l--header .et_pb_menu__logo-wrap{
  padding-left: 4rem !important;
}
.et-db #et-boc .et-l .et-menu.nav li.menu-donate{
  text-align: center;
}
.et-db #et-boc .et-l .et-menu.nav li.menu-donate a{
  justify-content: center;
}
.et-db #et-boc .et-l .et_pb_module .work_item-wrapp p.work_date, .work_item-wrapp p.work_date{
  color: #585858 !important;
}
.et-db #et-boc footer.et-l--footer{
  position: relative;
}
.et-db #et-boc .et-l .three-color-arrow{
  position: absolute;
  height: 28px;
  width: 62%;
  top:-14px;
  background-image: url("../images/ft-before.png");
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 1;
}
.et-db #et-boc .et-l .three-color-arrow::after{
  width: 70%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/bg_tile.png") repeat-x;
  content: '';
  z-index: -1;
}
.et-db #et-boc .et-l .sort_switcher_wrap{
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  justify-content: right;
  padding: 0.8rem 0;
  align-items: center;
  margin-bottom: 3.5rem;
}
.et-db #et-boc .et-l .sort_switcher_wrap .sort_wrap{
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  align-items: center;
  padding-right: 23px;
}
.et-db #et-boc .et-l .sort_switcher_wrap .sort_wrap span{
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #737373;
  display: inline-block;
  margin-right: 17px;
}
.et-db #et-boc .et-l .sort_switcher_wrap .switch_wrap{
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  align-items: center;
}
.et-db #et-boc .et-l .sort_switcher_wrap  a.switch_btn{
  margin-left: 11px;
  display: inline-block;
  padding-bottom: 0 !important;
  opacity: 0.5;
}
.et-db #et-boc .et-l .sort_switcher_wrap  a.switch_btn.active,
.et-db #et-boc .et-l .sort_switcher_wrap  a.switch_btn:hover{
  opacity: 1;
}
select.sc_dropdown{
  display: none;
}
.sc-dropdown-wrap {
  min-width: 247px;
  position: relative;
}
.sc-dropdown-wrap ul,
.et-db #et-boc .et-l .sc-dropdown-wrap ul{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100%;
  position: absolute;
  top: 66px;
  max-height: 400px;
  overflow-y: auto;
}
.sc-dropdown-wrap .sc-dropdown-selected,
.et-db #et-boc .et-l .sc-dropdown-wrap .sc-dropdown-selected{
  width: 100%;
  height: 66px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  align-items: center;
  padding: 1rem;
  padding-right: 1.5rem;
  color: #000;
  font-size: 0.9rem;
  cursor: pointer;
  position: relative;
  font-family: 'Poppins', sans-serif;
}
.sc-dropdown-wrap .sc-dropdown-selected::after,
.et-db #et-boc .et-l .sc-dropdown-wrap .sc-dropdown-selected::after{
  content: '';
  position: absolute;
  right: 17px;
  width: 19px;
  height: 100%;
  background-image: url(../images/arrow-dropdown.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sc-dropdown-wrap.open .sc-dropdown-selected::after,
.et-db #et-boc .et-l .sc-dropdown-wrapp.open .sc-dropdown-selected::after{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sc-dropdown-wrap ul li,
.et-db #et-boc .et-l .sc-dropdown-wrap ul li{
  -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
  max-height: 0;
  width: 100%;
  opacity: 0;
  background-color: #fff;
  list-style: none;
}
.sc-dropdown-wrap ul li.selected,
.et-db #et-boc .et-l .sc-dropdown-wrap ul li.selected{
  background-color: #e4e4e4;
}
.sc-dropdown-wrap.open ul li,
.et-db #et-boc .et-l .sc-dropdown-wrap.open ul li{
  max-height: 100px;
  opacity: 1;
}
.sc-dropdown-wrap ul li a,
.et-db #et-boc .et-l .sc-dropdown-wrap ul li a{
  color: #000 !important;
  font-size: 0.9rem;
  display: inline-block;
  padding: 0.75rem 1rem !important;
  border: 1px solid #e4e4e4;
  border-bottom-color: #efefef;
  border-top: 0;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.et-db #et-boc .et-l .et_pb_module .work_list{
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  flex-wrap: wrap;
  margin-left: -1.85rem;
  margin-right: -1.85rem;
}
.et-db #et-boc .et-l .et_pb_module .work_item-wrapp, .work_item-wrapp{
  float: none;
}
.et-db #et-boc .et-l .et_pb_module .work_item-wrapp .work_item_img a{
  height: 303px;
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.et-db #et-boc .et-l .et_pb_module .list .work_item-wrapp .work_item_img a{
  height: 100%;
  min-height: 303px;
}
.et-db #et-boc .et-l .et_pb_module .list .work_item-wrapp{
  width: 100%;
}
.et-db #et-boc .et-l .et_pb_module .list .work_item-wrapp .work_inner{
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  flex-wrap: wrap;
  height: auto !important;
  padding: 0;
}
.et-db #et-boc .et-l .et_pb_module .work_item-wrapp .work_excerpt{
  display: none;
}
.et-db #et-boc .et-l .et_pb_module .list .work_item-wrapp .work_excerpt{
  display: block;
}
.et-db #et-boc .et-l .et_pb_module .list .work_item-wrapp .work_inner .work_item_img{
  width: 28%;
}
.et-db #et-boc .et-l .et_pb_module .list .work_item-wrapp .work_inner .work_inner_des{
  width: 72%;
  padding-left: 65px;
}
.et-db #et-boc .et-l .et_pb_module .list .work_item-wrapp .work_cat{
  padding-bottom: 0 !important;
}
.et-db #et-boc .et-l .et_pb_module div.pse_search_wrap,
div.pse_search_wrap{
  padding: 60px 0 !important;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  flex-wrap: wrap;
  position: relative;
}
.et-db #et-boc .et-l .et_pb_module div.pse_search,
div.pse_search{
  width: 18%;
}
.et-db #et-boc .et-l .et_pb_module div.pse_search.txt,
div.pse_search.txt{
  width: 32%;
}
.et-db #et-boc .et-l .et_pb_module div.pse_search.sub,
div.pse_search.sub{
  width: 14%;
}
.et-db #et-boc .et-l .et_pb_module div.pse_search .pse_search_input,
div.pse_search .pse_search_input{
  margin-bottom: 25px;
  position: relative;
  -webkit-box-shadow: 0 0 10px -2px #ccc;
  -moz-box-shadow: 0 0 10px -2px #ccc;
  -ms-box-shadow: 0 0 10px -2px #ccc;
  box-shadow: 0 0 10px -2px #ccc;
}
.et-db #et-boc .et-l .et_pb_module div.pse_search input[type="text"],
div.pse_search input[type="text"]{
  width: 100%;
  height: 66px;
  border: 1px solid #e4e4e4;
  padding: 1rem;
  padding-left: 63px;
  padding-right: 50px;
  background-color: #fff;
  color: #000;
  font-size: 0.9rem;
  background-image: url("../images/search-icon.png");
  background-repeat: no-repeat;
  background-position: left 22px center;
  position: relative;
  z-index: 1;
}
.et-db #et-boc .et-l .et_pb_module div.pse_search .clear_text_icon,
div.pse_search .clear_text_icon{
  display: inline-block;
  position: absolute;
  height: 100%;
  right: 0;
  width: 50px;
  top: 0;
  background-image: url("../images/close-icon.png");
  background-repeat: no-repeat;
  background-position: left 10px center;
  z-index: 2;
}
.et-db #et-boc .et-l .et_pb_module div.pse_search label,
div.pse_search label{
  color: #81858c;
  text-transform: uppercase;
  padding-bottom: 18px;
  font-size: 0.8rem;
  margin-bottom: 0;
}
.et-db #et-boc .et-l .et_pb_module div.pse_search.sub label,
div.pse_search.sub label{
  visibility: hidden;
}
.et-db #et-boc .et-l .et_pb_module div.pse_search.sub input[type="button"],
div.pse_search.sub input[type="button"]{
  height: 66px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  color: #fff;
  padding: 1rem;
  width: 100%;
  background-color: #e67a00;
  text-align: center;
  border: 0;
}
.et-db #et-boc .et-l .et_pb_module div.pse_search .sc-dropdown-wrap,
div.pse_search .sc-dropdown-wrap{
  z-index: 1;
}
.et-db #et-boc .et-l .et_pb_module div#pse_search_chosen .clear_search,
div#pse_search_chosen .clear_search{
  font-size: 0.9rem;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 0.756rem;
  display: none;
  color: #333333;
}
.et-db #et-boc .et-l .et_pb_module div#pse_search_chosen .remove_selected,
div#pse_search_chosen .remove_selected{
  font-size: 0.85rem;
  font-weight: 400;
  color: #333333;
  padding: 0.5rem 0.75rem;
  display: inline-block;
}
.et-db #et-boc .et-l .et_pb_module div#pse_search_chosen .remove_selected span,
div#pse_search_chosen .remove_selected span{
  font-size: 0.8rem;
  font-weight: bold;
  padding-left: 0.5rem;
  color: #333333;
}
.et-db #et-boc .et-l .et_pb_module div.pse_search .sc-dropdown-wrap .sc-dropdown-selected,
.et-db #et-boc .et-l .et_pb_module div.pse_search input[type="text"],
div.pse_search .sc-dropdown-wrap .sc-dropdown-selected,
div.pse_search input[type="text"]{
  border-right: 0;
}
.home #header-fake{
  display: none;
}
#header-fake{
  width: 100%;
  height: 90.4px;
  background-color: #fff;
}
#search_box_popup{
  position: absolute;
  left:0;
  top:0;
  background-color: #f8f8f8;
  width: 100%;
  opacity: 0;
  overflow: 0;
  -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
  z-index: -1;
  -webkit-box-shadow: 0 4px 5px -2px #444;
  -moz-box-shadow: 0 4px 5px -2px #444;
  -ms-box-shadow: 0 4px 5px -2px #444;
  box-shadow: 0 4px 5px -2px #444;
}
#search_box_popup.open{
  opacity: 1;
  z-index: 100;
}
#search_box_popup div.pse_search_wrap{
  max-width: 1510px;
  margin: 0 auto
}
.search-btn-work{
  position: absolute;
  display: inline-block;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #25837b !important;
  padding: 0.8rem 1.3rem;
  padding-right: 3.6rem;
  background: url("../images/search-green-icon.png") no-repeat right 22px center;
  background-color: #f8f8f8;
  z-index: 1;
  top: 94px;
}
#close-search{
  display: none;
}
#search_box_popup #close-search{
  position: absolute;
  top: 16px;
  right: 3px;
  width: 28px;
  height: 28px;
  background: url("../images/search-box-close.png") no-repeat center;
  display: block;
}
.et-db #et-boc .et-l .et_pb_module h1.archive-title{
  margin-top: 2.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 45px !important;
  color: #333 !important;
}
.et-db #et-boc .et-l .et_pb_module h1.archive-title.nws{
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.et-db #et-boc .et-l .et_pb_module .news_filter_bar{
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  justify-content: space-between;
}
.et-db #et-boc .et-l .et_pb_module .news_filter_bar .news_filter{
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  justify-content: right;
  align-items: center;
}
.et-db #et-boc .et-l .et_pb_module .news_filter_bar .sort_switcher_wrap{
  margin-bottom: 0;
  padding: 0;
}
.et-db #et-boc .et-l .et_pb_module .news_filter_bar .switch_wrap{
  display: none;
}
.et-db #et-boc .et-l .news_filter_bar .sort_switcher_wrap .sort_wrap span{
  color: #cfdfdd;
}
.et-db #et-boc .et-l .news_filter_bar .sc-dropdown-wrap .sc-dropdown-selected{
  border: 0;
  background-color: #25837b;
  color: #fff;
}
.et-db #et-boc .et-l .news_filter_bar .sc-dropdown-wrap .sc-dropdown-selected::after{
  background-image: url(../images/white-down.png);
  width: 15px;
}
.et-db #et-boc .et-l .news_filter_bar .sc-dropdown-wrap ul li{
  background-color: #25837b;
}
.et-db #et-boc .et-l .news_filter_bar .sc-dropdown-wrap ul li a{
  color: #fff !important;
  font-weight: 400 !important;
}
.et-db #et-boc .et-l .news_filter_bar .search-box-open-news,
.search-box-open-news{
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #FFF !important;
  padding: 0.9rem 1.3rem !important;
  padding-right: 3.6rem !important;
  background: url("../images/search-white-icon.png") no-repeat right 22px center;
  background-color: transparent;
  border: 1px solid #e2e2e2;
  margin-top: 11px;
  border-bottom: 0;
}
div.single-green-bar{
  background-color: #25837b;
  text-align: right;
  margin-bottom: 5rem;
  position: relative;
  border-bottom: 13px solid #FFF;
}
.single-green-bar::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -13px;
  width:36.6%;
  height: 26px;
  background: url("../images/inner-bnnr-stp.png") no-repeat right center;
  z-index: 2;
}
.single-green-bar::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width:calc( 36.6% - 50px);
  height: 26px;
  background: url("../images/bg_tile.png") repeat-x center;
  z-index: 1;
  bottom: -13px;
}
.navigation-wrap{
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
}
.navigation-wrap a.back_to_link::after{
  display: none;
}
.navigation-wrap a.back_to_link{
  padding-top:25px;
  background: url("../images/back_to_news.png") no-repeat top center;
}
.navigation-wrap .np-link.inactive{
  visibility: hidden;
}
.et-db #et-boc .et-l .slide-item-image{
  background-size: cover;
  background-position: center center;
}
.et-db #et-boc .et-l .slide-item-image img{
  visibility: hidden;
}
a.ns-signup{
  display: none;
}
.home a.ns-signup{
  display: block;
}
.et-db #et-boc .et-l .filter_team{
  position: absolute;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  justify-content: right;
  right: 1.5rem;
  top:0;
  align-items: center;
  z-index: 1;
}
.et-db #et-boc .et-l .filter_team .sort_by{
  font-size: 16px;
  color: #737373;
  margin-right: 15px;
  text-transform: uppercase;
}
.staff_cat_title{
  position: relative;
}
/* global search */

.global-search,.global-search-crta{ width: 100%; background-color: #25837b; position: relative;}
.global-search-crta{height: auto; border-top:1px solid #ffffff;}
.global-search{
  background-image: url("../images/dot-pattern.png");
  background-repeat: repeat;
}
.global-search::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -13px;
  width:36.6%;
  height: 26px;
  background: url("../images/inner-bnnr-stp.png") no-repeat right center;
  z-index: 2;
}
.global-search::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width:calc( 36.6% - 50px);
  height: 26px;
  background: url("../images/bg_tile.png") repeat-x center;
  z-index: 1;
  bottom: -13px;
}
.container-global-search{width: 100% !important; position: relative; max-width: 1590px !important; padding-left: 40px !important; padding-right: 40px !important; margin:auto;}
.et-db #et-boc .et-l .et_pb_module .container-global-search .pse_search_wrap div.pse_search label, .page-template-page-global-search .pse_search_wrap div.pse_search label,
#search_box_popup.news .pse_search_wrap div.pse_search label
{color: #ffffff !important;}
.container-global-search .work_list .work_item-wrapp .work_item_img a {
  height: 303px;
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.container-global-search .work_list{
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  flex-wrap: wrap;
  margin-left: -1.9rem !important; margin-right: -1.9rem !important;
  margin-bottom: 2rem;
}
.container-global-search h2{color: #000000; font-size: 45px; display: inline-block; font-weight: 700; margin-top: 2.5rem; margin-bottom: 2rem; position: relative;}
.container-global-search h2::after{
  content: "";
  display: block;
  width: 50px;
  height: 7px;
  position: absolute;
  background-color: #25837b;
  background-repeat: no-repeat;
  right: -9rem;
  z-index: 1;
  width: 150px;
  top: 35px;
}
.container-global-search h1{
  font-family: 'Poppins', sans-serif;
  color: #ffffff;  font-size: 55px; font-weight: 500;
  position: relative;
  padding-top: 6rem;
}
.container-global-search p.head-schcnt{
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 1.65rem;
  margin-bottom: 0;
}
label.sc_checkbox {
  display: inline-block;
  margin-right: 3rem;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.9rem;
  color: #FFF;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sc_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF;
}
.sc_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.sc_checkbox input:checked ~ .checkmark {
  background-color: #FFF;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.sc_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.sc_checkbox .checkmark:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/check-tick.png) no-repeat center center;
}
.glob_type{
  position: relative;
  width: 100%;
  padding-bottom: 1.5rem;
}
.pse_search_wrap.glob .pse_search_input{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.pse_search_wrap.glob div#pse_search_chosen .remove_selected{
  color: #333333;
  background-color: #FFF;
  padding: 0.3rem 0.6rem;
  margin-right: 8px;
}
.pse_search_wrap.glob div#pse_search_chosen .clear_search{
  color: #FFF;
}
.brd-wrap{
  padding: 0.9rem 0;
}
.box-page{
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #d0d0d0;
}
.box-page a.title{
  color: #25837b;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.9rem;
  display: block;
}
.container-global-search .people_list{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  flex-wrap: wrap;
}
.advanced-filter{
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #FFF !important;
  padding: 0.9rem 1.3rem !important;
  padding-right: 3.6rem !important;
  background: url("../images/search-white-icon.png") no-repeat right 22px center;
  background-color: #25837b;
  border: 1px solid #e2e2e2;
  margin-top: 11px;
  border-bottom: 0;
  position: absolute;
  right:40px;
  bottom: 0;
  z-index: 1;
}
.page-template-page-global-search #search_box_popup,
#search_box_popup.news{
  background-color: #25837b;
}
.pse_search_wrap .sc-dropdown-wrap{
  min-width: auto;
  width: 100%;
}
#work_slider1.related, #work_slider2.most_popular, #work_slider1.related_work, .et-db #et-boc .et-l .et_pb_module #work_slider1.related_work{
  width: auto;
}
#work_slider1.related .owl-nav, #work_slider2.most_popular .owl-nav, #work_slider1.related_work .owl-nav, .et-db #et-boc .et-l .et_pb_module #work_slider1.related_work .owl-nav{
  right: 1.9rem;
}
.single-share .et_social_inline_top{
  margin-bottom: 0;
}
.et-db #et-boc .et-l .et_pb_row .news-headsec-wrapp .news-headsec-right .single-share, .news-headsec-wrapp .news-headsec-right .single-share, .single-share{
  padding-bottom: 0;
}
.et-db #et-boc .et-l .et_pb_row .news-headsec-wrapp .news-headsec-right, .news-headsec-wrapp .news-headsec-right{
  padding-left: 4%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 0;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.news-headsec-wrapp .news-headsec-left, .et-db #et-boc .et-l .et_pb_row .news-headsec-wrapp .news-headsec-left{
  height: 520px;
}
.searchform{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  opacity: 0;
  -webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
  z-index: -1;
}
.searchform.open{
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 10000;
}
.searchform_wrap{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.95);
}
form.search-form {
  margin-top: -45px;
  top: 50%;
  position: absolute;
  width: 100%;
}
.searchform_wrap #search-frm label{
  width: 100%;
}
.search-submit-btn{ display: none;}
.searchform_wrap input[type="text"]{
  width: 90% !important;
  color: #26837b !important;
  height: 88px;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight:500;
  margin: 0 5%;
  border: 0;
  background:  transparent !important;
  text-align: center;
  border-bottom: 2px solid rgba(38, 131, 128, 0.8);
}
#search-close-icon {
	top: 60px;
	right: 55px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	display: block;
	z-index: 200;
}
#search-close-icon:before, #search-close-icon:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#search-close-icon:after {
	width: 100%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#search-close-icon:hover:before, #search-close-icon:hover:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 50%;
}
input.search-submit.hidden{
  display: none !important;
}
.button-icon-container img{
  display: block;
  cursor: pointer;
}
.button-icon-container > a{
  display: inline-block;
  cursor: pointer;
}
.et-db #et-boc .et-l .et_pb_column.sc-content-middle{
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  align-items: center;
}
.divimegapro-open-adminbar{
  padding-top: 0 !important;
}
.et-db #et-boc .et-l .sc-work-bar{
  padding: 2.5rem 0;
  background-color: #26837b;
}
.et-db #et-boc .et-l .sc-work-bar h1.archive-title{
  color: #FFF !important;
  margin-top: 0;
}
.et-db #et-boc .et-l .container-works{
  max-width: 1590px;
  padding: 0 40px;
  margin: 0 auto;

}
.et-db #et-boc .et-l .container_works-list{
  margin-left: -40px !important;
  margin-right: -40px !important;
}
.et-db #et-boc .et-l .cat_desc{
  padding: 3rem 0;

}
.et-db #et-boc .et-l .cat_desc p{
  font-size: 1rem;
  line-height: 1.5em;
  color: #333;
}
.et-db #et-boc .et-l .search_work_cat{
  background-color: #f8f8f8;
}
