﻿ /**************** FOOTER START ******************/
.footer_area {
  background-color: #333333;
}

.footer_area .M_footer {
  padding-bottom: 15px;
  padding-top: 60px;
}

.footer_area .M_footer .f_part a {
  outline: medium none;
  color: #dddddd;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.footer_area .M_footer .f_part .footer_logo img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

.footer_area .M_footer .f_part p {
  color: #dddddd;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 15px;
}

.footer_area .M_footer .f_part .social_icons ul {
  margin-top: 25px;
}

.footer_area .M_footer .f_part .social_icons ul li {
  display: inline-block;
  margin-right: 13px;
  color: #dddddd;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.footer_area .M_footer .f_part .social_icons ul li a {
  border: 1px solid #dadada;
  color: #dddddd;
  font-size: 25px;
  width: 35px;
  border-radius: 0;
  display: block;
  text-align: center;
  line-height: 26px;
  transition: all 0.5s ease 0s;
  height: auto;
}

.footer_area .M_footer .f_part .social_icons ul li a:hover {
  background-color: #f00;
  color: #ffffff;
}

.footer_area .M_footer .f_part .social_icons ul li a i {
  display: inline-block;
  font: normal normal normal 14px / 1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.f_part  h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #dddddd;
  margin-bottom: 45px;
  position: relative;
}

.f_part h3::before {
  background: #dddddd none repeat scroll 0 0;
  bottom: -13px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 45px;
}

.f_part h3::after {
  background: #dddddd none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 57px;
}

.f1_part h3::before {
  background: #dddddd none repeat scroll 0 0;
  bottom: -13px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 45px;
}

.f1_part h3::after {
  background: #dddddd none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 57px;
}

.f1_part h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #dddddd;
  margin-bottom: 45px;
  position: relative;
}

.f1_part h3::before {
  background: #dddddd none repeat scroll 0 0;
  bottom: -13px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 45px;
}

.f1_part h3::after {
  background: #dddddd none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 57px;
}

.f1_part ul {
  margin-top: 25px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.f1_part ul li {
  color: #dddddd;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.f1_part ul li a {
  text-decoration: none;
  outline: medium none;
  color: #dddddd;
  padding:0px 15px !important;
  transition: all 0.3s ease 0s;
}

.f4_part h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #dddddd;
  margin-bottom: 45px;
  position: relative;
}

.f4_part h3::before {
  background: #dddddd none repeat scroll 0 0;
  bottom: -13px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 45px;
}

.f4_part h3::after {
  background: #dddddd none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 57px;
}

.f4_part p {
  color: #dddddd;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 15px;
}

.f4_part .socl a
{
    padding:10px 10px;
}

/**************** FOOTER END ******************/
