body{
    padding-top: 70px;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link,
 .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active
 {
     font-size: 25px;
 }
 .navbar-dark .navbar-brand{
     font-size: 30px;
 }
 .navbar-dark .navbar-nav .nav-link{
     color: #fff;
     font-size: 25px;
     margin-left: 30px;
 }
 .navbar-dark .navbar-nav .nav-link.disabled{
     color: #fff;
     font-size: 25px;
 }
 .mr-auto, .mx-auto{
     position: relative;
     left: 200px;
 }
 .navbar-nav .dropdown-menu{
     background-color: #333;
     border-top: 3px solid #E41B17;
 }
 .dropdown-item{
     color: white; 
     white-space: normal;
 }
 /* start carousel  */

/* Start Section about */
/* End Section about */
/* Start Section Features */
.features{
padding-top: 50px;
padding-bottom: 50px;
}
.features h1{
    position: relative;
    font-size: 100px;
    color: #fff;
    top: 50px;
    margin-bottom: 50px;
    background-color: rgb(98, 47, 218);
}
.fe{
    position: relative;
    left: 0;
    padding: 30px;
    top: 50px;
    background-color: rgb(122, 146, 146);
}
.fe h3{
    color: #fff;
    font-size: 40px;
}
.fe .f span{
    color: #fff;
}
.features .price{
    position: relative;
    top: 100px;
    line-height: 2em;
    position: relative;
    
    
    color: rgb(7, 7, 88);
}


/* End Section Features */
/* Start Testimonial Section */
/*  */
/* Start section Subscribe */

/* Start Footer Section */
.footer{
    position: relative;
    top: 100px;
    background-color: #333;
    color: #aaa;
    padding-top: 10px;
}
.footer a{
    color: #AAA;
}
.footer a:hover{
    color: #fff;
}
.footer h3{
    color: #0895d1;
    letter-spacing: 1px;
    margin: 30px 0 20px;
}
.footer .three-columns{
    overflow: hidden;
}
.footer .three-columns li{
    width: 33.3333%;
    float: left;
    padding: 5px 0;
}
.footer .social-list{
    overflow: hidden;
    margin: 20px 0 10px;
}
.footer .social-list li{
    float: left;
    margin-right: 3px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.footer .social-list li:hover{
    opacity: 1;
}
.footer .img-thumbnail{
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #444;
    margin-bottom: 5px;
}
.f span{
    margin-left: 30px;
    font-size: 30px;
}
.footer .copyright{
background-color: #111;
color: #aaa;
padding: 15px 0;
margin-top: 30px;
}
.footer .copyright span{
    color: #0895d1;
}
/* End Footer Section */