body{
    background: #f6f6f6;
    color:#192333;
    font-family: 'SpaceGrotesk', sans-serif;
    font-size:15px;
}
.header{
    padding:20px 0px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.contact-header{
    font-size: 23px;
    line-height: 0.8;
    margin-top: 10px;
}
.contact-header a{
    color:#192333;
    text-decoration: none!important;
}
.contact-header a:hover{
    color:#7d58fe;
}
.contact-header span{
    font-size:15px;
}
.btn-theme{
  background: #ffb819;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 5px;
    color: #0b1e30;
    border-radius:5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none!important;
}
.btn-theme:hover{
 background: #7d58fe;
 color: #fff;
}
.btn-order{
background: #9ff7cf;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 5px;
    color: #0b1e30;
    border-radius:5px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none!important;
    border:4px solid #000;
}
.btn-order:hover{
    background: #ffa283;
 color: #0b1e30;
}
.block-center{
   background: #fff;
    border-radius: 6px;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.text-block{
    font-size:18px;
}
h1{
    text-transform: uppercase;
    font-weight: 900;
    color: #0b1e30;
}
.fItem{
   padding: 25px;
    background: #fff;
}
.fItem a.text-link{
   color: #fff;
    text-decoration: none;
    background: #a468ff;
    padding: 5px 10px;
    display:inline-block;
    border-radius: 5px;
}
.qstart{
 padding: 25px;
    background: #9ff7cf;
}
.step{box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;}
.fItem a.text-link:hover{
background: #ffb819;
color: #000000;
}
.sItem{
    padding:15px 25px;
    border-radius:6px;
    background: #fff;
    color:#474a59;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.service-title{
    text-align:center;
     color: #5039a3;
     text-transform: uppercase;
     font-weight: 600;
     margin:10px 0px;
     font-size:17px;
}
h3{
      text-transform: uppercase;
    font-weight: 600;
    color: #0b1e30;
    margin: 40px 0px;
}
.footer{
    margin-top:30px;
    background: #5039a3;
    color:#f6f6f6;
    padding:30px 0px;
}
.footer a{
    color:#fff!important;
}
.modal-dialog{
    width:400px;
}
.modal-title{
    text-transform: uppercase;
    font-weight: 600;
    color: #0b1e30;
    text-align: center;
}
.modal-header{
    border:none!important;
    padding-bottom:0px!important;
}
.form-control{
    border:2px solid #0b1e30!important;
    border-radius:10px;
}
.modal-body{
padding-top:0px!important;
}
.btn-theme-1{
   background: #7d58fe;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 5px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none !important;
    border: none !important;
}
.form-result{
 text-transform: uppercase;
    font-weight: 600;
    color:green;
}