.hero-section{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 190px 0px 0px 0px;
    background-color: #a7c4df;
    margin-top: -100px;
    background-image: url(../images/SkylineV3.svg);
    background-repeat: no-repeat;
    background-position: center;
}


@media(max-width:992px){
    .hero-section{
        padding: 140px 0px 0px 0px;
    }
}

.hero-section h1{
    color: #2D358B;
    font-size: 42px;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .hero-section h1{
        font-size: 36px;
    }
}

.hero-section p{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 30px;
}


.service-box{
    padding: 0px 30px 30px 30px;   
}

@media (min-width: 1200px) {
    .service-box {
        min-height: 435px;
    }
}

.service-box .service-img{
    margin-top: -40px;
    display: inline-block;
}

.service-box-content{
    text-align: left !important;
}

.service-box-content h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    color: var(--white-color);
    padding: 20px 0;
}


.cta-phone-mockup{
    margin: 0px 0px -100px 0px;
}


.about-content h2{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3em;
}


.about-content .divider-title{
    margin: 0 auto;
    width: 70px;
    height: 5px;
    background-color: #2D358B;
    margin-bottom: 20px;
}


.about-content p{
    text-align: center;
    font-size: 19px;
    font-weight: 400;
}


/* .cta-aboutus{
    background: #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cta-aboutus-right{
    max-width: calc( 50% - 20px );
} */



.service-right-img{
    position: relative;
    max-width: 380px;
}

.service-right-img::after{
    content: '';
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 50rem;
}


.sectors-service-box{
    padding: 40px 20px;
    background: #eee;
}

.sectors-service-box ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
}

.sectors-service-box ul li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    color: var(--blue-once);
    font-size: 20px;
    font-weight: bold;
}


.service-list-icons{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    gap: 20px;
}



.service-list-icons li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
    width: calc(20% - 20px);
}

@media(max-width:991px){
    .service-list-icons li{
        width: calc(33.33% - 20px);
    }
}

@media(max-width:767px){
    .service-list-icons li{
        width: calc(50% - 20px);
    }
}


.service-list-icons li h3{
    color: var(--primary-color);
    font-size: 20px !important;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
    text-align: center
}


.service-list-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 50rem;
    background: var(--blue-once);
    font-size: 65px;
    width: 100%;
    max-width: 130px;
    height: 130px;
}

.service-list-icon i, .service-list-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    color: var(--white-color);
    fill: var(--white-color);
}


.contact-form-widget{
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #EEEEEE;
    flex-direction: column;
}


.contact-form-widget h2{
    color: var(--blue-once);
    font-weight: 600;
}

.contact-form-widget h3{
    font-size: 18px;
    font-weight: bold;
}

.middle_name{
    display: none !important;
}

.parsley-errors-list{
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #000;
  background-color: #fff !important;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #000;
  background-color: #fff !important;
  border: 1px solid #b94a48 !important;
}
.parsley-errors-list {
  margin: 5px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #b94a48;
  transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
}
.parsley-errors-list.filled {
  opacity: 1;
}
#contactModal .parsley-errors-list {
  color: #fff !important;
}