/*----------------------------- Common -------------------------------------*/
p {
    font-size: 15px;
    font-family: 'kumbhsan';
    line-height: 1.8;
}
#back-to-top i {
    color: #fff;
}
ul.dropdown-menu.level1 a {
    color: #fff;
}

/*------------------------------- catalogue btn ---------------------------*/
/*.foot_cata {
    position: fixed;
    left: 90px;
    bottom: 55px;
    z-index: 3;
}
.foot_cata a {
    padding: 10px;
    text-align: center;
    display: block;
    width: 100%;
    border: 0;
    height: 50px;
    background: rgb(21, 55, 30);
    color: #fff;
}
.blink {
    animation: blinker 5s linear infinite;
}
@keyframes blinker {
        50% {
          opacity: 0;
        }
      }
/*.applynow.visibleBtn {
    opacity: 1;
    visibility: visible;
    top: 300px;
    right: 0;
}
.applynow:hover{
    color:#fff;
}
.applynow {
    position: fixed;
    bottom: 200px;
    right: 0;
    background: #004d00;
    color: #fff;
    z-index: 999;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 20px;
    transition: all ease 0.4s;
    text-orientation: revert;
    writing-mode: vertical-rl;
    border-radius: 20px;
}*/
.foot_cata {
    display: none;
}
a.pdf_btn {
    background: #fff;
    padding: 12px 18px;
    width: 160px;
    display: inline-block;
    border-radius: 10px;
    border: 1px dashed #000;
    font-size: 15px;
    font-family: 'jostmedium';
    color: #004d00;
}
.footer_cata {
    margin-bottom: 15px;
}
/*----------------------------- prd-enq ----------------------------------*/
/*new changes*/
#myModal3 .modal_content3 {
    background: #fff;
    border: 2px solid #6a6a6a;
}
#myModal3 .modal_header3 button {
    border: 1px solid #fff;
    opacity: 1.5;
    border-radius: 100%;
    font-size: 16px;
    background: #000;
    position: absolute;
    top: -18px;
    right: -18px;
    width: 28px;
    height: 29px;
    cursor: pointer;
    z-index: 8040;
}
#myModal3 .modal_header3 button span {
    color: #fff !important;
}
div#myModalLabel .fa {
    color: #000;
    font-size: 26px;
}
div#myModalLabel strong {
    color: #000;
    font-size: 20px;
    margin-left: 15px;
}
#myModalLabel {
    text-align: center;
    margin-bottom: 20px;
    height: 43px;
    margin-top: 10px;
    background: unset;
}
#myModal3 li.mar_bot15 {
    list-style: none;
    display: flex;
    width: 100%;
}
#myModal3 li.mar_bot15.position1 span {
    font-size: 20px;
    margin-top: 25px;
    padding-right: 10px;
    display: none;
}
#myModal3 button.button1 {
    background: #000;
    width: 100px;
    height: 40px;
    color: #fff;
    font-family: sans-serif;
}
#myModal3 textarea {
    height: 91px;
    resize: none;
    margin-bottom: 30px;
    width: 100%;
}
#myModal3 ul.form_list.pad_top0 {
    margin: unset;
}
#myModal3 .modal-dialog {
    width: 450px !important;
}
#myModal3 li.mar_bot15 input {
    width: 100%;
    margin-bottom: 20px;
    height: 45px;
}
/*----------------------------- Home ------------------------------------*/
/*--------- Advantage section 1 -----------------------*/
.features-section-three {
    position: relative;
    padding: 110px 0 50px;
   /* background-color: #ebf7f7;*/
    background-color: #edf9ed;
}
.feature-block-three {
    position: relative;
}
.feature-block-three .icon-box {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 7%);
    padding: 50px 20px;
    text-align: center;
    background-color: #fff;
}
.feature-block-three .icon {
    position: relative;
    line-height: 85px;
    margin-bottom: 45px;
}
.feature-block-three .icon:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 20px;
    width: 100px;
    height: 100px;
    /*background-color: #edf9f9;*/
    background-color: #edf9ed;
    border-radius: 50%;
    transform: translateX(-50%);
}
.feature-block-three .icon img {
    position: relative;
}
.feature-block-three h4 {
    font-size: 22px;
    font-family: jostmedium;
    margin-bottom: 10px;
}
.feature-block-three .read-more-btn {
    color: #004d00;
}
.feature-block-three .read-more-btn {
    position: relative;
    font-size: 14px;
    font-family: jostregular;
    text-transform: uppercase;
    font-weight: 600;
}
.feature-block-three .read-more-btn i {
    color: #C02427;
    margin-right: 7px;
}
.feature-block-three .overlay {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    opacity: 0;
    padding: 30px 20px;
    overflow: hidden;
}
.feature-block-three .overlay {
    /*background-color: #3a7d7c;*/
    background-color: #004d00;
}
.feature-block-three .overlay .icon {
    margin-bottom: 20px;
}
.feature-block-three .overlay .icon:before {
   /* background-color: #488685;*/
    background-color: #48864c;
    top: -45px;
}
.feature-block-three .overlay h4 {
    color: #fff;
}
.feature-block-three .text {
    color: #fff;
    font-family: kumbhsan;
    font-size: 15px;
}
.feature-block-three .icon-box:hover .overlay {
    opacity: 1;
    top: 0;
}
/*sh-1*/
.feature-one__dot {
    position: absolute;
    bottom: -80px;
    right: -110px;
    opacity: .20;
}
.feature-one__dot img {
    width: auto;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
}
@keyframes shapeMover {

  0%,
  100% {
      transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
      transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}


/*---------------- Section 2 Welcome Blk ------------*/
.about-one {
    position: relative;
    display: block;
    padding: 120px 0 20px;
}
.about-one__shape {
    position: absolute;
    bottom: 0;
    right: -40px;
    opacity: .30;
}
.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}
.about-one__shape img {
    width: auto;
}
.about-one__left {
    position: relative;
    display: block;
    margin-right: 70px;
}
.about-one__img {
    position: relative;
    display: block;
}
.about-one__img-box {
    position: relative;
    display: block;
}
.about-one__img>img {
    width: 100%;
    border-radius: 10px;
    height: 630px;
}
.about-one__line {
    position: absolute;
    top: 30px;
    right: -30px;
    opacity: 0.20;
    z-index: -1;
}
.about-one__line>img {
    width: auto;
}
.about-one__satisfied {
    position: absolute;
    bottom: 100px;
    left: -60px;
    z-index: 1;
}
.about-one__satisfied-inner {
    position: relative;
    display: block;
    z-index: 1;
}
.about-one__satisfied-shape {
    position: absolute;
    top: -59px;
    left: -69px;
}
.about-one__satisfied-shape img {
    width: auto;
}
.about-one__satisfied-content {
    position: relative;
    display: block;
    background-color: #004d00;
    padding: 11px 21px 11px;
    z-index: 1;
    border: 10px solid #fff;
}
.about-one__satisfied-count-box {
    position: relative;
    display: flex;
    align-items: center;
}
.xtra_content_detail h3 {
    color: #000 !important;
    font-size: 24px !important;
    line-height: 1.5 !important;
    font-family: 'jostmedium' !important;
}
.xtra_content_detail h1, .about-one__right h1 {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 58px;
    font-weight: 800;
    font-family: 'jostmedium';
}
h3.odometer.odometer-auto-theme {
    margin: unset;
    line-height: 2;
    font-size: 25px;
    color: #fff;
    font-family: 'jostmedium';
}
.about-one__satisfied-text {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    font-family: 'kumbhsan';
}
.about-one__big-text {
    font-size: 80px;
    color: #f4f1ee;
    text-transform: uppercase;
    line-height: 100px;
    letter-spacing: 0.18em;
    position: absolute;
    top: 231px;
    left: -300px;
    transform: rotate(-90deg);
    font-weight: 800;
}

.about-one__right {
    position: relative;
    display: block;
}
.about-one__right .section-title {
    margin-bottom: 31px;
}
.about-one .section-title {
    position: relative;
    display: block;
    margin-top: -7px;
    margin-bottom: 0;
}
.about-one .section-sub-title-box {
    position: relative;
    display: inline-block;
}
.about-one__right h3 {
    color: #000;
    font-size: 24px;
    line-height: 1.5;
    font-family: 'jostmedium';
}
li.xtra_content_li b {
    color: #C02427;
    font-size: 16px;
    line-height: 1;
    font-family: 'jostregular';
}
li.xtra_content_li {
    font-size: 15px;
    font-family: 'kumbhsan';
    line-height: 1.8;
    margin-bottom: 10px;
}
ul.xtra_content_ul {
    list-style: none;
    padding: unset;
}
.section-sub-title {
    font-size: 16px;
    color: #004d00;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    font-family: 'jostregular';
}
.section-title-shape-1 {
    position: absolute;
    top: -4px;
    left: -40px;
}
.section-title-shape-1 img {
    width: auto;
}
.section-title__title {
    margin: 0;
    color: #000;
    font-size: 40px;
    line-height: 58px;
    font-weight: 800;
    font-family: 'jostmedium';
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: #C02427 !important;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 5px;
    padding: 15px 40px 15px;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
}
.thm-btn:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background-color: #000;
}
.thm-btn i {
    position: relative;
    display: inline-block;
    height: 13px;
    width: 13px;
    background-color: #fff;
    border-radius: 50%;
    color:#C02427;
    font-size: 7px;
    line-height: 13px;
    text-align: center;
    top: -2px;
    margin-right: 4px;
    padding-left: 2px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.thm-btn:hover {
    color: #fff;
}
.thm-btn:hover:before {
    top: -40%;
}
/*-------------------------------- Wel icn --------------------------------*/
section.sec_welicn {
    padding: 0 0 100px;
}
/*.icn_item {
    background: #004d00;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
}*/
.icn_item {
    background: url(../../images/images/breadcrum/4.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.icn_item h6 {
    font-family: 'jostregular';
}
.icn_item img {
    filter: invert(115%) sepia(100%) saturate(0%) hue-rotate(23deg) brightness(150%) contrast(130%);
}
/*------------------------------- Section 3 Counter -----------------------*/
.funfacts-section {
    position: relative;
    background: #fff;
    padding: 0 0 100px;
}
.funfacts-section .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
.funfacts-section .inner:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 130px;
    background-color: #e5e5e5;
    opacity: .25;
}
.funfacts-section.style-two .inner:before {
    opacity: 1;
}
.funfacts-section.style-two .borderunset.inner:before {
    opacity: .25;
}
.funfacts-section .icon {
    position: relative;
    margin-right: 35px;
}
.funfacts-section .count-box {
    position: relative;
    font-size: 60px;
    color: #fff;
    font-family: 'jostmedium';
    line-height: 65px;
}
.funfacts-section.style-two .count-box {
    color: #222;
}
.funfacts-section .text {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-family: 'jostmedium';
    margin-bottom: 0;
}
.funfacts-section.style-two .text {
    color: #222;
}

/*----------------------------- Section 4 Product -----------------------*/
.services-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}
.services-one:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #1c1b1fdb;
    height: 505px;
    z-index: -1;
}
.services-one-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: luminosity;
}
.services-one-shape-1 img {
    width: auto;
    opacity: 0.1;
}
.services-one-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: luminosity;
}
.services-one-shape-2 img {
    width: auto;
    opacity: 0.02;
}
.services-one__top {
    position: relative;
    display: block;
    margin-bottom: 49px;
}
.services-one__top-left {
    position: relative;
    display: block;
}
.services-one__top-left .section-title {
    margin-bottom: 0;
    position: relative;
    display: block;
    margin-top: -7px;
}
.services-one .section-sub-title-box {
    position: relative;
    display: inline-block;
}
.services-one .section-sub-title {
    font-size: 16px;
    color: #02ad02;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    font-family: 'jostregular';
}
.services-one .section-title-shape-1 {
    position: absolute;
    top: -4px;
    left: -40px;
}
.services-one .section-title-shape-1 img {
    width: auto;
}
.services-one .section-title__title {
    margin: 0;
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
}
.services-one__top-right {
    position: relative;
    display: block;
    margin-top: 26px;
}
.services-one__top-right-text {
    color: #817e87;
}
/*bottom*/
.services-one__bottom {
    position: relative;
    display: block;
}
.services-one__single {
    position: relative;
    display: block;
    margin: 20px 20px 30px;
}
.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 1;
}
.services-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgb(0 0 0 / 30%);
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 1;
}
.services-one__img img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.services-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 22px 30px 19px;
    z-index: 1;
}
.services-one__icon {
    position: absolute;
    top: -35px;
    right: 20px;
    background-color: #004d00;
    height: 65px;
    width: 65px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color:#fff;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.services-one__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
    margin-bottom: 14px;
    font-family: 'jostmedium';
}
.services-one__title a {
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-one__read-more {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 2px solid #f4f1ee;
    padding-top: 10px;
    margin-top: 21px;
}
.services-one__read-more a {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-one__read-more a i {
    position: relative;
    display: inline-block;
    height: 13px;
    width: 13px;
    background-color:#C02427;
    border-radius: 50%;
    color: #fff;
    font-size: 7px;
    line-height: 13px;
    text-align: center;
    top: -2px;
    margin-left: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
/*hover*/
.services-one__single:hover .services-one__img:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}
.services-one__single:hover .services-one__img img {
    transform: scale(1.1) rotate(2deg);
}
.services-one__single:hover .services-one__icon span {
    transform: scale(.9);
}
.services-one__read-more:hover a {
    color: #C02427;
}
/*------------------------------- Section 5 why Choose Us--------------*/
.why-choose-one {
    position: relative;
    display: block;
    background-color: #edf9ed;
    padding: 120px 0 30px;
    overflow: hidden;
    z-index: 1;
}
.why-choose-one-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.5;
    z-index: -1;
}
.why-choose-one-shape-3 {
    position: absolute;
    top: -335px;
    right: 309px;
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(0 77 0) 100%);
    opacity: 0.502;
    width: 98px;
    height: 765px;
    transform: rotate(-45deg);
    z-index: 1;
}
.float-bob-y-2 {
    -webkit-animation-name: float-bob-y-2;
    animation-name: float-bob-y-2;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes float-bob-y-2 {
    0% {
        transform: translateY(-20px) rotate(-45deg);;
    }

    50% {
        transform: translateY(-10px) rotate(-45deg);;
    }

    100% {
        transform: translateY(-20px) rotate(-45deg);;
    }
}
.why-choose-one-shape-4 {
    position: absolute;
    top: 0;
    right: -30px;
}
.why-choose-one-shape-4 img {
    width: auto;
}
.why-choose-one__left {
    position: relative;
    display: block;
}
.why-choose-one__left .section-title {
    margin-bottom: 31px;
    position: relative;
    display: block;
    margin-top: -7px;
}
.why-choose-one__points-single {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.175px 9.998px 37.24px 0.76px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    border-bottom: 4px solid #ede8e4;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.why-choose-one__points-icon {
    position: relative;
    display: flex;
    align-items: center;
}
.why-choose-one__points-icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--roofsie-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.why-choose-one__points-title-box {
    margin-left: 20px;
}
.why-choose-one__points-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    font-family: 'jostmedium';
}
/*hover*/
.why-choose-one__points-single:hover .why-choose-one__points-icon span {
    transform: scale(.9);
}
.why-choose-one__points-single:hover {
    border-bottom: 4px solid #004d00;
}

/*left*/
.why-choose-one__right {
    position: relative;
    display: block;
    margin-left: 60px;
}
.why-choose-one__img-box {
    position: relative;
    display: block;
    z-index: 1;
}
.why-choose-one__img {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 2;
}
.why-choose-one__img img {
    width: 100%;
}
.why-choose-one__shape-1 {
    border-radius: 50%;
    background-color: rgb(237, 232, 228);
    width: 515px;
    height: 515px;
    position: absolute;
    top: -60px;
    left: 6px;
}
.why-choose-one__shape-2 {
    position: absolute;
    right: -83px;
    top: 241px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 194px;
    height: 195px;
}
.why-choose-one__author-sign {
    position: absolute;
    top: 140px;
    left: -60px;
    display: none;
}
.why-choose-one__author-sign p {
    font-size: 26px;
    color: #ff4f47;
    font-family: var(--roofsie-reey-font);
    line-height: 36px;
}

/*------------------------------- Section 6 our portfolio ------------------*/
.project-one {
    position: relative;
    display: block;
    padding: 100px 0;
}
.project-one__single {
    position: relative;
    display: block;
    margin: 15px;
}
.project-one__img-box {
    position: relative;
    display: block;
    z-index: 1;
}
.project-one__img-box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 3px;
    height: 0;
    content: "";
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all 500ms ease;
    z-index: 2;
}
.project-one__img {
    position: relative;
    display: block;
    border-radius:10px;
    overflow: hidden;
    z-index: 1;
}
.project-one__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color:rgb(0 77 0 / 70%);
    border-radius: 10px;
    -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: 1;
}
.project-one__img img {
    width: 100%;
    border-radius:10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 500ms ease;
}
.project-one__content {
    position: absolute;
    left: 60px;
    bottom: 60px;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 700ms ease;
    z-index: 2;
}
.project-one__title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
.project-one__title a {
    color: #fff;
}
.project-one__link {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 60px;
    width: 60px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0);
    transition: all 700ms ease;
    z-index: 2;
}
.project-one__link a {
    font-size: 20px;
    color: #fff;
}
.project-one__img-box:after {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 30px;
    height: 3px;
    width: 0;
    content: "";
    background-image: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 99%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 99%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 99%, rgb(255, 255, 255) 100%);
    transition: all 700ms ease;
    z-index: 2;
}

/* hover */
.project-one__single:hover .project-one__img-box:before {
    height: 100%;
    transition-delay: 500ms;
}
.project-one__single:hover .project-one__img:before {
    -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;
}
.project-one__single:hover .project-one__img img {
    transform: scale(1.05);
}
.project-one__single:hover .project-one__content {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 700ms;
}
.project-one__single:hover .project-one__link {
    transform: scale(1);
    opacity: 1;
    transition-delay: 500ms;
}
.project-one__single:hover .project-one__img-box:after {
    width: 101%;
    transition-delay: 500ms;
}
/*------------------------------- Section 7 trust company --------------------*/
.trust_vdeo {
    position: relative;
    z-index: 1;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #fff;
    background-color: rgba(255, 255, 255, .10);
    margin-top: 30px;
}
.trust-company {
    position: relative;
    display: block;
    padding: 80px 0;
    overflow: hidden;
}
.trust-company-shape-1 {
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 1;
}
.trust-company-shape-1 img {
    width: auto;
}
.trust-company-shape-2 {
    position: absolute;
    top: -95px;
    left: 195px;
    width: 5px;
    height: 616px;
    background-color: #007600;
    z-index: 1;
    transform: rotate(45deg);
}
.trust-company-shape-3 {

    position: absolute;
    top: -63px;
    left: 317px;
    width: 5px;
    height: 370px;
    background-color: #007600;
    z-index: 1;
    transform: rotate(45deg);
}
.trust-company-shape-4 {
    position: absolute;
    top: -184px;
    left: 310px;
    width: 105px;
    height: 812px;
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    transform: rotate(45deg);
    mix-blend-mode: soft-light;
    z-index: 1;
}
.trust-company-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.trust-company-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(21, 21, 24, .80);
}
#jarallax-container-0 {
    clip: rect(0 1349px 493px 0);
    clip: rect(0, 1349px, 493px, 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
/*lyt sd */
.trust-company__left {
    position: relative;
    display: block;
    z-index: 1;
}
.trust-company__video-link {
    position: relative;
    display: block;
    margin-left: 16px;
    z-index: 1;
}
.trust-company__video-icon {
    position: relative;
    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;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color:#007600;
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a.video-popup {
    color: #fff;
}
.trust-company__video-icon:before {
    position: absolute;
    top: -16px;
    left: -16px;
    right: -16px;
    bottom: -16px;
    content: "";
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 0.1;
    /*z-index: 1;*/
}
.trust-company__video-link .ripple, .trust-company__video-icon .ripple:before, .trust-company__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 98px;
    height: 98px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--roofsie-primary-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--roofsie-primary-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(244, 241, 238, 0.6);
    box-shadow: 0 0 0 0 rgba(var(244, 241, 238), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}
@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}
.trust-company__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.trust-company__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
.trust-company__title {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    line-height: 1.5;
    font-family: 'jostmedium';
    margin: 0 0 20px;
}
/*ryt sd */
.trust-company__right {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-top: 4px;
}
.trust-compay__points {
    position: relative;
    display: block;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.trust-compay__points li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 20px 15px;
    z-index: 1;
    margin: 10px 0;
}
.trust-compay__points li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(0, 0, 0, .20);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}
.trust-compay__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
}
.trust-compay__points li .icon span {
    font-size: 15px;
    color: #007600;
    position: relative;
    display: inline-block;
}
.trust-compay__points li .text {
    margin-left: 20px;
}
.trust-compay__points li .text p {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
/*hover*/
.trust-compay__points li:hover:before {
    background-color: rgba(255, 255, 255, .10);
}
.trust-company__video-icon:hover {
    background-color: #fff;
    color: #C02427;
}
/*-------------------------- Section 8 Abt -----------------------------*/
section.abt_sec {
    padding: 120px 0;
}
.abt-vd {
    margin-top: 40px;
}
/*---------------------------- Section 9 Label ----------------------------*/
.cta-one {
    position: relative;
    display: none;
    background-color:#004d00;
}
.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 77px;
    padding-bottom: 77px;
}
.cta-one__left {
    position: relative;
    display: block;
}
.cta-one__sub-title {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    opacity: .70;
    line-height: 24px;
    font-family: 'jostregular';
}
.cta-one__title {
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    line-height: 50px;
    margin-top: 2px;
    font-family: 'jostmedium';
}
.cta-one__btn-box {
    position: relative;
    display: block;
}
.trust-company__video-icon:hover a.video-popup {
    color: #C02427 !important;
}
.cta-one__btn {
    background-color: #000;
}
.cta-one__btn:before {
    background-color: #fff;
}
.cta-one__btn i {
    color: #000;
}
.cta-one__btn:hover {
    color:#004d00;
}
.cta-one__btn:before {
    background-color: #fff;
}
.cta-one__btn:hover i {
    background-color: #004d00;
    color: #fff;
}

/*-------------------------------------------------------- ABOUT PAGE ------------------------------------*/
.vision-style1-area {
    position: relative;
    display: block;
    padding: 120px 0 50px;
   /* z-index: 10;*/
}
.vision-style1__content-box {
    position: relative;
    display: block;
}
.vision-style1__content-box__inner {
    position: relative;
    display: block;
    margin-top: 30px;
}
.about-style3-img-box {
    position: relative;
    display: block;
    max-width: 440px;
    width: 100%;
    padding-right: 30px;
    padding-bottom: 30px;
    float: right;
}
.about-style3-img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.about-style3-img-box .inner img {
    width: 100%;
    transform: scale(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    border-radius: 10px;
}
.about-style3-img-box .overlay-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    background: url(../../images/images/breadcrum/4.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 33px 25px 39px;
    z-index: 1;
}
.about-style3-img-box .overlay-box h2 {
    color: #ffffff;
    font-size: 75px;
    line-height: 70px;
    margin-bottom: 7px;
    font-family: 'jostmedium';
}
.about-style3-img-box .overlay-box p {
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'kumbhsan';
}
.about-style3-img-box:hover .inner img {
    transform: scale(1.05) rotate(1deg);
}
/* Label */
.tp-cta-3-style {
    margin-bottom: 30px;
}
.fix {
    overflow: hidden;
}
.pl-40 {
    padding-left: 40px;
}
.pr-40 {
    padding-right: 40px;
}
.fix {
    overflow: hidden;
}
.tp-cta-3-plr {
    padding-top: 60px;
    padding-bottom: 30px;
    border-radius: 15px;
}
.black-bg {
    background: url(../../images/images/breadcrum/4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.p-relative {
    position: relative;
}
.tp-cta-3-shape {
    position: absolute;
    top: 0;
    right: 0;
}
.d-flex {
    display: flex!important;
}
.align-items-center {
    align-items: center!important;
}
.tp-cta-3-icon {
    position: relative;
    margin-right: 25px;
}
.tp-cta-3-icon::before {
    position: absolute;
    width: 90px;
    height: 180px;
    bottom: -19px;
    content: "";
    background: #4ec26970;
    border-radius: 0 0 50px 50px;
    left: 3px;
    rotate: 30deg;
}
.tp-cta-3-icon span {
    position: relative;
    font-size: 48px;
    color: #fff;
    margin-bottom: 0;
}
.tp-cta-3-subtitle {
    color: #fff;
    font-family: 'jostmedium';
}
.tp-cta-3-call {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.tp-cta-3-call a {
    color: #fff;
    font-family: 'kumbhsan';
}
.tp-cta-3-info .tp-cta-3-call::after {
    position: absolute;
    width: 1px;
    height: 80px;
    right: -67px;
    bottom: 9px;
    content: "";
    background: #ffffff;
}
.tp-cta-3-info p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
    color: #ffffff;
    font-family: 'jostmedium';
}
.tp-theme-btn {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    padding: 17px 41px;
    border-radius: 50px;
    color: #ffffff;
    background-color: #208531;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: 'kumbhsan';
}
.about-page .bottom-box {
    position: relative;
    margin: 10px auto 0;
}
.about-page .bottom-box .inner-box {
    margin: 30px 100px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #004d00;
    padding: 8px 10px 8px 60px;
}
.about-page .bottom-box .inner-box .text {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}
.about-page .bottom-box .inner-box .text a {
    font-family: 'kumbhsan';
    font-weight: 600;
    color: #C02427;
}
.about-page .bottom-box .icon {
    vertical-align: unset;
    position: relative;
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 50%;
    font-size: 26px;
    margin-right: -35px;
    color: #C02427;
    -webkit-box-shadow: 0 0 16px rgb(194 194 194 / 75%);
    box-shadow: 0 0 16px rgb(194 194 194 / 75%);
    background-color: #fff;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}
.about-page .bottom-box .theme-btn {
    position: relative;
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 0;
    letter-spacing: -0.01em;
    line-height: 27px;
    font-weight: 700;
    overflow: hidden;
    color: #fff;
    background: #004d00;
    text-transform: uppercase;
    font-family: 'jostmedium';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about-page .bottom-box .theme-btn:before {
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #000; 
    border-radius: 7px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.about-page .theme-btn .btn-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-page .bottom-box .theme-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 0;
    height: 0;
    background-color: #fff;
    border-bottom: 77px solid #004d00;
    border-left: 20px solid transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
/*hover*/
.about-page .bottom-box .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.about-page .btn-style-one.hover-dark:hover {
    color: #fff;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.about-page .btn-style-one:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.about-page .bottom-box .theme-btn:hover:after {
    border-bottom-color: #000;
}
/*------------------------ abt section2 -----------------------------*/
.why-choose-us-two {
    position: relative;
    padding: 30px 0 0;
    z-index: 1;
}
.why-choose-us-two::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 481px;
    height: 598px;
    background-image: url(../../images/images/shape/roofing-bg-1.png);
    content: "";
    opacity: 0.63;
    pointer-events: none;
}
.why-choose-us-two .content-column {
    position: relative;
    margin-bottom: 25px;
}
.why-choose-us-two .content-column .inner-column {
    position: relative;
}
.why-choose-us-two .content-column .inner-column .exp-box {
    margin-top: 35px;
}
.why-choose-us-two .content-column .inner-column .exp-box .inner {
    position: relative;
    width: 170px;
    height: 220px;
    border: 3px solid #ebebeb;
    padding: 30px 10px 1px 19px;
}
.why-choose-us-two .content-column .inner-column .exp-box .count {
    font-family: 'jostmedium';
    font-size: 60px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-image: url(../../images/images/about/bg/1.jpg);
    background-size: cover;
    margin-bottom: 0;
    line-height: 1em;
    letter-spacing: -0.01em;
    margin-top: unset;
    background-position: right;
}
.why-choose-us-two .content-column .inner-column .exp-box .title {
    font-family: 'jostmedium';
    font-size: 23px;
    padding-left: 5px;
    line-height: 1.3;
}
.choose-block {
    margin-bottom: 27px;
}
.choose-block .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 7px;
}
.choose-block .inner-box .icon {
    position: relative;
    color: #C02427;
    font-size: 40px;
    line-height: 1em;
    padding-top: 13px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 50px;
    margin: auto 0;
}
.choose-block .inner-box .content {
    padding: 1px 15px 0px 15px;
}
.choose-block .inner-box .title {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 20px;
    font-family: 'kumbhsan';
}
.choose-block .inner-box .text {
    color: #7a7a7a;
    font-size: 15px;
    font-family: 'kumbhsan';
    line-height: 1.5;
}
.why-choose-us-two .tabs-column {
    position: relative;
    margin-bottom: 25px;
}
.why-choose-us-two .tabs-column .inner-column {
    position: relative;
}
.why-choose-us-two .tabs-column .inner-column .image {
    margin-bottom: 0;
}
.why-us-tabs {
    position: relative;
    counter-reset: count;
}
.why-us-tabs .btn-box {
    position: relative;
    margin-top: -47px;
}
.why-us-tabs .tab-btns {
    position: relative;
}
.why-us-tabs .tab-btns .tab-btn {
    position: relative;
    margin-top: 0;
    padding: 12px 0 22px;
    width: 160px;
    height: 47px;
    margin-right: 7px;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    font-family: 'jostmedium';
    display: inline-block;
    cursor: pointer;
    color: #000;
    background-color: #f3f4f7;
    letter-spacing: -0.01em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}
.why-us-tabs .tab-btns .tab-btn.active-btn {
    color:#fff;
}
.why-us-tabs .tab-btns .tab-btn:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    opacity: 0;
    border-left: 20px solid transparent;
    border-top: 10px solid #004d00;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.why-us-tabs .tab-btns .tab-btn.active-btn:before {
    opacity: 1;
}
.why-us-tabs .tab-btns .tab-btn.active-btn:after {
    width: 100%;
}
.why-us-tabs .tab-btns .tab-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #004d00;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}
.why-us-tabs .tabs-content {
    position: relative;
    padding-top: 40px;
}
.tabs-box .active-tab {
    display: block !important;
}
.tabs-box .tab {
    display: none;
}
span.tit_li {
    font-size: 16px;
    font-family: 'jostmedium';
    margin-right: 10px;
}
.why-us-tabs .tabs-content .text {
    margin-bottom: 34px;
    color: #7a7a7a;
    font-size: 16px;
    font-family: 'kumbhsan';
}
.list-style-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.list-style-two li {
    position: relative;
    font-size: 16px;
    padding-left: 34px;
    color: #707173;
    transition: all 300ms ease;
    margin-bottom: 11px;
}
.why-us-tabs .tabs-content .list-style-two .icon {
    top: 8px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    border-radius: 50%;
    color: #fff;
    background-color: #C02427;
    text-align: center;
    position: absolute;
    left: 0px;
    transition: all 300ms ease;
}
/*hover*/
.choose-block .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
/*.why-us-tabs .tab-btns .tab-btn:hover {
    color: #004d00;
}*/
.why-choose-us-two h4{
    color: #C02427;
    font-size: 20px;
    line-height: 1;
    font-family: 'jostmedium';
}
/*----------------------------- Abt section 3 seolink -------------------------*/
section.seolink {
    padding: 0 0 70px;
}
.seolink h3 {
    color: #004d00;
    font-size: 30px;
    line-height: 1.5;
    font-family: 'jostmedium';
    text-align: center;
    margin-bottom: 30px;
}
.seolink h4 {
    color: #000;
    font-size: 22px;
    line-height: 1.5;
    font-family: 'jostmedium';
}
li.seolink_li span {
    line-height: 22px;
    font-size: 15px;
    color: #C02427;
    margin-right: 10px;
}
ul.seolink_ul {
    list-style: none;
    padding: unset;
}
li.seolink_li {
    font-size: 15px;
    color: #707173;
    transition: all 300ms ease;
    margin-bottom: 11px;
    font-family: 'kumbhsan';
    line-height: 1.8;
}
.seolink h6{
    color: #004d00;
    font-size: 25px;
    line-height: 1.5;
    font-family: 'jostmedium';
    text-align: center;
    margin: 35px 0;
}
.seolink h5{
    color: #C02427;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'jostmedium';
    text-align: center;
    margin: 30px 0;
}



/*----------------------------------------- Why cool Roof Tiles --------------------*/
.whycoolroof_img {
    text-align: center;
}
.whycoolroof_sec {
    padding: 90px 0 !important;
}
.whycoolroof_srivalue_img {
    margin-top: 60px;
}

/*-------------------------------------- Gallery ------------------------------*/
#tem562_gallery_page {
    padding: 120px 0;
}
.isotope-img-container {
    height: 300px;
    margin: 10px;
}
.isotope-img-container img {
    height: 100%;
    width: 100%;
}
#tem562_gallery_page .isotope-nav {
    display: none;
}

/*------------------------------------- Contact ------------------------------*/
.whl-blk {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #ddd;
    margin: 10px;
}
.contact_tithd {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.contact_tithd img {
    width: 80px;
}
.contact_tit {
    color: #000;
    font-size: 35px;
    line-height: 1.5;
    font-weight: 800;
    font-family: 'jostmedium';
    margin: auto 0;
}
#tem562_contact_page {
    padding: 120px 0;
}
#tem562_contact_page .form-control {
    margin: 15px 0;
}
#tem562_contact_page textarea.form-control {
    height: 160px;
}
#tem562_contact_page .section-title__title{
    font-size: 28px;
}
.contact-page-content .contact-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 40px;
    background: #edf9ed;
    margin-bottom: 20px;
}
.contact-info-item .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 70px;
    height: 70px;
    font-size: 28px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    line-height: 70px;
    text-align: center;
    background: #fff;
    margin-right: 30px;
    color: #004d00;
}
.contact-info-item .content .title {
    display: block;
    font-size: 18px !important;
    margin-top: -10px;
    margin-bottom: 5px;
    font-family: 'jostmedium';
    font-weight: 700;
    color: #7e7e7e;
}
.contact-info-item .content h6 {
    line-height: 2;
    font-size: 15px;
    font-family: 'kumbhsan';
    margin: unset;
}
.contact-info-item:hover .icon {
    color: #fff;
    background: #004d00;
}
.contact-info-wrap {
    margin-top: 20px;
}
.contact-form {
    padding: 55px 50px 50px;
    background: #edf9ed;
    border: 1px solid #171a211a;
}
.contact-form .thm-btn {
    background-color: #004d00 !important;
}
.contact-info-item .content h6 a {
    color: #000;
}
/*------------------------------------ Product -----------------------------------*/
/*------------------- prd ------------------------*/
.prd_secsild h3 {
    font-size: 50px;
}
.prod_sec{
    padding: 90px 0 30px !important;
}
/*------------------related area ------------------------*/
.extra_ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: unset;
}
li.extra_li.as-btn {
    background-color: #e7e7e7;
}
li.extra_li {
    font-size: 16px;
    line-height: 1;
    box-shadow: 0px 0px 3px 0px #ddd;
    margin-bottom: 15px;
    padding: 5px;
    width: 100%;
    text-align: justify;
}
.as-btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    background-color: #C02427;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 19.5px 31px;
    border-radius: 0;
    border: none;
}
.as-btn:before {
    background-color: #adaaaa;
}
.as-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 200%;
    background-color: var(--title-color);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
li.extra_li span {
    padding-right: 15px;
    color: #000000;
    font-size: 15px;
}
li.extra_li a {
    color: #000000;
    font-size: 12px;
    line-height: 2;
    font-family: 'kumbhsan';
}
li.extra_li.as-btn:hover::before {
    background-color: #C02427;
}
.as-btn:hover::before, .as-btn.active::before {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
}
li.extra_li.as-btn:hover span {
    color: #ffffff;
}
li.extra_li:hover a {
    color: #ffffff;
}
.related-area {
    padding-bottom:120px;
}
.related-area h2 {
    color: #004d00;
    font-size: 30px;
    line-height: 1;
    font-family: 'jostmedium';
    text-align: center;
    margin-bottom: 50px;
}
/*------------------ cool-roof-tiles -------------------*/
.prod_section1 {
    padding: 70px 0 30px !important;
}
#products .services-one__single {
    margin: 10px 0;
}

.btn-ul li.seolink_li {
    width: 230px;
    background: #004d00;
    border: none;
    z-index: 1;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    outline: none;
    color: #fff;
}
.btn-ul li.seolink_li a{
    color:#fff;
}
.btn-ul li.seolink_li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #000;
  border-radius: 5px;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  transition: all 0.3s ease;
}
.btn-ul li.seolink_li:hover {
  color: #fff;
}
.btn-ul li.seolink_li:hover:after {
  left: 0;
  width: 100%;
}
.btn-ul li.seolink_li:active {
  top: 2px;
}
.btn-ul li.seolink_li span {
    line-height: 22px;
    font-size: 18px;
    color: #ffffff;
    margin-right: 10px;
}
/*---------------------- tiles ----------------------------*/
.prd_secsild{
    padding:80px 0 !important;
}
.prod_img .services-one__single {
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 10px;
    padding: 30px 10px 10px;
}
.prod_img .services-one__icon span {
    font-size: 55px;
}
.prod_img .services-one__icon {
    height: 90px;
    width: 90px;
}
.prod_img .services-one__content {
    box-shadow: unset !important;
}
/*.bigSlider_1.flexslider img {
    width: 100%;
}
ul.flex-direction-nav {
    list-style: none;
}
.flexslider ul {
    padding:unset;
}
.spec_img {
    border-left: 3px solid #ddd;
    background: #00411C;
}
.flexslider {
    margin: 15px 0 20px !important;
}
.bigSlider_1.flexslider img {
    background: #fff;
    width: 100%;
    border-radius: 10px;
}
.thumbSlider_1.flexslider .flex-viewport {
    background: #fff;
    border-radius: 10px;
}*/
.prod_img {
    margin-top: 55px;
}
.prod_img img {
    width: 100%;
}
table>tbody>tr {
    border: 1px solid #000000;
}
table>tbody>tr>td {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    padding: 10px 20px;
}
.prd_secsild .enq {
    margin: 50px 0 10px;
    text-align: center;
}
.related-prd{
    padding-bottom:50px;
}
.related-prd h2 {
    color: #004d00;
    font-size: 30px;
    line-height: 1;
    font-family: 'jostmedium';
    text-align: center;
    margin-bottom: 30px;
}
.related-prd .services-one__single {
    margin: 10px;
}
/*------------------------------------ Videos ---------------------------------*/
section.video_sec {
    padding: 120px 0;
    text-align: center;
}
.video_sec a.thm-btn.about-one__btn {
    margin: 50px 0;
}
.widget_nav_menu {
    margin-bottom: unset;
}
/*---------------------------------- Ceramic Tiles ----------------------------*/
.ceramic_prd .services-one__single{
    margin: 0;
}
.ceramic_prd .services-one__bottom .services-one__img.class1:before {
    background: url(../../images/images/ceramic-tiles/product_bg/1.jpg);
    background-position: bottom;
}
.ceramic_prd .services-one__bottom .services-one__img.class2:before {
    background: url(../../images/images/ceramic-tiles/product_bg/2.jpg);
    background-position: left;
}
.ceramic_prd .services-one__bottom .services-one__img.class3:before {
    background: url(../../images/images/ceramic-tiles/product_bg/3.jpg);
    background-position: center;
}
.ceramic_prd .services-one__bottom .services-one__img.class4:before {
    background: url(../../images/images/ceramic-tiles/product_bg/4.jpg);
    background-position: center;
}
.ceramic_prd .services-one__bottom .services-one__img.class5:before {
    background: url(../../images/images/ceramic-tiles/product_bg/5.jpg);
}
.ceramic_prd .services-one__bottom .services-one__img.class6:before {
    background: url(../../images/images/ceramic-tiles/product_bg/6.jpg);
    background-position: right;
}
.ceramic_prd .services-one__bottom .services-one__img.class7:before {
    background: url(../../images/images/ceramic-tiles/product_bg/7.jpg);
    background-position: right;
}
.ceramic_prd .services-one__bottom .services-one__img.class8:before {
    background: url(../../images/images/ceramic-tiles/product_bg/8.jpg);
}
.ceramic_prd .services-one__bottom .services-one__img.class9:before {
    background: url(../../images/images/ceramic-tiles/product_bg/9.jpg);
}
.ceramic_prd .services-one__bottom .services-one__img.class10:before {
    background: url(../../images/images/ceramic-tiles/product_bg/10.jpg);
    background-position: right;
}
.ceramic_prd .services-one__bottom .services-one__img.class11:before {
    background: url(../../images/images/ceramic-tiles/product_bg/13.jpg);
    background-position: right;
}
.ceramic_prd .services-one__bottom .services-one__img.class12:before {
    background: url(../../images/images/ceramic-tiles/product_bg/12.jpg);
    background-position: right;
}

.ceramic_prd .services-one__bottom .services-one__img.class14:before {
    background: url(../../images/images/ceramic-tiles/product_bg/14.jpg);
    background-position: right;
}
.ceramic_prd .services-one__bottom .services-one__img.class15:before {
    background: url(../../images/images/ceramic-tiles/product_bg/15.jpg);
    background-position: right;
}
.ceramic_prd .services-one__bottom .services-one__img.class16:before {
    background: url(../../images/images/ceramic-tiles/product_bg/16.jpg);
    background-position: right;
}
.ceramic_prd .services-one__bottom .services-one__img.class17:before {
    background: url(../../images/images/ceramic-tiles/product_bg/17.jpg);
    background-position: right;
}
.ceramic_prd .services-one__bottom .services-one__img.class18:before {
    background: url(../../images/images/ceramic-tiles/product_bg/18.jpg);
    background-position: right;
}
.ceramic_prd .services-one__bottom .services-one__img.class19:before {
    background: url(../../images/images/ceramic-tiles/product_bg/19.jpg);
    background-position: right;
}
.ceramic_prd .services-one__bottom .services-one__img.class20:before {
    background: url(../../images/images/ceramic-tiles/product_bg/20.jpg);
    background-position: right;
}
.ceramic_prd .services-one__bottom .services-one__img.class21:before {
    background: url(../../images/images/ceramic-tiles/product_bg/21.jpg);
    background-position: right;
}
.ceramic_prd .services-one__bottom .services-one__img.class22:before {
    background: url(../../images/images/ceramic-tiles/product_bg/22.jpg);
    background-position: right;
}


.ceramic_prd .services-one__content {
    padding: 15px 15px 15px;
}
.ceramic_prd h3.services-one__title {
    font-size: 24px !important;
    text-align: left !important;
    margin-bottom: 10px !important;
}
.ceramic_page {
    padding: 120px 0;
}
.ceramic_details {
    text-align: center;
}
.ceramic_details h3 {
    color: #000;
    font-size: 40px;
    line-height: 58px;
    font-weight: 800;
    font-family: 'jostmedium';
}
.ceramic_details p {
    font-size: 16px;
    color: #004d00;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    font-family: 'jostregular';
}

/*--------------------------------------- hd page ----------------------------*/
.hd_pg .section-title__title {
    margin: 0;
    color: #004d00;
    font-size: 30px;
    line-height: 45px;
    font-weight: 800;
    font-family: 'jostregular';
}


/*------------------------------ Footer -----------------------------------*/
.footer {
    background: url(../../images/images/footer/1.png);
    color: #ddd !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}
.footer .widget-title {
    font-size: 20px;
    font-family: 'jostmedium';
    margin-bottom: 20px;
}
.widget.tansy_latest_news_widget .widget-title {
    margin-bottom: 20px;
}
.footer .widget ul.nav > li a {
    font-size: 15px;
    font-family: 'kumbhsan';
    line-height: 1.8;
    color: #ddd;
}
.footer .unstyled li a{
    font-size: 15px;
    font-family: 'kumbhsan';
    line-height: 1.8;
    color: #ddd;
}
.contact_us1 h5 {
    font-size: 16px;
    font-family: 'urbanist';
    font-weight: 600;
    color: #dbdbdb;
    margin-bottom: 5px;
}
.contact_us1 h4 {
    font-family: 'jostmedium';
}
.copyright {
    background: #000000;
    padding: 15px 0;
    font-size: 15px;
    font-family: 'jostmedium';
    border-top: 1px solid #5e5e5e;
}
.copyright-info a {
    color: #c02427;
}






/*banner */

.tp-caption.text1 p {
    color: #C02427;
    font-size: 50px !important;
    line-height: 1.3 !important;
    font-weight: 800;
    font-family: 'jostmedium' !important;
}
/* Breadcrum */
.banner-heading h2 {
    line-height: 1.5;
    font-family: 'jostmedium';
    padding-bottom: unset !important;
}
.breadcrumb a {
    font-family: 'kumbhsan' !important;
    color: #fff;
    font-size: 16px;
}
.breadcrumb span {
    font-family: 'kumbhsan';
    font-size: 16px;
    color: #ddd;
}
.banner-area {
    background: url(../../images/images/breadcrum/4.png);
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Media Query */
@media(max-width: 767px) {
    .about-one__img>img {
        height: auto;
    }
    .feature-one__dot {
        right: 30px;
    }
    .about-one__left {
        margin-right: unset;
    }
    .about-one__line {
        display:none;
    }
    .about-one__satisfied {
        bottom: -36px;
        left: 0;
    }
    .about-one .section-title {
        margin-top: 60px;
    }
    .section-title__title {
        font-size: 25px !important;
        line-height: 1.5 !important;
    }
    .about-one__shape {
        right: 0;
    }
    .why-choose-one-shape-4 {
        right: -20px;
    }
    section.sec_welicn, .funfacts-section {
        padding: 0 0 30px;
    }
    .funfacts-section .count-box {
        font-size: 40px;
    }
    .services-one {
        padding: 60px 0 60px;
    }
    .trust-company__title {
        font-size: 30px;
        line-height: 1.5;
    }
    .trust-company__right {
        margin-left: 40px;
    }
    .trust-company {
        padding: 120px 0 60px;
    }
    .testimonial-one {
        padding: 50px 0;
    }
    .testimonial-one__rating {
        top: 10px;
    }
    .testimonial-one__single {
        padding: 30px;
    }
    .testimonial-slide.owl-theme .owl-dots {
        margin-top: 20px;
    }
    section.abt_sec {
        padding: 60px 0;
    }
    .cta-one__title {
        font-size: 25px;
        line-height: 1.5;
    }
    .cta-one__inner {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .cta-one .thm-btn {
        padding: 10PX;
    }
    .footer-main {
        padding: 0 0 40px;
    }
    .about-page .bottom-box {
        display: none;
    }
    .vision-style1-area {
        padding: 120px 0 0;
    }
    .why-us-tabs .tab-btns .tab-btn {
        width: 100px;
        font-size: 15px;
    }
    .why-us-tabs .tab-btns {
        padding: unset;
    }
    .banner-text {
        left: 0;
    }
    .info-box .vs-media {
        display: block;
    }
    .prd_secsild h3 {
        font-size: 25px;
    }
    .popdiv .thm-btn {
        padding: 10px;
    }
    .footer {
        background-position: center;
    }
    .features-section-three {
        padding: 50px 0 50px;
    }
}

/*------------------------------------- Desktop 1200----------------------------------------------------------*/
@media (min-width:1400px) and (max-width:1550px) {
    #rev_slider_1_1 {
        height: 650px !important;
        max-height: 650px !important;
    }
}
/*------------------------------------- Desktop 1200----------------------------------------------------------*/
@media (min-width:1550px) and (max-width:1750px) {
    #rev_slider_1_1 {
        height: 750px !important;
        max-height: 750px !important;
    }
}
/*------------------------------------- Desktop 1200----------------------------------------------------------*/
@media (min-width:1750px) and (max-width:1850px) {
    #rev_slider_1_1 {
        height: 800px !important;
        max-height: 800px !important;
    }
}
/*------------------------------------- Desktop 1200----------------------------------------------------------*/
@media (min-width:1850px) and (max-width:2000px) {
    #rev_slider_1_1 {
        height: 850px !important;
        max-height: 850px !important;
    }
}






.exprience.mbl-res{
    display:none;
}

/*QC HEADER STYLE START*/
#qcheader-top {
    background: url(../../images/images/breadcrum/4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.qctopblock { padding: 10px 0px; width: 100%; display: flex; align-items: center; }
.qc-d-flex-1 { flex: 1; }
.qc-top-list { margin: 0; padding: 0; color: #fff;     }
.qc-top-list li { display: inline-block; list-style: none; margin-right: 10px; font-size: 13px; }
.qc-top-list li i { margin-right: 5px; }
.qc-top-list li .block { color: #fff; }
.qc-social .social { width: 30px; height: 30px; background: #fff; border-radius: 50%; line-height: 30px; text-align: center; display: block; font-size: 13px; color: #0b92bf; }
.qc-social .social i { margin: 0; }
#qc-navbar { height: auto; margin: 0; padding: 0; }
.qc-menu-bar { margin: 0; padding: 0; height: 100%; }
.qc-brand-block .qc-navbar-brand { height: auto;display: inline-block; padding: 5px 0px; }
.qc-menu-list { margin: 30px 0 0px; padding: 0; }
.qc-menu-list li {list-style: none;}
#qcnavbarmenu { padding: 20px 0; line-height: 10px; margin:0 auto;     display: flex !important;   }
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.qc-mainmenu a, .navbar-default .navbar-nav > li > a, .qc-mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{color:#000;font-size:16px;text-transform:capitalize;padding:10px 8px; display: block !important;    font-family: 'jostmedium';    font-weight:500;}
.qc-mainmenu .active a,.qc-mainmenu .active a:focus,.qc-mainmenu .active a:hover,.qc-mainmenu li a:hover,.qc-mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #C02427;outline: 0;}
.qc-mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: unset;}
.dropdown-menu.level1 li a:hover{
    background-image: unset;
    background: #fff;
    border: 1px solid #d1d1d1;
}
.dropdown-menu.level1 li:hover{
    background: #fff;
}
ul.dropdown-menu.level1 li {
    border-bottom: 1px solid #ddd;
}
.qc-mainmenu .collapse ul ul, .qc-mainmenu .collapse ul ul.dropdown-menu{    background: url(../../images/images/breadcrum/4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    }
.qc-mainmenu .collapse ul ul ul, .qc-mainmenu .collapse ul ul ul.dropdown-menu{background:#fff}
.qc-mainmenu .collapse ul ul ul ul, .qc-mainmenu .collapse ul ul ul ul.dropdown-menu{background:#fff}
.level1.dropdown-menu > li, .level2.dropdown-menu > li, .level3.dropdown-menu > li { width: 100%; }
.level3.dropdown-menu { width: 200px; }
.qc-mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}

@media only screen and (min-width: 767px) {

.qc-mainmenu .collapse ul li:hover> ul{display:block}
.qc-mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:200px;display:none}
.qc-mainmenu .collapse ul ul li{position:relative}
.qc-mainmenu .collapse ul ul li:hover> ul{display:block}
.qc-mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:200px;display:none}
.qc-mainmenu .collapse ul ul ul li{position:relative}
.qc-mainmenu .collapse ul ul ul li:hover ul{display:block}
.qc-mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:200px;display:none;z-index:1}
}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
#qc-navbar { height: auto; line-height: 20px; }
.qc-menu-bar { display: inline-block; width: 100%; }
.qctopblock { display: block; }
.qc-top-list { margin-bottom: 5px; }
.qc-brand-block { display: inline-block; width: 100%; }
.qc-navbar-brand {height: 100%; }
.qc-brand-block .navbar-toggle { margin: 35px 20px 0px 0px; border: 1px solid #969696;padding: 10px; }
.qc-brand-block .navbar-toggle i {font-size: 25px;}
.qc-brand-block .navbar-toggle:focus { background: none; }
#qcnavbarmenu { padding: 0;    width: 100%;     height: 200px;    display: none !important;}
#qcnavbarmenu.collapse.in{
    display:block !important;
}
#qcnavbarmenu .exprience_logo{
    display:none;
}
.exprience.mbl-res {
    display: block !important;
    padding: 15px 0;
    float: left;
}
.qc-menu-list {width: 100%; display: inline-block;}
.qc-menu-list li {width: 100%;}

ul.dropdown-menu.level2 {
    display: block;
    width: 100%;
    position: relative;
}
ul.dropdown-menu.level1 {
    display: block;
    width: 100%;
}
.qc-mainmenu .collapse ul ul.dropdown-menu{    
    position: relative;
}
.qc-whatsapp-wave-icon {
    bottom: 80px !important;
}
.qc-call-now-button {
    bottom: 80px !important;
    left: 20px !important;
}
.call-text{
    display:none !important;
}
}

/*QC HEADER STYLE END*/



