.bk-map {
    background: url("https://designerich.info/demo/global-11/img/images/map.svg") no-repeat right top;
}
.header-white {
    border-top: 3px solid #F0F0F0;
}
.pad-lg {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pos-rel {
    position: relative;
}

.text-center {
    text-align: center;
}

.header-white .h-title-wrap {
}


.fade-in-load.is-active {
    animation: fadeIn 1s cubic-bezier(0.6, 0.2, 0.1, 1);
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.h-title.has-line {
    margin-bottom: 120px;
}



.header-white .h-title h1 {
    color: #0D2B3E;
}
.h-title h1 {
    color: #fff;
    margin-bottom: 12px;
    margin-right: auto;
    margin-left: auto;
}


.header-white .h-title p {
    color: #47b888;
	text-shadow: 1px 1px 2px #389d72;
}
.h-title p {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin: 0;
    font-weight: 700;
    display: block;
    padding-top: 0px;
    line-height: 160%;
    color: #fff;
    text-transform: uppercase;
}

.fade-up.is-active, .fade-down.is-active, .fade-up-box.is-active>div {
    transform: translateY(0px);
    opacity: 1;
}
.fade-up {
    transform: translateY(24px);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.fade-up.is-active, .fade-down.is-active, .fade-up-box.is-active>div {
    transform: translateY(0px);
    opacity: 1;
}

.has-fade-delay-1 {
    transition-delay: 0.2s;
}

.form-box {
    border: 2px solid #D5DADD;
    border-radius: 6px;
    background-color: #F8F8F8;
    float: left;
    width: 100%;
}

.pad-box-md {
    padding: 40px;
}


.pad-xs {
    padding-top: 12px;
    padding-bottom: 12px;
}


.form-control {
    font-size: 16px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 400;
    width: 100%;
    line-height: 1em;
    padding: 14px 20px;
    background: #fff;
    border: 1px solid #CCD7DD;
    border-radius: 3px;
    color: #0D2B3E;
    transition: all 0.3s cubic-bezier(0.6, 0.2, 0.1, 1);
    display: block;
}


.has-line:after {
    content: "";
    height: 2px;
    width: 50px;
    background-color:#06568b;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -26px;
}








































