body{
  font: 400 16px "Montserrat", sans-serif;
}
a {
  outline: none !important;
  color: #626161;
  text-decoration: underline;
}
div.graysection{
  color: #000000;
  font-family: Montserrat;
  font-size: 18px;
  background-color: #f2f2ef;
  margin-top: -80px;
  padding-bottom: 2px;
}

section.projectBody .block-body_class_block .graysection .rich-text {
  padding-top: 55px;
  margin-bottom: -25px;
}

a:hover {
  color: #626161;
  text-decoration: none;
}
.navbar{
  position: fixed;
  width: 100%;
  background-color: rgba(0,0,0,1) !important;
  border-bottom: 1px solid grey;
  z-index: 11;
  transition: .4s;
}

.navbar .nav-link{
  color: #fff !important;
  opacity: 0.6;
  text-decoration: none;
}

.nav-link:hover, .navbar:hover, .nav-link:visited, .navbar:visited {
  opacity: 1;
}

.nav-item.active .nav-link:focuse {
  box-shadow: none;
  border: none;
}
.nav-item.active .nav-link {
  opacity: 1;
}

.navbarWrapper{
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: .7s;
}
.searchForm{
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  height: 34px;
  padding: 0;
  margin: 15px 0 20px !important;
}
.searchForm input[type="search"] {
  height: 34px;
  display: inline-block;
  font: 400 16px "Montserrat";
  outline: none;
  color: #555;
  border: none;
  padding: 3px;
  padding-right: 60px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  color: #fff;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
  border-radius: 0;
  border-bottom: 1px solid #fff;
}
.searchForm input[type="search"]:focus, .searchForm input[type="search"]:hover {
  outline: 0;
  box-shadow: none;
}
.searchForm input[type="search"]:focus{
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
  border-bottom: 1px solid #fff;
}
.searchForm__button{
  height: 30px;
  width: 30px;
  display: inline-block;
  background-image: url(../images/icons.png);
  background-position: -19px -35px;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  padding: 0;
  top: -10px;
  right: 2px;
  z-index: 2;
  cursor: pointer;
}
.searchForm input[type="search"]:focus + .searchForm__button{
  z-index: 4;
}
.searchForm__button:focus{
  box-shadow: none !important;
}
.searchForm__button:active, .searchForm__button:hover{
  box-shadow: none;
  border: none !important;
  background-color: transparent !important;
}
.searchForm:hover .searchForm__button{
  background-position: -53px -35px;
}
.languageSelector{
  text-align: center;
  margin-bottom: 70px;
}
.languageSelector__link{
  color: #fff !important;
  opacity: 0.4;
  padding: 0 10px;
  text-decoration: none;
}

.languageSelector__link.selected{
  color: #fff !important;
  opacity: 1;
}

.languageSelector__link:first-child{
  border-right: 1px solid #fff;
}
.languageSelector__link:hover, .languageSelector__link:focus, .languageSelector__link:active{
  opacity: 1;
}

.navbar-brand__image {
  transition: .7s;
}

.block__fixed {
  margin: -20px auto;
}

.small-image {
  width: 90px;
  height: 35px;
}

.navbar-toggler{
  position: relative;
}
.navbar-toggler span, .navbar-toggler span:before, .navbar-toggler span:after{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -18px;
  width: 35px;
  height: 2px;
  background-color: #fff;
  color: #fff;
}
.navbar-toggler span:before, .navbar-toggler span:after{
  content: '';
  display: block;
  transition: 0.7s;
}
.navbar-toggler.collapsed span:before{
  transform: translateY(-10px);
}
.navbar-toggler.collapsed span:after{
  transform: translateY(10px);
}
.navbar-toggler span{
  height: 0;
}
.navbar-toggler.collapsed span{
  height: 2px;
}
.navbar-toggler span:before{
  transform: rotate(45deg);
}
.navbar-toggler span:after{
  transform: rotate(-45deg);
}

h6, .h6{
  font: 600 18px "Montserrat", sans-serif;
}
h6, .h6{
  color: #fff;
}
.homeHeading__h2{
  color: #fff;
  margin-bottom: 25px;
  font: 800 42px "Montserrat", sans-serif;
}
.homeHeading__h2-yellow{
  color: #e7c902;
}
.h2_detailUpper{
  font: 600 24px "Montserrat", sans-serif;
  color: #fff;
}
.h2_detail{
  font: 600 18px "Montserrat", sans-serif;
  color: #afaeae;
}
.homeHeading__h2 >span{
  display: flex;
  flex-direction: column;
}
.homeHeading{
  background-image: url(../images/background_1.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-color: rgba(0,0,0,0.85);
  padding: 130px 20px 75px;
  display: flex;
  flex-direction: column;
}
.headingWrapper, .getInvolved, .homePageProjects__wrapper{
  max-width: 1200px;
  margin: 0 auto;
}
.getInvolved{
  text-align: center;
  margin-top: 60px;
}
.socIconsWrapper{
  position: fixed;
  top: 30%;
  right: 40px;
  width: 35px;
  height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.socIconsWrapper_tw {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #1da0f1;
}

.socIcons{
  height: 32px;
  width: 32px;
  display: inline-block;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  border: none;
  box-shadow: none;
  position: absolute;
  padding: 0;
  z-index: 2;
  cursor: pointer;
  line-height: 0; 
  font-size: 0;
  color: transparent; 
}

.socIcons_fa {
  background-position: -3px -4px;
}

.socIcons_tw {
  background-position: -31px -4px;
}

.socIcons_in {
  background-position: -63px -4px;
}

.socIconsWrapper_fa, .socIconsWrapper_in, .socIconsWrapper_tw{
  height: 32px;
  width: 32px;
  border-radius: 50px;
  background-color: #000;
}
.socIconsWrapper_fa:hover{
  background-color: #3b5999;
}

.socIconsWrapper_tw:hover{
  background-color: #55acee;
}

.socIconsWrapper_in:hover{
  background-color: #0077B5;
}

.homeHeading__p{
  font: 400 18px "Montserrat", sans-serif;
  color: #979696;
  margin-bottom: 70px;
}
button, .button{
  font: 400 16px "Montserrat", sans-serif;
  border: 1px solid;
  padding: 15px 60px;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}
button:hover{
  cursor: pointer;
}
button:focus{
  outline: 0;
}
.homeHeading__button{
  text-decoration: none;
  border-color: #fff;
  color: #fff;
  margin-top: 40px;
  padding: 15px 58px;
}
.homeHeading__button:hover{
  background-color: #fff;
  color: #000;
}
.homePageProjects{
  background-color: #f2f2ef;
}
.homePageProjects__wrapper{
  padding: 10px;
}
.pageHeading {
  font: 800 72px "Montserrat", sans-serif;
  margin: 50px 0 30px;
  color: #000;
}

.pageHeading:after{
  content:'';
  width: 120px;
  height: 5px;
  background-color: #E7C83C;
  margin-top: 30px;
  display: block;
}
.projectsList{
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  margin-top: 40px;
}
.projectList__item{
  max-width: 383px;
  height: 370px;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 10px;
  position: relative;
  margin: 5px;
  transition: .15s ease;
}

.projectList__link{
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 0; 
  font-size: 0;
  color: transparent; 

}
.projectList__item:hover{
  box-shadow: 0px 0 30px rgb(200, 200, 200);
}
.projectList__item:before{
  transition: .15s ease;
}
.projectList__item:hover:before{
  content: '';
  width: 100%;
  height: 8px;
  background-color: #e7c902;
  position: absolute;
  left: 0;
  top: -8px;
}

img.richtext-image.full-width{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.projectList__imgWrapper{
  margin: 0 auto 25px;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

p.projectList__itemDesc {
  text-align: start;
}
.projectList__img{
  filter: grayscale(100%);
  max-height: 100%;
  max-width: 150px;
  margin-top: 8px;
}

.projectList__img_default {
  height: initial;
  margin-top: 25px;
  max-width: 100%;
}

.projectList__item:hover .projectList__img {
  filter: grayscale(0%) !important;
  cursor: pointer;
}

.projectList__itemTitle{
  color: #000;
  margin-bottom: 15px;
  font: 600 18px "Montserrat", sans-serif;
  text-align: left;
}
.linkToProjectsWrapper{
  text-align: center;
  margin: 50px 0;
}
.linkToProjects{
  color: #000;
  text-decoration: none;
}
.linkToProjects:active, .linkToProjects:focus, .linkToProjects:hover{
  text-decoration: none;
  color: #000;
  border-collapse: #000;
}
.linkToProjects:hover{
  background-color: #000;
  color: #fff;
}
.footer{
  height: 200px;
  background-image: url(../images/background_2.png);
  background-color: rgba(0,0,0,0.85);
  -webkit-background-size: cover;
  background-size: cover;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

.footerNavigation a, .footerCopyright{
  font: 400 16px "Montserrat", sans-serif;
}
.footerNavigation a, .footerCopyright{
  color:  #fff !important;
  opacity: 0.4;
  text-decoration: none;
  padding: 0 15px;
}
.footerNavigation a:hover{
  opacity: 1;
  cursor: pointer;
  text-decoration:none !important;
}
.footerNavigation{
  padding: 0;
  display: flex;
  list-style-type: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
}
.contentWrapper {
  flex: 1 0 auto;
}

.pagination-container {
  position: absolute;
  bottom: -80px;
  right: 45%;
}
li.page-item {
  display: block;
  position: relative;
  margin-bottom: 20px;
  height: 50px;
}

li.page-item:hover, li.page-item_active {
  background-image: url("../images/dot.png");
  background-repeat: no-repeat;
  background-position-x: 49%;
  background-position-y: 84%;
}

li.page-item:focus, .page-link:focus{
  box-shadow: none;
}

.page-link {
  background-color: transparent;
  border: none !important;
  color: #000000;
  font-family: Lato;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.page-link:hover {
  background-color: transparent;
  color: #000000;
}
.footer {
  flex: 0 0 auto;
}
#filter_form {
  position: relative;
  height: 140px;
  border: 1px solid #ffffff;
  background-color: #000000;
  background-image: linear-gradient(to top, #000000 0%, #292d3b 100%);
  display: flex;
  align-items: center;
  margin-bottom: 110px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.sort-by-date select {
    background-image: url("../images/arrow_down.png");
    background-repeat: no-repeat;
    background-position-x: 68%;
    background-position-y: 50%;
}

.filter_form_wrapper{
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: flex-end;
}

.filter_form_item {
  display: flex;
  flex-direction: column;
  color: #000000;
  font-family: Montserrat;
  position: relative;
}

.filter_form_item label {
  color: #e7c902;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.filter_form_item select {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  height: 30px;
  width: 120%;
  border: 1px solid #ffffff;
  color: #616161;
}
.filter_form_item select{
    background-image: url("../images/arrow_down.png");
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: 50%;
}

.sort-by-date {
  position: absolute;
  top: 130%;
  right: 35px;;
}

.sort-by-date label {
  opacity: 0.61;
  color: #000000;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
.sort-by-date select {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  border: 1px solid #000;
  width: 102px;
  height: 39px;
  text-align: left;
  margin-left: 10px;
}

.button_filter {
  position: relative;
  height: 30px;
  background: white;
  width: 18%;
  padding: 0;
}

.projectsListPage__wrapper{
  margin-top: 75px;
  position: relative;
}
.projectsListPage__wrapper .pageHeading{
  max-width: initial;
}
.searchFormBlock .searchForm input{
  color: #000;
  position: static;
}
.searchFormBlock .searchForm .searchForm__button{
  z-index: 5;
  position: static;
  background-position: -96px -34px;
}
.searchFormBlock .searchForm__button:hover{
  background-color: #000 !important;
  background-position: -133px -34px;
}
.projectBodyWrapper{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.contactUsForm{
  max-width: 600px;
  padding-right: 5px;
}
.contactUsForm__block{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.contactUsForm__block input:focus {
  border-color:lightgrey;
  box-shadow: 2px 1px 13px -2px rgba(29, 29, 29, 0.36);
}

.contactUsForm__block textarea:focus {
  border-color:lightgrey;
  box-shadow: 2px 1px 13px -2px rgba(29, 29, 29, 0.36);
}

.contactUsForm__label{
  font: 400 14px "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.contactUsForm__button{
  float: right;
  margin-bottom: 40px;
}
.contactUsForm__button:hover{
  color: #fff;
  background-color: #000;
  cursor: pointer;
}

@media (max-width: 992px){
  .projectsListPage__wrapper{
  margin-bottom: 60px;
  }
  .pageHeading {
    font-size: 30px;
    margin-top: 25px;
  }
  div.graysection {
    margin-left: -20px;
    margin-right: -20px;
  }
  section.projectBody .block-body_class_block .graysection .rich-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  h2{
    font-size: 1.5rem;
    color: #000;
  }
  
  h3{
    color: #000;
    font-size: 1.15rem;
  }
  
  p, li {
    font-size: 14px;
    line-height: 28px;
  }

  .block__fixed {
    margin: -7px auto;
  }
}

@media (max-width: 768px) {
  #filter_form {
    height: 350px;
    margin-bottom: 120px;
  }
  .filter_form_item {
    width: 70%;
    align-items: center;
  }

  .filter_form_wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .socIconsWrapper {
    display: none;
  }

  .socIconsWrapper_mobile {
    display: flex;
    position: absolute;
    top: 88%;
    flex-direction: row;
    width: 100%;
    height: 35px;
    right: 0;
    justify-content: space-around;
  }

  .button_filter {
    width: 85%;
    margin-top: 30px;
  }

  .sort-by-date {
    top: 115%;
  }
}

@media (max-width: 380px) {
  .pageHeading {
    font-size: 25px;
  }
 .sort-by-date {
  top: 115%;
  right: 10px;
 }

  .pageHeading::after {
    margin-top: 13px;
  }

  .homeHeading__h2{
    font-size: 28px;
  }
}

@media (min-width: 768px){
  .h2{
    font: 800 72px/65px "Montserrat", sans-serif;
    display: flex;
    align-items: flex-start;
  }
  .h2_detailUpper{
    font: 600 28px "Montserrat", sans-serif;
  }
  .homeHeading__h2{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .homeHeading__h2 >span {
    margin-left: 20px;
  }
  .projectList__item{
    padding: 20px;
  }
  .footerNavigation a, .footerCopyright{
    font: 400 18px "Montserrat", sans-serif;
  }
  .linkToProjectsWrapper{
    margin: 100px 0;
  }
  .searchFormBlock input{
    width: 300px;
  }
  .socIconsWrapper {
    display: none;
  }
  .socIconsWrapper_mobile {
    display: flex;
    position: absolute;
    top: 88%;
    flex-direction: row;
    width: 100%;
    height: 35px;
    right: 0;
    justify-content: space-around;
  }
}
@media (min-width: 992px){
  .languageSelector{
    margin-bottom: 0;
  }
  .headingWrapper{
    margin-top: 50px;
  }
  .getInvolved{
    margin-top: 70px;
  }
  .searchForm input[type="search"]{
    width: 0;
    border-bottom: 0;
  }
  .searchForm input[type="search"]:focus{
    width: 200px;
    border-bottom: 1px solid #fff;
  }
  .searchForm__button{
    top: 0;
    right: 5px;
  }
  .projectsListPage__wrapper{
    margin-top: 75px;
    margin-bottom: 120px;
  }
  .searchFormBlock .searchForm input[type="search"]{
    width: 200px;
    border-bottom: 1px solid #fff;
  }

  .socIconsWrapper {
    display: flex;
  }
  .socIconsWrapper_mobile {
    display: none;
  }
}
