/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.14.1
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
:root {
    --theme-color1: #0d2c77;
    --theme-color1-rgb: 13, 44, 119;
    --theme-color2: #63787d;
    --theme-color2-rgb: 99, 120, 125;
    --bs-black: #000000;
    --bs-white: #ffffff;
    --color-gradient-1: linear-gradient(90deg, var(--theme-color1) 0%, var(--theme-color2) 100%);
    --transition: all 500ms ease;
    --font-awesome-free: "Font Awesome 6 Free";
    --font-awesome-brands: "Font Awesome 6 Brands";
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #efefef;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #efefef;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border: 2px solid transparent;
    background: var(--theme-color1);
    transition: var(--transition);
}

::-moz-selection {
    background: var(--theme-color1);
    color: var(--bs-white);
}
::selection {
    background: var(--theme-color1);
    color: var(--bs-white);
}

::-webkit-input-placeholder {
    color: inherit !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit !important;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit !important;
    opacity: 1;
}

::placeholder {
    color: inherit !important;
    opacity: 1;
}

body {
    overflow-y: auto;
    overflow-x: hidden;
    accent-color: var(--theme-color1);
    word-break: break-word;
}

div#page-container {
    overflow-y: visible;
    overflow-x: hidden;
}
header .et_pb_blurb_content {
    display: flex;
}

body:not(.et-fb) #et-boc .et-l #dd-section {
    z-index: 999999 !important;
}

#wpadminbar {
    z-index: 9999999 !important;
}

.et_pb_row {
    width: 90%;
}

footer .et_pb_column .et_pb_widget {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 0 !important;
}

.wpcf7-spinner {
    position: absolute;
}

.wpa-test-msg {
    display: block;
    width: 100%;
    float: left;
}
.contact-form-sec form .et_pb_column {
    margin-bottom: 15px !important;
}
/* .equal-img, .equal-img * {
    height: 100%;
    display: flex;
    object-fit: cover;
} */

/* --list-style-- */
.list-style {
   & ul {
      padding: 0;
     & li {
        list-style: none;    
        &:before {
          content: "\f1b8";
          color: var(--theme-color1);
          font-family: var(--font-awesome-free);
          font-weight: 900;
          font-size: 16px;
          padding-right: 10px;
        }
      }
    }    
}

/* --list-style-close-- */
/* --main-title-- */
.main-title {
    & h5 {
        display: inline-block;
        position: relative;
        padding-left: 50px;
		margin-bottom:10px;
        padding-top: 10px;
        &:before {
            content: "";
            background-image: url(/wp-content/uploads/2024/11/m.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            display: block;
            padding: 18px;
            width: 30px;
            margin: auto auto 0px;
            box-sizing: border-box;
            position: absolute;
            left: 0;
            top: 0;
        }

    }
    &.et_pb_text_align_left h5 {
        &:before { 
            margin-left: 0;
        }
    }
    &.et_pb_bg_layout_dark h5 {
        &:before{
            background-image: url(/wp-content/uploads/2024/11/m-white.png);
        }
    }
    & h2 {
        font-size: clamp(1.625rem, 1.1rem + 1.4vw, 2.5rem) !important;
    }
}
/* --main-title-close-- */


/*--back-to-top--*/
.et_pb_scroll_top.et-pb-icon {
    right: 30px;
    bottom: 30px;
    padding: 8px;
    border-radius: 30px;
    background: var(--main-color);
    transition: all .1s ease-in-out;
    width: 40px;
    height: 40px;
      display:flex;
    justify-content:center;
    align-items:center;
}
.et_pb_scroll_top:before{
    content:'\f062';
    font-family:fontawesome;
    font-size:20px;
    display: flex;
    justify-content:center;
    align-items:center;
    inset:0;
    position:absolute;
    color: #fff;
    background: var(--theme-color1);
    border-radius: 50%;
}
.et_pb_scroll_top.et-pb-icon:after {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: transparent;
    border-radius: inherit;
    z-index: 1;
    border: 2px dashed var(--theme-color2);
    transition: all ease 0.4s;
    animation: spin 13s infinite linear;
}
/*--back-to-top-close--*/
/*--btn-design--*/
body #page-container .et_pb_slider .et_pb_slide .et_pb_button, body #page-container .et_pb_section div div .et_pb_button_module_wrapper .et_pb_button, a.et_pb_button {
     background: linear-gradient(90deg, #0d2c77 0%, #5d737d 35%, #63787d 100%);
    border: 2px solid #ffffff !important;
    border-radius: 0px;
    color: #ffffff !important;
    display: block;
    min-width: 170px;
    overflow: hidden;
    padding: 16px 32px !important;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .7s ease-in-out;
    z-index: 2;
}
body #page-container .et_pb_slider .et_pb_slide .et_pb_button:hover, body #page-container .et_pb_section div div .et_pb_button_module_wrapper .et_pb_button:hover, a.et_pb_button:hover {
    border: 2px solid #0d2c77 !important;
    color: #0d2c77 !important;
}
body #page-container .et_pb_section div div .et_pb_button_module_wrapper .sub_btn.et_pb_button {
    width: fit-content !important;
    padding: 10px 32px !important;
    height: 50px;
}
body #page-container .et_pb_section div div .et_pb_button_module_wrapper .sub_btn.et_pb_button:hover:after {
    opacity: 0;
}
body #page-container .et_pb_section div div .et_pb_button_module_wrapper .sub_btn .wpcf7-submit {
    padding: var(--padding) !important;
    background: transparent;
    font-size: inherit;
    color: inherit;
    border: inherit;
    cursor: pointer;
    z-index: 99;
    font-weight: inherit;
    text-transform: uppercase;
    letter-spacing: inherit;
    position: absolute;
    inset: 0;
}
body #page-container .et_pb_slider .et_pb_slide .et_pb_button:before, body #page-container .et_pb_section div div .et_pb_button_module_wrapper .et_pb_button:before, a.et_pb_button:before {
    content: "" !important;
    display: block !important;
    margin: 0 !important;
    opacity: 1 !important;
    background-color: #ffffff;
    border-radius: 50%;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: width .7s ease-in-out, height .7s ease-in-out;
    width: 0;
    z-index: -1;
    left: 0;
}

/* body #page-container .et_pb_slider .et_pb_slide .et_pb_button:after,
body #page-container .et_pb_section div div .et_pb_button_module_wrapper .et_pb_button:after  {
    position: relative;
    content: '$';
    font-size: 20px;
    margin-left: .3em;
    line-height: 1.7em;
    opacity: 1;
    transition: all 300ms ease 0ms;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    font-family: ETmodules !important;
    speak: none;
} */

body #page-container .et_pb_slider .et_pb_slide .et_pb_button:hover:before, body #page-container .et_pb_section div div .et_pb_button_module_wrapper .et_pb_button:hover:before, a.et_pb_button:hover:before {
    height: 560.5px;
    width: 200%;
}
/*--btn-design-close--*/
/*******  | HEADER CODE |  *******/
.has_et_pb_sticky .et_pb_section.et_pb_sticky.et_pb_sticky--top {
    background-color:#ffffff !Important;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding:50px !Important;

}
.has_et_pb_sticky .et_pb_section.et_pb_sticky.et_pb_sticky--top .et_pb_menu_0_tb_header.et_pb_menu ul li a{
    color:#0d2c77 !important;
}
header nav.et-menu-nav ul#menu-main-menu {
/*     border: 2px solid var(--theme-color1);
    border-radius: 60px;
	background: #fff; */
    padding: 0px !important;
}
header nav.et-menu-nav ul#menu-main-menu li {
    padding: 25px 20px;
}
header nav.et-menu-nav ul#menu-main-menu li a {
    padding: 0px;
	color: #000 !important;
}
header nav.et-menu-nav ul#menu-main-menu li.current-menu-item {
/*     border-radius: 50px;
       background: linear-gradient(90deg, #0d2c77 0%, #5d737d 35%, #63787d 100%); */
    padding: 25px 48px !important;
}
header nav.et-menu-nav ul#menu-main-menu li.current-menu-item a {
    color: #0d2c77 !important;
}
/* header .et_pb_module.et_pb_image {
    padding: 30px 36px;
    border-radius: 100px;
    background: linear-gradient(90deg, #0d2c77 0%, #5d737d 35%, #63787d 100%);
    border: 2px solid #fff;
} */
header nav.et-menu-nav ul#menu-main-menu a:hover{
    color:var(--theme-color1) !important;
    opacity:1;
}
/* header .et_pb_module.et_pb_image span.et_pb_image_wrap img {
    filter: brightness(0) invert(1);
} */
/*Header Css End*/
/*Slider Sec Css Start*/
.home-key-points .key-selling-row .et_pb_column:hover .et_pb_module.et_pb_text{
    color:#fff;
}
.home-slider-sec .et_pb_slider_container_inner .et_pb_slide_content h1 {
    font-size: 92px;
}
.home-slider-sec .et_pb_slide_image {
    position:absolute;
    top:50%;
    right: 0px;
    margin-right:0!important;
}
.home-slider-sec .et_pb_slide_image:before {
    content: "";
    width: 420px;
    height: 420px;
    right: -20px;
    z-index: -1;
    background-image: url(/wp-content/uploads/2024/07/slider-shape-2.png);
    background-blend-mode: overlay;
    padding: 40px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    outline: 3px solid var(--theme-color1);
    border-radius: 50%;
    outline-offset: 15px;
}
.home-slider-sec .et_pb_slide_image img {
    width: auto;
    object-fit: contain;
    margin-right: 80px;
}
.home-slider-sec .et-pb-slider-arrows a {
    opacity: 1;
    background-color: #ffffff;
    width: fit-content;
    bottom: 0;
    height: fit-content;
    top: auto;
    border-radius: 0px;
    color: var(--theme-color1);
}
.home-slider-sec .et-pb-slider-arrows a:hover{
	background-color:var(--theme-color2);
	color:white;
}
.home-slider-sec .et_pb_slider .et-pb-arrow-prev {
    left: 0px;
    right: auto;
}
.home-slider-sec .et_pb_slider .et-pb-arrow-next{
    left: 60px;
}
.home-slider-sec .et-pb-slider-arrows {
    position: relative;
    bottom: 50px;
    max-width: 1280px;
    margin: 0 auto;
    width: 88%;
}
.home-slider-sec .et_pb_slider .et-pb-controllers {
/*     position: absolute;
    left: 30px;
    width: fit-content;
    top: 50%;
    transform: translateY(-50%);
    height: fit-content; */
    display: none;
}
.home-slider-sec .et_pb_slider .et-pb-controllers a {
    margin: 10px;
    background: #fff !important;
    width: 14px;
    height: 14px;
    opacity: 1;
}
.home-slider-sec .et_pb_slider .et-pb-controllers:after {
    content: "";
    width: 16px;
    height: 60px;
    background-image: url(/wp-content/uploads/2024/07/Background-4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    bottom: -70px;
    transform: translateX(20%);
    left: 6px;
    animation: bottomTop 3s ease-in-out infinite;
}
.home-slider-sec .et_pb_slider .et-pb-controllers::before {
    content: "";
    width: 16px;
    height: 60px;
    background-image: url(/wp-content/uploads/2024/07/Background-5.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -70px;
    transform: translateX(20%);
    left: 6px;
    animation: topBottom 3s ease-in-out infinite;
}
.home-slider-sec .et_pb_slider .et_pb_slide_description {
    text-align: left !important;
    padding: 20px 80px 0px 0px;
    float: left !important;
    width: 50% !important;
}

.home-slider-sec .et_pb_slider .et-pb-controllers a.et-pb-active-control {
    background: var(--theme-color1) !important;
}
.home-slider-sec .et_pb_slider .et_pb_slide_description h1.et_pb_slide_title {
    background: linear-gradient(90deg, #0d2c77 0%, #0d2c77 35%, #63787d 100%);
    color: #ffffff !important;
    padding: 6px 20px;
    width: fit-content;
}
/*Slider Sec Css End*/
/*---About-sec Css Start*/
.home-about-sec .about-col1 .image2:before {
    content: '';
    width: 65%;
    height: 80%;
    background: #0d2c77bf;
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 44%;
    left: -150px;
    bottom: 50px;
    animation: topToBottom 3s ease-in-out infinite;
}
.home-about-sec .about-col1 .image1:before {
    content: '';
    width: 20%;
    height: 30%;
    background: #0d2c77bf;
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 0px;
    right: -60px;
    top: 50px;
    animation: topToBottom 3s ease-in-out infinite;
}
@keyframes topToBottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(16px);
  }
  100% {
    transform: translateY(0px);
  }
}
.home-about-sec .about-col1 .image3-logo {
    position: absolute;
    top: 30%;
    left: 25%;
    background: #63787dcc;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.home-about-sec .about-col1 .image3-logo img {
    width: 130px;
    height: 130px;
    object-fit: cover;
}
.home-about-sec .about-col1 .image3-logo:before {
    content: '';
    border-radius: 50%;
    position: absolute;
    opacity: 1;
    animation: rotate360 15s infinite linear;
    background: url(/wp-content/uploads/2024/07/supply-and-fit-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -40px;
    left: -40px;
    width: 100%;
    height: 100%;
    padding: 40px;
}
@keyframes rotate360{
0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
/*---About-Sec Css End---*/
/*---Key-Selling-Points-Sec Css Start---*/
.home-key-points .key-selling-row .et_pb_column {
    background: #ffffff;
    padding: 40px 34px;
    margin: 0px 10px;
}
.home-key-points .key-selling-row h4.et_pb_module_header {
    padding-bottom: 0;
}
.home-key-points .key-selling-row .et_pb_blurb_content {
    display: flex;
    align-items: center;
}
.home-key-points .key-selling-row .et_pb_main_blurb_image {
    margin-bottom: 0;
    margin-right: 26px !important;
}
.home-key-points .key-selling-row .et_pb_column:before {
    content: '';
    width: 15px;
    height: 15px;
    background: var(--theme-color2);
    display: block;
    position: absolute;
    right: 14px;
    bottom: 14px;
}
.home-key-points .key-selling-row .et_pb_column:after {
    content: '';
    width: 15px;
    height: 15px;
    background: var(--theme-color1);
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -2;
}
.home-key-points .key-selling-row .et_pb_column:hover:before {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background: var(--theme-color1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.home-key-points .key-selling-row .et_pb_column:hover h4.et_pb_module_header, .home-key-points .key-selling-row .et_pb_column:hover span.et-waypoint {
    color: #fff !important;
}
.home-key-points {
    position:relative;
}
.home-key-points:before,
.home-key-points:after{
    position:absolute;
    content:'';
    width:250px;
    height:100%;
    background-color:#143278;
    top:0;
    bottom:0;
    left:0%;
    clip-path: polygon(75% 0, 100% 0, 30% 100%, 0 100%);
}
.home-key-points:after{
    left:5%;
    background-color:#3b3d41;
}

/*---Key-Selling-Points-Sec Css End---*/
/*---Our Specialities Sec Css Start---*/
.home-flooring-sec button.slick-arrow {
    display: none !important;
}
.home-flooring-sec .slick-track {
    padding: 0px !important;
}
.home-flooring-sec .slick-track .dtq-carousel-item img {
    height: 600px;
    min-height: 600px;
    object-fit: cover;
}
.home-flooring-sec .slick-track figure.dtq-figure:before {
    position: absolute;
    top: 20px;
    left: 15px;
    bottom: 20px;
    right: 15px;
    background: var(--theme-color2);
    transform: perspective(400px) rotateX(90deg) scaleY(.5);
    transform-origin: center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    content: "";
    z-index: 1;
}
.home-flooring-sec .slick-track .dtq-carousel-item:hover figure.dtq-figure:before {
    opacity: .9;
    transform: perspective(400px) rotateX(0deg) scaleY(1);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.home-flooring-sec a.et_pb_button:hover:after {
    display: none !important;
}
.home-flooring-sec a.et_pb_button {
    padding: 12px 20px !important;
    font-size: 16px;
    margin-top: 10px;
}
.home-flooring-sec h3.dtq-image-title {
    padding-bottom: 14px !important;
}
.home-flooring-sec .slick-track .dtq-carousel-item .content-inner {
    position: absolute;
    bottom: -20px;
    left: 50px;
    padding-right: 50px;
    opacity: 0;
    z-index: 1;
}
.home-flooring-sec .slick-track .dtq-carousel-item:hover .content-inner{
	opacity:1;
	transition:2s;
	bottom:35px;
}
.home-flooring-sec .slick-track .dtq-carousel-item:hover img {
    transform: scale(1.1);
}
.home-flooring-sec .slick-track .dtq-carousel-item img {
    transition: 1s;
}
/*---Our Specialities Sec Css End---*/
/* Our Sponser Css */
.team-text-col .flooring-logo {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding:30px;
    margin-left:-90px;
    background-color:white;
    margin-top:40px;
}
.team-image-col span.et_pb_image_wrap img{
    height:450px;
    object-fit:cover;
}
/* .home-team-sec {
  background: linear-gradient(84deg, rgba(99,120,125,1) 0%, rgba(136,154,158,1) 66%);
    color:#ffffff;
} */
.home-team-sec {
    background-color: transparent;
    background-image: linear-gradient(312deg, var(--theme-color2) 79%, var(--theme-color1) 12%);
    position:relative;
	 color:#ffffff;
}
.home-team-sec:before,
.home-team-sec:after{
    position:absolute;
    content:'';
    width:250px;
    height:100%;
    background-color:#143278;
    top:0;
    bottom:0;
    clip-path: polygon(75% 0, 100% 0, 30% 100%, 0 100%);
    right:0;
}
.home-team-sec:after{
    right:5%;
    background-color:#aab6b8;
}
/* Our Sponser Css End*/
/*Our Testimonial Sec Css start*/
.home-testimonial-sec .et_pb_gallery_image img {
    width: 450px !important;
    height: 450px;
    border-radius: 50% !important;
}
.testimonial-row .et_pb_module.et_pb_gallery .et_pb_gallery_image a:before {
    display: block;
    position: absolute;
    margin: auto;
    width: 450px !important;
    height: 450px;
    z-index: 9;
    content: "";
    border: 2px dashed #fff !important;
    border-radius: 50%;
    animation: rotated 20s infinite linear;
    transition: 500ms all ease;
    animation-play-state: running;
    padding: 15px;
    inset: 0;
}
.testimonial-row .et_pb_module.et_pb_gallery {
    overflow: visible;
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home-testimonial-sec .et_pb_gallery_image {
    position: relative !important;
    overflow: visible !important;
}
.home-testimonial-sec .wpmtst-testimonial-inner.testimonial-inner {
    background-color:white;
	height:350px !important;
	overflow:auto;
}
.home-testimonial-sec .wpmtst-testimonial-inner.testimonial-inner p{
  position:relative;
  color: #000;
	padding-top:100px !important;
text-align:center;
}
.home-testimonial-sec .wpmtst-testimonial-inner.testimonial-inner p:before{
	position:absolute;
	content: '';
	font-family:fontawesome;
	margin:auto;
	left:0;
	right:0;
	top: -00px;
	color: #000;
	background: url(/wp-content/uploads/2024/07/Background-6.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100px;
	height: 100px;
}

.home-testimonial-sec h3.wpmtst-testimonial-heading.testimonial-heading {
	display:none;
}

.home-testimonial-sec .wpmslider-controls a {
    background: var(--theme-color1) !important;
    width: 52px !important;
    height: 53px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.home-testimonial-sec .wpmslider-controls a:before {
    top: 0 !important;
    width: 25px !important;
    height: 25px !important;
}
.home-testimonial-sec .testimonial-row .et_pb_slider:hover .et-pb-arrow-prev, .home-testimonial-sec .testimonial-row a.et-pb-arrow-prev {
    left: 80px;
    opacity: 1;
    top: 50%;
}
.home-testimonial-sec .testimonial-row .et_pb_slider:hover .et-pb-arrow-next, .home-testimonial-sec .testimonial-row a.et-pb-arrow-next {
    right: 80px;
    opacity: 1;
}
.home-testimonial-sec .et-pb-slider-arrows a {
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    backdrop-filter: contrast(0.5);
}
.home-testimonial-sec .et-pb-slider-arrows a:before {
    color: var(--theme-color1);
    top: 0px !important;
}
.home-testimonial-sec .et-pb-slider-arrows a:hover {
    background: #fff !important;
}
.home-testimonial-sec .et-pb-controllers {
    display: none;
}

.wpmslider-viewport {
	height:100% !important;
}

/*-Our Testimonial Sec Css End-*/
/*******  | HOMEPAGE CODE |  *******/

/*******  | INNERPAGE CODE |  *******/
/*---Flooring_page-Css-Start---*/
.carpet-sec .et_pb_module.et_pb_image:before, .carpet-sec .et_pb_module.et_pb_image:after {
    content: '';
    width: 6px;
    height: 350px;
    background: var(--bs-black);
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 30px;
}
.carpet-sec .et_pb_module.et_pb_image:after {
    bottom: -34px;
    height: 6px;
    width: 350px;
    left: 60px;
}
.carpet-sec span.et_pb_image_wrap:before {
    content: '';
    width: 90%;
    height: 100%;
    background: url(/wp-content/uploads/2024/08/image-42.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: -1;
    top: 10%;
    left: -80px;
    animation: veritcal2 3s alternate infinite;
}
.carpet-sec span.et_pb_image_wrap:after {
    content: '';
    width: 35%;
    height: 35%;
    background: url(/wp-content/uploads/2024/08/Background-25.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: -1;
    top: -30px;
    right: -30px;
    animation: veritcal2 3s alternate infinite;
}
@keyframes veritcal2 {
    from {
        -webkit-transform: translate3d(0,-10px,0)
    }

    to {
        -webkit-transform: translate3d(0,10px,0)
    }
}
.carpet-sec span.et_pb_image_wrap img {
    object-fit: cover;
}
.wood-sec .et_pb_module.et_pb_image:before {
    content: '';
    border: 8px solid var(--theme-color2);
    width: 86%;
    height: 95%;
    display: block;
    position: absolute;
    z-index: -1;
    top: -30px;
    left: 0px;
}
.wood-sec .et_pb_module.et_pb_image:after {
    content: '';
    width: 86%;
    height: 100%;
    background: url(/wp-content/uploads/2024/08/image-41.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    z-index: -1;
    top: 7%;
    right: 0%;
    left: auto;
    background-size: auto;
}
.wood-sec .et_pb_module.et_pb_image span.et_pb_image_wrap:before {
    position: absolute;
    top: 0;
    left: -95%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));
    transform: skewX(-25deg);
}
.wood-sec .et_pb_module.et_pb_image:hover span.et_pb_image_wrap:before{
    animation: shine .75s;
}
@keyframes shine {
    to {
        left: 125%
    }
}
.wood-sec .et_pb_module.et_pb_image span.et_pb_image_wrap {
    overflow: hidden;
}
.lvt-sec .et_pb_module.et_pb_image:before, .lvt-sec .et_pb_module.et_pb_image:after {
    content: '';
    width: 6px;
    height: 260px;
    background: var(--theme-color2);
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px;
}
.lvt-sec .et_pb_module.et_pb_image:after {
    bottom: -40px;
    height: 6px;
    width: 260px;
    right: 40px;
}
.lvt-sec span.et_pb_image_wrap:before {
    content: '';
    width: 88%;
    height: 54%;
    background: var(--theme-color2);
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -80px;
    left: -30px;
    border-radius: 0px 100% 0px 0px;
}
.lvt-sec::before {
    content: '';
    width: 50%;
    height: 100%;
    background: var(--theme-color2);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.logo-sec .gs_logo_single--inner {
    background:var(--bs-white);
    padding:30px 20px;
    border-radius:5px;
}
.logo-sec .gs_logo_single img {
    height:90px;
    object-fit:contain;
    transition:1s;
}
.logo-sec .gs_logo_single {
    padding:0 5px;
}
.logo-sec .gs_logo_single img {
    width: auto;
    transition: 0.4s;
}
.logo-sec .gs_logo_single:hover img {
    transform: scale(1.1);
}
.logo-sec .swiper-button-prev, .logo-sec .swiper-button-next {
    background: var(--theme-color1) !important;
    opacity: 1 !important;
    border-radius: 2px !important;
    padding: 10px !important;
    width: 40px !important;
    height: 40px !important;
    bottom: -20px !important;
	visibility:visible !important;
}
.logo-sec .swiper-button-prev svg, .logo-sec .swiper-button-next svg {
    fill: #fff !important;
    width: 14px;
}
.logo-sec .swiper-button-prev:hover, .logo-sec .swiper-button-next:hover {
    background: var(--theme-color2) !important;
}
.carpet-sec .et_pb_gallery_image img{
    height:600px;
    object-fit:cover;
}
.carpet-sec .et_pb_module.et_pb_gallery.carpet-gallery{
    position:relative;
    overflow:visible;
    max-width:90%;
    margin:auto;
}
.carpet-sec .et_pb_module.et_pb_gallery.carpet-gallery:before {
    content: '';
    width: 90%;
    height: 100%;
    background: url(/wp-content/uploads/2024/08/image-42.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: -1;
    top: 10%;
    left: -50px;
    animation: veritcal2 3s alternate infinite;
}
.carpet-sec .et_pb_module.et_pb_gallery.carpet-gallery:after {
    content: '';
    width: 35%;
    height: 35%;
    background: url(/wp-content/uploads/2024/08/Background-25.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: -1;
    top: -30px;
    right: -30px;
    animation: veritcal2 3s alternate infinite;
    visibility:visible;
}

.carpet-sec .et-pb-controllers {
    display:none;
}
.carpet-sec .et_pb_gallery_items.et_post_gallery{
    position:relative;
}
.carpet-sec .et_pb_gallery_items.et_post_gallery:before{
    position:absolute;
    content:'';
     background-color:var(--bs-black);
    width:6px;
    height:320px;
    left:-30px;;
    bottom:0;
}
.carpet-sec .et_pb_gallery_item:after {
       position:absolute;
    content:'';
    background-color:var(--bs-black);
    width:320px;
    height:6px;
    left:0px;;
    bottom:-30px;
}

.carpet-sec .et-pb-slider-arrows a{
    width:50px;
    height:50px;
    background-color:white;
    border-radius:50%;
}
.carpet-sec .et-pb-slider-arrows a:before{
    font-size:35px;
    position:absolute;
    inset:0;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    color:var(--theme-color1);
}
.carpet-sec .et-pb-slider-arrows a:hover{
    background-color:var(--theme-color1);
}
.carpet-sec .et-pb-slider-arrows a:hover:before{
    color:var(--bs-white);
}
.wood-sec  .et_pb_gallery_items.et_post_gallery img {
    height:600px;
    object-fit:cover;
}
.wood-sec .et-pb-controllers {
    display:none;
}
.wood-sec .et_pb_module.et_pb_gallery.et_pb_slider {
    max-width:90%;
    margin:auto;
    overflow:visible;
}
.wood-sec .et-pb-slider-arrows a{
    width:50px;
    height:50px;
    background-color:white;
    border-radius:50%;
}
.wood-sec.et-pb-slider-arrows a:before{
    font-size:35px;
    position:absolute;
    inset:0;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    color:var(--theme-color1);
}
.wood-sec .et-pb-slider-arrows a:hover{
    background-color:var(--theme-color1);
}
.wood-sec .et-pb-slider-arrows a:hover:before{
    color:var(--bs-white);
}
.wood-sec  .et_pb_gallery_items.et_post_gallery {
    position:relative;
}
.wood-sec  .et_pb_gallery_items.et_post_gallery:before {
    content: '';
    border: 8px solid var(--theme-color2);
    width: 86%;
    height: 95%;
    display: block;
    position: absolute;
    z-index: -1;
    top: -30px;
    left: -30px;
}
.wood-sec  .et_pb_gallery_image:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2024/08/image-41.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    z-index: -1;
    top: 7%;
    right: -7%;
    left: auto;
    background-size: contain;
    background-position:right;
}
 .lvt-sec .et_pb_gallery_items.et_post_gallery img {
    height:600px;
    object-fit:cover;
}
 .lvt-sec .et-pb-controllers {
    display:none;
}
 .lvt-sec .et_pb_module.et_pb_gallery.et_pb_slider {
    max-width:90%;
    margin:auto;
    overflow:visible;
     position:relative;
}
 .lvt-sec .et_pb_module.et_pb_gallery.et_pb_slider:before {
    content: '';
    width: 88%;
    height: 54%;
    background: var(--theme-color2);
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -40px;
    left: -30px;
    border-radius: 0px 100% 0px 0px;
}
.lvt-sec .et_pb_gallery_image:after {
    content: '';
    width: 6px;
    height: 260px;
    background: var(--theme-color2);
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: -30px;
}
.lvt-sec .et-pb-slider-arrows a{
    width:50px;
    height:50px;
    background-color:white;
    border-radius:50%;
}
.lvt-sec .et-pb-slider-arrows a:before{
    font-size:35px;
    position:absolute;
    inset:0;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    color:var(--theme-color1);
}
.lvt-sec .et-pb-slider-arrows a:hover{
    background-color:var(--theme-color1);
}
.lvt-sec .et-pb-slider-arrows a:hover:before{
    color:var(--bs-white);
}

/*---Flooring-page-Css-End---*/
/**-- Contact Us Page Starts--**/
.contact-form-sec .imgae-2{
    position: absolute;
    top: 60px;
    animation: updown 2s linear infinite;
}
@keyframes updown {
	50% {
		transform: translateY(-10px);
	}
}
.contact-form-sec form.wpcf7-form input.wpcf7-form-control.wpcf7-text, .contact-form-sec form.wpcf7-form textarea {
    background-color: #ffffff00;
    padding: 15px;
    border: 1px solid var(--theme-color2);
    opacity: 1;
    color: #000000;
    margin-bottom: 10px;
    width: 100%;
    font-size:15px;
}
.contact-form-sec .imgae-1 span.et_pb_image_wrap:before {
    content: '';
    background: var(--theme-color2);
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -5px;
    width: 30px;
    height: 160px;
    left: -56px;
    animation: updown 2s linear infinite;
}
.contact-detail-row .et_pb_column:hover .et_pb_blurb_container, .contact-detail-row .et_pb_column:hover .et_pb_blurb_container h4, .contact-detail-row .et_pb_column:hover span.et_pb_image_wrap span {
    color: #fff !important;
}
.wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: center;
    background: var(--bs-white);
}
.testimonial-row:before {
    content: '';
    background: #5f747d96;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/**-- Contact Us Page Ends--**/

/*******  | FOOTER CODE |  *******/
.footer-menu-col .fwidget {
    width: 100%!important;
    margin-bottom: 0px!important;
    text-align:center ;
}
.footer-menu-col .fwidget ul li {
    display: inline;
    padding: 0px 10px;
}
.main-footer-sec .et_pb_column.footer-social-icon.et-last-child {
    width: 15% !important;
}

.main-footer-sec .et_pb_column.footer-menu-col{
    width: 60% !important;
}
.main-footer-sec  .et_pb_column.footer-logo-col {
    width: 25% !important;
}

/*******  | MEDIA QUERY CODE |  *******/
@media only screen and (min-width:982px) and (max-width: 1140px){
.dd-fixed-header.main-header .et_pb_row {
    width: 100%;
    max-width: 95%;
}
.home-slider-sec .et_pb_slider_container_inner .et_pb_slide_content h1 {
    font-size: 80px;
}
.home-slider-sec .et_pb_slide_image:before {
    width: 340px;
    height: 340px;
}
.dd-fixed-header.main-header  .et_pb_image_0_tb_header .et_pb_image_wrap img {
    height: 40px;
    width: auto;
}
}
@media only screen and (min-width:1024px) and (max-width: 1500px) {

/* .home-slider-sec .et_pb_slide_image:before {
    width: 76%;
    left: 52px;
    padding: 20px;
    top: -30px;
    background-size: cover;
} */
/* .home-slider-sec .et_pb_slide_image:after {
    width: 76%;
    top: -44px;
    left: 40px;
    padding: 30px;
} */
.home-slider-sec .et_pb_slider .et_pb_slide_description {
    padding: 128px 40px 0px 0px;
}
.home-key-points .key-selling-row .et_pb_main_blurb_image {
    margin-right: 16px !important;
}
.home-key-points .key-selling-row h4.et_pb_module_header {
    font-size: 19px;
}
.home-slider-sec .et_pb_slider_container_inner .et_pb_slide_content h1 {
    font-size: 72px;
}
.home-key-points:after {
    left: 7%;
}
.home-team-sec:after {
    right: 7%;
}
}
@media screen and (max-width:980px){
.home-slider-sec .et_pb_slide_image {
	top: 0% !important;
	position: relative;
	left: 50%;
	transform: translateX(-50%) !important;
	width: 100%;
	margin-top: 0 !important;
}
.main-header.dd-fixed-header.et_pb_sticky_module {
    position:relative !important;
}

.home-slider-sec .et_pb_slide_image img{
    height: 400px;
    margin: 0 auto;
}
/* .home-slider-sec .et_pb_slide_image:before{
    height: 84%;
    top: 8px;
    width: 48%;
    background-size: cover;
    right: 48px;
} */
/* .home-slider-sec .et_pb_slide_image:after {
    width: 48%;
    height: 83%;
    top: 0px;
    left: 234px;
    padding: 50px;
} */
  .home-slider-sec .et_pb_slider .et_pb_slide_description {
	  text-align: center !important;
	  width: 100% !important;
	  padding-top: 30px !important;
	  padding-right: 0px !important;
	  padding-bottom: 50px;
 }
.home-slider-sec .et_pb_slider_container_inner .et_pb_slide_content h1 {
    font-size: 52px;
}
.home-slider-sec .et_pb_slider .et-pb-arrow-next {
    left: 50%;
}
.home-slider-sec .et_pb_slider .et-pb-arrow-prev {
    left: 42%;
}
.home-slider-sec .et-pb-slider-arrows {
    bottom: 30px;
}
.home-key-points .key-selling-row .et_pb_column {
    margin: 10px 10px;
    width: 48% !important;
}
.main-footer-sec .et_pb_column.footer-social-icon.et-last-child ul.et_pb_module {
    text-align: center;
}
.main-footer-sec .et_pb_column.footer-logo-col .et_pb_module.et_pb_image {
    text-align: center;
}
.main-footer-sec  .et_pb_column.footer-logo-col, .main-footer-sec .et_pb_column.footer-menu-col, .main-footer-sec .et_pb_column.footer-social-icon.et-last-child {
    width: 100% !important;
}
.home-slider-sec .et_pb_slider .et_pb_slide_description h1.et_pb_slide_title {
    margin: 0px auto 12px;
}
header .et_pb_blurb_content {
/*     background: #fff; */
    padding: 14px 16px;
    font-size: 30px !important;
}
.home-slider-sec .et_pb_slide_image:before, .home-slider-sec .et_pb_slide_image:after{
	display:none;
}
/* header .mobile_nav.closed ul#mobile_menu2 li a {
    font-size: 24px;
    color: #000;
    padding: 16px;
} */
header .et_pb_button_module_wrapper a.et_pb_button {
    width: fit-content !important;
    margin: 0 auto !important;
}
.home-flooring-sec .slick-track .dtq-carousel-item img {
    height: 420px;
    min-height: 420px;
}
.carpet-sec span.et_pb_image_wrap:after {
    width: 30%;
}
.carpet-sec span.et_pb_image_wrap:before {
    width: 70%;
    height: 70%;
}
.wood-sec .et_pb_module.et_pb_image:before {
    top: 0;
}
.lvt-sec span.et_pb_image_wrap:before {
    bottom: -60px;
}
.wood-sec .et_pb_module.et_pb_image:after {
    width: 87%;
    height: 96%;
    top: 11%;
}
.lvt-sec::before {
    width: 100%;
}
.home-team-sec{
    background-color:#63787d;
    background-image:none;
}
.home-team-sec:before,
.home-team-sec:after{
    display:none;
}
.home-key-points:before,
.home-key-points:after{
   display:none;
}
.logo-sec .swiper-button-prev {
    left:-15px;
}
.logo-sec .swiper-button-next {
    right:-15px;
}
}

@media screen and (max-width:767px){
		.team-text-col .flooring-logo {
    margin-left:0px;
    margin-top: 0px;
}
.team-image-col span.et_pb_image_wrap img{
    height:350px;
}
	.team-image-col span.et_pb_image_wrap,
	.team-image-col span.et_pb_image_wrap img{
		width:100%;
	}
/* 	header .et_pb_module.et_pb_image {
    padding: 25px 25px;
} */
.home-slider-sec .et_pb_slide_image img {
     margin-left: 0px;
     object-fit: contain;
     height: auto;
}
.home-slider-sec .et_pb_slider .et-pb-controllers {
    left: 5px;
}
.home-slider-sec .et_pb_slider_container_inner .et_pb_slide_content h1 {
    font-size: 36px;
}
.home-slider-sec .et-pb-slider-arrows {
        bottom: 50px;
}
.home-slider-sec .et-pb-slider-arrows a:before{
    font-size:40px;
}
.home-slider-sec .et_pb_slider .et-pb-arrow-next {
    left: 52%;
}
.home-slider-sec .et_pb_slider .et-pb-arrow-prev {
    left: 36%;
}
.home-about-sec .about-col1 .image2:before {
    display:none;
}
.home-key-points .key-selling-row .et_pb_column {
    margin: 10px 10px !important;
    width: 100%;
}
.home-key-points .key-selling-row .et_pb_column {
    margin: 10px 10px !important;
    width: 100% !important;
}
.contact-form-sec form.wpcf7-form input.wpcf7-form-control.wpcf7-text, .contact-form-sec form.wpcf7-form textarea {
    margin-bottom: 0px;
}
.recaptcha iframe {
	  transform: scale(0.77);
	  -webkit-transform: scale(0.77);
	  transform-origin: 0 0;
	  -webkit-transform-origin: 0 0;
	}
.contact-form-sec .imgae-1 span.et_pb_image_wrap:before {
    width: 26px;
    height: 100px;
}
.home-about-sec .about-col1 .image3-logo {
    left: 16%;
    width: 170px;
    height: 170px;
}
.home-flooring-sec .slick-track .dtq-carousel-item img {
    height: 350px;
    min-height: 350px;
}
.home-flooring-sec .slick-track .dtq-carousel-item .content-inner {
    opacity: 1;
    bottom: 30px !important;
}
.home-about-sec .about-col1 .image1:before {
    width: 30%;
}
.home-flooring-sec .slick-track figure.dtq-figure:before {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: none;
    opacity: 1 !important;
    width: 100%;
    height: 100%;
	background: #0d2c7770;
}
.carpet-sec span.et_pb_image_wrap:before {
    width: 80%;
    height: 80%;
    left: -30px;
}
.carpet-sec .et_pb_module.et_pb_image:before, .carpet-sec .et_pb_module.et_pb_image:after {
    height: 250px;
    left: 0px;
}
.carpet-sec .et_pb_module.et_pb_image:after {
    bottom: -25px;
    height: 6px;
    width: 250px;
    left: 20px;
}
.lvt-sec .et_pb_module.et_pb_image:after {
    bottom: -20px;
    height: 6px;
    width: 250px;
    right: 20px;
}
.lvt-sec span.et_pb_image_wrap:before {
    bottom: -40px;
    left: -20px;
}
.logo-sec .gs_logo_single {
    height: 170px;
}

.home-testimonial-sec .wpmtst-testimonial-inner.testimonial-inner p{
	padding-top:50px !important;
}
.home-testimonial-sec .wpmtst-testimonial-inner.testimonial-inner p:before{
	width: 50px;
	height: 50px;
}
.home-testimonial-sec .wpmslider-controls a {
    width: 40px !important;
    height: 40px !important;
}
.home-testimonial-sec .wpmslider-controls a:before {
    width: 15px !important;
    height: 15px !important;
}
.carpet-sec .et_pb_gallery_image img {
    height: 350px;
    object-fit: cover;
}
.wood-sec  .et_pb_gallery_items.et_post_gallery img {
    height: 350px;
    object-fit: cover;
}
.lvt-sec .et_pb_gallery_items.et_post_gallery img {
    height: 350px;
    object-fit: cover;
}	
.carpet-sec .et-pb-slider-arrows a{
    opacity:1;
    width:35px;
    height:35px;
}
.carpet-sec .et-pb-slider-arrows a:before{
    font-size:35px;
}	
.lvt-sec .et-pb-slider-arrows a{
    opacity:1;
    width:35px;
    height:35px;
}
.lvt-sec .et-pb-slider-arrows a:before{
    font-size:35px;
}
.wood-sec .et-pb-slider-arrows a{
    opacity:1;
    width:35px;
    height:35px;
}
.wood-sec .et-pb-slider-arrows a:before{
    font-size:35px;
}	
.carpet-sec .et_pb_gallery_item:after {
    width: 90%;
}
.carpet-sec .et_pb_gallery_items.et_post_gallery:before{
    height:60%;
}
.carpet-sec .et_pb_gallery_image img {
    height: 350px;
}
.carpet-sec .et-pb-slider-arrows a{
    opacity:1;
    width:35px;
    height:35px;
}
.carpet-sec .et-pb-slider-arrows a:before{
    font-size:25px;
}
.carpet-sec .et_pb_module.et_pb_gallery.carpet-gallery {
    max-width: 80%;
}

.wood-sec .et_pb_module.et_pb_gallery.et_pb_slider {
    max-width: 80%;
}
.wood-sec .et_pb_slider .et-pb-arrow-prev,
.carpet-sec .et_pb_slider .et-pb-arrow-prev,
.lvt-sec .et_pb_slider .et-pb-arrow-prev{
    left:10px !important;
}
.wood-sec .et_pb_slider .et-pb-arrow-next,
.carpet-sec .et_pb_slider .et-pb-arrow-next,
.lvt-sec .et_pb_slider .et-pb-arrow-next{
    right:10px !important;
}
.lvt-sec .et_pb_gallery_image:after {
    right: -20px;
}
footer .et_pb_widget_area ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.home-testimonial-sec .strong-view.controls-type-sides-outside{
    padding:0 10px;
}
}
