
.question1 {
    font-size: 18px!important;
    font-weight:700;
}
.reason label {
    font-size:14px;
    color: lightblue;
    font-weight:bold;
    text-align:left;
    float:left;
}
.answer {
    font-size:16px;
}
.section-bg {
    background:#ecf5ff!important;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #556877;
    width: 50%;
}

.section-white {
    background:          #fff;
    padding:30px 0;
}
.section-white .panel-heading{
    background: #d6eaff
}
.section-white h1 {
    color:#283d50;
}
.section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
}
.orange{
    color:orange;
}
#intro {
    width: 100%;
    position: relative;
    background: url("/images/intro-bg.png") center bottom no-repeat;
    background-size: cover;
    padding: 40px 0;
}
#services {
    padding: 60px 0 40px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.intro-img {
    width: 50%;
    float: right;
}
.intro-info {
    width: 50%;
    float: left;
}
.intro-info h2 {
    color:#fff;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
}

.btn-get-started, .intro-info .btn-services {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0 20px 20px 0;
    color:
            #fff;
    cursor: pointer;
}
.btn-services {
    border: 2px solid
    #fff;
}
.btn-get-started {
    background:#18ca6c;
    border: 2px solid #18ca6c;
    color:  #fff;
}
.box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background:
            #fff;
    box-shadow: 0 10px 29px 0
    rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #1845ab;
    border-color: #e7eaec;
}

.panel-body {
    background: #fff;
}

/* Clients Section
--------------------------------*/

#clients {
    padding: 60px 0;
    background: #fff;
}

#clients .clients-wrap {
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
    margin-bottom: 30px;
}

#clients .client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    height: 160px;
}

#clients .client-logo:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#clients img {
    transition: all 0.4s ease-in-out;
}

#footer {
    background: #00428a;
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 14px;
}

#footer .footer-top {
    background: #004a99;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul a {
    color: #ecf5ff;
}
#footer .footer-top h4 {
    color: orange;
}

#footer .footer-top a {
    color: #18ca6c;
}


#footer .footer-top .social-links a {

    font-size: 18px;
    display: inline-block;
    background:#18ca6c;
    color:#fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    cursor: pointer;

}

#footer .footer-top .footer-info h3 {
    font-size: 30px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    color: orange;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

.footer-copyright{
    background:          #00428a;
    padding: 0 0 30px 0;
    color:          #eee;
    font-size: 14px;
}

.select2-container--default .select2-selection--single{
    border:1px solid #e5e6e7;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:35px;
    color:#717273;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:7px;
}
.select2-container .select2-selection--single{
    height: 40px;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
    #testimonials .testimonial-item p {
        width: 80%;
    }
}

@media (max-width: 991px) {

    #intro {
        padding: 140px 0 60px 0;
    }

    #intro .intro-img {
        width: 80%;
        float: none;
        margin: 0 auto 25px auto;
    }

    #intro .intro-info {
        width: 80%;
        float: none;
        margin: auto;
        text-align: center;
    }
    #clients{
        padding: 10px 0
    }
    #footer{
        padding: 1px 0
    }
}

@media (max-width: 767px) {
    #intro .intro-info {
        width: 100%;
    }

    #intro .intro-info h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

}

@media (max-width: 574px) {
    #intro {
        padding: 100px 0 20px 0;
    }
}