/*--------------------------- default setting -----------------------------*/
:root {
    --reroof-font: "opensansvar", sans-serif;
    --reroof-font-two: "rubikvar", sans-serif;
    --reroof-gray: #494949;
    --reroof-gray-rgb: 123, 100, 100;
    --reroof-base: #771717;
    --reroof-base-rgb: 238, 33, 43;
    --reroof-black: #082C4B;
    --reroof-black-rgb: 8, 44, 75;
    --reroof-white: #ffffff;
    --reroof-white-rgb: 255, 255, 255;
    --reroof-bdr-color: #DDDDDD;
    --reroof-bdr-color-rgb: 221, 221, 221;
}

.header-top span {
    color: var(--white-f);
}
body {
    color: var(--reroof-gray);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--reroof-font);
}
p {
    margin: 0;
}
#homepagewholediv-id .container {
    max-width: 1300px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--reroof-black);
    font-family: var(--reroof-font-two);
    margin: 0;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: capitalize;
}
nav.navigation-area.stickyNav {
    background: var(--reroof-white);
}
.header-top {
    background: var(--reroof-base);
    color: var(--reroof-white);
}
.phone {
    color: #ffffff;
    font-size: 15px;
    font-family: var(--inter);
    font-weight: 500;
}
.header-top i.fa {
    color: #ffffff;
    margin-right: 15px;
}
.mail {
    color: #ffffff;
    font-size: 15px;
    font-family: var(--inter);
    font-weight: 500;
}
.is-sticky .navigation-area .navbar-nav li.active a, .is-sticky .navigation-area .navbar-nav li:hover a {
    color: var(--reroof-base);
}
.nav.navbar-nav li {
    display: inline-block;
    margin-right: -4px;
    padding: 5px 0 0 0;
}
.navigation-area {
    padding: 30px 0;
}
.top-bar {
    padding: 5px 0;
}
.is-sticky .navigation-area .navbar-nav li a {
    color: var(--color-white);
}
.nav.navbar-nav li a {
    font-family: var(--reroof-font);
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 40px;
    padding: 8px 15px !important;
}
.navbar-nav li.active a, .navbar-nav li:hover a {
    color: var(--reroof-base);
    background: unset;
}
.bg-overlay:after {
    opacity: 0;
}
#home-slider .teashop-btn {
    display: none;
}
.navbar-header h1 img {
    width: 380px;
    height: 100%;
}
#home-slider .container{
    display: none;
}
.ScrollToTop a {
    border: 1px solid var(--reroof-base);
    color: var(--reroof-base);
}
.ScrollToTop a:hover {
    background: var(--reroof-black);
    color: var(--reroof-white);
    border: 1px solid var(--reroof-black);
}
.qc-social-list .qc-social .social:hover {
    background: var(--theme-color1);
    color: var(--color-white);
}

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

.section-top {
    position: relative;
    background-image: url(../../images/images/new_images/others/breadcrumb.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 86px 0;
    z-index: 0;
}
.section-top::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(0, 47, 71, 0.18) 21.87%, rgb(119 23 23 / 67%) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about_title, .product_title, .gallery_title, .contact_title {
    color: var(--reroof-bdr-color);
    font-size: 40px;
    font-family: var(--reroof-font);
    font-weight: 700;
    text-align: initial;
    margin-left: 100px;
}

/*=======================================================  home_page  =======================================================*/

.about-one iframe#fitvid0 {
    width: 100%;
    height: 520px;
    position: relative;
}
/*-------------------------------------------------------  home_welcome  ----------------------------------------------------*/
/*==========================================
Section Title Css
 ===========================================*/
.section-title {
  position: relative;
  display: block;
  padding-bottom: 57px;
  margin-top: -7px;
  z-index: 1;
}
.section-title__tagline {
  position: relative;
  display: block;
}
.section-title__tagline h4 {
  color: var(--reroof-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: capitalize;
}
.section-title__title {
    color: var(--reroof-black);
    font-size: 45px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: none;
    margin: 10px 0 0;
}
/*==============================================
  Thm Btn Css
===============================================*/
.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: var(--reroof-base);
    color: var(--reroof-white);
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 30px 17px;
    overflow: hidden;
    border-radius: 7px;
    transition: all 0.5s linear;
    z-index: 1;
}
.thm-btn>span::before {
    position: relative;
    display: inline-block;
    font-size: 25px;
    font-weight: 400;
    top: 2px;
    margin-left: 2px;
}
.thm-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  background-color: var(--reroof-black);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.thm-btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.thm-btn::after {
  position: absolute;
  background-color: var(--reroof-black);
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.thm-btn:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.thm-btn:hover {
  color: var(--reroof-white);
}

/*==============================================
  About One
===============================================*/
.about-one {
    position: relative;
    display: block;
    padding: 120px 0px 80px;
    z-index: 1;
    overflow: hidden;
}
.about-one .row {
    align-items: center;
}
.about-one__img {
    position: relative;
    display: block;
    max-width: 600px;
    width: 100%;
}
.about-one__img-inner {
    position: relative;
    display: flex;
    align-items: center;
}
.about-one__img1 {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--reroof-black);
    border-radius: 20px;
    left: -70px;
}
.about-one__img1 img {
    width: 100%;
    transition: all 500ms ease;
}
.about-one__img:hover .about-one__img1 img {
    opacity: 0.7;
    transform: scaleX(1.05);
}
.about-one__img2 {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    border: 5px solid var(--reroof-black);
    background: var(--reroof-black);
    margin-left: -90px;
}
.about-one__img2 img {
    width: 100%;
    transition: all 500ms ease;
}
.about-one__img:hover .about-one__img2 img {
    opacity: 0.7;
    transform: scaleY(1.05);
}
.about-one__counter-box {
    position: absolute;
    bottom: 20px;
    right: 60px;
    display: flex;
    align-items: center;
    background: var(--reroof-base);
    padding: 18px 30px 22px;
    border-radius: 20px;
    z-index: 5;
}
.about-one__counter-box .icon-box {
    position: relative;
    display: block;
}
.about-one__counter-box .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--reroof-white);
    font-size: 75px;
    line-height: 75px;
}
.about-one__counter-box .content-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 15px;
}
.about-one__counter-box .content-box .count-box {
    position: relative;
    display: flex;
    align-items: center;
}
.about-one__counter-box .content-box .count-box h2 {
    color: var(--reroof-white);
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
}
.about-one__counter-box .content-box .count-box .k {
    position: relative;
    display: inline-block;
    color: var(--reroof-white);
    font-size: 48px;
    font-weight: 700;
}
.about-one__counter-box .content-box .count-box .plus {
    position: relative;
    display: inline-block;
    color: var(--reroof-white);
    font-size: 55px;
    font-weight: 700;
    top: 1px;
}
.about-one__counter-box .content-box p {
    color: var(--reroof-white);
    font-family: var(--reroof-font-two);
}
.about-one__content {
    position: relative;
    display: block;
}
.about-one__content .section-title {
    padding-bottom: 19px;
}
.about-one__content-text {
    position: relative;
    display: block;
}
.about-one__content-text p {
    margin: 0;
}
.about-one__content-list-box {
    position: relative;
    display: block;
    margin-top: 27px;
}
.about-one__content-list {
    position: relative;
    display: block;
}
.about-one__content-list ul {
    position: relative;
    display: block;
}
.about-one__content-list ul li {
    position: relative;
    display: block;
    line-height: 2;
}
.about-one__content-list ul li li {
    margin-top: 5px;
}
.about-one__content-list ul li p {
    color: var(--reroof-black);
    font-weight: 600;
}
.about-one__content-list ul li p span::before {
    position: relative;
    display: inline-block;
    color: var(--reroof-base);
    font-size: 22px;
    line-height: 17px;
    font-weight: 400;
    top: 1px;
    margin-right: 3px;
}
.about-one__content-btn {
    position: relative;
    display: block;
    margin-top: 40px;
}

/*-------------------------------------------------------  home_video  ---------------------------------------------------*/
/*==============================================
Service One
===============================================*/

.service-one {
    position: relative;
    display: block;
    background: var(--reroof-black);
    padding: 120px 0px 120px;
    z-index: 1;
}
.service-one .row {
    align-items: center;
}
.service-one__content {
    position: relative;
    display: block;
}
.service-one__content .section-title {
    padding-bottom: 19px;
}
.service-one__content .section-title__title {
    color: var(--reroof-white);
}
.service-one__content-text {
    position: relative;
    display: block;
}
.service-one__content-text p {
    color: var(--reroof-white);
}
.service-one__content-bottom {
    position: relative;
    display: block;
    margin-top: 48px;
}
.service-one__single {
    position: relative;
    display: block;
}
.service-one__single-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 1px solid var(--reroof-white);
    border-radius: 20px;
    margin-bottom: 17px;
}
.service-one__single-icon span::before {
    position: relative;
    display: inline-block;
    color: var(--reroof-white);
    font-size: 45px;
    line-height: 45px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}
.service-one__single:hover .service-one__single-icon span::before {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}
.service-one__single h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.service-one__single h2 a {
    color: var(--reroof-white);
}
.service-one__single h2 a:hover {
    color: var(--reroof-base);
}
.service-one__single p {
    color: var(--reroof-white);
}
.service-one__video {
    position: relative;
    display: block;
    margin-left: 45px;
}
.service-one__video-img {
    position: relative;
    display: block;
    border-radius: 20px;
    max-width: 585px;
    width: 100%;
    overflow: hidden;
}
.service-one__video-img img {
    width: 100%;
}
.service-one__video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    z-index: 2;
}
.service-one__video-box a {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: var(--reroof-base);
}
.service-one__video-icon a:hover {
    color: var(--reroof-white) !important;
}
.service-one__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 25px;
    color: var(--reroof-base);
    background-color: var(--reroof-white);
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.service-one__video-icon:hover {
    background: var(--reroof-base);
}
.service-one__video-icon::before {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 1px solid var(--reroof-white);
    border-radius: 50%;
    content: "";
}
.service-one__video-box .border-animation {
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border: 1px solid var(--reroof-white);
    animation: squares 2.9s linear 0s infinite;
    -webkit-animation: squares 2.9s linear 0s infinite;
    -ms-animation: squares 2.9s linear 0s infinite;
    -o-animation: squares 2.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
    border-radius: 50%;
}
.service-one__video-box .border-animation.border-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.service-one__video-box .border-animation.border-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}


@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0
  }
}

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

/*==============================================
Service Two
===============================================*/
.service-two {
    position: relative;
    display: block;
    background: var(--reroof-white);
    padding: 120px 0px 90px;
    z-index: 1;
}
.service-two::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--reroof-black);
    height: 320px;
    content: "";
    z-index: -1;
}
.service-two__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 57px;
}
.service-two__top .section-title {
    padding-bottom: 0px;
}
.service-two__top-btn {
    position: relative;
    display: block;
    top: -13px;
}
.projects-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 0 10px;
}
.projects-one__single-img {
    position: relative;
    display: block;
    overflow: hidden;
}
.projects-one__single-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0;
    transform: translateX(50px);
    transition: all 700ms ease;
    z-index: 5;
}
.projects-one__single:hover .projects-one__single-icon {
    opacity: 1;
    transform: translateX(0%);
    transition-delay: 400ms;
}
.projects-one__single-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--reroof-black);
    color: var(--reroof-white);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}
.projects-one__single-icon a span::before {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}
.projects-one__single-icon a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--reroof-base);
    transform: scale(0.6);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
}
.projects-one__single-icon a:hover::before {
    transform: scale(1.0);
    opacity: 1;
}
.projects-one__single-img-inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
}
.projects-one__single-img-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--reroof-black-rgb), 0.6);
    opacity: 0;
    z-index: 1;
    content: "";
}
.projects-one__single:hover .projects-one__single-img-inner:before {
    opacity: 1;
}
.projects-one__single-img-inner img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}
.projects-one__single:hover .projects-one__single-img-inner img {
    transform: scale(1);
}
.projects-one__overlay-content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #771717d1;
    padding: 27px 25px 26px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: 2;
}
.projects-one__single:hover .projects-one__overlay-content {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.projects-one__overlay-content .content-box {
    position: relative;
    display: block;
}
.projects-one__overlay-content .content-box p {
    font-size: 17px;
    color: var(--reroof-white);
    opacity: 0;
    transform: translateY(-50px);
    transition: all 700ms ease;
}
.projects-one__single:hover .projects-one__overlay-content .content-box p {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 700ms;
}
.projects-one__overlay-content .content-box h2 {
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 5px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 700ms ease;
}
.projects-one__single:hover .projects-one__overlay-content .content-box h2 {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}
.projects-one__overlay-content .content-box h2 a {
    color: var(--reroof-white);
}
.projects-one__overlay-content .content-box h2 a:hover {
    color: var(--reroof-black);
}

/*--------------------------------------------------------  home_workprocess  -----------------------------------------------*/

/***
=============================================
Working Process Two
=============================================
***/
.work-process-two {
    position: relative;
    display: block;
    background: var(--reroof-black);
    padding: 0px 0px 90px;
    z-index: 1;
}
.work-process-two .section-title__tagline h4 {
    color: var(--reroof-white);
}
.work-process-two .section-title__title {
    color: var(--reroof-white);
}
.work-process-two__single {
    position: relative;
    display: block;
    border: 1px solid var(--reroof-white);
    padding: 99px 35px 31px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.work-process-two__single .counting-text {
    position: absolute;
    top: 30px;
    right: 16px;
    color: rgba(var(--reroof-white-rgb), 0.07);
    font-size: 125px;
    line-height: 0.9em;
    font-weight: 500;
    font-family: var(--reroof-font-two);
}
.work-process-two__single-icon {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.work-process-two__single-icon span {
    position: relative;
    display: block;
    line-height: 0px;
}
.work-process-two__single-icon span::before {
    position: relative;
    display: inline-block;
    color: var(--reroof-white);
    font-size: 60px;
    line-height: 60px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}
.work-process-two__single:hover .work-process-two__single-icon span::before {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}
.work-process-two__single-title {
    position: relative;
    display: block;
}
.work-process-two__single-title h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    text-transform: capitalize;
}
.work-process-two__single-title h2 a {
    color: var(--reroof-white);
}
.work-process-two__single-title h2 a:hover {
    color: var(--reroof-base);
}

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

/*==============================================
  Why Choose One
===============================================*/
.why-choose-one {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}
.why-choose-one__content {
    position: relative;
    display: block;
}
.why-choose-one__content .section-title {
    padding-bottom: 19px;
}
.why-choose-one__content-text {
    position: relative;
    display: block;
}
.why-choose-one__content-text p {
    margin: 0;
}
.why-choose-one__content-bottom {
    position: relative;
    display: block;
    margin-top: 18px;
}
.why-choose-one__content-single {
    position: relative;
    display: block;
    border: 1px solid var(--reroof-black);
    padding: 20px 20px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.why-choose-one__content-single .icon-box {
    position: relative;
    display: block;
}
.why-choose-one__content-single .icon-box span {
    position: relative;
    display: block;
    line-height: 0px;
}
.why-choose-one__content-single .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--reroof-black);
    font-size: 45px;
    line-height: 45px;
    transition: all 600ms ease;
}
.why-choose-one__content-single:hover .icon-box span::before {
    transform: rotateY(180deg);
}
.why-choose-one__content-single .title-box {
    position: relative;
    display: block;
    margin-top: 15px;
}
.why-choose-one__content-single .title-box h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
}
.why-choose-one__form {
    position: relative;
    display: block;
    padding: 59px 60px 70px;
    background: var(--reroof-black);
    border-radius: 20px;
    margin-left: 30px;
    z-index: 5;
    margin-top: 120px;
}
.why-choose-one__form .title-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.why-choose-one__form .title-box h2 {
    color: var(--reroof-white);
    font-size: 33px;
    line-height: 43px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 3px;
}
.why-choose-one__form form {
    position: relative;
}
.why-choose-one__form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.why-choose-one__form form .form-group input[type="text"],
.why-choose-one__form form .form-group input[type="email"],
.why-choose-one__form form .form-group input[type="tel"],
.why-choose-one__form form .form-group input[type="url"],
.why-choose-one__form form .form-group textarea {
    position: relative;
    display: block;
    color: var(--reroof-white);
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    padding: 0px 25px 0px;
    width: 100%;
    height: 60px;
    background-color: transparent;
    border-radius: 10px;
    outline: none;
    border: 1px solid var(--reroof-bdr-color);
    font-family: var(--reroof-font);
}
#ui-datepicker-div.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid var(--reroof-base);
    color: var(--reroof-black);
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: var(--reroof-base) none repeat scroll 0 0;
    border: 2px solid var(--reroof-base);
    border-radius: 0;
    color: var(--reroof-white);
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}
.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    background: var(--reroof-white);
    transition: all 500ms ease;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
    right: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: var(--reroof-white);
    border: none;
}
.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
}
.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}
#ui-datepicker-div.ui-widget {
    font-family: var(--reroof-font);
}
#ptTimeSelectCntr .ui-widget {
    font-family: var(--reroof-font);
}
.why-choose-one__form form .form-group .nice-select {
    background-color: transparent;
    border-radius: 10px;
    color: var(--reroof-white);
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid var(--reroof-white);
}
.why-choose-one__form form .form-group .nice-select:after {
    right: 27px;
    border-bottom: 2px solid var(--reroof-white);
    border-right: 2px solid var(--reroof-white);
}
.why-choose-one__form form .form-group .button-box {
    position: relative;
    display: block;
}
.why-choose-one__form form .button-box button {
    width: 100%;
}
.why-choose-one__form form .button-box button.thm-btn:hover {
    color: var(--reroof-black);
}
.why-choose-one__form form .button-box button.thm-btn::before {
    background-color: var(--reroof-white);
}
.why-choose-one__form form .button-box button.thm-btn::after {
    background-color: var(--reroof-white);
}
input, button, select, textarea {
    font-family: var(--reroof-font);
}

/*----------------------------------------------------------  home_label  -----------------------------------------------------*/

.brand-one {
    position: relative;
    display: block;
    background: url(../../images/images/new_images/others/1/5.png);
    padding: 40px 0px 10px;
    border-radius: 20px;
    z-index: 1;
    margin: 0 20px;
}
.counter-two__single-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--reroof-black);
    border-radius: 50%;
    overflow: hidden;
}
.counter-two__single-icon span::before {
    position: relative;
    display: inline-block;
    color: var(--reroof-white);
    font-size: 35px;
    line-height: 35px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.counter-two__single-content {
    position: relative;
    display: block;
    margin-left: 10px;
}
.counter-two__single-content .count-box {
    position: relative;
    display: flex;
    align-items: center;
}
.counter-two__single-content .count-box h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--reroof-bdr-color);
}
.counter-two__single-content .count-box .plus {
    position: relative;
    display: inline-block;
    color: var(--reroof-black);
    font-size: 50px;
    font-weight: 700;
    top: -2px;
    color: var(--reroof-bdr-color);
}
.counter-two__single-content p {
    color: var(--reroof-bdr-color);
}
.counter-two__single {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid var(--reroof-bdr-color);
    padding: 8px 10px 13px;
    border-radius: 20px;
}
.counter-two__single-icon:hover span::before {
    transform: scale(0.9);
}

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

.service-two__single-img {
    position: relative;
    display: block;
    border-radius: 20px;
    background: var(--reroof-black);
    overflow: hidden;
    margin: 0 10px;
}
.service-two__single-img img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}
.service-two__single-img img {
    transition: 0.5s;
    background-size: cover;
    width: 100%;
}
.service-two__single-img img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}
.service-two__single-img-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--reroof-base);
    border-radius: 50%;
    color: var(--reroof-white);
    opacity: 0;
    transition: opacity 500ms ease, transform 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.service-two__single-img-link span::before {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}
.gallery-one {
    position: relative;
    display: block;
    padding: 120px 0px 20px;
    z-index: 1;
}
.service-two__single-img:hover img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 0.6;
    filter: blur(0);
}
.service-two__single-img:hover img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}
.service-two__single-img:hover .service-two__single-img-link {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}
.gallery-one .section-title {
    text-align: center !important;
}

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

/*==============================================
  About Two
===============================================*/
.about-two {
    position: relative;
    display: block;
    padding: 120px 0px 60px;
    z-index: 1;
}
.about-two .row {
    align-items: center;
}
.about-two__img {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    z-index: 1;
}
.about-two__img .shape2 {
    position: absolute;
    bottom: -35px;
    right: -35px;
    z-index: -1;
}
.about-two__img-inner {
    position: relative;
    display: block;
    border-radius: 20px;
    background: var(--reroof-black);
    overflow: hidden;
    z-index: 1;
}
.about-two__img-inner .shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.about-two__img-inner img {
    width: 100%;
    transition: all 500ms ease;
}
.about-two__img:hover .about-two__img-inner img {
    opacity: 0.7;
    transform: scaleX(1.05);
}
.about-two__experience-box {
    position: absolute;
    left: 30px;
    bottom: 23px;
    z-index: 3;
}
.about-two__experience-box .count-box {
    position: relative;
    display: flex;
    align-items: center;
}
.about-two__experience-box .count-box h2 {
    color: var(--reroof-white);
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
}
.about-two__experience-box .count-box .plus {
    position: relative;
    display: inline-block;
    color: var(--reroof-white);
    font-size: 50px;
    font-weight: 600;
    top: -3px;
}
.about-two__experience-box p {
    color: var(--reroof-white);
}
.about-two__content {
    position: relative;
    display: block;
}
.about-two__content .section-title {
    padding-bottom: 19px;
}

.about-two__content-text {
    position: relative;
    display: block;
}
.about-two__content-text p {
    color: var(--reroof-black);
    margin: 0;
}
.about-two__content-middle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
}
.about-two__content-list {
    position: relative;
    display: block;
}
.about-two__content-list li {
    position: relative;
    display: block;
}
.about-two__content-list li li {
    margin-top: 7px;
}
.about-two__content-list li p {
    color: var(--reroof-black);
    font-weight: 600;
}
.about-two__content-list li p span::before {
    position: relative;
    display: inline-block;
    color: var(--reroof-black);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    top: 2px;
    margin-right: 4px;
}
.about-two__counter-box {
    position: relative;
    display: block;
    background: var(--reroof-base);
    padding: 15px 30px 20px;
    border-radius: 20px;
}
.about-two__counter-box-inner {
    position: relative;
    display: flex;
    align-items: center;
}
.about-two__counter-box-inner .icon-box {
    position: relative;
    display: block;
}
.about-two__counter-box-inner .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--reroof-white);
    font-size: 55px;
    line-height: 55px;
}
.about-two__counter-box-inner .count-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 25px;
}
.about-two__counter-box-inner .count-box h2 {
    color: var(--reroof-white);
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
}
.about-two__counter-box-inner .count-box .k {
    color: var(--reroof-white);
    font-size: 47px;
    line-height: 47px;
    font-weight: 700;
    top: -1px;
}
.about-two__counter-box-inner .count-box .plus {
    position: relative;
    display: inline-block;
    color: var(--reroof-white);
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    top: 2px;
    margin-left: 1px;
}
.about-two__counter-box {
    position: relative;
    display: block;
}
.about-two__counter-box p {
    color: var(--reroof-white);
    font-family: var(--reroof-font-two);
    margin-top: 6px;
}
.about-two__content-text2 {
    position: relative;
    display: block;
    margin-top: 23px;
}
.about-two__content-text2 p {
    color: var(--reroof-black);
    font-weight: 600;
}
.about-two__btn {
    position: relative;
    display: block;
    margin-top: 38px;
}
.about-two__img-inner .shape1 img {
    filter: invert(12%) sepia(77%) saturate(2637%) hue-rotate(350deg) brightness(40%) contrast(91%);
}
.abpgsecond-div {
    position: relative;
    display: block;
    z-index: -1;
    padding: 50px;
    margin-top: 60px;
}
.abpgsecond-div p {
    color: #fff;
    position: relative;
    z-index: 1;
}
.abpgsecond-div:after {
    background: url(../../images/images/new_images/others/1/5.png);
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-size: cover;
    background-position: bottom;
    border-radius: 20px;
}
/*=======================================================  product_page  =================================================*/

.sveproductpg-div p {
    font-size: 16px;
}
.propgtopcont-div {
    padding: 40px 0;
}
.propgbotcont-div {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 20px;
    border-radius: 20px;
    height: 300px;
    margin-bottom: 40px;
}
.propgbotcont-div h4 {
    text-align: center;
    padding-bottom: 10px;
    color: var(--reroof-base);
}
.propgbotcont-div .prod {
    font-size: 16px;
    line-height: 2;
    border-bottom: 1px solid #eee;
}
.home_pro_title, .pro_title {
    color: var(--reroof-black);
    font-size: 20px;
    font-family: var(--reroof-font-two);
    padding-bottom: 10px;
}
.propgproscont-div p {
    font-size: 16px;
    line-height: 2;
}
.propgproscont-div h5 {
    font-size: 16px;
    padding: 10px 0;
    color: var(--reroof-base);
}
.propgprosc-ul li {
    line-height: 2;
    font-size: 16px;
}
.propgprosc-ul li i {
    color: var(--reroof-base);
}
.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;
}
.pro-content:nth-child(n) img {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 20px;
}

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

.shop-cart-box img {
    width: 100%;
    height: 220px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 20px;
}
.shop-cart-box {
    margin-top: 10px;
}
.featurs-navigation li {
    color: var(--reroof-black);
    font-size: 20px;
    padding: 5px 10px;
    font-weight: 500;
}
.featurs-navigation li.active, .featurs-navigation li:hover {
    color: var(--reroof-base);
}
.gall_pg.pg_mar {
    padding: 40px 0;
}
.featurs-navigation {
    margin-top: 65px;
}

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

.contact-page__contact-info-single {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 44px;
}
.contact-page__contact-info-single .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: #f8f8f8;
    border: 1px solid var(--reroof-bdr-color);
    border-radius: 5px;
    overflow: hidden;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.contact-page__contact-info-single:hover .icon-box {
    background: var(--reroof-black);
}
.contact-page__contact-info-single .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--reroof-black);
    font-size: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.contact-page__contact-info-single:hover .icon-box span {
    color: var(--reroof-white);
}
.contact-page__contact-info-single .content-box {
    position: relative;
    display: block;
    margin-left: 20px;
    flex: 1;
}
.contact-page__contact-info-single .content-box h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 1px;
}
.contact-page__contact-info-single .content-box p {
    margin: 0;
}
.contact-page__contact-info-single .content-box p a {
    color: var(--reroof-gray);
}
.contact-page__contact-info-single .content-box p a:hover {
    color: var(--reroof-base);
}
.contact-page__contact-info {
    position: relative;
    display: block;
}
.contact-page__contact-info .title-box {
    position: relative;
    display: block;
    margin-bottom: 42px;
}
.contact-form h4 {
    margin: 10px 0 30px 0;
    font-size: 20px;
    color: var(--reroof-base);
}
.read-btn:hover {
    color: var(--reroof-base);
}


/*---------------------------============================  footer  ============================---------------------------*/

#qcfooter {
    position: relative;
    display: block;
    background: url(../../images/images/new_images/others/1/6.png);
    overflow: hidden;
    z-index: 2;
    background-size: cover;
    background-position: bottom;
}
#qcfooter:after {
    content: '';
    position: absolute;
    background: url(assets/images/pattern/site-footer-v1-pattern.png);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.03;
    z-index: -1;
}
.footer-content p i {
    font-size: 20px;
    margin-right: 5px;
    color: var(--reroof-bdr-color);
    background: var(--reroof-base);
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
}
.footer-content span {
    font-size: 18px;
}
.block-1 .footer-content p {
    font-size: 15px;
    line-height: 2;
}

/*QC FOOTER STYLE START*/
#qcfooter-block {padding: 40px 0px; color: #fff;}
#qcfooter-block h3 {
    font-size: 20px;
    color: var(--reroof-bdr-color);
    font-weight: 600;
}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {height: 60px; display: block; margin: 10px 0;}
.footer-content .qc-brand img {
    height: 100%;
    background: var(--reroof-white);
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}
.footer-content p {
    font-size: 14px;
    line-height: 28px;
    padding: 4px 0;
}
.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(--reroof-black);
}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
#qcfooter-copyrights {
    padding: 5px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    background: var(--reroof-base);
}
#qcfooter-copyrights .copyright {font-size: 14px; color: #fff;}
#qcfooter-copyrights .developer {color: #fff; text-decoration: underline;}

/*QC FOOTER STYLE END*/
.footer-content .quicklinks li a:hover {
    color: var(--reroof-base);
}
.svefootcont-h3 {
    font-size: 18px !important;
}
.svefoot-cont {
    padding: 10px 0;
}
.block-1 .footer-content .qc-brand {
    display: none;
}

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

@media (max-width:767px){
.navigation-area {
    padding: 20px 0 10px 0;
}
.single-slide-item {
    padding: 67px 0;
}
.navbar-header h1 img {
    width: 300px;
}
.navbar-toggle {
    padding: 8px 8px;
    margin-right: 10px;
}
#home-slider, .page-banner {
    margin-top: 110px;
}
.about-one__img1 {
    left: 0;
}
.service-two__top {
    display: block;
}
.section-title__title {
    font-size: 26px;
}
.about-one__content {
    margin-left: 0px;
    margin-top: 60px;
}
.about-one__img2 {
    margin-left: 0px;
    margin-top: 20px;
}
.about-one__img-inner {
    display: block;
}
.about-one__counter-box {
    position: relative;
    bottom: 0px;
    right: 0px;
    max-width: 320px;
    margin: 20px auto 0px;
    padding: 18px 25px 22px;
}
.service-two__top-btn {
    top: 0px;
    margin-top: 20px;
}
.why-choose-one__form {
    margin-left: 0px;
    margin-top: 30px;
    padding: 59px 25px 70px;
}
.brand-one {
    padding: 30px 10px 0px;
    margin: 0 15px;
}
.service-one__video {
    margin-left: 0px;
    margin-top: 20px;
}
.nav.navbar-nav li {
    display: flex;
    margin-right: 0;
    padding: 0 0 0 0;
    border-bottom: 1px solid #f5e6e6;
}
.navigation-area .nav.navbar-nav {
    margin-left: 0;
    margin-right: 0;
}
.section-top {
    padding: 45px 0;
    top: 113px;
    margin-bottom: 100px;
}
.about_title, .product_title, .gallery_title, .contact_title {
    font-size: 25px;
    margin-left: 20px;
}
.about-two__content-middle {
    display: block;
}
.about-two__content {
    margin-left: 0px;
    margin-top: 70px;
}
.about-two__img .shape2 {
    display: none;
}
.about-two__img-inner .shape1 {
    width: 210px;
}
.about-two__experience-box {
    left: 10px;
    bottom: 10px;
}
.about-two__experience-box .count-box h2 {
    font-size: 40px;
    line-height: 50px;
}
.about-two__experience-box .count-box .plus {
    font-size: 50px;
}
.about-two__counter-box {
    margin-top: 30px;
}
.abpgsecond-div p {
    font-size: 16px;
}
.abpgsecond-div {
    padding: 20px 30px;
}
.pro-content:nth-child(n) img {
    float: inherit;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
    height: auto;
}
#tem529_products_page .pro-content {
    padding: 20px;
    margin: 40px 10px;
}
.gallerypage-frame iframe {
    width: 100%;
}

































}