.cont h4{
    margin: 0 0 46px 6px;
}

label {
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
}
.contact-button {
    text-align: center;
    margin-top: 28px;
}
.contact-form .btn {
    background: #1c9aca url(../images/arrow.svg) no-repeat scroll 92% center;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: white;
    font-family: "gorditabold";
    font-size: 14px;
    letter-spacing: 1px;
    padding: 13px 56px;
    border-radius: 8px;
    text-transform: uppercase;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
button.btn.resetbtn.btn-secondary {
    padding: 12px;
}

/* Navnbar heading  */
header.white .navbar .menu .menu-item.active a {
    font-weight: 700;
    color: #0D4377;
}
header.white .navbar .menu .menu-item a, header.white .navbar .menu .menu-item i.toggledrop {
    color: #0D4377;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0.25px;
}
header.white .navbar .menu .menu-item a:hover, header.white .navbar .menu .menu-item a:focus,
 header.white .navbar .menu .menu-item.current-menu-item a, header.white .navbar 
 .menu .menu-item.current-menu-item a:focus, header.white 
 .navbar .menu .menu-item.current-menu-item a:hover {
    color: #1D94D3;
}

header.white .navbar .navbar-nav .menu-item a::before, 
header.white .navbar .menu .menu-item a::before {
    background: darkblue;
}

/* Heading+bannar  */
.iq-breadcrumb .iq-breadcrumb-title .page-title, .iq-breadcrumb .iq-breadcrumb-title .title {
    /* color: #fff; */
    position: static !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 42px;
    line-height: 50px;
    margin-right: 478px;
}

.iq-breadcrumb:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: -webkit-linear-gradient(45deg, #092456, #44b3c2) !important;
    opacity: 0.9;
}

