@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body
{
  background-color: #F6F9FC !important;
}
.container{
    width: 80%;
    margin:auto;
    background-color: #011A31;
    color:white;
    padding-top: 10px;
}
.header{
    background-color: #011A31;
}
.header .des-edit{
    height:500px;
    width: 100%;
    background: #011A31;
    color: white;
}





.navbar .navbar-brand .title{
    font-family: Jura,Helvetica,Arial,sans-serif;
    
    /* font-weight:bold; */
    font-size: 36px;
}
.pick-up-line{
    color: #F44292;
    font-family: Jura,Helvetica,Arial,sans-serif;
    font-weight: 400px;
    font-size: 16px;
}
.container .navbar{
    padding: 0px;
}
#navbarNav a{
    font-family: Open Sans,Helvetica,Arial,sans-serif;
}



 .container h1{
    font-family: 'Ubuntu', sans-serif;
    font-size: 35px;
    margin-bottom: 20px;
    
}
.container p{
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    margin-bottom: 30px;
}



.container .row .descriptio{
    float: right;
    max-width: 500px;
    margin:50x 0 0 auto;
    width: 100%; 
    margin-top: 55px;
    color: ;
   
} 
.container .row .col-md-6{
    padding-right: 0px;
   
} 



.des-edit .descriptio .btn
{
    background-color: whitesmoke;
    font-weight: 700;
    padding: 7px 40px;
}
.branding{
  padding-bottom:50px ;
}
.branding .what h2{
    margin: 55px 0px 30px 0px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
}

  
.button_slide {
    color: black;
    border: 2px solid #01192F;
    border-radius: 0px;
    padding: 5px 10px;
    display: inline-block;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #01192F;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
  }
  
 
  
  .slide_right:hover {
    color: white;
    box-shadow: inset 400px 0 0 0 #01192F;

  }
 #outer {
    width: 364px;
    margin: 0px auto 0px auto;
    /* margin-bottom: 0px; */
    text-align: center;
  }


  
  /*            Caeds           */
  .all-cards{
    margin-top: 50px;
    background: #F6F9FC; 
    color: black;
  }
  
  .inner{
    overflow: hidden;
  }

  .code-demo .branding{
    margin: 55px 0px 30px 0px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
  }

  .container table{
    background-color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-weight: bold;
    font-size: 13px;
    /* line-height: 1.42857143; */
}
.code-demo .container{
    display: flex;
    justify-content: center;
    background-color: #F6F9FC ;
}
.num  {
    
    background:#b2bec3;
    padding:0px 10px 0px 10px;
  }
  table tr td{
      padding-top: 0px;
      padding-bottom: 0px;
      color: black;
  }

.all-cards .svg-img{
  width: 50px;
  padding-top: 15px;
}

.card {
  display: flex;
  text-align:center;
   /* margin-right: 40%;
  margin-left: 40%;
  
  background: white; */
  padding: 0 50px 0 50px !important;
  width: 350px;
  height: 400px;
  background: #F6F9FC!important;
  
 box-shadow: 0px 0px 0px grey;
  -webkit-transition:  box-shadow .6s ease-out;
     box-shadow: .8px .9px 3px grey;

}
.card:hover{ 
     box-shadow: 1px 8px 20px grey;
    -webkit-transition:  box-shadow .6s ease-in;
  }
  
  .marq{
    background-color: white;
    margin-top: 60px;
    margin-bottom: 60px;
  }
.marq .mar-h h2,.marq .mar-h p{
  color: #01192F;
  text-align: center;
}

.testi{
  background-color: #F6F9FC;
}

/* Footer Area Css */

  #footer-area {
    padding:15px 0 0 0;
   
    background-color: #15314B;
    color: #ddd;
}
.foot-cont{
  background-color: #15314B;
}
.single-footer h3{
    font-weight: 500;
    margin-bottom: 25px;
    color: #fafafa;
    font-family: Merienda;
}
.link-area li{
    padding: 5px 5px 5px 0;
    list-style: none;
}
.link-area li a{
    text-transform: capitalize;
    color: #ddd;
    font-family: Merienda;
}

.link-area li a i{
    margin-right: auto; 
    color: #ddd;
}
.link-area{
    padding: 0;
}
.single-footer p{
    font-family: Merienda;
}
.social-media{
    margin: 20px 0;
  }
  .social-media a{
   
    color: white;
    margin-right: 25px;
    font-size: 22px;
    text-decoration: none;
    transition: .3s linear;
  }
  
  .social-media a:hover{
    
    color: black
    
  }