.img-fix{
   
    height:250px !important;
}
.owl-dots .owl-nav{
    display:none;
}
.align{
    position: absolute !important;
    top: 43% !important;
    right: 65% !important;
}
.thm-color{
    color: #32509f;
}
.about-us{
    background-image: url(src/main-testimonial-bg.jpg);
}
.back-color{
    background-color: #4eb4f5;
}
.back-bg{
    background-color: #e4eef4;
  }
  .feedback-col{
    display: inline-flex;
    padding-top: 123px;
    padding-left: 100px;
    padding-bottom: 80px;
  }
  .col-{
    width: 25%;
    padding-left: 127px;
  }
  .highlight{
    color: #199de3;
    font-weight: bold;
  }
  .hr-1{
    margin-top: 20px;
    width: 109px;
    margin-bottom: 20px;
    border-top: 2px solid #30c0e1;
    float: left;
  }
  .col{
    width: 75%;
    padding-left: 171px;
}
.para{
    font-family: sans-serif;
    font-size: 16px;
  }

  ul{
    list-style-type: none;
  }
  .site-footer{
    background-color:rgb(53 53 53);
  }
.family{
  font-family: 'Montserrat', sans-serif;
}
.bg{
  background-color: #f4f4f4;
}




#success-message {
  opacity: 0;
}

.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  padding: 0 20% 0 20%;
}

.margin-top-25 {
  margin-top: 25px;
}

.form-title {
  padding: 25px;
  font-size: 30px;
  font-weight: 300;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*.form-group .form-control {*/
/*  -webkit-box-shadow: none;*/
/*  border-bottom: 1px;*/
/*  border-style: none none solid none;*/
/*  border-radius:0; */
/*  border-color: #027dfc;*/
/*}*/

/*.form-group .form-control:focus {*/
/*	box-shadow: none;*/
/*  border-width: 0 0 2px 0;*/
/*  border-color: #027dfc;*/
  
/*}*/

textarea {
  resize: none;
}

.btn-mod.btn-large {
    height: auto;
    padding: 13px 52px;
    font-size: 15px;
}

.btn-mod.btn-border {
    color: #027dfc;
    border: 1px solid #027dfc;
    background: transparent;
}

.btn-mod, a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: rgba(34,34,34, .9);
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.btn-mod.btn-border:hover, .btn-mod.btn-border:active, .btn-mod.btn-border:focus, .btn-mod.btn-border:active:focus {
    color: #fff;
    border-color: #027dfc;
    background: #027dfc;
    outline: none;
}
.list-text{
  letter-spacing: 1px;
  font-size: 23px;
}
.back-img{
  background: url(/src/17973908.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}


a.left
{
    position: relative;
}

a.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: black;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
a.left:hover:before {
  visibility: visible;
  width: 100%;
}

@media only screen and (max-width: 500px) {
    .overflow{
        overflow-x:hidden;
    }
    .btn-mod.btn-large {
       padding: 6px 16px;
       font-size: 11px;
    }
  
    .form-title {
        font-size: 20px;
  }
}
