    .full_banner {
        display: block;
        width: 100%;
        position: relative;
    }
    
    .main_banner {
        display: block;
        width: 100%;
        position: relative;
        &:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgb(5 25 38 / 29%);
            opacity: .7;
            z-index: 1;
            left: 0;
            top: 0;
        }
    }
    
    .banner_text {
        position: absolute;
        width: 85%;
        left: 3%;
        color: #fff;
        z-index: 99;
        top: 60%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        h1 {
            text-transform: uppercase;
            font-size: 60px;
            font-weight: bold;
            color: #fff;
            span {
                color: #d20e0e;
            }
        }
        a {
            color: #fff;
            text-decoration: none;
            font-size: 12px;
            letter-spacing: 1px;
            &:hover {
                text-decoration: none;
            }
            &:focus {
                text-decoration: none;
                text-decoration: none;
            }
            img {
                max-width: 36px;
                margin-right: 6px;
                background: #fff;
                border-radius: 60px;
                position: relative;
                top: -2px;
            }
        }
    }
    
    .inner-banner {
        .banner_text {
            left: 0;
        }
    }
    
    .main_slider {
        display: block;
        width: 100%;
        position: relative;
        padding: 100px 0;
        h3 {
            text-align: center;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 2px;
        }
        h1 {
            text-align: center;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 35px;
            max-width: 500px;
            margin: 20px auto;
        }
        div.main_para_2 {
            text-align: center;
        }
        .item {
            &:hover {
                .hove-shape1 {
                    width: 90%;
                    height: 78%;
                    opacity: 1;
                }
                .hove-shape2 {
                    width: 90%;
                    height: 78%;
                    opacity: 1;
                }
            }
        }
    }
    
    .banner_hov3 {
        position: absolute;
        width: 65%;
        left: 50%;
        color: #fff;
        z-index: 99;
        top: auto;
        bottom: 24%;
        text-align: center;
        transform: translateX(-50%);
        h1 {
            font-size: 46px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 20px;
            span {
                color: #d20e0e;
            }
        }
        .image-laign {
            width: 100px;
            height: 100px;
            background: #d20e0e;
            display: block;
            margin: 0 auto 20px;
            border-radius: 90px;
            position: relative;
            img {
                max-width: 40px;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }
        }
        h3 {
            color: #fff;
            font-size: 23px;
        }
        h4 {
            font-size: 15px;
            color: #c4c4c4;
            span {
                color: #fff;
            }
        }
    }
    
    .banner_hov3 a {
        text-decoration: none;
    }
    
    .contact_form {
        max-width: 450px;
        margin: auto;
        display: block;
        text-align: center;
        padding: 30px;
        position: relative;
        z-index: 999;
        margin-top: -133px;
        margin-bottom: 30px;
        background: #fff;
        border-radius: 0px;
        h3 {
            font-weight: 700;
            margin-bottom: 18px;
        }
        .form-control {
            border: 1px solid #ccc;
        }
        textarea.form-control {
            height: 150px;
        }
        label {
            font-weight: 600;
            font-size: 14px;
            color: #24464e;
            margin-bottom: 5px;
        }
        button {
            background: #d20e0e;
            color: #fff;
            padding: 10px 25px;
            border: 0;
            border-radius: 30px;
        }
    }
    
    @media (max-width: 767px) {
        .disply_none_992 .row {
            display: none !important;
        }
        .disply_blok_992 {
            display: inherit !important;
        }
        .banner_hov3 {
            position: inherit;
            width: 100%;
            transform: inherit;
            .row {
                display: flex;
                .col-md-4 {
                    max-width: 33%;
                    .image-laign {
                        width: 50px;
                        height: 50px;
                        margin: 0 auto 10px;
                        img {
                            max-width: 25px;
                        }
                    }
                }
            }
            h3 {
                color: #24464e;
                font-size: 16px;
                line-height: 18px;
            }
            h4 {
                font-size: 14px;
            }
        }
        .main_banner .banner_hov3 {
            position: absolute;
            left: 0;
            h1 {
                font-size: 36px;
            }
        }
        .contact_form {
            z-index: 99;
            margin-top: 20px;
            margin-bottom: 50px;
        }
    }
    
    @media (max-width: 550px) {
        .contact-icons .col-md-4 h4 {
            display: none;
        }
    }