:root {
  /**@font family declaration*/
  --rr-ff-body:  'roboto', sans-serif;
  --rr-ff-heading:  'exo', sans-serif;
  --rr-ff-fontawesome: 'FontAwesome';
  /**@color declaration*/
  --rr-common-white: #FFFFFF;
  --rr-common-black: #000000;
  --rr-common-placeholder: #4A5764;
  --rr-common-selection: #3C66FA;
  --rr-color-white: #fff;
  --rr-color-white-70: rgba(255, 255, 255, 0.3);
  --rr-body-primary: #ffffff;
  --rr-theme-primary: #F44E19;
  --rr-heading-primary: #15181B;
  --rr-text-body: #6A6A6A;
  --rr-text-p: #6A6A6A;
  --rr-menu-primary: #15181B;
  --rr-menu-white: #FFFFFF;
  /**@font weight declaration*/
  --rr-fw-normal: normal;
  --rr-fw-thin: 100;
  --rr-fw-elight: 200;
  --rr-fw-light: 300;
  --rr-fw-regular: 400;
  --rr-fw-medium: 500;
  --rr-fw-sbold: 600;
  --rr-fw-bold: 700;
  --rr-fw-ebold: 800;
  --rr-fw-black: 900;
  /**@font size declaration*/
  --rr-fs-p: 17px;
  --rr-fs-body: 17px;
  --rr-fs-h1-70: 70px;
  --rr-fs-h1: 60px;
  --rr-fs-h2: 48px;
  --rr-fs-h3: 30px;
  --rr-fs-h4: 24px;
  --rr-fs-h5: 22px;
  --rr-fs-h6: 20px;
  --rr-lh-p: 28px;
  --rr-lh-body: 28px;
  --rr-lh-h1-70: 86px;
  --rr-lh-h1: 70px;
  --rr-lh-h2: 58px;
  --rr-lh-h3: 40px;
  --rr-lh-h4: 34px;
  --rr-lh-h5: 32px;
  --rr-lh-h6: 30px;
}
body {
  font-family: var(--rr-ff-body);
  font-size: var(--rr-fs-body);
  line-height: var(--rr-lh-body);
  font-weight: normal;
  color: var(--rr-text-body);
  background: var(--rr-body-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none;
    color: var(--rr-color-white);
    outline: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5,.h5, h6, .h6 {
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: var(--rr-fw-bold);
}
h1, .h1 {
  font-size: var(--rr-fs-h1);
  line-height: var(--rr-lh-h1);
}
h2, .h2 {
  font-size: var(--rr-fs-h2);
  line-height: var(--rr-lh-h2);
}
h3, .h3 {
  font-size: var(--rr-fs-h3);
  line-height: var(--rr-lh-h3);
}
h4, .h4 {
  font-size: var(--rr-fs-h4);
  line-height: var(--rr-lh-h4);
}
h5, .h5 {
  font-size: var(--rr-fs-h5);
  line-height: var(--rr-lh-h5);
}
h6, .h6 {
  font-size: var(--rr-fs-h6);
  line-height: var(--rr-lh-h6);
}
ul {
  margin: 0px;
  padding: 0px;
}
p {
  font-size: var(--rr-fs-p);
  font-weight: var(--rr-fw-normal);
  color: var(--rr-text-body);
  margin-bottom: 30px;
  line-height: var(--rr-lh-p);
}
a {
  text-decoration: none;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.overflow-hidden {
    overflow: hidden!important;
}
.ScrollToTop a {
    border: 1px solid var(--rr-theme-primary);
    color: var(--rr-theme-primary);
}
.ScrollToTop a:hover {
    background: var(--rr-theme-primary);
}
.qc-whatsapp-wave-icon {
    bottom: -10px !important;
}
/*--- header ---*/
.navigation-area {
    background: var(--rr-menu-white);
}
.header-top {
    background: var(--rr-theme-primary);
}
.phone, .mail {
    color: var(--rr-color-white);
    font-size: 16px;
    font-family: var(--rr-ff-body);
    font-weight: 400;
}
.navbar-nav li.active a, .navbar-nav li:hover a {
    color: var(--rr-theme-primary);
    background: unset;
}
.nav.navbar-nav li a {
    font-family: var(--rr-ff-heading);
    font-size: 18px;
    font-weight: 600;
}
.bg-overlay:after {
    background: unset;
}
#home-slider .teashop-btn,#home-slider .social-icons {
    display: none;
}
.nav.navbar-nav li {
    margin-top: 20px;
}
.header-top i.fa {
    color: var(--rr-common-black);
}
.is-sticky .navigation-area .navbar-nav li.active a, .is-sticky .navigation-area .navbar-nav li:hover a {
    color: var(--rr-theme-primary);
}

/*------------------  breadcrumb  -------------------------*/

.section-top {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    padding: 80px 0;
    z-index: 0;
    background: url(../../images/images/new_images/others/breadcrumbimg.png);
}
.about_title, .product_title, .gallery_title, .contact_title, .services_title {
    color: var(--rr-color-white);
    font-size: 35px;
    font-family: var(--rr-ff-heading);
    font-weight: 600;
    text-align: initial;
    margin-left: 100px;
}


/*--- footer ---*/

.footer-content p i {
    background: var(--rr-color-white);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    line-height: 30px;
    margin-right: 5px;
    color: var(--rr-theme-primary);
}
.footer-content p strong {
    font-size: 18px;
    font-family: var(--rr-ff-heading);
    font-weight: 800;
}
.footer-content .quicklinks li a:hover {
    color: var(--rr-theme-primary);
}

/*QC FOOTER STYLE START*/
#qcfooter-block {
    padding: 40px 0px;
    background: var(--rr-menu-primary);
    color: #fff;
}
#qcfooter-block h3 {
    font-size: 22px;
    color: var(--rr-color-white);
    margin-bottom: 20px;
}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {height: 60px; display: block; margin: 10px 0;}
.footer-content .qc-brand img {height: 100%;}
.footer-content p {
    font-size: 16px;
    line-height: 28px;
    color: var(--rr-color-white);
    margin-bottom: 10px;
}
.footer-content .quicklinks {margin: 0; padding: 0;}
.footer-content .quicklinks li {list-style: none; display: block;}
.footer-content .quicklinks li a {padding: 5px 0px; display: block; color: #fff;}
.footer-content .quicklinks li i {margin-right: 5px;}
.footer-content .social-links .qc-social-list {margin: 10px 0px; padding: 0; color: #ddd; font-size: 15px;}
.footer-content .social-links .qc-social-list li {display: inline-block; margin-right: 10px;}
.qc-social-list .qc-social .social {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: var(--rr-theme-primary);
}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
#qcfooter-copyrights {
    padding: 5px 0;
    background: var(--rr-theme-primary);
    border-top: 1px solid #ddd;
}
#qcfooter-copyrights .copyright {font-size: 14px; color: #fff;}
#qcfooter-copyrights .developer {color: #fff; text-decoration: underline;}

/*QC FOOTER STYLE END*/

/*---------------------------------
    1.8 spacing
---------------------------------*/
.section-space {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space {
    padding-top: 50px;
    padding-bottom: 50px;
}
}
/*----------------------------------------*/
/*  2.11 animation short
/*----------------------------------------*/
.rr-zooming {
  -webkit-animation: zooming 1S infinite alternate;
          animation: zooming 1S infinite alternate;
}
.rr-upDown {
  -webkit-animation: upDown 1.3S infinite alternate;
          animation: upDown 1.3S infinite alternate;
}
.rr-downUp {
  -webkit-animation: downUp 1.8S infinite alternate;
          animation: downUp 1.8S infinite alternate;
}
.playVideo {
  -webkit-animation: playVideo 2S infinite;
          animation: playVideo 2S infinite;
}
.spin {
  -webkit-animation: spin 1.9S infinite;
          animation: spin 1.9S infinite;
}
.slide-left {
  -webkit-animation: slide-left 1.9S infinite;
          animation: slide-left 1.9S infinite;
}
.movingX {
  -webkit-animation: movingX 10s linear infinite;
          animation: movingX 10s linear infinite;
}
.rr-scroll-bg {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.clip-t-b {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-animation: clip-t-b 1s;
          animation: clip-t-b 1s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.clip-l-r {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-animation: clip-l-r 1s;
          animation: clip-l-r 1s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.clip-r-l {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-animation: clip-r-l 1s;
          animation: clip-r-l 1s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@-webkit-keyframes clip-t-b {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes clip-t-b {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes clip-l-r {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clip-l-r {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes clip-r-l {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clip-r-l {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes downUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes clip-a-z {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clip-a-z {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.rr__faq-2 .accordion-button, .rr__faq-2 .accordion-button::after, .rr__faq-2 .accordion-item, .team-details__content-socail a, .rr__faq .accordion-button, .rr__faq .accordion-button::after, .rr__faq .accordion-item, .service__list-item .number, .our-professional__item::before, .our-professional__item__content, .our-professional__item-socail, .why-choose-us-2__item, .about-us-2__award__item, .lets-talk-bg, .working-process-2__bg, .working-process-2__bg-overlay, .working-process-2__list-item .number, .our-project__slider-item-thumbnail img, .latest-project__item-content, .latest-project__item-content .icon, .latest-project__item-content .icon__wrapper:after, .latest-project__item-thumb img, .testimonial-2-bg, .testimonial-2__item-bg, .testimonial-2__slider__arrow-prev, .testimonial-2__slider__arrow-next, .testimonial-2__slider__arrow-prev svg path, .testimonial-2__slider__arrow-next svg path, .what-we-do__item, .what-we-do__item-bg, .what-we-do__item-text, .what-we-do__item p, .what-we-do-2__item, .what-we-do-2__item:after, .what-we-do-2__item-shape-1, .team__item-media img, .team__item-text, .team__item-socail, .recent-works__item-text, .footer-4__link ul li, .footer-4__link ul li::before, .footer-4__widget-gallery__item:after, .footer-3__link ul li, .footer-3__link ul li::before, .footer-2__link ul li, .footer-2__link ul li::before, .footer-2__widget-gallery__item:after, .footer__bg, .blog-3__item-media img, .blog-3__item-list .blog-3__item__thumb-slider__arrow-prev, .blog-3__item-list .blog-3__item__thumb-slider__arrow-next, .blog-2__slider-dot .swiper-pagination-bullet, .blog-2__item-media img, .sidebar__widget-category a, .sidebar__widget-tags .tags a, .blog__item-media img, .blog__slider__arrow-prev, .blog__slider__arrow-next, .blog__slider__arrow-prev svg path, .blog__slider__arrow-next svg path, .mean-container .mean-nav ul li > a.mean-expand i, .main-menu ul li.has-dropdown > a::after, .main-menu ul li .submenu, .main-menu ul li .submenu li a::before, .main-menu ul li .mega-menu, .main-menu ul li .mega-menu li ul li a::before, .cta-3__content-bg, .banner-2__item-bg, .banner-2__item-bg-overlay, .banner__item:after, .header-3.rr-sticky .header__top, .header-3 .header__top, .header-3 .header__top-menu li a, .offcanvas__overlay, .offcanvas__navigation button svg, .rr-btn__header .btn-wrap .text-one, .rr-btn__header .btn-wrap .text-two, .rr-btn .btn-wrap .text-one, .rr-btn .btn-wrap .text-two, .body__overlay, a, .btn, button, span, sub, sup, p, input, select, textarea, li, img, svg, .transition-3, h1, h2, h3, h4, h5, h6, svg path {
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
/*--- title ---*/
.section__title-wrapper {
    position: relative;
    z-index: 55;
}
.section__subtitle.mb-13 {
    margin-bottom: 13px;
}
.section__subtitle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--rr-theme-primary);
    position: relative;
    width: 150px;
}
.justify-content-start {
    justify-content: flex-start!important;
}
.section__subtitle .left-separetor, .section__subtitle .right-separetor {
    width: 30px;
    height: 2px;
    content: "";
    position: absolute;
    background: var(--rr-theme-primary);
    left: 150px;
}
.section__subtitle .left-separetor {
    left: inherit;
    right: 155px;
}
.section__title-wrapper.text-center .section__subtitle .left-separetor {
    right: 150px;
}
.section__title-wrapper.text-center .section__subtitle {
    width: unset;
}
.title-animation {
    overflow: hidden;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
a:hover {
    color: var(--rr-theme-primary);
}
.d-flex {
    display: flex;
}
.mt-40 {
    margin-top: 40px;
}
.pl-30 {
    padding-left: 30px;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-60 {
    margin-bottom: 60px;
}
.flex-column {
    flex-direction: column!important;
}
.rr-a-16 {
    font-family: var(--rr-ff-body);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-theme-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.justify-content-xl-end {
    justify-content: flex-end!important;
}
.justify-content-between {
    justify-content: space-between!important;
}

/*---btn---*/

.rr-btn {
    border-radius: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 5;
    padding: 16.5px 33.4px;
    background-color: var(--rr-theme-primary);
    color: var(--rr-common-white);
    font-family: var(--rr-ff-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
}
.rr-btn .btn-wrap {
    z-index: 1;
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border: none;
}
.rr-btn .btn-wrap .text-one, .rr-btn .btn-wrap .text-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rr-btn .btn-wrap .text-one {
    position: relative;
    display: block;
    color: var(--rr-common-white);
}
.rr-btn .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: var(--rr-common-white);
}
.rr-btn:hover .text-one, .rr-btn:focus .text-one {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}
.rr-btn:hover .text-two, .rr-btn:focus .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*--------------------------------------------------  home_welcome  --------------------------------------------------*/

.about-us__box .logo img {
    width: 60px;
}
.about-us__shape-1 {
    left: -535px;
    top: -62px;
}
.rr-shape-p-s_1 {
    position: absolute;
    z-index: -1;
}
.about-us__shape-2 {
    width: 644px;
    height: 644px;
    left: 61px;
    bottom: -104px;
    border-radius: 500px;
    background: rgba(255, 54, 54, 0.1);
    -webkit-filter: blur(50px);
    filter: blur(50px);
}
.upDown {
    -webkit-animation: upDown 1.3S infinite alternate;
    animation: upDown 1.3S infinite alternate;
}
.about-us__shape-3 {
    left: -438px;
    width: 741px;
    top: -30px;
    height: 673px;
    border-radius: 500px;
    background: rgba(255, 54, 54, 0.08);
    -webkit-filter: blur(200px);
    filter: blur(200px);
}
.about-us__shape-4 {
    left: 700px;
    top: 600px;
    z-index: 2;
}
.downUp {
    -webkit-animation: downUp 1.3S infinite alternate;
    animation: downUp 1.3S infinite alternate;
}
.clip-a-z {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-animation: clip-a-z 1s;
    animation: clip-a-z 1s;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.about-us__media-video-wrapper {
    position: relative;
}
.about-us__media {
    overflow: hidden;
    border-radius: 70px 0px;
    border: 6px solid var(--rr-common-white);
}
.about-us__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about-us__list {
    gap: 10px;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    max-width: 585px;
}
.about-us__list li:not(:last-child) {
    margin-bottom: 30px;
}
.about-us__list li {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--rr-heading-primary);
}
.about-us__list li span {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 500px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--rr-theme-primary);
}
.about-us__box .c-text {
    width: 100%;
    height: 100%;
    font-size: 12px;
    position: absolute;
    font-weight: 500;
    font-family: var(--rr-ff-heading);
    -webkit-animation: textRotation 8s linear infinite;
    animation: textRotation 8s linear infinite;
}
.about-us__box .c-text span {
    left: 50%;
    top: 9px;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    color: var(--rr-heading-primary);
    -webkit-transform-origin: 0 73px;
    transform-origin: 0 73px;
}
.about-us__box .logo {
    z-index: 9;
    position: absolute;
    background-size: cover;
    background-position: center;
}
.about-us__box .circle {
    width: 160px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 500px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--rr-common-white);
}
.about-us__box {
    position: absolute;
    bottom: 0;
    left: -70px;
    z-index: 99;
}
@-webkit-keyframes textRotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes textRotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rr-shape-p-c_1 {
    position: relative;
    z-index: 1;
}
.align-items-center {
    align-items: center!important;
    display: flex;
}
.abpgd-flex {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.about-us .bottom-box .signature {
    margin-right: 10px;
}
.about-us .bottom-box .name {
    position: relative;
    font-size: 18px;
    line-height: 1.2em;
    color: var(--rr-menu-primary);
    font-weight: 600;
    margin-right: 20px;
}
.about-us .bottom-box .name span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    color: var(--rr-text-p);
}
.about-us .bottom-box .signature span {
    font-size: 48px;
    color: var(--rr-menu-primary);
}
.about-us .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

/*---------------------------------------------------  home_products  ------------------------------------------------*/

.hpropgcont-span {
    background: var(--rr-theme-primary);
    color: var(--rr-color-white);
    border-radius: 50px;
    top: 20px;
    right: 30px;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.section-bg-2 {
    background: #F8F8F8;
}
.what-we-do__shape-1 {
    bottom: -120px;
    right: -315px;
    opacity: 70%;
}
.what-we-do__shape-2 {
    top: -120px;
    left: -315px;
    opacity: 40%;
}
.what-we-do__item {
    position: relative;
    height: 400px;
    background-color: var(--rr-common-white);
    border: 1px solid rgba(21, 24, 27, 0.1);
    border-radius: 10px;
    padding: 30px 30px 30px;
    z-index: 1;
}
.what-we-do__item-bg {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}
.what-we-do__item-img {
    background-color: rgba(255, 122, 1, 0.1);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 178px !important;
    border-radius: 20px;
}
.what-we-do__item p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6A6A6A;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.what-we-do__item-text h4 a {
    color: var(--rr-heading-primary);
}
.what-we-do__item a.readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0;
    gap: 6px;
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
}
.what-we-do__item:hover {
    background-color: var(--rr-heading-primary);
}
.what-we-do__item:hover .what-we-do__item-bg {
    opacity: 10%;
}
.what-we-do__item:hover .what-we-do__item-img {
    opacity: 0;
    visibility: hidden;
}
.what-we-do__item:hover .what-we-do__item-text {
    -webkit-transform: translate(0, -33px);
    transform: translate(0, -33px);
}
.what-we-do__item:hover p, .what-we-do__item:hover .title a {
    color: var(--rr-common-white);
}
.what-we-do__item:hover p {
    -webkit-line-clamp: 5;
}
.what-we-do__item:hover a.readmore {
    height: 100%;
}
.homeproog-cont {
    margin: 0 10px;
}
.qc-slider-nav2 {
    text-align: center;
}
.qc-slider-nav2 button.owl-prev, .qc-slider-nav2 button.owl-next {
    padding: 5px 15px;
    border-radius: 5px;
    margin: 20px 5px 0;
    background: transparent;
    color: var(--rr-color-white);
    font-size: 20px;
}
.qc-slider-nav2 button.owl-prev:hover, .qc-slider-nav2 button.owl-next:hover {
    background: var(--rr-color-white);
    color: var(--rr-menu-primary);
}

/*-------------------------------------------------------  home_counter  -------------------------------------------*/

.theme-bg-heading-primary {
    background-color: var(--rr-heading-primary);
}
.experience__bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.1;
    background-size: cover;
}
.experience__box {
    gap: 30px;
}
.experience__item {
    gap: 30px;
    position: relative;
}
.experience__item-icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
    background: var(--rr-common-white);
}
.experience__item-icon img {
    max-width: 100%;
}
.experience__item-text-title {
    margin-bottom: 5px;
}
.z-1 {
    z-index: 1!important;
}
.position-relative {
    position: relative!important;
}
.color-white {
    color: var(--rr-common-white);
}
.justify-content-sm-between {
    justify-content: space-between!important;
}
.flex-wrap {
    flex-wrap: wrap!important;
}
.rr-fw-sbold {
    font-weight: var(--rr-fw-sbold);
}
.section-space-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*-------------------------------------------------  home_workingpro  -------------------------------------------------*/

.leftRight {
    -webkit-animation: leftRight 1.3S infinite alternate;
    animation: leftRight 1.3S infinite alternate;
}
.working-process__shape-1 {
    top: 0;
    left: 0;
}
@-webkit-keyframes leftRight {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@keyframes leftRight {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.working-process__item-icon {
    position: relative;
    display: inline-block;
}
.working-process__item-icon-img {
    width: 150px;
    height: 150px;
    border-radius: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--rr-common-white);
    border-bottom: 5px solid var(--rr-theme-primary);
    -webkit-box-shadow: 0px 0px 60px rgb(21 24 27 / 10%);
    box-shadow: 0px 0px 60px rgb(21 24 27 / 10%);
}
.working-process__item-icon span {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background: var(--rr-heading-primary);
    font-family: var(--rr-ff-exo);
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--rr-common-white);
}
.working-process__item .des {
    font-size: 16px;
    line-height: 26px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-10 {
    margin-bottom: 10px;
}
.working-process__item:hover .working-process__item-icon span {
    background: var(--rr-theme-primary);
}
.working-process__item:hover .title {
    color: var(--rr-theme-primary);
}

/*--------------------------------------------------  home_gallery  --------------------------------------------------*/

.latest-project__item {
    overflow: hidden;
    position: relative;
    background: rgba(21, 24, 27, 0.7);
    border-radius: 10px;
}
.latest-project__item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.latest-project__item-content {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.latest-project__item-content .icon__wrapper {
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 230px;
}
.latest-project__item-content .icon:hover {
    background: var(--rr-theme-primary);
}
.latest-project__item-content .icon:hover svg path[fill=white] {
    fill: white;
}
.latest-project__item-content .icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
    background: var(--rr-common-white);
}
.latest-project__item-content .icon__wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 0;
    background: rgba(21, 24, 27, 0.7);
    border-radius: 10px;
}
.latest-project__item-content .text {
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 21.5px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    background: var(--rr-heading-primary);
}
.latest-project__item-content .text .subtitle {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.latest-project__item:hover .latest-project__item-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.latest-project__item:hover .latest-project__item-content {
    opacity: 1;
    visibility: visible;
}
.latest-project__item:hover .icon__wrapper::after {
    height: 100%;
}
.latest-project__item-content .icon svg path[fill=white] {
    fill: black;
}
.hgarrow-icon {
    width: 20px;
}

/*--------------------------------------------------  home_whychoose  ------------------------------------------------*/

.section-bg-1 {
    background: #FBFBF7;
}
.our-skill-more__shape-1 {
    top: -200px;
    opacity: 2%;
    left: -664px;
}
.our-skill-more__shape-2 {
    top: -120px;
    opacity: 2%;
    right: -392px;
}
.our-skill-more__media-img.img1 {
    border-radius: 10px;
    overflow: hidden;
    width: 410px;
    height: 444px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.our-skill-more__media-img.img1 img {
    overflow: hidden;
    border-radius: 6px;
    width: 378px;
    height: 410px;
}
.our-skill-more__media-img.img2 {
    width: 310px;
    height: 310px;
    overflow: hidden;
    margin-top: -207px;
    position: relative;
    border-radius: 500px;
    border: 6px solid var(--rr-common-white);
    margin-right: 210px;
}

/*--------------------------------------------------  home_testimonial  --------------------------------------------------*/

.working-process-2__space {
    padding: 109px 0;
}
.working-process-2 {
    position: relative;
    z-index: 1;
}
.section-bg-4 {
    background: var(--rr-menu-primary);
}
.working-process-2__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    opacity: 10%;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 69%;
}
.working-process-2__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonial-2__item {
    padding: 30px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: var(--rr-common-white);
    border-radius: 10px;
    margin: 10px 15px;
}
.testimonial-2__slider .swiper-slide-active .testimonial-2__item {
    -webkit-box-shadow: 0px 10px 20px rgb(21 24 27 / 6%);
    box-shadow: 0px 10px 20px rgb(21 24 27 / 6%);
}
.testimonial-2__item-bg {
    position: absolute;
    bottom: 0;
    right: -18px;
    z-index: -1;
    opacity: 4%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 146.65px;
    height: 59px;
}
.testimonial-2__item-header {
    gap: 20px;
}
.testimonial-2__item-author-thumb {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
    border-radius: 500px;
    overflow: hidden;
}
.testimonial-2__item-author-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonial-2__item-author-company {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
}
.testimonial-2__item-rating {
    list-style: none;
    gap: 3.5px;
}
.testimonial-2__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-text-p);
}
.testimonial-2__item-author-content {
    gap: 0 9px;
}
.testimonial-2__item-author-position {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--rr-text-p);
}

/*--------------------------------------------------  home_getintouch  --------------------------------------------------*/

.get-a-quote__space {
    padding: 77px 0;
}
.get-a-quote {
    z-index: 2;
    position: relative;
}
.theme-bg-primary {
    background-color: var(--rr-theme-primary);
}
.get-a-quote__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    opacity: 10%;
    background-size: cover;
    background-repeat: no-repeat;
}
.get-a-quote__shape-1 {
    top: -348px;
    left: -700px;
}
.get-a-quote__shape-2 {
    right: -142px;
    top: -612px;
}
.get-a-quote__content {
    position: relative;
    gap: 30px;
    z-index: 2;
}
.get-a-quote__btn-wrapper {
    gap: 20px 30px;
}
.rr-btn__white-transparent {
    background: transparent;
    padding: 15.5px 32.4px;
    border: 1px solid var(--rr-common-white);
}
.rr-btn__white {
    padding: 15.5px 32.4px;
    background: var(--rr-common-white);
}
.rr-btn__white .btn-wrap .text-one, .rr-btn__white .btn-wrap .text-two {
    color: var(--rr-heading-primary);
}

/*--------------------------------------------------  home_faq  --------------------------------------------------*/

.lets-talk {
    position: relative;
    z-index: 1;
}
.lets-talk-bg {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    border-radius: 0;
    background-repeat: no-repeat;
}
.lets-talk-bg .overlay {
    z-index: 1;
    display: inline-block;
    position: relative;
}
.lets-talk-bg .overlay:after {
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90.16deg, rgba(248, 248, 248, 0) 0.13%, #F8F8F8 99.85%);
}
.contact-list__item {
    overflow: hidden;
    padding: 23px 15px;
    background: var(--rr-common-white);
    border: 1px solid rgba(21, 24, 27, 0.1);
    border-radius: 3px;
    gap: 24px;
}
.contact-list__item-home2 {
    border-radius: 3px;
    border: none;
}
.contact-list__item-text a {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-text-p);
}
.pr-30 {
    padding-right: 30px;
}
.faqs-section .faq-column {
    position: relative;
    margin-top: 30px;
}
.accordion-box {
    position: relative;
    margin: 0;
}
.accordion-box .boxblock {
    position: relative;
    margin-bottom: 20px;
    list-style-type: none;
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
}
.accordion-box .boxblock .acc-btn {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #353535;
    font-weight: 600;
    cursor: pointer;
    padding: 14px 30px;
    padding-right: 80px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.accordion-box .boxblock .acc-btn.btnactive {
    color: #ffffff;
    background-color: transparent;
    background-color: #353535;
}
.accordion-box .boxblock .icon {
    position: absolute;
    right: 15px;
    top: 13px;
    height: 35px;
    width: 35px;
    font-size: 16px;
    line-height: 35px;
    color: #353535;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.accordion-box .boxblock .acc-btn.btnactive .icon:before {
    content: "\f056";
    color: #ffffff;
}
.accordion-box .boxblock .acc-content {
    position: relative;
}
.accordion-box .boxblock .content {
    position: relative;
    padding: 20px 30px;
}
.accordion-box .boxblock .content .text {
    position: relative;
    display: block;
}
.accordion-box .boxblock .acc-btn.btnactive.collapsed {
    color: unset !important;
    background: unset !important;
}

/*==================================================  about_page  ====================================================*/

.about-us-2__media {
    position: relative;
    margin-right: 80px;
}
.about-us-2__star-shape {
    left: -100px;
    top: -23px;
    position: absolute;
}
.about-us-2__media img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.about-us-2__left-shape {
    position: absolute;
    bottom: 0;
    left: -70px;
    z-index: -1;
}
.about-us-2__right-shape {
    position: absolute;
    bottom: -75px;
    right: 0;
    z-index: -1;
}
.about-us-2__bottom-shape {
    right: 0;
    z-index: -1;
    bottom: 133px;
    position: absolute;
}
.about-us-2__thumb-1 {
    margin-top: 57px;
}
.clip-t-b {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-animation: clip-t-b 1s;
    animation: clip-t-b 1s;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.about-us-2__thumb-2 {
    position: absolute;
    top: -50px;
    right: 0;
}
.about-us-2__customer {
    background: #15181B;
    border: 8px solid #FFFFFF;
    border-radius: 3px;
    height: 120px;
    width: 270px;
    padding: 15px 24px 12px;
    position: absolute;
    bottom: 60px;
    right: 60px;
}
.about-us-2__customer-shape {
    position: absolute;
    bottom: -8px;
    right: -25px;
}
.about-us-2__customer h3 {
    margin-bottom: 5px;
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-sbold);
}
.about-us-2__customer h6 {
    color: var(--rr-common-white);
    font-size: 16px;
    font-family: var(--rr-ff-exo);
    line-height: 26px;
    font-weight: var(--rr-fw-medium);
}
.about-us-2__content {
    position: relative;
}
.about-us-2__big-shape {
    right: -381px;
    position: absolute;
    display: none;
}
.about-us-2__award {
    margin-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.about-us-2__award__item {
    gap: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    background: #FFFFFF;
    border-radius: 3px;
}
.about-us-2__award__item.active {
    -webkit-box-shadow: 0px 10px 20px rgb(21 24 27 / 10%);
    box-shadow: 0px 10px 20px rgb(21 24 27 / 10%);
}
.about-us-2__award__item:hover {
    -webkit-box-shadow: 0px 10px 20px rgb(21 24 27 / 10%);
    box-shadow: 0px 10px 20px rgb(21 24 27 / 10%);
}
.about-us-2__content .description {
    font-size: 18px;
    font-weight: var(--rr-fw-regular);
    color: var(--rr-heading-primary);
    margin-bottom: 40px;
    line-height: var(--rr-lh-h6);
}
.about-us-2__btn-box {
    gap: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.call-icon {
    align-items: center;
    gap: 10px;
    display: flex;
    margin-left: 15px;
}
.call-icon .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: var(--rr-theme-primary);
    color: #fff;
    font-size: 25px;
}
.call-icon .call-icon-ph .call-icon-title {
    margin: 0;
    color: var(--rr-theme-primary);
    font-size: 18px;
    text-align: initial;
    line-height: 1;
}
.call-icon .call-icon-ph a {
    color: var(--rr-text-body);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
}
.call-icon .call-icon-ph a:hover {
    color: var(--theme-color2);
}

/*=======================================================  product_page  =================================================*/

.home_pro_title, .pro_title {
    color: var(--rr-theme-primary);
    font-size: 25px;
    font-family: var(--rr-ff-heading);
    padding-bottom: 15px;
    font-weight: 600;
}
.pro-content {
    padding: 30px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    margin: 40px 15px;
    border-radius: 20px;
}
.pro_pg {
    overflow: hidden !important;
    margin: 60px 0;
}
.pro-content:nth-child(n) img {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 20px;
}

/*=====================================================  gallery_page  ======================================================*/

.shop-cart-box .cart-price1 img {
    width: 100%;
    height: 270px;
}
.cart-price1 img {
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    border-radius: 20px;
}
.shop-cart-box {
    margin-top: 20px;
}
.main-gall {
    margin-top: 40px;
    margin-bottom: 40px;
}
.featurs-navigation {
    display: none;
}

/*==================================================  contact_page  ====================================================*/

.contact-list__item {
    display: flex;
    align-items: baseline;
    gap: 15px;
    padding-top: 15px;
    padding-left: 20px;
}
.contact-list__item:last-child {
    padding-bottom: 20px;
}
.contact-list__item-home2 {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 15px;
}
.contactpg-section {
    overflow: hidden;
    padding: 23px 15px;
    background: var(--rr-common-white);
    border: 1px solid rgba(21, 24, 27, 0.1);
    border-radius: 3px;
    gap: 24px;
    align-items: center;
    margin: 20px 0;
}
.contact-list__item-text a:hover {
  color: var(--rr-theme-primary);
}
.contact-list__space {
  padding: 120px 0 323px;
}
.contact-list__item-icon img {
    width: 25px;
}
.contactpgbr-span {
    position: absolute;
    right: 40px;
    background: var(--rr-theme-primary);
    color: var(--rr-color-white);
    padding: 5px 20px;
    border-radius: 20px;
    margin-top: -20px;
}
.contact-list__item-icon {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 16px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 10px;
}
.contact-form h4 {
    font-size: 26px;
    margin: 20px 0;
}
.contact_map iframe {
    margin-top: 20px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  responsive  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

@media (max-width:767px){
.about-us {
    overflow: hidden!important;
}
.pl-30 {
    padding-left: 0px;
}
.about-us__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-bottom: 15px;
}
.about-us__list li:not(:last-child) {
    margin-bottom: 15px;
}
.about-us .bottom-box {
    display: block;
}
.abpgd-flex {
    margin-left: 0px;
    margin-top: 20px;
}
.align-items-center {
    display: block;
}
.justify-content-xl-end {
    justify-content: flex-start !important;
}
h2, .h2 {
    font-size: 27px;
    line-height: 37px;
}
.our-skill-more__media-img.img1 {
    width: 100%;
    height: 100%;
}
.our-skill-more__media-img.img1 img {
    width: 100%;
    height: 100%;
}
.our-skill-more__media {
    margin-top: 30px;
}
.navbar-header h1 img {
    width: 280px;
}
.single-slide-item {
    padding: 54px 0;
}
#home-slider, .page-banner {
    margin-top: 95px;
}
.navbar-toggle.collapsed, .is-sticky .navbar-toggle.collapsed {
    margin-top: 20px;
}
.nav.navbar-nav li a {
    padding: 5px 18px !important;
}
.nav.navbar-nav li {
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    text-align: initial;
    padding-bottom: 10px;
}
.section-top {
    padding: 30px 0;
    margin-top: 95px;
}
.about_title, .product_title, .gallery_title, .contact_title, .services_title {
    font-size: 24px;
    margin-left: 20px;
}
.about-us-2__media {
    margin-right: 0px;
}
.about-us-2__thumb-1 {
    margin-top: 0px;
}
.about-us-2__thumb-2 {
    position: relative;
    top: 20px;
}
.about-us-2__customer {
    position: relative;
    right: 0px;
    z-index: 10;
}
.about-us-2__award {
    display: block;
}
.about-us-2__award__item {
    margin-bottom: 20px;
}
.pro-content img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.pro-content {
    padding: 15px;
    margin: 20px 10px;
}
.about-us__box {
    left: 190px;
}
.experience__item {
    display: flex !important;
}
.section__title-wrapper.text-center .section__subtitle {
    margin: 15px auto !important;
}
br {
    display: none;
}
.testimonial-2__item-header {
    display: flex;
}
.testimonial-2__item {
    padding: 20px;
    margin: 10px 5px;
}
.get-a-quote__shape-2 {
    right: 0;
    top: 0px;
}
.get-a-quote__btn-wrapper {
    flex-direction: column;
}
.get-a-quote__content {
    display: flex !important;
    flex-direction: column;
    text-align: center;
}
.pr-30 {
    padding-right: 0px;
}
.contact-list__item-home2 {
    display: flex !important;
    padding: 20px;
    margin: 0px 0 15px;
}
.lets-talk .lets-talk-bg img {
    height: 590px;
}
.about-us-2 .d-flex {
    display: block;
}
.about-us-2__btn-box {
    margin-bottom: 20px;
}
.about-us-2 .call-icon {
    margin-left: 0px;
}
.shop-cart-box .cart-price1 img {
    height: 320px;
}
.contactpg-section .contact-list__item-home2 {
    display: block !important;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 0;
}
.contact-list__item {
    display: block;
}
.section__title-wrapper {
    margin-bottom: 15px;
}
.lets-talk .col-md-2.col-xs-12 {
    display: none;
}
.lets-talk .section__title-wrapper {
    margin-top: 40px;
}
.footer-content .mobile-apps {
    display: none;
}
.about-us .align-items-center {
    display: flex;
}
.about-us .mb-30 {
    margin-bottom: 15px;
}
.about-us__media {
    margin: -10px;
}
.about-us__shape-1 {
    top: -255px;
}
.homeproog-cont {
    margin: 0 0px;
}
.what-we-do__item-img {
    height: 100% !important;
}
.what-we-do__item {
    padding: 20px;
}
.header-top span:after {
    display: none;
}
.nav.navbar-nav li:last-child {
    border: unset;
}








}

