@font-face {
    font-family: 'Okta Neue Ultra';
    src: url('../font/OktaNeue-UltraLight.eot');
    src: url('../font/OktaNeue-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('../font/OktaNeue-UltraLight.woff2') format('woff2'),
        url('../font/OktaNeue-UltraLight.woff') format('woff'),
        url('../font/OktaNeue-UltraLight.ttf') format('truetype'),
        url('../font/OktaNeue-UltraLight.svg#OktaNeue-UltraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 28px;
}
h1{
    font-weight: 600;
    font-family: 'Okta Neue Ultra';
}
h1,h2,h3,h4{
    font-weight: 200;
    font-family: 'Okta Neue Ultra';
}
h2 {
    margin-bottom: 15px;
    font-size: 42px;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    color: #fff;
}
img{
    max-width: 100%;
}
p{
    color: #5a5a5a;
    font-weight: 300;
}
.section-padding{
    padding-top: 100px;
    padding-bottom: 100px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
    z-index: 1;
}
.slick-arrow.next-arrow {
    right: 0;
    left: auto;
}

/* header css  */
header .container {
    max-width: 1600px;
}
.logo img {
    max-width: 150px;
}
header .menu li a{
    text-transform: uppercase;
    color: #000;
}
header .menu li a:hover{
    color: #000;
}
header .nav .nav-item:last-child a{
    padding-right: 0;
}
header .container{
    padding: 0 30px;
}

/* hero section  */
.hero {
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 92px);
}
.hero .hero-content {
    z-index: 1;
    max-width: 755px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
    margin: 0 auto;
    text-align: center;
}
.hero .hero-content :last-child{
    margin-bottom: 0;
}

.about-box {
    text-align: center;
    padding: 0 30px;
    margin: 0 40px;
}
.about-box :last-child,
.accordion-wrp .content :last-child{
    margin-bottom: 0;
}
.about h6 {
    color: #979797;
    font-style: italic;
}
.about-box p{
    font-size: 14px;
}
.about-slider{
    max-width: 1130px;
    margin: 0 auto;
}

footer,.faq {
    background-color: #202020;
    color: #fff;
}
footer a{
    color: #fff;
    font-weight: 300;
}
footer label{
    font-weight: 300;
}
footer .footer-top {
    border-bottom: 1px solid #464646;
    padding-bottom: 25px;
}
footer .address img{
    height: auto;
    width: auto;
    max-width: 18px;
}
.contact-detail li img{
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
    width: 26px;
}
.contact-detail li {
    padding-left: 40px;
}
.contact-detail li.address {
    padding-left: 30px;
}
.contact-detail li:not(:last-child){
    margin-right: 40px;
    margin-bottom: 10px;
}

.faq .accordion-wrp,.footer-col {
    max-width: 1000px;
    margin: 0 auto;
}
.accordion-sign {
    position: absolute;
    right: 5px;
    top: 6px;
    transform: rotate(90deg);
    transition: all 0.6s;
}
.accordion-title {
    font-family: 'Okta Neue Ultra';
    color: #fff;
    font-size: 20px;
}
.accordion-box > a{
    text-decoration: none;
    position: relative;
    padding-right: 40px;
}
.accordion-box {
    padding: 20px 0;
    border-bottom: 1px solid #464646;
}
.accordion-sign.opened {
    transform: rotate(270deg);
}
.accordion-wrp .content{
    padding: 30px 0;
    color: #fff;
}
.accordion-wrp .content p{
    color: #fff;
    font-weight: 300;
}


.category-box .title {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 20px;
}
.category-box img{
    border: 1px solid rgba(0,0,0,15%);
    border-radius: 100%;
    margin: 0 auto;
}

.category-slider .slick-slide {
    padding: 0 15px;
}
.category-slider {
    padding: 0 25px;
}

/* media query  */
@media screen and (max-width: 1366px){
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 1199px){
    h2{
        font-size: 38px;
    }
    .section-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .hero{
        height: calc(100vh - 76px);
    }
}
@media screen and (max-width: 991px){
    h2 {
        font-size: 34px;
    }
    .logo img {
        max-width: 130px;
    }
    .hero {
        padding: 60px 15px;
        height: 400px;
        background-position: bottom;
    }
    .section-padding {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .category-box .title {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px){
    body{
        font-size: 14px;
        line-height: 24px;
    }
    h2 {
        font-size: 30px;
    }
    .menu-icon img {
        max-width: 26px;
    }
    .menu-wrp {
        position: fixed;
        right: -300px;
        height: 100vh;
        z-index: 9;
        background: #000;
        top: 0;
        width: 280px;
        padding: 80px 30px;
        transition: all 0.6s;
    }
    .menu-wrp.open{
        right: 0;
    }
    .menu-wrp .nav {
        display: block;
        height: 100%;
        overflow-y: auto;
    }
    .menu-wrp .nav li{
        border-bottom: 1px solid #454545;
        padding: 15px 0;
    }
    .menu-wrp .nav li a {
        padding: 0;
    }
    .menu-wrp .nav li a,header .menu li a:hover{
        color: #fff;
    }
    .menu-close img {
        max-width: 15px;
    }
    .menu-close {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        text-align: center;
        padding: 5px 13px 8px;
        border-right: 1px solid #454545;
        border-bottom: 1px solid #454545;
    }    
    .section-padding {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .about-box{
        margin: 0;
    }
    header .container {
        padding: 0 15px;
    }
    .accordion-title{
        font-size: 18px;
    }
    .contact-detail li img{
        height: 22px;
        width: 22px;
        top: 3px;
    }
    .contact-detail li {
        padding-left: 30px;
        font-size: 14px;
    }
    .category-slider {
        padding: 0 15px;
    }
    .contact-detail li:not(:last-child){
        
    }
}