
html {
    font: normal 100 18px / 26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
a {
    text-decoration: none;
    color: #2a578b;
}
a img {
    max-width: 100%;
}

ol,
ul {
    padding: 0 0 0 30px;
}
ol li,
ul li {
    font-size: 18px;
    font-weight: normal;
    line-height: 2em;
}


form {

}
form fieldset {
    padding: 0;
    margin: 0;
    border: none;
}
form fieldset p {

}
form fieldset input[type=text],
form fieldset input[type=email],
form fieldset select,
form fieldset textarea {
    font-family: Roboto;
    font-size: 16px;
    padding: 7px;
    margin: 0;
    background-color: #fbfcfc;
    border: 1px solid #e0e1e1;
}
form input[type=file] {
    font-family: Roboto;
    font-size: 16px;
}
.alert {
    display: block;
    font-size: 24px;
}
.alert-success {
    text-align: center;
    margin: 1em 0;
    color: #456a2b !important;
    max-width: 800px;
}
.note,
.msg {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #676a6c;
}
.error input[type=text],
.error input[type=email],
.error select,
.error textarea {
    border-color: #cd0000 !important;
    background-color: #cd000052 !important;
}
.error input[type=file] {
    color: #cd0000;
}
.error.msg {
    font-style: italic;
    color: #cd0000;
}

.home header {
    height: 996px;
    background: url(../image/main-banner-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

header .top {
    position: fixed;
    top: 0;
    width: 100%;
}
header .top  .content {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1385px;
    padding: 0;
    margin: 0 auto;
}
header .top.bg {
    background-color: #333333;
}
.top .branding {
    width: 240px;
    padding: 25px;
    margin: 0;
}

.top .mobile-nav-button {
    display: none;
    padding: 25px;
    margin: 0;
}

.top .mobile-nav-button a {
    display: block;
    padding: 10px;
    color: #fff;
}
.top nav {
    
}
.top nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.top nav ul li {
    margin: 0 25px;
}
.top nav ul li a {
    text-transform: capitalize;
    color: #fff;
}
header .sponsored-by-rhp-logo {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 290px;
}
header .sponsored-by-rhp-logo img {
    width: 100%;
}

main .content {
    max-width: 960px;
    padding: 96px 10px 30px;
    margin: 0 auto;
}

.home main .content {
    padding-top: 0;
}

main .content h2 {
    font-size: 54px;
    line-height: 1.2em;
    text-align: center;
}

main .content p {
    font-size: 24px;
    line-height: 1.5em;
}

.separator-holder {
    position: absolute;
    display: block;
    top: 49.99%;
    width: 20%;
    border-top: 1px solid #333333;
    content: '';
}
.separator-holder {
    border-top-width: 1px;
}
.separator-left {
    right: 65%;
    margin-right: 1em;
}
.separator-right {
    left: 65%;
    margin-left: 1em;
}
.section-heading {
    position: relative;
}

.home {

}
.home article {
    
}
.home article  {
    
}

.contact header {
    background: none;
}

.contact-form {
    position: relative;
    width: 100%;
    max-width: 800px;
}
.contact-form .name-email {

}
.contact-form .name-email p {
    margin: 0;
}
.contact-form .name-email p input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}
.contact-form .message {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}
.contact-form .message textarea {
    box-sizing: border-box;
    width: 100%;
}
.contact-form .submit p {
    margin: 10px 0;
}
.contact-form .submit p button {
    font-size: 18px;
    padding: 5px 20px;
}
footer {
    padding: 60px 0;
    background-color: #000;
}
footer .content {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1385px;
    margin: 0 auto;
}
footer .branding {
    width: 240px;
    margin: 0 25px;
}
footer .join-us {

}
footer .join-us p {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}
.join-us .ico-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.join-us .ico-list li {
    margin: 0 5px;
}
.join-us .ico-list li .fa-brands,
.join-us .ico-list li img {
    color: #fff;
}
.join-us .ico-list li img {
    width: 18px;
    height: 18px;
}




footer .copyright {
    margin: 0 25px;
    text-transform: capitalize;
    color: #fff;
}
footer .contact {
    margin: 0 25px;
    color: #fff;
}


iframe {
    display: block;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    border: none;
    height: calc(100vh - 96px - 154px - 30px - 270px);
}
.cryptphone:after {
    content: "04427564941";
}
.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-gtld)"."attr(data-cctld); 
}

@media screen and (max-width: 820px) {
    .home header {
        height: 650px;
        background-position-x: 65%;
    }

    header .sponsored-by-rhp-logo {
        top: 26%;
    }
    .top .content {
        flex-wrap: wrap;
    }
    .top .mobile-nav-button {
        display: block;
    }
    .top nav {
        display: none;
        width: 100%;
    }
    .top nav ul {
        display: block;
        background-color: #fff;
    }
    .top nav ul li {
        margin: 0;
    }
    .top nav ul li a {
        line-height: 1em;
        display: block;
        padding: 20px 25px;
        color: #333333;
    }
    .top nav ul li a:hover {
        color: #fff;
        background-color: #333333;
    }

    main .content h2 {
        font-size: 36px;
    }

    footer .content {
        flex-direction: column;
        margin: 0;
    }
    footer .content .contact {
        text-align: center;
    }
}