* {
  margin: 0;
  padding: 0;
  /* transition: 0.3s; */
  outline: none;
  box-sizing: border-box;
}

*::selection {
  background-color: #6fda44;
  color: #fff;
}

*::-webkit-scrollbar {
  width: 7px;
}

*::-webkit-scrollbar-track {
  background: rgb(0, 0, 0);
}

*::-webkit-scrollbar-thumb {
  background: #6fda44;
  border-radius: 7px;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
}

.center-y {
  display: flex;
  align-items: center;
}

.title h2 {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #111111;
  margin: 30px 0 20px !important;
}

.title p {
  max-width: 600px;
  margin: 0 auto !important;
  text-align: center;
  padding: 0 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #444444;
}

.arrow-btn {
  display: block !important;
  margin: 0 auto;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.gototop {
  position: fixed;
  font-size: 50px;
  bottom: 15px;
  right: 20px;
  color: #6fda44;
  z-index: 99999999;
  cursor: pointer;
  display: none;
}

.gototop:focus,
.gototop:hover {
  transition: 0.5s;
  padding-bottom: 15px;
}

.navbar {
  border-bottom: 1px solid #404a2e;
}

.navbar .close {
  display: none;
  transition: 0.3s;
  padding-left: 2px;
  padding-right: 3px;
}

#navbar .navbar {
  background-color: transparent;
  transition: 0.3s ease-out;
}

#navbar.scrolled .navbar {
  background-color: #222;
}

#navbar ul li {
  margin-left: 15px;
}

#navbar ul li a {
  color: #fff !important;
  padding: 26px 8px;
  margin: 5px 0;
  font-family: "Raleway", sans-serif;
  position: relative;
  font-weight: 500;
  transition: 0.3s;
}

#navbar.scrolled .navbar ul li a {
  padding: 13px 8px;
}

#navbar ul li .active,
#navbar ul li a:focus,
#navbar ul li a:hover {
  color: #6fda44 !important;
}

#navbar ul li a::after {
  height: 3px;
  width: 100%;
  background-color: #6fda44;
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  transform: scale(1, 0);
  transition: 0.3s;
}

#navbar ul li .active::after,
#navbar ul li a:focus::after,
#navbar ul li a:hover::after {
  transform: scale(1);
}

#navbar .navbar-toggler:focus {
  box-shadow: none;
}

#banner {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6vw), 0% 100%);
}

#banner .carousel-item {
  height: 100vh;
  position: relative;
}

#banner .overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Raleway", sans-serif;
}

#banner .text p:nth-child(1) {
  font-size: 38px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  margin-bottom: -15px !important;
}

#banner .text p:nth-child(2) {
  font-size: 52px;
  color: #6fda44;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

#banner .text p:nth-child(3) {
  max-width: 600px;
  margin: 0 20px !important;
  font-size: 14px;
  line-height: 24px;
  color: #f1f1f1;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 20px;
  font-weight: 400;
}

#banner .btn {
  display: inline-block;
  border: 1px solid;
  width: 130px;
  padding: 12px 0;
  font-weight: 500;
  text-transform: uppercase;
  margin: 30px 5px;
  color: #fff;
  border-radius: 1px;
}

#banner .hire {
  background-color: #6fda44;
  border-color: #6fda44;
}

#banner .hire:focus,
#banner .hire:hover {
  background-color: transparent;
  border-color: #fff;
}

#banner .more {
  background-color: transparent;
  border-color: #fff;
}

#banner .more:focus,
#banner .more:hover {
  background-color: #6fda44;
  border-color: #6fda44;
}

#banner .carousel-item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
  min-width: 100%;
}
@media (min-height: 700px) {
  #banner .carousel-item img {
    height: 100%;
  }
}

#banner .carousel-control-prev,
#banner .carousel-control-next {
  opacity: 1;
  width: 10%;
}

#banner .carousel-control-prev i,
#banner .carousel-control-next i {
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 35px;
  transition: 0.3s;
}

#banner .carousel-control-prev:focus i,
#banner .carousel-control-prev:hover i,
#banner .carousel-control-next:focus i,
#banner .carousel-control-next:hover i {
  color: #6fda44;
}

#about {
  padding-bottom: 50px;
}

#about .title {
  margin-bottom: 20px;
}

#about .card {
  padding: 20px 20px;
  text-align: center;
  background: #eee;
  border: none;
  border-radius: 1px;
  margin-top: 40px;
  padding: 40px 25px;
  transition: 0.3s;
}

#about .card:focus,
#about .card:hover {
  filter: drop-shadow(0 0 5px #00000040);
}

#about .card h3 {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #111111;
  margin-bottom: 20px !important;
}

#about .card p {
  font-family: "Open Sans", sans-serif;
  color: #444;
  font-size: 14px;
  font-weight: 400;
}

#about .middle {
  border-radius: 50%;
  width: 390px;
  height: 390px;
  border: 1px solid #444;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0 auto;
}

#about .middle .one {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

#about .middle .two {
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}

#about .middle .three {
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}

#about .middle .four {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

#about .img {
  border-radius: 50%;
  width: 340px;
  height: 340px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}

#about .venobox {
  position: relative;
}

#about .img .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00000060;
  transition: 0.3s;
  z-index: 2;
}

#about .img:focus .overlay,
#about .img:hover .overlay {
  opacity: 0.1;
}

#about a {
  display: flex;
  justify-content: center;
}

#about .img img {
  width: 150%;
  transition: 0.3s;
}

#about .img:focus img,
#about .img:hover img {
  transform: scale(1.1) rotate(-1deg);
}

#about .circle {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #353535;
  border-radius: 50%;
  transition: 0.3s;
}

#about .top {
  position: relative;
}

#about .top .circle {
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 50%);
}

#about .top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 30px;
  width: 30px;
  background: #eee;
  border-radius: 1px;
  transform: translate(-50%, 50%) rotate(45deg);
}

#about .left {
  text-align: right;
  position: relative;
}

#about .left .circle {
  right: -38px;
  top: 50%;
  transform: translate(50%, -50%);
}

#about .left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 30px;
  width: 30px;
  background: #eee;
  border-radius: 1px;
  transform: translate(50%, -50%) rotate(45deg);
}

#about .right {
  text-align: left;
  position: relative;
}

#about .right .circle {
  left: -38px;
  top: 50%;
  transform: translate(-50%, -50%);
}

#about .right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  width: 30px;
  background: #eee;
  border-radius: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
}

#about .bottom {
  position: relative;
}

#about .bottom .circle {
  top: -60px;
  left: 50%;
  transform: translate(-50%, 50%);
}

#about .bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 30px;
  width: 30px;
  background: #eee;
  border-radius: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
}

#about .card:focus .circle,
#about .card:hover .circle {
  background-color: #6fda44;
}

#portfolio {
  clip-path: polygon(0 7vw, 100% 0, 100% 100%, 0 calc(100% - 6vw));
  overflow: hidden;
}

#portfolio .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 80px;
  padding-bottom: 140px;
}

#portfolio .title h2 {
  color: #fff;
}

.parallax-container {
  transition: 0;
}

#portfolio .title p {
  color: #f1f1f1;
  margin-bottom: 20px !important;
  -webkit-transform: translateZ(-999px) scale(2);
  transform: translateZ(-999px);
  z-index: 3;
}

#portfolio .img {
  margin: 20px 10px;
  position: relative;
  overflow: hidden;
}

#portfolio .img img {
  width: 100%;
  display: block;
  transition: 0.3s;
}

#portfolio .img-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.3s;
}

#portfolio .img-overlay a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  line-height: 40px;
  text-align: center;
  transition: 0.3s;
}

#portfolio .img-overlay a:focus,
#portfolio .img-overlay a:hover {
  background-color: #6fda44;
  color: #fff;
}

#portfolio .img:focus img,
#portfolio .img:hover img {
  transform: scale(1.2);
}

#portfolio .img:focus .img-overlay,
#portfolio .img:hover .img-overlay {
  opacity: 1;
}

#services .service-slider {
  margin: 50px 0;
}

#services .container {
  position: relative;
}

#services .container::after {
  background: url(../images/line.png);
  width: 1px;
  height: 700px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  content: "";
}

#services .service {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#services .service:nth-child(even) {
  flex-direction: row-reverse;
}

#services .service .title {
  width: 43%;
}

#services .service .title h3 {
  color: #111111;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
}

#services .service:nth-child(odd) .title {
  text-align: right;
}

#services .service .img {
  height: 70px;
  width: 70px;
  border-radius: 30%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}

#services .service .img:focus,
#services .service .img:hover {
  background-color: #6fda44;
}

#services .slick-center .img {
  transform: scale(1.4);
  border-radius: 50%;
  background-color: #6fda44;
  cursor: auto;
}

#services .service .img img {
  display: block;
  width: 45px;
}

#services .service .details {
  width: 43%;
  background-color: #eee;
  position: relative;
  padding: 55px 40px;
  border-radius: 25px;
  margin: 5px 0;
}

#services .service:nth-child(odd) .details {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0% 50%);
  padding-left: 80px;
}

#services .service:nth-child(even) .details {
  text-align: right;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  padding-right: 80px;
}

#services .service .details p {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  font-size: 14px;
  line-height: 24px;
}

#services .arrow-btn {
  background-color: #fff;
  border: 1px solid #000;
}

#services .arrow-btn:focus,
#services .arrow-btn:hover {
  border-color: #6fda44;
  background-color: #6fda44;
  color: #fff;
}

#testimonial {
  clip-path: polygon(0 0, 100% 7vw, 100% calc(100% - 6vw), 0 100%);
}

/* #testimonial .container {
  padding: 0 7%;
} */

#testimonial .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 100px 0;
}

#testimonial .user-slider {
  z-index: 0;
}

#testimonial .user-slider::after {
  content: "";
  position: absolute;
  background: url("../images/white-line.png");
  width: 1px;
  top: 41px;
  left: 50%;
  transform: translateX(-50%);
  height: 486px;
  z-index: -1;
}

#testimonial .user .img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 40px auto;
  transition: 0.3s;
  background-color: #fff;
  cursor: pointer;
}

#testimonial .user .img::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}

#testimonial .user .img:hover::after {
  opacity: 0;
}

#testimonial .user .img img {
  display: block;
  width: 92%;
  position: absolute;
  bottom: -5px;
}

#testimonial .slick-center .img {
  transform: scale(1.4);
  background-color: #6fda44;
  cursor: auto;
}

#testimonial .slick-center .img::after {
  opacity: 0;
}

#testimonial .arrow-btn {
  border: 1px solid #fff;
  color: #fff;
}

#testimonial .arrow-btn:hover {
  border-color: #6fda44;
  background-color: #6fda44;
}

#testimonial .reviews {
  position: relative;
  display: flex;
  align-items: center;
}

#testimonial .box {
  width: 100%;
  padding: 30px;
  background-color: #f1f1f1;
  position: relative;
  margin-left: 60px;
  border-radius: 20px;
}

#testimonial .box::before {
  height: 80px;
  width: 80px;
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-40%, -50%) rotate(45deg);
  background-color: #f1f1f1;
}

#testimonial .slide {
  /* opacity: 1 !important; */
}

#testimonial .name {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #111111;
}

#testimonial .rating {
  font-size: 13px;
  color: #6fda44;
}

#testimonial .post {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  margin: 10px 0 20px !important;
  color: #353535;
  font-weight: 500;
}

#testimonial .text {
  color: #444444;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
}

#testimonial .sign {
  color: #111111;
  font-family: "Sacramento", cursive;
  margin-bottom: 5px !important;
  font-size: 24px;
  line-height: 24px;
  text-align: right;
  font-weight: 600;
}

#pricing .box {
  background-color: #f1f1f1;
  margin-top: 70px;
  transition: 0.3s;
}

#pricing .box:focus,
#pricing .box:hover {
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1.04);
}

#pricing .box h3 {
  background-color: #444;
  padding: 30px 0 70px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  text-align: center;
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  transition: 0.3s;
}

#pricing .box:focus h3,
#pricing .box:hover h3 {
  background-color: #6fda44;
}

#pricing .details {
  padding-top: 80px;
  background-color: #f1f1f1;
  position: relative;
}

#pricing .details ul li {
  text-align: center;
  color: #444444;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 40px;
}

#pricing .round {
  background-color: #f1f1f1;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

#pricing .inner-round {
  background-color: #444;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
}

#pricing .box:focus .inner-round,
#pricing .box:hover .inner-round {
  background-color: #6fda44;
}

#pricing .price {
  margin-top: -10px !important;
  font-size: 28px;
  font-family: "Raleway", sans-serif;
}

#pricing .join {
  display: inline-block;
  width: 100%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 50% 25%);
  background-color: #444;
  text-align: center;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  transition: 0.3s;
}

#pricing .box:focus .join,
#pricing .box:hover .join {
  background-color: #6fda44;
}

#stats {
  margin-top: 20px;
  width: 100%;
  clip-path: polygon(
    50% 6vw,
    100% 0,
    100% calc(100% - 6vw),
    50% 100%,
    0 calc(100% - 6vw),
    0 0
  );
}

#stats .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#stats .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 80px 0 40px;
}

#stats .counter {
  /* padding: 35px 50px; */
  width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-family: "Raleway", sans-serif;
  margin: 10px !important;
}

#stats .counter p {
  font-size: 34px;
}

#stats .counter h3 {
  font-size: 14px;
}

#team {
  padding: 50px 0;
}

#team .slide {
  margin: 0 5px;
}

#team .member {
  border: 1px solid #ddd;
  margin: 50px 5px 20px;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}

#team .member:focus,
#team .member:hover {
  background-color: #6fda44;
}

#team .member .overlay {
  background-color: #6fda4444;
  width: 100%;
  height: 75%;
  position: absolute;
  bottom: -112%;
  left: 0;
  clip-path: polygon(0 8%, 50% 0, 100% 8%, 100% 100%, 50% 92%, 0 100%);
  z-index: 1;
  transition: 0.4s;
  opacity: 0.1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#team .member:focus .overlay,
#team .member:hover .overlay {
  bottom: 120px;
  opacity: 1;
}

#team .overlay a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #6fda44;
  color: #fff;
  line-height: 40px;
  text-align: center;
  transition: 0.3s;
}

#team .overlay a:focus,
#team .overlay a:hover {
  background-color: #fff;
  color: #111;
}

#team .member .img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 300px;
  background-color: #f1f1f1;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
  transition: 0.3s;
}

#team .member:focus .img,
#team .member:hover .img {
  height: 250px;
}

#team .member .img img {
  /* margin: 30px auto; */
  /* width: 60%; */
  display: block;
  height: 94%;
  transition: 0.3s;
}

#team .member:focus .img img,
#team .member:hover .img img {
  height: 90%;
  /* margin: 15px auto; */
}

#team .member .details {
  /* clip-path: polygon(50% 0, 100% 30%, 100% 100%, 0 100%, 0 30%); */
  /* background-color: #fff; */
  font-family: "Raleway", sans-serif;
  text-align: center;
  padding-bottom: 20px;
  transition: 0.3s;
}

#team .member:focus .details,
#team .member:hover .details {
  padding-bottom: 70px;
}

#team .member .details h3 {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  margin-top: 10px;
  transition: 0.3s;
}

#team .member:focus .details h3,
#team .member:hover .details h3 {
  color: #fff;
}

#team .member .details p {
  font-size: 16px;
  font-weight: 400;
  color: #444;
  margin-top: 7px !important;
  transition: 0.3s;
  position: relative;
}

#team .member:focus .details p,
#team .member:hover .details p {
  color: #fff;
}

#team .member .socials {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 20px 0;
  transition: 0.3s;
}

#team .member:focus .socials,
#team .member:hover .socials {
  bottom: 0;
}

#team .member .socials a {
  font-size: 16px;
  color: #fff;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  transition: 0.3s;
}

#team .member .socials a:focus,
#team .member .socials a:hover {
  /* border-color: #000; */
  color: #111;
  background-color: #fff;
}

#team .slick-dots {
  display: flex !important;
  justify-content: center;
}

#team .slick-dots li {
  margin: 0 3px;
  width: 20px;
  height: 5px;
  border-radius: 10px;
  background-color: #f1f1f1;
}

#team .slick-dots .slick-active {
  background-color: #6fda44;
}

#team .slick-dots li button {
  color: transparent;
  border: none;
  font-size: 0;
}

#clients {
  padding: 10px 0 150px;
  background-color: #f1f1f1;
}

#clients .client {
  border: 1px solid #ccc;
  padding: 40px 10px;
  display: flex;
  justify-content: center;
  margin: 0 10px;
  cursor: pointer;
}

#clients .client:focus,
#clients .client:hover {
  border-color: #6fda44;
}

#clients .slick-center {
  border-color: #6fda44;
  cursor: auto;
}

#clients .client img {
  display: block;
}

#clients .slick-list {
  margin-bottom: 10px;
}

#clients .slick-dots {
  display: flex !important;
  justify-content: center;
}

#clients .slick-dots li {
  margin: 0 3px;
  width: 20px;
  height: 5px;
  border-radius: 10px;
  background-color: #222;
}

#clients .slick-dots .slick-active {
  background-color: #6fda44;
}

#clients .slick-dots li button {
  color: transparent;
  border: none;
  font-size: 0;
}

#footer {
  background-color: #222;
  clip-path: polygon(100% 6vw, 100% 100%, 0 100%, 0 6vw, 50% 0);
  margin-top: -120px;
  padding-top: 50px;
  color: #fff;
  text-align: center;
}

#footer hr {
  height: 2px;
  margin: 60px 0 40px;
}

#footer .contact {
  border-right: 1px solid #555;
}

#footer .no-border {
  border: none;
}

#footer .contact i {
  width: 35px;
  height: 35px;
  background-color: #6fda44;
  border-radius: 50%;
  line-height: 35px;
  margin-bottom: 20px;
  font-size: 18px;
}

#footer .contact p {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #fff;
  transition: 0.3s;
}

#footer .contact p:focus,
#footer .contact p:hover {
  color: #6fda44;
}

#footer .contact .address {
  /* padding: 0 50px; */
}

#footer h3 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin: 50px 0 30px !important;
}

#footer .socials a i {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 40px;
  color: #353535;
  font-size: 18px;
  margin: 0 5px;
  transition: 0.3s;
}

#footer .socials a i:focus,
#footer .socials a i:hover {
  background-color: #6fda44;
  color: #fff;
}

#footer footer {
  margin-top: 40px;
  line-height: 25px;
  padding: 15px 0;
  font-size: 14px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  background-color: #353535;
}

#footer footer a {
  color: #6fda44;
  font-weight: 600;
}
