@font-face {
    font-family: 'alex_brushregular';
    src: url('../fonts/alexbrush-regular-webfont.woff2') format('woff2'),
         url('../fonts/alexbrush-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
body{
    color: #14242b;
    font-family: 'Oswald', sans-serif;
    line-height: 1.2;
}
p{
    font-family: 'Montserrat', sans-serif;
    color: #14242b;
    font-size: 16px;
    line-height: 28px;
}
h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
header {
    position: absolute;
    height: 100%;
    width: 200px;
    background: #331e4c;
    z-index: 1;
}
header nav.navbar {
    flex-wrap: wrap;
    padding: 0;
}
header nav.navbar ul.navbar-nav {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}
header nav.navbar a.navbar-brand {
    margin: 70px auto 50px;
    padding: 0;
}
header .container {
    padding: 0;
}
header nav.navbar ul.navbar-nav li a {
    padding: 16px 20px !important;
    line-height: normal;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}
.navbar-expand-md .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    width: 3px;
    top: 0;
    bottom: 0;
    background: #fff;
    left: 0;
    display: none;
}
header nav.navbar ul.navbar-nav li a svg {
    margin: 0 20px 0 0;
    font-size: 20px;
}
header nav.navbar ul.navbar-nav li a img {
    width: 20px;
    margin: 0 15px 0 0;
    vertical-align: middle;
    margin-top: -1px;
}
.navbar-expand-md .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #1d0e2e;
    bottom: 0;
}
header nav.navbar ul.navbar-nav li a.active:before,
header nav.navbar ul.navbar-nav li a:hover:before{
    display: block;
}
header nav.navbar ul.navbar-nav li a.active:after,
header nav.navbar ul.navbar-nav li a:hover:after{
    display: none;
}
header nav.navbar ul.navbar-nav li a.active,
header nav.navbar ul.navbar-nav li a:hover{
    background: #2a193e;
}

section.main-top {
    margin-left: 200px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
section.main-top a.scroll-down {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
section.main-top .text-content {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}
section.main-top .text-content h1 {
    padding: 70px 0;
    /* background: rgba(51, 30, 76, .5); */
    text-align: center;
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
}
section.main-top a.play-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 85px;
    background: rgba(51, 30, 76, .83);
    border-radius: 100px;
    border: 3px solid #fff;
    font-size: 40px;
    color: #fff;
}
section.main-top .powered-by {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: bold;
}
section.main-top .powered-by h3 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 15px 0;
}
section.main-top .powered-by h4 {
    font-size: 50px;
    margin: 0;
    line-height: 50px;
}
.pt-80{
    padding-top: 80px !important;
}
.pb-80{
    padding-bottom: 80px !important;
}
.pt-70{
    padding-top: 70px !important;
}
.pb-70{
    padding-bottom: 70px !important;
}
.about-section .img-wrap {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
}
.about-section .text-content h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.text-content h5 {
    font-family: 'alex_brushregular';
    font-size: 30px;
    color: #14242b;
    margin: 0;
}
.apt-info {
    background: #14242b;
    color: #fff;
}
.apt-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.apt-info ul li {
    padding: 30px 15px;
    width: 25%;
}
.apt-info ul li h4 {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
        margin: 0;
}
.apt-info ul li p {
    color: #fff;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
        font-size: 14px;
}
.apt-info ul li + li {
    border-left: 1px solid #0c181d;
}
section.register-link {
    margin: 50px 0 120px;
}
.register-link .text-content {
    text-align: center;
    position: relative;
    width: 100%;
    border: 5px solid #14242b;
    padding: 40px 0;
}
.register-link .text-content h3 {
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 26px;
    text-transform: capitalize;
}
.register-link .text-content p {
    color: #777777;
    font-size: 20px;
    margin: 0 0 20px 0;
    line-height: 22px;
}
.register-link .text-content a.btn {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 48px;
    padding: 0 25px;
    border-radius: 100px;
}
.btn-purple {
    background: #331e4c;
    color: #fff !important;
}
.btn-purple:hover {
    color: #fff;
    opacity: .9;
}
.register-link .text-content:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    background: transparent;
    border: 5px solid #331e4c;
    transform: rotate(4deg);
    z-index: -1;
}
section.feature-section {
    background: url(../images/features-bg.png);
    background-size: cover;
    position: relative;
}
.feature-section h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: #fff;
    text-transform: uppercase;
}
section.feature-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 30, 76, .5);
    z-index: 0;
}
section.feature-section .container {
    z-index: 1;
    position: relative;
}
section.feature-section .features-wrap {
    background: rgba(255, 255, 255, .3);
    padding: 20px;
}
section.feature-section .features-wrap ul {
    padding: 30px;
    margin: 0;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 26px;
    list-style: none;
    border: 3px solid #fff;
    background: rgba(51, 30, 76, .24);
}
section.feature-section .features-wrap ul li {
    position: relative;
    padding-left: 15px;
    margin: 20px 15px 20px 0;
}
section.feature-section .features-wrap ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100px;
    left: 0;
    top: 8px;
}
.photos-section h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.photos-wrap .img-wrap {
    height: 100%;
}
.photos-wrap .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.photos-wrap > .row {
    margin: 0 -12px;
}
.photos-wrap > .row > div {
    padding: 0 6px;
}
.photos-wrap .thrice .row {
    height: 100%;
}
.photos-wrap .thrice .row .col-md-6 {
    padding-top: 12px;
}
.photos-wrap .twice .row {
    height: 100%;
}
.mt-12 {
    margin-top: 12px;
}
.pt-12 {
    padding-top: 12px;
}
section.video-tab {
    background: #efeaf7;
}
.video-tab ul.nav.nav-tabs {
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-tab ul.nav.nav-tabs .nav-item {
    margin-bottom: 0;
}
.video-tab ul.nav.nav-tabs .nav-item a {
    padding: 0 25px;
    line-height: 58px;
    background: #14242b;
    color: #fff;
    border: 1px solid #14242b;
    border-radius: 0;
    min-width: 200px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 0 8px;
}
.video-tab ul.nav.nav-tabs .nav-item a img {
    margin: 0 12px 0 0;
    width: 24px;
    vertical-align: middle;
    margin-top: -2px;
}
.video-tab ul.nav.nav-tabs .nav-item a.active,
.video-tab ul.nav.nav-tabs .nav-item a:hover {
    background: #331e4c;
    color: #fff;
}
.auther-content {
    padding: 20px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3);
    border-radius: 9px;
    display: flex;
    background: #fff;
}
.auther-content .auther-img {
    width: 100%;
    max-width: 170px;
    margin: 0 15px 0 0;
}
.auther-content .auther-info h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 8px 0;
}
.auther-content .auther-info p {
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: 26px;
}
.auther-content .auther-info p + p {
    margin-top: 8px;
}
.social .social-tag {
    display: inline-block;
    padding: 0 15px;
    line-height: 36px;
    border-radius: 4px;
    text-decoration: none;
}
.social-tag.fb {
    background: #3b5998;
    color: #fff;
}
.social-tag.twit {
    background: #1da1f2;
    color: #fff;
}
.social .social-tag:hover {
    opacity: .8;
}
.social .social-tag svg {
    margin: 0px 12px 0 0;
}
.auther-content .auther-info .social {
    margin-top: 8px;
}
.auther-content .auther-info {
    width: 100%;
}
.btn.website-link {
    background: #eeeeee;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    color: #333;
    padding: 0 22px;
    width: 100%;
}
.btn.website-link:hover {
    background: #333;
    color: #fff;
}
.auther-content + .auther-content {
    margin-top: 30px;
}
section.get-touch-section {
    background: url(../images/contact-bg.jpg);
    background-size: cover;
    background-position: top center;
}
section.get-touch-section .contact-form {
    max-width: 50%;
    padding: 0 15px;
    margin-left: auto;
}
.form-group .form-control {
    border: 1px solid #14242b;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 15px;
    min-height: 38px;
}
.form-group textarea.form-control {
    min-height: 160px;
    resize: none;
}
ul.social-icon li svg {
    width: 20px;
    margin-top: 14px;
}
.contact-form ul.social-icon {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: top;
    margin-top: 30px;
}

::-webkit-input-placeholder {
  color:#14242b !important;
}
::-moz-placeholder {
  color:#14242b !important;
}
:-ms-input-placehold{
  color:#14242b !important;
}
:-moz-placeholder {
  color:#14242b !important;
}
.form-group {
    margin: 0 0 20px 0;
}
.map-section .map-wrap {
    background: #aadaff;
    min-height: 500px;
}
.contact-form ul.social-icon a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #14242b;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
    margin: 0 8px;
}
.contact-form ul.social-icon a:hover {
    background: #331e4c;
}
.contact-form a.btn.btn-purple {
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    padding: 0 30px;
    line-height: 48px;
}
ul.file_view_dl li svg {
    width: 30px;
    height: 24px;
}
ul.file_view_dl {
    display: inline-block;
    padding-left: 0;
}
ul.file_view_dl li {
    display: inline;
}
#floors .table, #documents .table{  width:100%;table-layout:fixed}
.video-wrap > * {
    padding: 0 15px;
}

p.voh_link a {
    color: #777777;
    font-size: 18px;
    margin: 0 0 20px 0;
    line-height: 22px;
}
p.voh_link svg {
    width: 15px;
    margin-right: 8px;
}

.template-two #registration_modal .form-group {
    margin: 0 0 25px 0;
}
.template-two  #registration_modal.form-group input.form-control {
    background: transparent;
    padding: 0;
    border: 1px solid #331e4c;
    min-height: 44px;
    padding: 0 15px;
    font-size: 14px;
    color: #221c19;
    box-shadow: -2px 0 0px 0 #331e4c;
}
.template-two #registration_modal .form-group .btn {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 48px;
    padding: 0 25px;
    border-radius: 100px;
    color: #fff;
    background: #331e4c;
}
.template-two #registration_modal .form-group span.err_display {
    font-size: 12px;
    line-height: 0;
    color: red;
}
 .template-two #registration_modal .form-group input.form-control.error {
    border-color: #ff0000;
}
.template-two #registration_modal .form-group .btn:hover {
    opacity: 0.9;
}
.form-control:focus{
    box-shadow: -2px 0 0px 0 #331e4c !important;
}

.form-control.error{
    box-shadow: -2px 0 0px 0 #ff0000 !important;
}

.template-two .video-wrap-new iframe {
    border: none;
}

.template-two .video-wrap-new .slick-next:before, .template-two .video-wrap-new .slick-prev:before {
    color: #331e4c;
}
.template-two .video-wrap-new ul.slick-dots li button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 2px solid #331e4c;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    margin: 0 !important;
    padding: 0;
    transition: all 0.3s ease;
}

.slick-dots li button:before {
    display: none;
}

.template-two .video-wrap-new ul.slick-dots li {
    width: auto;
    margin: 0 4px;
    height: auto;
}

.template-two .video-wrap-new ul.slick-dots li.slick-active button {
    background: #331e4c;
    transition: all 0.3s ease;
}
.cust-website-w{width: 125px !important;}
@media(min-width:1650px){
    .container{
        max-width: 1440px;
    }
    .apt-info ul li{
        padding: 28px 35px;
    }
}
@media(max-width: 1650px){
    p {
        font-size: 14px;
        line-height: 22px;
    }
    .about-section .text-content h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .text-content h5{
        font-size: 24px;
    }
    .apt-info ul li{
        padding: 15px 15px;
    }
    .apt-info ul li h4 {
        font-size: 16px;
    }
    section.main-top .text-content {
        max-width: 700px;
    }
    section.main-top .text-content h1 {
        padding: 40px 0;
        font-size: 48px;
        line-height: 58px;
    }
    section.main-top a.play-icon {
        width: 80px;
        height: 80px;
        font-size: 24px;
    }
    section.main-top .powered-by h3 {
        font-size: 24px;
        line-height: 24px;
    }
    section.main-top .powered-by h4 {
        font-size: 34px;
        line-height: 34px;
    }
    section.feature-section .features-wrap ul {
        font-size: 16px;
        line-height: 22px;
    }
    section.feature-section .features-wrap ul li:before {
        top: 5px;
    }
    section.feature-section .features-wrap ul li {
        margin: 10px 15px 10px 0;
    }
    .video-tab ul.nav.nav-tabs .nav-item a {
        line-height: 48px;
        font-size: 16px;
    }
}
@media(max-width: 1024px){
    .pt-80 {
        padding-top: 50px !important;
    }
    .pb-80 {
        padding-bottom: 50px !important;
    }
    .apt-info ul {
        flex-wrap: wrap;
    }
    .apt-info ul li {
        width: 50%;
    }
    section.register-link {
        margin: 30px 0 80px;
    }
    .pb-70 {
        padding-bottom: 50px !important;
    }
    .pt-70 {
        padding-top: 50px !important;
    }
    .auther-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .auther-content .auther-img {
        margin: 0 0 20px 0;
    }
}
@media(max-width: 991px){
    .about-section .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-section .col-md-6:first-child {
        order: 2;
        margin-top: 30px;
    }
}
@media(max-width: 767px){
    header {
        position: relative;
        width: 100%;
    }
    header nav.navbar a.navbar-brand {
        margin: 0;
    }
    header nav.navbar a.navbar-brand img {
        max-width: 100px;
    }
    header .container {
        padding: 10px 15px;
    }
    section.main-top {
        margin-left: 0;
    }
    span.navbar-toggler-icon {
        display: flex;
        align-items: center;
        color: #fff;
        background: #513e62;
        justify-content: center;
        border-radius: 4px;
        width: 40px;
        height: 40px;
    }
    button.navbar-toggler {
        padding: 0;
    }
    section.get-touch-section .contact-form {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    .contact-form ul.social-icon a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
        margin: 0 6px;
    }
    section.main-top .text-content {
        padding: 0 15px;
    }
    section.main-top .text-content h1 {
        font-size: 24px;
        line-height: 30px;
        padding: 20px 0;
    }
    header nav.navbar{
        position: initial;
    }
    header .navbar-collapse {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 2;
        background: #331e4c;
        left: 0;
    }
    .pb-80 {
        padding-bottom: 30px !important;
    }
    .pt-80 {
        padding-top: 30px !important;
    }
    section.register-link {
        margin: 30px 0 50px;
    }
    .register-link .text-content p {
        font-size: 14px;
    }
    section.feature-section .features-wrap ul,
    section.feature-section .features-wrap {
        padding: 15px;
    }
    .pt-70 {
        padding-top: 30px !important;
    }
    .pb-70 {
        padding-bottom: 30px !important;
    }
    .photos-wrap > .row > div + div {
        margin-top: 12px;
    }
}
@media(max-width: 480px){
    .video-tab ul.nav.nav-tabs li {
        width: 100%;
        margin: 0 0 15px 0 !important;
    }
    .video-tab ul.nav.nav-tabs .nav-item a {
        margin: 0;
    }
    .auther-content {
        margin: 0 0 30px 0;
    }
    .btn.website-link {
        margin-top: 15px;
    }
    .map-section .map-wrap{
        min-height: 300px;
    }
    section.feature-section .features-wrap ul{display:block;}
}
