@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0
}
.clear {
    clear: both
}
.clearfix {
    zoom: 1
}
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
body {
    font-family: Arial !important;
    overflow-x: hidden;
    font-size: 16px !important;
}
html {
    font-size: 16px;
}
a {
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
a:hover {
    text-decoration: none;
}
ul {
    margin-bottom: 0;
}
ul li {
    list-style: none;
}
.no-padding {
    padding: 0;
}






.header_nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: 45px;
    left: 50%;
    justify-content: space-between;
    width: 62%;
    transform: translateX(-50%);
}
.header_nav a {
    font-size: 1rem;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-weight: 600;
}
.header_nav a:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0;
    right: 0;
    transition: ease all .3s;
    border-bottom: 1px solid #ff2626;
}
.header_nav a:hover{
    color: #ff2626;
}
.header_nav a:hover:after {
    left: 0;
    right: unset;
    width: 100%;
}
.header_nav a:last-child {
    margin-right: 0;
}
@media screen and (max-width: 1100px) {
    .header_nav {
        display: none !important;
    }
}

header .logo img{
    display: block;
    width: auto;
    height: 80px;
}


header .navbar{
    width: auto;
}

header .navbar a{
    margin-right: 1rem;
    font-size: 1rem;
    font-weight: 600;
}

header .navbar a:hover{
    color: #ff2626;
}

.page-menu-nav .nav-item a {
    font-size: 1rem;
    font-weight: 600;
}

.page-menu-nav .nav-item li{
    color: #fff;
    margin-bottom: 1rem;
}









.footer-nav .nav-item li:first-child a, .page-menu-nav .nav-item li:first-child a{
    font-size: 1.2rem!important;
    margin-bottom: 0.5rem;
    font-weight: bold;
}



.page-menu-nav .nav-item li a{
    font-size: 0.9rem;
}

.footer-top{
    padding-top: 5rem;
}

@media (min-width:1500px){


    .footer-nav,.footer-contact-form{
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}


.footer-contact, .footer-contact-form{
    width: 380px;
}

.footer-contact-form h4{
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding-bottom: 0.8rem;
    font-weight: 600;
}

.footer-contact-form p{
    font-size: 0.9rem;
    line-height: 2rem;
}

.footer-nav .nav-item a{
    font-size: 0.9rem;
    color: #fff
}

footer .copyright,footer .copyright a{
    color: #fff;
}

/*
@media (min-width:1000px) and (max-width:1500px){
	footer .copyright{
		padding: 100px 0 0 0;
	}
}*/

.footer-logo,.footer-social{
    padding-top: 0;
}

.ft_video {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: -2;
}

.ft_video video {
    width: 100%;
    object-fit: cover;
    height: 60vh;
}

.ft_video_bg {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}











@media (min-width: 768px) and (max-width: 1000px) {
    .page-menu-nav .nav-item{
        margin-top: 1rem;
    }

    .ft_video,.footer-nav{
        display: none!important;
    }

    .ft_video_bg{
        background: #000!important;
    }

    .footer-top {
        padding-top: 2rem;
    }

    .footer-contact-form h4 {
        font-size: 2rem;
        margin-bottom: 3rem;
        font-weight: 600;
    }

    .footer-contact-form {
        width: 100%;
        font-size: 1rem;
        padding: 3rem 0!important;
    }

    .footer-contact-form p {
        font-size: 1rem;
        line-height: 2rem;
        margin-bottom: 1rem;
    }

    .copyright {
        font-size: 0.9rem;
        padding: 0 0 1rem 0;
        display: block;
        line-height: 2rem;
    }

    header.sjnavbg {
        background: rgba(0,0,0,.5)!important;
        height: 80px!important;
    }

    header .logo,.navbar{
        top: 40px;
    }

    header .logo img{
        height: 66px;
    }
}













@media (max-width: 768px) {
    .page-menu-nav .nav-item{
        margin-top: 1rem;
    }

    .container{
        padding: 0 1rem!important;
    }

    .page-menu-nav{
        padding: 3rem 1rem 0;
    }

    .page-menu-nav .nav-item{
        width: 50%!important;
    }


    .ft_video,.footer-nav{
        display: none!important;
    }

    .ft_video_bg{
        background: #000!important;
    }

    .footer-top {
        padding-top: 0rem;
    }

    .footer-main{
        padding: 3rem 0 0 0;
    }

    .footer-contact-form h4 {
        font-size: 1.8rem;
        margin-bottom: 3rem;
        font-weight: 600;
    }

    .footer-contact-form {
        width: 100%;
        font-size: 1rem;
        padding-top: 0rem !important;
    }

    .footer-contact-form p {
        font-size: 1rem;
        line-height: 2rem;
        margin-bottom: 1rem;
    }

    .copyright {
        font-size: 0.9rem;
        padding: 0 0 1rem 0;
        display: block;
        line-height: 2rem;
    }

    header.sjnavbg {
        background: rgba(0,0,0,.5)!important;
        height: 80px!important;
    }

    header .logo,.navbar{
        top: 40px;
    }

    header .logo img{
        height: 66px;
    }
}