* {
    padding: 0;
    margin: 0;
}

h {
    font-size: 10px;
    color: white;
}


/*...navbar..*/

#nav-bar {
    top: 0;
    z-index: 0;
    background: #007bff;
    background: linear-gradient(to right, #0062E6, #33AEFF);
}

#nav-bar .navbar-brand h {
    color: white;
    font-size: 25px;
    font-weight: 600;
}

#nav-bar .navbar-nav li {
    padding: 0 10px;
}

#nav-bar .navbar-nav a {
    padding: 0 10px;
    float: right;
    text-align: left;
}

#nav-bar .nav-link {
    color: white;
}

#nav-bar .nav-link:hover {
    color: black;
}


/*..slider...*/

#slider {
    width: 100%;
}

b {
    color: blueviolet;
}


/*..about us...*/

#about {
    padding-top: 20px;
    padding-bottom: 20px;
    color: black;
}

#about h3 {
    text-align: center;
    color: cornflowerblue;
}

.about-content {
    padding-top: 20px;
    text-align: justify;
    color: black;
}


/*..services...*/

#services {
    background-size: cover;
    background-color: grey;
    background-position: center;
    color: #efefef !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

#services h3 {
    padding-top: 10px;
    text-align: center;
    color: white;
}

#services p {
    padding-top: 20px;
    text-align: justify;
    color: white;
}

.services {
    margin-top: 20px;
}

.icon {
    font-size: 40px;
    margin: 20px auto;
    height: 70px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 80%;
}

.services .col-md-3 {
    text-align: justify;
}

.services .col-md-3:hover {
    background: lightseagreen;
    cursor: pointer;
    transition: 0.7s;
    border-radius: 24px;
}


/*..about us...*/

#amc {
    padding-top: 20px;
    padding-bottom: 20px;
    color: black;
}

#amc h3 {
    text-align: center;
    color: cornflowerblue;
}

.amc-content {
    padding-top: 20px;
    text-align: justify;
    color: black;
}


/*..pricing...*/

section.pricing {
    background: #007bff;
    background: linear-gradient(to right, #0062E6, #33AEFF);
    margin-top: 20px;
}

.pricing h3 {
    padding-bottom: 20px;
    text-align: center;
    color: white;
}

.pricing h {
    font-size: smaller;
    color: white;
    float: right;
    padding-right: 25px;
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}


/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }
}

.fa-check-circle {
    color: green;
    margin-right: 10px;
    font-size: 20px;
}

#contact {
    margin-top: 20px;
    background: #007bff;
    background: linear-gradient(to right, rgb(229, 233, 236), #33AEFF);
}

#contact h3 {
    padding-bottom: 20px;
    text-align: center;
    color: white;
}

.col-md-4 {
    color: white;
}

.col-md-4 b {
    color: white;
}

.col-md-4 a {
    color: white;
}

#contact .fa {
    margin: 10px;
    font-weight: bold;
    color: white;
}


/*footer...*/

#footer {
    background: grey;
    background: linear-gradient(to right, grey #33AEFF);
    
    padding-top: 10px;
    margin-top: 10px;
}

#footer .sa {
    color: white;
    top: 50%;
    align-content: center;
    margin-left: 30px;
}

#footer .sa:hover {
    color: black;
    text-decoration: none;
}

.gotopbtn {
    position: fixed;
    width: 40px;
    height: 40px;
    background: lightseagreen;
    bottom: 10px;
    right: 10px;
    text-decoration: none;
    text-align: center;
    line-height: 32px;
    color: white;
    font-size: 30px;
    border-radius: 80%;
}

.gotopbtn:hover {
    position: fixed;
    width: 40px;
    height: 40px;
    background: blueviolet;
    bottom: 10px;
    right: 10px;
    text-decoration: none;
    text-align: center;
    line-height: 32px;
    color: white;
    font-size: 30px;
    border-radius: 80%;
}


/*;;;;video/...*/

header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
    display: block;
}

header .overlay {
    position: absolute;
    left: 0;
    height: 15%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.al {
    display: inline;
}

.col-auto {
    padding: 20px;
    width: 270px;
    margin-right: 10px;
}

#inputEmail {
    border-radius: 25px;
}

#inputPassword {
    border-radius: 25px;
}

.btn-lg {
    border-radius: 25px;
    width: 80px;
    height: 40px;
    text-align: center;
    padding-top: 3px;
}