.clients .heater{
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    padding:30px 10px;
}
.nn li{
    list-style:disc;
}
/*------------------------------------------------- top header -----------------------------------------*/

/* 14 */
.btn-14 {
    background: rgb(255, 151, 0);
    border: none;
    z-index: 1;
}
.hsms{
    background: black;
    height: 40px;
    width: 176px;
    margin-left: 90px;
}
.hsms:hover {
    background: #fff;
    color:black!important;
    height: 40px;
    width: 176px;
    transition:1s;
    margin-left: 90px;
}
.service-detail .inner-box.mf{
    border: 3px solid #e92030;
}

.btn-14:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    background-color: #eaf818;
    background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%);
    transition: all 0.3s ease;
}

.btn-14:hover {
    color: #000;
}

.btn-14:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
}

.btn-14:active {
    top: 2px;
}





.main-header .header-top .info-list li .icon {
    position: absolute;
    left: 0px;
    top: 3px;
    color: #e10c0c;
    font-size: 16px;
}

.main-header .header-top .info-list li a:hover {
    color: #e10c0c;
}

.main-header .header-top .top-right .social-box li a:hover {
    color: #ffffff;
    background-color: #e10c0c;
}

.main-header .header-top .top-right .social-box li a {
    color: #dd1e1e;
}

.img-l1 {
    border-radius: 10px;
    position: relative;
    top: 47px;
    left: 0;
    z-index: 111111;
    background-color: white;
    padding: 0px 18px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

/*----------------------------------------------------- bottom header---------------------------- */


.main-menu .navigation>li:hover>a{
    opacity: 1;
    color: #e10c0c !important;
}
.main-menu .navigation>li.current>a{
    font-weight: 600!important;
        color: #e92030;
}
.sticky-header .main-menu .navigation>li>a {
    color: black;
    font-weight: 600!important;
}

.sticky-header .main-menu .navigation>li:hover a {
    color: #e10c0c;
}

/*---------------------------------------------------- scrol bar top-------------------------------------- */

.scroll-to-top .scroll {
    position: relative;
    width: 78px;
    height: 78px;
    animation: top 1.5s ease-in-out alternate infinite;
}

@keyframes top {
    from {
        top: 0px;
    }

    to {
        top: 20px;
    }

}

/* ----------------------------------social media icon-------------*/

.middle {
    position: fixed;
    /* top: 50%; */
    left: 20px;
    bottom:-50px;
    transform: translateY(-50%);

    text-align: center;
    z-index: 10000000;
    display: flex;
    flex-direction: column;
}

.middle .btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: black;
    margin: 5px 0;
    border-radius: 30%;
    box-shadow: 0 5px 15px -5px #00000070;
    color: #3498db;
    overflow: hidden;
    position: relative;
}

.middle .btn i {
    line-height: 35px;
    font-size: 22px;
    transition: 0.2s linear;
}

.middle .btn:hover i {
    transform: scale(1);
    color: #f1f1f1;
}

.middle .btn::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: #e92030;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.middle .btn:hover::before {
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
}

@keyframes aaa {
    0% {
        left: -110%;
        top: 90%;
    }

    50% {
        left: 10%;
        top: -30%;
    }

    100% {
        top: -10%;
        left: -10%;
    }
}


/* -----------------------------------------footer -------------------------------------------*/
footer .copy{
    color: #fff!important;
}
span.blaze{
    color: #e10c0c;
    cursor: pointer;
}

.lgs2 {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    width:400px;
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 31px;
    /*display: flex;*/
    /*justify-content: center;*/
}

.icon-and-location {
    display: flex;
}

.main-footer .row .copy {
    /*display: flex;*/
    /*justify-content: center;*/
    text-align:center;
}

.main-footer .row .my-3 {
    border-top: 1px solid;
}

.main-footer .widgets-section {
    position: relative;
    padding: 65px 0px 0px;
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
    padding-right: 15px;
}

.fa-phone:before {
    padding-right: 10px;
}

.fa-envelope:before {
    padding-right: 10px;

}

.fa-envelope:before.st {
    color: #ffffff;
}

.fa-arrow-right:before {
    padding-right: 10px;

}

.fa.fa-facebook:before {
    color: #ffffff;
}

.fa-twitter.st:before {
    color: #ffffff;
}

.fa-linkedin.st:before {
    color: #ffffff;
}

.main-footer .list-link li a {
    color: #ffffff;
}

.main-footer .logo-widget .text {
    color: #ffffff;
}

.main-footer .list-link li {
    transition: 0.5s ease;
}

.main-footer .list-link li:hover {
    margin-left: 10px;
}

.main-footer .list-link li:hover a {
    color: #e10c0c;
}

.main-footer .logo-widget .social-links a:hover {
    color: white;
    background: #e10c0c;
}

.fa-phone {
    color: white;
}

.main-footer .footer-widget h5 {
    color: #e10c0c;
}

a {
    text-decoration: none;

    cursor: pointer;
}

a:hover {
    color: #e10c0c;

}

.main-footer .red {
    color: red;
}

/* ------------------------------home banner particles------------------------------- */


.featured-block .inner-box .content:before {
    color: #e10c0c;
}

.featured-block .inner-box:hover::before {
    width: 100%;
    background-color: #e10c0c;
}

.featured-block .inner-box:before {
    background-color: black;
}

.featured-block .inner-box .icon-box {
    color: #e9040f;
}

.featured-block .inner-box .content h5 a:hover {
    color: #e9040f;
}


.banner-section {
    position: relative;
}



.banner-section .slide1 {
    background-image: url('../images/blaze_img/Home\ Banner\ 1.jpg');
    color: white;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;

}

.main-slider-carousel {
    position: absolute;

}

.btn-style-one {
    background-color: #e9040f;
}

.btn-style-one:before {
    border-bottom: 64px solid black;
}

.btn-style-one:after {
    border-bottom: 64px solid black;
}





.banner-section .homesection-banner {
    text-align: center;
    position: absolute;
    /* transform: translate(50%, 50%); */
    overflow: hidden;
    top: 35%;
    left: 0%;
    /* display: flex; */
}


#particles-js {
    width: 100%;
    height: 100vh;

}


.particles-js-canvas-el {

    position: relative;
    z-index: 6;

}



#particles-ss {
    width: 100%;
    height: 100vh;

}

#particles-cc {
    width: 100%;
    height: 100vh;

}
#particles-mm{
      width: 100%;
        height: 100vh;
}


.home-banner {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 1;
}


.banner-section .item1 {
    position: absolute;
    /*background-image: url('../images/blaze_img/Home\ Banner\ 1.jpg');*/
    color: white;
    z-index: 9999;
    background-repeat: no-repeat ;
    background-size: cover ;
  
    height: 100vh;
    width: 100%;
    z-index: -1;

}
.banner-section .item4 {
    position: absolute;
    color: white;
    z-index: 9999;
    background-repeat: no-repeat ;
    background-size: cover ;
    height: 100vh;
    width: 100%;
    z-index: -1;

}
.banner-section .item2 {
    position: absolute;
    /*background-image: url('../images/blaze_img/Home\ Banner\ 2.jpg');*/
    color: white;
    z-index: 99999;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position:center!important;*/
    height: 100vh;
    width: 100%;
    z-index: -1;
}


.banner-section .item3 {
    position: absolute;
    /*background-image: url('../images/blaze_img/Home\ Banner\ 1.jpg');*/
    color: white;
    z-index: 9999;
    background-repeat: no-repeat ;
    background-size: cover ;
    /*background-position:center!important;*/
    height: 100vh;
    width: 100%;
    z-index: -1;

}
.brbr{
    display: flex;
    justify-content: center;
}
.banner-section .slick-prev {
    left: 69px;
}

.banner-section .slick-next {
    right: 69px;
}

.banner-section .slick-prev,
.banner-section .slick-next {
    z-index: 5;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 65px;
    height: 65px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #e9040f;
    border: none;
    outline: none;
    background: transparent;
}

.banner-section .slick-prev:before,
.banner-section .slick-next:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    color: #c91b1b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner-section .hs1 {
    font-weight: 800;
}

.banner-section .title {
    font-size: 25px;
    padding: 10px 0px;
}


.banner-section .title1 {
    font-size: 17px;
    padding: 10px 0px;
    margin:0 261px;
}
.banner-section .title2 {
    font-size: 17px;
    padding: 10px 0px;
    margin:0 261px;
}
.banner-section .title3 {
    font-size: 17px;
    padding: 10px 0px;
    margin:0 261px;
}
/* -----------------------about--------------------------------- */
.security-section h1.abt {
    font-size: 40px;
    font-weight: 600;
}

.security-section {
    position: relative;
    padding: 80px 0px 5px;
}

.security-section .content-column .title .icon {
    top: 28px;
}

.security-section .content-column .title {
    position: relative;
    color: #080808;
    font-size: 18px;
    padding-left: 62px;
    padding-top: 2px;
    font-weight: 400;
    margin-bottom: 0px;
}

.featured-block .dummy {
    width: 78px;
}




/* ---------------------------product-------------------------- */
.security-block .inner-box .image:before {
    background: rgb(245 245 245 / 60%);
}





/* ----------------------------------service------------------------ */
.news-block .inner-box .read-more {
    font-size: 17px;
}

.news-block .inner-box:hover {
    border: 10px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.btn-style-two {
    background-color: black;

}

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 19px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    letter-spacing: 1px;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.theme-btn {
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-two:before {
    border-bottom: 64px solid #e10c0c;
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;

    border-right: 30px solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-style-two:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    border-left: 30px solid transparent;
    border-bottom: 64px solid #e10c0c;

    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

/* -------------------------------client section---------------------------------- */
.clients-section .sponsors {
    align-items: center;
    column-gap: 30px;
    display: flex;
    justify-content: center;
}



/* --------------------------------------------gallery------------------------------ */

.gallery-section {
    position: relative;
    padding: 40px 0px;
    background-color: #00000014;
}

.gallery-section h3.py-3 {
    color: black;
}

.section-gallery .btn {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    top: 60%;
}

.section-gallery h3.head1 {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
}



/* --------------------------service hover------------------ */
[class^=imghvr-] {

    background-color: #ff0000a6 !important;

}

[class*=" imghvr-"] figcaption,
[class^=imghvr-] figcaption {
    background-color: #ff0000a6 !important;

}

[class^=imghvr-] a {

    color: white !important;
}



/* ------------------------slick------------------------------- */

.news-section .slick-prev:hover,
.news-section .slick-prev:focus,
.news-section .slick-next:hover,
.news-section .slick-next:focus {
    color: #e92030 !important;
    border-radius: 100px;
    background: #e92030 !important;
}

.news-section .slick-prev {
    left: -52px !important;
}

.news-section .slick-next {
    right: -42px;
}

.news-section .slick-prev,
.news-section .slick-next {
    border-radius: 50px;
    color: #e92030 !important;
    height: 61px;
    width: 30px;
    background: #e92030 !important;
}


/* ************************ About Page ******************** */

.about-section {
    padding: 80px 0 80px;
}

.about-section .image-column .image img {
    width: 60%;
}

.about-section .image-column .inner-column {
    padding: 0;
}

.about-section .content-column .text p {
    text-align: justify;
}

.about-section-1 .content-column h2 {
    position: relative;
    color: #222222;
    font-weight: 500;
    line-height: 1.2em;
}

.about-section-1 .content-column .text p {
    position: relative;
    color: black;
    font-size: 15px;
    line-height: 1.9em;
    margin-bottom: 12px;
    text-align: justify;
}

.about-section-1 .image-column .image img {
    position: relative;
    width: 60%;
    display: block;
}

.about-section-1 .image-column .inner-column {
    position: relative;

}

.about-section-1 .content-column .text {
    position: relative;
    margin-top: 22px;
    margin-bottom: 20px;
}

.featured-section-three {
    padding: 80px 0px 80px;
    color: black;
}





/* -----------------------single products page start----------------- */
.sidebar-widget .widget-content:before {
    background-color: #0a0909;
}

.products-side-widget .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #e92030;
    border-color: #e92030;
}

.products-side-widget .nav-tabs .nav-link {
    border-radius: 0;
}

.products-side-widget .blog-cat {
    display: block;
}


.free{
    border-radius:10px;
}







/* =======================================single page gallery=-======================= */


#gallery-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    z-index: -1;
}

#thumbnail-gallery-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 15px 50px 10px 50px;
}

.thumbnail {
    width: 32%;
    margin-bottom: 2%;
    position: relative;
}

img.thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media only screen and (max-width: 800px) {
    #gallery-section {
        padding: 10px 10px 0px 10px;
    }

    #thumbnail-gallery-container {
        padding: 0px;
    }
}

/* Lightbox Styles */

.lightbox-overlay {
    display: flex;
    transform: scale(0, 1);
    transition: transform 400ms ease-out;
    transform-origin: center;
    justify-content: center;
    align-items: center;
    background-color: rgb(80, 80, 80, 0.95);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.lightbox-overlay:target {
    display: flex;
    transform: scale(1, 1);
    z-index: 99999;
}

;

.lightbox-content {
    color: rgb(250, 250, 250);
    padding: 1.5em;
    width: 75vw;
    text-align: center;
}

.lightbox-image-title {
    position: relative;
    text-align: center;
}

.lightbox-navigation {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

.close {
    position: absolute;
    background-color: none;
    top: 5px;
    /* Top Right Corner Placement */
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.close {
    text-decoration: none;
    font-weight: bold;
    font-size: 2em;
    font-family: sans-serif;
}

.close::after {
    content: 'X';
    color: rgb(250, 250, 250);
}



.back,
.next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24%;
    height: 2em;
    color: rgb(255, 255, 255);
    margin: 1%;
}

img.lightbox-image {
    width: 65vw;
    max-height: 65vh;
    object-fit: contain;
}

.personalalize{
    display:flex;
    justify-content:center;
    align-items:center;
    
}
.brba{
    border-radius:45px;
}
.contact-form .form-group input[type="number"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 12px 20px 12px;
    color: #797979;
    height: 55px;
    font-size: 14px;
    background: #ffffff;
    font-weight: 400;
    border: 1px solid #e4e6e9;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}