/* transform */
:root {
  /**
  @font family declaration
  */
  --rr-ff-heading: 'Poppins', sans-serif;
  --rr-ff-heading1: 'Playfair Display', sans-serif;
  --rr-ff-body: 'Poppins', sans-serif;
  --rr-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --rr-common-white: #FFFFFF;
  --rr-common-black: #000000;
  --rr-common-placeholder: #4A5764;
  --rr-body-primary: #fff;
  --rr-theme-primary: #dfdfdf;
  --rr-heading-primary: #000000;
  --rr-text-body: rgba(5, 5, 19, 0.6);
  --rr-text-primary: #151515;
  --rr-shadow-primary: 0px 30px 60px 0px rgba(0, 15, 32, 0.1);
  --rr-background-hero-2-bg: #EEEEEE;
  --rr-background-body-bg: #F6F0E9;
  --rr-border-primary: 1px solid rgba(5, 5, 19, 0.14);
  /**
  @font weight declaration
  */
  --rr-fw-normal: normal;
  --rr-fw-thin: 100;
  --rr-fw-elight: 200;
  --rr-fw-light: 300;
  --rr-fw-regular: 400;
  --rr-fw-medium: 500;
  --rr-fw-sbold: 600;
  --rr-fw-bold: 700;
  --rr-fw-ebold: 800;
  --rr-fw-black: 900;
  /**
  @font size declaration
  */
  --rr-fs-body: 18px;
  --rr-fs-body2: 18px;
  --rr-fs-p: 15px;
  --rr-fs-h1: 70px;
  --rr-fs-h2: 100px;
  --rr-fs-h3: 90px;
  --rr-fs-h4: 24px;
  --rr-fs-h5: 20px;
  --rr-fs-h6: 15px;
  --rr-lh-body: 28px;
  --rr-lh-body2: 28px;
  --rr-lh-p: 24px;
  --rr-lh-h1: 72px;
  --rr-lh-h2: 105px;
  --rr-lh-h3: 100px;
  --rr-lh-h4: 28px;
  --rr-lh-h5: 32px;
  --rr-lh-h6: 30px;
}

/*----------------------------------------*/
/*  6.2 footer-2
/*----------------------------------------*/
.footer-2__shapes-shape-1 {
  position: absolute;
  top: 175px;
  left: 627px;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__shapes-shape-1 {
    display: none;
  }
}
.footer-2__shapes-shape-2 {
  position: absolute;
  top: 435px;
  right: 62px;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__shapes-shape-2 {
    display: none;
  }
}
.footer-2__border::before {
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 38%;
  top: 0;
  content: "";
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__border::before {
    display: none;
  }
}
.footer-2__top-part {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 37px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer-2__top-part {
    justify-content: inherit;
    gap: 200px;
    row-gap: 20px;
  }
}
.footer-2__top-part-widget-title h4 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .footer-2__top-part-widget-title h4 {
    margin-top: 30px;
  }
}
.footer-2__top-part-widget .dec {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  font-style: normal;
  font-size: 19px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-2__top-part-widget-btn a {
  background: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-common-black);
  padding: 13px 52px 14px 34px;
  border-radius: 50px;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.footer-2__top-part-widget-btn a::before {
  background: var(--rr-common-black);
  position: absolute;
  top: 42%;
  right: 35px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
}
.footer-2__top-part-widget__link-left {
  padding-left: 163px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__top-part-widget__link-left {
    padding-left: 0;
  }
}
.footer-2__top-part-logo a img {
  max-width: 180px;
  width: 100%;
  object-fit: cover;
}
.footer-2__top-part-heading .title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__top-part-heading .title {
    font-size: 40px;
    line-height: 50px;
  }
}
.footer-2__top-part-link ul li {
  list-style: none;
}
.footer-2__top-part-link ul li:not(:last-of-type) {
  margin-bottom: 19px;
}
.footer-2__top-part-link ul li a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
.footer-2__top-part-link ul li a:hover {
  text-decoration: underline;
}
.footer-2__top-part-link ul li a i {
  margin-top: -7px;
}
.footer-2__top-part-form {
  position: relative;
  margin-top: 25px;
}
.footer-2__top-part-form .rr-subscribe-form .form-control {
  background: transparent;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  font-style: normal;
  font-size: 15px;
  height: 50px;
  padding: 18px 140px 18px 22px;
  position: relative;
  margin-bottom: 19px;
}
.footer-2__top-part-form .rr-subscribe-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-common-white);
}
.footer-2__top-part-form .rr-subscribe-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-common-white);
}
.footer-2__top-part-form .rr-subscribe-form .form-control:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-common-white);
}
.footer-2__top-part-form .rr-subscribe-form .form-control:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-common-white);
}
.footer-2__top-part-form .rr-subscribe-form .form-control::placeholder { /* MODERN BROWSER */
  color: var(--rr-common-white);
}
.footer-2__top-part-form .rr-subscribe-form .form-control:focus {
  box-shadow: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.footer-2__top-part-form .rr-subscribe-form .form-control-1 {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
}
.footer-2__top-part-form .rr-subscribe-form .form-check-input {
  border: 1px solid rgba(255, 255, 255, 0.14);
  margin-right: 5px;
  background-color: transparent;
}
.footer-2__top-part-form .rr-subscribe-form .form-check-input:focus {
  box-shadow: none;
}
.footer-2__top-part-form .rr-subscribe-form .form-check-label {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-2__top-part-form .submit {
  background: #9BEA9B;
  color: var(--rr-common-black);
  padding: 5px 18px 5px 17px;
  position: absolute;
  border-radius: 6px;
  top: 6px;
  right: 6px;
  transition: all 0.3s ease-in-out;
}
.footer-2__top-part-form .submit:hover {
  background: var(--rr-common-white);
}
.footer-2__bottom-part {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 71px;
  padding-bottom: 40px;
}
.footer-2__bottom-part-widget-title h4 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__bottom-part-widget-title h4 {
    margin-top: 30px;
  }
}
.footer-2__bottom-part-widget-shape img {
  width: inherit;
  transform: rotate(51deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-2__bottom-part-widget-shape img {
    width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-2__bottom-part-widget-shape img {
    transform: rotate(0deg);
    transform: translate(25%, -14%);
  }
}
@media (max-width: 575px) {
  .footer-2__bottom-part-widget-shape img {
    width: 100%;
    transform: rotate(0deg);
  }
}
.footer-2__bottom-part-widget__location-left {
  padding-left: 175px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__bottom-part-widget__location-left {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .footer-2__bottom-part-widget-social {
    margin-top: 30px;
  }
}
.footer-2__bottom-part-widget-social ul li {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 30px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .footer-2__bottom-part-widget-social ul li .brand-section__bottom-part-widget-social ul li {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-2__bottom-part-widget-social ul li {
    font-size: 26px;
    line-height: 26px;
  }
}
.footer-2__bottom-part-widget-social ul li:hover {
  transition: all 0.3s ease-in-out;
  margin-left: 0;
}
.footer-2__bottom-part-widget-social ul li a:hover {
  color: var(--rr-common-white);
}
.footer-2__bottom-part-widget-social ul li .icon {
  width: 40px;
  height: 40px;
  background: #0A66C2;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-2__bottom-part-widget-social ul li .icon i {
  font-size: 20px;
  color: var(--rr-common-white);
}
.footer-2__bottom-part-location-contact {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.footer-2__bottom-part-location-contact:last-child {
  margin-bottom: 0;
}
.footer-2__bottom-part-location-contact .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.footer-2__bottom-part-location-contact .icon i {
  color: var(--rr-common-white);
  font-size: 20px;
}
.footer-2__bottom-part-location-contact a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease-in-out;
}
.footer-2__bottom-part-location-contact a:hover {
  color: var(--rr-common-white);
}
.footer-2__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-2__copyright p {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  color: #999999;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.footer-2__copyright p a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  color: #999999;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.footer-2__copyright p a:hover {
  color: var(--rr-theme-primary);
}
.footer-2__copyright-menu ul {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
}
.footer-2__copyright-menu ul::before {
  background: #999999;
  position: absolute;
  top: 7px;
  left: 48%;
  width: 1px;
  height: 17px;
  content: "";
}
.footer-2__copyright-menu ul li {
  list-style: none;
}
.footer-2__copyright-menu ul li a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  color: #999999;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.footer-2__copyright-menu ul li a:hover {
  background: var(--rr-common-white);
}

/*# sourceMappingURL=footer-2.css.map */
