.page_footer {
  position: relative;
  bottom: 0;
  color: #fff;
  padding-top: 10rem;
  padding-bottom: 3em;
  background-color: #141d2a; }
  
  .page_footer h3 {
    font-size: 16px;
    margin-top: 0;
    line-height: 1.5; }
  .page_footer .links li {
    margin-bottom: 10px;
    line-height: 1.5;
    display: block; }
    .page_footer .links li a {
      color: #666873; }
      .page_footer .links li a:hover {
        color: #fff; }
  .page_footer .social li {
    display: inline-block;
    position: relative; }
    .page_footer .social li a {
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: inline-block;
      margin: 0;
      padding: 0;
      background-color: white;
       }
      .page_footer .social li a > span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .page_footer .footer-logo {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .1rem; }
  .page_footer .copyright {
    color: #666873; }
  .page_footer .cta {
    -webkit-box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    box-shadow: -20px -20px 0 0 #7a7a7a7a;
    padding: 20px;
    background-color: #8186d5;
    top: -150px;
    position: relative; }
    .page_footer .cta h2, .page_footer .cta h3 {
      line-height: 1.5; }
    .page_footer .cta h3 {
      font-size: 20px; }


a{
    border-bottom: none;
    text-decoration: none;
    
    transition: color 0.25s ease;
}

  
nav {
  width: 100%;
  margin: 0;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 5px 0px #dedede;
}

nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #5cb85c;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 10px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #555;
}
nav.blend ul li a {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

nav.blend ul li a:before,
nav.blend ul li a:after {
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #5cb85c;
  transition: all .5s;
  margin: auto;
  content: '.';
  color: transparent;
  z-index: -1;
  opacity: 0.75;
}
nav.blend ul li a:before {
  left: 0;
}
nav.blend ul li a:after {
  right: 0;
}

nav.blend ul li a:hover:after,
nav.blend ul li a:hover:before {
  width: 100%;
}

/* ------dropdown menu-------*/

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
   text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: white;}


@media screen and (max-width: 600px){
.h4{
    color: #5cb85c;
  font-weight: 40px;

  }
}

.one{
  font-weight: 200px;
}
.ima{
  position: absolute;
  left: 1px;
}
  .blend img{
    width: 110px;
    height: 70px;
  }
