* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, ::before, ::after {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
html, body {
    text-transform: capitalize;
    overflow: hidden;
    overflow-y: auto;
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section{
    padding: 68px 0;
}
.mt-spacing{
    margin-top: 42px;
}
.pt-spacing{
    padding-top: 42px;
}
.container{
    padding: 0 15px;
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
}
.container-none{
    padding:0 15px;
}
.ai-none,.si-none,.ci-none,.mi-none,.ei-none{
    display: none ;
}
@media only screen and (max-width: 1199px) {
    .c-none { display: none ;}
    .ci-none{ display: block ; }
}
@media only screen and (max-width: 991px) {
    .s-none{ display: none ;}
    .si-none{ display:block ;}
}
@media only screen and (max-width: 767px) {
    .section{ padding: 50px 0; }
    .mt-spacing { margin-top: 40px; }
    .pt-spacing{ padding-top: 42px; }
    .m-none{ display: none; }
    .mi-none{ display: block; }
}
@media only screen and (max-width: 576px) {
    .e-none{ display: none; }
    .ei-none{ display: block; }
}

.navbar { background: #000 }
.navbar.shrink-nav { position: relative !important; }
.navbar.shrink-nav.shrink { position: fixed !important; }
.navbar img { width: auto; min-height: 42px; }
.header-style5 .black-header.navbar li a { font-size: 13px; }
@media (max-width: 991px) {
    .navbar img { width: auto; min-height: 38px; }
    .navbar-toggle { background-color: transparent; }
}
@media screen and (orientation: landscape) {
    .shrink-medium-header.shrink-nav .navbar-collapse { max-height: 300px; }
}

.btn { text-transform: uppercase; }
.text-medium { font-size: 16px !important; line-height: 26px; }
.btn-circle.btn-medium { font-size: 14px; }
.colour-custom { color: #808080 }

.slider-style3 .one-sixth-screen {
    position: absolute !important;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
}
.slider-style3 .slider-typography {
    right: auto;
}
@media (max-width: 991px) {
    .slider-style3 .slider-title { font-size: 42px !important; line-height: 50px !important; }
}
@media (max-width: 767px) {
    .text-medium { font-size: 14px !important; line-height: 24px; }
    .slider-style3 .slider-text-middle { display: inline-block; padding-top: 12%; }
    .slider-style3 .slider-title { font-size: 34px !important; line-height: 42px !important; }
}

.product-item .display-table-cell-vertical-middle {
    padding: 4% !important;
}

.feature-warp .product-content {
    position: absolute !important;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    padding-top: 8%;
    transform: translateX(-50%);
}
.advantage-bottom .text-medium { font-size: 15px !important; margin: 0 auto; }
@media (max-width: 767px) {
    .feature-warp .product-content { padding-top: 8%; }
}
.background-custom {
    background: linear-gradient(rgba(65,0,41,0.8), rgba(16,65,153,0.8)), url('../images/home/banner3d.jpg');
}
.background-custom .text-light-gray { color: #ddd }

footer .tz-text { text-transform: none; }