@font-face{
	font-family:'HelveticaNeueW23';
	src:url(../fonts/HelveticaNeueW23-Reg.eot);
    src:url(../fonts/HelveticaNeueW23-Reg.woff) format("woff"),
    url(../fonts/HelveticaNeueW23-Reg.ttf) format("truetype"),
    url(../fonts/HelveticaNeueW23-Reg.svg#HelveticaNeueLTArabic55Roman) format("svg");
}

::-webkit-input-placeholder { 
    color: rgb(193, 202, 207);
  }
  
  :-ms-input-placeholder { 
    color: rgb(193, 202, 207);
  }
  
  ::placeholder {
    color: rgb(193, 202, 207);
  }


body {
    margin-top: 80px;
    font-size: 16px;
    font-weight: 400;
    font-family:'HelveticaNeueW23';
    color: #5c5c5c;
    background-color: #f2f6f8;
    
}

h1,
h2,
h3,
h4,
h5 {
    font-family:'HelveticaNeueW23';
}

.logo {
    text-align: center;
}

.services {
    text-align: center;
    margin-top: 36px;
    margin-bottom: 25px;
    color: rgba(67, 75, 82,1);
}

.services h2 {
    margin-bottom: 17px;
    font-weight: bold;
}

.services p {
    color: rgba(67, 75, 82,1);
    line-height: 1.6;
    
}

a.back {
    display: block;
    margin-top: 20px;
    color: rgba(67, 75, 82, 0.6);
}

a.back i{
    padding: 4px 10px;
}

.form-control {
    font-size: .85rem;
    border: 2px solid #ced4da;
    color: #828282;

}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.13);
}

select.form-control {
    padding: 0.375rem 0.75rem;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select { padding-right:18px }
}

.service-select {
    position:relative
}

.service-select .select-angle-down {
    font-size: 16px;
    color: rgb(193, 202, 207);
    left: 15px;
    top: 10px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}


input.form-control.error,
select.form-control.error {
    border-color: #f28079;
}

span.error-massage {
    display: block;
    padding: 5px;
    font-size: 12px;
    text-align: right;
    color: #f34336;
}

form textarea {
    resize:vertical;
    width: 100%;
    margin-bottom: 15px;
    min-height: 150px;
}

.amtego-btn {
    position: relative;
    font-size: .85rem;
    color: white;
    background: #0a92fc;
    border: 1px solid #0480fc;
    box-shadow: 0px 0px 2px 0px rgba(28, 132, 244, 0.5);
   
    -webkit-transition: all 300ms linear;
       -moz-transition: all 300ms linear;
         -o-transition: all 300ms linear;
            transition: all 300ms linear;
}

.amtego-btn:hover {
    color: white;
    box-shadow: 0px 5px 12px 0px rgba(27, 131, 244, 0.30);
}

.amtego-btn:focus,
.amtego-btn:active {
    bottom: -3px;
    
}

.footer{
    border-top: 2px solid rgb(193, 202, 207);
   color:rgba(130, 130, 130 ,1);
   font-size: 14px;
   margin-top:20px;
}

.footer p{
    padding-top: 10px;
    font-size: 12px;
    padding-bottom: 20px;
    color: #696969;
}




  