:root {
  font-size: 62.5%;
}

:root body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.6rem;
}

@media screen and (min-width: 2000px) {
  :root {
    font-size: 90%;
  }
}

.title {
  margin-bottom: 40px;
}

.title h1 {
  font-size: 6.2rem;
  color: #222;
  margin-bottom: 0;
  line-height: 7.2rem;
  font-weight: 600;
}

.title h4 {
  color: #202123;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 4px;
  letter-spacing: .1rem;
}

.title.light h1 {
  color: #fff;
}

.title.light h4 {
  color: #202123;
}

@media screen and (max-width: 1269px) {
  .title h1 {
    font-size: 3.2rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 769px) {
  .title h3 {
    font-size: 1.6rem !important;
  }
  .title h1 {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}

@media screen and (max-width: 450px) {
  .title h3 {
    font-size: 1.4rem !important;
  }
}

h1,
h2,
h3 {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
}

h1 {
  font-size: 3.6rem;
  font-weight: 700;
}

h1 small {
  font-size: 5rem;
}

h2 {
  font-size: 3.2rem;
  font-weight: 600;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.8rem;
  color: #222;
}

h5 {
  font-size: 1.4rem;
  color: #222;
}

h6 {
  font-size: 1.2rem;
  color: #222;
}

p {
  color: #202123;
  font-size: 1.4rem;
  line-height: 3rem;
  margin: 20px 0;
}

@media screen and (min-width: 1599px) {
  p {
    font-size: 1.8rem;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

section,
.main-footer {
  padding: 100px 160px;
  overflow: hidden;
}

@media screen and (min-width: 2000px) {
  section,
  .main-footer {
    padding: 100px 15%;
  }
}

@media screen and (min-width: 1300px) {
  section,
  .main-footer {
    padding: 100px 140px;
  }
}

@media screen and (max-width: 1299px) {
  section,
  .main-footer {
    padding: 100px 100px;
  }
}

@media screen and (max-width: 992px) {
  section,
  .main-footer {
    padding: 80px 40px;
  }
}

@media screen and (max-width: 769px) {
  section,
  .main-footer {
    padding: 60px 24px;
  }
}

.padding-size {
  padding-left: 160px;
  padding-right: 160px;
}

@media screen and (min-width: 2000px) {
  .padding-size {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media screen and (max-width: 992px) {
  .padding-size {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 769px) {
  .padding-size {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.padding-size-left {
  padding-left: 160px;
}

@media screen and (min-width: 2000px) {
  .padding-size-left {
    padding-left: 15%;
  }
}

@media screen and (max-width: 992px) {
  .padding-size-left {
    padding-left: 40px;
  }
}

@media screen and (max-width: 769px) {
  .padding-size-left {
    padding-left: 24px;
  }
}

.half-width-wrapper {
  padding-left: 54vw;
  padding-right: 4vw;
  padding-top: 10vw;
  position: relative;
}

@media screen and (max-width: 769px) {
  .half-width-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
  }
}

.img-responsive {
  max-width: 100%;
}

.gutter-50 {
  padding: 25px 0;
}

.gutter-100 {
  padding: 50px 0;
}

.pb-100 {
  padding-bottom: 100px;
}

.breadcrumbs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumbs li::before {
  content: ">";
  margin-left: 8px;
  margin-right: 6px;
  opacity: 0.7;
}

.breadcrumbs li a {
  color: #0f1011;
}

.breadcrumbs li:first-of-type::before {
  content: "";
  margin: 0;
}

.custom-badge {
  display: inline-block;
  background-color: #0f1011;
  color: #fff;
  padding: 2px 10px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem;
}

.custom-badge.custom-badge-success {
  background-color: #31a031;
}

.custom-badge.custom-badge-warning {
  background-color: #ffd747;
  color: rgba(248, 165, 67, 0.7);
}

.custom-badge.custom-badge-light {
  background-color: #f5f5f5;
  color: rgba(248, 165, 67, 0.7);
}

.custom-badge.custom-badge-secondary {
  background-color: #ededed;
  color: rgba(248, 165, 67, 0.7);
}

.primary-btn, .ghost-btn {
  background-color: #202123;
  border: 1px solid #202123;
  padding: 12px 32px;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 40px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.primary-btn:hover, .ghost-btn:hover, .primary-btn:focus, .ghost-btn:focus {
  background-color: #0f1011;
  border-color: #0f1011;
  color: #fff;
  text-decoration: none;
}

.ghost-btn {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}

.ghost-btn:hover, .ghost-btn:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.home-hero2 {
  padding: 40px;
  padding-top: 0;
  background-color: #202123;
  position: relative;
}

.home-hero2:after {
  content: '';
  width: 100%;
  height: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 0;
}

.home-hero2 .big-image {
  width: 100%;
  position: relative;
  z-index: 100;
}

.home-hero2 .big-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.3);
}

.home-hero2 .big-image img {
  width: 100%;
}

.home-hero2 .big-image .slogan {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 200;
  padding: 80px;
}

.home-hero2 .big-image .slogan .buttons {
  margin-top: 32px;
}

.home-hero2 .big-image .slogan .buttons a {
  margin-top: 0 !important;
  margin: 6px;
}

.home-hero2 .big-image .slogan .content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
}

.home-hero2 .big-image .slogan h1 {
  color: #fff;
  font-size: 5vw;
}

.home-hero2 .big-image .slogan p {
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 1200px) {
  .home-hero2 .big-image .slogan p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 992px) {
  .home-hero2 .big-image .slogan {
    padding: 40px;
    top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-hero2 .big-image .slogan .content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 769px) {
  .home-hero2 .big-image .slogan {
    position: relative;
    padding: 40px 0;
  }
  .home-hero2 .big-image .slogan .primary-btn, .home-hero2 .big-image .slogan .ghost-btn {
    background-color: #0f1011;
  }
  .home-hero2 .big-image .slogan .ghost-btn {
    background-color: transparent;
  }
  .home-hero2 .big-image:after {
    content: none;
  }
}

.home-hero2.inner-header .slogan {
  top: 0;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-hero2.inner-header .slogan .content {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
}

@media screen and (max-width: 769px) {
  .home-hero2 {
    padding: 20px;
    padding-top: 0;
  }
  .home-hero2:after {
    content: none;
  }
}

.navigation {
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 40px;
}

.navigation .hamburger {
  position: absolute;
  top: 64px;
  right: 0;
  width: 30px;
  height: 20px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  cursor: pointer;
}

.navigation .hamburger .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.navigation .hamburger.opened {
  position: fixed;
  overflow: visible;
  top: 64px;
  right: 40px;
}

.navigation .hamburger.opened .line {
  width: 26px;
  background-color: #fff !important;
}

.navigation .hamburger.opened .line:nth-of-type(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.navigation .hamburger.opened .line:nth-of-type(2) {
  opacity: 0;
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
}

.navigation .hamburger.opened .line:nth-of-type(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

@media screen and (max-width: 769px) {
  .navigation .hamburger.opened {
    right: 20px;
  }
}

@media screen and (min-width: 992px) {
  .navigation .hamburger {
    display: none;
  }
}

.navigation .socials {
  position: absolute;
  top: 20px;
  right: 0;
  margin: 0;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.navigation .socials li {
  margin: 0 12px;
}

.navigation .socials li:first-child {
  margin-left: 0;
}

.navigation .socials li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  border-radius: 100%;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navigation .socials li a:hover, .navigation .socials li a:focus {
  opacity: 0.8;
}

.navigation .socials li a i {
  line-height: 40px;
  color: #202123;
  font-size: 1.8rem;
}

.navigation img {
  width: 280px;
  display: inline-block;
  margin: 0 auto;
}

.navigation .nav-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px 0;
}

.navigation .nav-links li {
  margin: 0 16px;
}

.navigation .nav-links li a {
  color: #fff;
  font-weight: 400;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  position: relative;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.navigation .nav-links li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -24px;
  opacity: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.navigation .nav-links li a:hover, .navigation .nav-links li a:focus {
  text-decoration: none;
}

.navigation .nav-links li a:hover:after, .navigation .nav-links li a:focus:after {
  opacity: 1;
  bottom: -6px;
}

.navigation.opened {
  background-color: #202123;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation.opened .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
}

.navigation.opened .nav-links {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.navigation.opened .nav-links li {
  margin: 16px 0;
}

.navigation.opened .nav-links li a {
  font-size: 1.6rem;
}

.navigation.opened .navigation-btn {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  color: #0f1011 !important;
  font-size: 1.6rem !important;
  margin-top: 12px;
  height: auto;
}

.navigation.opened #nav-logo {
  color: #222;
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

.navigation.opened #nav-logo h3 {
  color: #222;
}

@media screen and (max-width: 992px) {
  .navigation {
    margin-bottom: 32px;
  }
  .navigation .nav-links {
    display: none;
  }
  .navigation .socials {
    left: 0;
    right: auto;
  }
}

@media screen and (max-width: 769px) {
  .navigation .socials {
    display: none;
  }
  .navigation #nav-logo img {
    width: 180px;
  }
}

#shop {
  padding-top: 40px;
}

#shop .shop-intro {
  margin-bottom: 80px;
  font-weight: 500;
  color: #222;
}

@media screen and (max-width: 769px) {
  #shop .shop-intro {
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 2.4rem;
  }
}

.product-box {
  position: relative;
}

.product-box .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.product-box .img-cont {
  margin-bottom: 24px;
  width: 100%;
  padding-top: 130%;
  position: relative;
  overflow: hidden;
}

.product-box .img-cont .img-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.product-box .img-cont .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.product-box .primary-btn, .product-box .ghost-btn {
  margin: 0;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 120;
}

.product-box p {
  font-size: 1.4rem;
  color: rgba(32, 33, 35, 0.8);
  line-height: 2.6rem;
}

.product-box h3 {
  font-weight: 600;
  margin: 16px 0;
}

.product-box h4 {
  font-size: 3.2rem;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.1rem;
}

.product-box h4 span {
  font-size: 1.6rem;
  font-weight: 300;
  margin-right: 4px;
  letter-spacing: 0;
}

.product-box h4 .line {
  font-size: 2.4rem;
  font-weight: 300;
  opacity: 0.3;
  margin: 0 8px;
}

.product-box:hover, .product-box:focus {
  cursor: pointer;
}

.product-box:hover .img-cont .img-box img, .product-box:focus .img-cont .img-box img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

@media screen and (max-width: 769px) {
  .product-box {
    margin: 24px 0;
  }
}

#about {
  background-image: url("../img/logo-bg.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 120%;
}

@media screen and (min-width: 992px) {
  #about img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
  }
}

@media screen and (max-width: 992px) {
  #about {
    background-position: top center;
    background-size: auto;
  }
  #about img {
    margin-top: 80px;
  }
}

.home-contact {
  background-color: #f5f5f5;
}

.home-contact .contact-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[16];
      grid-template-columns: repeat(16, 1fr);
}

.home-contact .contact-grid .person {
  margin: 16px 0;
}

.home-contact .contact-grid .person h4 {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 500;
}

.home-contact .contact-grid .person a {
  color: #202123;
  display: block;
}

.home-contact .contact-grid .white-box {
  position: relative;
  z-index: 200;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-column: 1/10;
  -ms-grid-row: 1;
      grid-row-start: 1;
}

.home-contact .contact-grid .white-box .content {
  background-color: #fff;
  width: 100%;
  padding: 80px;
}

.home-contact .contact-grid .img-cont {
  -ms-grid-column: 9;
  -ms-grid-column-span: 8;
  grid-column: 9/17;
  -ms-grid-row: 1;
      grid-row-start: 1;
  background-color: #444;
  padding-top: 125%;
  position: relative;
}

#features {
  background-image: url("../img/features.jpg");
  background-size: cover;
  background-position: center 20%;
  position: relative;
  margin-top: 40px;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#features:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(52, 52, 52, 0.7)), to(rgba(52, 52, 52, 0)));
  background: linear-gradient(90deg, rgba(52, 52, 52, 0.7) 0%, rgba(52, 52, 52, 0) 100%);
}

#features .features-list {
  position: relative;
  z-index: 200;
}

#features .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 24px 0;
}

#features .feature .icon {
  margin-right: 16px;
}

#features .feature .icon i {
  color: #b9e322;
  font-size: 2.4rem;
}

#features .feature h4 {
  font-size: 1.8rem;
  color: #fff;
  line-height: 2.8rem;
}

.homecontact {
  background-color: #ededed;
}

.homecontact .person {
  margin: 16px 0;
}

.homecontact .person h4 {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 500;
}

.homecontact .person a {
  color: #202123;
  display: block;
}

.homecontact .white-box {
  position: relative;
  z-index: 200;
}

.homecontact .white-box .content {
  background-color: #fff;
  width: 100%;
  padding: 80px;
  position: absolute;
  right: -80px;
  top: 80px;
  width: 600px;
}

@media screen and (max-width: 992px) {
  .homecontact .white-box .content {
    position: static;
    width: 100%;
  }
}

.homecontact .img-cont {
  width: 100%;
  background-color: #444;
  padding-top: 125%;
  position: relative;
}

.homecontact .img-cont .img-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.homecontact .img-cont .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 769px) {
  .homecontact {
    background-color: #fff;
  }
  .homecontact .white-box .content {
    position: static;
    width: 100%;
    padding: 40px 0;
  }
}

footer {
  background-color: #202123;
  color: #fff;
  padding-bottom: 40px !important;
}

footer hr {
  margin-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .copy {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.6rem;
  margin-top: 32px;
}

footer .nav-links {
  list-style: none;
  margin: 0;
}

footer .nav-links li {
  margin: 12px 0;
}

footer .nav-links li a {
  color: rgba(255, 255, 255, 0.7);
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

footer .nav-links li a:hover, footer .nav-links li a:focus {
  color: #fff;
  text-decoration: none;
}

footer h3,
footer h4 {
  color: #fff;
  margin-bottom: 24px;
  margin-top: 16px;
}

footer .socials {
  margin: 0;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

footer .socials li {
  margin: 0 12px;
}

footer .socials li:first-child {
  margin-left: 0;
}

footer .socials li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  border-radius: 100%;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

footer .socials li a:hover, footer .socials li a:focus {
  opacity: 0.8;
}

footer .socials li a i {
  line-height: 40px;
  color: #202123;
  font-size: 1.8rem;
}

@media screen and (max-width: 992px) {
  footer {
    text-align: center;
  }
  footer .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer h3,
  footer h4 {
    margin-top: 40px;
  }
}

#about2 {
  padding-top: 0;
}

@media screen and (max-width: 992px) {
  #about2 img {
    margin-bottom: 40px;
  }
}

#breed .features-list .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 24px 0;
}

#breed .features-list .feature .icon {
  margin-right: 16px;
}

#breed .features-list .feature .icon i {
  color: #b9e322;
  font-size: 2.4rem;
}

#breed .features-list .feature h4 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

@media screen and (max-width: 992px) {
  #breed img {
    margin-top: 40px;
  }
  #breed .feature .icon i {
    font-size: 1.8rem !important;
  }
  #breed .feature h4 {
    font-size: 1.6rem !important;
  }
}

a.text-link {
  color: #202123;
  text-decoration: underline;
}

#contact .person {
  margin: 16px 0;
}

#contact .person h4 {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 500;
}

#contact .person a {
  color: #202123;
  display: block;
}

#contact .white-box .content {
  background-color: #fff;
  width: 100%;
}

#contact .form-cont .primary-btn, #contact .form-cont .ghost-btn {
  margin-top: 8px;
}

#contact .form-cont .input-cont {
  margin: 24px 0;
}

#contact .form-cont label {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

#contact .form-cont input,
#contact .form-cont textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #202123;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 12px;
  padding-top: 8px;
  outline: none !important;
}

#contact .form-cont textarea {
  height: 100px;
  resize: none;
}

@media screen and (max-width: 992px) {
  #contact .white-box {
    margin-bottom: 80px;
  }
}

#map {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
}

#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 992px) {
  #map {
    padding-bottom: 50%;
  }
}
/*# sourceMappingURL=main.css.map */