﻿.grnm {
    color: black;
    width: 100%;
    text-align: justify;
   
}

.w3-services-ab .feature-gd1 span.fa {
    font-size: 1.8em;
    color: var(--secondary-color);
}

.w3-services-ab .feature-gd1 {
    grid-template-columns: 40px 1fr;
  display: grid;
  grid-gap: 15px;
    background: var(--bg-color);
    padding: 35px 30px;
    border-radius: var(--border-radius);
    box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
    border: 1px solid var(--border-color);
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
.w3-services-ab .feature-gd1:hover {
        transform: translateY(-0.25rem);
        box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
        transition: .3s ease;
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -ms-transition: .3s ease;
        -o-transition: .3s ease;
 }

@media (max-width: 415px) {
    .w3-services-ab .feature-gd1 {
        grid-template-columns: 30px 1fr;
        grid-gap: 15px;
        padding: 35px 25px;
    }
}

.inner-banner1 {
    background: url(../images/innerbanner1.png) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin-top: 90px;
}

.inner-banner1:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}
@media (max-width: 991px) {
    .inner-banner1 {
        margin-top: 65px;
    }
}
@media (max-width: 568px) {
    .inner-banner1 {
        margin-top: 60px;
    }
}

.inner-banner2 {
    background: url(../images/innerbanner2.png) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin-top: 90px;
}

.inner-banner2:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 991px) {
    .inner-banner2 {
        margin-top: 65px;
    }
}

@media (max-width: 568px) {
    .inner-banner2 {
        margin-top: 60px;
    }
}



.blink-two {
    animation: blinker-two 1.4s linear infinite;
}

@media screen and (max-width:600px) {
    .blink-two.responsive {
        font-size: 20px;
    }
}

@keyframes blinker-two {
    100% {
        opacity: 0;
    }
}

.blink-three {
    animation: blinker-three 2.6s linear infinite;
    color: darkred;
    font-size: 30px;
    font-weight: bold;
    font-family: sans-serif;
}

@media screen and (max-width:600px) {
    .blink-three.responsive {
        font-size: 20px;
    }
}

@keyframes blinker-three {
    50% {
        opacity: 0;
    }
}


.vj{
    color:white;
}


.yt {
    width: 30%;
}

@media screen and (max-width:600px) {
    .yt.responsive {
        margin-top: 0px;
        margin-left: 0px;
        width: 100%;
    }
}


.dw {
    font-size: 15px;
    border: 2px solid pink;
    width: 100%;
    background-color:mistyrose;
    border-radius: 5em;
    color:orangered;
}

@media screen and (max-width:600px) {
    .dw.responsive {
        width: 98%;
        font-size: 8px;
    }
}

.w3l-bottom-grids-6 .lief {
    margin-left: 10px;
    float: left;
    border-radius: 2em;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
    padding: 10px;
    background-color: aliceblue;
}

.cit {
    width: 20%;
    font-size: 20px;
    background-color: aliceblue;
    margin-right: 3%;
    margin-left:  2%;
    margin-bottom: 15px;
    float: left;
    border-radius: 2em;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
    color: crimson;
}

@media screen and (max-width:600px) {
    .cit.responsive {
        width: 100%;
    }
}

.mp {
    margin-top: 10px;
}

@media screen and (max-width:600px) {
    .mp.responsive {
        margin-top: 5px;
    }
}