/*
Theme Name: Fm Electric 
Theme URI: #
Author: Sk
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
html, body{
    overflow-x: hidden;
}
.section-title{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #e52828;
}

.section-heading{
    /* font-size: 40px; */
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}
@media screen and (min-width:991px){
    .section-heading{
        font-size: 40px;
    }
}
/*------------------------------------*
	preloader
*------------------------------------*/

#preloader {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999999999999999;
    background-color: #e52828;
}
/* Normal Usage */
.spinner:before {
    transform: rotateX(60deg) rotateY(45deg) rotateZ(45deg);
    animation: 750ms rotateBefore infinite linear reverse;
}

.spinner:after {
    transform: rotateX(240deg) rotateY(45deg) rotateZ(45deg);
    animation: 750ms rotateAfter infinite linear;
}

.spinner:before,
.spinner:after {
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    margin-top: -5em;
    margin-left: -5em;
    width: 10em;
    height: 10em;
    transform-style: preserve-3d;
    transform-origin: 50%;
    transform: rotateY(50%);
    perspective-origin: 50% 50%;
    perspective: 340px;
    background-size: 10em 10em;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI2NnB4IiBoZWlnaHQ9IjI5N3B4IiB2aWV3Qm94PSIwIDAgMjY2IDI5NyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8dGl0bGU+c3Bpbm5lcjwvdGl0bGU+CiAgICA8ZGVzY3JpcHRpb24+Q3JlYXRlZCB3aXRoIFNrZXRjaCAoaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoKTwvZGVzY3JpcHRpb24+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8cGF0aCBkPSJNMTcxLjUwNzgxMywzLjI1MDAwMDM4IEMyMjYuMjA4MTgzLDEyLjg1NzcxMTEgMjk3LjExMjcyMiw3MS40OTEyODIzIDI1MC44OTU1OTksMTA4LjQxMDE1NSBDMjE2LjU4MjAyNCwxMzUuODIwMzEgMTg2LjUyODQwNSw5Ny4wNjI0OTY0IDE1Ni44MDA3NzQsODUuNzczNDM0NiBDMTI3LjA3MzE0Myw3NC40ODQzNzIxIDc2Ljg4ODQ2MzIsODQuMjE2MTQ2MiA2MC4xMjg5MDY1LDEwOC40MTAxNTMgQy0xNS45ODA0Njg1LDIxOC4yODEyNDcgMTQ1LjI3NzM0NCwyOTYuNjY3OTY4IDE0NS4yNzczNDQsMjk2LjY2Nzk2OCBDMTQ1LjI3NzM0NCwyOTYuNjY3OTY4IC0yNS40NDkyMTg3LDI1Ny4yNDIxOTggMy4zOTg0Mzc1LDEwOC40MTAxNTUgQzE2LjMwNzA2NjEsNDEuODExNDE3NCA4NC43Mjc1ODI5LC0xMS45OTIyOTg1IDE3MS41MDc4MTMsMy4yNTAwMDAzOCBaIiBpZD0iUGF0aC0xIiBmaWxsPSIjMDAwMDAwIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==);
}

/* sitNSpin.less */
@keyframes rotateBefore {
    from {
        transform: rotateX(60deg) rotateY(45deg) rotateZ(0deg);
    }

    to {
        transform: rotateX(60deg) rotateY(45deg) rotateZ(-360deg);
    }
}

@keyframes rotateAfter {
    from {
        transform: rotateX(240deg) rotateY(45deg) rotateZ(0deg);
    }

    to {
        transform: rotateX(240deg) rotateY(45deg) rotateZ(360deg);
    }
}
/*------------------------------------*
	Header section
*------------------------------------*/

header .navbar{
    background: #000;
}
header .navbar .nav-item .nav-link {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    /*padding: 0 15px;
    */transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
header .navbar .nav-item .nav-link:hover, header .navbar .nav-item .nav-link.active{
color: #e52828;
}
@media screen and (min-width:991px){
    header .navbar .nav-item .nav-link{
        padding: 0 15px;
    }
}
header .navbar .appointment-btn button {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 0.7em 2em;
    border: 3px solid #e52828;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: e52828;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
    background: #e52828;
}

header .navbar .appointment-btn button:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #000;
    z-index: -1;
}

header .navbar .appointment-btn button:hover,
header .navbar .appointment-btn button:focus {
    color: #e52828;
}

header .navbar .appointment-btn button:hover:before,
header .navbar .appointment-btn button:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;

}

header .navbar .appointment-btn button:active {
    transform: scale(0.9);
}

/* hamburger */
.nav-icon {
    width: 25px;
    height: 25px;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #e52828 !important;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0px;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 8px;
}

.nav-icon span:nth-child(4) {
    top: 16px;
}

.nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

header .navbar button {
    outline: none;
    box-shadow: none !important;
}

header .navbar .navbar-toggler {
    border: none !important;
}

/* end of hamburger */
/*------------------------------------*
	Banner section
*------------------------------------*/
.banner-slider{
  
 
}
.banner-wrapper{

    overflow: hidden !important;
}
.banner-wrapper .banner-slider-1{
    background: url('images/banner.webp')no-repeat center/cover;
    height: calc(100vh - 106px);

    
}

.banner-wrapper .banner-slider-2{
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url('images/banner-2.webp')no-repeat center/cover;
    height: calc(100vh - 106px);


}
.banner-wrapper .banner-slider-3{
    background: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url('images/banner-3.webp')no-repeat center/cover;
    height: calc(100vh - 106px);
  

}
/*------------------------------------*
	Banner section
*------------------------------------*/
.banner-wrapper{
    position: relative;

} 
.banner{
    position: relative;
    
}
@media screen and (min-width:991px){
.banner .shape-1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 300px;
        height: 30px;
        background: #e52828;
        clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
        z-index: 9999;
    }

    .banner .shape-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 660px;
        height: 110px;
        background: #e52828;
        clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
        z-index: 9999;
    }

    .banner .shape-3 {
        position: absolute;
        top: 0;
        left: 0;
        width: 715px;
        background: #e52828;
        height: 150px;
        opacity: 0.7;
        clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
        z-index: 9999;
    }
        .banner .shape-4 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: #e52828;
            height: 30px;
            clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
            z-index: 9999;
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
        }
}


 .banner-wrapper .banner-slider-content{
    position: relative;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}


@media screen and (min-width:991px){
    .banner-wrapper .banner-slider-content {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
    
        }
}
.banner-wrapper .banner-slider-content h1{
    color: #fff;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    /* font-size: 60px; */
    font-weight: 700;
}
@media screen and (min-width:991px){
    .banner-wrapper .banner-slider-content h1{
        font-size: 60px;
    }
}
.banner-wrapper .banner-slider-content h1 span{
    color: #e52828;
}
.banner-wrapper .banner-slider-content p{
    color: #fff;
    font-size: 20px;
}
.banner-wrapper .slick-prev{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    width:60px;
    height: 60px;
    background: rgba(255,255,255,0.20);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.banner-wrapper .slick-prev:hover{
    background: #fff;
}
.banner-wrapper .slick-prev:before{
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="2em" height="2em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23e52828" d="m14 18l-6-6l6-6l1.4 1.4l-4.6 4.6l4.6 4.6Z"%2F%3E%3C%2Fsvg%3E')
   
}
.banner-wrapper .slick-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
}
.banner-wrapper .slick-next:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="2em" height="2em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23e52828" d="M9.4 18L8 16.6l4.6-4.6L8 7.4L9.4 6l6 6Z"%2F%3E%3C%2Fsvg%3E');
}
.banner-wrapper .slick-next:hover {
    background: #fff;
}
/*------------------------------------*
	About section
*------------------------------------*/
.about {
    background: #1b1b1b;
}

.about .about-img{
    position: relative;
    /* margin-bottom: 100px; */
}
@media screen and (min-width:991px){
    .about .about-img {
            /* position: relative; */
            margin-bottom: 100px;
        }
}
.about .about-img-years{
    position: absolute;
    padding: 10px;
    background: #e52828;
    color: #fff;
    bottom:0;
    
}
.about .about-img-years h2{
    /* font-size: 81px; */
    padding: 0;
    margin: 0;
    font-weight: 700;
    
}
@media screen and (min-width:991px){
    .about .about-img-years h2{
        font-size: 81px;
    }
        .about .about-img-years h5{
            font-size: 27px;
        }
                .about .about-img-years{
                    bottom: -90px;
                }
}
.about .about-img-years h5{
    /* font-size: 27px; */
    font-weight: 600px;
    text-transform: capitalize;
}
.about .about-content{
    color: #fff;
    
}
/* .about .about-content h5{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #e52828;
} */
/* .about .about-content h2{
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
} */
.about .about-content .about-content-text p{
    color: #b3b3b3;
    line-height:2;
}
.about .about-content-icon{
    background: red;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.about .about-content-icon img{
    width: 50px;
    height: 50px;
}
.about .about-content-icon-wrapper h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
/*------------------------------------*
	Services section
*------------------------------------*/
.services {
    background: url('images/services-bg.webp')no-repeat center/cover;
}

.services .nav-pills{
    background: #fff;
 
}

.services .nav-pills li button{
    color:#000 !important;
    border-radius: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
}
.services .nav-pills .nav-link{
    padding: 20px 40px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
   
}
.services .nav-pills .nav-item .nav-link.active{
    position: relative;
    background: #e52828;
    color: #fff !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.services .nav-pills .nav-item .nav-link.active:before{
       content: '';
       position: absolute;
       bottom:-9px;
       left: 50%;
       border-top: 20px solid #e52828;
       border-left: 20px solid #e52828;
       width: 0;
       transform: rotate(139deg);
       -webkit-transform: rotate(139deg);
       -moz-transform: rotate(139deg);
       -ms-transform: rotate(139deg);
       -o-transform: rotate(139deg);
}
.services .tab-content .tab-pane h3{
    color: #e52828;
    /* font-size: 28px; */
    font-weight: 600;
}
@media screen and (min-width:991px){
    .services .tab-content .tab-pane h3{
        font-size: 28px;
    }
}
.services .tab-content .tab-pane p{
    color: #fff;
}
.services .services-content-img{
    position: relative;
    overflow: hidden;
}
.services .services-content-img:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 80px;
    background: red;
    display:flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.services .services-content-img-wrapper:hover .services-content-img:before{
        content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 512 512"%3E%3Cpath fill="white" d="M439.6 0H204.9L55.4 256h149.5l-128 256l341.3-320H247.5z"%2F%3E%3C%2Fsvg%3E');
    width:100%;
    left: 0;
}
/* .services .services-content-icon{
    width: 80px;
    height: 80px;
    line-height:80px;
    background: #fff;
    border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
} */
.services .services-content-icon{

    width: 80px;
        height: 80px;
        padding: 20px;
        font-size: 40px; 
        line-height: 40px;
        text-align: center;
        background: #fff;
        color: red;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    
}
.services .services-content:hover .services-content-icon{
    color: #fff;
    background: #e52828;
    /* font-size: 40px; */
}


.services .services-content-text h4{
    /* font-size: 21px; */
    color: #e52828;
    text-transform: capitalize;
}
@media screen and (min-width:991px){
    .services .services-content-text h4{
        font-size: 21px;
    }
}
.services .commercial-content ul{
    padding-left: 0;
}
.services .commercial-content li{
    color: #fff;
    line-height:2.5;
}
.services .commercial-content li:before{
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"%3E%3Cpath fill="%23e52828" d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5L207 474a32 32 0 0 0-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"%2F%3E%3C%2Fsvg%3E');
    vertical-align: middle;
    padding-right: 6px;
}
.services .commercial-content-line{
    position: relative;
}

@media screen and (min-width:991px){
.services .commercial-content-line:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background: #6e6e6e;
        right: 0;
    }
}
/*------------------------------------*
	why choose us section
*------------------------------------*/
.why-choose-us{
    background: #1b1b1b;
}
.why-choose-us-content{
    background: #fff;
    padding: 20px;
    position: relative;
}
.why-choose-us .why-choose-us-content:before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #e52828;
    z-index: 1;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.why-choose-us .why-choose-us-content-wrapper:hover .why-choose-us-content:before{
height: 100%;
}
.why-choose-us .why-choose-us-content-wrapper:hover .why-choose-us-content-text{
    color: #fff;
}
.why-choose-us .why-choose-us-content-icon{
    position: relative;
    z-index: 2;
}
.why-choose-us-content-text h3{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    
}

/*------------------------------------*
	projects section
*------------------------------------*/
.projects .projects-slider-img{
    position: relative;
    overflow:hidden;
}
@media screen and (min-width: 991px){
	.projects .projects-slider-img img{
	width: 100%;
	height: 450px;
	object-fit: cover;
}
}

.projects .projects-slider-img:before{
    content: '';
    position: absolute;
    top:50%;
    left:50%;
    width:0;
    height:0;
    background:#e52828;
    opacity: 0.75;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.projects .projects-slider:hover .projects-slider-img:before{
    width:100%;
    left: 0;
    height: 100%;
    top: 0;
}
.projects .projects-slider-icon{
    position: absolute;
    display:none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  
}
.projects .projects-slider-icon svg{
transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.projects .projects-slider:hover .projects-slider-icon{
    display: block;
    transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
}
.projects .projects-slider-text{
    position:absolute;
    bottom: -150px;
    text-align: center;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;

}
.projects .projects-slider:hover .projects-slider-text{
    display: block;
    bottom:0;
}
.projects .projects-slider-text h3{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    background: #26282e;
    color: #fff;
    padding: 16px 32px;
}
.projects .projects-slider-text p{
    font-size: 16px;
    text-transform: capitalize;
        font-weight: 600;
        background: #26282e;
        color: #fff;
        padding: 7px 32px;
}

/*------------------------------------*
	Footer section
*------------------------------------*/
footer{
    background-color: #1b1b1b;
    background-image: url('images/footer-bg.webp');
    background-position: center center;
    background-repeat: no-repeat;
}
footer h3{
    /* font-size: 32px; */
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}
footer h5{
    color: #ef2828;
    padding: 10px 0;
}
@media screen and (min-width:991px){
    footer h3{
        font-size: 30px;
    }
}
footer h3:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width:35px;
    height: 2px;
    background:#fff;
}
footer h3:after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 35px;
        width: 35px;
        height: 2px;
        border-top: 2px dashed #fff;
}
footer p{
    color:#fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
footer p a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: all 0.5 ease-in-out;
    -webkit-transition: all 0.5 ease-in-out;
    -moz-transition: all 0.5 ease-in-out;
    -ms-transition: all 0.5 ease-in-out;
    -o-transition: all 0.5 ease-in-out;
}
footer a:hover{
    color: #e52828;
}
footer ul{
    padding-left: 0;
    line-height:2.5;
}
footer ul li:before{
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23e52828" d="M6.4 18L5 16.6L9.575 12L5 7.4L6.4 6l6 6Zm6.6 0l-1.4-1.4l4.575-4.6L11.6 7.4L13 6l6 6Z"%2F%3E%3C%2Fsvg%3E');
    vertical-align: middle;
}
footer ul li a{
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
footer .footer-bottom{
    background: #000;
}
footer .footer-bottom p{
    text-transform: capitalize;
}
footer iframe{
    border-radius: 10px;
}
/*------------------------------------*
	INNER PAGES section
*------------------------------------*/
.banner-section{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('images/banner-half-bg.webp')no-repeat fixed center/cover;
    height:60vh;
}
.banner-section h1{
    color: #fff;
}
.banner-section .breadcrumb li a, .banner-section .breadcrumb-item{
    color: #fff;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.banner-section .breadcrumb li a:hover,
.banner-section .breadcrumb-item:hover {
    color: #e52828;
}

/*------------------------------------*
	INNER PAGES Gallery section
*------------------------------------*/
.gallery .filter-button-group li {
    /*background: #cc32c5;
     */
    border: 2px solid #000;
    color: #000;
    padding: 8px 30px;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.gallery .filter-button-group li.active,
.gallery .filter-button-group li:hover {
    background: #e52828;
    color: #fff;
    border: 2px solid #e52828;
}



.gallery .gallery-img-wrapper {
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
@media screen and (min-width:991px){
	.gallery .gallery-img-wrapper img{
	width: 100%;
	height: 400px;
		object-fit: cover;
}
}

.gallery .gallery-img-wrapper .plus-sign {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.gallery .gallery-img-wrapper:hover .plus-sign {
    display: block;
}

.gallery .gallery-img-wrapper:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: #e52828;
    top: 50%;
    left: 50%;
    opacity: 0.8;
    overflow: hidden;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.gallery .gallery-img-wrapper:hover:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Contact form section */
/* li,
ul {
    list-style: none;
    padding: 0;
    margin: 0
} */

.sec-title {
    position: relative;
    padding-bottom: 40px
}

.sec-title .title {
    position: relative;
    color: #e52828;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}

.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbb;
}

.sec-title h2 {
    position: relative;
    color: #212121;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
    display: block;
}

.sec-title.light h2 {
    color: #fff;
}

.contact-page-section {
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
}

.contact-page-section .inner-container {
    position: relative;
    z-index: 1;
    background-color: #e52828;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
}

.contact-page-section .form-column {
    position: relative;
    padding: 0 0 0 15px;
}

.contact-page-section .form-column .inner-column {
    position: relative;
    padding: 60px 45px 30px;
    background-color: #fff;
}

.contact-page-section .info-column {
    position: relative;
}

.contact-page-section .info-column .inner-column {
    position: relative;
    padding: 60px 35px;
}

.contact-page-section .info-column h2 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 45px;
    margin-left: 30px;
}

.contact-page-section .info-column .list-info {
    position: relative;
    margin-bottom: 60px;
}

.contact-page-section .info-column .list-info li {
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
    color: #fff;
    line-height: 1.8em;
    /* padding-left: 45px; */
}

.contact-page-section .info-column .list-info li:last-child {
    margin-bottom: 0
}

.contact-page-section .info-column .list-info li i {
    position: absolute;
    left: 0;
    top: 8px;
    color: #fff;
    font-size: 30px;
}

.contact-form {
    position: relative
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    color: #222;
    font-size: 14px;
    line-height: 38px;
    padding: 10px 30px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.contact-form input[type=text]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
    border-color: #e52828;
}

.contact-form textarea {
    height: 250px;
    resize: none
}

.contact-form .theme-btn {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
    padding: 16px 39px;
    border: 2px solid #e52828;
    font-family: Arimo, sans-serif;
    background: #e52828;
    display: inline-block;
    position: relative;
    line-height: 24px;
    cursor: pointer;
    color: #fff;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.contact-form .theme-btn:hover {
    color: #e52828;
    border-color: #e52828;
    background: 0 0
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: red !important
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: red;
    font-weight: 500
}

.social-icon-four {
    position: relative
}

.social-icon-four li {
    position: relative;
    margin-right: 18px;
    display: inline-block
}

.social-icon-four li.follow {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    display: block;
    margin-bottom: 20px
}

.social-icon-four li a {
    position: relative;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon-four li a:hover {
    color: #222
}

/*------------------------------------*
	INNER PAGES Blog section
*------------------------------------*/
.blog .blog-content, .blog .blog-content .card{
    overflow: hidden !important;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.blog .blog-content:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.blog .blog-content h5{
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.blog .blog-content:hover h5{
    color: #e52828;
}
.blog .blog-btn button {
    width: 140px;
    height: 45px;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    color: #e52828;
    font-weight: 700;
    position: relative;
    transition: all 0.5s;
    z-index: 1;
    text-transform: capitalize;
}

.blog .blog-btn button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #e52828;
    z-index: -1;
    transition: all 0.5s;
}

.blog .blog-btn button:hover::before {
    width: 100%;
}

.blog .blog-btn button:hover {
    color: #fff;
}

.blog .blog-btn button:active:before {
    background: #b9b9b9;
}

 /*------------------------------------*
	INNER SINGLE Blog Page
*------------------------------------*/

 .single-blog .single-blog-details span {
     vertical-align: middle;
     font-weight: 600;
 }

 .single-blog h1 {
     color: #e52828;
 }

 .single-blog h3 {
     color: #1C1C27;
 }

 .single-blog .single-blog-content-img img {
     width: 100%;
     height: 400px;
     object-fit: cover;
 }

 .single-blog .single-blog-content-text p {
     line-height: 2;
     color: #757575;
 }

 .single-blog .single-blog-content-text blockquote {
     border-left: 4px solid #e52828;
     padding: 10px;

     font-style: italic;
 }

 .single-blog .single-blog-content-text blockquote p {
     color: #e52828;
 }

  /*------------------------------------*
	INNER PRICING Page
*------------------------------------*/
.pricing{
    background: #1b1b1b;
}

:root {
    --c-ribbon: #2f2f2f;
    --c-ribbon-shadow: #666;
    --c-ribbon-text: #efefef;
    --c-title: #2f2f2f;
}



/* .price-table {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
} */

.price-card {
    color: #555;
    background-color: #fff;
    /* width: 25%;
    min-width: 12rem;
    max-width: 15rem; */
    text-align: center;
    margin: 0 2rem;
    padding: 0.5rem 0 1rem;
}

.price-card__ribbon {
    position: relative;
    padding: 2rem 1rem;
    margin: 0 -0.8rem 2rem;
    background-color: var(--c-ribbon);
    transform: skew(0, -10deg);
    border-radius: 3px 0;
    box-shadow: 0 2rem 1.2rem -2rem var(--c-ribbon-shadow);
}

.price-card__ribbon:before,
.price-card__ribbon:after {
    width: 0;
    height: 0;
    border-style: solid;
    content: "";
    position: absolute;
}

.price-card__ribbon:before {
    border-width: 0 0.8rem 0.8rem 0;
    border-color: transparent var(--c-ribbon-shadow) transparent transparent;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
}

.price-card__ribbon:after {
    border-width: 0.8rem 0 0 0.8rem;
    border-color: transparent transparent transparent var(--c-ribbon-shadow);
    right: 0;
    top: 0;
    transform: translateY(-100%);
}

.price-card__ribbon-text {
    color: var(--c-ribbon-text);
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    display: block;
    transform: skew(0, 10deg);
}
.price-card p::before{
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"%3E%3Cpath fill="%23e52828" d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5L207 474a32 32 0 0 0-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"%2F%3E%3C%2Fsvg%3E');
    vertical-align: middle;
    margin-right: 5px;
    

}

.price-card__title {
    color: var(--c-title);
}

.price-card--highlight {
    --c-ribbon: #e52828;
    --c-ribbon-text: #fff;
    --c-ribbon-shadow: #e52828;
    --c-title: #e52828;

    box-shadow: 0 0 3rem -1.5rem rgba(0, 0, 0, 0.5);
}

.pricing .price-table .price-btn button {
    background: #e52828;
    border: none;
    padding: 10px 20px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    width: 220px;
    text-transform: uppercase;
    cursor: pointer;
    transform: skew(-21deg);
    color: #fff;
}

.pricing .price-table .price-btn span {
    display: inline-block;
    transform: skew(21deg);
}

.pricing .price-table .price-btn button::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    background: rgb(20, 20, 20);
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
}

.pricing .price-table .price-btn button:hover {
    color: #fff;
}

.pricing .price-table .price-btn button:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
}

header .navbar li.current-menu-item  .nav-link{color:#e52828;}
.card-img-top{height:auto;}