@-webkit-keyframes sliderBack {
    0%,
    to {
        background-position-y: 100%
    }
    50% {
        background-position-y: 0
    }
}

@keyframes sliderBack {
    0%,
    to {
        background-position-y: 100%
    }
    50% {
        background-position-y: 0
    }
}

.slider {
    color: #fff;
    position: relative
}

@media (min-width:1200px) {
    .slider {
        margin-top: 102px
    }
}

.slider:hover .arrow img {
    opacity: .6
}

/* home slider */

.slider:hover .arrow img {
    opacity: .6
}


/* home slider */

.slide {
    display: none;
    padding: 50px 0 75px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media (min-width:480px) {
    .slide {
        padding: 50px 0
    }
}

@media (min-width:1200px) {
    .slide {
        padding: 200px 0 52px;
        /* padding: 100px 0 52px */
    }
}
@media (min-width:321px) {
    .slide--01 {
        background-image: url(../img/slider/banner-1-480.png)
    }
     .slide--02  {
        background-image: url(../img/slider/banner-2-480.png)
    }
     .slide--03  {
        background-image: url(../img/slider/banner-3-480.png)
    }
}

@media (min-width:768px) {
    .slide {
        background-image: url(../img/slider/banner-1.png);
        -webkit-animation: sliderBack 180s 1;
        animation: sliderBack 180s 1
    }
}

@media (min-width:1024px) {
    .slide {
        background-image: url(../img/slider/banner-1.png)
    }
}

/* @media (min-width:1200px) {
    .slide {
        background-image: url(../img/slider/banner-1.png)
    }
} */

@media (min-width:1440px) {
    .slide {
        background-attachment: fixed
    }
}

.slide__shadow {
    padding: 65px 0 0;
    background-color: transparent
}

@media (min-width:375px) {
    .slide__shadow {
        padding: 65px 0 0
    }
}

@media (min-width:480px) {
    .slide__shadow {
        padding: 0px;
        /* padding: 210px 0 40px; */
        background-color: transparent
    }
}

@media (min-width:1440px) {
    .slide__shadow {
        padding: 65px 20px
    }
}

@media (min-width:1920px) {
    .slide__shadow {
        padding: 360px 0 60px
    }
}

@media (min-width:2048px) {
    .slide__shadow {
        padding: 410px 0 50px
    }
}

@media (min-width:2560px) {
    .slide__shadow {
        padding: 450px 0 60px
    }
}
.slide--02 {
    background-image: url(../img/slider/banner-2.png);
    background-position: center
}

@media (min-width:321px) {
    .slide--02 {
        background-image: url(../img/slider/banner-2.png)
    }
}

@media (min-width:480px) {
    .slide--02 {
        background-image: url(../img/slider/banner-2.png)
    }
}

@media (min-width:768px) {
    .slide--02 {
        background-image: url(../img/slider/banner-2.png)
    }
}

@media (min-width:1024px) {
    .slide--02 {
        background-image: url(../img/slider/banner-2.png)
    }
}

@media (min-width:1200px) {
    .slide--02 {
        background-image: url(../img/slider/banner-2.png)
    }
}

.slide--01 {
    background-image: url(../img/slider/banner-1.png);
    background-position: center
}

@media (min-width:321px) {
    .slide--01 {
        background-image: url(../img/slider/banner-1.png)
    }
}

@media (min-width:480px) {
    .slide--01 {
        background-image: url(../img/slider/banner-1.png)
    }
    .slider__heading{
        font-size: 16px !important;
    }

}

@media (min-width:768px) {
    .slide--01 {
        background-image: url(../img/slider/banner-1.png)
    }
}

@media (min-width:1024px) {
    .slide--01 {
        background-image: url(../img/slider/banner-1.png)
    }
}

@media (min-width:1200px) {
    .slide--01 {
        background-image: url(../img/slider/banner-1.png)
    }
}

/* Commercial banner slider */
.slide--03 {
    background-image: url(../img/slider/banner-3.png);
    background-position: center
}

@media (min-width:321px) {
    .slide--03 {
        background-image: url(../img/slider/banner-3.png)
    }
}

@media (min-width:480px) {
    .slide--03 {
        background-image: url(../img/slider/banner-3.png)
    }
}

@media (min-width:768px) {
    .slide--03 {
        background-image: url(../img/slider/banner-3.png)
    }
}

@media (min-width:1024px) {
    .slide--03 {
        background-image: url(../img/slider/banner-3.png)
    }
}

@media (min-width:1200px) {
    .slide--03 {
        background-image: url(../img/slider/banner-3.png)
    }
}

.slide--04 {
    background-image: url(../img/slider/sheetrock_finishing.png);
    background-position: center
}

@media (min-width:321px) {
    .slide--04 {
        background-image: url(../img/slider/sheetrock_finishing.png)
    }
}

@media (min-width:480px) {
    .slide--04 {
        background-image: url(../img/slider/sheetrock_finishing.png)
    }
    .slider__heading{
        font-size: 16px !important;
    }

}

@media (min-width:768px) {
    .slide--04 {
        background-image: url(../img/slider/sheetrock_finishing.png)
    }
}

@media (min-width:1024px) {
    .slide--04 {
        background-image: url(../img/slider/sheetrock_finishing.png)
    }
}

@media (min-width:1200px) {
    .slide--04 {
        background-image: url(../img/slider/sheetrock_finishing.png)
    }
}


.slide--active {
    display: block
}

.arrow {
    display: none;
    position: absolute;
    cursor: pointer
}

.arrow img {
    height: 40px;
    opacity: .2;
    -webkit-transition: all 1s;
    transition: all 1s
}

.arrow--left img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width:768px) {
    .arrow {
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.arrow--left {
    left: 1%
}

.arrow--right {
    right: 1%
}

.slider__heading {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin: 0 auto 20px;
    text-shadow: 0 0 10px #000;
    padding: 12px;
    background: rgba(0, 0, 0, 0.5);
}

@media (min-width:480px) {
    .slider__heading {
        font-size: 26px
    }
   
}

@media (min-width:320px)  {
    .btn--prim {
        padding: 12px 17px 11px;
    } 
    .slider__heading {
        font-size: 18px;
    }
    .slide {
        padding: 125px 0 24px;
    }
    .commslide {
        padding: 125px 0 24px;
    }
}

@media only screen and (max-width: 480px) {
    .header__icons {
        display: none !important;
    }
}

.header__icons {
    display: block;
}

.header__menu li {
    position: relative;
}

.submenu {
    display: none;
    position: absolute;
    background: white;
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 200px; /* Set long width */
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
}

.header__menu li:hover .submenu {
    display: block;
}

.submenu li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #ddd; /* underline each item */
}

.submenu li:last-child a {
    border-bottom: none; /* remove underline from last item */
}

.submenu li a:hover {
    background-color: #f5f5f5;
}

.submenu {
    display: none;
    position: absolute;
    background: white;
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 200px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    z-index: 1000;
    text-align: left;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .submenu {
        position: static; /* So it flows in the document, not absolutely positioned */
        min-width: 100%;
        box-shadow: none;
        border: none;
    }

    .submenu li {
        border-bottom: 1px solid #eee;
    }
}


@media (min-width:768px) {
    .slider__heading {
        margin: 0 0 20px;
        font-size: 40px;
        line-height: 44px;
        text-align: left;
        width: 90%
    }
    .header__icons {
        display: none !important;
    }
}

@media (min-width:1024px) {
    .slider__heading {
        margin: 0 0 24px;
        font-size: 44px !important;
        line-height: 52px;
        /* margin-bottom: 120px; */
    }
    .header__icons {
        /* display: block !important; */
        display: flex !important;
         flex-wrap: wrap;     /* optional: allows wrapping on small screens */
        align-items: center; /* optional: vertically align images */
        gap: 21px;  
    }
}

.services__item p br,
.slider__heading .sod {
    display: none
}

@media (min-width:1200px) {
    .slider__heading .sod {
        display: initial
    }
}

.slider__text {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    max-width: 960px;
    font-weight: 700;
    text-shadow: 0 0 10px #f28400cc;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;

}

@media (min-width:768px) {
    .slider__text {
        font-size: 25px;
        font-weight: 700;
    }
}

/* @media (min-width:1024px) {
    .slider__text {
        margin-bottom: 80px
    }
} */

.slider__btns {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .slider__btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 260px;
        margin: 0
    }
}

.services {
    padding: 60px 0;
    /* background-color: #f28400cc; */
}

/* @media (min-width:768px) {
    .services {
        padding: 100px 0 0;
        background-color: #fff;
        position: relative
    }
    .services::after,
    .services::before {
        content: "";
        position: absolute;
        height: 500px;
        top: 0
    }
    .services::before {
        width: 100%;
        left: 0;
        background-color: #f28400cc;
    }
} */

.services__item h3,
.services__title {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif
}

.services__title {
    font-weight: 400;
    font-size: 44px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2
}

@media (min-width:768px) {
    .services__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.features .container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/* .services__item {
    padding: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    background-color: #fff;
    z-index: 2
} */

.services__item h3 {
    font-size: 24px;
    margin-bottom: 12px
}

.services__item h3 a {
    color: #000
}

.services__item p {
    color: #666
}

@media (min-width:1200px) {
    .services__item p br {
        display: initial
    }
}

.services__item:hover::before {
    background-size: 110%
}



.services__video {
    padding-top: 20px
}

/* .services__border {
    z-index: 2;
    padding: 140px 20px 40px;
    border: 1px solid #D59A0A ;
    position: relative
} */

/* @media (min-width:768px) {
    .services__border {
        padding: 40px 20px
    }
}

@media (min-width:1024px) {
    .services__border {
        padding: 140px 20px 40px
    }
} */

/* .services__icon {
    background-color:transparent ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin: 0 auto 24px
}

.services__icon img {
    height: 50px
} */

.about__title {
    text-transform: uppercase;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: center;
}

.about__wrap {
    padding-bottom: 40px
}

.features__icon img {
    height: 60px;
    position: relative;
}


@media (min-width: 1200px) {
    .features__item {
        max-width: 350px;
    }
}
.features__item {
    margin-top: 40px;
    position: relative;
    padding-top: 20px;
}

.features__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width:768px) {
    .about__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1200px) {
    .about__wrap {
        padding-bottom: 0
    }
}

@media (min-width:768px) {
    .about__txt {
        /* margin-right: 80px; */
        margin-left: 70px;

    }
}

.about__txt p {
    margin-bottom: 40px
}

.about__txt a.btn {
    display: inline-block
}

.about__img {
    position: relative;
    /* margin-top: 40px; */
    text-align: justify;
    padding: 40px 20px;

}

/* .about__img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border-top: 15px solid #f28400cc ;
    border-left: 15px solid #f28400cc ;
    top: -15px;
    left: -15px
} */

@media (min-width:768px) {
    /* .about__img::before {
        border-top: 30px solid #f28400cc ;
        border-left: 30px solid #f28400cc ;
        top: -30px;
        left: -30px
    } */
    .about__img {
        margin-top: 0;
        min-width: 290px;
        padding: 20px;
    }
}

@media (min-width:1024px) {
    .about__img {
        min-width: 490px
    }
}

@media (min-width:1200px) {
    .about__img {
        min-width: 450px; /*650px*/
    }
}

.features {
    position: relative;
    background-color: #f5f5f5;
    padding: 0 0 40px
}

@media (min-width:768px) {
    .features {
        padding: 40px 0
    }
    
}

.features .container {
    padding-top: 40px
}



.testimonials {
    padding: 60px 0
}

.testimonials__title {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-size: 36px;
    margin-bottom: 24px;
    text-transform: uppercase
}

.testimonials__item {
    margin-bottom: 24px
}

.testimonials__text {
    border-left: 15px solid #f28400cc ;
    padding-left: 20px;
    margin-bottom: 12px
}

@media (min-width:1024px) {
    .testimonials__text {
        margin-bottom: 0;
        border-left: 30px solid #f28400cc;
    }
}

.testimonials__author {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1;
    text-align: right
}

.quote-section {
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  margin: 30px 0;
background: linear-gradient(135deg, #005a9e, #008cf0, #00ffe0);}

.quote-container {
  max-width: 700px;
  margin: 0 auto;
}
.quote-section h2 {
  font-size: 1.8rem;
  margin-bottom: 16px;
  color: #fff;
  border: 2px solid #f28400cc;
    background-color: #f28400cc;
}

.quote-section p {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #fff;
}

.quote-section .btn {
  display: inline-block;
  background-color: #f28400cc;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 20px;
  font-weight: bold;
} 

.contacts {
    padding: 20px 0;
    border-top: 3px solid #f28400;
    border-bottom: 3px solid #f28400
}

.contacts .container,
.contacts__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contacts .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1024px) {
    .contacts .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.contacts__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

@media (min-width:1024px) {
    .contacts__block {
        margin-bottom: 0;
        margin-right: 30px;
        width: auto
    }
}

.contacts__block img {
    height: 50px
}

.contacts__line {
    color: #111;
    font-size: 18px;
    width: 195px
}

@media (min-width:480px) {
    .contacts__line {
        font-size: 20px;
        letter-spacing: .5px;
        width: 227px
    }
}

@media (min-width:1024px) {
    .contacts__line {
        font-size: 22px;
        width: auto
    }
}

.contacts__txt {
    margin-left: 20px
}

.contacts__txt-title {
    font-weight: 700;
    color: #777;
    font-size: 22px;
    letter-spacing: .5px
}

.contacts__phone-link {
    font-size: 22px;
    font-weight: 700;
    color: #b10c3c
}

.contacts__line, .contacts__txt a{
        font-size: 18px;
        color:#333;
 }

/* === HEADING STYLE #2 === */
.two h2 {
  text-transform: capitalize;
}

.two .alt-two{
    padding-bottom: 20px;
}
.two h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #fcce6a;
}

.two h2 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 3em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}
.alt-two h2 {
  text-align:center;
  font-size: 54px;
  padding-bottom: 20px;
}
.alt-two h2:before {
  left:50%; margin-left:-30px;
}
/* .alt-two h2:after {
    padding-bottom:30px;
} */
.right-section-home p{
    text-align: justify;
}
h2 {
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h2 span {
  display: block;
  font-size: 0.5em;
}


.section-block {
  margin-bottom: 40px;
}

.icon-title {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}

.icon-title .icon {
  flex-shrink: 0;
  margin-top: 4px;
}

.icon-title h2 {
  font-size: 1.3rem;
  font-weight: 600;
 background: linear-gradient(90deg, #dfa72e 0, #fcce6a 58%, rgba(251, 214, 134, .9136904761904762) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: bold;
  margin: 0;
}

.section-block p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
