/*----------------------------------- Root ---------------------------------*/
:root {
  --body-font: 'mulish-regular';
  --title-font:'roboto-regular';
  --top-title-color:#004d00;
  --title-color:#c02427;
  
}





/*---------------------- Logo ----------------------------*/
.navbar-cell.stretch {
    display: flex;
}
img.exprience.mbl-res {
    display: none;
}
/*----------------------------- Header ----------------------------*/

.topbar {
    background: #004d00;
}
#topbar::before {
    background: #004d00;
}
#topbar:after {
    border-top: 22px solid #004d00;
    border-left: 26px solid #004d00;
    border-bottom: 22px solid transparent;
}
.topbar li {
    color: #ffff !important;
}
header, #headeraffix.affix {
    background-color: #ffffff !important;
}
.navbar-nav > li > a {
    text-transform: capitalize !important;
    padding: 5px;
    font-size: 15px;
}
.navbar-nav li.active > a, #topbar::before {
    color: var(--title-color) !important;
}
.navbar-nav > li > a:hover {
    color: #c02427;
}
.header {
    padding: 10px 0;
}
/* Menu */
.dropdown-menu {
    background: url(../../images/images/breadcrum/1.png) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: top;
}
.dropdown-menu li a {
    color: #fff;
}
.dropdown-menu > li > a:hover {
    color: #000 !important;
    background: #ffffff !important;
}
/*----------------------------------- Keyframe ------------------------------*/
/*======== Rotate =======*/
@keyframes contactrotate{
    from{
        transform: rotate(0deg);
      }
    to{
        transform: rotate(360deg);
    }
}
/*======== Slide ========*/
@keyframes slide{
  from { background-position: 0 1920px; }
    to { background-position: 0 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 1920px; }
    to { background-position: 0 0; }
}
/*==== ripple ====*/
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(242, 87, 67, 0.1);
            box-shadow: 0 0 0 10px rgba(242, 87, 67, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 67, 0.1);
            box-shadow: 0 0 0 0 rgba(242, 87, 67, 0.1);
  }
}
/*========== Pluse ==================*/
 @-webkit-keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
  @keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(224, 59, 59, 0.8), 0 0 0 0 rgba(224, 59, 59, 0.8);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(224, 59, 59, 0), 0 0 0 0 rgba(224, 59, 59, 0.8);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(224, 59, 59, 0), 0 0 0 30px rgba(224, 59, 59, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(224, 59, 59, 0), 0 0 0 30px rgba(224, 59, 59, 0);
  }
}
  /*=========== Shine ============*/
  @-webkit-keyframes shine {
100% {
  left: 125%;
}
}
@keyframes shine {
100% {
  left: 125%;
}
}
/*================ text Scrol ==============*/
@keyframes aspro-scroller {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}
/*============= translateY =================*/
@keyframes translateY {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-170px);
    -moz-transform: translateY(-170px);
    -ms-transform: translateY(-170px);
    -o-transform: translateY(-170px);
    transform: translateY(-170px);
  }
}
/*------------------------------- Common --------------------------------*/
p {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    color: #5a5a68;
    text-align: justify;
}

/*--------------------------- Title ------------------------------------*/
.sec-title h1 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--title-font);
    padding-bottom: unset;
}
.content_col h1 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--title-font);
    padding-bottom: unset;
}
.sec-title {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.sec-title h6 {
    position: relative;
    font-family: var(--title-font);
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 30px;
    color: var(--top-title-color);
}
.sec-title h6 i {
    position: absolute;
    font-size: 20px;
    line-height: 20px;
    left: 0px;
    top: 1px;
    font-weight: 400;
    color: var(--top-title-color);
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 65px;
    font-weight: 700;
    font-family: var(--title-font);
}
.sec-title h2 span {
    font-weight: 400;
}
.sec-title h5 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.8;
    font-family: var(--title-font);
    padding-bottom: unset;
    font-weight: 500;
}
/*---------------------------- btn --------------------------------------*/
.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #fff !important;
    padding: 15px 58px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
    background: -webkit-linear-gradient(0deg, #004d00bd, #004d00 50%);
}
.theme-btn:before {
    position: absolute;
    content: '';
    background: #1e1e2a;
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    border-radius: 5px;
    z-index: -1;
    transition: all 500ms ease;
}
.theme-btn i {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin-left: 10px;
}
.theme-btn:hover:before {
    width: 100%;
    left: 0px;
}
/* Wel */
#content_block_one .content-box .btn-box .theme-btn {
    padding: 11px 40px;
    margin-right: 30px;
}
#content_block_one .content-box .btn-box a {
    float: left;
}
/*---------------------------- Home -------------------------------------*/
/*==================== Welcome ========================*/
.about-section {
    position: relative;
    padding: 120px 0px;
}
.about-section .sec-title h2 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--title-font);
}
.about-section .image-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 715px;
    height: 530px;
    background-repeat: no-repeat;
    opacity: 0.5;
}
#image_block_one .image-box {
    position: relative;
    display: block;
    padding-right: 35px;
    margin-right: 20px;
    padding-bottom: 130px;
}
#image_block_one .image-box .pattern-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 35px;
    height: 100%;
    background-repeat: repeat-y;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
}
#image_block_one .image-box .image-1 {
    position: relative;
    display: block;
}
#image_block_one .image-box .image img {
    width: 100%;
}
#image_block_one .image-box .image-2 {
    position: absolute;
    right: 35px;
    bottom: -60px;
}
#image_block_one .image-box .image-2:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -20px;
    width: 90%;
    height: 20px;
    background: var(--top-title-color);
}
#image_block_one .image-box .image-3 {
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    transition: all 500ms ease;
}
#content_block_one .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
/*#content_block_one .content-box .text p {
    margin-bottom: 15px;
}*/
#content_block_one .content-box .btn-box a.video-btn {
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 78px;
    font-size: 18px;
    line-height: 28px;
    color: #1e1e2a;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    float: left;
}
#content_block_one .content-box .btn-box a.video-btn i {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px #c024276b;
    background: var(--title-color);
}
#content_block_one .content-box .btn-box a.video-btn i:after {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
#content_block_one .content-box .btn-box a.video-btn:hover {
    color: var(--title-color);
}
/*=============== Content =======================*/
.content_col {
    margin: 30px 0 50px;
}
.content_col h5 {
    font-size: 20px;
    line-height: 1.8;
    font-family: var(--title-font);
    font-weight: 700;
}
.content_col h4 {
    font-size: 18px;
    line-height: 1.8;
    color: var(--top-title-color);
    font-family: var(--title-font);
    font-weight: 700;
}
.content_col p {
    padding-bottom: 10px;
}
li.xtracont_li strong {
    color: var(--title-color) !important;
}
li.xtracont_li span {
    color: var(--top-title-color);
    font-size: 20px;
    margin-right: 10px;
}
li.xtracont_li {
    list-style: none;
    line-height: 1.8;
    font-size: 16px;
    font-family: var(--body-font);
    padding-bottom: 10px;
}






/*======================== Count =========================*/
.funfact-section {
    position: relative;
}
.funfact-section .inner-container {
    position: relative;
    margin-top: -135px;
    z-index: 1;
}
.funfact-section .counter-block-one {
    position: relative;
    display: inline-block;
    width: 25%;
    float: left;
}
.counter-block-one .inner-box {
    position: relative;
    display: block;
    padding: 88px 30px 41px 30px;
}
.counter-block-one .inner-box {
    background:-webkit-linear-gradient(0deg, #004d00e0, #004d00 50%);
}
.counter-block-one .inner-box .shap-box {
    position: absolute;
    left: 30px;
    top: 50px;
    width: 62px;
    height: 9px;
    background-repeat: no-repeat;
}
.counter-block-one .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    right: 30px;
    top: 30px;
}
.counter-block-one .inner-box .count-outer span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 68px;
    font-family: var(--title-font);
    font-weight: 900;
    color: #fff;
    margin-bottom: 13px;
}
.counter-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
    font-family: var(--title-font);
}
.counter-block-one:nth-child(2) .inner-box {
    background: #f6f6f6;
}
.counter-block-one:nth-child(2) .inner-box .icon-box {
    color: var(--top-title-color);
}
.counter-block-one:nth-child(2) .inner-box .count-outer span {
    color: #1e1e2a;
}
.counter-block-one:nth-child(2) .inner-box h3 {
    color: #1e1e2a;
}
.counter-block-one:nth-child(3) .inner-box {
    background: #313143;
}
.counter-block-one:nth-child(3) .inner-box .icon-box{
    color: #3ca13c;
}
.counter-block-one:last-child .inner-box {
    background: var(--top-title-color);
}
/*======================== Our Product =========================*/
.service-section {
    position: relative;
    padding: 250px 0px 120px 0px;
    margin-top: -135px;
    background: #1e1e2a;
}
.centred {
    text-align: center;
}
.sec-title.centred h6 {
    padding: 0px 30px;
    color:#3ca13c;
}
.sec-title.centred h6 i{
    color:#3ca13c;
}
.sec-title.light h2 {
    color: #fff;
}
.service-block-one .inner-box {
    position: relative;
    display: block;
    padding: 0px 30px;
    border: 2px solid rgba(255,255,255,0.1);
    margin: 30px 10px 0;
}
.service-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: rgba(255,255,255,0.1);
    width: 100%;
    height: 0%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 500ms ease;
}
.service-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -32px;
}
.service-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}
.service-block-one .inner-box .lower-content {
    position: relative;
    padding-top: 67px;
}
.service-block-one .inner-box .lower-content .icon-box {
    position: absolute;
    top: -45px;
    right: 25px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 46px;
   /* background: #3ca13c;*/
   background: #008300;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}
.service-block-one .inner-box .lower-content .icon-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    transform: scale(0,0);
    z-index: -1;
    transition: all 500ms ease;
}
.service-block-one .inner-box .lower-content .icon-box:before {
    background: #fff;
    /*background: -webkit-linear-gradient(0deg, #004d00bd, #004d00 50%);*/
}
.service-block-one .inner-box .lower-content .icon-box i {
    color: #ffffff;
}
.service-block-one .inner-box .lower-content .shap-box {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 62px;
    height: 9px;
    background-repeat: no-repeat;
}
.service-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-family: var(--title-font);
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 14px;
}
.service-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #fff;
}
.service-block-one .inner-box .lower-content p {
    font-size: 15px;
    line-height: 30px;
    color: #a6a6b3;
    font-weight: 600;
    margin-bottom: 27px;
}
.service-block-one .inner-box .lower-content .link {
    position: relative;
    display: block;
    padding: 14px 0px;
    z-index: 1;
}
.service-block-one .inner-box .lower-content .link:before {
    position: absolute;
    content: '';
    background: rgba(255,255,255,0.1);
    width: 120%;
    height: 2px;
    left: -30px;
    top: 0px;
}
.service-block-one .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
}
.service-block-one .inner-box .lower-content .link a i {
    position: relative;
    font-weight: 400;
    font-size: 22px;
    margin-left: 10px;
    top: 2px;
}
.service-block-one .inner-box .lower-content .link:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    top: 0px;
    right: -30px;
    z-index: -1;
    transition: all 500ms ease;
}
.service-block-one .inner-box .lower-content .link:after {
    background: -webkit-linear-gradient(0deg, #004d00bd, #004d00 50%);
}
.service-block-one .inner-box:hover:before {
    height: 100%;
    top: 0px;
}
.service-block-one .inner-box:hover .image-box img {
    transform: scale(1.05);
}
.service-block-one .inner-box:hover .lower-content .icon-box:before {
    transform: scale(1,1);
}
.service-block-one .inner-box:hover .lower-content .icon-box i {
    color: #008300;
}
.service-block-one .inner-box:hover .lower-content .link:after {
    width: 120%;
    left: -30px;
}
/*========================= Why Choose us ============================*/
.choose-3-section.section-space {
    padding: 60px 0 5px;
    background-repeat: no-repeat;
    background-size: cover;
}
.p-relative {
    position: relative;
}
.choose-3-section .shape-1 {
    position: absolute;
    top: 71px;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
}
.choose-3-image-area .shape-1 {
    position: absolute;
    top: 40px;
    right: 30px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
}
.choose-3-section figure.image {
    position: relative;
    display: block;
    overflow: hidden;
    padding-inline-end: 100px;
}
.choose-3-section figure.image:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.w-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.choose-3-image-area .image-3-area {
    position: absolute;
    bottom: 30px;
    right: -25px;
    border: 10px solid #fff;
    box-shadow: 0px 4px 25px 0px rgb(0 0 0 / 8%);
}
.choose-3-image-area .image-3-area .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*.video_player_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 57px;
    width: 57px;
    border-radius: 50%;
    transition: all 500ms ease;
}
.video_player_btn:before, .video_player_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    opacity: 1;
    border-radius: 50%;
}
.video_player_btn:before {
    z-index: 0;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.choose-3-image-area .play-btn a {
    border-radius: 50%;
    color: #fff;
    z-index: 2;
    position: relative;
    font-size: 17px;
}
.video_player_btn:after {
    z-index: 1;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}*/
.choose-3-image-area h2 {
    font-size: 100px;
    text-transform: capitalize;
    opacity: 0.08;
    position: absolute;
    top: 36%;
    left: -250px;
    transform: rotate(270deg);
    font-family: var(--title-font);
}
.pl-60 {
    padding-inline-start: 60px;
}
.pt-20 {
    padding-top: 20px;
}
.choose-3-content-area .icon-box-area {
    background: #fff;
    border-bottom: 2px solid #fff;
    box-shadow: 0px 4px 25px 0px rgb(0 0 0 / 8%);
    padding: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    transition: all 500ms ease;
    margin-bottom: 15px;
}
.choose-3-content-area .icon-box {
    font-size: 40px;
    color: var(--theme-color);
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.choose-3-content-area .icon-box-area h5 {
    font-size: 15px;
    font-family: var(--title-font);
}
.choose-3-section:hover figure.image:before {
    animation: shine 1.5s;
}
.choose-3-content-area .icon-box-area:hover {
    border-bottom: 2px solid var(--top-title-color);
}
.choose-3-content-area .icon-box-area:hover .icon-box{
    transform: scale(.9);
}
.choose-3-content-area h4{
    font-size: 18px;
    line-height: 1.8;
    color: var(--top-title-color);
    font-family: var(--title-font);
    font-weight: 700;
}
.choose-3-content-area .sec-title h2 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--title-font);
}
/*=========================== Recent Project =========================*/
.project-slider-section{
    padding: 60px 0;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.project-slider-area {
    margin: 10px;
}
.project-slider-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(16, 32, 57, 0.00) -19.59%, rgba(16, 32, 57, 0.80) 92.89%);
    transform: scale(0);
    transition: all 700ms ease;
}
.project-slider-section .m-img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-slider-area .content-area {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    opacity: 0;
    transition: all 800ms ease;
}
.project-slider-area .title-area {
    background: #fff;
    padding: 17px 24px;
    width: 413px;
    clip-path: polygon(0% 0%, 0 0, 94% 0, 100% 100%, 0% 100%);
}
.project-slider-area .title-area h6{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    font-family: var(--title-font);
}
.project-slider-area .title-area h5 a {
    font-size: 23px;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--title-font);
}
.project-slider-area .icon-area {
    background: var(--top-title-color);
    color: #fff;
    padding: 42px 30px;
    font-size: 31px;
    width: 113px;
    text-align: right;
    clip-path: polygon(0% 0%, 0 0, 100% 0, 100% 100%, 20% 100%);
}
.project-slider-area .icon-area a{
    color:#fff;
}
.project-slider-area:hover:before {
    transform: scale(1,1);
}
.project-slider-area:hover .content-area {
    opacity: 1;
}
.project-slider-section .qc-slider-nav1 button{
    color: var(--top-title-color);
    height: 50px;
    width: 50px;
    border: 1px solid var(--top-title-color);
    border-radius: 50%;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.project-slider-section .qc-slider-nav1 button:hover{
    background: var(--top-title-color);
    color: #fff;
}
.project-slider-section .qc-slider-nav1 {
    margin-bottom: 40px;
}
/*============================= Ceramic prd List =======================*/
.ceramic_prdlistsec {
    position: relative;
    padding: 80px 0px 50px;
    background: #1e1e2a;
}
.ceramic_prdlistsec .sec-title h6{
    color: #3ca13c;
}
.ceramic_prdlistsec .sec-title h6 i{
    color: #3ca13c;
}
.ceramic_prdlistsec .sec-title h2 {
    color: #fff;
    font-size: 32px;
    line-height: 1.5;
}
.ceramic_prdlistsec .post-thumb.post-overlay-active {
    position: relative;
}
.ceramic_prdlistsec .post-overlay-items {
    padding: 30px 30px 30px 30px;
    position: absolute;
    top: auto !important;
    bottom:0;
    right: auto;
    left: 0%;
    background-color: #FFFFFFCC;
    margin: 0 auto;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    height: auto;
    border-radius: 0;
    word-break: break-word;
    z-index: 3;
    display: flex;
    justify-content: unset;
    flex-direction: unset;
    transition: all .5s;
    overflow: hidden;
    opacity: 0;
}
.portfolio-inner .post-thumb img {
    transition: all 0.9s linear;
}
.ceramic_prdlistsec .post-title-head {
    transform: scale(1);
    margin-bottom: 5px;
    font-size: 25px;
    background-color: var(--title-color);
    display: inline-flex;
    padding: 10px 21px 14px;
    line-height: 1;
    margin-top: 0;
    margin-right: 14px;
    font-family: var(--title-font);
}
.ceramic_prdlistsec .post-overlay-items a.post-title {
    text-transform: capitalize;
    color: #fff;
}
.ceramic_prdlistsec .post-icons ul {
    margin-bottom: 0;
    display: inline-block;
}
.ceramic_prdlistsec .post-icons ul li{
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    border-radius: 0;
    background-color: #000;
    display: inline-block;
    margin: 0 3px;
    color: #fff;
    text-align: center;
}
.ceramic_prdlistsec .portfolio-inner:hover .post-overlay-items {
    opacity: 1;
    transition: all .4s;
}
.ceramic_prdlistsec .portfolio-inner:hover .post-title-head {
    transform: scale(1);
}
.ceramic_prdlistsec .portfolio-inner:hover .post-thumb.post-overlay-active .post-overlay-items .post-icons .post-magnific-wrap {
    transform: scale(1);
    transition: all .4s;
}
.portfolio-inner .post-thumb:hover img {
    transition: all 0.9s linear;
    transform: scale(1.1);
}
.portfolio-inner:hover .post-overlay-items {
     transform: translateY(0); 
     -webkit-transform: translateY(0); 
    -moz-transform: translateY(0);
}
/*==== Left =====*/
.cermic_para{
    padding: 0px 0px 0px 30px;
    border-style: solid;
    border-width: 0px 0px 0px 4px;
    border-color: #3ca13c;
    margin:30px 0;
}
.cermic_para h6 {
    font-family: var(--title-font);
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    padding-top: 15px;
}
.cermic_para p {
    color: #c9c9c9;
}
/*======================== Work Process ============================*/
.work-process-section .sec-title {
    text-align: center;
}
.work-process-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding:80px 0 25px;
}
.work-process-section .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.work-process-box {
    padding: 20px;
    position: relative;
    text-align: center;
}
.work-process-box .icon-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 40px;
    background: #fff;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 8%);
    color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.work-process-box .icon-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--top-title-color);
    border-radius: 50%;
    transform: scale(0);
    transition: all 500ms ease;
}
.work-process-box .icon-box span {
    position: absolute;
    top: -3px;
    left: -5px;
    width: 34px;
    height: 34px;
    background: #fff;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 8%);
    border-radius: 50%;
    font-size: 16px;
    font-family: var(--title-font);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C02427;
}
.work-process-section .content h4 {
    font-size: 25px;
    line-height: 50px;
    font-weight: 700;
    font-family: var(--title-font);
    margin-top: 20px;
}
.work-process-section .content p{
    color: #787878;
    text-align: center;
}
.work-process-box:hover .icon-box:before {
    transform: scale(1,1);
}
.work-process-box:hover .icon-box img {
    filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(23deg) brightness(104%) contrast(102%);
    position: relative;
}
/*=========================== Scroll Word ===========================*/
.text-slider-section{
    padding:120px 0;
}
.fix {
    overflow: hidden;
}
.text-slider-box {
    display: flex;
    position: relative;
    animation: aspro-scroller 27s linear infinite;
    will-change: transform;
    white-space: nowrap;
    gap: 60px;
}
.text-slider-box .slide-box {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.slide-box span {
    font-size: 80px;
    color: var(--title-color);
    margin-top: -15px;
}
.text-slider-box .slide-box h1 {
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color:var(--top-title-color);
    color: transparent;
    font-family: var(--title-font);
}
/*==================== Advantage ================================*/
.why-choose-us .sec-title h6 {
    color: #3ca13c;
}
.why-choose-us .sec-title h6 i {
    color: #3ca13c;
}
.why-choose-us .sec-title h2 {
    color: #fff;
    font-size: 32px;
    line-height: 1.5;
}
.why-choose-us {
    position: relative;
    background-color: #1e1e1e;
    overflow: hidden;
}
.why-choose-us::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(89.96deg, rgba(0, 0, 0, 0) 62.89%, #1E1E1E 99.96%), url(https://html.awaikenthemes.com/awning/images/why-choose-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 20%;
    width: 40%;
    height: 100%;
    z-index: 0;
}
.why-choose-us .container-fluid {
    padding: 0;
}
.why-choose-content {
    position: relative;
    padding-left: calc((100vw - 1300px) / 2);
    margin: 15px 0px 15px 0;
    z-index: 1;
}
.why-choose-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 5px;
}
.why-choose-list li.xtracont_li span {
    color: #bdbdbd;
}
.why-choose-list ul li {
    display: inline-block;
    font-size: 16px;
    color: #c9c9c9;
    line-height: 28px;
    font-family: var(--body-font);
    text-align: justify;
    padding-bottom: 5px;
}
.why-choose-content p {
    padding-bottom: unset;
    color: #fff;
}
.why-choose-content .sec-title{
    margin-bottom: unset;
}
.why-choose-list ul li img {
    max-width: 40px;
    margin-right: 10px;
    filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(23deg) brightness(104%) contrast(102%);
}
.why-choose-images img, .why-choose-images figure, .why-choose-images {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}
.why-choose-images {
    position: relative;
    z-index: 1;
}
.why-choose-body p {
    color: #c9c9c9;
    padding-bottom: 5px;
}
/*============================= Feature ==============================*/
.our-features .sec-title h6 {
    color: #3ca13c;
}
.our-features .sec-title h6 i {
    color: #3ca13c;
}
.our-features .sec-title h2 {
    color: #fff;
    font-size: 32px;
    line-height: 1.5;
}
.our-features {
    position: relative;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) -72.46%, rgba(18, 18, 18, 0.94) 2.57%, #1E1E1E 106.15%), url(../../images/features-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 60px 0;
}
.contact-now-circle {
    position: absolute;
    bottom: 0;
    right: 8%;
    transform: translateY(50%);
}
.contact-now-circle img {
    max-width: 176px;
    animation: contactrotate 20s infinite linear;
}
.features-img-1 figure {
    display: block;
}
.features-img-1 img {
    width: 100%;
    aspect-ratio: 1 / 2.05;
    object-fit: cover;
}
.features-counter {
    text-align: center;
    margin-bottom: 20px;
}
.features-counter h2 {
    font-family: var(--title-font);
    font-size: 150px;
    line-height: 1em;
    color: #3ca13c;
}
.features-counter p {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.features-img-2 figure {
    display: block;
}
.features-img-2 img {
    width: 100%;
    aspect-ratio: 1 / 1.42;
    object-fit: cover;
}
.panel-default > .panel-heading {
    padding: 0;
    color: #ffffff;
    background-color: unset;
    border-color: #ffffff1a;
}
.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-family: var(--title-font);
    line-height: 1.5;
    font-size: 18px;
}
.faq-accordion .panel-title{
    padding: unset;
}
.faq-accordion span.fa {
    float: right;
    font-size: 25px;
    font-weight: 700;
}
.faq-accordion .panel p {
    color: #b9b9b9;
}
.faq-accordion .panel-default {
    border: 1px solid #ffffff1a;
}
.faq-accordion .panel-body {
    background: unset !important;
}
/*============================= package =================================*/
.project-slider-two-section .qc-slider-nav3 button{
    color: var(--top-title-color);
    height: 50px;
    width: 50px;
    border: 1px solid var(--top-title-color);
    border-radius: 50%;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.project-slider-two-section .qc-slider-nav3 button:hover{
    background: var(--top-title-color);
    color: #fff;
}
.project-slider-two-section .qc-slider-nav3 {
    text-align: end;
    margin-top: 100px;
}
.project-slider-two-section{
    padding:60px 0;
}
.project-slider-two-section .bg-shape {
    position: absolute;
    top: 65px;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
}
.project-slider-two-box {
    margin: 10px;
}
.project-slider-two-box figure.image:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(16, 32, 57, 0.00) -19.59%, rgba(16, 32, 57, 0.80) 92.89%);
    transition: all 500ms ease;
}
.w-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-slider-two-box .content {
    padding: 16px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    opacity: 0;
    transform: scale(0);
    transform-origin: left;
    transition: all 700ms ease;
}
.project-slider-two-box .inner-box span {
    color: var(--title-color);
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--title-font);
}
.project-slider-two-box .inner-box h5 {
    font-family: var(--title-font);
    font-size: 25px;
    line-height: 1.5;
    font-weight: 700;
}
.project-slider-two-box .inner-box h5 {
    margin-top: 5px;
}
.project-slider-two-box .icon-1 {
    background: var(--title-color);
    font-size: 30px;
    color: #fff;
    padding: 15px;
}
.project-slider-two-box:hover figure.image:before {
    width: 100%;
    left: 0;
}
.project-slider-two-box:hover .content {
    opacity: 1;
    transform: scale(1,1);
}
/*================================ Extracontent ==============================*/
.xtraseo_sec{
    padding:80px 0;
}
.xtraseo_sec .sec-title h2 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--title-font);
}
.it-faq-contact {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 14px 75px;
    display: inline-block;
    background-color: var(--title-color) !important;
    clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
    display: flex!important;
    align-items: center!important;
}
.it-faq-contact span {
    background: #fff;
    border-radius: 50%;
    font-size: 30px;
    width: 45px;
    height: 45px;
    text-align: center;
    margin-right: 20px;
    line-height: 45px;
    color: var(--title-color) !important;
}
.it-faq-contact a {
    font-weight: 600;
    font-size: 25px;
    font-family: var(--body-font);
    color: #fff;
}
.xtrasec_img img {
    height: 100%;
    width: 100%;
}
.xtrasec_img {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    height: 750px;
}

/*======================================= About ======================================*/
/*----------------- breadcrum -------------------*/
.pageheader {
    background: url(../../images/images/breadcrum/4.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.about_page_title {
    color: #ffffff;
    font-size: 40px;
    font-family: var(--body-font);
}
.breadcrumb>.active, .breadcrumb>li, .breadcrumb>li a {
    font-size: 14px;
    color: #ffffff;
    font-family: var(--body-font);
}
/*------------------------- Blk 1 --------------------------------*/
.it-about-2-area{
    position: relative;
    padding:120px 0 15px;
}
.it-about-2-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}
.it-about-2-thumb img {
    width: 100%;
}
.it-about-2-thumb {
    padding-left: 30px;
    margin-right: 40px;
    position: relative;
    display: inline-block;
}
.it-about-2-experience {
    padding: 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
}
.it-about-2-experience span {
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-family: var(--body-font);
}
.it-about-2-experience span b {
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    color: var(--title-color);
    font-family: var(--body-font);
}
.it-about-2-experience p {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 0;
    color: #fff;
    font-family: var(--body-font);
}
.it-about-2-thumb::after {
    content: "";
    position: absolute;
    right: -25px;
    bottom: 15px;
    height: 256px;
    width: 25px;
    background-color: var(--title-color);
    animation: translateY 2.5s infinite alternate;
}
.it-about-2-right {
    margin-left: 7px;
}
.it-about-2-area .sec-title h2 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--title-font);
}
.it-about-2-area .sec-title h5 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.8;
    font-family: var(--title-font);
    padding-bottom: unset;
    font-weight: 500;
}
/*------------------------------ Blk 2 ---------------------------------*/
.it-choose-overlay {
    background-image: url(../../images/images/abt/1.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top:120px;
}
.it-choose-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgba(9, 18, 22, 0.7);
}
.it-choose-content {
    padding: 50px;
    padding-bottom: 60px;
    background-color: #000;
}
.it-choose-overlay .sec-title h6 {
    padding: 0px 30px;
    color: #3ca13c;
}
.it-choose-overlay .sec-title h2 {
    color: #fff;
    font-size: 35px;
    line-height: 1.5;
}
.it-choose-overlay .sec-title h6 i {
    color: #3ca13c;
}
.it-custom-accordion p {
    color: #ddd;
}

.it-choose-video {
    margin-left: 120px;
    display: flex;
}
.it-choose-video span {
    font-weight: 700;
    font-size: 48px;
    padding: 0;
    display: block;
    line-height: 1.5;
    font-family: var(--title-font);
    color: #fff;
}
.it-choose-video a {
    display: inline-block;
    height: 120px;
    width: 125px;
    line-height: 125px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px;
    background-color: var(--title-color) !important;
}
.it-choose-video a i {
    font-size: 30px;
    color: #fff;
}
.pulse {
    animation: animate-pulse 3s linear infinite;
}
.it-choose-area .row.align-items-center {
    display: flex;
    align-items: center;
}
/*------------------------------------ blk 3 -------------------------------*/
.iso_img img {
    width: 100%;
}
.isocer_sec{
    padding:100px 0 20px;
}
.isocer_sec .content_col {
    margin: 30px 0 20px;
}
.isocer_sec .sec-title h2 {
    font-size: 35px;
    line-height: 1.5;
    padding-bottom: unset;
}
.content_col h2 {
    font-size: 35px;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--top-title-color);
}

/*-------------------------- Contact Label -----------------------------*/
.cta-section-two {
    position: relative;
    z-index: 9;
    margin-bottom: -50px;
}
.cta-section-two .wrapper-box {
    position: relative;
    padding: 43px 50px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: var(--title-color);
}
.cta-section-two h3 {
    position: relative;
    font-family: var(--title-font);
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: unset;
    padding-bottom: unset;
    line-height: 1.5;
}
.cta-section-two h6{
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    color: #e3e3e3;
    text-align: justify;
}
.cta-section-two .link-btn {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    text-align: end;
}
.btn-style-one.style-three {
    color: var(--title-color) !important;
    background: #fff;
}
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 26px;
    padding-left: 65px;
    font-weight: 600;
    border-radius: 3px;
    overflow: hidden;
    text-transform: uppercase;
}
.btn-style-one.style-three:before {
    background-color: var(--top-title-color);
    opacity: 1;
    position: absolute;
    left: 0;
    top: -5px;
    height: 66px;
    width: 48px;
    content: "";
    transition: .5s;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
}
.btn-style-one span {
    position: relative;
}
.btn-style-one:after {
    font-family: "Font Awesome 4 Free";
    content: ""\f18e"";
    position: absolute;
    left: 16px;
    top: 14px;
    line-height: 25px;
    font-size: 17px;
    color: #fff;
}
.cta-section-two .icon {
    position: absolute;
    right: 250px;
    top: 15px;
}
.btn-style-one.style-three:hover {
    color: #fff !important;
}
.btn-style-one:hover:before {
    width: 100%;
    border-radius: 0;
}


/*==================================== Why cool roof  ==========================*/
/*--------------------- blk 1 ---------------------------*/
.whycoolrf_sec1 {
    padding: 70px 0 40px;
}
.tit_other h2 {
    text-align: center;
    margin-bottom: 20px;
}
.whycoolroof_img {
    text-align: center;
    margin: 20px 0;
}
.content_col h3 {
    font-size: 30px;
    line-height: 1.5;
    font-family: var(--title-font);
    font-weight: 700;
    color: var(--title-color);
}
.whycoolroof_srivalue_img {
    margin-top: 100px;
}
.ct_tit h2 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
    padding-bottom: unset;
    font-family: var(--title-font);
    color: var(--top-title-color);
}
.whycoolroof_srivalue_img img {
    width: 100%;
}
/*--------------- Table -------------------------*/
.benift_tab {
    margin: 20px 0;
}
table.tab_res {
    max-width: 85%;
    margin: auto;
    width: 100%;
}
table>tbody>tr>td, table>thead>tr, table>thead>tr>th {
    border: 2px solid #000000;
}
table>thead>tr>th {
    background: var(--top-title-color);
    color: #fff;
    font-size: 17px !important;
    font-family: var(--title-font) !important;
    padding:20px;
}
table>tbody>tr>td{
    font-size: 16px !important;
    font-family: var(--body-font) !important;
    padding:20px;
    line-height: 1.5;
}

/*============================ Ceramic Tiles =================================*/
.whycoolrf_sec1 .tit_other h2 {
    text-align: center;
    font-size: 35px;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--top-title-color);
    margin-bottom: unset;
}
.ceramic_img img {
    width: 100%;
}
/*=========================== Gallery =========================================*/
.portfolio-filter.text-center {
    display: none;
}
/*=========================== Contact ========================================*/
.contact--style-2{
    padding:70px 0 0;
}
h2.contact__title.title-xl {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    font-family: var(--title-font);
    text-align: center;
    color: var(--top-title-color);
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
p.contact__desc.body-text {
    font-size: 18px;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}
.contact__info{
    margin-top: 60px !important;
}
.contact--style-2 .contact__card {
    height: 265px;
    background: #FFF4F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 8px;
    padding: 1.5rem 2rem;
    position: relative;
    overflow: hidden;
}
.contact--style-2 .contact__card-icon-wrap {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border: 1px solid #EE212B;
    border-radius: 50%;
    margin-bottom: 1rem;
    margin: 0 auto;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background: var(--title-color);
    color: #fff;
    font-size: 22px;
}
.contact--style-2 .contact__card-title {
    color: #000;
    margin-top: 1rem;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--title-font);
}
.contact--style-2 .contact__card-text {
    text-align: center;
    margin: 10px 0 0;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: unset;
}
.contact--style-2 .contact__card::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: var(--title-color);
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}
.contact--style-2 .contact__card:hover{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px) !important;
}
.contact--style-2 .contact__card:hover::after {
    width: 100%;
}
.web_link h6 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
    font-family: var(--title-font);
    color: var(--top-title-color);
}
.web_link {
    text-align: center;
    margin: 60px 0 0;
}
.web_link h6 a {
    color: var(--title-color);
}
.web_link h6 a:hover {
    color: #000;
}
.map_tit h2 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--top-title-color);
}
.map_tit p {
    font-size: 18px;
    max-width: 700px;
    margin-bottom: 20px;
}
/*------------ Form ---------------------*/
.contact_form {
    display: flex;
    background: #FFF4F5;
    padding: 40px;
    border-radius: 8px;
    height: 100%;
    margin-left: 1rem;
}
#contact_form input {
    background: #ffffff;
    border-radius: 8px;
    border: 0.5px solid rgba(143, 152, 151, 0.5);
    width: 100%;
    padding: 25px;
    margin-bottom: 15px;
    font-family: var(--title-font);
    font-size: 15px;
}
#contact_form textarea {
    background: #ffffff;
    border-radius: 8px;
    border: 0.5px solid rgba(143, 152, 151, 0.5);
    width: 100%;
    padding: 25px;
    margin-bottom: 15px;
    font-family: var(--title-font);
    font-size: 15px;
}
#contact_form button {
    background: var(--title-color);
    border-radius: 8px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    display: block;
    border: 1px solid var(--title-color);
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    font-family: var(--body-font);
    margin: 40px 0 25px;
}
#contact_form button:hover{
    background-color: transparent;
    color: var(--title-color);
}

/*====================================== Product ==========================*/
/*------------------- prd pg -------------------------*/
.service-style-two {
    position: relative;
    padding: 100px 0;
}
.service-style-two .service-block-one .inner-box {
    border: 1px solid #e3e3e3;
}
.service-style-two .service-block-one .inner-box .lower-content .icon-box {
    background: var(--top-title-color);
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
}
.service-style-two .service-block-one .inner-box .lower-content h3 a {
    color: #1e1e2a;
}
.service-style-two .service-block-one .inner-box .lower-content p {
    color: #5a5a68;
}
.service-style-two .service-block-one .inner-box .lower-content .link:before {
    height: 1px;
    background: #e3e3e3;
    width: 113%;
}
.service-style-two .service-block-one .inner-box .lower-content .link {
    text-align: center;
}
.service-style-two .service-block-one .inner-box .lower-content .link a {
    color: #1e1e2a;
}
.service-style-two .service-block-one .inner-box:hover .lower-content .link:after {
    width: 113%;
}
.service-style-two .service-block-one .inner-box:hover .lower-content .link a {
    color: #fff;
}
.service-style-two .service-block-one .inner-box:hover .lower-content .link a{
    cursor: pointer;
}
/* prd table */
.spec_prod h2 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--top-title-color);
    margin-bottom: 15px;
}
.spec_prod table>tbody>tr>td b {
    font-weight: 700;
    color: var(--title-color);
}
.spec_prod table>tbody>tr>td {
    padding: 15px;
}
.btn_prd {
    text-align: center;
    margin: 35px 0 20px;
}
.otherprd_img img {
    width: 100%;
}
/*----------------------------- 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;
}

/*============================= Videos ========================================*/
.video_sec {
    padding: 100px 0;
    text-align: center;
}
.video_sec .sec-title {
    text-align: center;
}
.video_sec a.theme-btn {
    margin: 50px 0 0;
}







/*------------------------------------ Media Query ----------------------------*/
@media (max-width: 767px) {
    .contact_form {
        margin-top: 30px;
        padding: 20px;
    }
    .service-style-two .service-block-one {
        margin-top: 60px;
    }
    .contact--style-2 .contact__card {
        height: auto;
        margin-bottom: 30px;
    }
    .whycoolroof_srivalue_img {
        margin-top: 10px;
    }
    .about-section .image-layer {
        width: 100%;
    }
    .funfact-section .counter-block-one {
        width: 100%;
    }
    .ceramic_prdimg img {
        width: 100%;
    }
    .about-section {
        padding: 50px 0 80px;
    }
    #content_block_one {
        margin-top: 30px;
    }
    .sec-title h2 {
        font-size: 25px !important;
        line-height: 1.5 !important;
    }
    #content_block_one .content-box .btn-box a.video-btn{
        display:none;
    }
    .btn-box.clearfix {
        margin-bottom: 10px;
    }
    .pl-60 {
        padding-inline-start: 10px;
    }
    .choose-3-image-area .image-3-area {
        right: 0;
    }
    .choose-3-image-area h1 {
        left: 0;
        display: none;
    }
    .contact-now-circle{
        display:none;
    }
    .why-choose-list ul li {
        width: 100%;
    }
    .why-choose-content {
        padding: 10px;
    }
    .our-testimonial-image {
        margin-right: 0;
    }
    .testimonial-slider {
        position: relative;
        padding: 30px;
    }
    .our-testimonial-content {
        padding-bottom: unset;
        margin-top: 50px;
    }
    .qc-slider-nav2 {
        bottom: 0;
        right: 25px;
    }
    .features-counter p {
        text-align: center;
    }
    .our-features-content {
        margin-top: 50px;
    }
    .project-slider-two-section {
        padding: 60px 0;
    }
    .project-slider-two-section .qc-slider-nav3 {
        margin-top: 0;
    }
    .project-slider-two-box .inner-box h5 a {
        font-size: 14px;
    }
    /*#image_block_one .image-box .image-2 {
        position: relative;
        right: 0;
        bottom: 0px;
    }*/
    .project-slider-section {
        padding: 60px 10px;
    }
    .text-slider-box .slide-box h1 {
        font-size: 50px;
    }
    .text-slider-section {
        padding: 45px 0;
    }
    .why-choose-content {
        margin: 60px 0px 60px 0;
    }
    .header .has-submenu .dropdown-menu {
        min-width: 100%;
    }
    
    .navbar-collapse.in {
        height: 250px;
        overflow: scroll;
    }
    #image_block_one .image-box {
        padding-right: unset;
        margin-right: unset;
        padding-bottom: 0px;
    }
    .pattern-layer {
        display: none;
    }
    #content_block_one .content-box .text {
        margin-bottom: 10px;
    }
    .it-choose-area .row.align-items-center {
        display: block;
    }
    .it-choose-video {
        margin-left: unset;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .isocer_sec {
        padding: 40px 0 20px;
    }
    .content_col h2 {
        font-size: 25px;
    }
    .cta-section-two .wrapper-box {
        padding: 20px;
    }
    .cta-section-two h3 {
        font-size: 18px;
    }
    .cta-section-two h6 {
        font-size: 14px;
    }
    .about_page_title {
        font-size: 22px;
    }
    .content_col h3 {
        font-size: 20px;
    }
    .list-inline li:nth-child(2) {
        display: none;
    }
    .topbar .social li {
        padding: 0 0 5px;
    }
    .topbar li {
        padding: 5px;
    }
    
    #headeraffix .exprience_logo{
        display:none;
    }
    .exprience.mbl-res {
        display: block !important;
        padding: 20px 0;
        float: left;
    }
    .navbar-cell.stretch {
        display: block;
    }
    .navbar-toggle span{
        margin: 0;
        border: 2px solid #969696;
        padding: 10px;
        font-size: 20px;
    }
    .header {
        padding: unset;
    }
    .navbar > .container-fluid .navbar-brand {
        padding: 10px 0;
    }
    #image_block_one .image-box .image-1 {
        display: none;
    }
    #image_block_one .image-box .image-3 {
        display: none;
    }
    #image_block_one .image-box .image-2 {
        position: relative;
        right: 0;
        bottom: 0;
    }
    .counter-block-one .inner-box {
        padding: 40px 35px 15px 20px;
    }
    .counter-block-one .inner-box .count-outer span {
        font-size: 35px;
        line-height: 35px;
        margin: 5px 0;
    }
    .counter-block-one .inner-box .icon-box {
        font-size: 40px;
        line-height: 40px;
        top: 10px;
    }
    .counter-block-one .inner-box .shap-box {
        top: 22px;
    }
    .counter-block-one .inner-box h3 {
        padding: unset;
        font-size: 20px;
    }
    .service-section {
        padding: 45px 0px 15px 0px;
        margin-top: unset;
        background: #fff;
    }
    .sec-title.light h2 {
        color: #000;
    }
    .service-block-one .inner-box {
        border: 2px solid rgb(163 163 163);
    }
    .service-block-one .inner-box .lower-content h3 a {
        color: #000;
    }
    .service-block-one .inner-box .lower-content p {
        color: #484848;
    }
    .service-block-one .inner-box .lower-content .link a {
        color: #000;
    }
    .service-block-one .inner-box .lower-content .link:before {
        background: rgb(0 0 0 / 21%);
        width: 122%;
    }
    .service-block-one .inner-box:hover .lower-content .link:after {
        width: 122%;
    }
    .choose-3-section .image-3.p-relative {
        display: none;
    }
    .choose-3-section .content_col {
        margin: 30px 0 15px;
    }
    .ceramic_prdlistsec {
        padding: 30px 0px 50px;
    }
    .work-process-section {
        padding: 40px 0 0;
    }
    .xtraseo_sec {
        padding: 35px 0;
    }
    .xtrasec_img {
        height: auto;
    }
    .it-faq-contact {
        padding: 14px 40px;
    }
    .it-faq-contact span {
        font-size: 25px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .it-faq-contact a {
        font-size: 20px;
    }
    .our-testimonial {
        padding: 50px 0;
    }
    .it-about-2-thumb::after {
        height: 130px;
    }
    .it-about-2-area {
        padding: 50px 0 15px;
    }
    .it-choose-overlay {
        padding-top: 50px;
    }
    .it-choose-content {
        padding: 30px;
        padding-bottom: 25px;
    }
    .it-choose-video span {
        font-size: 30px;
    }
    .it-choose-video a {
        height: 80px;
        width: 80px;
        line-height: 90px;
        margin-left: 20px;
    }
    .it-choose-video a i {
        font-size: 25px;
    }
    .pageheader {
        background-position: center;
        padding: 20px 0;
    }
    .whycoolrf_sec1 {
        padding: 10px 0 40px;
    }
    .whycoolroof_img img {
        width: 100%;
    }
    .whycoolroof_srivalue_img img{
        width:100%;
    }
    .video_sec {
        padding: 60px 0;
    }
    .contact--style-2 {
        padding: 40px 0 0;
    }
    h2.contact__title.title-xl {
        font-size: 28px;
    }
    .contact__info {
        margin-top: 15px !important;
    }
    .web_link h6 {
        font-size: 20px;
        margin-top: 0px;
    }
    .web_link {
        margin: 0px 0 0;
    }
    .enq_sec{
        padding: 15px 0 50px;
    }
    .service-style-two {
        padding: 50px 0;
    }
}
.prod_img img{
    width:100%;
}










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






/*QC FOOTER STYLE START*/
.contact_us1 h5 {
    font-size: 16px;
    font-family: var(--title-font);
    font-weight: 600;
    color: #dbdbdb;
    margin-bottom: unset;
    padding: unset;
}
.contact_us1 p{
    padding-bottom: 5px;
}
.contact_us1 h4 {
    font-family: var(--title-font);
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
}
#qcfooter-block {padding: 40px 0px; /*background: #009688;*/ color: #fff;}
#qcfooter-block h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--title-font);
    color: #fff;
}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {height: 60px; display: none; margin: 10px 0;}
.footer-content .qc-brand img {height: 100%;}
.footer-content p {font-size: 15px; line-height: 2;    color: #c9c9c9;}
.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: #c9c9c9;
    font-family: var(--body-font);
    font-size: 14px;
    line-height: 1.5;
}
.footer-content .quicklinks li i {
    margin-right: 5px;
    color: #fff;
    font-size: 18px;
}
.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: #009688;}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
#qcfooter-copyrights {
    padding: 10px 0;
    background:linear-gradient(270deg, rgba(0, 0, 0, 0) -72.46%, rgba(18, 18, 18, 0.94) 2.57%, #1E1E1E 106.15%);
    border-top: 1px solid #ddd;
}
#qcfooter-copyrights .copyright {font-size: 14px; color: #fff;    font-family: var(--body-font);}
#qcfooter-copyrights .developer {color: #fff; text-decoration: underline;}

/*QC FOOTER STYLE END*/




/* New */
.services-one__bottom {
    position: relative;
    display: block;
}
.services-one__single {
    position: relative;
    display: block;
    margin: 20px 20px 30px;
}
.ceramic_prd .services-one__single {
    margin: 0;
}
.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;
}
.ceramic_prd .services-one__content {
    padding: 15px 15px 15px;
}
.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;
}
.ceramic_prd h3.services-one__title {
    color: #004d00;
    font-size: 24px !important;
    text-align: left !important;
    margin-bottom: 10px !important;
}
.services-one__title a {
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.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);
}

.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;
}


section#services h3 {
    text-align: center;
    font-size: 35px;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--top-title-color);
    margin-bottom: 20px;
}









