html, body {
    text-transform: capitalize;
}
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 img { width: auto; }
.navbar .nav-button a { font-size: 12px; }
.btn {
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .navbar-toggle { background-color: transparent; }
}

.slider-style4 .one-sixth-screen {
    position: absolute !important;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
}
@media (max-width: 991px) {
    .slider-style4 .slider-title { font-size: 48px !important; line-height: 56px !important; }
}
@media (max-width: 767px) {
    .slider-style4 .one-sixth-screen { top: 80px; }
    .slider-style4 .slider-text-middle-main { display: flex; height: auto; width: 100%; text-align: center; justify-content: center; }
}
@media (max-width: 576px) {
    .slider-style4 .slider-title { font-size: 32px !important; line-height: 40px !important; }
}

.tab-style8 .nav-tabs li a {
    font-size: 13px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .tab-style8 .nav-tabs li { width: auto; }
}



.builder-bg.bg-custom {
    background: #a4a4e3;
}
.builder-bg .text-width-flexible {
    display: block;
    max-width: 730px;
    margin: 0 auto;
    padding: 8% 15px;
}
.builder-bg .main-title {
    font-size: 38px !important;
    line-height: 42px;
}
.builder-bg .text-extra-large {
    font-size: 16px !important;
    line-height: 25px;
}
.builder-bg .title-large {
    font-size: 24px !important;
    line-height: 32px;
}
@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; }
}

.footer-bottom-logo img { max-height: 42px; width: auto; }

