h1,h2,h3,h4,h5,h6 {
    margin: 0
}

.header {
    display: block;
    position: fixed;
    background: 0 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    box-shadow: none
}

.header.sticky {
    background: #142b51
}

.about-us b {
    color: #0e76bc
}

.about-us h2 {
    color: #002856;
    font-size: 30px;
    font-weight: 800;
    line-height: 42px;
    margin: 0;
    margin-bottom: 20px
}

.about-us p {
    color: #101010;
    font-size: 19px;
    line-height: 30px;
    margin: 5px 0 0;
    margin-bottom: 27px
}

.hero-header {
    position: relative;
    padding: 169px 0 310px
}

.services,section.hero {
    text-align: center;
    color: #fff;
    position: relative
}

.services:before,section.hero:before {
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #002856;
    opacity: .86
}

h1.hero-title {
    margin: 0 0 22px
}

.hero-header .search-submit {
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 9px 0 0 11px
}

.shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

svg {
    vertical-align: middle
}

.shape.shape-bottom {
    transform: rotate(180deg);
    bottom: -1px
}

.shape.shape-bottom {
    transform: rotate(180deg);
    bottom: -1px
}

.shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg)
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}


.about-box {
    width: 48%;
    text-align: center;
    box-shadow: 0 0 15px rgb(0 0 0/10%);
    margin-bottom: 24px;
    border-radius: 19px;
    padding: 16px 0;
    background: #fff;
}

.shape-divider-top {
    width: 100%;
    overflow: hidden;
    transform: rotate( 180deg);
    position: relative;
    top: -2px
}

.shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(155% + 1.3px);
    height: 181px
}

.relative {
    position: relative
}

.serve-box {
    background: #fff;
    color: #000;
    width: 30%;
    padding: 30px 20px;
    border-radius: 20px;
    margin: 20px 16px
}

.flex-center {
    justify-content: center
}

section.services {
    padding: 0 0 224px
}

.faqs-box {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0/10%)
}

.faqs-title {
    padding: 12px 15px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    color: #082855
}

.faqs-box.active .faqs-title:after {
    content: " \2212";
    color: #8ec548
}

.faqs-answer {
    padding: 25px 15px;
    display: none
}

.city-box {
    width: 41%;
    margin: 15px
}

.faqs-box.active .faqs-answer {
    display: block
}

.contact-us,.faqs {
    background: #f2f8ff
}

.shape-fill-gray {
    fill: #f2f8ff
}

.serve-box a {
    text-decoration: none;
    color: #000
}

.section-title-padd {
    padding-bottom: 60px
}

.section-padding {
    padding: 60px 0
}
.city-list li {
    list-style: none;
    display: inline-block;
}
.city-list a {
    display: block;
    background: #324c85;
    padding: 6px 30px;
    margin-right: 15px;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
}

ul.city-list {
    text-align: center;
    padding: 50px 0;
}
.faqs-title .icon {
    fill: #0f2a53
}

input[type=email],input[type=text],input[type=tel],input[type=mail] {
    border: 0;
    margin-bottom: 35px;
    width: 89%;
    background: #fff;
    font-weight: 900;
    font-size: 21px;
    border: 1px solid #dadbdd;
    border-radius: 7px;
    color: #606266;
    padding: 11px 15px
}

textarea {
    max-height: 181px;
    margin-bottom: 35px;
    width: 89%;
    background: #fff;
    font-weight: 900;
    font-size: 21px;
    border: 1px solid #dadbdd;
    border-radius: 7px;
    color: #606266;
    padding: 11px 15px
}

input.submit {
    font-weight: 900;
    border: 0;
    padding: 7px 46px;
    font-size: 18px;
    font-weight: 900;
    font-size: 23px;
    width: 89%;
    color: #fff;
    background: #142b51;
    cursor: pointer
}

form#contact-form {
    text-align: right
}

span.required {
    color: red
}

label {
    display: inline-block;
    font-weight: 500;
    line-height: inherit;
    margin-bottom: 0;
    display: block;
    margin-bottom: 11px;
    font-size: 20px
}

.col-2 {
    width: 46%
}

.col-3 {
    width: 33.3333%
}

.col-65 {
    width: 62%
}

@media (max-width: 767px) {
.hero-header {
    padding: 92px 0 93px;
}
.serve-box,
.col-65,    
.col-3,    
.col-2 {
    width: 100%
}




}