#rf-global-header {
  height: 50px;
  width: 100%;
  background-color: #E2E2E2;
  position: fixed;
  top: 0;
  z-index: 100000;
}
#rf-global-header .container {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
}
@media (max-width: 767px) {
  #rf-global-header .container {
    padding: 0;
  }
}
#rf-global-header .container a:focus {
  text-decoration: none;
}
#rf-global-header .container .dropdown {
  position: relative;
  display: inline-block;
  float: right;
}
@media (max-width: 767px) {
  #rf-global-header .container .dropdown {
    float: none;
    width: 100%;
    text-align: center;
  }
}
#rf-global-header .container .dropdown .select {
  text-transform: uppercase;
  color: black;
  font-weight: normal;
  height: 50px;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  display: inline-block;
}
#rf-global-header .container .dropdown .select img {
  width: 15px;
  height: 15px;
  margin: -4px 0 0 5px;
}
#rf-global-header .container .dropdown:hover .dropdown-content {
  display: block;
}
#rf-global-header .container .dropdown-content {
  display: none;
  position: absolute;
  width: 235px;
  right: -50px;
}
#rf-global-header .container .dropdown-content ul {
  padding: 0;
}
#rf-global-header .container .dropdown-content ul a:last-child li {
  border-bottom: 1px solid #E2E2E2;
}
#rf-global-header .container .dropdown-content ul li {
  background-color: #E2E2E2;
  padding: 12px 16px;
  z-index: 1;
  text-align: center;
  border-top: 1px solid white;
  color: black;
  list-style: none;
}
#rf-global-header .container .dropdown-content ul li:hover {
  background-color: #FFFFFF;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
}
#rf-global-header .container .dropdown-content ul li a,
#rf-global-header .container .dropdown-content ul li:hover a {
  color: black;
  border-bottom: none;
}
@media (max-width: 767px) {
  #rf-global-header .container .dropdown-content {
    width: 100%;
    right: 0;
  }
}

#rf-global-footer {
  width: 100%;
  padding: 50px 0;
  background-color: #E2E2E2;
  top: 0;
  z-index: 100000;
}
#rf-global-footer .container {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
}
#rf-global-footer .container .footer-title {
  margin-bottom: 10px;
}
#rf-global-footer .container .footer-title h5 {
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  background: #E2E2E2;
  padding: 0 8%;
  z-index: 1000;
}
#rf-global-footer .container .footer-title .border {
  border-top: 1px solid #C5C5C5;
  margin-top: -25px;
  width: 100%;
  height: 1px;
}
#rf-global-footer .logos {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#rf-global-footer .logos .one {
  max-width: 212px;
}
#rf-global-footer .logos .two {
  max-width: 335px;
}
#rf-global-footer .logos .three {
  max-width: 291px;
}
#rf-global-footer .logos .four {
  max-width: 208px;
}
#rf-global-footer .logos .logo {
  margin-top: 30px;
}
#rf-global-footer .logos .logo img {
  width: 100%;
}
#rf-global-footer .our-projects {
  margin-top: 40px;
}
#rf-global-footer .our-projects .one {
  max-width: 224px;
}
#rf-global-footer .our-projects .two {
  max-width: 249px;
}
#rf-global-footer .our-projects .three {
  max-width: 183px;
}
#rf-global-footer .our-projects .four {
  max-width: 92px;
}
#rf-global-footer .our-projects .five {
  max-width: 111px;
}
#navbar {
  top: 50px;
}

@media (max-width: 1199px) {
  #rf-global-footer .logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #rf-global-footer .logos .logo {
    margin-right: 30px;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  #rf-global-footer .logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #rf-global-footer .logos .logo {
    margin-right: 0;
    margin-left: 0;
  }
}
