*{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
h1{
    font-weight: 650;
    color: #E67E22;
    margin: 0px;
}
h3,h4{
    font-weight:650!important;
    color: #222222;
}

h5{
    font-size: 8px;
    font-weight: 50;
    color: #ffffff;
    margin: 0px;
}

p{
    font-size: 18px;
    text-align: justify;
    line-height: 1.6;
}
.navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 25px 0;
}
.tts_hero{
    height: 70vh;
    max-width: 100%;
    object-fit: cover;
    border-radius: 15px;
    /*border: 1px solid #BABABA;*/
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.tts_container{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.tts_subtitle{
    color: #222222;
    margin: 0px;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 16px;
}
.btn_outline{
    color: #E67E22;
    text-decoration: none;
    font-weight: 500;
    padding:8px 19px;
    background-color: white;
    border: 2px solid #E67E22!important;
    border-radius: 7px;
    display: block;
    width: fit-content;
    outline: none;
    border: 0px;
    transition: 0.3s ease-in;
}
.btn_outline:hover{
    color: white;
    background-color: #E67E22;
    transform: translate(3px,-3px);
}
.btn_filled{
    color: white;
    background-color: #E67E22;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 25px;
    border: 2px solid #E67E22!important;
    border-radius: 7px;
    display: block;
    width: fit-content;
    outline: none;
    border: 0px;
    transition: 0.3s ease-in;
}
.btn_filled:hover{
    background-color: white;
    color: #E67E22;
    transform: translate(3px,-3px);
}
.btn_filled_nav{
    color: white;
    background-color: #E67E22;
    text-decoration: none;
    font-weight: 500;
    padding: 1px 10px;
    border: 2px solid #E67E22;
    border-radius: 7px;
    margin-left: 0.5rem;
    transition: 0.3s ease-in;
}
.btn_filled_nav:hover{
    color: #E67E22!important;
    background: white;
}
.btn_filled_nav .nav-link{
    color: inherit;
}
.tts_hero_text{
    padding: 50px;
    background: white;
    /*border: 1px solid #BABABA;*/
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 10px;
    position: absolute;
    bottom: 20%;
    right: 10%;
    min-width:35%;
}
.tts_about_img{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    /* padding: 0 1.5rem; */
}
.tts_mockup_img{
    width: 100%;
    /* padding: 3rem; */
}
.tts_about{
    margin-bottom: 00px;
}
.about_text span{
    font-weight: 700;
}
.tts_mockup{
    margin-bottom: 80px;
}
.about_text_mb{
    margin-bottom: 3rem;
}
.about_body_text{
    margin-bottom: 3rem;
}
.logo{
    height: 35px;
}
.card_logo{
    height: 5.5rem;
}
.card_white{
    background-color: white!important;
    border-radius: 10px;
    height: 100%;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.card_grey{
    background-color: #EAEAEA!important;
    border-radius: 10px;
    height: 100%;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.bg_grey{
    background-color: #EAEAEA;
}
.brand_logo{
    height: 60px;
    width: auto;
}
.last_center{
    text-align-last: center;
}
@media screen and (max-width:768px) {
    .navbar{
        padding: 15px;
    }
    .tts_container{
        height: unset;
        padding-top: 70px;
        flex-direction: column;
    }
    .tts_hero_text{
        position:unset;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
        border-radius: 15px;
        padding: 40px 30px 45px 30px;
    }
    .tts_row{
        flex-direction: column-reverse;   
    }
    .tts_about_img{
        padding: 2rem 0 2rem 0;
    }
    .tts_mockup_img{
        padding: 0rem 0 2rem 0;
    }
    p{
        font-size: 16px;
    }
    .tts_hero{
        height: 50vh;
        max-width: 100%;
        object-fit: cover;
        object-position: -25px;
        border-radius: 15px;
        /*border: 1px solid #BABABA;*/
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    }
    .about_text_mb{
        margin-bottom: 0rem;
    }
    .tts_about{
        margin-bottom: 5rem!important;
    }
    .about_body_text{
        margin-bottom: 1.5rem;
    }
}
@media screen and (min-width: 500px) {
        .tts_hero{
            object-position: unset;
        }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media screen and (min-width: 992px) and (max-width:1200px){
    .last_card{
        /* translate: 50%; */
        transform: translateX(50%);
    }
}
@media screen and (min-width: 992px) and (max-width:1400px){
    .last_card_part2{
        /* translate: 50%; */
        transform: translateX(50%);
    }
}
@media screen and (max-width: 575px) {
    .remove_padding_mobile>*{
        padding-right: 0px;
    }
}

/* footer styles */
.ftr{
    background-color: #f5f5f5;
    margin-top: 6.4rem;
    padding: 4.8rem 0 1.8rem 0;
}
.ftr-items{
    font-weight: 400;
    color: #222;
    margin: 0;
    box-sizing: border-box;
    justify-content: space-evenly;
    justify-items: center;
}
@media screen and (min-width: 992px) {
    .ftr-items{
        padding: 0 6.4rem;
    }
}
.ftr-heading{
    font-size: 1.5rem;
    font-weight: 700;
    color: #4e4e4e;
}
footer ul{
    padding: 0;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    line-height: 1.4;
}
footer a, .address-li{
    margin: 0;
    padding: 0;
    color: #4e4e4e;
    text-decoration: none;
}
.certificates{
    color: #222;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-top: 4.8rem;
    text-align: center;
}
.certificate-grid{
    display: flex;
    gap: 2.4rem;
    align-items: center;
    justify-content: center;
}
.copyright{
    font-weight: 400;
    color: #222;
    margin: 0;
    padding: 0;
    margin-top: 1rem;
    font-size: 12px;
    text-align: center;
    line-height: 1.8;
}
.certificate-img{
    height: 60px;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #E67E22;
}

@media screen and (max-width: 575px) {
    .card_grey{
        padding: 2rem!important;
    }
}