
 .f1 {
    font-family: poppins;
    font-weight: 600;
}



.text-lb:hover {
    color: blueviolet !important
}

.bg-dblue {
    border-bottom: 0px solid #00aeef;
}



.z2{font-size: 14px;}


.b1 {
    background:;
    background-image: url(images/banner1.png);
    background-size: cover;
    height: 100vh;
}

.font-poppins {
    font-family: poppins;
}

.m2 {
    font-weight: bolder;
}

.m3 {
    background-color: transparent;
    font-weight: 400;
    color: rgb(5, 4, 4);
}

.hori1 {
    border: 1px solid #00cb3e;
}
.y1{background-image: url(images/jack1.jpg)}
.z1{text-align: justify;}

.m5 {
    color: #00bff3;
    font-weight: bolder;
    background-color: transparent;
}

.ms {
    color: white;
    font-weight: bolder;
    background-color: transparent;
}

.font-raleway {
    font-family: raleway;
}

.b2 {
    background-image: url(images/back2.jpg);
    background-size: cover;
    background-attachment: fixed;
}


.b3 {
    background-image: url(images/back3.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.b4 {
    background-image: url(images/back44.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.b55 {
    background-image: url(images/back5.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.bg-golden {
    background-color: #86825b;
}

.bg-purple {
    background-color: #00abff;
}

.text-grey {
    color: #062b48;
}

.z4 {
    background-image: url(images/back2.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.border-20 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@font-face {
    font-family: poppins;
    src: url(fonts/poppins.ttf);
}
@font-face {
    font-family: Poppins-black;
    src: url(fonts/Poppins-Black.ttf);
}

@font-face {
    font-family: raleway;
    src: url(fonts/raleway.ttf);
}

.cont {
    position: relative;
    width: 50%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
    
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #6062f4;
    overflow: hidden;
    width: 100%;
    height: 20%;
    transition: .5s ease;
}

.overlay1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #d74d00;
    overflow: hidden;
    width: 100%;
    height: 20%;
    transition: .5s ease;
}

.cont:hover .overlay {
    height: 100%;
    background-color: rgba(96, 98, 224, 0.7)
}



.text {
    color: white;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: raleway;
}

.text1 {
    color: white;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: none;
    font-family: raleway;
}

.overlay:hover .text1 {
    display: block;
}

.overlay:hover .text {
    display: none;
}


.huze{background-color:#1d2c45;color:white;}

.font-size-12 {
    font-size: 14px;
}

.border-4 {
    border: 4px solid transparent;
}

.border-4g {
    border: 8px solid transparent;
}

.bg-grey {
    background-color: #1d1d1d;
}

@media (max-width: 575.98px) {
    .b1 {
        background-attachment: fixed;
        background-image: url(images/banner5.jpg);
        background-size: cover;
        height: 100vh;
    }

    .z4 {
        background-image: url(images/z1.jpg);
        background-size: cover;
        background-attachment: fixed;
    }
    .margin {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .m2 {
        font-size: 20px;
    }
    .m3 {
        background-color: transparent;
        font-weight: 400;
       
    }
   
    .font-size-10{font-size:12px;}
    .jack{display:block}
    .dis1{display:none;}

    .font-size-50 {
        font-size: 25px;
    }
    .br1{border-radius: 0px 10px 10px 0px;}
.br2{border-radius: 10px 0px 0px 10px;}


.text{font-size:12px;}


}

@media (min-width: 576px) and (max-width: 767.98px) {
    .font-size-10{font-size:12px;}
    .jack{display:block}
    .dis1{display:none;}
    .text{font-size:13px;}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    .font-size-10{font-size:12px;}
    
     .text{font-size:14px;}
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .text-lb {
        color:#fff !important;
    }
    
    .text{font-size:14px;}
}

@media (min-width: 1200px) {
    .font-size-50 {
        font-size: 50px;
    }
    
    .text-lb {
        color:#fff !important;
    }
    
    .overlay1:hover .text1 {
    display: block;
}

.overlay1:hover .text {
    display: none;
}

.cont:hover .overlay1 {
    height: 100%;
    background-color: rgba(225, 116, 53, 0.7)
}
}


