@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:    Qrest – Business Multipurpose HTML5 Template
Version:        1.0.0
-------------------------------------------------------------------*/



@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;400;500;600;700;800;900&amp;family=Poppins:wght@100;200;300;400;500;600;700;800&amp;family=Roboto:wght@100;300;400;500;700;900&amp;family=Rubik:wght@300;400;500;600;700;800&amp;display=swap");
/* 1.1	Theme Reset Style */
html {
  font-size: 15px;
  scroll-behavior: smooth;
}

:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Fira Sans", sans-serif;
  color: #687693;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 16px;
  color: #687693;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.homer-s6 {
  background: #121214;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

/* 1.2 Global Elements */
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 66px 0;
}
@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 25px 0;
  }
}

.side-text-logo {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(270deg);
}
.side-text-logo h2 {
  font-size: 150px;
  font-family: "Fira Sans", sans-serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #456477;
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}
.contact-validation-active label.error {
  color: red;
  font-size: 0.9333333333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}
.contact-validation-active #c-loader,
.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}
.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #ec4760;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}
.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
    font-size: 15px;
  }
}
.contact-validation-active #c-success,
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}
.contact-validation-active #c-error,
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top {
  background-color: #bd8554;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #bd8554;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.back-to-top:hover {
  background-color: #ae6525;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.qrest-section-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .qrest-section-title {
    margin-bottom: 40px;
  }
}
.qrest-section-title span {
  position: relative;
  width: 30px;
  height: 5px;
  background: #bd8554;
  display: block;
  left: 46%;
  top: -17px;
  transform: translateY(-50%);
}
.qrest-section-title span:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #1b4962;
  content: "";
  left: -9px;
  top: 2px;
  transform: translateY(-50%);
}
.qrest-section-title span::after {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #1b4962;
  content: "";
  right: -9px;
  top: 2px;
  transform: translateY(-50%);
}
.qrest-section-title h2 {
  font-size: 40px;
  line-height: 55px;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 991px) {
  .qrest-section-title h2 {
    font-size: 36px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .qrest-section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .qrest-section-title h2 {
    font-size: 25px;
  }
}
.qrest-section-title p {
  font-size: 18px;
}

.qrest-section-title-s2 {
  text-align: left;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .qrest-section-title-s2 {
    margin-bottom: 40px;
  }
}
.qrest-section-title-s2 h4 {
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  color: #ec4760;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .qrest-section-title-s2 h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.qrest-section-title-s2 h2 {
  font-size: 40px;
  line-height: 55px;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .qrest-section-title-s2 h2 {
    font-size: 36px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .qrest-section-title-s2 h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 330px) {
  .qrest-section-title-s2 h2 {
    font-size: 20px;
  }
}
.qrest-section-title-s2 p {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: #5e7683;
  font-weight: 400;
}

.qrest-section-title-s3 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .qrest-section-title-s3 {
    margin-bottom: 40px;
  }
}
.qrest-section-title-s3 span {
  color: #f5af07;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  padding-left: 10px;
  position: relative;
  font-weight: 500;
}
.qrest-section-title-s3 span::before {
  position: absolute;
  left: 0;
  top: 7px;
  transform: translateX(-50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f5af07;
}
.qrest-section-title-s3 h2 {
  font-size: 40px;
  line-height: 55px;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px;
  color: rgb(26, 30, 42);
}
@media (max-width: 991px) {
  .qrest-section-title-s3 h2 {
    font-size: 36px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .qrest-section-title-s3 h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 330px) {
  .qrest-section-title-s3 h2 {
    font-size: 30px;
  }
}
.qrest-section-title-s3 p {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: #5e7683;
  font-weight: 400;
}

.qrest-section-title-s4 {
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .qrest-section-title-s4 {
    margin-bottom: 40px;
  }
}
.qrest-section-title-s4 span {
  color: #fff;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  padding-left: 10px;
  position: relative;
  font-weight: 400;
  background: #bd8554;
  padding: 5px 15px;
  padding-left: 25px;
}
.qrest-section-title-s4 span::before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.qrest-section-title-s4 h2 {
  font-size: 40px;
  line-height: 55px;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px;
  color: rgb(26, 30, 42);
}
@media (max-width: 991px) {
  .qrest-section-title-s4 h2 {
    font-size: 36px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .qrest-section-title-s4 h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 330px) {
  .qrest-section-title-s4 h2 {
    font-size: 30px;
  }
}
.qrest-section-title-s4 p {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: #5e7683;
  font-weight: 400;
}

.qrest-section-title-s5 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .qrest-section-title-s5 {
    margin-bottom: 40px;
  }
}
.qrest-section-title-s5 h2 {
  font-size: 40px;
  line-height: 55px;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
  color: rgb(26, 30, 42);
}
.qrest-section-title-s5 h2::before {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, -50%);
  content: "";
  width: 110px;
  height: 5px;
  background-color: #57b23e;
}
@media (max-width: 991px) {
  .qrest-section-title-s5 h2 {
    font-size: 36px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .qrest-section-title-s5 h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 330px) {
  .qrest-section-title-s5 h2 {
    font-size: 30px;
  }
}
.qrest-section-title-s5 p {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: #5e7683;
  font-weight: 400;
}

.qrest-section-title-s6 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .qrest-section-title-s6 {
    margin-bottom: 40px;
  }
}
.qrest-section-title-s6 span {
  font-size: 20px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .qrest-section-title-s6 span {
    font-size: 18px;
  }
}
.qrest-section-title-s6 span .color {
  color: #399b06;
}
.qrest-section-title-s6 h2 {
  font-size: 35px;
  line-height: 55px;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 991px) {
  .qrest-section-title-s6 h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .qrest-section-title-s6 h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 330px) {
  .qrest-section-title-s6 h2 {
    font-size: 20px;
  }
}
.qrest-section-title-s6 p {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  font-weight: 400;
  color: #d9d4d4;
}

.qrest-section-title-s7 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .qrest-section-title-s7 {
    margin-bottom: 40px;
  }
}
.qrest-section-title-s7 h2 {
  font-size: 35px;
  line-height: 55px;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222222;
}
@media (max-width: 991px) {
  .qrest-section-title-s7 h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .qrest-section-title-s7 h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 330px) {
  .qrest-section-title-s7 h2 {
    font-size: 20px;
  }
}
.qrest-section-title-s7 p {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  font-weight: 400;
  color: #636363;
}

.theme-btn, .view-cart-btn {
  background: #000000;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 15px 20px;
  font-family: "Rubik", sans-serif;
  border: 0;
  text-transform: UPPERCASE;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-size: 15px;
  border-radius: 5px;
}
.theme-btn i, .view-cart-btn i {
  margin-left: 15px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  color: #bd8554;
}
.theme-btn:after, .view-cart-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #191919;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}
.theme-btn:hover, .view-cart-btn:hover, .theme-btn:focus, .view-cart-btn:focus, .theme-btn:active, .view-cart-btn:active {
  background: #000000;
  color: #fff;
}
.theme-btn:hover:after, .view-cart-btn:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .theme-btn, .view-cart-btn {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .theme-btn, .view-cart-btn {
    padding: 12px 18px;
    font-size: 14px;
  }
}

.theme-btn-s2 {
  background: #1b4962;
  color: #6e6e6e;
  display: inline-block;
  padding: 15px 22px;
  padding-left: 40px;
  padding-right: 5px;
  padding-right: 95px;
  border: 1px solid transparent;
  border-radius: 100px;
  text-transform: capitalize;
  font-weight: 400;
  z-index: 1;
  position: relative;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: rgb(255, 255, 255);
}
.theme-btn-s2:after {
  position: absolute;
  content: "\ea5d";
  font-family: IcoFont !important;
  font-size: 27px;
  display: flex;
  justify-content: center;
  top: 50%;
  right: 8px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  z-index: -1;
  background: #fff;
  color: #ec4760;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.theme-btn-s2:hover, .theme-btn-s2:focus, .theme-btn-s2:active {
  border: 1px solid #ec4760;
  background: transparent;
  color: #ec4760;
}
.theme-btn-s2:hover:after, .theme-btn-s2:focus:after, .theme-btn-s2:active:after {
  background: #ec4760;
  color: #fff;
}
@media (max-width: 767px) {
  .theme-btn-s2 {
    padding: 15px 22px;
    padding-right: 95px;
  }
}

.theme-btn-s3 {
  background: #f5af07;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 12px 20px;
  font-family: "Rubik", sans-serif;
  border: 0;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  font-size: 15px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.theme-btn-s3 i {
  margin-left: 15px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.theme-btn-s3:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #cd9306;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}
.theme-btn-s3:hover, .theme-btn-s3:focus, .theme-btn-s3:active {
  background: #ea304c;
  color: #fff;
}
.theme-btn-s3:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .theme-btn-s3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .theme-btn-s3 {
    padding: 12px 18px;
    font-size: 14px;
  }
}

.theme-btn-s4 {
  background: transparent;
  color: #bd8554;
  display: inline-block;
  font-weight: 500;
  padding: 10px 20px;
  font-family: "Rubik", sans-serif;
  border: 1px solid #bd8554;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  font-size: 15px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.theme-btn-s4:hover, .theme-btn-s4:focus, .theme-btn-s4:active {
  border: 1px solid transparent;
  color: #fff;
  background: #bd8554;
}
@media (max-width: 991px) {
  .theme-btn-s4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .theme-btn-s4 {
    padding: 12px 18px;
    font-size: 14px;
  }
}

.theme-btn-s5 {
  background: #57b23e;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 15px 20px;
  font-family: "Rubik", sans-serif;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-size: 15px;
  border-radius: 5px;
}
.theme-btn-s5 i {
  margin-left: 15px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  color: #57b23e;
}
.theme-btn-s5:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #489433;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}
.theme-btn-s5:hover, .theme-btn-s5:focus, .theme-btn-s5:active {
  background: #4e9f37;
  color: #fff;
}
.theme-btn-s5:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .theme-btn-s5 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .theme-btn-s5 {
    padding: 12px 18px;
    font-size: 14px;
  }
}

.theme-btn-s6 {
  background: #399b06;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 15px 25px;
  font-family: "Rubik", sans-serif;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-size: 15px;
  border-radius: 5px;
}
.theme-btn-s6:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #2b7404;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}
.theme-btn-s6:hover, .theme-btn-s6:focus, .theme-btn-s6:active {
  background: #308205;
  color: #fff;
}
.theme-btn-s6:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .theme-btn-s6 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .theme-btn-s6 {
    padding: 12px 18px;
    font-size: 14px;
  }
}

.theme-btn-s7 {
  background: transparent;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  padding: 13px 35px;
  font-family: "Rubik", sans-serif;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-size: 15px;
  border-radius: 5px;
}
.theme-btn-s7:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
  transition: all 0.3s;
  z-index: -1;
}
.theme-btn-s7:hover:after {
  background: linear-gradient(-35deg, rgb(111, 60, 240) 0%, rgb(0, 162, 255) 100%);
}
.theme-btn-s7:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .theme-btn-s7 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .theme-btn-s7 {
    padding: 12px 18px;
    font-size: 14px;
  }
}

.view-cart-btn {
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  padding: 10px 45px;
}
.view-cart-btn:after {
  display: none;
}
.view-cart-btn:hover {
  background-color: #e82240;
}
.view-cart-btn.s1 {
  background: #ddd;
}
.view-cart-btn.s1:hover {
  background-color: #c9c9c9;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959;
  font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #ec4760;
  -o-box-shadow: 0 0 5px 0 #f17588;
  -ms-box-shadow: 0 0 5px 0 #f17588;
  box-shadow: 0 0 5px 0 #f17588;
}
.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form select {
  font-style: normal;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form select::-ms-expand { /* for IE 11 */
  display: none;
}
.form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-style: normal;
}
.form ::-moz-placeholder {
  font-style: normal;
}
.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}
.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}
.social-links li a {
  background-color: #f17588;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #ec4760;
}

.qrest-breadcumb-section {
  background: url(../images/page-title.jpg) no-repeat center top/cover;
  min-height: 700px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  margin-top: -126px;
  padding-top: 130px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .qrest-breadcumb-section {
    min-height: 400px;
  }
}
.qrest-breadcumb-section .qrest-breadcumb-wrap {
  text-align: left;
}
.qrest-breadcumb-section .qrest-breadcumb-wrap h2 {
  font-size: 60px;
  color: #222222;
  line-height: 60px;
  margin-top: -10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .qrest-breadcumb-section .qrest-breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
.qrest-breadcumb-section .qrest-breadcumb-wrap ul li {
  display: inline-block;
  padding: 0px 5px;
  color: #a7a9aa;
  position: relative;
  font-size: 20px;
}
@media (max-width: 767px) {
  .qrest-breadcumb-section .qrest-breadcumb-wrap ul li {
    font-size: 18px;
  }
}
.qrest-breadcumb-section .qrest-breadcumb-wrap ul li:after {
  content: "/";
  position: relative;
  left: 7px;
}
.qrest-breadcumb-section .qrest-breadcumb-wrap ul li:last-child span {
  color: #ec4760;
}
.qrest-breadcumb-section .qrest-breadcumb-wrap ul li:last-child:after {
  display: none;
}
.qrest-breadcumb-section .qrest-breadcumb-wrap ul li a {
  color: #6e6e6e;
  font-size: 20px;
  transition: all 0.3s;
}
.qrest-breadcumb-section .qrest-breadcumb-wrap ul li a:hover {
  color: #ec4760;
}
.qrest-breadcumb-section .image {
  position: absolute;
  right: 4%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1499px) {
  .qrest-breadcumb-section .image {
    right: -5%;
  }
}
@media (max-width: 1199px) {
  .qrest-breadcumb-section .image {
    right: -11%;
  }
}
@media (max-width: 767px) {
  .qrest-breadcumb-section .image {
    display: none;
  }
}
.qrest-breadcumb-section .image .shape {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 380px;
  height: 380px;
}
.qrest-breadcumb-section .left-shape {
  position: absolute;
  left: -42px;
  bottom: -82px;
  width: 130px;
  height: 166px;
  background: #f1b5c1;
  transform: rotate(-50deg);
  z-index: -1;
}
.qrest-breadcumb-section .left-shape::before {
  position: absolute;
  content: "";
  left: -23px;
  bottom: -12px;
  width: 130px;
  height: 166px;
  background: #ec4760;
}

.preloader {
  background-color: #29395b;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
}
.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.preloader .vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}
.preloader * {
  transition: all 0.3s;
}
.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}
.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}
.preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  transform: scale3d(0.5, 0.5, 1);
}
.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.preloader [not-existing] {
  zoom: 1;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  padding-left: 45px;
  /*** search-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** tag-widget ***/
}
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}
.blog-sidebar .widget h3 {
  font-size: 23px;
  color: #222222;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  font-family: "Rubik", sans-serif;
  padding-bottom: 20px;
  font-weight: 700;
}
.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}
.blog-sidebar .search-widget form div {
  position: relative;
}
.blog-sidebar .search-widget input {
  height: 70px;
  font-size: 16px;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  transition: all 0.3s;
  border: 1px solid #d8e0f1;
}
.blog-sidebar .search-widget input:focus {
  background-color: rgba(236, 71, 96, 0.1);
}
.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #fff;
  background-color: #ec4760;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 6px;
  transform: translateY(-50%);
}
.blog-sidebar .service-single-item {
  margin-top: 40px;
  z-index: 1;
}
.blog-sidebar .category-widget {
  border: 1px solid #dddddd;
  padding: 30px;
  margin-top: 65px;
}
.blog-sidebar .category-widget ul {
  list-style: none;
}
.blog-sidebar .category-widget ul li {
  font-size: 19px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
  }
}
.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}
.blog-sidebar .category-widget ul > li + li {
  margin-top: 12px;
  padding-top: 12px;
}
.blog-sidebar .category-widget ul a {
  display: block;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: rgb(99, 99, 99);
  padding-left: 20px;
  position: relative;
}
.blog-sidebar .category-widget ul a::before {
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 20px;
  content: "\ea94";
  font-family: IcoFont !important;
}
.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fafbfe;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a span {
    font-size: 14px;
  }
}
.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #ec4760;
}
.blog-sidebar .recent-post-widget {
  border: 1px solid #dddddd;
  padding: 30px;
}
.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}
.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
}
.blog-sidebar .recent-post-widget .post .img-holder {
  width: 90px;
  float: left;
}
.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}
.blog-sidebar .recent-post-widget .post h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.3em;
  font-family: "Fira Sans", sans-serif;
}
@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
  }
}
.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #222222;
}
.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #ec4760;
}
.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 14px;
  font-family: "Rubik";
  color: rgb(99, 99, 99);
}
.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}
.blog-sidebar .tag-widget {
  border: 1px solid #dddddd;
  padding: 30px;
}
.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}
.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}
.blog-sidebar .tag-widget ul li a {
  display: inline-block;
  padding: 5px 18px;
  background: transparent;
  border: 1px solid #dddddd;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #636363;
}
.blog-sidebar .tag-widget ul li a:hover {
  background: #ec4760;
  color: #fff;
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}
/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}
.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}
.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}
.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 600;
  color: #222222;
  background: #ebf4fc;
  display: block;
}
@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 1rem;
  }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #ec4760;
  border-color: #ec4760;
  color: #fff;
}
.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar {
  background: #1b4962;
  padding: 10px 0;
  position: relative;
  z-index: 11;
}

@media (max-width: 991px) {
  .topbar {
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-style-1 {
    text-align: center;
    padding: 20px 0;
  }
}
.topbar {
  font-size: 16px;
  color: #e5e3e3;
  margin: 0;
}

.topbar ul {
  overflow: hidden;
  list-style: none;
  float: right;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .topbar ul {
    float: none;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.topbar ul li {
  font-size: 13px;
  float: left;
  padding: 7px;
  color: #fff;
  line-height: 15px;
  border: 1px solid #a8a8a8;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .topbar ul li {
    padding: 15px 10px;
  }
}

.topbar .contact-info li {
  position: relative;
}

.topbar .contact-info ul li a {
  color: #fff;
}

.topbar .contact-info ul li:hover {
  background: #ec4760;
  border: 1px solid transparent;
}

.topbar .contact-intro ul {
  float: left;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .topbar .contact-intro ul {
    float: none;
  }
}
.topbar .contact-intro ul li {
  border: 1px solid transparent;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
}

@media (max-width: 1200px) {
  .topbar ul li {
    font-size: 12px;
    padding: 5px 5px;
  }
}
@media (max-width: 991px) {
  .topbar ul li {
    font-size: 13px;
  }
  .topbar {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .topbar {
    padding: 5px 0 15px;
  }
}

@media (max-width: 767px) {
  .topbar ul li {
    float: left;
    padding: 8px 8px;
    font-size: 13px;
  }
}
@media (max-width: 590px) {
  .topbar ul li {
    float: none;
  }
  .topbar .contact-info ul li {
    float: left;
  }
  .topbar ul {
    flex-wrap: wrap;
  }
}
.topbar .theme-btn-s2 {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: -3px;
  color: #fff !important;
}

.topbar ul .fi {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 5px;
}

.topbar ul .fi:before {
  font-size: 15px;
  font-size: 1rem;
  color: #fff;
}

/* 2.2 navigation */
.qrest-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** cart-search-contact ***/
  background-color: #fff;
  margin: 0 285px;
  padding: 0px 26px;
}
@media (max-width: 1870px) {
  .qrest-site-header {
    margin: 0px 175px;
  }
}
@media (max-width: 1655px) {
  .qrest-site-header {
    margin: 0px 100px;
  }
}
@media (max-width: 1399px) {
  .qrest-site-header {
    margin: 0px 40px;
  }
}
@media (max-width: 1199px) {
  .qrest-site-header {
    margin: 0px;
  }
}

.qrest-site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  box-shadow: 0 -5px 15px rgba(8, 106, 216, 0.2901960784);
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.qrest-site-header .navigation > .container {
  position: relative;
}

.qrest-site-header .row {
  width: 100%;
}

@media (max-width: 991px) {
  .qrest-site-header .navigation {
    padding: 20px 0;
  }
}
.qrest-site-header #navbar {
  transition: all 0.5s;
}

.qrest-site-header #navbar > ul li a:hover,
.qrest-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #ec4760;
}

@media screen and (min-width: 992px) {
  .qrest-site-header #navbar {
    /*** hover effect ***/
    justify-content: end;
  }
  .qrest-site-header #navbar li {
    position: relative;
  }
  .qrest-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .qrest-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 58%;
    transform: translateY(-50%);
  }
  .qrest-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .qrest-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.qrest-site-header .container-fluid {
  padding-right: 0;
}

@media (max-width: 991px) {
  .qrest-site-header {
    /* class for show hide navigation */
  }
  .qrest-site-header .container {
    width: 100%;
    max-width: 100%;
  }
  .qrest-site-header .header-right {
    right: -10px;
  }
  .qrest-site-header .navbar-header button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .qrest-site-header .navbar-header button span:last-child {
    margin: 0;
  }
}
.qrest-site-header #navbar ul {
  list-style: none;
}

@media (max-width: 991px) and (max-width: 991px) {
  .qrest-site-header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .qrest-site-header #navbar > ul {
    z-index: 101;
  }
  .qrest-site-header #navbar ul a {
    color: #000;
  }
  .qrest-site-header #navbar ul a:hover,
.qrest-site-header #navbar ul li.current a {
    color: #ec4760;
  }
  .qrest-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .qrest-site-header .navbar-toggler .first-angle,
.qrest-site-header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }
  .qrest-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .qrest-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .qrest-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .qrest-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .qrest-site-header #navbar .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .qrest-site-header .navbar-collapse.collapse {
    display: none;
  }
  .qrest-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .qrest-site-header .navbar-header .collapse,
.qrest-site-header .navbar-toggle {
    display: block;
  }
  .qrest-site-header .navbar-header {
    float: none;
    position: relative;
    z-index: 99;
    text-align: center;
  }
  .qrest-site-header .navbar-right {
    float: none;
  }
  .qrest-site-header .navbar-nav {
    float: none;
  }
  .qrest-site-header .navbar-nav > li {
    float: none;
  }
}
.qrest-site-header .header-right {
  display: flex;
  justify-content: flex-end;
  z-index: 991;
  position: relative;
  align-items: center;
  /* right: -22px; */
}

.qrest-site-header .header-right button {
  padding: 0;
  border: 0;
  outline: 0;
}

.qrest-site-header .header-right > div {
  float: left;
  position: relative;
  margin-right: 8px;
}

.qrest-site-header .header-right .close-form .theme-btn, .qrest-site-header .header-right .close-form .view-cart-btn {
  padding: 10px 20px;
}
@media (max-width: 1400px) {
  .qrest-site-header .header-right .close-form .theme-btn, .qrest-site-header .header-right .close-form .view-cart-btn {
    padding: 10px 6px;
    font-size: 15px;
  }
}

@media (max-width: 450px) {
  .qrest-site-header .header-right > div {
    margin-right: 10px;
  }
  .qrest-site-header .header-right {
    right: -30px;
  }
}
.qrest-site-header .header-right > div:last-child {
  margin: 0 0 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  .qrest-site-header .header-right > div:last-child {
    margin: 3px 0 0 10px;
  }
}

.qrest-site-header .header-right .header-search-form-wrapper {
  position: relative;
}

.qrest-site-header .header-right .header-search-form-wrapper i {
  font-size: 18px;
}

@media (max-width: 450px) {
  .qrest-site-header .header-right .cart-toggle-btn {
    display: none;
  }
}

.qrest-site-header .header-right .search-toggle-btn,
.qrest-site-header .header-right .cart-toggle-btn {
  background-color: transparent;
  line-height: 0.66em;
  color: #232f4b;
  width: 35px;
  height: 35px;
  border: 1px solid #ec4760;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .qrest-site-header .header-right .search-toggle-btn,
.qrest-site-header .header-right .cart-toggle-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .qrest-site-header .header-right .search-toggle-btn,
.qrest-site-header .header-right .cart-toggle-btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .qrest-site-header .header-right .search-toggle-btn .fi:before,
.qrest-site-header .header-right .cart-toggle-btn .fi:before {
    font-size: 16px;
  }
}
.qrest-site-header .header-right .search-toggle-btn .ti-close,
.qrest-site-header .header-right .cart-toggle-btn .ti-close {
  display: block;
  line-height: 20px;
  position: relative;
  top: 2px;
}

/*** cart-search-contact ***/
.cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}
.cart-search-contact .fi {
  font-size: 30px;
  color: #ec4760;
}
.cart-search-contact > div {
  float: left;
  position: relative;
}
.cart-search-contact > div + div {
  margin-left: 12px;
}
.cart-search-contact .header-search-form {
  position: absolute;
  width: 350px;
  right: 0;
  top: 75px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .cart-search-contact .header-search-form {
    top: 65px;
  }
}
@media (max-width: 767px) {
  .cart-search-contact .header-search-form {
    right: 15px;
  }
}
@media (max-width: 575px) {
  .cart-search-contact .header-search-form {
    width: 260px;
    padding: 15px;
  }
}
.cart-search-contact .header-search-form-wrapper .fi:before {
  font-size: 18px;
  font-size: 1.2rem;
}
.cart-search-contact form div {
  position: relative;
}
.cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.cart-search-contact form div button .fi:before {
  font-size: 18px !important;
}
.cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dddddd;
}
.cart-search-contact input:focus {
  box-shadow: none;
  border-color: #ec4760;
}

.qrest-site-header .header-right .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}

@media (max-width: 991px) {
  .page-wrapper {
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all 0.3s;
  }
}
.header-search-area {
  background: #fff;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.header-search-area h3 {
  font-size: 45px;
  margin: 0 0 1em;
}

.header-search-area form {
  position: relative;
}

.header-search-area input {
  height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  box-shadow: none;
}

.header-search-area input:focus {
  box-shadow: none;
  border-color: #ec4760;
}

.header-search-area form button {
  background: transparent;
  border: 0;
  font-size: 20px;
  font-size: 1.33333rem;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.header-search-area form button:focus {
  border: none;
  outline: none;
}

.header-search-area .close-form {
  position: absolute;
  right: 35px;
  top: 35px;
  bottom: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.header-search-area .close-form button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-size: 0.86667rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  z-index: 99;
}

.header-search-area .close-form button:focus {
  border: 0;
  outline: 0;
}

.qrest-site-header {
  position: relative;
  z-index: 11;
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}
.qrest-site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.qrest-site-header .navigation > .container {
  position: relative;
}
@media (max-width: 991px) {
  .qrest-site-header .navigation {
    padding: 20px 0;
  }
}
.qrest-site-header #navbar {
  transition: all 0.5s;
  position: relative;
  /* right: -130px; */
}
@media (max-width: 1500px) {
  .qrest-site-header #navbar {
    /* right: -60px; */
  }
}
@media (max-width: 1199px) {
  .qrest-site-header #navbar {
    right: -40px;
  }
}
.qrest-site-header #navbar > ul li a:hover,
.qrest-site-header #navbar > ul li .active,
.qrest-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #ea304c;
}
@media screen and (min-width: 992px) {
  .qrest-site-header #navbar {
    /*** hover effect ***/
  }
  .qrest-site-header #navbar li {
    position: relative;
    font-size: "Rubik", sans-serif !important;
  }
  .qrest-site-header #navbar > ul > li > a {
    font-size: 17px;
    padding: 35px 24px;
    display: block;
    color: #232f4b;
    font-size: "Rubik", sans-serif !important;
    font-weight: 600;
    position: relative;
  }
  .qrest-site-header #navbar > ul > li > a i {
    font-size: 11px;
    padding-left: 1px;
  }
}
@media screen and (min-width: 992px) and (max-width: 991px) {
  .qrest-site-header #navbar > ul > li > a i {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .qrest-site-header #navbar > ul .sub-menu {
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 225px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    top: 110%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 992px) {
  .qrest-site-header #navbar > ul > li .sub-menu a {
    font-size: 16px;
    font-size: 1.0666666667rem;
    display: block;
    padding: 10px 15px;
    color: #222222;
    position: relative;
    overflow: hidden;
    font-weight: 700;
  }
  .qrest-site-header #navbar > ul > li .sub-menu a:hover, .qrest-site-header #navbar > ul > li .sub-menu a.active {
    color: #ec4760;
  }
}
@media screen and (min-width: 992px) {
  .qrest-site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .qrest-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .qrest-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .qrest-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .qrest-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .qrest-site-header #navbar > ul > li a {
    display: block;
    font-size: 15px;
    font-size: 1rem;
    color: #000000;
    font-weight: 600;
  }
  .qrest-site-header #navbar > ul > li a:hover, .qrest-site-header #navbar > ul > li a.active {
    color: #fff;
  }
  .qrest-site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .qrest-site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .qrest-site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .qrest-site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
    color: #ddd;
  }
  .qrest-site-header #navbar > ul .menu-item-has-children > a:hover, .qrest-site-header #navbar > ul .menu-item-has-children > a.active {
    color: #fff;
  }
  .qrest-site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.7333333333rem;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  .qrest-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
    transform: rotate(90deg);
    top: 29%;
  }
  .qrest-site-header #navbar > ul .menu-item-has-children > a.rotate {
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .qrest-site-header .navbar-header .open-btn {
    display: none;
  }
  .qrest-site-header #navbar .close-navbar {
    display: none;
  }
}
.qrest-site-header .menu-close {
  display: none;
}
@media (max-width: 991px) {
  .qrest-site-header {
    /* class for show hide navigation */
  }
  .qrest-site-header .container {
    width: 100%;
  }
  .qrest-site-header .mobail-menu button {
    background-color: #ec4760;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: relative;
    z-index: 20;
  }
  .qrest-site-header .mobail-menu button:focus {
    outline: none;
    box-shadow: none;
  }
  .qrest-site-header .mobail-menu button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .qrest-site-header .mobail-menu button span:last-child {
    margin: 0;
  }
  .qrest-site-header #navbar {
    background: #c3ddf4;
    display: block !important;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    left: -320px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
  }
  .qrest-site-header #navbar .navbar-nav {
    display: block;
  }
  .qrest-site-header #navbar > ul {
    position: relative;
    z-index: 101;
  }
  .qrest-site-header #navbar > ul li i {
    display: none;
  }
  .qrest-site-header #navbar ul a {
    color: #000;
  }
  .qrest-site-header #navbar ul a:hover,
.qrest-site-header #navbar ul li.current a {
    color: #ec4760;
  }
  .qrest-site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
  .qrest-site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .qrest-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .qrest-site-header .menu-close {
    display: block;
    z-index: 99;
    background: none;
    text-align: center;
    color: #000000;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #000000;
  }
  .qrest-site-header .slideInn {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .qrest-site-header .navbar-toggler .first-angle,
.qrest-site-header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }
  .qrest-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .qrest-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .qrest-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .qrest-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .qrest-site-header #navbar .navbar-nav {
    margin: 0;
  }
}
.qrest-site-header .navbar-header .navbar-brand {
  font-size: 40.62px;
  font-family: "Fira Sans", sans-serif;
  color: rgb(34, 34, 34);
  font-weight: 700;
  margin-right: 0;
}
.qrest-site-header .navbar-header .navbar-brand i {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 29px;
  color: #fff;
  line-height: 37px;
  background: #ec4760;
  padding: 5px;
  display: inline-block;
  padding-left: 8px;
}
@media (max-width: 991px) {
  .qrest-site-header .navbar-header .navbar-brand i {
    line-height: 32px;
    padding-left: 0px;
    padding: 5px;
  }
}
.qrest-site-header .navbar-header .navbar-brand span {
  color: #ec4760;
}
@media (max-width: 991px) {
  .qrest-site-header .navbar-collapse.collapse {
    display: none;
  }
  .qrest-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .qrest-site-header .navbar-header .collapse,
.qrest-site-header .navbar-toggle {
    display: block;
  }
  .qrest-site-header .navbar-header {
    float: none;
  }
  .qrest-site-header .navbar-right {
    float: none;
  }
  .qrest-site-header .navbar-nav {
    float: none;
  }
  .qrest-site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 440px) {
  .qrest-site-header .navbar-header .navbar-brand img {
    max-width: 170px;
  }
}
@media (max-width: 370px) {
  .qrest-site-header .navbar-header .navbar-brand img {
    max-width: 140px;
  }
}
@media (max-width: 1700px) {
  .qrest-site-header {
    padding: 0 30px;
  }
}
@media (max-width: 1500px) {
  .qrest-site-header #navbar > ul > li > a {
    padding: 30px 11px;
  }
  .qrest-site-header {
    padding: 0 10px;
  }
}
@media (max-width: 1400px) {
  .qrest-site-header #navbar > ul > li > a {
    padding: 30px 12px;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .qrest-site-header #navbar > ul > li > a {
    padding: 30px 10px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .qrest-site-header #navbar > ul > li > a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .header-right .theme-btn, .header-right .view-cart-btn {
    padding: 20px 12px;
  }
  .qrest-site-header .header-right .close-form {
    display: none;
  }
}
@media (max-width: 991px) {
  .qrest-site-header #navbar > ul > li > a {
    padding: 15px 30px;
  }
}
@media (max-width: 991px) {
  .qrest-site-header,
.qrest-header-style-2 {
    z-index: 99999;
  }
}
.qrest-site-header .navigation.sticky-header {
  padding: 0 130px;
}

@media (max-width: 1700px) {
  .qrest-site-header .navigation.sticky-header {
    padding: 0 50px;
  }
}
@media (max-width: 1400px) {
  .qrest-site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .qrest-site-header .navigation.sticky-header {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .qrest-site-header .navigation.sticky-header {
    padding: 20px 10px;
  }
}
/* qrest-header-style-2 */
.qrest-header-style-2 .topbar {
  overflow: hidden;
  background: #f1f7fc;
  position: relative;
  z-index: 1;
}
.qrest-header-style-2 .topbar .shape {
  position: absolute;
  left: -60px;
  top: 0;
  height: 100%;
  z-index: -1;
  display: none;
}
@media (max-width: 1910px) {
  .qrest-header-style-2 .topbar .shape {
    left: -70px;
  }
}
@media (max-width: 1890px) {
  .qrest-header-style-2 .topbar .shape {
    left: -75px;
  }
}
@media (max-width: 1880px) {
  .qrest-header-style-2 .topbar .shape {
    left: -80px;
  }
}
@media (max-width: 1870px) {
  .qrest-header-style-2 .topbar .shape {
    left: -85px;
  }
}
@media (max-width: 1860px) {
  .qrest-header-style-2 .topbar .shape {
    left: -90px;
  }
}
@media (max-width: 1850px) {
  .qrest-header-style-2 .topbar .shape {
    left: -95px;
  }
}
@media (max-width: 1840px) {
  .qrest-header-style-2 .topbar .shape {
    left: -100px;
  }
}
@media (max-width: 1830px) {
  .qrest-header-style-2 .topbar .shape {
    left: -105px;
  }
}
@media (max-width: 1820px) {
  .qrest-header-style-2 .topbar .shape {
    left: -110px;
  }
}
@media (max-width: 1810px) {
  .qrest-header-style-2 .topbar .shape {
    left: -115px;
  }
}
@media (max-width: 991px) {
  .qrest-header-style-2 .topbar .shape {
    display: none;
  }
}
.qrest-header-style-2 .topbar ul .fi {
  padding-right: 10px;
}
.qrest-header-style-2 .topbar .contact-intro ul li {
  color: #636363;
}
.qrest-header-style-2 .topbar .contact-intro ul li i::before {
  color: #ec4760;
}
.qrest-header-style-2 .topbar .contact-intro ul li:first-child {
  /* color: $white;
  @media (max-width:991px) {
  	color: #636363;
  } */
}
.qrest-header-style-2 .topbar .contact-info ul li {
  border: 1px solid #ec4760;
  border-radius: 50%;
  padding: 7px 8px;
}
.qrest-header-style-2 .topbar .contact-info ul li:hover a {
  color: #fff;
}
.qrest-header-style-2 .topbar .contact-info ul li a {
  color: #ec4760;
}
.qrest-header-style-2 .qrest-site-header {
  margin: 0px 265px;
}
@media (max-width: 1899px) {
  .qrest-header-style-2 .qrest-site-header {
    margin: 0px 165px;
  }
}
@media (max-width: 1699px) {
  .qrest-header-style-2 .qrest-site-header {
    margin: 0px 100px;
  }
}
@media (max-width: 1599px) {
  .qrest-header-style-2 .qrest-site-header {
    margin: 0px 35px;
  }
}
@media (max-width: 1399px) {
  .qrest-header-style-2 .qrest-site-header {
    margin: 0px;
  }
}
.qrest-header-style-2 .qrest-site-header #navbar {
  right: -30px;
}
@media (max-width: 1199px) {
  .qrest-header-style-2 .qrest-site-header #navbar {
    right: -110px;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-2 .qrest-site-header .header-right .close-form {
    display: block;
  }
}
@media (max-width: 1399px) {
  .qrest-header-style-2 .qrest-site-header .theme-btn-s2 {
    padding-right: 55px;
  }
}
@media (max-width: 1199px) {
  .qrest-header-style-2 .qrest-site-header .theme-btn-s2 {
    padding-left: 0;
    background: transparent;
  }
}
@media (max-width: 1199px) {
  .qrest-header-style-2 .qrest-site-header .theme-btn-s2 span {
    display: none;
  }
}
@media (max-width: 1199px) {
  .qrest-header-style-2 .qrest-site-header .theme-btn-s2::after {
    background: #1b4962;
  }
}

/* qrest-header-style-3 */
.qrest-header-style-3 {
  background: transparent;
}
.qrest-header-style-3 .topbar {
  background: transparent;
  border-bottom: 1px solid #2f323d;
}
.qrest-header-style-3 .topbar .contact-info ul li {
  border: 1px solid #f5af07;
  border-radius: 50%;
  background: transparent;
  padding: 8px 9px;
}
@media (max-width: 1200px) {
  .qrest-header-style-3 .topbar .contact-info ul li {
    padding: 8px 9px;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-3 .topbar .contact-info ul li {
    padding: 8px 9px;
  }
}
.qrest-header-style-3 .topbar .contact-info ul li:hover {
  background: #f5af07;
}
.qrest-header-style-3 .topbar .contact-info ul li:hover a {
  color: #fff;
}
.qrest-header-style-3 .topbar .contact-info ul li a {
  color: #f5af07;
}
.qrest-header-style-3 .qrest-site-header {
  margin: 0;
  background: transparent;
}
.qrest-header-style-3 .qrest-site-header .navigation {
  background: transparent;
}
.qrest-header-style-3 .qrest-site-header .navbar-header .navbar-brand {
  color: #fff;
}
.qrest-header-style-3 .qrest-site-header .navbar-header .navbar-brand i {
  background: #f5af07;
}
.qrest-header-style-3 .qrest-site-header .navbar-header .navbar-brand span {
  color: #f5af07;
}
.qrest-header-style-3 .qrest-site-header #navbar {
  right: 0px;
}
.qrest-header-style-3 .qrest-site-header #navbar > ul li a:hover,
.qrest-header-style-3 .qrest-site-header #navbar > ul li .active,
.qrest-header-style-3 .qrest-site-header #navbar > ul li a:focus {
  color: #dc9d06;
}
.qrest-header-style-3 .qrest-site-header #navbar > ul > li > a {
  color: #232f4b;
}
.qrest-header-style-3 .qrest-site-header #navbar > ul > li .sub-menu a.active {
  color: #f5af07;
}
.qrest-header-style-3 .qrest-site-header #navbar > ul > li > a {
  color: #fff;
}
.qrest-header-style-3 .qrest-site-header .header-right .search-toggle-btn {
  color: #fff;
  border: 1px solid transparent;
}
.qrest-header-style-3 .qrest-site-header .header-right .search-toggle-btn i {
  color: #fff;
}
.qrest-header-style-3 .qrest-site-header .cart-search-contact .fi {
  color: #f5af07;
}
@media (max-width: 1199px) {
  .qrest-header-style-3 .qrest-site-header .header-right {
    right: -10px;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-3 .qrest-site-header .header-right {
    right: -20px;
  }
}
@media (max-width: 1199px) {
  .qrest-header-style-3 .qrest-site-header .theme-btn-s3 {
    padding: 12px 12px;
  }
}
@media (max-width: 991px) {
  .qrest-header-style-3 .qrest-site-header .theme-btn-s3 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .qrest-header-style-3 .qrest-site-header .mobail-menu button {
    background: #f5af07;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-3 .qrest-site-header .header-right > div:last-child {
    display: none;
  }
}
.qrest-header-style-3 .qrest-site-header .header-right .search-toggle-btn {
  border: 1px solid #f5af07;
}
.qrest-header-style-3 .qrest-site-header .navigation.sticky-header {
  background: #1a1e2a;
}
@media (max-width: 450px) {
  .qrest-header-style-3 .qrest-site-header .header-right > div {
    margin-right: 0;
  }
}

/* qrest-header-style-4 */
.qrest-header-style-4 .qrest-site-header {
  margin: 0;
  background: #afd5f6;
}
.qrest-header-style-4 .qrest-site-header .navigation {
  background: transparent;
}
.qrest-header-style-4 .qrest-site-header .navbar-header .navbar-brand {
  color: #000000;
}
.qrest-header-style-4 .qrest-site-header .navbar-header .navbar-brand i {
  background: #bd8554;
}
.qrest-header-style-4 .qrest-site-header .navbar-header .navbar-brand span {
  color: #bd8554;
}
.qrest-header-style-4 .qrest-site-header #navbar {
  /* right: -100px; */
}
.qrest-header-style-4 .qrest-site-header #navbar > ul li a:hover,
.qrest-header-style-4 .qrest-site-header #navbar > ul li .active,
.qrest-header-style-4 .qrest-site-header #navbar > ul li a:focus {
  color: #bd8554;
}
.qrest-header-style-4 .qrest-site-header #navbar > ul > li > a {
  color: #232f4b;
}
.qrest-header-style-4 .qrest-site-header #navbar > ul > li .sub-menu a.active {
  color: #bd8554;
}
.qrest-header-style-4 .qrest-site-header #navbar > ul > li > a {
  color: #000000;
}
.qrest-header-style-4 .qrest-site-header .header-right .search-toggle-btn {
  color: #fff;
  border: 1px solid transparent;
}
.qrest-header-style-4 .qrest-site-header .header-right .search-toggle-btn i {
  color: #fff;
}
.qrest-header-style-4 .qrest-site-header .cart-search-contact .fi {
  color: #bd8554;
}
@media (max-width: 1199px) {
  .qrest-header-style-4 .qrest-site-header .header-right {
    right: -10px;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-4 .qrest-site-header .header-right {
    right: -20px;
  }
}
.qrest-header-style-4 .qrest-site-header .theme-btn, .qrest-header-style-4 .qrest-site-header .view-cart-btn {
  background: #bd8554;
}
.qrest-header-style-4 .qrest-site-header .theme-btn:hover, .qrest-header-style-4 .qrest-site-header .view-cart-btn:hover {
  background: #000000;
}
@media (max-width: 1199px) {
  .qrest-header-style-4 .qrest-site-header .theme-btn, .qrest-header-style-4 .qrest-site-header .view-cart-btn {
    padding: 12px 12px;
  }
}
@media (max-width: 991px) {
  .qrest-header-style-4 .qrest-site-header .theme-btn, .qrest-header-style-4 .qrest-site-header .view-cart-btn {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .qrest-header-style-4 .qrest-site-header .mobail-menu button {
    background: #bd8554;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-4 .qrest-site-header .header-right > div:last-child {
    display: none;
  }
}
.qrest-header-style-4 .qrest-site-header .header-right .search-toggle-btn {
  border: 1px solid #bd8554;
}
.qrest-header-style-4 .qrest-site-header .navigation.sticky-header {
  background: #c3ddf4;
}
@media (max-width: 450px) {
  .qrest-header-style-4 .qrest-site-header .header-right > div {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-4 .qrest-site-header .header-right > div:last-child {
    display: block;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-4 .qrest-site-header .header-right {
    right: 36px;
    width: 121px;
  }
}
@media (max-width: 575px) {
  .qrest-header-style-4 .qrest-site-header .header-right {
    right: 55px;
    display: none;
  }
}
@media (max-width: 575px) {
  .qrest-header-style-4 .qrest-site-header .navbar-header .navbar-brand {
    font-size: 33px;
    margin-right: 25px;
  }
}
@media (max-width: 575px) {
  .qrest-header-style-4 .qrest-site-header .header-right .close-form .theme-btn, .qrest-header-style-4 .qrest-site-header .header-right .close-form .view-cart-btn {
    padding: 10px 15px;
    font-size: 12px;
  }
}

/* qrest-header-style-5 */
.qrest-header-style-5 .topbar {
  background: #57b23e;
}
.qrest-header-style-5 .topbar .contact-info ul li {
  border: 1px solid #fff;
  background: transparent;
  padding: 8px 9px;
}
@media (max-width: 1200px) {
  .qrest-header-style-5 .topbar .contact-info ul li {
    padding: 8px 9px;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-5 .topbar .contact-info ul li {
    padding: 8px 9px;
  }
}
.qrest-header-style-5 .topbar .contact-info ul li:hover {
  background: #fff;
}
.qrest-header-style-5 .topbar .contact-info ul li:hover a {
  color: #57b23e;
}
.qrest-header-style-5 .topbar .contact-info ul li a {
  color: #fff;
}
.qrest-header-style-5 .qrest-site-header {
  background: rgba(255, 255, 255, 0.8196078431);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.qrest-header-style-5 .qrest-site-header .navigation {
  background: transparent;
}
.qrest-header-style-5 .qrest-site-header .navbar-header .navbar-brand {
  color: #222222;
}
.qrest-header-style-5 .qrest-site-header .navbar-header .navbar-brand i {
  background: #57b23e;
}
.qrest-header-style-5 .qrest-site-header .navbar-header .navbar-brand span {
  color: #57b23e;
}
.qrest-header-style-5 .qrest-site-header #navbar {
  right: 0px;
}
.qrest-header-style-5 .qrest-site-header #navbar > ul li a:hover,
.qrest-header-style-5 .qrest-site-header #navbar > ul li .active,
.qrest-header-style-5 .qrest-site-header #navbar > ul li a:focus {
  color: #4e9f37;
}
.qrest-header-style-5 .qrest-site-header #navbar > ul > li > a {
  color: #232f4b;
}
.qrest-header-style-5 .qrest-site-header #navbar > ul > li .sub-menu a.active {
  color: #57b23e;
}
.qrest-header-style-5 .qrest-site-header #navbar > ul > li > a {
  color: #fff;
}
.qrest-header-style-5 .qrest-site-header .header-right .search-toggle-btn {
  color: #fff;
  border: 1px solid transparent;
}
.qrest-header-style-5 .qrest-site-header .header-right .search-toggle-btn i {
  color: #57b23e;
}
.qrest-header-style-5 .qrest-site-header .cart-search-contact .fi {
  color: #57b23e;
}
@media (max-width: 1199px) {
  .qrest-header-style-5 .qrest-site-header .header-right {
    right: -10px;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-5 .qrest-site-header .header-right {
    right: -20px;
  }
}
@media (max-width: 1199px) {
  .qrest-header-style-5 .qrest-site-header .theme-btn-s3 {
    padding: 12px 12px;
  }
}
@media (max-width: 991px) {
  .qrest-header-style-5 .qrest-site-header .theme-btn-s3 {
    font-size: 15px;
  }
}
.qrest-header-style-5 .qrest-site-header #navbar > ul > li > a {
  color: #222222;
}
@media (max-width: 991px) {
  .qrest-header-style-5 .qrest-site-header .mobail-menu button {
    background: #57b23e;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-5 .qrest-site-header .header-right > div:last-child {
    display: none;
  }
}
.qrest-header-style-5 .qrest-site-header .header-right .search-toggle-btn {
  border: 1px solid #57b23e;
}
.qrest-header-style-5 .qrest-site-header .navigation.sticky-header {
  background: #fff;
}
@media (max-width: 450px) {
  .qrest-header-style-5 .qrest-site-header .header-right > div {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .qrest-header-style-5 .qrest-site-header .theme-btn-s5 {
    padding: 15px 17px;
  }
}
@media (max-width: 991px) {
  .qrest-header-style-5 .qrest-site-header .theme-btn-s5 {
    display: none;
  }
}

/* qrest-header-style-6 */
.qrest-header-style-6 .qrest-site-header {
  background: transparent;
}
.qrest-header-style-6 .qrest-site-header .navigation {
  background: transparent;
}
.qrest-header-style-6 .qrest-site-header .navbar-header .navbar-brand {
  color: #fff;
}
.qrest-header-style-6 .qrest-site-header .navbar-header .navbar-brand i {
  background: #399b06;
}
.qrest-header-style-6 .qrest-site-header .navbar-header .navbar-brand span {
  color: #399b06;
}
.qrest-header-style-6 .qrest-site-header #navbar {
  right: -100px;
}
.qrest-header-style-6 .qrest-site-header #navbar > ul li a:hover,
.qrest-header-style-6 .qrest-site-header #navbar > ul li .active,
.qrest-header-style-6 .qrest-site-header #navbar > ul li a:focus {
  color: #308205;
}
.qrest-header-style-6 .qrest-site-header #navbar > ul > li > a {
  color: #232f4b;
}
.qrest-header-style-6 .qrest-site-header #navbar > ul > li .sub-menu a.active {
  color: #399b06;
}
.qrest-header-style-6 .qrest-site-header #navbar > ul > li > a {
  color: #fff;
}
.qrest-header-style-6 .qrest-site-header .header-right .search-toggle-btn {
  color: #fff;
  border: 1px solid transparent;
}
.qrest-header-style-6 .qrest-site-header .header-right .search-toggle-btn i {
  color: #fff;
}
.qrest-header-style-6 .qrest-site-header .cart-search-contact .fi {
  color: #399b06;
}
@media (max-width: 1199px) {
  .qrest-header-style-6 .qrest-site-header .header-right {
    right: -10px;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-6 .qrest-site-header .header-right {
    right: -20px;
  }
}
.qrest-header-style-6 .qrest-site-header .theme-btn-s6 {
  background: #399b06;
}
.qrest-header-style-6 .qrest-site-header .theme-btn-s6:hover {
  background: #2b7404;
}
@media (max-width: 1199px) {
  .qrest-header-style-6 .qrest-site-header .theme-btn-s6 {
    padding: 12px 12px;
  }
}
@media (max-width: 991px) {
  .qrest-header-style-6 .qrest-site-header .theme-btn-s6 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-6 .qrest-site-header .theme-btn-s6 {
    display: none;
  }
}
@media (max-width: 991px) {
  .qrest-header-style-6 .qrest-site-header .mobail-menu button {
    background: #399b06;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-6 .qrest-site-header .header-right > div:last-child {
    display: none;
  }
}
.qrest-header-style-6 .qrest-site-header .header-right .search-toggle-btn {
  border: 1px solid #399b06;
}
.qrest-header-style-6 .qrest-site-header .navigation.sticky-header {
  background: #1a1e2a;
}
@media (max-width: 450px) {
  .qrest-header-style-6 .qrest-site-header .header-right > div {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-6 .qrest-site-header .header-right > div:last-child {
    display: block;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-6 .qrest-site-header .header-right {
    right: 36px;
    width: 121px;
  }
}
@media (max-width: 575px) {
  .qrest-header-style-6 .qrest-site-header .header-right {
    right: 55px;
  }
}
@media (max-width: 575px) {
  .qrest-header-style-6 .qrest-site-header .navbar-header .navbar-brand {
    font-size: 33px;
    margin-right: 25px;
  }
}
@media (max-width: 575px) {
  .qrest-header-style-6 .qrest-site-header .header-right .close-form .theme-btn, .qrest-header-style-6 .qrest-site-header .header-right .close-form .view-cart-btn {
    padding: 10px 15px;
    font-size: 12px;
  }
}

/* qrest-header-style-7 */
.qrest-header-style-7 {
  background: transparent;
}
.qrest-header-style-7 .topbar {
  background: transparent;
  border-bottom: 1px solid #9196a3;
}
.qrest-header-style-7 .topbar .contact-info ul li {
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  padding: 8px 9px;
}
@media (max-width: 1200px) {
  .qrest-header-style-7 .topbar .contact-info ul li {
    padding: 8px 9px;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-7 .topbar .contact-info ul li {
    padding: 8px 9px;
  }
}
.qrest-header-style-7 .topbar .contact-info ul li:hover {
  background: #1f85fb;
}
.qrest-header-style-7 .topbar .contact-info ul li:hover a {
  color: #fff;
}
.qrest-header-style-7 .topbar .contact-info ul li a {
  color: #fff;
}
.qrest-header-style-7 .qrest-site-header {
  background: transparent;
}
.qrest-header-style-7 .qrest-site-header .navigation {
  background: transparent;
}
.qrest-header-style-7 .qrest-site-header .navbar-header .navbar-brand {
  color: #fff;
}
.qrest-header-style-7 .qrest-site-header .navbar-header .navbar-brand i {
  background: #1f85fb;
}
.qrest-header-style-7 .qrest-site-header .navbar-header .navbar-brand span {
  color: #1f85fb;
}
.qrest-header-style-7 .qrest-site-header #navbar {
  right: 0px;
}
.qrest-header-style-7 .qrest-site-header #navbar > ul li a:hover,
.qrest-header-style-7 .qrest-site-header #navbar > ul li .active,
.qrest-header-style-7 .qrest-site-header #navbar > ul li a:focus {
  color: #0677fb;
}
.qrest-header-style-7 .qrest-site-header #navbar > ul > li > a {
  color: #232f4b;
}
.qrest-header-style-7 .qrest-site-header #navbar > ul > li .sub-menu a.active {
  color: #1f85fb;
}
.qrest-header-style-7 .qrest-site-header #navbar > ul > li > a {
  color: #fff;
}
.qrest-header-style-7 .qrest-site-header .header-right .search-toggle-btn {
  color: #fff;
  border: 1px solid transparent;
}
.qrest-header-style-7 .qrest-site-header .header-right .search-toggle-btn i {
  color: #fff;
}
.qrest-header-style-7 .qrest-site-header .cart-search-contact .fi {
  color: #1f85fb;
}
@media (max-width: 1199px) {
  .qrest-header-style-7 .qrest-site-header .header-right {
    right: -10px;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-7 .qrest-site-header .header-right {
    right: -20px;
  }
}
@media (max-width: 1199px) {
  .qrest-header-style-7 .qrest-site-header .theme-btn-s3 {
    padding: 12px 12px;
  }
}
@media (max-width: 991px) {
  .qrest-header-style-7 .qrest-site-header .theme-btn-s3 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .qrest-header-style-7 .qrest-site-header .mobail-menu button {
    background: #1f85fb;
  }
}
@media (max-width: 767px) {
  .qrest-header-style-7 .qrest-site-header .header-right > div:last-child {
    display: none;
  }
}
.qrest-header-style-7 .qrest-site-header .header-right .search-toggle-btn {
  border: 1px solid #1f85fb;
}
.qrest-header-style-7 .qrest-site-header .navigation.sticky-header {
  background: #221f3c;
}
@media (max-width: 450px) {
  .qrest-header-style-7 .qrest-site-header .header-right > div {
    margin-right: 0;
  }
}

.header-style-s8 {
  margin-top: 30px;
}

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*-------------------------------------------
	3.1 qrest-static-hero
--------------------------------------------*/
.static-hero,
.static-hero-style-2,
.static-hero-style-3,
.static-hero-style-4 {
  height: 990px;
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* background: url(https://bbdniit.ac.in/wp-content/uploads/2020/08/dr-apj-aktu-second-year-result-2019-20-background-min.jpg); */
}
@media (max-width: 1199px) {
  .static-hero,
.static-hero-style-2,
.static-hero-style-3,
.static-hero-style-4 {
    height: 800px;
  }
}
@media (max-width: 991px) {
  .static-hero,
.static-hero-style-2,
.static-hero-style-3,
.static-hero-style-4 {
    height: 600px;
  }
}
.static-hero .background-img,
.static-hero-style-2 .background-img,
.static-hero-style-3 .background-img,
.static-hero-style-4 .background-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.static-hero .background-img img,
.static-hero-style-2 .background-img img,
.static-hero-style-3 .background-img img,
.static-hero-style-4 .background-img img {
  width: 100%;
}
.static-hero .single-img,
.static-hero-style-2 .single-img,
.static-hero-style-3 .single-img,
.static-hero-style-4 .single-img {
  position: absolute;
  left: 57%;
  top: 10%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1399px) {
  .static-hero .single-img,
.static-hero-style-2 .single-img,
.static-hero-style-3 .single-img,
.static-hero-style-4 .single-img {
    left: 50%;
    top: 15%;
  }
}
@media (max-width: 991px) {
  .static-hero .single-img,
.static-hero-style-2 .single-img,
.static-hero-style-3 .single-img,
.static-hero-style-4 .single-img {
    display: none;
  }
}
.static-hero .shape-10,
.static-hero-style-2 .shape-10,
.static-hero-style-3 .shape-10,
.static-hero-style-4 .shape-10 {
  position: absolute;
  left: 0;
  top: 120px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .static-hero .shape-10,
.static-hero-style-2 .shape-10,
.static-hero-style-3 .shape-10,
.static-hero-style-4 .shape-10 {
    display: none;
  }
}
.static-hero .shape-11,
.static-hero-style-2 .shape-11,
.static-hero-style-3 .shape-11,
.static-hero-style-4 .shape-11 {
  position: absolute;
  left: 79px;
  top: 88%;
  z-index: -1;
}
@media (max-width: 1399px) {
  .static-hero .shape-11,
.static-hero-style-2 .shape-11,
.static-hero-style-3 .shape-11,
.static-hero-style-4 .shape-11 {
    display: none;
  }
}
.static-hero .shape-12,
.static-hero-style-2 .shape-12,
.static-hero-style-3 .shape-12,
.static-hero-style-4 .shape-12 {
  position: absolute;
  left: 50%;
  top: 90px;
  z-index: -1;
}
.static-hero .hero-inner .container,
.static-hero-style-2 .hero-inner .container,
.static-hero-style-3 .hero-inner .container,
.static-hero-style-4 .hero-inner .container {
  position: relative;
}
.static-hero .hero-inner,
.static-hero-style-2 .hero-inner,
.static-hero-style-3 .hero-inner,
.static-hero-style-4 .hero-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
@media (max-width: 991px) {
  .static-hero .text,
.static-hero-style-2 .text,
.static-hero-style-3 .text,
.static-hero-style-4 .text {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .static-hero .text,
.static-hero-style-2 .text,
.static-hero-style-3 .text,
.static-hero-style-4 .text {
    margin-top: 90px;
  }
}
.static-hero .text .sub-title,
.static-hero-style-2 .text .sub-title,
.static-hero-style-3 .text .sub-title,
.static-hero-style-4 .text .sub-title {
  font-size: 19px;
  font-family: "Rubik", sans-serif;
  color: #ec4760;
  text-transform: uppercase;
  border: 1px solid #ec4760;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 500;
}
.static-hero .text .title,
.static-hero-style-2 .text .title,
.static-hero-style-3 .text .title,
.static-hero-style-4 .text .title {
  font-size: 70px;
  font-family: "Fira Sans", sans-serif;
  color: #222222;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .static-hero .text .title,
.static-hero-style-2 .text .title,
.static-hero-style-3 .text .title,
.static-hero-style-4 .text .title {
    font-size: 60px;
  }
}
@media (max-width: 1399px) {
  .static-hero .text .title,
.static-hero-style-2 .text .title,
.static-hero-style-3 .text .title,
.static-hero-style-4 .text .title {
    font-size: 40px;
  }
}
.static-hero .text p,
.static-hero-style-2 .text p,
.static-hero-style-3 .text p,
.static-hero-style-4 .text p {
  font-size: 21px;
  font-family: "Rubik", sans-serif;
  color: #636363;
  font-weight: 600;
}
@media (max-width: 991px) {
  .static-hero .text p,
.static-hero-style-2 .text p,
.static-hero-style-3 .text p,
.static-hero-style-4 .text p {
    font-size: 15px;
  }
}
.static-hero .hero-botom,
.static-hero-style-2 .hero-botom,
.static-hero-style-3 .hero-botom,
.static-hero-style-4 .hero-botom {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.static-hero .video-item,
.static-hero-style-2 .video-item,
.static-hero-style-3 .video-item,
.static-hero-style-4 .video-item {
  display: inline-block;
}
.static-hero .video-btn,
.static-hero-style-2 .video-btn,
.static-hero-style-3 .video-btn,
.static-hero-style-4 .video-btn {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 61px;
  text-align: center;
  background: #1b4962;
  border-radius: 50%;
  margin-left: 45px;
  position: relative;
}
.static-hero .video-btn:before,
.static-hero-style-2 .video-btn:before,
.static-hero-style-3 .video-btn:before,
.static-hero-style-4 .video-btn:before {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 140%;
  height: 140%;
  background: rgb(59, 81, 125);
  content: "";
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
}
.static-hero .video-btn i,
.static-hero-style-2 .video-btn i,
.static-hero-style-3 .video-btn i,
.static-hero-style-4 .video-btn i {
  font-size: 18px;
  color: #fff;
}
.static-hero .side-text-logo,
.static-hero-style-2 .side-text-logo,
.static-hero-style-3 .side-text-logo,
.static-hero-style-4 .side-text-logo {
  top: 130px;
  right: -30px;
}
@media (max-width: 1699px) {
  .static-hero .side-text-logo,
.static-hero-style-2 .side-text-logo,
.static-hero-style-3 .side-text-logo,
.static-hero-style-4 .side-text-logo {
    top: 172px;
    right: -140px;
  }
}
@media (max-width: 1399px) {
  .static-hero .side-text-logo,
.static-hero-style-2 .side-text-logo,
.static-hero-style-3 .side-text-logo,
.static-hero-style-4 .side-text-logo {
    top: 172px;
    right: -72px;
  }
}
.static-hero .side-text-logo h2,
.static-hero-style-2 .side-text-logo h2,
.static-hero-style-3 .side-text-logo h2,
.static-hero-style-4 .side-text-logo h2 {
  -webkit-text-stroke-color: #c3c7ca;
}
@media (max-width: 1399px) {
  .static-hero .side-text-logo h2,
.static-hero-style-2 .side-text-logo h2,
.static-hero-style-3 .side-text-logo h2,
.static-hero-style-4 .side-text-logo h2 {
    font-size: 100px;
  }
}

@-webkit-keyframes spineer {
  from {
    box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
  }
  to {
    box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
  }
}
@keyframes spineer {
  from {
    box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
  }
  to {
    box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
  }
}
/* static-hero-style-2 */
.static-hero-style-2 {
  background-color: rgb(226, 246, 253);
  background-image: none;
  margin-top: 0;
  height: 800px;
}
@media (max-width: 1399px) {
  .static-hero-style-2 {
    height: 650px;
  }
}
.static-hero-style-2 .text {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  padding-top: 80px;
  padding-left: 50px;
  padding-bottom: 80px;
  padding-right: 60px;
  position: relative;
  left: -100px;
}
@media (max-width: 1499px) {
  .static-hero-style-2 .text {
    left: -40px;
  }
}
@media (max-width: 1399px) {
  .static-hero-style-2 .text {
    left: 0px;
  }
}
@media (max-width: 991px) {
  .static-hero-style-2 .text {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .static-hero-style-2 .text {
    padding: 20px;
  }
}
.static-hero-style-2 .text .sub-title {
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  color: #ec4760;
  text-decoration: underline;
  border: transparent;
  text-transform: capitalize;
  font-weight: 700;
  padding: 0;
}
.static-hero-style-2 .text .title span {
  color: #ec4760;
}
.static-hero-style-2 .text p {
  padding-right: 150px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .static-hero-style-2 .text p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .static-hero-style-2 .text .theme-btn-s2 {
    padding: 15px 22px;
    padding-right: 95px;
  }
}
@media (max-width: 767px) {
  .static-hero-style-2 .text .theme-btn-s2::after {
    font-size: 20px;
    line-height: 40px;
  }
}
.static-hero-style-2 .text .shape {
  position: absolute;
  right: 20px;
  bottom: 0;
}
@media (max-width: 767px) {
  .static-hero-style-2 .text .shape {
    display: none;
  }
}
.static-hero-style-2 .single-img {
  position: absolute;
  left: 53%;
  top: 0;
  width: 876px;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1599px) {
  .static-hero-style-2 .single-img {
    left: 50%;
  }
}
@media (max-width: 1499px) {
  .static-hero-style-2 .single-img {
    width: 800px;
    top: 8%;
  }
}
@media (max-width: 1399px) {
  .static-hero-style-2 .single-img {
    width: 700px;
    top: 2%;
  }
}
@media (max-width: 991px) {
  .static-hero-style-2 .single-img {
    display: none;
  }
}
.static-hero-style-2 .single-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* static-hero-style-3 */
.static-hero-style-3,
.static-hero-style-4 {
  height: 1030px;
  z-index: 1;
  background-repeat: no-repeat;
  top: -60px;
  left: 0;
  width: 100%;
  background: #c3ddf4;
}
@media (max-width: 1399px) {
  .static-hero-style-3,
.static-hero-style-4 {
    height: 900px;
  }
}
@media (max-width: 991px) {
  .static-hero-style-3,
.static-hero-style-4 {
    height: 800px;
    top: -96px;
  }
}
@media (max-width: 767px) {
  .static-hero-style-3,
.static-hero-style-4 {
    height: 650px;
    top: -132px;
  }
}
@media (max-width: 757px) {
  .static-hero-style-3 .text,
.static-hero-style-4 .text {
    margin-top: 150px;
  }
}
.static-hero-style-3 .text .sub-title,
.static-hero-style-4 .text .sub-title {
  color: #fff;
  border: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 65px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 767px) {
  .static-hero-style-3 .text .sub-title,
.static-hero-style-4 .text .sub-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .static-hero-style-3 .text .sub-title,
.static-hero-style-4 .text .sub-title {
    font-size: 30px;
  }
}
.static-hero-style-3 .text .title,
.static-hero-style-4 .text .title {
  margin: 0;
  font-size: 147px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f5af07;
  margin-top: -35px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .static-hero-style-3 .text .title,
.static-hero-style-4 .text .title {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .static-hero-style-3 .text .title,
.static-hero-style-4 .text .title {
    font-size: 100px;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .static-hero-style-3 .text .title,
.static-hero-style-4 .text .title {
    font-size: 70px;
  }
}
.static-hero-style-3 .text p,
.static-hero-style-4 .text p {
  color: #bd8554;
}
.static-hero-style-3 .hero-botom .video-item .video-btn-s2,
.static-hero-style-4 .hero-botom .video-item .video-btn-s2 {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 61px;
  text-align: center;
  background: #f5af07;
  border-radius: 50%;
  position: relative;
}
.static-hero-style-3 .hero-botom .video-item .video-btn-s2:before,
.static-hero-style-4 .hero-botom .video-item .video-btn-s2:before {
  position: absolute;
  left: -8px;
  top: -8px;
  width: 130%;
  height: 130%;
  content: "";
  border-radius: 50%;
  z-index: -1;
  border: 1px solid #f5af07;
}
.static-hero-style-3 .hero-botom .video-item .video-btn-s2::after,
.static-hero-style-4 .hero-botom .video-item .video-btn-s2::after {
  position: absolute;
  left: -12px;
  top: -13px;
  width: 145%;
  height: 145%;
  content: "";
  border-radius: 50%;
  z-index: -1;
  border: 1px solid #f5af07;
}
.static-hero-style-3 .hero-botom .video-item .video-btn-s2 i,
.static-hero-style-4 .hero-botom .video-item .video-btn-s2 i {
  font-size: 18px;
  color: #fff;
}
.static-hero-style-3 .hero-botom span,
.static-hero-style-4 .hero-botom span {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
  margin-left: 50px;
}
.static-hero-style-3 .single-img,
.static-hero-style-4 .single-img {
  width: 600px;
  height: 850px;
  position: absolute;
  right: 0;
  top: 19%;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .static-hero-style-3 .single-img,
.static-hero-style-4 .single-img {
    width: 500px;
    height: 700px;
    top: 28%;
  }
}
.static-hero-style-3 .single-img img,
.static-hero-style-4 .single-img img {
  width: 100%;
}
.static-hero-style-3 .single-img::before,
.static-hero-style-4 .single-img::before {
  position: absolute;
  left: 50%;
  bottom: 101px;
  content: "";
  width: 570px;
  height: 400px;
  background: #242733;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 19%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 19%, 100% 0, 100% 100%, 0% 100%);
}
.static-hero-style-3 .side-text-logo,
.static-hero-style-4 .side-text-logo {
  top: 262px;
  right: -30px;
}
.static-hero-style-3 .side-text-logo h2,
.static-hero-style-4 .side-text-logo h2 {
  -webkit-text-stroke-color: #434444;
}

/* static-hero-style-4 */
.static-hero-style-4 {
  height: 600PX;
  top: 0;
}
@media (max-width: 991px) {
  .static-hero-style-4 {
    height: 600px;
    top: 0;
    margin-top: -101px;
    /* background: #032737; */
  }
}
@media (max-width: 767px) {
  .static-hero-style-4 {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .static-hero-style-4 {
    height: 450px;
  }
}
.static-hero-style-4::before {
  display: none;
}
.static-hero-style-4::after {
  display: none;
}
.static-hero-style-4 .text {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .static-hero-style-4 .text {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .static-hero-style-4 .text {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .static-hero-style-4 .text {
    margin-top: 100px;
  }
}
.static-hero-style-4 .text h2 {
  font-size: 70px;
  font-family: "Fira Sans", sans-serif;
  color: #000000;
  font-weight: 600;
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .static-hero-style-4 .text h2 {
    font-size: 40px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .static-hero-style-4 .text h2 {
    font-size: 30px;
  }
}
.static-hero-style-4 ul {
  list-style: none;
  margin-bottom: 40px;
}
.static-hero-style-4 ul li {
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  line-height: 1.588;
  color: #000000;
  margin-bottom: 10px;
}
.static-hero-style-4 ul li::before {
  content: "\eed8";
  font-family: IcoFont !important;
  width: 20px;
  height: 20px;
  top: 3px;
  line-height: 22px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  background: #bd8554;
  left: 0;
  position: absolute;
}
.static-hero-style-4 .theme-btn, .static-hero-style-4 .view-cart-btn {
  background: #bd8554;
  padding: 15px 30px;
}
.static-hero-style-4 .theme-btn:hover, .static-hero-style-4 .view-cart-btn:hover {
  background: #ec3605;
}
@media (max-width: 991px) {
  .static-hero-style-4 .theme-btn, .static-hero-style-4 .view-cart-btn {
    font-size: 15px;
  }
}
.static-hero-style-4 .image-s4 {
  position: absolute;
  right: 15%;
  bottom: 0px;
  width: 400px;
  z-index: 1;
}
@media (max-width: 1799px) {
  .static-hero-style-4 .image-s4 {
    right: 12%;
  }
}
@media (max-width: 1699px) {
  .static-hero-style-4 .image-s4 {
    right: 8%;
  }
}
@media (max-width: 1399px) {
  .static-hero-style-4 .image-s4 {
    right: 27px;
  }
}
@media (max-width: 991px) {
  .static-hero-style-4 .image-s4 {
    display: none;
  }
}
.static-hero-style-4 .image-s4 .shape-4 {
  width: 300px;
  height: 300px;
  background: #bd8554;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 52%;
  transform: translateX(-50%);
  z-index: -1;
}
.static-hero-style-4 .shape-41 {
  position: absolute;
  left: -200px;
  top: 200px;
  width: 150px;
  z-index: -1;
}
@media (max-width: 1799px) {
  .static-hero-style-4 .shape-41 {
    left: -150px;
  }
}
@media (max-width: 1499px) {
  .static-hero-style-4 .shape-41 {
    display: none;
  }
}
.static-hero-style-4 .shape-img {
  position: absolute;
  right: 0;
  top: 0;
}
.static-hero-style-4 .shape-43 {
  position: absolute;
  left: -100px;
  top: -100px;
}
@media (max-width: 1599px) {
  .static-hero-style-4 .shape-43 {
    left: -150px;
    top: -150px;
  }
}
@media (max-width: 1199px) {
  .static-hero-style-4 .shape-43 {
    display: none;
  }
}
.static-hero-style-4 .shape-44 {
  position: absolute;
  bottom: -200px;
  left: -300px;
}
.static-hero-style-4 .progressbar-hero {
  position: absolute;
  right: 1%;
  top: 34%;
  z-index: 1;
  background: rgb(238, 240, 244);
  width: 350px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: left;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 1699px) {
  .static-hero-style-4 .progressbar-hero {
    width: 280px;
    right: 0%;
  }
}
@media (max-width: 1499px) {
  .static-hero-style-4 .progressbar-hero {
    width: 270px;
    right: 0%;
  }
}
@media (max-width: 1399px) {
  .static-hero-style-4 .progressbar-hero {
    display: none;
  }
}
.static-hero-style-4 .progressbar-hero .progre-text {
  margin-left: 10px;
}
.static-hero-style-4 .progressbar-hero .progre-text h4 {
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  color: rgb(26, 27, 30);
}
@media (max-width: 1399px) {
  .static-hero-style-4 .progressbar-hero .progre-text h4 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.static-hero-style-4 .progressbar-hero .progre-text span {
  font-size: 17px;
  color: rgb(99, 99, 99);
}
@media (max-width: 1399px) {
  .static-hero-style-4 .progressbar-hero .progre-text span {
    font-size: 14px;
  }
}
@-webkit-keyframes growProgressBar {
  0%, 33% {
    --pgPercentage: 0;
  }
  100% {
    --pgPercentage: var(--value);
  }
}
@keyframes growProgressBar {
  0%, 33% {
    --pgPercentage: 0;
  }
  100% {
    --pgPercentage: var(--value);
  }
}

.static-hero-style-4 .progressbar-hero div[role=progressbar] {
  --size: 5rem;
  --fg: #bd8554;
  --bg: #a1a1a1;
  --pgPercentage: var(--value);
  -webkit-animation: growProgressBar 3s 1 forwards;
          animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}
.static-hero-style-4 .progressbar-hero div[role=progressbar]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
  color: #000;
}

/* static-hero-style-5 */
.static-hero-style-5 {
  background: url(../images/slider/slider-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -96px;
}
@media (max-width: 991px) {
  .static-hero-style-5 {
    margin-top: -101px;
  }
}
.static-hero-style-5 .text .title {
  color: #fff;
}
.static-hero-style-5 .text p {
  color: #fff;
}
.static-hero-style-5 .video-item {
  margin-left: 50px;
}
.static-hero-style-5 .video-item .video-btn-s2 {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 61px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.static-hero-style-5 .video-item .video-btn-s2:before {
  position: absolute;
  left: -8px;
  top: -8px;
  width: 130%;
  height: 130%;
  content: "";
  border-radius: 50%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.699);
}
.static-hero-style-5 .video-item .video-btn-s2 i {
  font-size: 18px;
  color: #57b23e;
}

/* qrest-header-style-6 */
.static-hero-style-6 {
  background: transparent;
  height: 900px;
  position: relative;
}
@media (max-width: 1399px) {
  .static-hero-style-6 {
    height: 700px;
  }
}
@media (max-width: 1199px) {
  .static-hero-style-6 {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .static-hero-style-6 {
    height: 600px;
  }
}
@media (max-width: 1399px) {
  .static-hero-style-6 .text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .static-hero-style-6 .text {
    margin-top: 0;
  }
}
.static-hero-style-6 .text .title {
  color: #fff;
}
@media (max-width: 1399px) {
  .static-hero-style-6 .text .title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .static-hero-style-6 .text .title {
    font-size: 40px;
  }
}
.static-hero-style-6 .text .title span {
  color: #399b06;
}
.static-hero-style-6 .text p {
  color: #fff;
}
@media (max-width: 1399px) {
  .static-hero-style-6 .text p {
    max-width: 500px;
  }
}
.static-hero-style-6 .video-item {
  margin-left: 50px;
}
.static-hero-style-6 .video-item .video-btn-s2 {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 61px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.static-hero-style-6 .video-item .video-btn-s2:before {
  position: absolute;
  left: -8px;
  top: -8px;
  width: 130%;
  height: 130%;
  content: "";
  border-radius: 50%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.699);
}
.static-hero-style-6 .video-item .video-btn-s2 i {
  font-size: 18px;
  color: #57b23e;
}
.static-hero-style-6 .hero-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.static-hero-style-6 .hero-slider .hero-bg-single {
  position: relative;
  width: 100%;
  height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
}
.static-hero-style-6 .hero-slider .hero-bg-single::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.769;
}
.static-hero-style-6 .hero-slider .hero-bg-single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.static-hero-style-6 .hero-img {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .static-hero-style-6 .hero-img {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .static-hero-style-6 .hero-img {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .static-hero-style-6 .hero-img {
    display: none;
  }
}
.static-hero-style-6 .shape-52 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .static-hero-style-6 .shape-52 {
    bottom: -150px;
    right: -150px;
  }
}
.static-hero-style-6 .shape-55 {
  position: absolute;
  top: 20%;
  left: 90px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .static-hero-style-6 .shape-55 {
    display: none;
  }
}

/* .static-hero-style-7 */
.static-hero-style-7 {
  position: relative;
  margin-top: -152px;
  background: url(../images/slider/slide-5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .static-hero-style-7 {
    height: 800px;
    margin-top: -160px;
  }
}
@media (max-width: 767px) {
  .static-hero-style-7 {
    height: 700px;
    margin-top: -195px;
  }
}
@media (max-width: 575px) {
  .static-hero-style-7 {
    margin-top: -228px;
  }
}
.static-hero-style-7::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #1e3c89;
  opacity: 0.58;
}
.static-hero-style-7 .hero-contnt {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.static-hero-style-7 .text {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .static-hero-style-7 .text {
    margin-top: 150px;
  }
}
@media (max-width: 575px) {
  .static-hero-style-7 .text {
    margin-top: 200px;
  }
}
.static-hero-style-7 .text .sub-title {
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
  text-decoration: underline;
  border: 0;
  padding: 0;
}
@media (max-width: 575px) {
  .static-hero-style-7 .text .sub-title {
    font-size: 20px;
  }
}
@media (max-width: 499px) {
  .static-hero-style-7 .text .sub-title {
    font-size: 17px;
  }
}
.static-hero-style-7 .text .title {
  font-size: 60px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .static-hero-style-7 .text .title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .static-hero-style-7 .text .title {
    font-size: 40px;
  }
}
@media (max-width: 499px) {
  .static-hero-style-7 .text .title {
    font-size: 30px;
  }
}
.static-hero-style-7 .text p {
  font-size: 18px;
  color: #fff;
}
.static-hero-style-7 .hero-botom {
  justify-content: center;
}
.static-hero-style-7 .video-item {
  margin-left: 50px;
}
.static-hero-style-7 .video-item .video-btn-s2 {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 61px;
  text-align: center;
  background: #02a0ff;
  border-radius: 50%;
  position: relative;
}
.static-hero-style-7 .video-item .video-btn-s2:before {
  position: absolute;
  left: -8px;
  top: -8px;
  width: 130%;
  height: 130%;
  content: "";
  border-radius: 50%;
  z-index: -1;
  border: 1px solid #fff;
}
.static-hero-style-7 .video-item .video-btn-s2 i {
  font-size: 18px;
  color: #fff;
}
.static-hero-style-7 .shape-71 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1399px) {
  .static-hero-style-7 .shape-71 {
    left: -100px;
    bottom: -100px;
  }
}
@media (max-width: 767px) {
  .static-hero-style-7 .shape-71 {
    display: none;
  }
}
.static-hero-style-7 .shape-72 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .static-hero-style-7 .shape-72 {
    right: -100px;
    top: -100px;
  }
}
@media (max-width: 767px) {
  .static-hero-style-7 .shape-72 {
    display: none;
  }
}
.static-hero-style-7 .shape-73 {
  position: absolute;
  right: 20%;
  bottom: 0;
}
@media (max-width: 1199px) {
  .static-hero-style-7 .shape-73 {
    width: 150px;
    right: 10%;
  }
}
@media (max-width: 767px) {
  .static-hero-style-7 .shape-73 {
    display: none;
  }
}

/*--------------------------------------------------------------
4. qrest-site-footer
--------------------------------------------------------------*/
.qrest-site-footer,
.qrest-site-footer-s2,
.qrest-site-footer-s3,
.qrest-site-footer-s4,
.qrest-site-footer-s5,
.qrest-site-footer-s6,
.qrest-site-footer-s7 {
  background: #c3ddf4;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  z-index: 1;
}
.qrest-site-footer ul,
.qrest-site-footer-s2 ul,
.qrest-site-footer-s3 ul,
.qrest-site-footer-s4 ul,
.qrest-site-footer-s5 ul,
.qrest-site-footer-s6 ul,
.qrest-site-footer-s7 ul {
  list-style: none;
}
.qrest-site-footer p,
.qrest-site-footer-s2 p,
.qrest-site-footer-s3 p,
.qrest-site-footer-s4 p,
.qrest-site-footer-s5 p,
.qrest-site-footer-s6 p,
.qrest-site-footer-s7 p {
  color: #000000;
}
.qrest-site-footer li,
.qrest-site-footer-s2 li,
.qrest-site-footer-s3 li,
.qrest-site-footer-s4 li,
.qrest-site-footer-s5 li,
.qrest-site-footer-s6 li,
.qrest-site-footer-s7 li {
  color: #fff;
}
.qrest-site-footer .container,
.qrest-site-footer-s2 .container,
.qrest-site-footer-s3 .container,
.qrest-site-footer-s4 .container,
.qrest-site-footer-s5 .container,
.qrest-site-footer-s6 .container,
.qrest-site-footer-s7 .container {
  position: relative;
}
.qrest-site-footer .qrest-upper-footer,
.qrest-site-footer-s2 .qrest-upper-footer,
.qrest-site-footer-s3 .qrest-upper-footer,
.qrest-site-footer-s4 .qrest-upper-footer,
.qrest-site-footer-s5 .qrest-upper-footer,
.qrest-site-footer-s6 .qrest-upper-footer,
.qrest-site-footer-s7 .qrest-upper-footer {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .qrest-site-footer .qrest-upper-footer,
.qrest-site-footer-s2 .qrest-upper-footer,
.qrest-site-footer-s3 .qrest-upper-footer,
.qrest-site-footer-s4 .qrest-upper-footer,
.qrest-site-footer-s5 .qrest-upper-footer,
.qrest-site-footer-s6 .qrest-upper-footer,
.qrest-site-footer-s7 .qrest-upper-footer {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .qrest-site-footer .qrest-upper-footer,
.qrest-site-footer-s2 .qrest-upper-footer,
.qrest-site-footer-s3 .qrest-upper-footer,
.qrest-site-footer-s4 .qrest-upper-footer,
.qrest-site-footer-s5 .qrest-upper-footer,
.qrest-site-footer-s6 .qrest-upper-footer,
.qrest-site-footer-s7 .qrest-upper-footer {
    padding: 60px 0 0;
  }
}
@media (max-width: 991px) {
  .qrest-site-footer .qrest-upper-footer .col,
.qrest-site-footer-s2 .qrest-upper-footer .col,
.qrest-site-footer-s3 .qrest-upper-footer .col,
.qrest-site-footer-s4 .qrest-upper-footer .col,
.qrest-site-footer-s5 .qrest-upper-footer .col,
.qrest-site-footer-s6 .qrest-upper-footer .col,
.qrest-site-footer-s7 .qrest-upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .qrest-site-footer .qrest-upper-footer .col,
.qrest-site-footer-s2 .qrest-upper-footer .col,
.qrest-site-footer-s3 .qrest-upper-footer .col,
.qrest-site-footer-s4 .qrest-upper-footer .col,
.qrest-site-footer-s5 .qrest-upper-footer .col,
.qrest-site-footer-s6 .qrest-upper-footer .col,
.qrest-site-footer-s7 .qrest-upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}
.qrest-site-footer .widget-title,
.qrest-site-footer-s2 .widget-title,
.qrest-site-footer-s3 .widget-title,
.qrest-site-footer-s4 .widget-title,
.qrest-site-footer-s5 .widget-title,
.qrest-site-footer-s6 .widget-title,
.qrest-site-footer-s7 .widget-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .qrest-site-footer .widget-title,
.qrest-site-footer-s2 .widget-title,
.qrest-site-footer-s3 .widget-title,
.qrest-site-footer-s4 .widget-title,
.qrest-site-footer-s5 .widget-title,
.qrest-site-footer-s6 .widget-title,
.qrest-site-footer-s7 .widget-title {
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
.qrest-site-footer .widget-title h3,
.qrest-site-footer-s2 .widget-title h3,
.qrest-site-footer-s3 .widget-title h3,
.qrest-site-footer-s4 .widget-title h3,
.qrest-site-footer-s5 .widget-title h3,
.qrest-site-footer-s6 .widget-title h3,
.qrest-site-footer-s7 .widget-title h3 {
  font-size: 24px;
  color: #bd8554;
  margin: 0;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.qrest-site-footer .about-widget .logo,
.qrest-site-footer-s2 .about-widget .logo,
.qrest-site-footer-s3 .about-widget .logo,
.qrest-site-footer-s4 .about-widget .logo,
.qrest-site-footer-s5 .about-widget .logo,
.qrest-site-footer-s6 .about-widget .logo,
.qrest-site-footer-s7 .about-widget .logo {
  max-width: 180px;
  font-size: 40.62px;
  font-family: "Fira Sans", sans-serif;
  color: #000000;
  font-weight: 700;
  margin-right: 0;
}
.qrest-site-footer .about-widget .logo i,
.qrest-site-footer-s2 .about-widget .logo i,
.qrest-site-footer-s3 .about-widget .logo i,
.qrest-site-footer-s4 .about-widget .logo i,
.qrest-site-footer-s5 .about-widget .logo i,
.qrest-site-footer-s6 .about-widget .logo i,
.qrest-site-footer-s7 .about-widget .logo i {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 29px;
  color: #fff;
  line-height: 37px;
  background: #ec4760;
  padding: 5px;
  display: inline-block;
  padding-left: 8px;
}
.qrest-site-footer .about-widget .logo span,
.qrest-site-footer-s2 .about-widget .logo span,
.qrest-site-footer-s3 .about-widget .logo span,
.qrest-site-footer-s4 .about-widget .logo span,
.qrest-site-footer-s5 .about-widget .logo span,
.qrest-site-footer-s6 .about-widget .logo span,
.qrest-site-footer-s7 .about-widget .logo span {
  color: #ec4760;
}
.qrest-site-footer .about-widget p,
.qrest-site-footer-s2 .about-widget p,
.qrest-site-footer-s3 .about-widget p,
.qrest-site-footer-s4 .about-widget p,
.qrest-site-footer-s5 .about-widget p,
.qrest-site-footer-s6 .about-widget p,
.qrest-site-footer-s7 .about-widget p {
  margin-bottom: 25px;
  line-height: 1.9em;
  margin-top: 20px;
  font-family: "Rubik", sans-serif;
}
.qrest-site-footer .about-widget p:last-child,
.qrest-site-footer-s2 .about-widget p:last-child,
.qrest-site-footer-s3 .about-widget p:last-child,
.qrest-site-footer-s4 .about-widget p:last-child,
.qrest-site-footer-s5 .about-widget p:last-child,
.qrest-site-footer-s6 .about-widget p:last-child,
.qrest-site-footer-s7 .about-widget p:last-child {
  margin-bottom: 0;
}
.qrest-site-footer .about-widget .contact,
.qrest-site-footer-s2 .about-widget .contact,
.qrest-site-footer-s3 .about-widget .contact,
.qrest-site-footer-s4 .about-widget .contact,
.qrest-site-footer-s5 .about-widget .contact,
.qrest-site-footer-s6 .about-widget .contact,
.qrest-site-footer-s7 .about-widget .contact {
  display: flex;
  align-items: center;
}
.qrest-site-footer .about-widget .contact .text,
.qrest-site-footer-s2 .about-widget .contact .text,
.qrest-site-footer-s3 .about-widget .contact .text,
.qrest-site-footer-s4 .about-widget .contact .text,
.qrest-site-footer-s5 .about-widget .contact .text,
.qrest-site-footer-s6 .about-widget .contact .text,
.qrest-site-footer-s7 .about-widget .contact .text {
  margin-left: 10px;
}
.qrest-site-footer .about-widget .contact .text h4,
.qrest-site-footer-s2 .about-widget .contact .text h4,
.qrest-site-footer-s3 .about-widget .contact .text h4,
.qrest-site-footer-s4 .about-widget .contact .text h4,
.qrest-site-footer-s5 .about-widget .contact .text h4,
.qrest-site-footer-s6 .about-widget .contact .text h4,
.qrest-site-footer-s7 .about-widget .contact .text h4 {
  font-weight: 400;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  margin-bottom: 4px;
}
.qrest-site-footer .about-widget .contact .text span,
.qrest-site-footer-s2 .about-widget .contact .text span,
.qrest-site-footer-s3 .about-widget .contact .text span,
.qrest-site-footer-s4 .about-widget .contact .text span,
.qrest-site-footer-s5 .about-widget .contact .text span,
.qrest-site-footer-s6 .about-widget .contact .text span,
.qrest-site-footer-s7 .about-widget .contact .text span {
  font-weight: 400;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #fff;
}
.qrest-site-footer .qrest-service-link-widget,
.qrest-site-footer-s2 .qrest-service-link-widget,
.qrest-site-footer-s3 .qrest-service-link-widget,
.qrest-site-footer-s4 .qrest-service-link-widget,
.qrest-site-footer-s5 .qrest-service-link-widget,
.qrest-site-footer-s6 .qrest-service-link-widget,
.qrest-site-footer-s7 .qrest-service-link-widget {
  padding-left: 40px;
}
.qrest-site-footer .link-widget,
.qrest-site-footer-s2 .link-widget,
.qrest-site-footer-s3 .link-widget,
.qrest-site-footer-s4 .link-widget,
.qrest-site-footer-s5 .link-widget,
.qrest-site-footer-s6 .link-widget,
.qrest-site-footer-s7 .link-widget {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .qrest-site-footer .link-widget,
.qrest-site-footer-s2 .link-widget,
.qrest-site-footer-s3 .link-widget,
.qrest-site-footer-s4 .link-widget,
.qrest-site-footer-s5 .link-widget,
.qrest-site-footer-s6 .link-widget,
.qrest-site-footer-s7 .link-widget {
    padding-left: 75px;
  }
}
@media (max-width: 1199px) {
  .qrest-site-footer .link-widget,
.qrest-site-footer-s2 .link-widget,
.qrest-site-footer-s3 .link-widget,
.qrest-site-footer-s4 .link-widget,
.qrest-site-footer-s5 .link-widget,
.qrest-site-footer-s6 .link-widget,
.qrest-site-footer-s7 .link-widget {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .qrest-site-footer .link-widget,
.qrest-site-footer-s2 .link-widget,
.qrest-site-footer-s3 .link-widget,
.qrest-site-footer-s4 .link-widget,
.qrest-site-footer-s5 .link-widget,
.qrest-site-footer-s6 .link-widget,
.qrest-site-footer-s7 .link-widget {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .qrest-site-footer .link-widget,
.qrest-site-footer-s2 .link-widget,
.qrest-site-footer-s3 .link-widget,
.qrest-site-footer-s4 .link-widget,
.qrest-site-footer-s5 .link-widget,
.qrest-site-footer-s6 .link-widget,
.qrest-site-footer-s7 .link-widget {
    max-width: 350px;
  }
}
.qrest-site-footer .link-widget ul li,
.qrest-site-footer-s2 .link-widget ul li,
.qrest-site-footer-s3 .link-widget ul li,
.qrest-site-footer-s4 .link-widget ul li,
.qrest-site-footer-s5 .link-widget ul li,
.qrest-site-footer-s6 .link-widget ul li,
.qrest-site-footer-s7 .link-widget ul li {
  position: relative;
}
.qrest-site-footer .link-widget ul li a,
.qrest-site-footer-s2 .link-widget ul li a,
.qrest-site-footer-s3 .link-widget ul li a,
.qrest-site-footer-s4 .link-widget ul li a,
.qrest-site-footer-s5 .link-widget ul li a,
.qrest-site-footer-s6 .link-widget ul li a,
.qrest-site-footer-s7 .link-widget ul li a {
  color: #000000;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.qrest-site-footer .link-widget ul li a:hover,
.qrest-site-footer-s2 .link-widget ul li a:hover,
.qrest-site-footer-s3 .link-widget ul li a:hover,
.qrest-site-footer-s4 .link-widget ul li a:hover,
.qrest-site-footer-s5 .link-widget ul li a:hover,
.qrest-site-footer-s6 .link-widget ul li a:hover,
.qrest-site-footer-s7 .link-widget ul li a:hover {
  color: #ec4760;
}
.qrest-site-footer .link-widget ul li + li,
.qrest-site-footer-s2 .link-widget ul li + li,
.qrest-site-footer-s3 .link-widget ul li + li,
.qrest-site-footer-s4 .link-widget ul li + li,
.qrest-site-footer-s5 .link-widget ul li + li,
.qrest-site-footer-s6 .link-widget ul li + li,
.qrest-site-footer-s7 .link-widget ul li + li {
  padding-top: 15px;
}
.qrest-site-footer .tag-widget ul,
.qrest-site-footer-s2 .tag-widget ul,
.qrest-site-footer-s3 .tag-widget ul,
.qrest-site-footer-s4 .tag-widget ul,
.qrest-site-footer-s5 .tag-widget ul,
.qrest-site-footer-s6 .tag-widget ul,
.qrest-site-footer-s7 .tag-widget ul {
  display: flex;
  flex-wrap: wrap;
}
.qrest-site-footer .tag-widget ul li a,
.qrest-site-footer-s2 .tag-widget ul li a,
.qrest-site-footer-s3 .tag-widget ul li a,
.qrest-site-footer-s4 .tag-widget ul li a,
.qrest-site-footer-s5 .tag-widget ul li a,
.qrest-site-footer-s6 .tag-widget ul li a,
.qrest-site-footer-s7 .tag-widget ul li a {
  display: block;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.qrest-site-footer .service-widget,
.qrest-site-footer-s2 .service-widget,
.qrest-site-footer-s3 .service-widget,
.qrest-site-footer-s4 .service-widget,
.qrest-site-footer-s5 .service-widget,
.qrest-site-footer-s6 .service-widget,
.qrest-site-footer-s7 .service-widget {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .qrest-site-footer .service-widget,
.qrest-site-footer-s2 .service-widget,
.qrest-site-footer-s3 .service-widget,
.qrest-site-footer-s4 .service-widget,
.qrest-site-footer-s5 .service-widget,
.qrest-site-footer-s6 .service-widget,
.qrest-site-footer-s7 .service-widget {
    padding-left: 0;
  }
}
.qrest-site-footer .service-widget ul li,
.qrest-site-footer-s2 .service-widget ul li,
.qrest-site-footer-s3 .service-widget ul li,
.qrest-site-footer-s4 .service-widget ul li,
.qrest-site-footer-s5 .service-widget ul li,
.qrest-site-footer-s6 .service-widget ul li,
.qrest-site-footer-s7 .service-widget ul li {
  position: relative;
}
.qrest-site-footer .service-widget ul li a,
.qrest-site-footer-s2 .service-widget ul li a,
.qrest-site-footer-s3 .service-widget ul li a,
.qrest-site-footer-s4 .service-widget ul li a,
.qrest-site-footer-s5 .service-widget ul li a,
.qrest-site-footer-s6 .service-widget ul li a,
.qrest-site-footer-s7 .service-widget ul li a {
  color: #fff;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.qrest-site-footer .service-widget ul li a:hover,
.qrest-site-footer-s2 .service-widget ul li a:hover,
.qrest-site-footer-s3 .service-widget ul li a:hover,
.qrest-site-footer-s4 .service-widget ul li a:hover,
.qrest-site-footer-s5 .service-widget ul li a:hover,
.qrest-site-footer-s6 .service-widget ul li a:hover,
.qrest-site-footer-s7 .service-widget ul li a:hover {
  color: #ec4760;
}
.qrest-site-footer .service-widget ul li + li,
.qrest-site-footer-s2 .service-widget ul li + li,
.qrest-site-footer-s3 .service-widget ul li + li,
.qrest-site-footer-s4 .service-widget ul li + li,
.qrest-site-footer-s5 .service-widget ul li + li,
.qrest-site-footer-s6 .service-widget ul li + li,
.qrest-site-footer-s7 .service-widget ul li + li {
  padding-top: 15px;
}
.qrest-site-footer .contact-widget,
.qrest-site-footer-s2 .contact-widget,
.qrest-site-footer-s3 .contact-widget,
.qrest-site-footer-s4 .contact-widget,
.qrest-site-footer-s5 .contact-widget,
.qrest-site-footer-s6 .contact-widget,
.qrest-site-footer-s7 .contact-widget {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .qrest-site-footer .contact-widget,
.qrest-site-footer-s2 .contact-widget,
.qrest-site-footer-s3 .contact-widget,
.qrest-site-footer-s4 .contact-widget,
.qrest-site-footer-s5 .contact-widget,
.qrest-site-footer-s6 .contact-widget,
.qrest-site-footer-s7 .contact-widget {
    padding-left: 0;
  }
}
.qrest-site-footer .contact-widget ul li,
.qrest-site-footer-s2 .contact-widget ul li,
.qrest-site-footer-s3 .contact-widget ul li,
.qrest-site-footer-s4 .contact-widget ul li,
.qrest-site-footer-s5 .contact-widget ul li,
.qrest-site-footer-s6 .contact-widget ul li,
.qrest-site-footer-s7 .contact-widget ul li {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
  font-family: "Rubik", sans-serif;
}
.qrest-site-footer .contact-widget .social,
.qrest-site-footer-s2 .contact-widget .social,
.qrest-site-footer-s3 .contact-widget .social,
.qrest-site-footer-s4 .contact-widget .social,
.qrest-site-footer-s5 .contact-widget .social,
.qrest-site-footer-s6 .contact-widget .social,
.qrest-site-footer-s7 .contact-widget .social {
  margin-top: 20px;
}
.qrest-site-footer .contact-widget .social h4,
.qrest-site-footer-s2 .contact-widget .social h4,
.qrest-site-footer-s3 .contact-widget .social h4,
.qrest-site-footer-s4 .contact-widget .social h4,
.qrest-site-footer-s5 .contact-widget .social h4,
.qrest-site-footer-s6 .contact-widget .social h4,
.qrest-site-footer-s7 .contact-widget .social h4 {
  color: #fff;
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
}
.qrest-site-footer .contact-widget .social ul,
.qrest-site-footer-s2 .contact-widget .social ul,
.qrest-site-footer-s3 .contact-widget .social ul,
.qrest-site-footer-s4 .contact-widget .social ul,
.qrest-site-footer-s5 .contact-widget .social ul,
.qrest-site-footer-s6 .contact-widget .social ul,
.qrest-site-footer-s7 .contact-widget .social ul {
  margin-top: 15px;
}
.qrest-site-footer .contact-widget .social ul li,
.qrest-site-footer-s2 .contact-widget .social ul li,
.qrest-site-footer-s3 .contact-widget .social ul li,
.qrest-site-footer-s4 .contact-widget .social ul li,
.qrest-site-footer-s5 .contact-widget .social ul li,
.qrest-site-footer-s6 .contact-widget .social ul li,
.qrest-site-footer-s7 .contact-widget .social ul li {
  display: inline-block;
}
.qrest-site-footer .contact-widget .social ul li a,
.qrest-site-footer-s2 .contact-widget .social ul li a,
.qrest-site-footer-s3 .contact-widget .social ul li a,
.qrest-site-footer-s4 .contact-widget .social ul li a,
.qrest-site-footer-s5 .contact-widget .social ul li a,
.qrest-site-footer-s6 .contact-widget .social ul li a,
.qrest-site-footer-s7 .contact-widget .social ul li a {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  color: #ec4760;
  transition: all 0.3s ease-in-out;
}
.qrest-site-footer .contact-widget .social ul li:hover a,
.qrest-site-footer-s2 .contact-widget .social ul li:hover a,
.qrest-site-footer-s3 .contact-widget .social ul li:hover a,
.qrest-site-footer-s4 .contact-widget .social ul li:hover a,
.qrest-site-footer-s5 .contact-widget .social ul li:hover a,
.qrest-site-footer-s6 .contact-widget .social ul li:hover a,
.qrest-site-footer-s7 .contact-widget .social ul li:hover a {
  background: #ec4760;
  color: #fff;
}
.qrest-site-footer .social-widget ul li a,
.qrest-site-footer-s2 .social-widget ul li a,
.qrest-site-footer-s3 .social-widget ul li a,
.qrest-site-footer-s4 .social-widget ul li a,
.qrest-site-footer-s5 .social-widget ul li a,
.qrest-site-footer-s6 .social-widget ul li a,
.qrest-site-footer-s7 .social-widget ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.qrest-site-footer .social-widget ul li a:hover,
.qrest-site-footer-s2 .social-widget ul li a:hover,
.qrest-site-footer-s3 .social-widget ul li a:hover,
.qrest-site-footer-s4 .social-widget ul li a:hover,
.qrest-site-footer-s5 .social-widget ul li a:hover,
.qrest-site-footer-s6 .social-widget ul li a:hover,
.qrest-site-footer-s7 .social-widget ul li a:hover {
  color: #ec4760;
}
.qrest-site-footer .social-widget ul li a i,
.qrest-site-footer-s2 .social-widget ul li a i,
.qrest-site-footer-s3 .social-widget ul li a i,
.qrest-site-footer-s4 .social-widget ul li a i,
.qrest-site-footer-s5 .social-widget ul li a i,
.qrest-site-footer-s6 .social-widget ul li a i,
.qrest-site-footer-s7 .social-widget ul li a i {
  margin-right: 10px;
}
.qrest-site-footer .qrest-lower-footer,
.qrest-site-footer-s2 .qrest-lower-footer,
.qrest-site-footer-s3 .qrest-lower-footer,
.qrest-site-footer-s4 .qrest-lower-footer,
.qrest-site-footer-s5 .qrest-lower-footer,
.qrest-site-footer-s6 .qrest-lower-footer,
.qrest-site-footer-s7 .qrest-lower-footer {
  text-align: center;
  position: relative;
}
.qrest-site-footer .qrest-lower-footer .row,
.qrest-site-footer-s2 .qrest-lower-footer .row,
.qrest-site-footer-s3 .qrest-lower-footer .row,
.qrest-site-footer-s4 .qrest-lower-footer .row,
.qrest-site-footer-s5 .qrest-lower-footer .row,
.qrest-site-footer-s6 .qrest-lower-footer .row,
.qrest-site-footer-s7 .qrest-lower-footer .row {
  padding: 20px 0;
  position: relative;
  border-top: 1px solid #ffffff73;
}
.qrest-site-footer .qrest-lower-footer .copyright,
.qrest-site-footer-s2 .qrest-lower-footer .copyright,
.qrest-site-footer-s3 .qrest-lower-footer .copyright,
.qrest-site-footer-s4 .qrest-lower-footer .copyright,
.qrest-site-footer-s5 .qrest-lower-footer .copyright,
.qrest-site-footer-s6 .qrest-lower-footer .copyright,
.qrest-site-footer-s7 .qrest-lower-footer .copyright {
  font-size: 17px;
  margin: 0;
  text-align: left;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 991px) {
  .qrest-site-footer .qrest-lower-footer .copyright,
.qrest-site-footer-s2 .qrest-lower-footer .copyright,
.qrest-site-footer-s3 .qrest-lower-footer .copyright,
.qrest-site-footer-s4 .qrest-lower-footer .copyright,
.qrest-site-footer-s5 .qrest-lower-footer .copyright,
.qrest-site-footer-s6 .qrest-lower-footer .copyright,
.qrest-site-footer-s7 .qrest-lower-footer .copyright {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .qrest-site-footer .qrest-lower-footer .copyright,
.qrest-site-footer-s2 .qrest-lower-footer .copyright,
.qrest-site-footer-s3 .qrest-lower-footer .copyright,
.qrest-site-footer-s4 .qrest-lower-footer .copyright,
.qrest-site-footer-s5 .qrest-lower-footer .copyright,
.qrest-site-footer-s6 .qrest-lower-footer .copyright,
.qrest-site-footer-s7 .qrest-lower-footer .copyright {
    float: none;
    display: block;
  }
}
.qrest-site-footer .qrest-lower-footer .copyright.s2,
.qrest-site-footer-s2 .qrest-lower-footer .copyright.s2,
.qrest-site-footer-s3 .qrest-lower-footer .copyright.s2,
.qrest-site-footer-s4 .qrest-lower-footer .copyright.s2,
.qrest-site-footer-s5 .qrest-lower-footer .copyright.s2,
.qrest-site-footer-s6 .qrest-lower-footer .copyright.s2,
.qrest-site-footer-s7 .qrest-lower-footer .copyright.s2 {
  text-align: right;
}
@media (max-width: 991px) {
  .qrest-site-footer .qrest-lower-footer .copyright.s2,
.qrest-site-footer-s2 .qrest-lower-footer .copyright.s2,
.qrest-site-footer-s3 .qrest-lower-footer .copyright.s2,
.qrest-site-footer-s4 .qrest-lower-footer .copyright.s2,
.qrest-site-footer-s5 .qrest-lower-footer .copyright.s2,
.qrest-site-footer-s6 .qrest-lower-footer .copyright.s2,
.qrest-site-footer-s7 .qrest-lower-footer .copyright.s2 {
    text-align: center;
  }
}
.qrest-site-footer .instagram ul,
.qrest-site-footer-s2 .instagram ul,
.qrest-site-footer-s3 .instagram ul,
.qrest-site-footer-s4 .instagram ul,
.qrest-site-footer-s5 .instagram ul,
.qrest-site-footer-s6 .instagram ul,
.qrest-site-footer-s7 .instagram ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -3px;
}
.qrest-site-footer .instagram ul li,
.qrest-site-footer-s2 .instagram ul li,
.qrest-site-footer-s3 .instagram ul li,
.qrest-site-footer-s4 .instagram ul li,
.qrest-site-footer-s5 .instagram ul li,
.qrest-site-footer-s6 .instagram ul li,
.qrest-site-footer-s7 .instagram ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}
.qrest-site-footer .instagram ul li img,
.qrest-site-footer-s2 .instagram ul li img,
.qrest-site-footer-s3 .instagram ul li img,
.qrest-site-footer-s4 .instagram ul li img,
.qrest-site-footer-s5 .instagram ul li img,
.qrest-site-footer-s6 .instagram ul li img,
.qrest-site-footer-s7 .instagram ul li img {
  width: 100%;
}
.qrest-site-footer .news-letter .form-control,
.qrest-site-footer-s2 .news-letter .form-control,
.qrest-site-footer-s3 .news-letter .form-control,
.qrest-site-footer-s4 .news-letter .form-control,
.qrest-site-footer-s5 .news-letter .form-control,
.qrest-site-footer-s6 .news-letter .form-control,
.qrest-site-footer-s7 .news-letter .form-control {
  width: 100%;
  margin-bottom: 10px;
  height: 46px;
  font-size: 14px;
  font-family: "Rubik";
  color: rgb(99, 99, 99);
  text-align: center;
  border-radius: 0;
}
.qrest-site-footer .news-letter .form-control:focus,
.qrest-site-footer-s2 .news-letter .form-control:focus,
.qrest-site-footer-s3 .news-letter .form-control:focus,
.qrest-site-footer-s4 .news-letter .form-control:focus,
.qrest-site-footer-s5 .news-letter .form-control:focus,
.qrest-site-footer-s6 .news-letter .form-control:focus,
.qrest-site-footer-s7 .news-letter .form-control:focus {
  box-shadow: 0 0 0 0.25rem transparent;
}
.qrest-site-footer .news-letter .theme-btn-s3,
.qrest-site-footer-s2 .news-letter .theme-btn-s3,
.qrest-site-footer-s3 .news-letter .theme-btn-s3,
.qrest-site-footer-s4 .news-letter .theme-btn-s3,
.qrest-site-footer-s5 .news-letter .theme-btn-s3,
.qrest-site-footer-s6 .news-letter .theme-btn-s3,
.qrest-site-footer-s7 .news-letter .theme-btn-s3 {
  width: 100%;
  border-radius: 0;
}
.qrest-site-footer .shape-1,
.qrest-site-footer-s2 .shape-1,
.qrest-site-footer-s3 .shape-1,
.qrest-site-footer-s4 .shape-1,
.qrest-site-footer-s5 .shape-1,
.qrest-site-footer-s6 .shape-1,
.qrest-site-footer-s7 .shape-1 {
  position: absolute;
  left: -275px;
  bottom: -245px;
}
.qrest-site-footer .shape-2,
.qrest-site-footer-s2 .shape-2,
.qrest-site-footer-s3 .shape-2,
.qrest-site-footer-s4 .shape-2,
.qrest-site-footer-s5 .shape-2,
.qrest-site-footer-s6 .shape-2,
.qrest-site-footer-s7 .shape-2 {
  position: absolute;
  left: -275px;
  bottom: -263px;
}
.qrest-site-footer .side-text-logo,
.qrest-site-footer-s2 .side-text-logo,
.qrest-site-footer-s3 .side-text-logo,
.qrest-site-footer-s4 .side-text-logo,
.qrest-site-footer-s5 .side-text-logo,
.qrest-site-footer-s6 .side-text-logo,
.qrest-site-footer-s7 .side-text-logo {
  top: 130px;
  z-index: -1;
}
@media (max-width: 1699px) {
  .qrest-site-footer .side-text-logo,
.qrest-site-footer-s2 .side-text-logo,
.qrest-site-footer-s3 .side-text-logo,
.qrest-site-footer-s4 .side-text-logo,
.qrest-site-footer-s5 .side-text-logo,
.qrest-site-footer-s6 .side-text-logo,
.qrest-site-footer-s7 .side-text-logo {
    right: -5%;
  }
}

/* qrest-site-footer-s2 */
.qrest-site-footer-s2 {
  background: url(../images/footer-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.qrest-site-footer-s2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(33, 49, 98, 0.9);
}
@media (max-width: 1199px) {
  .qrest-site-footer-s2 .about-widget p {
    font-size: 15px;
  }
}
.qrest-site-footer-s2 .social {
  margin-top: 20px;
}
.qrest-site-footer-s2 .social ul {
  margin-top: 15px;
}
.qrest-site-footer-s2 .social ul li {
  display: inline-block;
}
.qrest-site-footer-s2 .social ul li a {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  color: #ec4760;
  transition: all 0.3s ease-in-out;
}
.qrest-site-footer-s2 .social ul li:hover a {
  background: #ec4760;
  color: #fff;
}
.qrest-site-footer-s2 .link-widget {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .qrest-site-footer-s2 .link-widget {
    padding-left: 0px;
  }
}
.qrest-site-footer-s2 .contact-widget {
  padding-left: 75px;
}
@media (max-width: 1399PX) {
  .qrest-site-footer-s2 .contact-widget {
    padding-left: 28px;
  }
}
@media (max-width: 1199px) {
  .qrest-site-footer-s2 .contact-widget {
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .qrest-site-footer-s2 .contact-widget ul li {
    font-size: 15px;
  }
}
.qrest-site-footer-s2 .service-widget {
  padding-left: 75px;
}
@media (max-width: 991px) {
  .qrest-site-footer-s2 .service-widget {
    padding-left: 0px;
  }
}

/* qrest-site-footer-s3 */
.qrest-site-footer-s3,
.qrest-site-footer-s5 {
  background: url(../images/footer/footer-bg-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.qrest-site-footer-s3 .about-widget .logo i,
.qrest-site-footer-s5 .about-widget .logo i {
  background: #f5af07;
}
.qrest-site-footer-s3 .about-widget .logo span,
.qrest-site-footer-s5 .about-widget .logo span {
  color: #f5af07;
}
.qrest-site-footer-s3 .social,
.qrest-site-footer-s5 .social {
  margin-top: 20px;
}
.qrest-site-footer-s3 .social ul,
.qrest-site-footer-s5 .social ul {
  margin-top: 15px;
}
.qrest-site-footer-s3 .social ul li,
.qrest-site-footer-s5 .social ul li {
  display: inline-block;
}
.qrest-site-footer-s3 .social ul li a,
.qrest-site-footer-s5 .social ul li a {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  color: #f5af07;
  transition: all 0.3s ease-in-out;
}
.qrest-site-footer-s3 .social ul li:hover a,
.qrest-site-footer-s5 .social ul li:hover a {
  background: #f5af07;
  color: #fff;
  border: 1px solid transparent;
}
.qrest-site-footer-s3 .link-widget ul li a:hover,
.qrest-site-footer-s5 .link-widget ul li a:hover {
  color: #f5af07;
}
@media (max-width: 1399px) {
  .qrest-site-footer-s3 .contact-widget,
.qrest-site-footer-s5 .contact-widget {
    padding-left: 0;
  }
}

/* qrest-site-footer-s4 */
.qrest-site-footer-s4 {
  /* background: url(../images/footer/footer-bg-4.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.qrest-site-footer-s4 .about-widget .logo i {
  background: #bd8554;
}
.qrest-site-footer-s4 .about-widget .logo span {
  color: #bd8554;
}
.qrest-site-footer-s4 .social {
  margin-top: 20px;
}
.qrest-site-footer-s4 .social ul {
  margin-top: 15px;
}
.qrest-site-footer-s4 .social ul li {
  display: inline-block;
}
.qrest-site-footer-s4 .social ul li a {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #bd8554;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  color: #bd8554;
  transition: all 0.3s ease-in-out;
}
.qrest-site-footer-s4 .social ul li:hover a {
  background: #bd8554;
  color: #fff;
  border: 1px solid transparent;
}
.qrest-site-footer-s4 .link-widget ul li a:hover {
  color: #bd8554;
}
@media (max-width: 1399px) {
  .qrest-site-footer-s4 .contact-widget {
    padding-left: 0;
  }
}

/* qrest-site-footer-s5 */
.qrest-site-footer-s5 {
  background: url(../images/footer/footer-bg-5.jpg);
}
.qrest-site-footer-s5 .about-widget .logo i {
  background: #57b23e;
}
.qrest-site-footer-s5 .about-widget .logo span {
  color: #57b23e;
}
.qrest-site-footer-s5 .social ul li a {
  color: #57b23e;
}
.qrest-site-footer-s5 .social ul li:hover a {
  background: #57b23e;
}
.qrest-site-footer-s5 .link-widget ul li a:hover {
  color: #57b23e;
}
.qrest-site-footer-s5 .news-letter .theme-btn-s5 {
  width: 100%;
  border-radius: 0;
}

/* qrest-site-footer-s6 */
.qrest-site-footer-s6 {
  background: url(../images/footer/footer-bg-6.jpg);
}
.qrest-site-footer-s6::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(31, 33, 39);
  opacity: 0.878;
  z-index: -1;
}
.qrest-site-footer-s6 .about-widget .logo i {
  background: #399b06;
}
.qrest-site-footer-s6 .about-widget .logo span {
  color: #399b06;
}
.qrest-site-footer-s6 .contact-widget .social ul li {
  display: inline-block;
}
.qrest-site-footer-s6 .contact-widget .social ul li a {
  color: #399b06;
}
.qrest-site-footer-s6 .contact-widget .social ul li:hover a {
  background: #399b06;
  color: #fff;
  border: 1px solid transparent;
}
.qrest-site-footer-s6 .link-widget ul li a:hover {
  color: #399b06;
}
.qrest-site-footer-s6 .service-widget ul li a:hover {
  color: #399b06;
}
.qrest-site-footer-s6 .shape {
  position: absolute;
  bottom: 0;
  right: 50px;
  transform: rotate(180deg);
}

/* qrest-site-footer-s7 */
.qrest-site-footer-s7 {
  background: url(../images/footer/footer-bg-7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.qrest-site-footer-s7 .about-widget .logo i {
  background: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
}
.qrest-site-footer-s7 .about-widget .logo span {
  color: #1490fc;
}
.qrest-site-footer-s7 .social {
  margin-top: 20px;
}
.qrest-site-footer-s7 .social ul {
  margin-top: 15px;
}
.qrest-site-footer-s7 .social ul li {
  display: inline-block;
}
.qrest-site-footer-s7 .social ul li a {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  color: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
  transition: all 0.3s ease-in-out;
}
.qrest-site-footer-s7 .social ul li:hover a {
  background: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
  color: #fff;
  border: 1px solid transparent;
}
.qrest-site-footer-s7 .link-widget ul li a:hover {
  color: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
}
.qrest-site-footer-s7 .news-letter .theme-btn-s7 {
  width: 100%;
  border-radius: 0;
}
.qrest-site-footer-s7 .news-letter .theme-btn-s7:after {
  border-radius: 0;
}

/* 3.2 qrest-features-section */
.qrest-features-section {
  position: relative;
  margin-top: -120px;
  z-index: 1;
}
@media (max-width: 991px) {
  .qrest-features-section {
    margin-top: 0px;
    padding: 90px 0 60px;
  }
}
@media (max-width: 767px) {
  .qrest-features-section {
    top: 0px;
    padding: 80px 0 50px;
  }
}

@media (max-width: 991px) {
  .feature-card {
    margin-bottom: 30px;
  }
}
.feature-card .images img {
  width: 100%;
}
.feature-card .feature-content {
  position: relative;
  padding: 35px 30px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 117px 0px rgba(12, 62, 185, 0.08);
}
@media (max-width: 1399px) {
  .feature-card .feature-content {
    padding: 35px 10px;
  }
}
@media (max-width: 767px) {
  .feature-card .feature-content {
    justify-content: center;
  }
}
.feature-card .feature-content .icon {
  width: 81px;
  height: 60px;
  border-radius: 50%;
  background: #1b4962;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .feature-card .feature-content .icon {
    width: 85px;
  }
}
@media (max-width: 1199px) {
  .feature-card .feature-content .icon {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .feature-card .feature-content .icon {
    width: 85px;
  }
}
@media (max-width: 767px) {
  .feature-card .feature-content .icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .feature-card .feature-content .icon {
    border-radius: 0;
  }
}
.feature-card .feature-content .icon i {
  font-size: 30px;
  color: #fff;
}
.feature-card .feature-content .text {
  padding-left: 20px;
}
.feature-card .feature-content .text h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  color: #232323;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .feature-card .feature-content .text h2 {
    font-size: 20px;
  }
}
.feature-card .feature-content .text p {
  font-size: 17px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #5e7683;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .feature-card .feature-content .text p {
    font-size: 15px;
  }
}
.feature-card .feature-content .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none;
}
.feature-card:hover .feature-content .icon {
  background: #ec4760;
}

/* 3.3 qrest-about-section */
.qrest-about-section {
  position: relative;
}
@media (max-width: 991px) {
  .qrest-about-section {
    padding-top: 0;
  }
}
.qrest-about-section .shape {
  position: absolute;
  right: 0;
  bottom: 120px;
}
@media (max-width: 1199px) {
  .qrest-about-section .shape {
    display: none;
  }
}
@media (max-width: 991px) {
  .qrest-about-section.s2 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .qrest-about-section.s2 {
    padding-top: 80px;
  }
}

.about-left-content {
  position: relative;
  margin-bottom: 100px;
  z-index: 1;
}
.about-left-content .about-img {
  max-width: 455px;
  max-height: 455px;
}
.about-left-content .about-img img {
  width: 100%;
}
.about-left-content .about-img-1 {
  max-width: 280px;
  max-height: 230px;
  border: 10px solid #fff;
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: 1;
}
.about-left-content .about-img-1 img {
  width: 100%;
}
.about-left-content .text {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px dashed #fff;
  position: absolute;
  z-index: 1;
  right: 215px;
  bottom: -69px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 399px) {
  .about-left-content .text {
    right: 180px;
  }
}
.about-left-content .text::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgb(27, 73, 98);
  opacity: 0.69;
  z-index: -1;
}
.about-left-content .text .info {
  background: #ec4760;
  border-radius: 50%;
  text-align: center;
  width: 100px;
  height: 100px;
  padding-top: 15px;
}
.about-left-content .text .info h3 {
  font-size: 30px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}
.about-left-content .text .info p {
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}
.about-left-content .shape-1 {
  position: absolute;
  left: -152px;
  bottom: -63px;
  z-index: -1;
}
.about-left-content .shape-2 {
  position: absolute;
  left: 49%;
  top: 10%;
  z-index: -1;
}

.about-right-content {
  text-align: left;
}
@media (max-width: 991px) {
  .about-right-content {
    margin-top: 20px;
  }
}
.about-right-content .qrest-section-title {
  padding-top: 15px;
  margin-bottom: 0;
}
.about-right-content .qrest-section-title span {
  left: 15px;
}
.about-right-content .qrest-section-title h2 {
  text-align: left;
}
@media (max-width: 1199px) {
  .about-right-content .qrest-section-title h2 {
    font-size: 37px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .about-right-content .qrest-section-title h2 {
    font-size: 31px;
    line-height: 44px;
  }
}
.about-right-content .qrest-section-title p {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #666666;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 15px;
  font-weight: 400;
}
.about-right-content .about-item {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .about-right-content .about-item {
    display: block;
  }
}
.about-right-content .about-item ul {
  list-style: none;
  padding-right: 20px;
}
.about-right-content .about-item ul li {
  font-size: 17px;
  line-height: 30px;
  font-family: "Fira Sans", sans-serif;
  color: rgb(102, 102, 102);
  text-align: left;
  padding-left: 12px;
  position: relative;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.about-right-content .about-item ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1b4962;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.about-right-content .about-item ul li:hover {
  color: #ec4760;
  text-decoration: underline;
}
.about-right-content .about-item ul li:hover::before {
  background: #ec4760;
}
.about-right-content .about-qa {
  width: 470px;
  position: relative;
  background: #f4f9fc;
  border-radius: 5px;
  padding: 10px;
  padding-left: 80px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .about-right-content .about-qa {
    width: 300px;
  }
}
.about-right-content .about-qa .qu {
  position: absolute;
  left: 15px;
  top: 20px;
}
.about-right-content .about-qa p {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: rgb(99, 99, 99);
  font-style: italic;
  text-align: left;
  margin-bottom: 0;
}
.about-right-content .about-qa::before {
  background-color: rgb(237, 71, 96);
  position: absolute;
  content: "";
  bottom: 0;
  right: -2px;
  width: 40px;
  height: 4px;
}

/* 3.4 qrest-service-section */
.qrest-service-section {
  background: url(../images/services/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
}
.qrest-service-section .qrest-section-title {
  padding: 0 80px;
}
@media (max-width: 1199px) {
  .qrest-service-section .qrest-section-title {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .qrest-service-section .qrest-section-title {
    padding: 0;
  }
}

.service-single-item {
  position: relative;
  text-align: center;
  padding: 32px 19px;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 120px 0px rgba(196, 206, 213, 0.36);
  transition: all 0.3s ease-in-out;
  z-index: 111;
  margin-bottom: 25px;
  height: 360px;
  /* width: 400px; */
}
.service-single-item .shape-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c3ddf4;
  /* opacity: 0.188; */
  -webkit-clip-path: polygon(100% 0, 100% 7%, 24% 34%, 0 17%, 0 0);
  clip-path: polygon(100% 0, 100% 7%, 24% 34%, 0 17%, 0 0);
  z-index: 111;
  transition: all 0.3s ease-in-out;
}
.service-single-item .images-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -11;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.service-single-item .images-bg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgb(27, 73, 98);
  opacity: 0;
  visibility: hidden;
}
.service-single-item .images-bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399px) {
  .service-single-item .images-bg img {
    height: 420px;
  }
}
.service-single-item .icon {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #c4a484;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  border: 5px solid #ffffff;
  position: relative;
  z-index: 1111;
}
.service-single-item .icon i {
  font-size: 50px;
  color: #fff;
}
.service-single-item .text h2 {
  margin: 30px 0;
}
.service-single-item .text h2 a {
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: rgb(51, 51, 51);
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.service-single-item .text h2 a::before {
  display: none;
}
.service-single-item .text p {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: rgb(99, 99, 99);
  font-weight: 400;
  padding: 0 3px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .service-single-item .text p {
    padding: 0 0px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .service-single-item .text p {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .service-single-item .text p {
    padding: 0 10px;
  }
}
.service-single-item .text a {
  position: relative;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #343435;
  padding-left: 15px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.service-single-item .text a::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 7px;
  height: 7px;
  background: #1c4a63;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.service-single-item:hover {
  background-color: transparent;
}
.service-single-item:hover .shape-top {
  background-color: #bd8554;
  opacity: 1;
}
.service-single-item:hover .images-bg {
  opacity: 1;
  visibility: visible;
}
.service-single-item:hover .images-bg::before {
  visibility: visible;
  opacity: 0.71;
}
.service-single-item:hover .icon {
  background: #bd8554;
}
.service-single-item:hover .icon i {
  font-size: 40px;
  color: #fff;
}
.service-single-item:hover .text h2 a {
  color: #fff;
}
.service-single-item:hover .text p {
  color: #fff;
}
.service-single-item:hover .text a {
  color: #fff;
}
.service-single-item:hover .text a::before {
  background: #fff;
}

/*3.5 qrest-faq-section */
.faq-left-wrap .qrest-section-title {
  margin-bottom: 15px;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .faq-left-wrap .qrest-section-title {
    margin-right: 0;
  }
}
.faq-left-wrap .qrest-section-title span {
  left: 15px;
}
.faq-left-wrap .qrest-section-title h2 {
  text-align: left;
}
@media (max-width: 1199px) {
  .faq-left-wrap .qrest-section-title h2 {
    font-size: 37px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .faq-left-wrap .qrest-section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.faq-left-wrap .accordion .accordion-item {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .faq-left-wrap .accordion .accordion-item {
    margin-bottom: 15px;
  }
}
.faq-left-wrap .accordion .accordion-item {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
}
.faq-left-wrap .accordion .accordion-header {
  border-radius: 5px;
}
.faq-left-wrap .accordion .accordion-button {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: rgb(99, 99, 99);
  line-height: 1.533;
  font-weight: 400;
}
@media (max-width: 399px) {
  .faq-left-wrap .accordion .accordion-button {
    font-size: 14px;
  }
}
.faq-left-wrap .accordion .accordion-button i {
  background: #232323;
  border-radius: 50%;
  color: #fff;
  padding: 3px;
  margin-right: 10px;
}
.faq-left-wrap .accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #ec4760;
  box-shadow: inset 0 -1px 0 transparent;
}
.faq-left-wrap .accordion .accordion-button:not(.collapsed) i {
  background: #fff;
  color: #ec4760;
}
.faq-left-wrap .accordion .accordion-button::after {
  background-image: url(../images/faq/down.png);
}
.faq-left-wrap .accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/faq/up.png);
  transform: rotate(1deg);
}
.faq-left-wrap .accordion .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem transparent;
}
.faq-left-wrap .accordion .accordion-body {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .faq-left-wrap .accordion .accordion-body {
    display: block;
  }
}
.faq-left-wrap .accordion .accordion-body .image {
  width: 120px;
}
.faq-left-wrap .accordion .accordion-body .image img {
  width: 100%;
}
.faq-left-wrap .accordion .accordion-body .text {
  width: calc(100% - 120px);
}
@media (max-width: 575px) {
  .faq-left-wrap .accordion .accordion-body .text {
    width: 100%;
  }
}
.faq-left-wrap .accordion .accordion-body .text p {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: rgb(99, 99, 99);
  text-align: left;
  font-weight: 400;
  margin-bottom: 0;
  padding-right: 50px;
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .faq-left-wrap .accordion .accordion-body .text p {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .faq-left-wrap .accordion .accordion-body .text p {
    padding-left: 0;
    padding-top: 10px;
  }
}

.faq-right-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
@media (max-width: 991px) {
  .faq-right-wrap {
    display: none;
  }
}
.faq-right-wrap .images {
  width: 518px;
  height: 518px;
  border-radius: 50%;
  margin-left: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .faq-right-wrap .images {
    margin-left: 0px;
  }
}
.faq-right-wrap .images img {
  border-radius: 50%;
}
.faq-right-wrap .images::before {
  position: absolute;
  left: 8px;
  top: 4px;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  content: "";
  background: #ec4760;
  z-index: -1;
}
@media (max-width: 1399px) {
  .faq-right-wrap .images::before {
    left: 10px;
    top: 0px;
  }
}
@media (max-width: 1199px) {
  .faq-right-wrap .images::before {
    height: 92%;
    width: 99%;
  }
}
.faq-right-wrap .top-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.faq-right-wrap .top-image img {
  border-radius: 50%;
}
.faq-right-wrap .bottom-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  left: 195px;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .faq-right-wrap .bottom-image {
    left: 140px;
    bottom: 40px;
  }
}
.faq-right-wrap .bottom-image img {
  border-radius: 50%;
}
.faq-right-wrap .shape {
  position: absolute;
  right: -150px;
  bottom: 0;
  z-index: -1;
}

/*3.6 qrest-cta-section */
.qrest-cta-section {
  position: relative;
  padding-top: 100px;
  margin-top: 30px;
  padding-bottom: 275px;
  background: url(../images/cta/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 991px) {
  .qrest-cta-section {
    padding-top: 0;
    padding-bottom: 195px;
  }
}
@media (max-width: 767px) {
  .qrest-cta-section {
    padding-top: 0;
    padding-bottom: 90px;
  }
}
.qrest-cta-section .top-icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 10px solid #fff;
  background-color: #ec4760;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  top: -165px;
}
@media (max-width: 767px) {
  .qrest-cta-section .top-icon {
    top: -57px;
  }
}
.qrest-cta-section .bottom-image {
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 1152px;
  height: 436px;
  border-radius: 272px;
}
@media (max-width: 1199px) {
  .qrest-cta-section .bottom-image {
    bottom: -38%;
    left: 50%;
    width: 950px;
  }
}
@media (max-width: 991px) {
  .qrest-cta-section .bottom-image {
    bottom: -62%;
    left: 50%;
    width: 700px;
  }
}
@media (max-width: 767px) {
  .qrest-cta-section .bottom-image {
    display: none;
  }
}
.qrest-cta-section .bottom-image img {
  border-radius: 272px;
}

.cta-wrap .text {
  text-align: left;
}
.cta-wrap .text h2 {
  font-size: 40px;
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .cta-wrap .text h2 {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .cta-wrap .text h2 {
    font-size: 32px;
  }
}
.cta-wrap .text p {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cta-wrap .cta-btn-1 .theme-btn, .cta-wrap .cta-btn-1 .view-cart-btn {
    padding: 12px 11px;
  }
}
@media (max-width: 767px) {
  .cta-wrap .cta-btn-1 .theme-btn, .cta-wrap .cta-btn-1 .view-cart-btn {
    margin-top: 20px;
  }
}

/* 3.7 qrest-plann-area-section */
.qrest-plann-area-section {
  padding-top: 340px;
}
@media (max-width: 1199px) {
  .qrest-plann-area-section {
    padding-top: 300px;
  }
}
@media (max-width: 991px) {
  .qrest-plann-area-section {
    padding-top: 210px;
  }
}
@media (max-width: 767px) {
  .qrest-plann-area-section {
    padding-top: 80px;
  }
}

.plann-wrap {
  position: relative;
  z-index: 1;
  background: url(../images/plan-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0 50px 20px;
}
@media (max-width: 991px) {
  .plann-wrap {
    padding: 20px;
  }
}
.plann-wrap .bg-box-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 100%;
  z-index: -11;
  background: #ec4760;
  border-right: 10px solid #fff;
}
.plann-wrap .bg-box-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 240px;
  height: 40%;
  z-index: -1;
  background: #1b4962;
  border-right: 10px solid #fff;
}

.plann-content {
  padding: 60px 50px;
  background: #fff;
}
@media (max-width: 767px) {
  .plann-content {
    padding: 30px 20px;
  }
}
.plann-content .qrest-section-title {
  padding-top: 15px;
  margin-bottom: 0;
}
.plann-content .qrest-section-title span {
  left: 15px;
}
.plann-content .qrest-section-title h2 {
  text-align: left;
}
@media (max-width: 1199px) {
  .plann-content .qrest-section-title h2 {
    font-size: 32px;
    line-height: 55px;
  }
}
.plann-content .qrest-section-title p {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #666666;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 15px;
}
.plann-content .qrest-item {
  margin-bottom: 30px;
}
.plann-content .qrest-item ul {
  list-style: none;
}
.plann-content .qrest-item ul li {
  font-size: 17px;
  line-height: 30px;
  font-family: "Fira Sans", sans-serif;
  color: rgb(102, 102, 102);
  text-align: left;
  padding-left: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.plann-content .qrest-item ul li::before {
  position: absolute;
  content: "\eed8";
  font-family: IcoFont !important;
  width: 20px;
  height: 20px;
  padding-left: 2px;
  line-height: 20px;
  left: 0;
  top: 50%;
  border-radius: 50%;
  background: #ec4760;
  color: #fff;
  transform: translateY(-50%);
}

.plan {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .plan {
    display: none;
  }
}
.plan .pop-up-video {
  margin: 0 auto;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  position: relative;
  background: rgba(222, 104, 110, 0.5019607843);
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan .pop-up-video .video-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ec4760;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* 3.8 qrest-portfolio-area-section */
.qrest-portfolio-area-section {
  padding-top: 0;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .qrest-portfolio-area-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .qrest-portfolio-area-section {
    padding-bottom: 50px;
  }
}

.portfolio-top-content {
  position: relative;
  z-index: 1;
  background: url(../images/portfolio/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.portfolio-top-content::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(47, 95, 114) 0%, rgb(43, 43, 43) 100%);
  opacity: 0.831;
  z-index: -1;
}
.portfolio-top-content .shape-1 {
  position: absolute;
  left: 0;
  top: 40px;
  height: 3px;
  width: 100%;
  background: #485d66;
}
.portfolio-top-content .shape-1::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  height: 1px;
  width: 100%;
  background: #485d66;
}
.portfolio-top-content .shape-2 {
  position: absolute;
  left: 0;
  bottom: 40px;
  height: 3px;
  width: 100%;
  background: #485d66;
}
.portfolio-top-content .shape-2::before {
  position: absolute;
  left: 0;
  top: -7px;
  content: "";
  height: 1px;
  width: 100%;
  background: #485d66;
}
.portfolio-top-content .qrest-section-title {
  padding-top: 15px;
  margin-bottom: 0;
  text-align: left;
}
.portfolio-top-content .qrest-section-title span {
  left: 15px;
}
.portfolio-top-content .qrest-section-title span::before {
  background: #fff;
}
.portfolio-top-content .qrest-section-title span::after {
  background: #fff;
}
.portfolio-top-content .qrest-section-title h2 {
  text-align: left;
  color: #fff;
}
@media (max-width: 1399px) {
  .portfolio-top-content .qrest-section-title h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .portfolio-top-content .qrest-section-title h2 {
    font-size: 30px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .portfolio-top-content .qrest-section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

.category {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .category {
    margin-top: 20px;
  }
}
.category .category-item {
  list-style: none;
}
@media (max-width: 1199px) {
  .category .category-item {
    display: flex;
    flex-wrap: wrap;
  }
}
.category .category-item li {
  display: inline-block;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  padding: 10px 20px;
  background: transparent;
}
@media (max-width: 1399px) {
  .category .category-item li {
    margin-right: 0;
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  .category .category-item li {
    margin-right: 0px;
    padding: 7px 15px;
  }
}
@media (max-width: 991px) {
  .category .category-item li {
    padding: 7px 15px;
  }
}
.category .category-item li.current {
  background: #ec4760;
}

.portfolio-wrap {
  margin-top: 50px;
}
.portfolio-wrap .portfolio-single-card {
  margin-bottom: 30px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.portfolio-wrap .portfolio-single-card .images img {
  width: 100%;
  border-radius: 20px;
}
.portfolio-wrap .portfolio-single-card .text {
  position: absolute;
  left: 0;
  bottom: -100%;
  text-align: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: rgb(237, 71, 96);
  opacity: 0.941;
  padding-bottom: 20px;
  padding-top: 30px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.portfolio-wrap .portfolio-single-card .text a {
  border-radius: 10px;
  background-color: #fff;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.portfolio-wrap .portfolio-single-card .text a i {
  color: #ec4760;
  font-size: 20px;
}
.portfolio-wrap .portfolio-single-card .text h2 {
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
.portfolio-wrap .portfolio-single-card .text span {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #fff;
}
.portfolio-wrap .portfolio-single-card:hover .text {
  bottom: 0;
  opacity: 0.941;
  visibility: visible;
}

/*3.9 qrest-brand-section  */
.qrest-brand-section,
.qrest-brand-section-s02,
.qrest-brand-section-s2 {
  position: relative;
  background: #f3f8fb;
  overflow: hidden;
  z-index: 1;
}
.qrest-brand-section.qrest-brand-section-s2,
.qrest-brand-section-s02.qrest-brand-section-s2,
.qrest-brand-section-s2.qrest-brand-section-s2 {
  background: #fff;
}
.qrest-brand-section .shape,
.qrest-brand-section-s02 .shape,
.qrest-brand-section-s2 .shape {
  position: absolute;
  left: -15%;
  top: -102px;
}
.qrest-brand-section .qrest-section-title,
.qrest-brand-section-s02 .qrest-section-title,
.qrest-brand-section-s2 .qrest-section-title {
  padding: 0 75px;
}
@media (max-width: 1399px) {
  .qrest-brand-section .qrest-section-title,
.qrest-brand-section-s02 .qrest-section-title,
.qrest-brand-section-s2 .qrest-section-title {
    padding: 0 35px;
  }
}
@media (max-width: 1199px) {
  .qrest-brand-section .qrest-section-title,
.qrest-brand-section-s02 .qrest-section-title,
.qrest-brand-section-s2 .qrest-section-title {
    padding: 0px;
  }
}
.qrest-brand-section .brand-grids .grid,
.qrest-brand-section-s02 .brand-grids .grid,
.qrest-brand-section-s2 .brand-grids .grid {
  width: 200px;
  margin: 0 auto;
}
.qrest-brand-section .brand-grids .grid img,
.qrest-brand-section-s02 .brand-grids .grid img,
.qrest-brand-section-s2 .brand-grids .grid img {
  transition: all 0.3s ease-in-out;
  filter: grayscale(100%);
}
.qrest-brand-section .brand-grids .grid:hover img,
.qrest-brand-section-s02 .brand-grids .grid:hover img,
.qrest-brand-section-s2 .brand-grids .grid:hover img {
  filter: grayscale(0);
}
.qrest-brand-section .brand-grids .owl-nav,
.qrest-brand-section-s02 .brand-grids .owl-nav,
.qrest-brand-section-s2 .brand-grids .owl-nav {
  display: none;
}
.qrest-brand-section .brand-grids .owl-dots,
.qrest-brand-section-s02 .brand-grids .owl-dots,
.qrest-brand-section-s2 .brand-grids .owl-dots {
  text-align: center;
  margin-top: 35px;
}
.qrest-brand-section .brand-grids .owl-dots button.owl-dot,
.qrest-brand-section-s02 .brand-grids .owl-dots button.owl-dot,
.qrest-brand-section-s2 .brand-grids .owl-dots button.owl-dot {
  width: 10px;
  height: 12px;
  border-radius: 100px;
  display: inline-block;
  background: #a4b6c0;
  margin: 0 4px;
  position: relative;
  border: 0;
}
@media (max-width: 1399px) {
  .qrest-brand-section .brand-grids .owl-dots button.owl-dot,
.qrest-brand-section-s02 .brand-grids .owl-dots button.owl-dot,
.qrest-brand-section-s2 .brand-grids .owl-dots button.owl-dot {
    height: 10px;
  }
}
.qrest-brand-section .brand-grids .owl-dots button.owl-dot.active,
.qrest-brand-section-s02 .brand-grids .owl-dots button.owl-dot.active,
.qrest-brand-section-s2 .brand-grids .owl-dots button.owl-dot.active {
  background-color: #ec4760;
}
.qrest-brand-section.s2 .brand-grids .grid img,
.qrest-brand-section-s02.s2 .brand-grids .grid img,
.qrest-brand-section-s2.s2 .brand-grids .grid img {
  transition: all 0.3s ease-in-out;
  filter: grayscale(100%);
}
.qrest-brand-section.s2 .brand-grids .grid:hover img,
.qrest-brand-section-s02.s2 .brand-grids .grid:hover img,
.qrest-brand-section-s2.s2 .brand-grids .grid:hover img {
  filter: grayscale(0);
}
.qrest-brand-section.s2 .brand-grids .owl-nav,
.qrest-brand-section-s02.s2 .brand-grids .owl-nav,
.qrest-brand-section-s2.s2 .brand-grids .owl-nav {
  display: none;
}
.qrest-brand-section.s2 .brand-grids .owl-dots,
.qrest-brand-section-s02.s2 .brand-grids .owl-dots,
.qrest-brand-section-s2.s2 .brand-grids .owl-dots {
  text-align: center;
  margin-top: 35px;
}
.qrest-brand-section.s2 .brand-grids .owl-dots button.owl-dot,
.qrest-brand-section-s02.s2 .brand-grids .owl-dots button.owl-dot,
.qrest-brand-section-s2.s2 .brand-grids .owl-dots button.owl-dot {
  width: 10px;
  height: 12px;
  border-radius: 100px;
  display: inline-block;
  background: #a4b6c0;
  margin: 0 4px;
  position: relative;
  border: 0;
}
@media (max-width: 1399px) {
  .qrest-brand-section.s2 .brand-grids .owl-dots button.owl-dot,
.qrest-brand-section-s02.s2 .brand-grids .owl-dots button.owl-dot,
.qrest-brand-section-s2.s2 .brand-grids .owl-dots button.owl-dot {
    height: 10px;
  }
}
.qrest-brand-section.s2 .brand-grids .owl-dots button.owl-dot.active,
.qrest-brand-section-s02.s2 .brand-grids .owl-dots button.owl-dot.active,
.qrest-brand-section-s2.s2 .brand-grids .owl-dots button.owl-dot.active {
  background-color: #57b23e;
}

.qrest-brand-section-s2 {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .qrest-brand-section-s2 {
    padding-bottom: 60px;
  }
}

/*3.10 qrest-team-section */
@media (max-width: 991px) {
  .qrest-team-section .qrest-section-title {
    margin-bottom: 0;
  }
}
.qrest-team-section .qrest-section-title span {
  left: 15px;
}
.qrest-team-section .qrest-section-title h2 {
  margin-right: 150px;
  text-align: left;
}
@media (max-width: 1399px) {
  .qrest-team-section .qrest-section-title h2 {
    margin-right: 0px;
  }
}
.qrest-team-section p {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #666666;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .qrest-team-section p {
    margin-bottom: 10px;
  }
}
.qrest-team-section .owl-nav {
  display: none;
}
.qrest-team-section .owl-dots {
  text-align: center;
  margin-top: 35px;
}
.qrest-team-section .owl-dots button.owl-dot {
  width: 10px;
  height: 12px;
  border-radius: 100px;
  display: inline-block;
  background: #a4b6c0;
  margin: 0 4px;
  position: relative;
  border: 0;
}
@media (max-width: 1399px) {
  .qrest-team-section .owl-dots button.owl-dot {
    height: 10px;
  }
}
.qrest-team-section .owl-dots button.owl-dot.active {
  background-color: #ec4760;
}

.team-single {
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.team-single .image {
  -webkit-mask-image: url(../images/team/shape-bg.png);
  mask-image: url(../images/team/shape-bg.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: right;
  mask-position: right;
  display: inline-flex;
  width: 100%;
  position: relative;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.team-single .image img {
  width: 100%;
}
.team-single .bg-shape,
.team-single .bg-shape-1 {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1111;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.team-single .bg-shape img,
.team-single .bg-shape-1 img {
  width: 100%;
}
.team-single .bg-shape-1 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.team-single .content {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
@media (max-width: 575px) {
  .team-single .content {
    display: block;
    margin-top: 20px;
  }
}
.team-single .content .sochal-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .team-single .content .sochal-item {
    justify-content: left;
  }
}
.team-single .content .sochal-item .menuschol {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #ec4760;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 20px;
  z-index: 11;
}
@media (max-width: 330px) {
  .team-single .content .sochal-item .menuschol {
    margin-right: 25px;
  }
}
.team-single .content .sochal-item .menuschol.active {
  background-color: #1b4962;
}
.team-single .content .sochal-item .menuschol::before {
  content: "+";
  position: absolute;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  transition: 1.5s;
}
.team-single .content .sochal-item .menuschol.active::before {
  content: "-";
}
.team-single .content .sochal-item .menu {
  position: absolute;
  width: 30px;
  height: 30px;
  left: -224px;
  z-index: -1;
  transition: transform 0.5s, width 0.5s, height 0.5s;
  transition-delay: 1s, 0.5s, 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .team-single .content .sochal-item .menu {
    left: -210px;
  }
}
@media (max-width: 575px) {
  .team-single .content .sochal-item .menu {
    left: 50%;
    transform: translateX(-50%);
  }
}
.team-single .content .sochal-item .menuschol.active ~ .menu {
  width: 270px;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.team-single .content .sochal-item .menu ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
}
.team-single .content .sochal-item .menu ul li {
  list-style: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #1b4962;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  transition: 0.25s;
  transition-delay: calc(0s + var(--i));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .team-single .content .sochal-item .menu ul li {
    margin-left: 5px;
  }
}
.team-single .content .sochal-item .menu ul li:hover {
  background: #ec4760;
}
.team-single .content .sochal-item .menuschol.active ~ .menu ul li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: calc(0.75s + var(--i));
}
.team-single .content .sochal-item .menu ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
}
.team-single .content .text {
  display: inline-block;
  text-align: left;
  margin-right: 25px;
}
@media (max-width: 1399px) {
  .team-single .content .text {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .team-single .content .text {
    margin-top: 10px;
  }
}
.team-single .content .text h2 {
  margin-bottom: 0;
}
.team-single .content .text h2 a {
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #222222;
  font-weight: 700;
}
.team-single .content .text span {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: rgb(99, 99, 99);
}
.team-single:hover .bg-shape {
  opacity: 0;
  visibility: hidden;
}
.team-single:hover .bg-shape-1 {
  opacity: 1;
  visibility: visible;
}

/*3.11 qrest-newslatter-section */
.qrest-newslatter-section {
  position: relative;
  z-index: 1;
}
.qrest-newslatter-section .image {
  position: absolute;
  right: 0;
  top: -50px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  width: 577px;
  height: 577px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .qrest-newslatter-section .image {
    display: none;
  }
}
@media (max-width: 991px) {
  .qrest-newslatter-section .image {
    left: 0;
  }
}
.qrest-newslatter-section .image img {
  width: 100%;
}
.qrest-newslatter-section .bg-image {
  position: absolute;
  background: url(../images/newslatter/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: -160px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .qrest-newslatter-section .bg-image {
    left: 0;
  }
}
.qrest-newslatter-section .bg-image span {
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: -1;
  border-radius: 50%;
  background-color: rgb(237, 71, 96);
  opacity: 0.612;
  width: 210px;
  height: 210px;
}
.qrest-newslatter-section .bg-image::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgb(27, 73, 98);
  opacity: 0.78;
}
.qrest-newslatter-section .bg-image::after {
  position: absolute;
  content: "";
  right: 250px;
  bottom: -25px;
  z-index: -1;
  border-radius: 50%;
  background-color: rgb(237, 71, 96);
  opacity: 0.612;
  width: 210px;
  height: 210px;
}
@media (max-width: 991px) {
  .qrest-newslatter-section .bg-image::after {
    right: -82px;
    bottom: -28px;
  }
}

.newslatter-content {
  text-align: left;
  padding-left: 50px;
}
@media (max-width: 1399px) {
  .newslatter-content {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .newslatter-content {
    max-width: 500px;
  }
}
@media (max-width: 499px) {
  .newslatter-content {
    max-width: 100%;
  }
}
.newslatter-content h2 {
  font-size: 40px;
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  margin-bottom: 13px;
}
@media (max-width: 1199px) {
  .newslatter-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .newslatter-content h2 {
    font-size: 25px;
  }
}
.newslatter-content p {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  padding-bottom: 15px;
}

.email-btn .input-1 {
  position: relative;
}
.email-btn .input-1 .form-control {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: rgb(99, 99, 99);
  font-weight: 500;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 5px;
  padding-right: 150px;
  padding-left: 20px;
}
.email-btn .input-1 .form-control:focus {
  box-shadow: none;
}
.email-btn .input-1 .submit {
  position: absolute;
  right: 4px;
  top: 4px;
}
.email-btn .input-1 .submit button {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  line-height: 2.471;
  text-align: center;
  font-weight: 400;
  background: #ec4760;
  border: transparent;
  padding: 0 30px;
  border-radius: 5px;
}

/*3.12 qrest-blog-section */
.qrest-blog-section .qrest-section-title,
.qrest-blog-section-s2 .qrest-section-title {
  padding: 0 80px;
}
@media (max-width: 1399px) {
  .qrest-blog-section .qrest-section-title,
.qrest-blog-section-s2 .qrest-section-title {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  .qrest-blog-section .qrest-section-title,
.qrest-blog-section-s2 .qrest-section-title {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .qrest-blog-section .qrest-section-title,
.qrest-blog-section-s2 .qrest-section-title {
    padding: 0;
  }
}
.qrest-blog-section .owl-nav,
.qrest-blog-section-s2 .owl-nav {
  display: none;
}
.qrest-blog-section .owl-dots,
.qrest-blog-section-s2 .owl-dots {
  text-align: center;
  margin-top: 35px;
}
.qrest-blog-section .owl-dots button.owl-dot,
.qrest-blog-section-s2 .owl-dots button.owl-dot {
  width: 10px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background: #a4b6c0;
  margin: 0 7px;
  position: relative;
  border: 0;
}
@media (max-width: 1399px) {
  .qrest-blog-section .owl-dots button.owl-dot,
.qrest-blog-section-s2 .owl-dots button.owl-dot {
    height: 10px;
  }
}
.qrest-blog-section .owl-dots button.owl-dot.active,
.qrest-blog-section-s2 .owl-dots button.owl-dot.active {
  background-color: #ec4760;
}
.qrest-blog-section .active.center .blog-card-single .card-text .top-text strong,
.qrest-blog-section-s2 .active.center .blog-card-single .card-text .top-text strong {
  background: #ec4760;
}
.qrest-blog-section .active.center .blog-card-single .card-text a,
.qrest-blog-section-s2 .active.center .blog-card-single .card-text a {
  color: #ec4760;
}
.qrest-blog-section .active.center .blog-card-single .card-text a i,
.qrest-blog-section-s2 .active.center .blog-card-single .card-text a i {
  background: #ec4760;
}

.blog-card-single .images img {
  width: 100%;
}
.blog-card-single .card-text .top-text {
  display: flex;
  align-items: center;
  margin-top: -25px;
  z-index: 1;
  position: relative;
}
.blog-card-single .card-text .top-text strong {
  padding: 8px 20px;
  font-size: 17px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #fff;
  background: #1b4962;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.blog-card-single .card-text .top-text span {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #5e7683;
  background: #fff;
  text-transform: capitalize;
}
@media (max-width: 399px) {
  .blog-card-single .card-text .top-text span {
    padding: 10px 10px;
  }
}
.blog-card-single .card-text h2 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  color: #333333;
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.blog-card-single .card-text p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #6e6e6e;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .blog-card-single .card-text p {
    padding-right: 0px;
  }
}
.blog-card-single .card-text a {
  font-size: 17px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #333333;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.blog-card-single .card-text a i {
  background: #1b4962;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  line-height: 25px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.blog-card-single:hover .card-text .top-text strong {
  background: #ec4760;
}
.blog-card-single:hover .card-text a {
  color: #000000;
}
.blog-card-single:hover .card-text a i {
  background: #ec4760;
}

/* 5. Home-style-2 */
/*5.1 qrest-categorie-area */
@media (max-width: 991px) {
  .qrest-categorie-area {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .qrest-categorie-area {
    padding-top: 80px;
  }
}

.categorie-item {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
  margin: 0 auto;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .categorie-item {
    padding: 25px 15px;
  }
}
@media (max-width: 991px) {
  .categorie-item {
    margin-bottom: 30px;
  }
}
.categorie-item .icon {
  background: #1b4962;
  border-radius: 50%;
  width: 60px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.categorie-item .icon i {
  font-size: 30px;
  color: #fff;
}
.categorie-item .text h3 {
  margin-top: 15px;
  font-size: 20px;
  font-family: "Rubik", sans-serif;
  color: rgb(34, 34, 34);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .categorie-item .text h3 {
    font-size: 19px;
  }
}
.categorie-item .bg-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -11;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.categorie-item .bg-icon i {
  font-size: 180px;
}
.categorie-item .bg-icon::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #e12154;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.categorie-item:hover {
  background: transparent;
  box-shadow: 0px 0px 22px 0px transparent;
}
.categorie-item:hover .icon {
  background: #fff;
}
.categorie-item:hover .icon i {
  color: #ec4760;
}
.categorie-item:hover .text h3 {
  color: #fff;
}
.categorie-item:hover .bg-icon {
  opacity: 1;
  visibility: visible;
}
.categorie-item:hover .bg-icon::before {
  opacity: 0.8;
  visibility: visible;
}

/*5.2 qrest-about-section-s2 */
.qrest-about-section-s2 {
  padding-top: 130px;
}
@media (max-width: 991px) {
  .qrest-about-section-s2 {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .qrest-about-section-s2 {
    padding-top: 50px;
  }
}
.qrest-about-section-s2 .qrest-section-title-s2 {
  margin-bottom: 40px;
}
.qrest-about-section-s2 .qrest-section-title-s2 h2 {
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .qrest-about-section-s2 .qrest-section-title-s2 h2 {
    margin-right: 0px;
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .qrest-about-section-s2 .qrest-section-title-s2 h2 {
    font-size: 30px;
  }
}
.qrest-about-section-s2 .about-support {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .qrest-about-section-s2 .about-support {
    display: block;
  }
}
.qrest-about-section-s2 .about-support .about-btn,
.qrest-about-section-s2 .about-support .about-btn-s2 {
  background-color: #ec4760;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 15px 20px;
  border-radius: 100px;
  background-color: #f4f5f9;
  color: #333333;
}
.qrest-about-section-s2 .about-support .about-btn i,
.qrest-about-section-s2 .about-support .about-btn-s2 i {
  margin-right: 15px;
  font-size: 24px;
  color: #ec4760;
}
.qrest-about-section-s2 .nav-link {
  padding: 0;
}
.qrest-about-section-s2 .nav-item {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .qrest-about-section-s2 .nav-item {
    margin-bottom: 20px;
  }
}
.qrest-about-section-s2 .nav-tabs .nav-link.active {
  color: transparent;
  border-color: transparent;
}
.qrest-about-section-s2 .nav-tabs .nav-link.active .about-btn {
  background-color: #ec4760;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 15px 20px;
  border-radius: 100px;
}
.qrest-about-section-s2 .nav-tabs .nav-link.active .about-btn i {
  margin-right: 15px;
  font-size: 24px;
  color: #fff;
}
.qrest-about-section-s2 .nav-tabs {
  border-bottom: 1px solid transparent;
}
.qrest-about-section-s2 .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.qrest-about-section-s2 .about-item {
  margin-top: 40px;
}
.qrest-about-section-s2 .about-item ul li {
  padding-left: 45px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .qrest-about-section-s2 .about-item ul li {
    font-size: 15px;
    line-height: 25px;
  }
}
.qrest-about-section-s2 .about-item ul li::before {
  content: "\eed9";
  font-family: IcoFont !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  padding-left: 1px;
  color: #fff;
  text-align: center;
}
.qrest-about-section-s2 .about-item ul li:hover {
  text-decoration: none;
}
.qrest-about-section-s2 .about-left-content .text {
  width: 350px;
  height: 70px;
  border-radius: 0;
  border: 3px dashed transparent;
  bottom: -80px;
  display: block;
}
@media (max-width: 767px) {
  .qrest-about-section-s2 .about-left-content .text {
    right: 20px;
  }
}
@media (max-width: 400px) {
  .qrest-about-section-s2 .about-left-content .text {
    display: none;
  }
}
.qrest-about-section-s2 .about-left-content .text .info {
  padding-left: 30px;
  padding-top: 13px;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  text-align: left;
}
.qrest-about-section-s2 .about-left-content .text .info h3 {
  display: inline;
  font-size: 22px;
  font-weight: 600;
}
.qrest-about-section-s2 .about-left-content .text .info p {
  display: inline;
  font-size: 22px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.qrest-about-section-s2 .shape {
  right: 77px;
}

/*5.3 qrest-service-section-s2 */
.qrest-service-section-s2 {
  background-color: rgb(241, 247, 252);
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .qrest-service-section-s2 {
    padding-bottom: 65px;
  }
}
@media (max-width: 991px) {
  .qrest-service-section-s2 {
    padding-bottom: 55px;
  }
}
.qrest-service-section-s2 .qrest-section-title-s2 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .qrest-service-section-s2 .qrest-section-title-s2 {
    margin-bottom: 0;
  }
}
.qrest-service-section-s2 .qrest-section-title-s2 h2 {
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .qrest-service-section-s2 .qrest-section-title-s2 h2 {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .qrest-service-section-s2 .service-wrap {
    margin-top: 30px;
  }
}
.qrest-service-section-s2 .service-wrap .service-single-item {
  padding: 0;
  z-index: 1;
}
.qrest-service-section-s2 .service-wrap .service-single-item .image {
  padding: 10px;
}
.qrest-service-section-s2 .service-wrap .service-single-item .image img {
  border-radius: 5px;
  width: 100%;
}
.qrest-service-section-s2 .service-wrap .service-single-item .icon {
  margin-top: -50px;
  border: 0;
  z-index: auto;
  color: #fff;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.qrest-service-section-s2 .service-wrap .service-single-item .icon i {
  color: #ec4760;
  transition: all 0.3s ease-in-out;
}
.qrest-service-section-s2 .service-wrap .service-single-item .icon::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 100%;
  height: 100%;
  background: #ec4760;
  border-radius: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.qrest-service-section-s2 .service-wrap .service-single-item:hover {
  background: #fff;
}
.qrest-service-section-s2 .service-wrap .service-single-item:hover .icon {
  background: #ec4760;
}
.qrest-service-section-s2 .service-wrap .service-single-item:hover .icon i {
  color: #fff;
}
.qrest-service-section-s2 .service-wrap .service-single-item:hover .icon::before {
  background: #1b4962;
}
.qrest-service-section-s2 .service-wrap .service-single-item:hover .text h2 a {
  color: rgb(51, 51, 51);
}
.qrest-service-section-s2 .service-wrap .service-single-item:hover .text p {
  color: rgb(99, 99, 99);
}
.qrest-service-section-s2 .service-wrap .service-single-item:hover .text .read {
  background: #ec4760;
}
.qrest-service-section-s2 .service-wrap .service-single-item .text h2 {
  margin-bottom: 20px;
}
.qrest-service-section-s2 .service-wrap .service-single-item .text p {
  margin-bottom: 20px;
}
.qrest-service-section-s2 .service-wrap .service-single-item .text .read {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  padding: 20px 0;
  background: #1b4962;
  display: block;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .qrest-service-section-s2 .service-wrap .service-single-item .text .read {
    padding: 15px 0;
  }
}
.qrest-service-section-s2 .service-wrap .service-single-item .text .read::before {
  left: 65%;
  top: 27%;
  content: "\ea5d";
  font-size: 24px;
  font-family: IcoFont !important;
  width: 14px;
  height: 14px;
  background: transparent;
  color: #fff;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .qrest-service-section-s2 .service-wrap .service-single-item .text .read::before {
    left: 69%;
    top: 25%;
    font-size: 20px;
  }
}

/*5.4 qrest-project-section */
.qrest-project-section {
  padding-bottom: 0;
}
.qrest-project-section .qrest-section-title-s2 h2 {
  margin-right: 50px;
}
@media (max-width: 991px) {
  .qrest-project-section .qrest-section-title-s2 h2 {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .qrest-project-section .qrest-section-title-s2 {
    margin-bottom: 0;
  }
}
.qrest-project-section .owl-nav {
  display: none;
}
.qrest-project-section .owl-dots {
  text-align: center;
  margin-top: 35px;
}
.qrest-project-section .owl-dots button.owl-dot {
  width: 25px;
  height: 11px;
  border-radius: 100px;
  display: inline-block;
  background: #1b4962;
  margin: 0 4px;
  position: relative;
  border: 0;
}
.qrest-project-section .owl-dots button.owl-dot.active {
  background-color: #ec4760;
  width: 40px;
}
@media (max-width: 991px) {
  .qrest-project-section .project-wrap {
    margin-top: 30px;
  }
}

.project-single {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-single .image img {
  width: 100%;
}
.project-single:hover .text {
  opacity: 0.89;
  visibility: visible;
  left: 0;
}
.project-single .text {
  position: absolute;
  background: #1b4962;
  opacity: 0;
  visibility: hidden;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  padding: 40px;
  border-top: 3px solid #fff;
  border-top-right-radius: 230px 150px;
  left: -100%;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding-top: 55px;
  padding-bottom: 30px;
}
@media (max-width: 1559px) {
  .project-single .text {
    padding-top: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.project-single .text h2 a {
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1699px) {
  .project-single .text h2 a {
    font-size: 19px;
  }
}
.project-single .text span {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: #fff;
}
.project-single .icon {
  position: absolute;
  right: 55px;
  top: 7px;
}
.project-single .icon a i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ec4760;
  border: 5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.project-single .icon a i:hover {
  background: #1b4962;
}

/*5.5 qrest-choose-section */
.qrest-choose-section {
  border-top: 1px solid #dddddd;
  position: relative;
}
.qrest-choose-section .bg-image {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1759px) {
  .qrest-choose-section .bg-image {
    right: -15%;
  }
}
@media (max-width: 1399px) {
  .qrest-choose-section .bg-image {
    right: -22%;
  }
}
@media (max-width: 1199px) {
  .qrest-choose-section .bg-image {
    right: -40%;
  }
}
@media (max-width: 991px) {
  .qrest-choose-section .bg-image {
    display: none;
  }
}
.qrest-choose-section .bg-image img {
  width: 100%;
}
.qrest-choose-section .qrest-section-title-s2 {
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .qrest-choose-section .qrest-section-title-s2 {
    margin-top: 50px;
  }
}
.qrest-choose-section .qrest-section-title-s2 h2 {
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .qrest-choose-section .qrest-section-title-s2 h2 {
    margin-right: 0;
  }
}
.qrest-choose-section .qrest-section-title-s2 p {
  padding-right: 45px;
}
@media (max-width: 1199px) {
  .qrest-choose-section .qrest-section-title-s2 p {
    padding-right: 0;
  }
}

.choose-content .single-item {
  padding: 25px 20px;
  border-radius: 100px;
  background-color: rgb(241, 247, 252);
  display: flex;
  justify-content: left;
  align-items: center;
  margin-right: 30px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .choose-content .single-item {
    border-radius: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  .choose-content .single-item {
    display: block;
  }
}
.choose-content .single-item.s2 .icon {
  background: #ec4760;
}
.choose-content .single-item.s2 .icon i {
  color: #fff;
}
.choose-content .single-item .icon {
  width: 75px;
  height: 75px;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.choose-content .single-item .icon i {
  font-size: 40px;
}
.choose-content .single-item .text {
  width: calc(100% - 75px);
  padding-left: 15px;
}
@media (max-width: 575px) {
  .choose-content .single-item .text {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }
}
.choose-content .single-item .text h2 {
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  color: rgba(51, 51, 51, 0.902);
  font-weight: 700;
  text-align: left;
}
.choose-content .single-item .text p {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: rgb(99, 99, 99);
  text-align: left;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .choose-content .single-item .text p {
    padding-right: 0;
  }
}
.choose-content .theme-btn-s2 {
  margin-top: 50px;
}

/*5.6 qrest-fun-fact-area */
.qrest-fun-fact-area {
  padding: 70px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}
@media (max-width: 991px) {
  .qrest-fun-fact-area {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .qrest-fun-fact-area {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.qrest-fun-fact-area .item {
  text-align: center;
  background: #fff;
  padding: 19px 0px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .qrest-fun-fact-area .item {
    margin-bottom: 40px;
  }
}
.qrest-fun-fact-area .item .info {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(247, 247, 247);
  /* border-radius: 100px; */
  padding: 22px 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .qrest-fun-fact-area .item .info {
    font-size: 30px 0;
  }
}
.qrest-fun-fact-area .item .info .icon {
  margin-right: 15px;
}
.qrest-fun-fact-area .item .info .icon i {
  font-size: 70px;
  color: #1b4962;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .qrest-fun-fact-area .item .info .icon i {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .qrest-fun-fact-area .item .info .icon i {
    font-size: 40px;
  }
}
.qrest-fun-fact-area .item .info h3 {
  font-size: 46px;
  font-family: "Rubik", sans-serif;
  color: rgb(34, 29, 29);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .qrest-fun-fact-area .item .info h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .qrest-fun-fact-area .item .info h3 {
    font-size: 25px;
  }
}
.qrest-fun-fact-area .item .info h3 span {
  font-size: 46px;
}
@media (max-width: 1199px) {
  .qrest-fun-fact-area .item .info h3 span {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .qrest-fun-fact-area .item .info h3 span {
    font-size: 25px;
  }
}
.qrest-fun-fact-area .item:hover .info {
  /* background-color: #ec4760; */
}
.qrest-fun-fact-area .item:hover .info .icon i {
  color: #bd8554;
}
.qrest-fun-fact-area .item:hover .info h3 {
  color: #bd8554;
}
.qrest-fun-fact-area .item h4 {
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  color: rgb(51, 51, 51);
  font-weight: 700;
  text-align: center;
  /* margin-top: 25px; */
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .qrest-fun-fact-area .item h4 {
    font-size: 20px;
    /* margin-top: 20px; */
  }
}
@media (max-width: 767px) {
  .qrest-fun-fact-area .item h4 {
    font-size: 18px;
  }
}

/*5.7 qrest-team-section-s2 */
.qrest-team-section-s2 {
  border-top: 1px solid #dddddd;
}
@media (max-width: 991px) {
  .qrest-team-section-s2 .qrest-section-title-s2 {
    margin-bottom: 0;
  }
}
.qrest-team-section-s2 .qrest-section-title-s2 h2 {
  margin-right: 50px;
}
@media (max-width: 1399px) {
  .qrest-team-section-s2 .qrest-section-title-s2 h2 {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .qrest-team-section-s2 .team-slider {
    margin-top: 30px;
  }
}

.team-slider .owl-nav {
  display: none;
}
.team-slider .owl-dots {
  text-align: center;
  margin-top: 35px;
}
.team-slider .owl-dots button.owl-dot {
  width: 25px;
  height: 11px;
  border-radius: 100px;
  display: inline-block;
  background: #a4b6c0;
  margin: 0 4px;
  position: relative;
  border: 0;
}
.team-slider .owl-dots button.owl-dot.active {
  background-color: #ec4760;
  width: 40px;
}

.team-single-content {
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.team-single-content .image img {
  width: 100%;
}
.team-single-content:hover .icon {
  opacity: 1;
  visibility: visible;
  left: 20px;
}
.team-single-content:hover .icon li:nth-child(2) {
  margin-left: 0px;
}
.team-single-content:hover .icon li:last-child {
  margin-left: 0px;
}
.team-single-content .icon {
  list-style: none;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 20px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-single-content .icon li {
  display: block;
}
.team-single-content .icon li:nth-child(2) {
  transition: all 0.5s ease-in-out;
  margin-left: -20px;
}
.team-single-content .icon li:last-child {
  transition: all 0.7s ease-in-out;
  margin-left: -30px;
}
.team-single-content .icon li a {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  margin-bottom: 10px;
  color: #1b4962;
  transition: all 0.3s ease-in-out;
  border: 1px solid #1b4962;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-single-content .icon li:hover a {
  background: #ec4760;
  color: #fff;
  border: 1px solid transparent;
}
.team-single-content .content {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
.team-single-content .content h2 a {
  font-size: 23px;
  font-family: "Rubik", sans-serif;
  color: rgb(51, 51, 51);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.team-single-content .content h2 a:hover {
  color: #ec4760;
}
.team-single-content .content span {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: rgb(99, 99, 99);
}

/*5.8 qrest-appointment-area */
.qrest-appointment-area {
  position: relative;
}
.qrest-appointment-area::before {
  position: absolute;
  left: 18%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(241, 247, 252);
  border-radius: 5px;
  z-index: -1;
}
@media (max-width: 1300px) {
  .qrest-appointment-area::before {
    left: 10%;
  }
}
@media (max-width: 1199px) {
  .qrest-appointment-area::before {
    left: 0;
  }
}
.qrest-appointment-area .qrest-section-title-s2 {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .qrest-appointment-area .qrest-section-title-s2 h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .qrest-appointment-area .qrest-section-title-s2 h2 {
    font-size: 36px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .qrest-appointment-area .qrest-section-title-s2 h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 330px) {
  .qrest-appointment-area .qrest-section-title-s2 h2 {
    font-size: 20px;
  }
}
.qrest-appointment-area .side-image {
  position: absolute;
  left: 10%;
  top: -49px;
}
@media (max-width: 1559px) {
  .qrest-appointment-area .side-image {
    left: 5%;
  }
}
@media (max-width: 1449px) {
  .qrest-appointment-area .side-image {
    left: 0%;
  }
}
@media (max-width: 1300px) {
  .qrest-appointment-area .side-image {
    left: 0%;
  }
}
@media (max-width: 1199px) {
  .qrest-appointment-area .side-image {
    left: -80px;
    width: 550px;
    top: 0px;
  }
}
@media (max-width: 991px) {
  .qrest-appointment-area .side-image {
    display: none;
  }
}
.qrest-appointment-area .shape-1 {
  position: absolute;
  right: 30px;
  bottom: 75px;
}
@media (max-width: 991px) {
  .qrest-appointment-area .shape-1 {
    display: none;
  }
}
.qrest-appointment-area .shape-2 {
  position: absolute;
  left: 35%;
  top: 20%;
}
@media (max-width: 991px) {
  .qrest-appointment-area .shape-2 {
    display: none;
  }
}

.app-form {
  margin-right: 95px;
}
@media (max-width: 1199px) {
  .app-form {
    margin-right: 0;
  }
}
.app-form .form-control {
  width: 100%;
  height: 40px;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  color: #636363;
  font-weight: 400;
  padding-left: 20px;
  background: #fff;
  border: 1px solid transparent;
  margin-bottom: 20px;
}
.app-form .form-control:focus {
  box-shadow: 0 0 0 0.25rem transparent;
  border: 1px solid transparent;
}
.app-form .nice-select {
  line-height: 28px;
}
.app-form .form-btn {
  width: 100%;
  border: transparent;
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  background: #1b4962;
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 0;
  text-align: center;
  border-radius: 5px;
}

.qrest-brand-section-s02 {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .qrest-brand-section-s02 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .qrest-brand-section-s02 {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.qrest-brand-section-s02 .grid {
  width: 200px;
  margin: 0 auto;
}

/*5.9 qrest-blog-section-s2 */
@media (max-width: 991px) {
  .qrest-blog-section-s2 .qrest-section-title-s2 {
    margin-bottom: 0;
  }
}
@media (max-width: 1399px) {
  .qrest-blog-section-s2 .qrest-section-title-s2 h2 {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .qrest-blog-section-s2 .blog-wrap {
    margin-top: 30px;
  }
}
.qrest-blog-section-s2 .blog-card-single .card-text {
  background-color: rgb(241, 247, 252);
  padding-bottom: 30px;
}
.qrest-blog-section-s2 .blog-card-single .card-text .top-text {
  background: #fff;
  padding: 8px;
  padding-left: 5px;
  padding-right: 0;
  display: inline-block;
  right: -95px;
}
@media (max-width: 1399px) {
  .qrest-blog-section-s2 .blog-card-single .card-text .top-text {
    right: -46px;
  }
}
@media (max-width: 1199px) {
  .qrest-blog-section-s2 .blog-card-single .card-text .top-text {
    right: -145px;
  }
}
@media (max-width: 991px) {
  .qrest-blog-section-s2 .blog-card-single .card-text .top-text {
    right: 0px;
  }
}
.qrest-blog-section-s2 .blog-card-single .card-text .top-text span {
  position: relative;
}
.qrest-blog-section-s2 .blog-card-single .card-text .top-text span::before {
  position: absolute;
  left: 2px;
  top: 50%;
  content: "";
  width: 15px;
  height: 1px;
  background: #c9c9c9;
}
.qrest-blog-section-s2 .blog-card-single .card-text h2 {
  padding-left: 25px;
  padding-right: 25px;
}
.qrest-blog-section-s2 .blog-card-single .card-text p {
  border-bottom: 1px solid #fff;
  padding-left: 25px;
  padding-right: 25px;
}
.qrest-blog-section-s2 .blog-card-single .card-text .theme-btn-s2 {
  margin-left: 25px;
  color: #fff;
}
.qrest-blog-section-s2 .blog-card-single .card-text .theme-btn-s2:hover {
  background: #ec4760;
}
.qrest-blog-section-s2 .blog-card-single .card-text .theme-btn-s2:hover::after {
  background: #fff;
  color: #ec4760;
}
.qrest-blog-section-s2 .owl-dots button.owl-dot {
  width: 25px;
  background: #1b4962;
  border-radius: 12px;
}
@media (max-width: 399px) {
  .qrest-blog-section-s2 .owl-dots button.owl-dot {
    width: 15px;
  }
}
.qrest-blog-section-s2 .owl-dots button.owl-dot.active {
  background-color: #ec4760;
  width: 40px;
}

/* 6. Home-style-3 */
/*6.1 qrest-about-section-s3 */
.qrest-about-section-s3 {
  position: relative;
  padding-top: 65px;
}
@media (max-width: 991px) {
  .qrest-about-section-s3 {
    padding-top: 40px;
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
  .qrest-about-section-s3 {
    padding-top: 30px;
  }
}
.qrest-about-section-s3 .qrest-section-title-s3 {
  text-align: left;
}
.qrest-about-section-s3 .about-left-content .about-img-1 {
  background-color: rgb(189, 189, 189);
  box-shadow: 0px 0px 87px 0px rgba(12, 62, 185, 0.18);
  width: 300px;
  height: 300px;
}
.qrest-about-section-s3 .about-left-content .shape-1 {
  left: 250px;
  bottom: -78px;
  width: 200px;
}
.qrest-about-section-s3 .qrest-section-title-s3 {
  margin-right: 105px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .qrest-about-section-s3 .qrest-section-title-s3 {
    margin-right: 0;
  }
}
.qrest-about-section-s3 .qrest-section-title-s3 p {
  padding-right: 71px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .qrest-about-section-s3 .qrest-section-title-s3 p {
    padding-right: 0;
  }
}
.qrest-about-section-s3 .shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 399px) {
  .qrest-about-section-s3 .shape {
    display: none;
  }
}
.qrest-about-section-s3 .shape::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 250px;
  height: 250px;
  background: #f5af07;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.qrest-about-section-s3 .shape::after {
  position: absolute;
  content: "";
  right: -67px;
  bottom: 141px;
  width: 250px;
  height: 250px;
  background: #fbce61;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}

.about-right-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.about-right-item:hover .icon {
  background: #f5af07;
  color: #fff;
  box-shadow: 0px 0px 8px 0px transparent;
}
.about-right-item .icon {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5af07;
  transition: all 0.3s ease-in-out;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
  font-size: 30px;
}
.about-right-item .text {
  margin-left: 0px;
  margin-right: 120px;
  width: 60%;
}
@media (max-width: 575px) {
  .about-right-item .text {
    width: calc(100% - 60px);
    margin-right: 0px;
  }
}
.about-right-item .text h4 {
  font-family: "Rubik", sans-serif;
  color: #181a25;
  font-weight: 700;
}
.about-right-item .text span {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: #626262;
}

/*6.2 qrest-service-section-s3 */
.qrest-service-section-s3 {
  background: #1a1e2a;
  position: relative;
}
.qrest-service-section-s3 .qrest-section-title-s3 {
  margin: 0 70px;
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .qrest-service-section-s3 .qrest-section-title-s3 {
    margin: 0;
    margin-bottom: 60px;
  }
}
.qrest-service-section-s3 .qrest-section-title-s3 h2 {
  color: #fff;
}
.qrest-service-section-s3 .service-single-item {
  position: relative;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  box-shadow: 0px 0px 120px 0px transparent;
  margin-bottom: 25px;
  border-radius: 3px;
  z-index: 1;
  overflow: hidden;
}
.qrest-service-section-s3 .service-single-item .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .qrest-service-section-s3 .service-single-item .image img {
    height: 400px;
  }
}
.qrest-service-section-s3 .service-single-item .content {
  background-color: rgb(250, 178, 4);
  opacity: 0.941;
  text-align: left;
  padding: 45px;
  padding-left: 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.qrest-service-section-s3 .service-single-item .content .number {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s ease-in-out;
}
.qrest-service-section-s3 .service-single-item .content .number span {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #f5af07;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.qrest-service-section-s3 .service-single-item .content .icon {
  margin: 0;
  border: 5px solid transparent;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.qrest-service-section-s3 .service-single-item .content .icon i {
  color: #f5af07;
  transition: all 0.3s ease-in-out;
}
.qrest-service-section-s3 .service-single-item .content .text {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .qrest-service-section-s3 .service-single-item .content .text h2 {
    margin-bottom: 0;
  }
}
.qrest-service-section-s3 .service-single-item .content .text h2 a {
  padding-left: 0;
  color: #fff;
}
.qrest-service-section-s3 .service-single-item .content .text p {
  padding: 0;
  color: #fff;
}
.qrest-service-section-s3 .service-single-item .content .text .theme-btn-s3 {
  background: #fff;
  color: #f5af07;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .qrest-service-section-s3 .service-single-item .content .text .theme-btn-s3 {
    margin: 0;
  }
}
.qrest-service-section-s3 .service-single-item .content .text .theme-btn-s3 i {
  color: #f5af07;
}
.qrest-service-section-s3 .service-single-item .content .text .theme-btn-s3:hover {
  background: #fff;
  color: #f5af07;
}
.qrest-service-section-s3 .service-single-item .content .text .theme-btn-s3:hover i {
  color: #f5af07;
}
.qrest-service-section-s3 .service-single-item .content .text .theme-btn-s3:hover::after {
  background: transparent;
}
.qrest-service-section-s3 .service-single-item .content .text .theme-btn-s3::before {
  display: none;
}
.qrest-service-section-s3 .service-single-item:hover .content {
  height: 100%;
  opacity: 1;
  visibility: visible;
  opacity: 0.941;
}

/*6.3 qrest-skill-area */
.qrest-skill-area .qrest-section-title-s3 {
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .qrest-skill-area .qrest-section-title-s3 h2 {
    font-size: 25px;
  }
}

.progress-wrap .progress-item {
  position: relative;
  margin-top: 20px;
}
.progress-wrap .progress-item .donate-progress {
  position: relative;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #f5af07;
  border-radius: 10px;
}
.progress-wrap .progress-item .donate-progress .cssProgress-bar {
  display: block;
  float: left;
  width: 0%;
  height: 5px;
  margin: 3px;
  background: #f5af07;
  box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
  transition: width 0.8s ease-in-out;
  border-radius: 10px;
}
.progress-wrap .progress-item .cssProgress-label {
  position: absolute;
  top: 0;
  left: 95%;
  color: #333333;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 575px) {
  .progress-wrap .progress-item .cssProgress-label {
    left: 87%;
  }
}
.progress-wrap .progress-item .progress-text span {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  color: #f5af07;
  color: #333333;
  font-family: "Rubik", sans-serif;
}

.admin-wrap {
  display: flex;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #dddddd;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .admin-wrap {
    display: block;
  }
}
.admin-wrap .admin {
  display: flex;
  align-items: center;
}
.admin-wrap .admin .image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #f5af07;
}
.admin-wrap .admin .image img {
  border-radius: 50%;
}
.admin-wrap .admin .text {
  margin-left: 10px;
}
.admin-wrap .admin .text h4 {
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  color: #181a25;
  font-weight: 700;
}
.admin-wrap .admin .text span {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: #636363;
}
.admin-wrap .play-video {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .admin-wrap .play-video {
    justify-content: left;
    margin-top: 30px;
  }
}
.admin-wrap .play-video .text span {
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  color: rgb(26, 30, 42);
  text-decoration: underline;
  margin-left: 15px;
  font-weight: 500;
}
.admin-wrap .video-btn {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 61px;
  text-align: center;
  background: #f5af07;
  border-radius: 50%;
  margin-left: 45px;
  position: relative;
}
@media (max-width: 1199px) {
  .admin-wrap .video-btn {
    margin-left: 0px;
  }
}
.admin-wrap .video-btn i {
  font-size: 18px;
  color: #fff;
}

.skill-right-content {
  position: relative;
  z-index: 1;
  text-align: end;
}
@media (max-width: 991px) {
  .skill-right-content {
    text-align: center;
    margin: 50px 0;
  }
}
@media (max-width: 575px) {
  .skill-right-content {
    margin: 50px 0;
    margin-top: 0;
  }
}
.skill-right-content .image-1 {
  width: 470px;
  height: 500px;
  display: inline-block;
}
@media (max-width: 575px) {
  .skill-right-content .image-1 {
    width: 300px;
    height: 350px;
  }
}
.skill-right-content .image-1 img {
  border-radius: 71px;
  width: 100%;
}
@media (max-width: 575px) {
  .skill-right-content .image-1 img {
    border-radius: 12px;
  }
}
.skill-right-content .image-2 {
  position: absolute;
  top: -70px;
  right: -90px;
}
@media (max-width: 575px) {
  .skill-right-content .image-2 {
    display: none;
  }
}
.skill-right-content .image-2 img {
  border: 10px solid #fff;
  width: 188px;
  height: 227px;
  border-radius: 71px;
  width: 100%;
}
.skill-right-content .shape {
  border-radius: 71px;
  background-color: rgb(255, 180, 0);
  position: absolute;
  width: 266px;
  height: 279px;
  z-index: -1;
  bottom: -12px;
  left: 137px;
}
@media (max-width: 991px) {
  .skill-right-content .shape {
    display: none;
  }
}

/*6.4 qrest-fun-fact-area-s2 */
.qrest-fun-fact-area-s2 {
  position: relative;
  z-index: 1;
  background: url(../images/fun-fact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.qrest-fun-fact-area-s2::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(94deg, rgb(5, 62, 86) 0%, rgb(26, 30, 42) 100%);
  opacity: 0.839;
  z-index: -1;
}
.qrest-fun-fact-area-s2 .shape-1 {
  position: absolute;
  left: 0;
  top: 40px;
  height: 3px;
  width: 100%;
  background: #485d66;
}
.qrest-fun-fact-area-s2 .shape-1::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  height: 1px;
  width: 100%;
  background: #485d66;
}
.qrest-fun-fact-area-s2 .shape-2 {
  position: absolute;
  left: 0;
  bottom: 40px;
  height: 3px;
  width: 100%;
  background: #485d66;
}
.qrest-fun-fact-area-s2 .shape-2::before {
  position: absolute;
  left: 0;
  top: -7px;
  content: "";
  height: 1px;
  width: 100%;
  background: #485d66;
}
.qrest-fun-fact-area-s2 .item {
  text-align: center;
}
@media (max-width: 991px) {
  .qrest-fun-fact-area-s2 .item {
    margin-bottom: 30px;
  }
}
.qrest-fun-fact-area-s2 .item .info h3 {
  font-size: 48px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-weight: 700;
}
.qrest-fun-fact-area-s2 .item h4 {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-weight: 400;
}

/* qrest-project-section-s2 */
.qrest-project-section-s2 .project-single {
  border-radius: 3px;
  margin-left: 30px;
}
.qrest-project-section-s2 .project-single::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: rgb(248, 177, 5);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.qrest-project-section-s2 .project-single .text {
  position: absolute;
  background: #fff;
  border: 0;
  border-top: 3px solid transparent;
  border-top-right-radius: 0;
  left: 15px;
  top: auto;
  bottom: 15px;
  border-radius: 0;
  z-index: 1;
  width: auto;
  height: auto;
  visibility: visible;
  display: inline-block;
  text-align: center;
  padding: 40px 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .qrest-project-section-s2 .project-single .text {
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 20px;
  }
}
.qrest-project-section-s2 .project-single .text h2 {
  font-size: 22px;
  color: #181a25;
}
.qrest-project-section-s2 .project-single .text span {
  font-size: 17px;
  color: #636363;
  text-transform: uppercase;
}
.qrest-project-section-s2 .slick-active {
  border-radius: 3px;
}
.qrest-project-section-s2 .slick-active::before {
  opacity: 0.812;
  visibility: visible;
}
.qrest-project-section-s2 .slick-active .text {
  opacity: 1;
  visibility: visible;
}
.qrest-project-section-s2 .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  list-style-type: none;
}
.qrest-project-section-s2 .slick-dots li {
  margin: 0 15px;
}
.qrest-project-section-s2 .slick-dots button {
  display: block;
  width: 30px;
  height: 15px;
  padding: 0;
  border: none;
  border-radius: 100px;
  background-color: #dddddd;
  text-indent: -9999px;
  transition: all 0.3s ease-in-out;
  margin-top: 50px;
}
.qrest-project-section-s2 .slick-dots li.slick-active button {
  background: #f5af07;
  width: 40px;
  height: 15px;
}

/*6.5 qrest-cta-section-s2 */
.qrest-cta-section-s2 {
  position: relative;
  background: url(../images/cta/bg-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  padding: 60px 0;
}
.qrest-cta-section-s2::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(24, 39, 54);
  opacity: 0.902;
  z-index: -1;
}
.qrest-cta-section-s2 .cta-text {
  text-align: left;
}
@media (max-width: 991px) {
  .qrest-cta-section-s2 .cta-text {
    text-align: center;
    margin-bottom: 30px;
  }
}
.qrest-cta-section-s2 .cta-text h2 {
  font-size: 31px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-weight: 700;
  margin-bottom: 22px;
}
.qrest-cta-section-s2 .cta-text p {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  margin-bottom: 0;
}
.qrest-cta-section-s2 .cta-right {
  text-align: end;
}
@media (max-width: 991px) {
  .qrest-cta-section-s2 .cta-right {
    text-align: center;
  }
}
.qrest-cta-section-s2 .right-bg {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 40%;
  background: #f5af07;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}
@media (max-width: 991px) {
  .qrest-cta-section-s2 .right-bg {
    display: none;
  }
}

.cta-btn {
  background: #1b4962;
  color: #f5af07;
  display: inline-block;
  font-weight: 500;
  padding: 12px 14px;
  font-family: "Rubik", sans-serif;
  border: 0;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.cta-btn i {
  margin-left: 15px;
  color: #f5af07;
  transition: all 0.3s ease-in-out;
}
.cta-btn:hover, .cta-btn:focus, .cta-btn:active {
  background: #1b4962;
  color: #fff;
}
.cta-btn:hover i, .cta-btn:focus i, .cta-btn:active i {
  color: #fff;
}
@media (max-width: 991px) {
  .cta-btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cta-btn {
    padding: 12px 18px;
    font-size: 14px;
  }
}

/*6.6 qrest-team-section-s3 */
.qrest-team-section-s3 .team-single-content {
  border-radius: 10px;
  background-color: #f6f4f4;
  position: relative;
  box-shadow: 0px 0px 6px 0px transparent;
  padding: 30px;
  overflow: visible;
}
.qrest-team-section-s3 .team-single-content .image {
  margin: 0 auto;
  width: 292px;
  height: 292px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 575px) {
  .qrest-team-section-s3 .team-single-content .image {
    width: 250px;
    height: 250px;
  }
}
.qrest-team-section-s3 .team-single-content .image::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: rgb(248, 177, 5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 11;
}
.qrest-team-section-s3 .team-single-content .image img {
  border-radius: 50%;
}
.qrest-team-section-s3 .team-single-content:hover .image::before {
  opacity: 0.878;
  visibility: visible;
  width: 100%;
}
.qrest-team-section-s3 .team-single-content .icon {
  display: inline;
  left: 50%;
  top: 30%;
  transition: all 0.3s ease-in-out;
  z-index: 11;
  transform: translateX(-50%);
}
@media (max-width: 575px) {
  .qrest-team-section-s3 .team-single-content .icon {
    width: 200px;
    text-align: center;
  }
}
.qrest-team-section-s3 .team-single-content .icon li {
  display: inline-block;
}
.qrest-team-section-s3 .team-single-content .icon li a {
  background: #fff;
  color: #f5af07;
  border: 1px solid transparent;
  margin-right: 10px;
  margin-bottom: 0;
}
.qrest-team-section-s3 .team-single-content .icon li a:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.qrest-team-section-s3 .team-single-content .content {
  background: #fff;
  padding: 20px 0;
  margin: 0 10px;
  margin-top: 20px;
}
@media (max-width: 400px) {
  .qrest-team-section-s3 .team-single-content .content h2 a {
    font-size: 18px;
  }
}
.qrest-team-section-s3 .team-single-content .content h2 a:hover {
  color: #f5af07;
}
.qrest-team-section-s3 .owl-nav {
  display: none;
}
.qrest-team-section-s3 .owl-dots {
  text-align: center;
  margin-top: 35px;
}
.qrest-team-section-s3 .owl-dots button.owl-dot {
  width: 25px;
  height: 11px;
  border-radius: 100px;
  display: inline-block;
  background: #a4b6c0;
  margin: 0 4px;
  position: relative;
  border: 0;
}
.qrest-team-section-s3 .owl-dots button.owl-dot.active {
  background-color: #f5af07;
  width: 40px;
}

/*6.7 qrest-compny-solution-section */
.qrest-compny-solution-section {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .qrest-compny-solution-section {
    padding: 90px 0 40px;
  }
}
@media (max-width: 767px) {
  .qrest-compny-solution-section {
    padding: 80px 0 30px;
  }
}
.qrest-compny-solution-section .side-text-logo {
  top: 39%;
}
@media (max-width: 991px) {
  .qrest-compny-solution-section .side-text-logo {
    display: none;
    padding: 90px 0;
  }
}
.qrest-compny-solution-section .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #1e212c;
}

.compny-solution-left {
  text-align: end;
}
@media (max-width: 991px) {
  .compny-solution-left {
    text-align: center;
    margin-bottom: 50px;
  }
}
.compny-solution-left .single-item {
  max-width: 400px;
  max-height: 450px;
  border: 10px solid #fff;
  border-radius: 5px;
  display: inline-block;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .compny-solution-left .single-item {
    margin-right: 0;
  }
}
.compny-solution-left .single-item img {
  width: 100%;
}

.compny-solution-right {
  margin-right: 50px;
}
@media (max-width: 1399px) {
  .compny-solution-right {
    margin-right: 0;
  }
}
.compny-solution-right .qrest-section-title-s3 {
  text-align: left;
  margin-bottom: 30px;
  margin-right: 110px;
}
@media (max-width: 1199px) {
  .compny-solution-right .qrest-section-title-s3 {
    margin-right: 0px;
  }
}
.compny-solution-right .qrest-section-title-s3 h2 {
  color: #fff;
}
@media (max-width: 330px) {
  .compny-solution-right .qrest-section-title-s3 h2 {
    font-size: 25px;
  }
}
.compny-solution-right .qrest-section-title-s3 p {
  font-size: 17px;
  font-family: "Rubik";
  color: #fdfdff;
}
.compny-solution-right ul {
  list-style: none;
  margin-bottom: 50px;
}
.compny-solution-right ul li {
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  color: "Rubik", sans-serif;
  line-height: 1.588;
  color: #fdfdff;
  margin-bottom: 15px;
}
.compny-solution-right ul li::before {
  content: "\eed8";
  font-family: IcoFont !important;
  width: 20px;
  height: 20px;
  top: 3px;
  line-height: 22px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  background: #f5af07;
  left: 0;
  position: absolute;
}

/*6.8 qrest-blog-section-s3 */
.qrest-blog-section-s3 .blog-card-single {
  position: relative;
  z-index: 1;
}
.qrest-blog-section-s3 .blog-card-single .images {
  position: relative;
  z-index: -1;
  margin-bottom: -47px;
}
.qrest-blog-section-s3 .blog-card-single .images::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(24, 39, 54);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.qrest-blog-section-s3 .blog-card-single .images a {
  font-size: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #ecf2f7;
  color: #f5af07;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.qrest-blog-section-s3 .blog-card-single .card-text {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 117px 0px rgba(12, 62, 185, 0.08);
  padding: 30px;
  margin: 0 15px;
  /* margin-bottom: 30px; */
}
.qrest-blog-section-s3 .blog-card-single .card-text .top-text {
  margin-top: 0;
}
.qrest-blog-section-s3 .blog-card-single .card-text .top-text strong {
  padding: 0;
  background: transparent;
  color: rgb(99, 99, 99);
  text-transform: capitalize;
  font-weight: 400;
}
.qrest-blog-section-s3 .blog-card-single .card-text .top-text span {
  position: relative;
  padding: 0;
  padding-left: 25px;
  font-size: 16px;
  color: rgb(99, 99, 99);
}
.qrest-blog-section-s3 .blog-card-single .card-text .top-text span::before {
  position: absolute;
  left: 9px;
  top: 7px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #f5af07;
}
.qrest-blog-section-s3 .blog-card-single .card-text h2 {
  margin-top: 6px;
}
@media (max-width: 575px) {
  .qrest-blog-section-s3 .blog-card-single .card-text h2 {
    font-size: 20px;
  }
}
.qrest-blog-section-s3 .blog-card-single .card-text p {
  padding-bottom: 0;
  margin-bottom: 0;
  border: transparent;
  padding-right: 0;
}
.qrest-blog-section-s3 .blog-card-single:hover .images::before {
  opacity: 0.651;
  visibility: visible;
}
.qrest-blog-section-s3 .blog-card-single:hover .images a {
  opacity: 1;
  visibility: visible;
}
.qrest-blog-section-s3 .owl-nav {
  display: none;
}
.qrest-blog-section-s3 .owl-dots {
  text-align: center;
  margin-top: 35px;
}
.qrest-blog-section-s3 .owl-dots button.owl-dot {
  width: 25px;
  height: 10px;
  border-radius: 100px;
  display: inline-block;
  background: #a4b6c0;
  margin: 0 7px;
  position: relative;
  border: 0;
}
.qrest-blog-section-s3 .owl-dots button.owl-dot.active {
  background-color: #f5af07;
  width: 40px;
}

/* 7. Home-style-4 */
/*7.1 qrest-about-section-s4 */
.qrest-about-section-s4 .qrest-section-title-s4 {
  text-align: left;
}
.qrest-about-section-s4 .about-left-content .text {
  width: 289px;
  height: 70px;
  border-radius: 0;
  border: 3px dashed transparent;
  bottom: auto;
  top: 167px;
  right: -71px;
  transform: rotate(270deg);
  display: block;
}
@media (max-width: 399px) {
  .qrest-about-section-s4 .about-left-content .text {
    display: none;
  }
}
@media (max-width: 575px) {
  .qrest-about-section-s4 .about-left-content .text {
    top: 201px;
    right: -159px;
  }
}
.qrest-about-section-s4 .about-left-content .text .info {
  padding-left: 0px;
  padding-top: 15px;
  width: 100%;
  height: 100%;
  border-radius: 0;
  text-align: center;
  background: #bd8554;
}
.qrest-about-section-s4 .about-left-content .text .info h3 {
  display: inline;
  font-size: 22px;
  font-weight: 600;
}
.qrest-about-section-s4 .about-left-content .text .info p {
  display: inline;
  font-size: 22px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.qrest-about-section-s4 .about-left-content .shape {
  position: absolute;
  left: -10px;
  bottom: -56px;
  width: 10px;
  height: 95px;
  background: #bd8554;
  z-index: -1;
}
.qrest-about-section-s4 .progras {
  display: flex;
}
@media (max-width: 575px) {
  .qrest-about-section-s4 .progras {
    display: block;
  }
}
.qrest-about-section-s4 .qrest-section-title-s4 h2 {
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .qrest-about-section-s4 .qrest-section-title-s4 h2 {
    margin-right: 0;
  }
}
.qrest-about-section-s4 .about-right-item {
  margin-right: 0px;
  width: 100%;
}
@media (max-width: 575px) {
  .qrest-about-section-s4 .about-right-item {
    width: 100%;
  }
}
.qrest-about-section-s4 .about-right-item:hover .icon {
  background: #bd8554;
  color: #fff;
}
.qrest-about-section-s4 .about-right-item .icon {
  color: #bd8554;
}
.qrest-about-section-s4 .about-right-item .text {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .qrest-about-section-s4 .about-right-item .text h4 {
    font-size: 16px;
  }
}
.qrest-about-section-s4 ul {
  list-style: none;
  margin-bottom: 50px;
}
.qrest-about-section-s4 ul li {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  line-height: 1.588;
  color: #636363;
  margin-bottom: 13px;
}
.qrest-about-section-s4 ul li::before {
  content: "\eed8";
  font-family: IcoFont !important;
  width: 20px;
  height: 20px;
  top: 3px;
  line-height: 22px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  background: #222222;
  left: 0;
  position: absolute;
}
.qrest-about-section-s4 ul li:first-child::before {
  background: #bd8554;
}
.qrest-about-section-s4 .about-bottom {
  display: flex;
  align-items: center;
}
.qrest-about-section-s4 .video-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #1b4962;
  border-radius: 50%;
  margin-left: 60px;
  position: relative;
}
.qrest-about-section-s4 .video-btn:before {
  position: absolute;
  left: -8px;
  top: -9px;
  width: 140%;
  height: 140%;
  background: rgb(59, 81, 125);
  content: "";
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
}
.qrest-about-section-s4 .video-btn i {
  font-size: 15px;
  color: #fff;
}
@media (max-width: 575px) {
  .qrest-about-section-s4 .about-left-content {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .qrest-about-section-s4 .about-left-content .shape {
    display: none;
  }
}
@media (max-width: 757px) {
  .qrest-about-section-s4 .about-left-content .about-img {
    max-width: 100%;
    max-height: 100%;
  }
}
.qrest-about-section-s4 .about-left-content .about-img img {
  width: 100%;
}
@media (max-width: 991px) {
  .qrest-about-section-s4 .about-left-content .about-img-1 {
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .qrest-about-section-s4 .about-left-content .about-img-1 {
    display: none;
  }
}

/*7.2 qrest-service-section-s4 */
.qrest-service-section-s4 {
  background: #f3f5f9;
  padding-bottom: 95px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .qrest-service-section-s4 {
    padding-bottom: 60px;
  }
}
@media (max-width: 757px) {
  .qrest-service-section-s4 {
    padding-bottom: 50px;
  }
}
.qrest-service-section-s4 .shape-1 {
  position: absolute;
  right: 0;
  top: -15%;
  border-radius: 81px;
  background-color: #f9bfb1;
  width: 211px;
  height: 309px;
}
@media (max-width: 767px) {
  .qrest-service-section-s4 .shape-1 {
    display: none;
  }
}
.qrest-service-section-s4 .shape-1::before {
  position: absolute;
  background-color: #fc9e85;
  width: 162px;
  height: 238px;
  content: "";
  border-radius: 81px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.qrest-service-section-s4 .shape-2 {
  position: absolute;
  left: 0;
  bottom: -15%;
  border-radius: 81px;
  background-color: #f9bfb1;
  width: 211px;
  height: 309px;
}
@media (max-width: 767px) {
  .qrest-service-section-s4 .shape-2 {
    display: none;
  }
}
.qrest-service-section-s4 .shape-2::before {
  position: absolute;
  background-color: #fc9e85;
  width: 162px;
  height: 238px;
  content: "";
  border-radius: 81px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.qrest-service-section-s4 .service-single-item {
  border-radius: 100%;
  z-index: 1;
  /* padding: 57px 20px; */
}
@media (max-width: 1399px) {
  .qrest-service-section-s4 .service-single-item {
    padding: 50px 0;
  }
}
@media (max-width: 1199px) {
  .qrest-service-section-s4 .service-single-item {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .qrest-service-section-s4 .service-single-item {
    padding: 30px 0;
    border-radius: 0;
  }
}
@media (max-width: 757px) {
  .qrest-service-section-s4 .service-single-item {
    margin-bottom: 25px;
  }
}
.qrest-service-section-s4 .service-single-item .images-bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.qrest-service-section-s4 .service-single-item .icon {
  border: none;
  background: rgba(250, 79, 32, 0.147);
}
.qrest-service-section-s4 .service-single-item .icon i {
  color: #bd8554 !important;
  margin-top: 14px;
}
.qrest-service-section-s4 .service-single-item .text a {
  padding-left: 0;
}
.qrest-service-section-s4 .service-single-item .text h2 {
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .qrest-service-section-s4 .service-single-item .text h2 {
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.qrest-service-section-s4 .service-single-item .text p {
  padding: 0px 24px;
}
@media (max-width: 1399px) {
  .qrest-service-section-s4 .service-single-item .text p {
    padding: 0px 10px;
  }
}
.qrest-service-section-s4 .service-single-item .btn {
  font-size: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #222222;
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}
.qrest-service-section-s4 .service-single-item .btn {
  font-size: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #222222;
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}
.qrest-service-section-s4 .service-single-item:hover .icon {
  border: none;
  background: #fff;
}
.qrest-service-section-s4 .service-single-item:hover .btn {
  background: #fff;
  color: #bd8554;
}

/*7.3 qrest-choose-area-s2 */
.qrest-choose-area-s2 .qrest-section-title-s4 {
  text-align: left;
  margin-right: 150px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .qrest-choose-area-s2 .qrest-section-title-s4 {
    margin-top: 50px;
  }
}
@media (max-width: 1399px) {
  .qrest-choose-area-s2 .qrest-section-title-s4 {
    margin-right: 0;
  }
}

.choose-tab {
  /* border: 1px solid #ededed; */
  margin-bottom: 50px;
}
.choose-tab .nav-link {
  border: transparent;
  background: #020202;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  color: #fff;
}
.choose-tab .nav-link.active {
  background: #bd8554;
}

.choose-tab-contnet {
  /* padding: 40px 20px; */
  padding-right: 11px;
}
@media (max-width: 399px) {
  .choose-tab-contnet {
    padding: 20px;
    padding-right: 20px;
  }
}
.choose-tab-contnet h2 {
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  color: #222222;
  font-weight: 700;
  text-decoration: underline;
  text-align: left;
}
.choose-tab-contnet p {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: #676767;
  margin-bottom: 20px;
}

.choose-right-content {
  position: relative;
}
.choose-right-content .choose-img {
  overflow: hidden;
  position: relative;
}
.choose-right-content .choose-img .image img {
  border-bottom-left-radius: 200px;
  border-top-right-radius: 200px;
  width: 100%;
}
@media (max-width: 575px) {
  .choose-right-content .choose-img .image img {
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
  }
}
.choose-right-content .choose-img .image .shape {
  border: 30px solid #bd8554;
  border-radius: 50%;
  position: absolute;
  width: 357px;
  height: 367px;
  bottom: -95px;
  left: -82px;
  z-index: 1;
}
@media (max-width: 575px) {
  .choose-right-content .choose-img .image .shape {
    display: none;
  }
}
.choose-right-content .side-img {
  width: 250px;
  height: 250px;
  border: 10px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: -80px;
  top: -80px;
}
@media (max-width: 1199px) {
  .choose-right-content .side-img {
    right: 0;
  }
}
@media (max-width: 991px) {
  .choose-right-content .side-img {
    top: 0;
  }
}
@media (max-width: 575px) {
  .choose-right-content .side-img {
    width: 200px;
    height: 200px;
  }
}
.choose-right-content .side-img img {
  width: 100%;
  border-radius: 50%;
}

/*7.4 qrest-video-area */
.qrest-video-area {
  position: relative;
  z-index: 1;
  background: url(../images/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 668px;
}
@media (max-width: 1199px) {
  .qrest-video-area {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .qrest-video-area {
    height: 500px;
  }
}
.qrest-video-area::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  z-index: -1;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: rgba(250, 78, 32, 0.729);
  width: 580px;
  height: 492px;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .qrest-video-area::before {
    width: 480px;
    height: 390px;
  }
}
@media (max-width: 575px) {
  .qrest-video-area::before {
    width: 350px;
    border-top-left-radius: 40%;
    border-top-right-radius: 40%;
  }
}
.qrest-video-area .video-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 130px;
}
.qrest-video-area .play-video {
  text-align: center;
}
.qrest-video-area .play-video .text {
  margin-top: 50px;
}
.qrest-video-area .play-video .text span {
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-weight: 600;
}
.qrest-video-area .video-btn {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 61px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.qrest-video-area .video-btn::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  background: #e4aaa1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
.qrest-video-area .video-btn::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 85px;
  height: 85px;
  background: rgb(221, 221, 221);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -11;
}
.qrest-video-area .video-btn i {
  font-size: 18px;
  color: #bd8554;
}

/*7.5 qrest-gallary-area */
.qrest-gallary-area {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .qrest-gallary-area {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .qrest-gallary-area {
    padding-bottom: 60px;
  }
}
.qrest-gallary-area .qrest-section-title-s4 {
  margin: 0 50px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .qrest-gallary-area .qrest-section-title-s4 {
    margin: 0;
    margin-bottom: 60px;
  }
}

.gallary-wrap .gallary-single .image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 20px;
}
.gallary-wrap .gallary-single .image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  content: "";
  background-color: rgb(11, 13, 35);
  opacity: 0.6;
  z-index: 1;
  transition: all 0.3s;
}
.gallary-wrap .gallary-single .image .fancybox img {
  width: 100%;
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallary-wrap .gallary-single .image .popup-icon {
  border-radius: 50%;
  background: rgb(255, 255, 255);
  position: absolute;
  right: 10px;
  top: 10px;
  right: 10px;
  width: 48px;
  height: 48px;
  text-align: center;
  z-index: 1;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.gallary-wrap .gallary-single .image .popup-icon i {
  font-size: 20px;
  color: #bd8554;
  line-height: 48px;
}
.gallary-wrap .gallary-single .image:hover::before {
  height: 100%;
}
.gallary-wrap .gallary-single .image:hover .popup-icon {
  opacity: 1;
  visibility: visible;
}

/*7.6 qrest-team-section-s4 */
.qrest-team-section-s4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .qrest-team-section-s4 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .qrest-team-section-s4 {
    padding-bottom: 50px;
  }
}
.qrest-team-section-s4 .bg-image {
  background: url(../images/team/team-bg-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 610px;
  z-index: -1;
}
@media (max-width: 991px) {
  .qrest-team-section-s4 .bg-image {
    height: 800px;
  }
}
.qrest-team-section-s4 .bg-image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgb(10, 16, 44);
  opacity: 0.812;
  z-index: -11;
}
.qrest-team-section-s4 .shape-1 {
  position: absolute;
  right: 0;
  top: -20%;
  width: 344px;
  height: 344px;
  border-radius: 50%;
  background-color: #bd8554;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .qrest-team-section-s4 .shape-1 {
    display: none;
  }
}
.qrest-team-section-s4 .shape-2 {
  border: 15px solid #bd8554;
  border-radius: 50%;
  position: absolute;
  width: 355px;
  height: 355px;
  left: -10%;
  top: -20%;
}
@media (max-width: 991px) {
  .qrest-team-section-s4 .shape-2 {
    display: none;
  }
}
.qrest-team-section-s4 .qrest-section-title-s4 h2 {
  color: #fff;
}
.qrest-team-section-s4 .team-wrap .team-single-card {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.qrest-team-section-s4 .team-wrap .team-single-card .image {
  background: #d7d7d7;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
}
.qrest-team-section-s4 .team-wrap .team-single-card .image img {
  width: 100%;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
}
.qrest-team-section-s4 .team-wrap .team-single-card .content {
  position: relative;
}
.qrest-team-section-s4 .team-wrap .team-single-card .content .sochal-item .menuschol-s2 {
  text-align: center;
  border-radius: 50%;
  background-color: #bd8554;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: rgb(255, 255, 255);
  position: absolute;
  left: 50%;
  z-index: 11;
  top: -20px;
  transform: translateX(-50%);
  cursor: pointer;
}
.qrest-team-section-s4 .team-wrap .team-single-card .content .sochal-item .menuschol-s2.active ~ .menu {
  opacity: 1;
  visibility: visible;
}
.qrest-team-section-s4 .team-wrap .team-single-card .content .sochal-item .menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  top: -190px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.qrest-team-section-s4 .team-wrap .team-single-card .content .sochal-item .menu ul li {
  list-style: none;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.qrest-team-section-s4 .team-wrap .team-single-card .content .sochal-item .menu ul li a i {
  font-size: 20px;
  color: rgb(100, 100, 100);
  transition: all 0.3s;
}
.qrest-team-section-s4 .team-wrap .team-single-card .content .sochal-item .menu ul li:hover {
  background-color: #bd8554;
}
.qrest-team-section-s4 .team-wrap .team-single-card .content .sochal-item .menu ul li:hover a i {
  color: #fff;
}
.qrest-team-section-s4 .team-wrap .team-single-card .content .text {
  max-width: 300px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
  border-radius: 5px;
  box-shadow: 0px 0px 117px 0px rgba(0, 0, 0, 0.12);
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.qrest-team-section-s4 .team-wrap .team-single-card .content .text h2 a {
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  color: #222222;
  font-weight: 700;
}
.qrest-team-section-s4 .team-wrap .team-single-card .content .text span {
  font-size: 17px;
  color: rgb(99, 99, 99);
  text-align: center;
}

/*7.7 qrest-brand-section-s2 */
.qrest-brand-section-s2 {
  background: transparent;
  padding-top: 0;
}
.qrest-brand-section-s2 .owl-nav {
  display: none;
}
.qrest-brand-section-s2 .grid {
  max-width: 140px;
}

/*7.8 qrest-technolog-area */
.qrest-technolog-area {
  overflow: hidden;
  margin-bottom: 90px;
}

.technolog-wrap {
  position: relative;
  z-index: 1;
  background: url(../images/technolog/bg.jpg);
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.technolog-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(28, 31, 52, 0.8);
}

.technolog-content {
  position: relative;
  z-index: 1;
  margin: 50px 25px;
  margin-right: 150px;
  background: url(../images/technolog/img-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .technolog-content {
    margin-right: 0;
    padding: 50px;
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .technolog-content {
    margin: 10px;
    padding: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .technolog-content {
    margin: 10px;
    padding: 20px 10px;
  }
}
.technolog-content .shape {
  background-color: #ffffff;
  position: absolute;
  right: -63px;
  top: 50%;
  width: 64px;
  height: 140px;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .technolog-content .shape {
    display: none;
  }
}
.technolog-content .qrest-section-title-s4 {
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .technolog-content .qrest-section-title-s4 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .technolog-content .qrest-section-title-s4 h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.technolog-content ul {
  list-style: none;
}
.technolog-content ul li {
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  line-height: 1.588;
  color: #636363;
  margin-bottom: 10px;
}
.technolog-content ul li::before {
  content: "\eed8";
  font-family: IcoFont !important;
  width: 20px;
  height: 20px;
  top: 3px;
  line-height: 22px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  background: #222222;
  left: 0;
  position: absolute;
}
.technolog-content ul li:first-child::before {
  background: #bd8554;
}

.technolog-img {
  position: relative;
}
@media (max-width: 991px) {
  .technolog-img {
    display: none;
  }
}
.technolog-img .shape-1 {
  border-radius: 50%;
  background-color: rgba(250, 78, 32, 0.6);
  position: absolute;
  left: 0;
  top: -50px;
  width: 310px;
  height: 310px;
  z-index: -1;
}
.technolog-img .shape-2 {
  border-radius: 50%;
  background-color: rgba(250, 78, 32, 0.6);
  position: absolute;
  left: 0;
  bottom: -150px;
  width: 310px;
  height: 310px;
  z-index: -1;
}
.technolog-img .shape-3 {
  border-radius: 50%;
  background-color: rgba(250, 78, 32, 0.6);
  position: absolute;
  right: 0;
  bottom: -150px;
  width: 310px;
  height: 310px;
  z-index: -1;
}

/*7.9 qrest-cta-section-s3 */
.qrest-cta-section-s3 {
  padding: 0;
  background: url(../images/cta/bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .qrest-cta-section-s3 {
    padding: 40px 0;
  }
}
.qrest-cta-section-s3::before {
  display: none;
}
.qrest-cta-section-s3 .cta-text {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .qrest-cta-section-s3 .cta-text {
    display: block;
    text-align: center;
  }
}
.qrest-cta-section-s3 .cta-text .icon {
  background-color: #bd8554;
  width: 161px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .qrest-cta-section-s3 .cta-text .icon {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.qrest-cta-section-s3 .cta-text h2 {
  margin-bottom: 0;
  width: calc(100% - 161px);
  font-size: 40px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  margin-left: 50px;
}
@media (max-width: 991px) {
  .qrest-cta-section-s3 .cta-text h2 {
    width: 100%;
    margin-left: 0;
  }
}

/*7.10 qrest-blog-section-s4  */
.qrest-blog-section-s4 {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .qrest-blog-section-s4 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .qrest-blog-section-s4 {
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .qrest-blog-section-s4 .blog-card-single .card-text h2 {
    font-size: 16px;
  }
}
.qrest-blog-section-s4 .blog-card-single .card-text .top-text span::before {
  background: #bd8554;
}
.qrest-blog-section-s4 .blog-card-single .images a {
  color: #bd8554;
}

/* 8. Home-style-5 */
/*8.1 qrest-about-section-s5 */
.qrest-about-section-s5 {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .qrest-about-section-s5 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .qrest-about-section-s5 {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .qrest-about-section-s5 {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .qrest-about-section-s5 .about-left-content {
    margin-bottom: 60px;
  }
}
.qrest-about-section-s5 .about-left-content .about-img {
  max-width: 550px;
  max-height: 550px;
}
@media (max-width: 767px) {
  .qrest-about-section-s5 .about-left-content .about-img {
    max-width: 450px;
    max-height: 450px;
  }
}
.qrest-about-section-s5 .about-left-content .about-img img {
  outline: 3px solid #57b23e;
  border-radius: 50%;
  border: 5px solid transparent;
}
.qrest-about-section-s5 .about-left-content .about-img-1 {
  border: transparent;
}
@media (max-width: 575px) {
  .qrest-about-section-s5 .about-left-content .about-img-1 {
    display: none;
  }
}
.qrest-about-section-s5 .about-left-content .about-img-1 img {
  width: 100%;
}
.qrest-about-section-s5 .about-left-content .about-img-1::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  width: 100%;
  height: 2px;
  background: #57b23e;
}
.qrest-about-section-s5 .about-left-content .shape-1 {
  left: -32px;
  bottom: 50%;
}
@media (max-width: 575px) {
  .qrest-about-section-s5 .about-left-content .shape-1 {
    display: none;
  }
}
@media (max-width: 575px) {
  .qrest-about-section-s5 .about-left-content .text {
    right: 0;
  }
}
.qrest-about-section-s5 .about-left-content .text .info {
  background: #57b23e;
}
.qrest-about-section-s5 .about-right-content .qrest-section-title-s5 {
  text-align: left;
  margin-bottom: 10px;
}
.qrest-about-section-s5 .about-right-content .qrest-section-title-s5 h2::before {
  left: 57px;
}
.qrest-about-section-s5 .about-right-content ul {
  list-style: none;
  margin-bottom: 50px;
}
.qrest-about-section-s5 .about-right-content ul li {
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  line-height: 1.588;
  color: #636363;
  font-weight: 500;
  margin-bottom: 10px;
}
.qrest-about-section-s5 .about-right-content ul li::before {
  content: "\efe8";
  font-family: IcoFont !important;
  width: 20px;
  height: 20px;
  top: 3px;
  line-height: 22px;
  border-radius: 100%;
  color: #57b23e;
  text-align: center;
  left: 0;
  position: absolute;
}

/*8.2 qrest-service-section-s5 */
.qrest-service-section-s5 {
  background: url(../images/services/service-bg-img-5.jpg);
}
.qrest-service-section-s5 .qrest-section-title-s5 h2 {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .qrest-service-section-s5 .qrest-section-title-s5 h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .qrest-service-section-s5 .qrest-section-title-s5 h2 {
    font-size: 25px;
  }
}
.qrest-service-section-s5 .qrest-section-title-s5 p {
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .qrest-service-section-s5 .qrest-section-title-s5 p {
    padding: 0;
  }
}
.qrest-service-section-s5 .service-single-item {
  z-index: 1;
  box-shadow: 0px 0px 120px 0px transparent;
}
.qrest-service-section-s5 .service-single-item .images-bg::before {
  background: rgba(39, 43, 52, 0.63);
  z-index: 111;
}
@media (max-width: 1199px) {
  .qrest-service-section-s5 .service-single-item {
    padding: 15px 0;
  }
}
.qrest-service-section-s5 .service-single-item .icon {
  width: 110px;
  height: 110px;
  border-radius: 0;
  background: transparent;
  border: 0;
}
.qrest-service-section-s5 .service-single-item .icon .imaga-1 {
  transition: all 0.3s ease-in-out;
}
.qrest-service-section-s5 .service-single-item .icon .imaga-2 {
  transition: all 0.3s ease-in-out;
  display: none;
}
.qrest-service-section-s5 .service-single-item:hover {
  background-color: rgba(39, 43, 52, 0.93);
}
.qrest-service-section-s5 .service-single-item:hover .images-bg::before {
  opacity: 1;
  visibility: visible;
}
.qrest-service-section-s5 .service-single-item:hover .icon .imaga-1 {
  display: none;
}
.qrest-service-section-s5 .service-single-item:hover .icon .imaga-2 {
  display: block;
}
.qrest-service-section-s5 .service-single-item:hover .text a::before {
  background: #fff;
}
@media (max-width: 1199px) {
  .qrest-service-section-s5 .service-single-item .text {
    font-size: 35px;
  }
}
.qrest-service-section-s5 .service-single-item .text h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.qrest-service-section-s5 .service-single-item .text::before {
  background: #57b23e;
  transition: all 0.3s ease-in-out;
}
.qrest-service-section-s5 .owl-nav {
  display: none;
}
.qrest-service-section-s5 .owl-dots {
  text-align: center;
  margin-top: 35px;
}
.qrest-service-section-s5 .owl-dots button.owl-dot {
  width: 10px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background: #a4b6c0;
  margin: 0 7px;
  position: relative;
  border: 0;
}
@media (max-width: 1399px) {
  .qrest-service-section-s5 .owl-dots button.owl-dot {
    height: 10px;
  }
}
.qrest-service-section-s5 .owl-dots button.owl-dot.active {
  background-color: #57b23e;
}

/*8.3 qrest-choose-area-s3 */
.qrest-choose-area-s3 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .qrest-choose-area-s3 {
    padding-bottom: 30px;
  }
}
.qrest-choose-area-s3 .qrest-section-title-s5 {
  text-align: left;
}
@media (max-width: 1199px) {
  .qrest-choose-area-s3 .qrest-section-title-s5 h2 {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .qrest-choose-area-s3 .qrest-section-title-s5 h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .qrest-choose-area-s3 .qrest-section-title-s5 h2 {
    font-size: 25px;
  }
}
.qrest-choose-area-s3 .qrest-section-title-s5 h2::before {
  left: 57px;
}
.qrest-choose-area-s3 .choose-tab {
  margin-bottom: 0;
  border: transparent;
}
.qrest-choose-area-s3 .choose-tab .nav-link {
  padding: 25px 30px;
  background: #fff;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
  position: relative;
}
@media (max-width: 1199px) {
  .qrest-choose-area-s3 .choose-tab .nav-link {
    padding: 20px 10px;
  }
}
@media (max-width: 991px) {
  .qrest-choose-area-s3 .choose-tab .nav-link {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .qrest-choose-area-s3 .choose-tab .nav-link {
    margin-bottom: 10px;
  }
}
.qrest-choose-area-s3 .choose-tab .nav-link::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(39, 43, 52);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.qrest-choose-area-s3 .choose-tab .nav-link .icon-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.qrest-choose-area-s3 .choose-tab .nav-link .icon-bg i {
  font-size: 118px;
  color: rgba(255, 255, 255, 0.102);
}
@media (max-width: 1199px) {
  .qrest-choose-area-s3 .choose-tab .nav-link .icon-bg i {
    font-size: 100px;
  }
}
.qrest-choose-area-s3 .choose-tab .nav-link .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  background: #57b23e;
  transition: all 0.3s ease-in-out;
  display: block;
}
.qrest-choose-area-s3 .choose-tab .nav-link .icon i {
  font-size: 30px;
  color: rgb(255, 255, 255);
  line-height: 59px;
  transition: all 0.3s ease-in-out;
}
.qrest-choose-area-s3 .choose-tab .nav-link strong {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-family: "Rubik", sans-serif;
  color: #222222;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1199px) {
  .qrest-choose-area-s3 .choose-tab .nav-link strong {
    font-size: 16px;
  }
}
.qrest-choose-area-s3 .choose-tab .nav-link.active {
  background: transparent;
  box-shadow: 0px 0px 22px 0px transparent;
}
.qrest-choose-area-s3 .choose-tab .nav-link.active::before {
  content: "";
  background: rgb(39, 43, 52);
  opacity: 1;
  visibility: visible;
}
.qrest-choose-area-s3 .choose-tab .nav-link.active .icon {
  background: #fff;
}
.qrest-choose-area-s3 .choose-tab .nav-link.active .icon i {
  color: #57b23e;
}
.qrest-choose-area-s3 .choose-tab .nav-link.active strong {
  color: #fff;
}
.qrest-choose-area-s3 .choose-tab .choose-tab-contnet {
  padding-left: 0;
}
.qrest-choose-area-s3 .choose-tab .choose-tab-contnet ul {
  list-style: none;
}
.qrest-choose-area-s3 .choose-tab .choose-tab-contnet ul li {
  font-size: 17px;
  line-height: 30px;
  font-family: "Fira Sans", sans-serif;
  color: rgb(102, 102, 102);
  text-align: left;
  padding-left: 40px;
  position: relative;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  margin-bottom: 20px;
}
.qrest-choose-area-s3 .choose-tab .choose-tab-contnet ul li::before {
  content: "\eed9";
  font-family: IcoFont !important;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  text-align: center;
  left: 0;
  top: 50%;
  background: #57b23e;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .qrest-choose-area-s3 .choose-img {
    max-width: 400px;
    margin: 0 auto;
  }
}

/*8.4 qrest-cta-section-s5 */
.qrest-cta-section-s5 {
  background: url(../images/cta/bg-3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.qrest-cta-section-s5 .qrest-section-title-s5 {
  margin-bottom: 0;
}
.qrest-cta-section-s5 .qrest-section-title-s5 h2 {
  font-size: 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .qrest-cta-section-s5 .qrest-section-title-s5 h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .qrest-cta-section-s5 .qrest-section-title-s5 h2 {
    font-size: 25px;
  }
}
.qrest-cta-section-s5 .qrest-section-title-s5 p {
  padding: 0 150px;
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .qrest-cta-section-s5 .qrest-section-title-s5 p {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .qrest-cta-section-s5 .qrest-section-title-s5 p {
    margin-bottom: 30px;
  }
}

/*8.5 qrest-project-section-s5 */
.qrest-project-section-s5 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .qrest-project-section-s5 {
    padding-bottom: 60px;
  }
}
@media (max-width: 757px) {
  .qrest-project-section-s5 {
    padding-bottom: 50px;
  }
}
.qrest-project-section-s5 .project-wrap {
  margin: 0 140px;
}
@media (max-width: 1699px) {
  .qrest-project-section-s5 .project-wrap {
    margin: 0 100px;
  }
}
@media (max-width: 1599px) {
  .qrest-project-section-s5 .project-wrap {
    margin: 0 80px;
  }
}
@media (max-width: 1499px) {
  .qrest-project-section-s5 .project-wrap {
    margin: 0 60px;
  }
}
@media (max-width: 1399px) {
  .qrest-project-section-s5 .project-wrap {
    margin: 0 40px;
  }
}
@media (max-width: 1199px) {
  .qrest-project-section-s5 .project-wrap {
    margin: 0px;
  }
}
.qrest-project-section-s5 .project-wrap .project-single {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.qrest-project-section-s5 .project-wrap .project-single::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 0;
  opacity: 0.6;
  background: #272b34;
  z-index: 11;
  transition: all 0.3s ease-in-out;
}
.qrest-project-section-s5 .project-wrap .project-single .image img {
  width: 100%;
}
.qrest-project-section-s5 .project-wrap .project-single .content {
  z-index: 11;
  text-align: left;
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .qrest-project-section-s5 .project-wrap .project-single .content {
    padding: 20px;
  }
}
.qrest-project-section-s5 .project-wrap .project-single .content h2 a {
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  padding-left: 0px;
}
@media (max-width: 1199px) {
  .qrest-project-section-s5 .project-wrap .project-single .content h2 a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .qrest-project-section-s5 .project-wrap .project-single .content h2 a {
    font-size: 25px;
  }
}
.qrest-project-section-s5 .project-wrap .project-single .content h2 a::before {
  display: none;
}
.qrest-project-section-s5 .project-wrap .project-single .content h2:hover a {
  color: #57b23e;
}
.qrest-project-section-s5 .project-wrap .project-single .content p {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: #fff;
}
.qrest-project-section-s5 .project-wrap .project-single .content a {
  position: relative;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  padding-left: 15px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.qrest-project-section-s5 .project-wrap .project-single .content a::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.qrest-project-section-s5 .project-wrap .project-single .content .icon {
  position: absolute;
  right: 35px;
  bottom: 15px !important;
  width: 55px;
  height: 60px;
  top: auto;
}
.qrest-project-section-s5 .project-wrap .project-single:hover::before {
  height: 100%;
}
.qrest-project-section-s5 .project-wrap .project-single:hover .content {
  bottom: 0;
}
.qrest-project-section-s5 .owl-nav {
  display: none;
}
.qrest-project-section-s5 .owl-dots {
  text-align: center;
}
.qrest-project-section-s5 .owl-dots button.owl-dot {
  width: 10px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background: #a4b6c0;
  margin: 0 7px;
  position: relative;
  border: 0;
}
@media (max-width: 1399px) {
  .qrest-project-section-s5 .owl-dots button.owl-dot {
    height: 10px;
  }
}
.qrest-project-section-s5 .owl-dots button.owl-dot.active {
  background-color: #57b23e;
}

/*8.6 qrest-skill-section-s3 */
.qrest-skill-section-s3 {
  padding-bottom: 0;
}
.qrest-skill-section-s3 .qrest-skill-content {
  padding: 65px 45px;
  background: rgb(240, 246, 250);
  height: 600px;
}
@media (max-width: 991px) {
  .qrest-skill-section-s3 .qrest-skill-content {
    height: auto;
  }
}
@media (max-width: 767px) {
  .qrest-skill-section-s3 .qrest-skill-content {
    padding: 30px 20px;
  }
}
.qrest-skill-section-s3 .qrest-skill-content .qrest-section-title-s5 {
  text-align: left;
  margin-bottom: 20px;
}
.qrest-skill-section-s3 .qrest-skill-content .qrest-section-title-s5 h2::before {
  left: 55px;
}
.qrest-skill-section-s3 .qrest-skill-content .progress-wrap .progress-item .donate-progress {
  margin-top: 5px;
  border: 1px solid transparent;
  border-radius: 0;
  background: #e4e4e4;
}
.qrest-skill-section-s3 .qrest-skill-content .progress-wrap .progress-item .donate-progress .cssProgress-bar {
  background: #57b23e;
  border-radius: 0px;
  margin: 0;
}
.qrest-skill-section-s3 .qrest-skill-content .progress-wrap .progress-item .cssProgress-label {
  color: #003333;
}
.qrest-skill-section-s3 .qrest-skill-content .progress-wrap .progress-item .progress-text span {
  color: #003333;
}
.qrest-skill-section-s3 .qrest-skill-content .theme-btn-s5 {
  margin-top: 50px;
}
.qrest-skill-section-s3 .qrest-skill-image {
  height: 600px;
}
@media (max-width: 991px) {
  .qrest-skill-section-s3 .qrest-skill-image {
    height: auto;
  }
}
.qrest-skill-section-s3 .qrest-skill-image img {
  width: 100%;
  height: 600px;
}
@media (max-width: 991px) {
  .qrest-skill-section-s3 .qrest-skill-image img {
    height: auto;
  }
}

/*8.7 qrest-work-section */
.qrest-work-section {
  padding-top: 0;
}
.qrest-work-section .qrest-skill-content {
  padding: 65px 45px;
  background: rgb(240, 246, 250);
  height: 600px;
}
@media (max-width: 1199px) {
  .qrest-work-section .qrest-skill-content {
    padding: 60px 20px;
  }
}
@media (max-width: 991px) {
  .qrest-work-section .qrest-skill-content {
    height: auto;
  }
}
@media (max-width: 767px) {
  .qrest-work-section .qrest-skill-content {
    padding: 30px 20px;
  }
}
.qrest-work-section .qrest-skill-content .qrest-section-title-s5 {
  text-align: left;
  margin-bottom: 20px;
}
.qrest-work-section .qrest-skill-content .qrest-section-title-s5 h2 {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .qrest-work-section .qrest-skill-content .qrest-section-title-s5 h2 {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .qrest-work-section .qrest-skill-content .qrest-section-title-s5 h2 {
    font-size: 33px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .qrest-work-section .qrest-skill-content .qrest-section-title-s5 h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.qrest-work-section .qrest-skill-content .qrest-section-title-s5 h2::before {
  left: 55px;
}
.qrest-work-section .qrest-skill-content ul {
  list-style: none;
}
.qrest-work-section .qrest-skill-content ul li {
  font-size: 17px;
  line-height: 30px;
  font-family: "Fira Sans", sans-serif;
  color: rgb(102, 102, 102);
  text-align: left;
  padding-left: 40px;
  position: relative;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  margin-bottom: 10px;
}
.qrest-work-section .qrest-skill-content ul li::before {
  content: "\eed9";
  font-family: IcoFont !important;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  text-align: center;
  left: 0;
  top: 50%;
  background: #57b23e;
  transform: translateY(-50%);
}
.qrest-work-section .qrest-skill-content .theme-btn-s5 {
  margin-top: 25px;
}
.qrest-work-section .qrest-skill-image {
  height: 600px;
}
@media (max-width: 991px) {
  .qrest-work-section .qrest-skill-image {
    height: auto;
  }
}
.qrest-work-section .qrest-skill-image img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .qrest-work-section .qrest-skill-image img {
    height: auto;
  }
}

/*8.8 qrest-video-section */
.qrest-video-section {
  position: relative;
  z-index: 1;
}
.qrest-video-section .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.qrest-video-section .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.qrest-video-section .qrest-section-title-s5 {
  text-align: left;
  margin-right: 100px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .qrest-video-section .qrest-section-title-s5 {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .qrest-video-section .qrest-section-title-s5 {
    margin-right: 0;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .qrest-video-section .qrest-section-title-s5 {
    padding-top: 80px;
  }
}
.qrest-video-section .qrest-section-title-s5 h2 {
  color: #fff;
}
.qrest-video-section .qrest-section-title-s5 h2::before {
  left: 55px;
}
.qrest-video-section .qrest-section-title-s5 p {
  margin-right: 50px;
  color: #fff;
}
@media (max-width: 991px) {
  .qrest-video-section .qrest-section-title-s5 p {
    margin-right: 0;
  }
}
.qrest-video-section .qrest-section-title-s5 .theme-btn-s5 {
  margin-top: 30px;
}
.qrest-video-section .video-item {
  background: #fff;
}
@media (max-width: 991px) {
  .qrest-video-section .video-item {
    background: transparent;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .qrest-video-section .video-item {
    padding-bottom: 80px;
  }
}
.qrest-video-section .video-item ul {
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .qrest-video-section .video-item ul {
    display: block;
  }
}
.qrest-video-section .video-item ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px;
  background: #eff4f9;
  border-right: 2px solid #272b34;
}
@media (max-width: 1399px) {
  .qrest-video-section .video-item ul li {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .qrest-video-section .video-item ul li {
    margin-top: 20px;
  }
}
.qrest-video-section .video-item ul li:last-child {
  border-right: 2px solid transparent;
}
.qrest-video-section .video-item ul li .icon {
  border-radius: 50%;
  background: rgb(87, 178, 62);
  width: 60px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qrest-video-section .video-item ul li .icon i {
  color: #fff;
  font-size: 25px;
}
.qrest-video-section .video-item ul li h3 {
  padding-left: 20px;
  font-size: 20px;
  color: rgb(34, 34, 34);
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .qrest-video-section .video-item ul li h3 {
    padding-left: 11px;
    font-size: 16px;
  }
}
.qrest-video-section .images {
  width: 650px;
  height: 550px;
  border: 3px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media (max-width: 1399px) {
  .qrest-video-section .images {
    width: 500px;
    height: 400px;
    left: 56%;
    bottom: 3%;
  }
}
@media (max-width: 1199px) {
  .qrest-video-section .images {
    width: 450px;
    height: 350px;
    left: 58%;
    bottom: 5%;
  }
}
@media (max-width: 991px) {
  .qrest-video-section .images {
    display: none;
  }
}
.qrest-video-section .images .video-item {
  display: inline-block;
  background: transparent;
  position: absolute;
  top: 55px;
  left: 55px;
}
.qrest-video-section .images .video-btn {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 61px;
  text-align: center;
  background: #57b23e;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.qrest-video-section .images .video-btn:before {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 140%;
  height: 140%;
  background: #57b23e;
  opacity: 0.8;
  content: "";
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
}
.qrest-video-section .images .video-btn i {
  font-size: 18px;
  color: #fff;
}

/*8.9 qrest-appointment-area-s2 */
.qrest-appointment-area-s2::before {
  display: none;
}
.qrest-appointment-area-s2 .side-image {
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  left: 5%;
}
@media (max-width: 1599px) {
  .qrest-appointment-area-s2 .side-image {
    left: 0;
  }
}
@media (max-width: 1399px) {
  .qrest-appointment-area-s2 .side-image {
    width: 600px;
  }
}
@media (max-width: 1199px) {
  .qrest-appointment-area-s2 .side-image {
    width: 500px;
  }
}
.qrest-appointment-area-s2 .qrest-section-title-s5 {
  text-align: left;
  margin-right: 80px;
}
@media (max-width: 1199px) {
  .qrest-appointment-area-s2 .qrest-section-title-s5 {
    margin-right: 0px;
  }
}
@media (max-width: 1199px) {
  .qrest-appointment-area-s2 .qrest-section-title-s5 h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .qrest-appointment-area-s2 .qrest-section-title-s5 h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .qrest-appointment-area-s2 .qrest-section-title-s5 h2 {
    font-size: 25px;
  }
}
.qrest-appointment-area-s2 .qrest-section-title-s5 h2::before {
  left: 60px;
}
.qrest-appointment-area-s2 .app-form .form-control {
  border: 1px solid rgb(221, 221, 221);
}
.qrest-appointment-area-s2 .form-btn {
  background: #57b23e;
}

/*8.10 qrest-blog-section-s5 */
.qrest-blog-section-s5 {
  background: url(../images/blog/blog-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.qrest-blog-section-s5 .blog-card-single .card-text {
  background: #fff;
}
.qrest-blog-section-s5 .blog-card-single .card-text .top-text strong {
  background: #272b34;
}
@media (max-width: 399px) {
  .qrest-blog-section-s5 .blog-card-single .card-text .top-text span {
    padding: 10px 13px;
  }
}
.qrest-blog-section-s5 .blog-card-single .card-text h2 {
  color: #272b34;
}
.qrest-blog-section-s5 .blog-card-single .card-text p {
  border-bottom: transparent;
  padding-bottom: 0;
}
.qrest-blog-section-s5 .blog-card-single .card-text .theme-btn-s5 {
  margin-left: 25px;
  color: #fff;
  padding: 10px 20px;
}
.qrest-blog-section-s5 .blog-card-single .card-text .theme-btn-s5 i {
  color: #57b23e;
  background: #fff;
}
.qrest-blog-section-s5 .blog-card-single:hover .card-text .top-text strong {
  background: #57b23e;
}
.qrest-blog-section-s5 .owl-dots button.owl-dot {
  width: 10px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background: #a4b6c0;
  margin: 0 7px;
  position: relative;
  border: 0;
}
@media (max-width: 1399px) {
  .qrest-blog-section-s5 .owl-dots button.owl-dot {
    height: 10px;
  }
}
.qrest-blog-section-s5 .owl-dots button.owl-dot.active {
  background-color: #57b23e;
  width: 10px;
}

/* 9. Home-style-6 */
/*9.1 qrest-service-section-s6 */
.qrest-service-section-s6 {
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .qrest-service-section-s6 {
    padding-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .qrest-service-section-s6 {
    padding-bottom: 55px;
  }
}
.qrest-service-section-s6 .qrest-section-title-s6 h2 {
  margin: 0 60px;
}
@media (max-width: 1199px) {
  .qrest-service-section-s6 .qrest-section-title-s6 h2 {
    margin: 0;
  }
}
.qrest-service-section-s6 .service-single-item {
  border-radius: 10px;
  background: #1f2127;
  box-shadow: none;
  padding: 45px 30px;
  z-index: 1;
  border: 1px dotted transparent;
}
@media (max-width: 1399px) {
  .qrest-service-section-s6 .service-single-item {
    padding: 30px 20px;
  }
}
.qrest-service-section-s6 .service-single-item .icon {
  margin: 0;
  border: 0;
  background: #399b06;
  width: 50px;
  height: 50px;
  z-index: 11;
  position: absolute;
  right: 30px;
}
@media (max-width: 991px) {
  .qrest-service-section-s6 .service-single-item .icon {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.qrest-service-section-s6 .service-single-item .icon i {
  font-size: 25px;
}
.qrest-service-section-s6 .service-single-item .text {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .qrest-service-section-s6 .service-single-item .text {
    text-align: center;
  }
}
.qrest-service-section-s6 .service-single-item .text h2 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.qrest-service-section-s6 .service-single-item .text h2 a {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 700;
  padding: 0;
}
@media (max-width: 1399px) {
  .qrest-service-section-s6 .service-single-item .text h2 a {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .qrest-service-section-s6 .service-single-item .text h2 a {
    font-size: 15px;
  }
}
.qrest-service-section-s6 .service-single-item .text h2:hover a {
  color: #399b06;
}
.qrest-service-section-s6 .service-single-item .text p {
  padding: 0;
  margin-bottom: 0;
  color: #fff;
}
.qrest-service-section-s6 .service-single-item:hover {
  border: 1px dotted #399b06;
}
.qrest-service-section-s6 .service-single-item.s2 .icon {
  right: auto;
  left: 30px;
}
@media (max-width: 991px) {
  .qrest-service-section-s6 .service-single-item.s2 .icon {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.qrest-service-section-s6 .service-single-item.s2 .text {
  text-align: left;
}
@media (max-width: 991px) {
  .qrest-service-section-s6 .service-single-item.s2 .text {
    text-align: center;
  }
}
.qrest-service-section-s6 .service-single-item.s2 .text h2 a {
  text-align: left;
}
@media (max-width: 991px) {
  .qrest-service-section-s6 .service-single-item.s2 .text h2 a {
    text-align: center;
  }
}
.qrest-service-section-s6 .service-wrap {
  position: relative;
}
.qrest-service-section-s6 .service-wrap .service-mid-img {
  width: 490px;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #399b06;
  border-radius: 225px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url(../images/services/service-bg-img-7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media (max-width: 991px) {
  .qrest-service-section-s6 .service-wrap .service-mid-img {
    display: none;
  }
}
.qrest-service-section-s6 .service-wrap .service-mid-img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  opacity: 0.8;
  z-index: -1;
}

/*9.2 qrest-fun-fact-area-s3 */
.qrest-fun-fact-area-s3 {
  background: url(../images/fun-fact-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.qrest-fun-fact-area-s3 .shape-3 {
  position: absolute;
  left: 100px;
  top: 0;
}
@media (max-width: 767px) {
  .qrest-fun-fact-area-s3 .shape-3 {
    display: none;
  }
}

/*9.3 qrest-about-section-s6 */
.qrest-about-section-s6 .about-left-content {
  margin-right: 50px;
}
@media (max-width: 991px) {
  .qrest-about-section-s6 .about-left-content {
    display: none;
    margin-right: 0px;
  }
}
.qrest-about-section-s6 .about-left-content .about-imags {
  width: 380px;
  height: 380px;
  border: 2px solid #399b06;
  border-radius: 50%;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .qrest-about-section-s6 .about-left-content .about-imags {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 991px) {
  .qrest-about-section-s6 .about-left-content .about-imags {
    display: none;
  }
}
.qrest-about-section-s6 .about-left-content .about-img-6 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .qrest-about-section-s6 .about-left-content .about-img-6 {
    display: none;
  }
}
@media (max-width: 991px) {
  .qrest-about-section-s6 .about-right-content {
    margin-top: 0;
  }
}
.qrest-about-section-s6 .about-right-content ul {
  list-style: none;
  margin-bottom: 50px;
}
.qrest-about-section-s6 .about-right-content ul li {
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  line-height: 1.588;
  color: #d9d4d4;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .qrest-about-section-s6 .about-right-content ul li {
    font-size: 15px;
  }
}
.qrest-about-section-s6 .about-right-content ul li::before {
  content: "\eed8";
  font-family: IcoFont !important;
  width: 20px;
  height: 20px;
  top: 3px;
  line-height: 22px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  background: #399b06;
  left: 0;
  position: absolute;
}
.qrest-about-section-s6 .qrest-section-title-s6 {
  text-align: left;
  margin-bottom: 35px;
}
.qrest-about-section-s6 .qrest-section-title-s6 h2 {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .qrest-about-section-s6 .qrest-section-title-s6 h2 {
    font-size: 33px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .qrest-about-section-s6 .qrest-section-title-s6 h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .qrest-about-section-s6 .qrest-section-title-s6 h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

/*9.4 .qrest-features-s6 */
.qrest-features-s6 {
  border-top: 1px solid #3b3b3c;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .qrest-features-s6 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .qrest-features-s6 {
    padding-bottom: 50px;
  }
}
.qrest-features-s6 .qrest-section-title-s6 {
  text-align: left;
}
@media (max-width: 991px) {
  .qrest-features-s6 .qrest-section-title-s6 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .qrest-features-s6 .qrest-section-title-s6 h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .qrest-features-s6 .features-wrap {
    margin-top: 30px;
  }
}
.qrest-features-s6.s2 {
  background: #121214;
}

.features-single {
  position: relative;
  z-index: 1;
  background: #1f2127;
  padding: 40px 10px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  height: 370px;
}
@media (max-width: 575px) {
  .features-single {
    height: 350px;
  }
}
.features-single .images-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.features-single .images-bg img {
  height: 370px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.features-single .images-bg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #399b06;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.features-single .images-bg img {
  width: 100%;
}
.features-single .icon {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #399b06;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  border: 5px solid #ffffff;
  position: relative;
  z-index: 1111;
  margin-top: 25px;
}
.features-single .icon i {
  font-size: 40px;
  color: #fff;
}
.features-single .text {
  transition: all 0.3s ease-in-out;
}
.features-single .text h2 {
  margin-bottom: 30px;
}
.features-single .text h2 a {
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 700;
  margin-top: 30px;
}
.features-single .text p {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.features-single .text .btn-11 {
  position: relative;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  padding-left: 15px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.features-single .text .btn-11::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 7px;
  height: 7px;
  background: #399b06;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.features-single:hover {
  background: transparent;
  padding-top: 80px;
  height: 370px;
}
.features-single:hover .images-bg {
  opacity: 1;
  visibility: visible;
}
.features-single:hover .images-bg::before {
  opacity: 0.8;
  visibility: visible;
}
.features-single:hover .images-bg img {
  width: 100%;
}
.features-single:hover .icon {
  position: relative;
  top: 44px;
}
.features-single:hover .text {
  padding: 87px 0;
  background-color: rgb(18, 18, 20);
  opacity: 0.678;
  margin: 0 -10px;
  margin-bottom: -40px;
}
@media (max-width: 991px) {
  .features-single:hover .text {
    padding-top: 95px;
  }
}
.features-single:hover .text h2 {
  margin-bottom: 0px;
}
.features-single:hover .text h2 a {
  margin-top: 0px;
}
.features-single:hover .text p {
  display: none;
}
.features-single:hover .text .btn-11 {
  display: none;
}

/*9.5 qrest-portfolio-area-section-s6 */
.qrest-portfolio-area-section-s6 {
  padding-top: 0;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .qrest-portfolio-area-section-s6 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .qrest-portfolio-area-section-s6 {
    padding-bottom: 50px;
  }
}
.qrest-portfolio-area-section-s6 .portfolio-top-content {
  background: url(../images/portfolio/bg-s6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.qrest-portfolio-area-section-s6 .portfolio-top-content::before {
  background: #1b4962;
  opacity: 0.831;
}
.qrest-portfolio-area-section-s6 .qrest-section-title-s6 {
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .qrest-portfolio-area-section-s6 .qrest-section-title-s6 {
    margin-bottom: 0;
  }
}
.qrest-portfolio-area-section-s6 .qrest-section-title-s6 h2 {
  margin-right: 120px;
}
@media (max-width: 1199px) {
  .qrest-portfolio-area-section-s6 .qrest-section-title-s6 h2 {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .qrest-portfolio-area-section-s6 .qrest-section-title-s6 h2 {
    margin-bottom: 0;
  }
}
.qrest-portfolio-area-section-s6 .qrest-section-title-s6 p {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .qrest-portfolio-area-section-s6 .qrest-section-title-s6 p {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .qrest-portfolio-area-section-s6 .category {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .qrest-portfolio-area-section-s6 .category .category-item li {
    margin-right: 0;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
}
.qrest-portfolio-area-section-s6 .category .category-item li.current {
  background: #399b06;
}
.qrest-portfolio-area-section-s6 .portfolio-wrap .portfolio-single-card .text {
  background-color: #399b06;
}
.qrest-portfolio-area-section-s6 .portfolio-wrap .portfolio-single-card .text a i {
  color: #399b06;
}
.qrest-portfolio-area-section-s6 .portfolio-wrap .portfolio-single-card .text h2 {
  text-decoration: underline;
}

/*9.6 qrest-video-section-s3 */
.qrest-video-section-s3 {
  position: relative;
  z-index: 1;
  background: url(../images/video-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 100px 0 300px;
  margin-bottom: 235px;
}
@media (max-width: 1199px) {
  .qrest-video-section-s3 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .qrest-video-section-s3 {
    margin-bottom: 0px;
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .qrest-video-section-s3 {
    padding: 80px 0;
  }
}
.qrest-video-section-s3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1b4962;
  opacity: 0.851;
  z-index: -1;
}
.qrest-video-section-s3 .video-wrap {
  text-align: center;
}
.qrest-video-section-s3 .video-wrap h3 {
  font-size: 40px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .qrest-video-section-s3 .video-wrap h3 {
    font-size: 30px;
  }
}
.qrest-video-section-s3 .video-wrap p {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  margin: 30px 50px;
}
@media (max-width: 767px) {
  .qrest-video-section-s3 .video-wrap p {
    margin: 15px 0;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .qrest-video-section-s3 .video-wrap .plan {
    display: block;
  }
}
.qrest-video-section-s3 .video-wrap .plan .pop-up-video {
  background: transparent;
  border: 2px solid #fff;
  width: 70px;
  height: 70px;
}
.qrest-video-section-s3 .video-wrap .plan .pop-up-video .video-btn {
  background: transparent;
}
.qrest-video-section-s3 .bottom-img {
  position: absolute;
  left: 50%;
  top: 63%;
  width: 1175px;
  height: 475px;
  transform: translateX(-50%);
  border-radius: 100px;
}
@media (max-width: 1199px) {
  .qrest-video-section-s3 .bottom-img {
    width: 800px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .qrest-video-section-s3 .bottom-img {
    display: none;
  }
}

/*9.7 qrest-testimoniyal-section */
.qrest-testimoniyal-section .qrest-section-title-s6 {
  text-align: left;
}
@media (max-width: 991px) {
  .qrest-testimoniyal-section .qrest-section-title-s6 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .qrest-testimoniyal-section .qrest-section-title-s6 h2 {
    margin-bottom: 10px;
  }
}
.qrest-testimoniyal-section .qrest-section-title-s6 p {
  text-align: left;
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: #d9d4d4;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .qrest-testimoniyal-section .qrest-section-title-s6 p {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .qrest-testimoniyal-section .testimoniyal-slider {
    margin-top: 30px;
  }
}
.qrest-testimoniyal-section .testimoniyal-slider .owl-nav {
  display: none;
}
.qrest-testimoniyal-section .testimoniyal-slider .owl-dots {
  text-align: center;
  margin-top: 35px;
}
.qrest-testimoniyal-section .testimoniyal-slider .owl-dots button.owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  display: inline-block;
  background: #99999a;
  margin: 0 4px;
  position: relative;
  border: 0;
}
.qrest-testimoniyal-section .testimoniyal-slider .owl-dots button.owl-dot.active {
  background-color: #399b06;
}

.testimoniyal-item {
  padding: 40px 30px;
  padding-bottom: 70px;
  background: #1f2127;
  border-radius: 30px;
  text-align: center;
  border: 1px dotted transparent;
  position: relative;
  margin-bottom: 75px;
  transition: all 0.3s;
}
.testimoniyal-item .q-icon {
  width: 50px;
  height: 40px;
  margin: 0 auto;
}
.testimoniyal-item .reting {
  list-style: none;
  margin-top: 25px;
  margin-bottom: 25px;
}
.testimoniyal-item .reting li {
  display: inline;
}
.testimoniyal-item .reting li i {
  color: #399b06;
  font-size: 21px;
}
.testimoniyal-item p {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  font-style: italic;
}
.testimoniyal-item h3 {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
}
.testimoniyal-item span {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #fff;
}
.testimoniyal-item .image {
  width: 85px;
  height: 85px;
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translate(-50%, -50%);
}
.testimoniyal-item .image img {
  border-radius: 50%;
}
.testimoniyal-item:hover {
  border: 1px dotted #399b06;
}

/*9.8 qrest-newslatter-section-s2 */
.qrest-newslatter-section-s2 {
  padding: 110px 0;
  background: url(../images/newslatter/bg-s2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .qrest-newslatter-section-s2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .qrest-newslatter-section-s2 {
    padding: 80px 0;
  }
}
.qrest-newslatter-section-s2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(57, 155, 6);
  opacity: 0.851;
  z-index: -1;
}
.qrest-newslatter-section-s2 .newslatter-content {
  padding-right: 50px;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .qrest-newslatter-section-s2 .newslatter-content {
    padding-right: 0px;
  }
}
.qrest-newslatter-section-s2 .newslatter-content.s2 {
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .qrest-newslatter-section-s2 .newslatter-content.s2 {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .qrest-newslatter-section-s2 .newslatter-content.s2 {
    margin-top: 20px;
  }
}
.qrest-newslatter-section-s2 .email-btn .input-1 .submit button {
  background: #399b06;
}
.qrest-newslatter-section-s2 .newslatter-content p {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*9.9 qrest-blog-section-s6 */
.qrest-blog-section-s6 .qrest-section-title-s6 {
  text-align: left;
}
@media (max-width: 991px) {
  .qrest-blog-section-s6 .qrest-section-title-s6 {
    margin-bottom: 0;
  }
}
.qrest-blog-section-s6 .qrest-section-title-s6 h2 {
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .qrest-blog-section-s6 .qrest-section-title-s6 h2 {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .qrest-blog-section-s6 .qrest-section-title-s6 h2 {
    margin-bottom: 10px;
  }
}
.qrest-blog-section-s6 .qrest-section-title-s6 p {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .qrest-blog-section-s6 .qrest-section-title-s6 p {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .qrest-blog-section-s6 .blog-wrap {
    margin-top: 30px;
  }
}
.qrest-blog-section-s6 .owl-dots button.owl-dot.active {
  background-color: #399b06;
}
.qrest-blog-section-s6 .active.center .blog-card-single .card-text .top-text strong {
  background: #399b06;
}
.qrest-blog-section-s6 .active.center .blog-card-single .card-text a {
  color: #399b06;
}
.qrest-blog-section-s6 .active.center .blog-card-single .card-text a i {
  background: #399b06;
}
.qrest-blog-section-s6 .blog-card-single .card-text .top-text strong {
  background: #399b06;
}
@media (max-width: 575px) {
  .qrest-blog-section-s6 .blog-card-single .card-text .top-text span {
    padding: 10px 10px;
  }
}
.qrest-blog-section-s6 .blog-card-single .card-text h2 {
  color: #fff;
}
.qrest-blog-section-s6 .blog-card-single .card-text p {
  color: #d9d4d4;
  border-bottom: 1px solid #787879;
}
.qrest-blog-section-s6 .blog-card-single .card-text a {
  color: #fff;
}
.qrest-blog-section-s6 .blog-card-single .card-text a i {
  background: #399b06;
  color: #000;
}
.qrest-blog-section-s6 .blog-card-single:hover .card-text .top-text strong {
  background: #399b06;
}
.qrest-blog-section-s6 .blog-card-single:hover .card-text a {
  color: #399b06;
}
.qrest-blog-section-s6 .blog-card-single:hover .card-text a i {
  background: #399b06;
}

/* 10. Home-style-7 */
/*10.1 qrest-about-section-s7 */
.qrest-about-section-s7 {
  position: relative;
  overflow: hidden;
}
.qrest-about-section-s7 .about-left {
  position: relative;
  left: -50px;
}
@media (max-width: 1199px) {
  .qrest-about-section-s7 .about-left {
    left: 0;
    top: 15%;
  }
}
@media (max-width: 991px) {
  .qrest-about-section-s7 .about-left {
    top: 0;
    width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .qrest-about-section-s7 .about-left {
    width: 300px;
  }
}
.qrest-about-section-s7 .about-left img {
  width: 100%;
}
.qrest-about-section-s7 .about-left .shape {
  position: absolute;
  left: -10px;
  top: 0;
  z-index: -1;
}
.qrest-about-section-s7 .about-left .shape-1 {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: -1;
}
@media (max-width: 991px) {
  .qrest-about-section-s7 .about-left .shape-1 {
    display: none;
  }
}
@media (max-width: 991px) {
  .qrest-about-section-s7 .about-right {
    margin-top: 50px;
  }
}
.qrest-about-section-s7 .about-right .qrest-section-title-s7 {
  text-align: left;
  margin-right: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .qrest-about-section-s7 .about-right .qrest-section-title-s7 {
    margin-right: 0;
  }
}
.qrest-about-section-s7 .about-right .qrest-section-title-s7 h2 {
  margin-bottom: 10px;
}
@media (max-width: 399px) {
  .qrest-about-section-s7 .about-right .about-right-item {
    display: block;
  }
}
.qrest-about-section-s7 .about-right .about-right-item .icon {
  width: 100px;
  height: 100px;
  border-radius: 0;
  position: relative;
  box-shadow: 0px 0px 8px 0px transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.qrest-about-section-s7 .about-right .about-right-item .icon::before {
  position: absolute;
  left: -8px;
  top: -6px;
  width: 100%;
  height: 100%;
  content: url(../images/shape-8.png);
  z-index: -1;
}
@media (max-width: 1199px) {
  .qrest-about-section-s7 .about-right .about-right-item .text {
    margin-right: 0;
  }
}
@media (max-width: 399px) {
  .qrest-about-section-s7 .about-right .about-right-item .text {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .qrest-about-section-s7 .about-right .about-right-item .text h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .qrest-about-section-s7 .about-right .about-right-item .text h4 {
    font-size: 16px;
  }
}
.qrest-about-section-s7 .about-right .sing {
  border-top: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-top: 20px;
}
.qrest-about-section-s7 .about-right .sing .sing-man {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .qrest-about-section-s7 .about-right .sing .sing-man .image {
    max-width: 200px;
  }
}
.qrest-about-section-s7 .about-right .sing .sing-man .text {
  text-align: left;
  margin-left: 20px;
}
.qrest-about-section-s7 .about-right .sing .sing-man .text h4 {
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #222222;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .qrest-about-section-s7 .about-right .sing .sing-man .text h4 {
    font-size: 15px;
  }
}
.qrest-about-section-s7 .about-right .sing .sing-man .text span {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #636363;
}
.qrest-about-section-s7 .about-right .sing .singe-img {
  margin-left: 50px;
}
@media (max-width: 575px) {
  .qrest-about-section-s7 .about-right .sing .singe-img {
    max-width: 100px;
    margin-left: 0;
  }
}
.qrest-about-section-s7 .shape-111 {
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: -1;
}
@media (max-width: 1599px) {
  .qrest-about-section-s7 .shape-111 {
    right: -150px;
    top: -150px;
  }
}
@media (max-width: 1499px) {
  .qrest-about-section-s7 .shape-111 {
    right: -200px;
    top: -200px;
  }
}
@media (max-width: 767px) {
  .qrest-about-section-s7 .shape-111 {
    display: none;
  }
}

/*10.2 qrest-service-section-s7 */
.qrest-service-section-s7 {
  background-color: rgb(34, 31, 60);
  border-bottom-left-radius: 900px 400px;
  border-bottom-right-radius: 900px 400px;
  position: relative;
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .qrest-service-section-s7 {
    padding-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .qrest-service-section-s7 {
    padding-bottom: 55px;
  }
}
.qrest-service-section-s7 .qrest-section-title-s7 h2 {
  color: #fff;
}
.qrest-service-section-s7 .qrest-section-title-s7 p {
  color: #fff;
}
.qrest-service-section-s7 .service-single-item {
  text-align: left;
  padding: 50px 40px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: none;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .qrest-service-section-s7 .service-single-item {
    padding: 30px 20px;
  }
}
.qrest-service-section-s7 .service-single-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.qrest-service-section-s7 .service-single-item .icon {
  margin: 0;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
  transition: all 0.3s ease-in-out;
}
.qrest-service-section-s7 .service-single-item .icon i {
  transition: all 0.3s ease-in-out;
}
.qrest-service-section-s7 .service-single-item span {
  font-size: 50px;
  font-family: "Rubik", sans-serif;
  color: rgba(182, 182, 182, 0.2392156863);
  font-weight: 700;
  position: absolute;
  right: 40px;
  top: 60px;
}
.qrest-service-section-s7 .service-single-item .text {
  margin-top: 35px;
}
.qrest-service-section-s7 .service-single-item .text h2 {
  margin: 0;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.qrest-service-section-s7 .service-single-item .text h2 a {
  color: #222222;
  padding-left: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .qrest-service-section-s7 .service-single-item .text h2 a {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .qrest-service-section-s7 .service-single-item .text h2 a {
    font-size: 20px;
  }
}
.qrest-service-section-s7 .service-single-item .text p {
  color: #636363;
  padding: 0;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.qrest-service-section-s7 .service-single-item .text a {
  color: #fff;
  padding: 15px 25px;
  transition: all 0.3s ease-in-out;
}
.qrest-service-section-s7 .service-single-item .text a::before {
  display: none;
}
.qrest-service-section-s7 .service-single-item:hover {
  background: transparent;
}
.qrest-service-section-s7 .service-single-item:hover::before {
  opacity: 1;
  visibility: visible;
}
.qrest-service-section-s7 .service-single-item:hover .icon {
  background: #fff;
}
.qrest-service-section-s7 .service-single-item:hover .icon i {
  color: #1490fc;
}
.qrest-service-section-s7 .service-single-item:hover .text h2 a {
  color: #fff;
}
.qrest-service-section-s7 .service-single-item:hover .text p {
  color: #fff;
}
.qrest-service-section-s7 .service-single-item:hover .text .theme-btn-s7 {
  color: #1490fc;
}
.qrest-service-section-s7 .service-single-item:hover .text .theme-btn-s7::after {
  background: #fff;
}
.qrest-service-section-s7 .shape-1 {
  position: absolute;
  right: 0;
  top: 50px;
}
@media (max-width: 767px) {
  .qrest-service-section-s7 .shape-1 {
    display: none;
  }
}
.qrest-service-section-s7 .shape-2 {
  position: absolute;
  left: 100px;
  bottom: 220px;
}
@media (max-width: 767px) {
  .qrest-service-section-s7 .shape-2 {
    display: none;
  }
}
.qrest-service-section-s7 .shape-3 {
  position: absolute;
  right: 100px;
  bottom: 30%;
  width: 80px;
  height: 80px;
  background: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .qrest-service-section-s7 .shape-3 {
    display: none;
  }
}

/*10.3 qrest-choose-section-s4 */
.qrest-choose-section-s4 {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .qrest-choose-section-s4 {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .qrest-choose-section-s4 {
    padding-bottom: 60px;
  }
}
.qrest-choose-section-s4 .images {
  position: absolute;
  top: 27%;
  right: 5%;
}
@media (max-width: 1499px) {
  .qrest-choose-section-s4 .images {
    right: -2%;
  }
}
@media (max-width: 1399px) {
  .qrest-choose-section-s4 .images {
    right: -11%;
  }
}
@media (max-width: 1199px) {
  .qrest-choose-section-s4 .images {
    max-width: 500px;
    right: -4%;
    top: 40%;
  }
}
@media (max-width: 991px) {
  .qrest-choose-section-s4 .images {
    display: none;
  }
}
.qrest-choose-section-s4 .images .shape {
  position: absolute;
  left: -40px;
  bottom: -4px;
  z-index: -1;
}
@media (max-width: 991px) {
  .qrest-choose-section-s4 .images .shape {
    display: none;
  }
}
.qrest-choose-section-s4 .shape-11 {
  position: absolute;
  right: 0;
  top: 170px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .qrest-choose-section-s4 .shape-11 {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .qrest-choose-section-s4 .shape-11 {
    display: none;
  }
}

.choose-left .qrest-section-title-s7 {
  text-align: left;
  margin-bottom: 30px;
  margin-right: 150px;
}
@media (max-width: 1399px) {
  .choose-left .qrest-section-title-s7 {
    margin-right: 0px;
  }
}
.choose-left .qrest-section-title-s7 h2 {
  margin-bottom: 10px;
}

.choose-left-item ul li {
  padding: 50px 20px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #d9d4d4;
  position: relative;
  overflow: hidden;
  width: 45%;
  display: inline-block;
  z-index: 1;
  margin-right: 15px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .choose-left-item ul li {
    width: 255px;
  }
}
@media (max-width: 1199px) {
  .choose-left-item ul li {
    padding: 25px 15px;
    width: 200px;
  }
}
@media (max-width: 991px) {
  .choose-left-item ul li {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .choose-left-item ul li {
    width: 100%;
    margin-right: 0px;
  }
}
.choose-left-item ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: -1;
}
.choose-left-item ul li .icon {
  border-radius: 12px;
  background: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
  transition: all 0.3s ease-in-out;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.choose-left-item ul li .icon i {
  transition: all 0.3s ease-in-out;
  font-size: 40px;
  color: #fff;
}
.choose-left-item ul li h3 {
  margin: 0;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  color: #222222;
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .choose-left-item ul li h3 {
    font-size: 20px;
  }
}
.choose-left-item ul li p {
  color: #636363;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
  font-size: 17px;
}
.choose-left-item ul li:hover::before {
  opacity: 1;
  visibility: visible;
}
.choose-left-item ul li:hover .icon {
  background: #fff;
}
.choose-left-item ul li:hover .icon i {
  color: #1490fc;
}
.choose-left-item ul li:hover h3 {
  color: #fff;
}
.choose-left-item ul li:hover p {
  color: #fff;
}

.choose-right {
  text-align: right;
}
@media (max-width: 991px) {
  .choose-right {
    display: none;
  }
}

/*10.4 qrest-video-area-s2 */
.qrest-video-area-s2 {
  height: 100%;
  background: url(../images/video-bg-3.jpg);
}
.qrest-video-area-s2:before {
  left: 0;
  border-radius: 0;
  background-color: rgb(0, 162, 255);
  width: 100%;
  height: 100%;
  top: 0;
  transform: unset;
  background-color: rgb(0, 22, 76);
  opacity: 0.569;
}
.qrest-video-area-s2 .video-content {
  margin-top: 0;
}
.qrest-video-area-s2 .play-video h3 {
  font-size: 50px;
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
  max-width: 750px;
  margin-bottom: 53px;
}
@media (max-width: 991px) {
  .qrest-video-area-s2 .play-video h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .qrest-video-area-s2 .play-video h3 {
    font-size: 30px;
  }
}
@media (max-width: 757px) {
  .qrest-video-area-s2 .play-video h3 {
    font-size: 25px;
  }
}
.qrest-video-area-s2 .play-video .video-btn {
  background: #fff;
}
.qrest-video-area-s2 .play-video .video-btn::before {
  width: 75px;
  height: 75px;
  background: rgba(255, 255, 255, 0.5333333333);
}
.qrest-video-area-s2 .play-video .video-btn::after {
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.519);
}
.qrest-video-area-s2 .play-video .video-btn i {
  background: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.qrest-video-area-s2 .play-video .theme-btn-s7 {
  margin-top: 72px;
}

/*10.5 qrest-portfolio-area-section-s7 */
.qrest-portfolio-area-section-s7 .portfolio-wrap {
  margin: 0 100px;
}
@media (max-width: 1599px) {
  .qrest-portfolio-area-section-s7 .portfolio-wrap {
    margin: 0 60px;
  }
}
@media (max-width: 1499px) {
  .qrest-portfolio-area-section-s7 .portfolio-wrap {
    margin: 0 40px;
  }
}
@media (max-width: 1399px) {
  .qrest-portfolio-area-section-s7 .portfolio-wrap {
    margin: 0;
  }
}
.qrest-portfolio-area-section-s7 .portfolio-wrap .portfolio-single-card {
  border-radius: 0;
  overflow: unset;
  position: relative;
  margin-bottom: 80px;
}
.qrest-portfolio-area-section-s7 .portfolio-wrap .portfolio-single-card::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  content: "";
  background: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.qrest-portfolio-area-section-s7 .portfolio-wrap .portfolio-single-card .images img {
  border-radius: 0;
}
.qrest-portfolio-area-section-s7 .portfolio-wrap .portfolio-single-card .text {
  bottom: -65px;
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  padding: 30px;
  text-align: left;
  width: 350px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 0px 117px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1199px) {
  .qrest-portfolio-area-section-s7 .portfolio-wrap .portfolio-single-card .text {
    width: 300px;
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .qrest-portfolio-area-section-s7 .portfolio-wrap .portfolio-single-card .text {
    padding: 20px 15px;
    width: 280px;
  }
}
.qrest-portfolio-area-section-s7 .portfolio-wrap .portfolio-single-card .text a {
  border-radius: 50%;
  background: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .qrest-portfolio-area-section-s7 .portfolio-wrap .portfolio-single-card .text a {
    right: 20px;
  }
}
.qrest-portfolio-area-section-s7 .portfolio-wrap .portfolio-single-card .text a i {
  color: #fff;
}
.qrest-portfolio-area-section-s7 .portfolio-wrap .portfolio-single-card .text span {
  background: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  display: inline-block;
}
.qrest-portfolio-area-section-s7 .portfolio-wrap .portfolio-single-card .text span .border-left {
  position: relative;
  padding-left: 20px;
}
.qrest-portfolio-area-section-s7 .portfolio-wrap .portfolio-single-card .text span .border-left::before {
  position: absolute;
  content: "";
  left: -1px;
  top: 50%;
  width: 18px;
  height: 1px;
  background: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
  transform: translateY(-50%);
}
.qrest-portfolio-area-section-s7 .portfolio-wrap .portfolio-single-card .text h2 {
  color: #020202;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .qrest-portfolio-area-section-s7 .portfolio-wrap .portfolio-single-card .text h2 {
    font-size: 20px;
  }
}
.qrest-portfolio-area-section-s7 .portfolio-wrap .portfolio-single-card:hover::before {
  opacity: 0.6;
  visibility: visible;
  height: 100%;
}
.qrest-portfolio-area-section-s7 .portfolio-wrap .portfolio-single-card:hover .text {
  bottom: 40px;
}

/*10.6 qrest-cta-section-s7 */
.qrest-cta-section-s7 {
  background: url(../images/cta/bg-4.jpg);
}
.qrest-cta-section-s7 .cta-text .icon {
  background-color: rgb(0, 162, 255);
}
.qrest-cta-section-s7 .cta-btn {
  padding: 12px 35px;
  color: #1490fc;
  border-radius: 6px;
}

/*10.7 qrest-team-section-s5 */
.qrest-team-section-s5 {
  position: relative;
  z-index: 11;
  overflow: hidden;
}
@media (max-width: 991px) {
  .qrest-team-section-s5 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .qrest-team-section-s5 {
    padding-bottom: 50px;
  }
}
.qrest-team-section-s5 .team-wrap .team-single-card {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
}
.qrest-team-section-s5 .team-wrap .team-single-card::before {
  position: absolute;
  content: "";
  left: -50px;
  top: -100px;
  width: 200px;
  height: 200px;
  border: 15px solid rgb(7, 130, 201);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.qrest-team-section-s5 .team-wrap .team-single-card .image {
  background: #d7d7d7;
  transition: all 0.3s ease-in-out;
}
.qrest-team-section-s5 .team-wrap .team-single-card .image img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.qrest-team-section-s5 .team-wrap .team-single-card .content {
  position: relative;
}
.qrest-team-section-s5 .team-wrap .team-single-card .content .sochal-item .menuschol-s2 {
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: rgb(111, 60, 240);
  position: absolute;
  right: 15px;
  z-index: 11;
  top: -20px;
  transform: translateX(-50%);
  cursor: pointer;
}
.qrest-team-section-s5 .team-wrap .team-single-card .content .sochal-item .menuschol-s2.active ~ .menu {
  opacity: 1;
  visibility: visible;
}
.qrest-team-section-s5 .team-wrap .team-single-card .content .sochal-item .menu {
  position: absolute;
  right: 15px;
  transform: translateX(-50%);
  z-index: 11;
  top: -190px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.qrest-team-section-s5 .team-wrap .team-single-card .content .sochal-item .menu ul li {
  list-style: none;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  background-color: rgb(255, 255, 255);
  text-align: center;
  transition: all 0.3s;
  border-bottom: 1px solid rgb(111, 60, 240);
}
.qrest-team-section-s5 .team-wrap .team-single-card .content .sochal-item .menu ul li:last-child {
  border-bottom: transparent;
}
.qrest-team-section-s5 .team-wrap .team-single-card .content .sochal-item .menu ul li a i {
  font-size: 20px;
  color: rgb(100, 100, 100);
  transition: all 0.3s;
}
.qrest-team-section-s5 .team-wrap .team-single-card .content .sochal-item .menu ul li:hover {
  background-color: rgb(111, 60, 240);
}
.qrest-team-section-s5 .team-wrap .team-single-card .content .sochal-item .menu ul li:hover a i {
  color: #fff;
}
.qrest-team-section-s5 .team-wrap .team-single-card .content .text {
  max-width: 100%;
  background: linear-gradient(-35deg, rgb(111, 60, 240) 0%, rgb(0, 162, 255) 100%);
  text-align: left;
  padding: 30px 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 117px 0px rgba(0, 0, 0, 0.12);
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.qrest-team-section-s5 .team-wrap .team-single-card .content .text h2 a {
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-weight: 700;
}
.qrest-team-section-s5 .team-wrap .team-single-card .content .text span {
  font-size: 17px;
  color: #fff;
}
.qrest-team-section-s5 .team-wrap .team-single-card .content .text p {
  padding-right: 80px;
  margin-bottom: 0;
  color: #fff;
  font-size: 17px;
  color: #fff;
}
@media (max-width: 1199px) {
  .qrest-team-section-s5 .team-wrap .team-single-card .content .text p {
    padding-right: 0;
  }
}
.qrest-team-section-s5 .team-wrap .team-single-card:hover::before {
  opacity: 1;
  visibility: visible;
}
.qrest-team-section-s5 .team-wrap .team-single-card:hover .image img {
  filter: grayscale(100%);
}

/*10.8 qrest-skill-area-s2 */
.qrest-skill-area-s2 {
  background-color: rgb(34, 31, 60);
  position: relative;
  z-index: 1;
  border-top-left-radius: 900px 400px;
  border-top-right-radius: 900px 400px;
  overflow: hidden;
  padding-top: 440px;
  margin-top: -440px;
}
@media (max-width: 991px) {
  .qrest-skill-area-s2 {
    padding-top: 90px;
    margin-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 767px) {
  .qrest-skill-area-s2 {
    padding-top: 80px;
  }
}
.qrest-skill-area-s2 .qrest-section-title-s7 {
  text-align: left;
  margin-bottom: 0;
}
.qrest-skill-area-s2 .qrest-section-title-s7 h2 {
  color: #fff;
  margin-bottom: 10px;
  margin-right: 50px;
}
.qrest-skill-area-s2 .qrest-section-title-s7 p {
  color: #fff;
}
.qrest-skill-area-s2 ul {
  list-style: none;
  margin-bottom: 50px;
  margin-top: 20px;
}
.qrest-skill-area-s2 ul li {
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  line-height: 1.588;
  color: #fff;
}
.qrest-skill-area-s2 ul li::before {
  content: "\eed8";
  font-family: IcoFont !important;
  width: 20px;
  height: 20px;
  top: 3px;
  line-height: 22px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  background: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
  left: 0;
  position: absolute;
}
@media (max-width: 991px) {
  .qrest-skill-area-s2 .skill-right-content {
    margin-top: 0;
  }
}
.qrest-skill-area-s2 .skill-right-content .image {
  position: relative;
  z-index: -1;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .qrest-skill-area-s2 .skill-right-content .image {
    width: 600px;
    height: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .qrest-skill-area-s2 .skill-right-content .image {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 575px) {
  .qrest-skill-area-s2 .skill-right-content .image {
    width: 300px;
    height: 300px;
  }
}
.qrest-skill-area-s2 .skill-right-content .image img {
  width: 100%;
  border-radius: 50%;
  border: 20px solid #fff;
}
.qrest-skill-area-s2 .skill-right-content .image .round-shape {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 20px solid #4860f5;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: -172px;
}
.qrest-skill-area-s2 .skill-right-content .shape-1 {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 20px solid #4860f5;
  z-index: -11;
  position: absolute;
  left: 20%;
  bottom: -37%;
}
@media (max-width: 991px) {
  .qrest-skill-area-s2 .skill-right-content .shape-1 {
    display: none;
  }
}
.qrest-skill-area-s2 .shape-10 {
  position: absolute;
  left: 85px;
  bottom: 145px;
}
@media (max-width: 1699px) {
  .qrest-skill-area-s2 .shape-10 {
    left: 0px;
  }
}
@media (max-width: 1599px) {
  .qrest-skill-area-s2 .shape-10 {
    display: none;
  }
}
.qrest-skill-area-s2 .shape-11 {
  position: absolute;
  right: 100px;
  top: 245px;
}
@media (max-width: 991px) {
  .qrest-skill-area-s2 .shape-11 {
    display: none;
  }
}
.qrest-skill-area-s2 .shape-12 {
  position: absolute;
  left: 290px;
  top: 250px;
  width: 80px;
  height: 80px;
  background: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .qrest-skill-area-s2 .shape-12 {
    display: none;
  }
}

.progress-wrap-s2 .progress-item {
  position: relative;
  margin-top: 20px;
}
.progress-wrap-s2 .progress-item .donate-progress {
  position: relative;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #1c88fb;
  border-radius: 10px;
}
.progress-wrap-s2 .progress-item .donate-progress .cssProgress-bar {
  display: block;
  float: left;
  width: 0%;
  height: 5px;
  margin: 3px;
  background: #1c88fb;
  box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
  transition: width 0.8s ease-in-out;
  border-radius: 10px;
}
.progress-wrap-s2 .progress-item .cssProgress-label {
  position: absolute;
  top: 12px;
  left: 95%;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 575px) {
  .progress-wrap-s2 .progress-item .cssProgress-label {
    left: 87%;
  }
}
.progress-wrap-s2 .progress-item .progress-text span {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  color: #fff;
  font-family: "Rubik", sans-serif;
}

/*10.9 qrest-blog-section-s7 */
.qrest-blog-section-s7 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .qrest-blog-section-s7 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .qrest-blog-section-s7 {
    padding-bottom: 50px;
  }
}
.qrest-blog-section-s7 .blog-card-single .images::before {
  display: none;
}
.qrest-blog-section-s7 .blog-card-single .card-text {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .qrest-blog-section-s7 .blog-card-single .card-text {
    padding: 30px 15px;
  }
}
.qrest-blog-section-s7 .blog-card-single .card-text::before {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.qrest-blog-section-s7 .blog-card-single .card-text .top-text span {
  background: transparent;
}
.qrest-blog-section-s7 .blog-card-single .card-text .top-text span::before {
  background: linear-gradient(-35deg, rgb(0, 162, 255) 0%, rgb(111, 60, 240) 100%);
  transition: all 0.3s;
}
.qrest-blog-section-s7 .blog-card-single .card-text .top-text strong {
  transition: all 0.3s;
}
.qrest-blog-section-s7 .blog-card-single .card-text .top-text span {
  transition: all 0.3s;
}
.qrest-blog-section-s7 .blog-card-single .card-text h2 {
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .qrest-blog-section-s7 .blog-card-single .card-text h2 {
    font-size: 20px;
  }
}
.qrest-blog-section-s7 .blog-card-single .card-text p {
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .qrest-blog-section-s7 .blog-card-single .card-text p {
    font-size: 15px;
  }
}
.qrest-blog-section-s7 .blog-card-single:hover .card-text::before {
  opacity: 1;
  visibility: visible;
}
.qrest-blog-section-s7 .blog-card-single:hover .card-text .top-text strong {
  color: #fff;
}
.qrest-blog-section-s7 .blog-card-single:hover .card-text .top-text span {
  color: #fff;
}
.qrest-blog-section-s7 .blog-card-single:hover .card-text .top-text span::before {
  color: #fff;
}
.qrest-blog-section-s7 .blog-card-single:hover .card-text h2 {
  color: #fff;
}
.qrest-blog-section-s7 .blog-card-single:hover .card-text p {
  color: #fff;
}

/*11. qrest-team-single-section */
.qrest-team-single-section .team-img img {
  width: 100%;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .qrest-team-single-section .team-img {
    margin-bottom: 20px;
  }
}
.qrest-team-single-section .team-single h2 {
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  color: #333333;
  font-weight: 700;
}
.qrest-team-single-section .team-single span {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: #636363;
  margin-bottom: 15px;
}
.qrest-team-single-section .team-single p {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: #636363;
  margin-bottom: 10px;
  margin-top: 15px;
}
.qrest-team-single-section .team-single .team-info {
  margin-top: 25px;
}
.qrest-team-single-section .team-single .team-info .single-info {
  display: inline-block;
  align-items: center;
  width: 255px;
  height: 60px;
}
.qrest-team-single-section .team-single .team-info .single-info .icon {
  display: inline;
  position: relative;
  top: -15px;
}
.qrest-team-single-section .team-single .team-info .single-info .icon i {
  font-size: 30px;
  color: #ec4760;
}
.qrest-team-single-section .team-single .team-info .single-info .text {
  margin-left: 15px;
  display: inline-block;
}
.qrest-team-single-section .team-single .team-info .single-info .text h3 {
  font-size: 20px;
  font-family: "Rubik", sans-serif;
  color: #333333;
  font-weight: 700;
}
.qrest-team-single-section .team-single .team-info .single-info .text span {
  font-size: 15px;
  font-family: "Fira Sans", sans-serif;
  color: #636363;
}
.qrest-team-single-section p {
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: #636363;
  line-height: 1.647;
  margin-right: 50px;
  margin: 0;
  margin-top: 50px;
}

/*12. qrest-projects-details-section */
.qrest-projects-details-section .project-all {
  background: #f3f8fb;
  padding: 50px 30px;
  margin-bottom: 30px;
}
.qrest-projects-details-section .project-all h2 {
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  color: #222222;
  font-weight: 700;
  margin-bottom: 15px;
}
.qrest-projects-details-section .project-all ul {
  list-style: none;
}
.qrest-projects-details-section .project-all ul li {
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #fff;
  margin-bottom: 20px;
  padding: 15px;
  padding-left: 35px;
}
.qrest-projects-details-section .project-all ul li:last-child {
  margin-bottom: 0;
}
.qrest-projects-details-section .project-all ul li::before {
  position: absolute;
  content: "\eed7";
  font-family: IcoFont !important;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  left: 10px;
  top: 50%;
  border-radius: 50%;
  color: #ec4760;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.qrest-projects-details-section .project-all ul li a {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #333333;
  text-align: left;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.qrest-projects-details-section .project-all ul li:hover {
  background: #ec4760;
}
.qrest-projects-details-section .project-all ul li:hover::before {
  color: #fff;
}
.qrest-projects-details-section .project-all ul li:hover a {
  color: #fff;
}
.qrest-projects-details-section .image-top {
  margin-bottom: 30px;
}
.qrest-projects-details-section .image-top img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 501px;
}
.qrest-projects-details-section .image {
  margin-top: 100px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .qrest-projects-details-section .image {
    margin-top: 50px;
  }
}
.qrest-projects-details-section .image img {
  border-radius: 12px;
  width: 100%;
}
.qrest-projects-details-section .project-item {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .qrest-projects-details-section .project-item {
    margin-top: 15px;
  }
}
.qrest-projects-details-section .project-item ul {
  list-style: none;
}
.qrest-projects-details-section .project-item ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: #636363;
  text-align: left;
  font-weight: 500;
}
.qrest-projects-details-section .project-item ul li:last-child {
  margin-bottom: 0;
}
.qrest-projects-details-section .project-item ul li::before {
  position: absolute;
  content: "\f00d";
  font-family: IcoFont !important;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  left: 0;
  top: 50%;
  border-radius: 50%;
  color: #ec4760;
  transform: translateY(-50%);
}

/*13. qrest-service-single-section  */
.qrest-service-single-section {
  /*** comments area ***/
  /*** comment-respond ***/
}
.qrest-service-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .qrest-service-single-section .entry-meta {
    margin: 25px 0;
  }
}
.qrest-service-single-section .entry-meta ul {
  list-style: none;
}
.qrest-service-single-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  float: left;
  text-transform: uppercase;
}
.qrest-service-single-section .entry-meta ul li a {
  color: #636893;
}
.qrest-service-single-section .entry-meta ul li a:hover {
  color: #ec4760;
}
.qrest-service-single-section .entry-meta ul li i {
  position: relative;
  top: 0;
  margin-right: 5px;
}
.qrest-service-single-section .entry-meta ul li i.fi:before {
  font-size: 13px;
}
.qrest-service-single-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.qrest-service-single-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  content: "";
  background: #ec4760;
}
@media (max-width: 440px) {
  .qrest-service-single-section .entry-meta ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .qrest-service-single-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .qrest-service-single-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media (max-width: 440px) {
  .qrest-service-single-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.qrest-service-single-section .entry-media img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.qrest-service-single-section .entry-media.s2 {
  margin-bottom: 20px;
}
.qrest-service-single-section .post {
  margin-top: 40px;
}
.qrest-service-single-section .post h2 {
  font-size: 40px;
  font-family: "Rubik", sans-serif;
  color: rgb(34, 34, 34);
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .qrest-service-single-section .post h2 {
    font-size: 25px;
  }
}
.qrest-service-single-section .post p {
  margin-bottom: 1.5em;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #636363;
  line-height: 1.647;
}
.qrest-service-single-section .project-item {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .qrest-service-single-section .project-item {
    margin-top: 15px;
  }
}
.qrest-service-single-section .project-item ul {
  list-style: none;
}
.qrest-service-single-section .project-item ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: #636363;
  text-align: left;
  font-weight: 500;
}
.qrest-service-single-section .project-item ul li:last-child {
  margin-bottom: 0;
}
.qrest-service-single-section .project-item ul li::before {
  position: absolute;
  content: "\f00d";
  font-family: IcoFont !important;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  left: 0;
  top: 50%;
  border-radius: 50%;
  color: #ec4760;
  transform: translateY(-50%);
}
.qrest-service-single-section .comments-area {
  margin-top: 70px;
}
.qrest-service-single-section .comments-area li > div {
  border-bottom: 1px solid #dddddd;
  padding: 35px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .qrest-service-single-section .comments-area li > div {
    padding: 35px 25px;
  }
}
.qrest-service-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}
.qrest-service-single-section .comments-area ol ul {
  list-style-type: none;
}
.qrest-service-single-section .comments-area .comments-title {
  font-weight: 700;
  margin: 0 0 1em;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #333333;
}
@media (max-width: 991px) {
  .qrest-service-single-section .comments-area .comments-title {
    font-size: 20px;
  }
}
.qrest-service-single-section .comments-area li > div {
  position: relative;
}
.qrest-service-single-section .comments-area .comment-theme {
  position: absolute;
  left: 0;
  top: 25%;
}
@media (max-width: 767px) {
  .qrest-service-single-section .comments-area .comment-theme {
    position: static;
  }
}
.qrest-service-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}
.qrest-service-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .qrest-service-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}
.qrest-service-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
}
.qrest-service-single-section .comments-area .comments-meta h4 {
  font-weight: 700;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #333333;
}
@media (max-width: 991px) {
  .qrest-service-single-section .comments-area .comments-meta h4 {
    font-size: 20px;
  }
}
.qrest-service-single-section .comments-area .comments-meta span {
  font-size: 15px;
  color: #6e6e6e;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
  font-family: "Fira Sans", sans-serif;
}
@media (max-width: 767px) {
  .qrest-service-single-section .comments-area .comments-meta span {
    padding-left: 0;
  }
}
.qrest-service-single-section .comments-area .comment-reply-link {
  font-weight: 600;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: rgb(237, 71, 96);
  margin-left: 50px;
}
.qrest-service-single-section .comments-area .comment-reply-link:hover {
  color: #ec4760;
}
.qrest-service-single-section .comment-respond {
  margin-top: 70px;
}
.qrest-service-single-section .comment-respond .comment-reply-title {
  font-size: 40px;
  font-family: "Rubik", sans-serif;
  color: rgb(34, 34, 34);
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .qrest-service-single-section .comment-respond .comment-reply-title {
    font-size: 25px;
  }
}
.qrest-service-single-section .comment-respond .comment-reply-subtitle {
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  color: rgb(51, 51, 51);
  font-weight: 700;
}
@media (max-width: 991px) {
  .qrest-service-single-section .comment-respond .comment-reply-subtitle {
    font-size: 20px;
  }
}
.qrest-service-single-section .comment-respond .form-control {
  width: 100%;
  margin-bottom: 20px;
  height: 60px;
  font-size: 17px;
  font-family: "Rubik";
  color: rgb(99, 99, 99);
}
.qrest-service-single-section .comment-respond .form-control:focus {
  box-shadow: 0 0 0 0.25rem transparent;
}
.qrest-service-single-section .comment-respond .form-control.s11 {
  height: 90px;
}
.qrest-service-single-section .comment-respond .theme-btn, .qrest-service-single-section .comment-respond .view-cart-btn {
  margin-top: 30px;
}

/* 14. qrest-blog-single-section */
.qrest-blog-single-section {
  /*** comments area ***/
  /*** comment-respond ***/
}
.qrest-blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .qrest-blog-single-section .entry-meta {
    margin: 25px 0;
  }
}
.qrest-blog-single-section .entry-meta ul {
  list-style: none;
}
.qrest-blog-single-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  float: left;
  text-transform: uppercase;
}
.qrest-blog-single-section .entry-meta ul li a {
  color: #636893;
}
.qrest-blog-single-section .entry-meta ul li a:hover {
  color: #ec4760;
}
.qrest-blog-single-section .entry-meta ul li i {
  position: relative;
  top: 0;
  margin-right: 5px;
}
.qrest-blog-single-section .entry-meta ul li i.fi:before {
  font-size: 13px;
}
.qrest-blog-single-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.qrest-blog-single-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  content: "";
  background: #ec4760;
}
@media (max-width: 440px) {
  .qrest-blog-single-section .entry-meta ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .qrest-blog-single-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .qrest-blog-single-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media (max-width: 440px) {
  .qrest-blog-single-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.qrest-blog-single-section .entry-media img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.qrest-blog-single-section .entry-media.s2 {
  margin-bottom: 20px;
}
.qrest-blog-single-section .post p {
  margin-bottom: 1.5em;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #636363;
  line-height: 1.647;
}
.qrest-blog-single-section blockquote {
  background-color: #f4f9fc;
  color: #636363;
  font-size: 20px;
  line-height: 1.6em;
  padding: 25px 0;
  padding-left: 80px;
  padding-right: 40px;
  margin-top: 60px;
  margin-bottom: 40px;
  margin-right: 150px;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  position: relative;
  font-style: italic;
}
@media (max-width: 767px) {
  .qrest-blog-single-section blockquote {
    padding: 55px 25px;
    margin: 0px;
    margin-bottom: 20px;
  }
}
.qrest-blog-single-section blockquote:before {
  content: url(../images/blog-details/q-con.png);
  position: absolute;
  left: 26px;
  top: 34px;
  width: 50px;
  height: 40px;
}
@media (max-width: 767px) {
  .qrest-blog-single-section blockquote:before {
    display: none;
  }
}
.qrest-blog-single-section blockquote::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #ec4760;
}
.qrest-blog-single-section .entry-list {
  display: inline-block;
}
.qrest-blog-single-section .entry-list ul {
  list-style: none;
  margin-right: 30px;
}
.qrest-blog-single-section .entry-list ul li {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #666666;
  text-align: left;
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  transition: all 0.3s;
  font-weight: 400;
}
.qrest-blog-single-section .entry-list ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.qrest-blog-single-section .entry-list ul li:hover {
  color: #ec4760;
  text-decoration: underline;
}
.qrest-blog-single-section .entry-list ul li:hover::before {
  background-color: #ec4760;
}
.qrest-blog-single-section .comments-area {
  margin-top: 70px;
}
.qrest-blog-single-section .comments-area li > div {
  border-bottom: 1px solid #dddddd;
  padding: 35px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .qrest-blog-single-section .comments-area li > div {
    padding: 35px 25px;
  }
}
.qrest-blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}
.qrest-blog-single-section .comments-area ol ul {
  list-style-type: none;
}
.qrest-blog-single-section .comments-area .comments-title {
  font-weight: 700;
  margin: 0 0 1em;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #333333;
}
@media (max-width: 991px) {
  .qrest-blog-single-section .comments-area .comments-title {
    font-size: 20px;
  }
}
.qrest-blog-single-section .comments-area li > div {
  position: relative;
}
.qrest-blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 0;
  top: 25%;
}
@media (max-width: 767px) {
  .qrest-blog-single-section .comments-area .comment-theme {
    position: static;
  }
}
.qrest-blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}
.qrest-blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .qrest-blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}
.qrest-blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
}
.qrest-blog-single-section .comments-area .comments-meta h4 {
  font-weight: 700;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #333333;
}
@media (max-width: 991px) {
  .qrest-blog-single-section .comments-area .comments-meta h4 {
    font-size: 20px;
  }
}
.qrest-blog-single-section .comments-area .comments-meta span {
  font-size: 15px;
  color: #6e6e6e;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
  font-family: "Fira Sans", sans-serif;
}
@media (max-width: 767px) {
  .qrest-blog-single-section .comments-area .comments-meta span {
    padding-left: 0;
  }
}
.qrest-blog-single-section .comments-area .comment-reply-link {
  font-weight: 600;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  color: rgb(237, 71, 96);
  margin-left: 50px;
}
.qrest-blog-single-section .comments-area .comment-reply-link:hover {
  color: #ec4760;
}
.qrest-blog-single-section .comment-respond {
  margin-top: 70px;
}
.qrest-blog-single-section .comment-respond .comment-reply-title {
  font-size: 40px;
  font-family: "Rubik", sans-serif;
  color: rgb(34, 34, 34);
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .qrest-blog-single-section .comment-respond .comment-reply-title {
    font-size: 25px;
  }
}
.qrest-blog-single-section .comment-respond .comment-reply-subtitle {
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  color: rgb(51, 51, 51);
  font-weight: 700;
}
@media (max-width: 991px) {
  .qrest-blog-single-section .comment-respond .comment-reply-subtitle {
    font-size: 20px;
  }
}
.qrest-blog-single-section .comment-respond .form-control {
  width: 100%;
  margin-bottom: 20px;
  height: 60px;
  font-size: 17px;
  font-family: "Rubik";
  color: rgb(99, 99, 99);
}
.qrest-blog-single-section .comment-respond .form-control:focus {
  box-shadow: 0 0 0 0.25rem transparent;
}
.qrest-blog-single-section .comment-respond .form-control.s11 {
  height: 90px;
}
.qrest-blog-single-section .comment-respond .theme-btn, .qrest-blog-single-section .comment-respond .view-cart-btn {
  margin-top: 30px;
}

/*15 qrest-contact-section */
.qrest-contact-section .contact-wrap {
  background: #f1f7fc;
  border-radius: 10px;
  background-color: #f1f7fc;
  padding-bottom: 90px;
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1399px) {
  .qrest-contact-section .contact-wrap {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 1199px) {
  .qrest-contact-section .contact-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .qrest-contact-section .contact-wrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .qrest-contact-section .contact-wrap {
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.contact-form {
  margin-bottom: 30px;
}
.contact-form .form-control {
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  color: #636363;
  font-weight: 400;
  padding-left: 20px;
  background: #fff;
  border: 1px solid transparent;
  margin-bottom: 20px;
}
.contact-form .form-control:focus {
  box-shadow: 0 0 0 0.25rem transparent;
  border: 1px solid transparent;
}
.contact-form .nice-select {
  line-height: 28px;
}
.contact-form .form-btn {
  width: 100%;
  border: transparent;
  font-size: 17px;
  font-family: "Fira Sans", sans-serif;
  background: #1b4962;
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 0;
  text-align: center;
  border-radius: 5px;
}

.g-map iframe {
  height: 400px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}

/*16. qrest-error-page-section */
.qrest-error-page-section {
  text-align: center;
}
.qrest-error-page-section .error-message {
  margin-top: 70px;
  padding: 0 200px;
}
@media (max-width: 1199px) {

  .service-single-item {
        height: 376px;

  }
  .qrest-site-header .navbar-header .navbar-brand {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .qrest-error-page-section .error-message {
    margin-top: 50px;
    padding: 0 100px;
  }
  .service-single-item {
        height: 359px;
  }
}
@media (max-width: 767px) {
  .qrest-error-page-section .error-message {
    padding: 0;
  }
  .qrest-site-header .navbar-header .navbar-brand {
    font-size: 35px;
  }
  .qrest-fun-fact-area {
    padding: 35px !important;
}
  .service-single-item {
        height: auto;
  }
  .qrest-blog-section-s3 .blog-card-single .card-text {
    padding: 13px;
    margin: 0 8px;

  }
}
.qrest-error-page-section .error-message h3 {
  font-size: 30px;
  font-size: 2rem;
  margin: 0 0 0.8em;
  color: #222222;
}
.qrest-error-page-section .error-message p {
  margin-bottom: 1.8em;
  color: #5e7683;
}
.copyright a{
	color: #bd8554;
}

.call {
    position: fixed;
    bottom: 141px;
    right: -2px;
    background: #b1751c;
    padding: 2px 7px;
    width: max-content;
    z-index: 99;
    border-radius: 5px;
    color: #000;
}
.whatsbtn img {
     width: 45px; 
}
.whatsbtn {
    position: fixed;
    bottom: 113px;
    left: 15px;
    z-index: 99;
}
.book {
    position: fixed;
    bottom: 188px;
    right: -5px;
    background: #af0f1e;
    padding: 2px 7px;
    width: max-content;
    z-index: 99;
    border-radius: 5px;
    color: #000;
}
.book  a, .call a{
	color:#fff;
}
.choose-tab-contnet i{
	    color: #ffffff;
	    margin-right: 9px;
	    background: #bd8554;
	    border-radius: 50%;
	    padding: 5px;
	    font-size: 14px;
	    padding-top: 4px;
}
.blogbtn{
    background: transparent;
    color: #bd8554;
    display: inline-block;
    font-weight: 500;
    padding: 4px 8px;
    font-family: "Rubik", sans-serif;
    border: 1px solid #bd8554;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    font-size: 15px;
    border-radius: 5px;
    transition: all 0.3sease-in-out;
}
.book img, .call img{
	    filter: invert(1);
}