.header .logo img {
    width: 200px;
}
.nav {
    justify-content: end;
}
a.privacy-policy-link {
    color:#0072bc;
}
a.privacy-policy-link:hover {
    color:#709b39;
}
hr.title-divider {
    height: 3px;
    width: 20%;
    margin: 0px auto 40px auto;
    background: #0072bc;
}
hr.title-divider-2 {
    height: 3px;
    width: 20%;
    margin: 0px auto 40px auto;
    background: #fff;
}
.news-content {
    /* min-height: 380px; */
    height: 100%;
}
a.sevices-section-link {
    color: #0072bc;
    font-weight: bold;
}
a.sevices-section-link:hover {
    color: #709b39;
}
.solution-inner {
    background: #EDF2FF;
    padding: 20px 25px;
    
}
.solution-content {
    min-height: 220px;
}
.solution-content h2 {
    margin-bottom:10px;
    color:#0072bc;
    font-size: 25px;
}

.contact-section {
    background:#EDF2FF !important;
} 

.contact-text h3 {
    color:  #709b39;
    font-weight: bold;
}
/* ABOUT */
.mission-approach-section {
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 30px;
    margin: 20px 3%;
}
.mission-approach-head h4 {
    color:#0072bc;
    margin-bottom:10px;
}
.testimonial-inner {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
}
.testimonial-inner h3 {
    color:#0072bc;
}
span.testimonial-icon {
    background: #709b39;
    /* width: 30px; */
    padding: 12px;
    border-radius: 50px;
    margin-right: 10px;
}

span.testimonial-icon i {
    color:#fff;
    font-size: 25px;
}

.owl-dots {
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #709b39;
}

.privacy-policy-content ul li {
    list-style: disc;
    margin-left: 5%;
}
.privacy-policy-content b {
    color:#0072bc;
}

.modal-dialog {
    position: fixed;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    margin: 0;
}

.modal-content {
    border-radius: 0px;
    border:none;
}
.modal-header{
    background: #0072bc;
    border-radius: 0px;
    padding: 5px;
}
.modal-title{
    font-size: 25px;
    color:#fff;
    
}
.modal-body {
    text-align: center;
}

.owl-item{
    padding: 5px;
}

.home-image{
    display: flex;
    height: 100%;
}
.b-head{
    padding-right: 0px;
}
.b-body{
    padding-left:0px;
}