@charset "UTF-8";
body{
    font-family:lato,Helvetica,Arial,sans-serif;
    line-height:1.71429;
    font-weight:400;
    letter-spacing:.075em;
    color:#706e6e;
}
.font-sec{
    font-family:quattrocento sans,sans-serif;
}
p{
    margin:0
}
h1,h2,h3,h4,h5,h6{
    margin-top:0;
    margin-bottom:0;
    font-family:quattrocento sans,sans-serif;
    font-weight:700;
    letter-spacing:.075em;
    color:#151515;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{
    color:#57a0ea;
}
h1{
    font-size:38px;
    line-height:1.2;
}
.menu ul{
    list-style: none;
    display: inline-flex;
    color: #fff;
}
.menu ul li {
    padding-right: 20px;
}
.menu ul li i{
    color: #bbb2a4;
    background-color: #f2f3f8;
    border-radius: 100%;
    padding: 8px;
    font-size: 20px;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
}
.menu ul li a{
    color:#fff;
    text-decoration:unset;
}
.menu {
    background: #61789d;
}
.banner_sec{
    background-image:url('../images/banner.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    /*height: calc(100vh - 150px);*/
    position:relative;
}
.banner_sec:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
}
.banner-content {
    padding: 167px 0;
}
.banner-content p:first-child {
    position: relative;
    padding-left: 20px;
    font-size:20px;
}
.banner-content p:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-left: 4px solid #57a0ea;
}
/*.button-effect {*/
/*    animation-name: fadeInUp;*/
/*    display: inline-flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    position: relative;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*    vertical-align: middle;*/
/*    font-size: 12px;*/
/*    font-weight: 700;*/
/*    letter-spacing: .1em;*/
/*    padding: 9px 30px;*/
/*    text-transform: uppercase;*/
/*    color: #151515;*/
/*    background-color: #fff;*/
/*    min-width: 230px;*/
/*    min-height: 61px;*/
/*    margin-top: 30px;*/
/*}*/
fieldset{
    background-color: rgba(209, 202, 202, 0.5);
    padding: 20px;
    margin: 24px 92px;
}
fieldset .form-control{
    background-color: #EFF2F5;
    color: unset;
    border: unset;
    border-radius: unset;
    font-size: 14px;
}
.banner_sec button{
    color: #fff;
    background-color: #57a0ea;
    border-radius: unset;
    width: 100%;
    text-transform: uppercase;
    padding: 9px;
    font-weight: bold;
    font-size: 15px;
}
.banner_sec p, .banner_sec h1 {
     color: #fff; 
}
.banner_sec h2{
    color:#000;
}
.why_us p, .clients p, .testimonial p{
    padding: 15px 0px 30px 0px;
}
.ser p {
    font-size: 14px;
}
.why_us img {
    border-radius: 100%;
    margin-bottom: 24px;
}
h6, h2 {
    color: #61789d;
}
.sched_sec {
    background: #f2f3f8;
    /*padding: 45px 0;*/
}
.sched_sec h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    border-bottom: 4px solid #57a0ea;
}
.sched_sec h4{
    position:relative;
    padding-bottom:20px;
    font-size:21px;
}
.review{
    padding: 40px 0px 50px;
}
.rev_holder {
    padding: 20px 0 0;
    display: inline-flex;
}
/*.rev_holder img {*/
/*    border-radius: 100%;*/
/*}*/
.rev_content_holder p {
    font-size: 14px;
    display: inline-flex;
}
.rev_content_holder {
    /*padding: 0 20px;*/
    text-align: justify;
}
.rev_content_holder p:before {
    content: '\f00c';
    margin-right: 10px;
    font-family: fontawesome;
    font-size: 13px;
    display: inline-block;
    color: #57a0ea;
    align-self: flex-start;
}
.schedule{
    background-image: url('../images/sched.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
    position: inherit;
    right: -104px;
    bottom: 0;
    width: 100%;
    top: 0;
}
.schedule:before {
    content: '';
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.sched_content{
    padding: 25px 28px 20px;
    display: inline-flex;
    font-size: 14px;
    text-align: justify;
    color: #fff;
}
.schedule .fa{
    color: #fff;
    font-size: 35px;
    padding-right: 20px;
    padding-top: 6px;
}
.client_holder{
    width:25%;
    border: 1px solid #ebecf1;
}
/*.client_holder h6:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    width: 50px;*/
/*    border-bottom: 4px solid #fff;*/
/*}*/
.box p {
    padding: 0;
}
.box {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(43,52,59,.05);
    padding: 35px 0;
    /* border: 1px solid #ddd; */
}
.client_holder h6 {
    position: relative;
    color:#000;
    padding-bottom: 20px;
}
.client_holder p{
    color:#fff;
}
.client_holder:nth-child(1){
    /*background:rgba(120,188,238,1);*/
    background:rgb(242, 243, 248);
}
.sched_content:nth-child(2){
    /*background:rgba(120,188,238,1);*/
    background:rgb(242, 243, 248);
}
.client_holder:nth-child(2), .sched_content:nth-child(3){
    /*background:rgba(76,165,232,1);*/
    background:rgb(242, 243, 248);
}
.client_holder:nth-child(3), .sched_content:nth-child(4){
    /*background:rgba(55,94,188,1);*/
     background:rgb(242, 243, 248);
}
.client_holder:nth-child(4), .sched_content:nth-child(5){
    /*background:rgba(39,77,168,1);*/
    background:rgb(242, 243, 248);
}
.client_info {
    padding: 25px 20px 2px;
}
.quick_contact{
    background:#f2f3f8;
    padding: 20px 0;
}
.quick_contact a {
    text-decoration: unset;
    font-weight: bold;
    color: #61789d;
}
.testimonial_holder p {
    padding-top: 5px;
    padding-bottom: 19px;
}
/*.quick_contact button{*/
/*    color: #fff;*/
/*    background-color: #57a0ea;*/
/*    padding: 14px 45px;*/
/*    font-weight: bold;*/
/*    font-size: 18px;*/
/*}*/
/*.quick_contact h2 {*/
/*    font-size: 35px;*/
/*    padding-bottom:5px;*/
/*}*/
.testimonial_holder {
    border: 2px solid #f2f3f8;
    padding: 20px;
}
.copyright a {
    color: #61789d;
    text-decoration: underline;
}
.copyright {
    background: #323942;
}
.capt_error{color:red;position: absolute;bottom: 85px;font-size: 12px;}
/*responsive*/
@media(max-width:1024px){
    fieldset {
    margin: 24px 55px;
}
.banner_sec h2{
    font-size:29px;
}
}
@media(max-width:768px){
    fieldset{
    margin:24px auto;
}
.schedule{
    right:-39px;
}
.menu ul{
    padding:0;
}
.banner-content {
    padding: 150px 0;
}
}

@media(max-width:600px){
    .banner_sec{
        height:auto;
    }
    .banner-content {
    padding: 39px 0;
}
fieldset{
    margin:unset;
}
.schedule {
    
    height: 220px;
    
     right: unset; 
    
}
.client_holder {
    width: 100%;
}
.menu ul li i{
    margin-right: 0;
    font-size: 13px;
    width: 28px;
    height: 28px;
}
.menu ul{
    padding-left:0;
    padding-top: 12px;
}
.menu ul li {
    padding-right: 15px;
    font-size: 13px;
}
.capt_error{
    bottom:61px;
}
.banner_sec h2{
    font-size:29px;
}
}
