body{
	font-family: sans-serif;
}

.navbar .logo{
	width:200px;
}
.navbar{
	min-height: 60px;
	margin: 0;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
	border: none;
}

.card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}
.padding-top60{
	padding-top: 60px;
}
/**slider css**/

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 90vh;
}
.fade-carousel .carousel-inner .item {
    height:90vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #2d2884;
    border-color: #2d2884;
    opacity: .5;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #2d2884;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
 .fade-carousel .slides .slide-1 {
  background-image: url(../images/ecommerce-website-development.png); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/slider-2.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/slider-3.png);
}
 .navbar-nav > li > a {
    padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	


}
.navbar-nav > li > a:after{
	position: absolute;
	content: '';
	height: 2px;
	width: 40%;
	left: 30%;
	bottom: 0;
	background-color:transparent;
	 
	
	  transition: 0.2s all linear;



}
.navbar-nav > li > a:hover:after{
	display: block;
	width: 100%;
	left:0%;
	transition: 0.2s all linear;
	background-color:  #2d2884;
	  
}
.navbar-nav .btn-loginsignup {
    background-color: #2d2884;
    margin-right: 5px;
    color: #fff !important;
    padding: 10px !important;
    margin-top: 10px !important;
    border-radius: 3px;
}

.navbar-nav .btn-loginsignup:hover{
	 background-color: #333 !important;
	 color: #fff !important;
}
.navbar-nav .btn-loginsignup:after{
	display: none !important;
}
/********************************/
/*          About US       */
/********************************/

.about-us {
    padding:20px 0 50px;
}
.about-us h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #2d2884;
}
.about-us .img-about-us img {
    width: 100%;
    max-width: 555px;
    height: 310px;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 5px;
}

.about-speed-shoper h3 {
    margin: 0 0 10px;
    color: #333;
}

.about-speed-shoper p {
    color: #5D5D5D;
    line-height: 1.6;
    font-size: 14px;
}



/********************************/
/*        services       */
/********************************/

.services {
    background-color: #f1f1f1;
    padding: 20px 0;
}

.services h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #2d2884;
}
.service-icon img {
    width: 100px;
    display: block;
    margin: 0 auto;
    padding: 10px;
   
 
}
.services-block.card {
    padding: 20px;
}
.srvices-details h4 {
    color: #2d2884;
    font-size: 24px;
    margin: 15px 0;
    text-align: center;

}
.srvices-details p {
    text-align: center;
    color: #737373;
}

/********************************/
/*      contact us      */
/********************************/
#contact-us {
    padding: 20px 0 0;
}
.contact-us h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #2d2884;
}

.contact-form {
    background-color: #2d2884;
    padding: 20px;
    color: #fff;
}

.col-md-6.padding0 {
    padding: 0;
}
.contact-form form {
    max-width: 450px;
    margin: auto;
}
.contact-form input {
    border-radius: 0;
    border: 1px solid #fff;
    height: 40px;
}
.contact-form textarea{
	 border-radius: 0;
    border: 1px solid #fff;
}
.contact-form .form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: none;
}

.contact-form  #submit {
    color: #fff;
    background-color: #1F1A76;
    border-color: #4A45A1;
    margin: auto;
    display: block;
    font-size: 16px;
    padding: 10px 25px;
}
/********************************/
/*       footer       */
/********************************/

footer {
    background-color: #333;
    color: #fff;
    padding: 15px 0;
}
footer .copyright p{
	margin:0;
	line-height: 3;
}
footer .Social-media a {
    color: #fff;
    padding: 8px;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    margin: 0 2px;
    line-height: 1.2;
}
footer .Social-media a:hover {
    color:#2d2884;
    background-color: #fff; 
    }
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}
.footer-links a {
    line-height: 42px;
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
}