@charset "UTF-8";

/*--
Author: W3layouts
Author URL: http://w3layouts.com
--*/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*--/--*/
.w3l-bottom-grids-6 {
  background: var(--bg-lightgrey);
  position: relative;
  z-index: 1;
}

.w3l-bottom-grids-6 .area-box {
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  border-radius: var(--border-radius-full);
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
  background-color: var(--bg-color);
}

.w3l-bottom-grids-6 .area-box:hover {
  background:#088be7;
  transition: .3s;
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-0.25rem);
  box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}

.w3l-bottom-grids-6 .grids-feature span.fa {
  background: #d2428f;
  font-size: 26px;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: #fff;
  text-align: center;
  margin: 0px 0 30px 0;
}

.w3l-bottom-grids-6 h4 a.title-head {
  font-size: 22px;
  font-weight: 700;
  display: block;
  color: var(--heading-color);
}

.w3l-bottom-grids-6 h4 a.title-head:hover {
  color: var(--primary-color);
}

.w3l-bottom-grids-6 .area-box:hover h4 a.title-head {
  color: #fff;
}

.w3l-bottom-grids-6 .area-box:hover p {
  color: #fff;
}

.w3l-bottom-grids-6 .area-box a.more {
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-color);
}

.w3l-bottom-grids-6 .area-box a.more:hover {
  color: var(--primary-color);
}

.w3l-bottom-grids-6 .area-box:hover a.more {
  color: #fff;
}

.w3l-bottom-grids-6 .classhny-sub {
  display: none;
  position: absolute;
  top: 146px;
  left: 40px;
  background: var(--secondary-color);
  padding: 10px 15px;
  border-radius: var(--border-radius-full);
}

.w3l-bottom-grids-6 .area-box:hover .classhny-sub {
  display: block;
  transition: 0.5s ease-out;
}

.w3l-bottom-grids-6 .classhny-sub p {
  font-size: 17px;
}

@media (max-width: 991px) {
  .w3l-bottom-grids-6 {
    margin-top: 0px;
  }
}

@media (max-width: 480px) {
  .w3l-bottom-grids-6 h4 a.title-head {
    font-size: 22px;
  }
}


pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* / contact1-responsive */
/* /contact1 */

/*# sourceMappingURL=style-freedom.css.map */