* {
    -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 {
    overflow:hidden;
    overflow-y:auto;
}
html, body {
    text-transform: capitalize;
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container{
    padding: 0 15px;
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
}


.navbar img { width: auto; min-height: 46px; }
.header-style5 .black-header.navbar li a { font-size: 13px; }
@media (max-width: 991px) {
    .navbar img { width: auto; min-height: 40px; }
    .navbar-toggle { background-color: transparent; }
}
@media screen and (orientation: landscape) {
    .shrink-medium-header.shrink-nav .navbar-collapse { max-height: 300px; }
}
@media (min-width: 768px) {
    .navbar-nav>li { float: right; }
}

.btn { text-transform: uppercase; }
.text-medium { font-size: 16px !important; line-height: 26px; }
.btn-circle.btn-medium { font-size: 14px; }
.colour-custom { color: #808080 }
.header-style5 .navbar li a { font-size: 12px; }
.header-style5 .navbar li:last-child { margin-right: 20px; margin-left: 0; }
@media (max-width: 991px) {
    .navbar-toggle .icon-bar { background: #282828 }
}
@media screen and (orientation: landscape) {
    .shrink-nav .navbar-collapse { max-height: revert }
}
.slider-style3 .one-sixth-screen {
    position: absolute !important;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
}
.slider-style3 .slider-text-middle { display: inline-block; padding-top: 18%; }
@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 { padding-top: 10%; }
    .slider-style3 .slider-title { font-size: 34px !important; line-height: 42px !important; }
}

.feature-warp .product-content {
    position: absolute !important;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    padding-top: 12%;
    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%; }
}


.builder-bg .bg-custom .text-medium {
    font-size: 15px !important;
    line-height: 24px;
    color: #ddd !important;
}
.builder-bg .main-title {
    margin-bottom: 48px;
}
.builder-bg .padding-custom {
    display: block;
    max-width: 650px;
    margin: 0 auto;
    padding: 8% 15px;
}
@media (max-width: 1199px) {
    .builder-bg .padding-custom { padding: 40px 15px !important; }
}
@media (max-width: 991px) {
    .builder-bg .padding-custom { max-width: 100%; }
}
@media (max-width: 767px) {
    .builder-bg .btn-dual { text-align: center; }
    .xs-height-300-px { height: revert !important; }
}

