* {
    -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;
}


.header-style4 .header-bottom { padding: 20px 0; }
.navbar img { width: auto; min-height: 46px; }
.header-style5 .black-header.navbar li a { font-size: 13px; color: #282828 }
@media (max-width: 991px) {
    .navbar img { width: auto; min-height: 42px; }
    .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: 14px !important;  }
.btn-circle.btn-medium { font-size: 14px; }
.colour-custom { color: #808080 }
@media (max-width: 991px) {
    .navbar-toggle .icon-bar { background: #000 }
}

.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: 12.5%; }
.slider-style3 .slider-title { font-size: 52px !important; line-height: 60px !important; }
@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-title { font-size: 34px !important; line-height: 42px !important; }
}
@media (max-width: 576px) {
    .slider-style3 .slider-title { font-size: 28px !important; line-height: 36px !important; }
}

.display-table-cell-vertical-middle {
    padding: 8% !important;
}
@media (max-width: 1199px) {
    .display-table-cell-vertical-middle { padding: 4% !important; }
}
@media (max-width: 767px) {
    .text-medium { font-size: 14px !important; line-height: 24px; }
    .slider-style3 .slider-title { font-size: 34px !important; line-height: 42px !important; }
}
@media (max-width: 576px) {
    .slider-style3 .slider-title { font-size: 28px !important; line-height: 36px !important; }
}