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; max-height: 42px; }
.navbar li a { font-size: 13px; }
.btn {
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .navbar-toggle { background-color: transparent; }
}
.text-medium { font-size: 15px !important; }

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

.sm-no-padding {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
}
.cover-background .tz-background-color {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #e9af91;
}
@media (max-width: 991px) {
    .cover-background .tz-background-color { align-items: revert; justify-content: revert; }
    .cover-background .sm-title-extra-large-2 { font-size: 32px !important; line-height: 40px !important; }
    .cover-background .tz-background-color .title-medium { font-size: 17px !important; line-height: 26px !important; }
}
@media (max-width: 767px) {
    .sm-no-padding { position: revert; transform: revert;  }
    .cover-background .tz-background-color { padding: 5% !important; }
}
@media (max-width: 576px) {
    .slider-style1 .slider-title { font-size: 32px !important; line-height: 40px !important; }
}

@media (max-width: 991px) {
    .text-extra-large { font-size: 17px !important; line-height: 26px !important; }
    .sm-text-medium { font-size: 14px !important; }
}
@media (max-width: 767px) {
    .owl-carousel .owl-item .team-img { text-align: center; }
}


.builder-bg .bg-custom {
    background: #b7e3fc;
}
.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; }
}

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

