
 .animation {
    width: 100%;
    height: 500px;
    animation-name: bablu;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}



@keyframes bablu {
    0% {background:url('../img/banner1.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    25% {background:url('../img/banner2.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    50% {background:url('../img/animation_image.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    75% {background:url('../img/banner1.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    100% {background:url('../img/banner2.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
}
p{
    font-size: 14px;
}
.margin_top{
    margin-top: 7rem;
}


/*====== What Drives Basix start =====*/
.width_600{
    width: 800px;
}
.width_600 p{
    font-size: 14px;
}

.what_drives{
    position: relative;

}
.what_drives img{
    position: absolute;
    top: 3rem;
    left: 17rem;
}

/*====== What Drives Basix end =====*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i');

.padding_top{
    padding-top: 1rem;
}
.overlay,
.overlay-text,
.simple-text,
.overlay-sim-text-2,
.overlay-text-effect-3,
.zoom-effect-1 img,
.zoom-effect-2 img,
.opacity-effect img,
.blur-effect img,
.grayscale-effect img{
   transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.effect-image-1{
    position: relative;
    display: block;
}
.overlay-text p,
.overlay-sim-text-2 p,
.overlay-text-effect-3 p{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding:0px 10px;
}
.overlay{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: rgba(246,0,2,.7);
    opacity: 0;
    visibility: hidden;
}

/*-- simple overlay css --*/
    .simple-overlay{
        opacity: 0;
        visibility: hidden;
    }
    .effect-image-1:hover .simple-overlay{
        visibility: visible;
        opacity: 1;
    }
    /*-- left to right overlay --*/

    .simple-overlay-1{
        width: 0px;
        visibility: hidden;
    }
    .effect-image-1:hover .simple-overlay-1{
        visibility: visible;
        opacity: 1;
        width: 100%;
    }
    /*-- right to left overlay --*/
    .simple-overlay-2{
        width: 0px;
        right: 0;
        left:initial;
    }
    .effect-image-1:hover .simple-overlay-2{
        visibility: visible;
        opacity: 1;
        width: 100%;
    }
    /*-- right corner to left overlay --*/
    .simple-overlay-3{
        height: 0px;
        right: 0;
        left:initial;
        width: 0px;
    }
    .effect-image-1:hover .simple-overlay-3{
        visibility: visible;
        opacity: 1;
        width: 100%;
        height: 100%;
    }
    /*-- ovarlay text effect-1 --*/
    .overlay-text {
        position: absolute;
        left: 5px;
        top: 5px;
        width: 96%;
        height: 94%;
        background: rgba(246,0,2,.7);
    }
    .overlay-text-1{
        opacity: 0;
        visibility: hidden;
    }
    .effect-image-1:hover .overlay-text-1{
        opacity: 1;
        visibility: visible;
    }
    .overlay-text-2{
        opacity: 0;
        visibility: hidden;
        transform: scale(1.1);
    }
    .effect-image-1:hover .overlay-text-2{
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    small{
        font-weight: bold;
        font-size: 11px;
    }

    /*-- overlay text effect 3 --*/

    .overlay-text-effect-3 {
     width: 100%;
    height: 100%;
    /* left: 20px; */
    top: 0px;
    background: rgb(43 41 41);
    position: absolute;
    /* outline: 5px solid rgb(255 255 255 / 70%); */
    outline-offset: 3px;
    }

    .effect-image-1:hover .hover_text {
        display: none;
    }

    .effect-image-1:hover img:nth-child(1) {
        filter: blur(0px);
    }

    .effect-image-1:hover img:nth-child(2) {
        filter: blur(0px);
    }
    .effect-image-1:hover img:nth-child(3) {
        filter: blur(0px);
    }
.image_padding{
    padding-top:49px;
}
.image_padding2{
    padding-top:31px;
}
.image_padding3{
    padding-top:0px;
}
@media (max-width: 767px){
    .effect-image-1{
        margin:30px 0px;
    }
}




.overlay-text-2 p{
    font-size: 13px;
    line-height:19px;
}

.image_hover1{
    background:url('../img/image1.png');
    height:500px;
    background-size: cover;
    justify-content:center center;
}
.image_hover2{
    background:url('../img/image2.png');
    height:500px;
    background-size: cover;
    justify-content:center center;
}
.image_hover3{
    background:url('../img/image3.png');
    height:500px;
    background-size: cover;
    justify-content:center center;
}
.what-we-do{
    background-image:url('../img/what-we-do.jpg');
    background-size: cover;
    /*justify-content:center center;*/
    height: 487px;
}
  .what_do{
            justify-content: center;
            align-items: center;
            font-weight: bold;
            background: #000000a6;
            color: #fff;
      }
.hover_text{
   position: absolute;
    bottom: 10px;
    color: #fff;
    padding-left: 20px;
    display: block;

}
.hover_text:hover{
    display: none !important;
}


.blue_background{
    background-color: #0652FD;
}
p{
    margin-top: 0px !important;
    margin-bottom: 0px !important; 
}


@media screen and (max-width: 988px){
    .width_600 {
        width: 100%;
    }
    .what_drives img {
    position: absolute;
    top: 3rem;
    left: 4rem;
}
    .contact_image img{
      display: none !important;
  }
  .margin_top{
    margin-top: 11rem;
    background: #202020bd;
    padding: 20px;
}
.zoom:hover {
  -ms-transform: scale(0.9) !important;
  -webkit-transform: scale(0.9) !important;
  transform: scale(0.9) !important; 
}

.tap{
    text-align: center !important;
    display: block !important;
    font-weight: bold !important;
    font-size: 20px !important;
}
}
.tap{
    text-align: center;
    display: none;
}
textarea.form-control {
    height: 50px !important;
}


.card{
    background: #FBFCFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.35);
    border: none;
    border-radius:0px;
}

.form-control{
    border:none;
    font-size:12px;
}
.form-group{
    /*font-size: 10px;*/
    /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 0.5rem;
}




.contact_banner{
    background: linear-gradient(to bottom, #ffffff 71%, #383838 71%);
}
.zoom {
  /*background-color: green;*/
  transition: transform .2s;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}



.Footer{
    background-color: #383838;color: #fff;
}

        a,
        a:active,
        a:focus {
            color: #333;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
        section {
            padding: 60px 0;
           /* min-height: 100vh;*/
        }

.red-btn {
    background: #ed1b24;
    border: 2px solid #ed1b24;
    color: #fff;
}

.red-btn:hover{
    background: #1c376c;
    color: #fff;
    border-color: #ffffff;
}

/*---------footer---------*/
footer {
    background-color: #383838;
    color: #fff;
    padding: 15px 0;
    font-size: 17px;
}
footer h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}
footer h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 2px;
}

.about-footer li {
    margin-bottom: 10px;
    font-size: 14px;
}

.about-footer ul {
    margin-top: 40px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #0a66b1;
}
.footer-title {
    /*border-bottom: 2px solid #ffffff;*/
    padding-bottom: 10px;
    /*margin-bottom: 35px;*/
    text-align: center;
}

ul.footer-social {
    float: right;
}

ul.footer-social li {
    display: inline;
    margin-right: 16px;
}

ul.footer-social i {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
}

ul.footer-social li:last-child {
    margin-right: 0px;
}

ul.footer-social i:hover {
    background: #ed1b24;
    color: #fff;
}

.page-more-info li {
    margin-bottom: 31px;
}

footer .table td:first-child {
    font-weight: 600;
    padding-left: 33px;
}

footer .table td:last-child {text-align: right;}
footer .table td {
    padding: 0px;
    border: 0;
}

footer .table tr {
}

footer .table td i {
    position: absolute;
    left: 0px;
    font-size: 21px;
    top: 6px;
}

footer .table td {
    position: relative;
    padding: 4px 0;
}
.footer-logo td {
    padding-right: 4px !important;
}

.footer-logo td:last-child {
    padding-right: 0px !important;
}
footer hr {
    border-color: #9294a0;
}

.footer-bottom p {
    text-align: right;
}
.footer-bottom {
    margin-top: 30px;
}
.open-hours hr {
    margin: 30px 0;
}



hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #fff;
}
