.header {
    position: relative;
}

.logo_holder {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 31px;
}

.logo_holder img {
    height: 164px;
    object-fit: cover;
}

.banner {
    background-image: url(../images/bg-img.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 69%;
    min-height: 978px;
    position: relative;
    z-index: -2;
}

.cap_holder {
    position: absolute;
    right: 0;
    bottom: 253px;
    left: 0;
}

.cap_holder h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 75px;
    color: #ffffff;
    background: #ed3440;
    float: right;
    padding: 14px 40px;
    margin: 0;
}

.video {
    position: relative;
    color: #fff;
    padding-bottom: 219px;
}

.video:after {
    background-image: url('../images/bg-blue.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: -368px;
    content: '';
    bottom: 0;
    z-index: -1;
}

.video h3 {
    font-size: 48px;
    font-weight: 800;
    margin: 0 0 43px;
    line-height: 43px;
    text-transform: uppercase;
}

.video p {
    font-size: 24px;
    margin: 0 0 70px;
    font-weight: 600;
}

.video h4 {
    font-size: 24px;
    position: relative;
    display: inline-block;
    margin: 0 0 32px 0;
    font-weight: 400;
}

.video h4:after {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    content: '';
    bottom: 0;
    left: 0;
}

.video ul {
    list-style: none;
    margin: 0 0 85px 0;
    padding: 0 0 0 36px
}

.video ul li {
    font-size: 18px;
    font-weight: 600;
}

.video .text_left p,
.video .text_right p {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}

.video .text_left {
    display: inline-block;
    float: left;
    width: 18%
}

.video .text_right {
    width: calc(100% - 18%);
    float: left;
}

.m-tp {
    margin-top: -155px;
}

.video .embed-responsive {
    height: 262px;
    width: 463px;
    float: right;
    margin-top: 60px;
}

.video .embed-responsive iframe {
    height: 259px;
}

.form {
    position: relative;
    color: #fff;
    z-index: 5;
}

.form:after {
    background-image: url('../images/red-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: -361px;
    content: '';
    bottom: 0;
    z-index: -1;
}

.innerbx-1 h2 {
    display: block;
    text-align: right;
    font-size: 48px;
    font-weight: 800;
    text-align: right;
    margin: 0;
    line-height: 60px;
    color: #fff;
}

.innerbx-1 {
    margin-bottom: 56px;
    margin-top: -146px;
}

.innerbx-1 p {
    font-size: 24px;
    margin: 25px 0 0 0;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
}

.inner-bx2 p {
    font-size: 14px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 18px 0 53px;
    position: relative;
}

.inner-bx2 p:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    width: 55px;
    height: 1px;
    background-color: #f26972;
    margin: 0 auto;
}

.form form input::-webkit-input-placeholder {
    color: #ffffff;
}

.form form input::-moz-placeholder {
    color: #ffffff;
}

.form form input:-ms-input-placeholder {
    color: #ffffff;
}

.formform input:-moz-placeholder {
    color: #ffffff;
}

.form .form-control {
    height: 43px;
    background-color: transparent !important;
    border-radius: 3px;
    border: 1px solid #ffffff !important;
    box-shadow: none !important;
    font-size: 14px;
    color: #ffffff !important;
    font-weight: 500;
    padding-left: 48px;
}

.form .iconbox {
    position: relative;
}

.form .iconbox:before {
    content: '\f003';
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    left: 17px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: FontAwesome;
}

.form .form-group {
    margin-bottom: 23px;
    padding: 0 57px;
}

.form .form-group p {
    margin: 34px 0 0 0;
    font-size: 11px;
}

.form .btn {
    font-size: 16px;
    color: #222222;
    font-weight: 800;
    padding: 10px 35px;
    margin-top: 20px;
    transition: all 0.3s;
    background: #fff;
    box-shadow: none;
}

.form .btn:hover,
.form .btn:focus {
    background: #222222;
    color: #fff;
    border: none;
}

.map-box {
    position: relative;
}

.map-box:before {
    background-image: url(../images/map-be.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    z-index: 4;
    height: 361px;
    left: 0;
    right: 0;
    top: 0;
}

.map-box #map1 {
    margin-top: -119px;
    width: 100%;
    height: 800px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

footer {
    padding: 42px 0 50px;
}

.logo_footer {
    text-align: center;
    padding: 0 0 21px;
}

.logo_footer img {
    height: 122px;
    object-fit: cover;
}

.copy-right p {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #9099ad;
}

.copy-right {
    padding-bottom: 40px;
}

.copy-right i {
    color: #00d5c3;
}

.social-footer {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 176px
}

.social-footer li {
    display: block;
}

.social-footer li a {
    text-decoration: none;
    color: #909090;
    font-size: 18px;
    display: inline-block;
}

.social-footer li a:hover {
    color: #00d5c3;
}

.social-footer li:first-child a {
    float: left;
}

.social-footer li:last-child a {
    float: right;
}