
﻿body {
    font-family: 'Roboto', sans-serif;
}
#myVideo {
 width: 100%;
 position:relative;
}

/* Add some content at the bottom of the video/page */
.content {
    position: absolute;
    top: 40%;
    left: 10%;
    text-align:center;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    padding: 30px;
    width:80%;
}

/* Style the button used to pause/play the video */
#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

    #myBtn:hover {
        background: #ddd;
        color: black;
    }
.navbar-light {
    background:white;
    position:sticky;
    top:0;
    box-shadow:0 5px 10px rgba(0,0,0,0.2);
    z-index:99;
}
.navbar li {
    padding-right: 6px;
    padding-left: 6px;
}
.specification {
    padding-bottom: 40px;
    padding-top: 40px;
}
.feature-area .single-feature {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    min-height: 313px;
}
    .feature-area .single-feature .title .lnr {
        color: #fff;
        font-weight: 600;
        font-size: 24px;
        height:70px;
        width:70px;
        padding: 20px;
        display: inline-block;
        margin-bottom: 40px;
        background-image: -webkit-linear-gradient(0deg, #46dbf9 0%, #4bbafa 100%);
    }
.about {
    padding-bottom: 40px;
    padding-top: 40px;
    background: black;
    background-image: -webkit-linear-gradient(0deg, #46dbf9 0%, #36a1df 100%);
}
.about-bg {
    background: linear-gradient(0deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url('Images/a.jpg');
    background-attachment: fixed;
    background-size: contain;
    height: 400px;
    position: relative;
}
    .about-bg h3 {
        position: absolute;
        top: 45%;
        left: 30%;
        color: white;
        background: rgba(0, 0, 0, 0.5);
        padding:20px;
    }
.abt-us {
    padding:0 100px 0 50px;
    color:white;
    text-align:justify;
}
.knowmore {
    background-color:transparent;
    border:1px solid white;
    color:white;
border-radius:0;
}
    .knowmore:hover {
        background-color: white;
        border: 1px solid white;
        color: #36a1df;
    }
.services {
    padding-bottom: 40px;
    padding-top: 60px;
}
    .services .card {
        margin-bottom: 10px;
        border-radius: 0;
        background-color: #fff;
        box-shadow: 0 5px 19px 1px rgba(0, 0, 0, 0.1);
        transition: .7s;
    }
    .services .card-header {
        padding: 1.3rem;
        background-color: #fff;
        border-bottom: 0;
        cursor: pointer;
       
    }
    .services .card-body {
        transition: .7s;
        padding:  1.3rem 1.3rem;
    }
        .service {
            width: 430px;
        }
.collapsing {
    transition: .5s ;
}

.services .card-header:hover {
    transition: .3s all;
    background:  #36a1df ;
    color: white;
}
.testimonial-card .card-up {
    overflow: hidden;
    height: 120px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.testimonial-card .avatar {
    border-radius: 50%;
    width: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff;
}
    .testimonial-card .avatar img {
        width: 100%;
    }
.info-color {
    background-color: #36a1df !important;
}
footer {
    color: white;

   
}
.page-footer {
    background-color: #3295ce;
    padding-bottom: 0px;
    padding-top: 40px;
}
.page-footer p {
    opacity: 0.8;
   
}
.page-footer a{
    color:white;
    opacity: 0.8;
}
    .page-footer a:hover {
        color: white;
        text-decoration: none;
        opacity: 1;
    }
.last-footer {
    background-color: #18628c;
    padding-bottom: 10px;
    padding-top: 10px;
}
.btn-floating {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    transition: all .2s ease-in-out;
 
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
    .btn-floating i {
        display: inline-block;
        width: inherit;
        text-align: center;
        color: #fff;
    }
    .btn-floating.btn-sm i {
        font-size: .96154rem;
        line-height: 44.15385px;
    }
.navbar-brand {
    width:180px;
}
.navbar-light li a {
    color:#333;
    padding:5px 0;
    display: inline-block;
    color: #000;
    text-decoration: none;
}
  

    .navbar-light li a::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #000;
        transition: width .3s;
    }
    
    .navbar-light li a:hover::after {
        width: 100%;
        //transition: width .3s;
    }

h3 {
    color: #333;
}
.navbar li {
    padding:2px 15px;
}
p{
   color:  #9a9a9a;
}
h4 {
    color: #333;
}
a {
    text-decoration: none !important;
}

.about p {
    color: white;
}
 footer p {
    color: white;
}


.white{
    color: #fff;
}