:root{
    --color__logo: #f75454;
    --color__text: #131313;
    --color__title: #1a1a1a;
    --color__excrept: #121212;

}
.animation{
    opacity: 0;
}
/*create default*/
html{
    font-size: 62.5%;

}
body{
    margin: 0;
    padding: 0;
}
*{
    box-sizing: border-box;
}
a{
    text-decoration: none;
    display: block;
    color: inherit;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.text-center{
    text-align: center;
}
/*====================item=======================*/
.remove-bottom-last-child:last-child{
    margin-bottom: 0;
}
/*title*/
.post__title,
.service__title{
    margin-bottom: 20px;
    margin-top: 0;
    font-family: 'Rubik', sans-serif;
}
/*excerpt*/
.post__excerpt{
    font-family: 'Roboto', sans-serif;
}
/*post cat*/
.post__cat{
    font-family: 'Roboto', sans-serif;
}
/*button read more*/
.post:after{
    content: '';
    display: table;
}

/*====================container==================*/
.atbs-container{
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;

}
.section-module:not(:last-child){
    margin-bottom: 13.5rem;
}
.section-module.has-border-bottom{
    padding-bottom: 130px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
/*====================Heading====================*/
/*title*/
.section__heading{
    margin-bottom: 80px;
}
.section__heading.section__heading--center{
    text-align: center;
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
}
/*heading title*/
.section__heading .heading--title{
    margin-bottom: 30px;
    margin-top: 0;
    color: var(--color__title);
    font-family: 'Poppins', sans-serif;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.4;
}
.section__heading .heading--title.smaller-title-font {
    font-size: 3rem;
}
.section__heading .heading--title:last-child{
    margin-bottom: 0;
    margin-top: 0;
}
/*heading sub*/
.section__heading .heading--sub{
    margin-right: auto;
    margin-left: auto;
    max-width: 550px;

}
.section__heading .heading--sub:last-child{
    margin-bottom: 0;
}
.section__heading .heading--sub p:last-child{
    margin-bottom: 0;
    margin-top: 0;
}
.primary-color {
    color: #F75555;
}
.section__heading .heading--sub:not(:last-child){
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
/*sub*/

.heading--sub .sub-excerpt{
    font-size: 1.8rem;
    line-height: 1.6;
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
/*====================postion item====================*/
.overlay-center-xy{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*====================owl-carousel====================*/
.owl-dots{
    margin:  40px auto 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    border: 2px solid transparent;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0,0,0,0.3) !important;
    margin: 0 4px;
    outline: none;
}
.owl-carousel button.owl-dot.active{
    background-color: transparent !important;
    border: 1px solid rgba(0,0,0,1);
    width: 10px;
    height: 10px;
}
/*====================module====================*/
.site-content{
    overflow: hidden;
}
.site-content .section-module:first-child{
    margin: 17vh 0;
}
.site-content .section-module:last-child{
    margin-bottom: 0;
}
/**/
/*====================Vendor====================*/
@media (min-width: 576px){
    .atbs-container {
        /*width: 540px;*/
        width: 100%;
    }
}
@media (min-width: 768px){
    .atbs-container {
        width: 750px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 992px){
    .atbs-container{
        width: 970px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1200px){
    .atbs-container{
        width: 1200px;
    }
}

/*====================Vendor====================*/
/**/

@media (max-width: 1366px){
    .section-module.has-border-bottom{
        padding-bottom: 110px;
    }
    .section__heading .heading--title{
        font-size: 3.8rem;
    }
    .section__heading .heading--title.smaller-title-font {
        font-size: 3rem;
    }
    .section__heading .heading--sub{
        max-width: 475px;
    }
}
@media (max-width: 1024px){
    .section-module:not(:last-child){
        margin-bottom: 10rem;
    }
    .section-module.has-border-bottom{
        padding-bottom: 80px;
    }

    .section__heading{
        margin-bottom: 50px;
    }
    .section__heading .heading--title{
        font-size: 2.8rem;
        /*margin-bottom: 25px;*/
    }
    .section__heading .heading--title.smaller-title-font {
        font-size: 2.8rem;
    }
    .section__heading .heading--title:last-child{
        margin-bottom: 0;
    }
    .section__heading .heading--sub {
        max-width: 435px;
    }
    .heading--sub .sub-excerpt{
        font-size: 1.6rem;
    }



}
@media (max-width: 991px) {
    .section-module.has-border-bottom{
        padding-bottom: 50px;
    }
    .section__heading .heading--title{
        font-size: 3rem;
        margin-bottom: 10px;
    }
    .section__heading .heading--title.smaller-title-font {
        font-size: 3rem;
    }
    .section__heading .heading--title:last-child{
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .site-content .section-module:first-child {
        margin: 20vh 0 10vh 0;
    }
    .section-module:not(:last-child){
        margin-bottom: 8rem;
    }
    .section-module.has-border-bottom{
        padding-bottom: 45px;
    }

    .section__heading{
        margin-bottom: 45px;
    }
    .section__heading .heading--title{
        font-size: 4.5rem;
    }
    .section__heading .heading--title.smaller-title-font {
        font-size: 3rem;
    }
    .heading--sub .sub-excerpt{
        font-size: 2rem;
    }
}
@media (max-width: 576px){
    .section-module:not(:last-child){
        margin-bottom: 6rem;
    }
    .section__heading .heading--sub {
        max-width: 390px;
    }
}
@media( max-width: 480px){
    .site-content .section-module:first-child {
        margin: 180px 0 70px 0;
    }
    .section-module:not(:last-child){
        margin-bottom: 5rem;
    }
    .section__heading .heading--title {
        font-size: 3rem;
        margin-bottom: 15px;
    }
    .section__heading .heading--title.smaller-title-font {
        font-size: 3rem;
    }
    .section__heading .heading--sub{
        max-width: 100%;
    }
}
@media (max-width: 380px){
    .section__heading .heading--title, .section__heading .heading--title.smaller-title-font {
        font-size: 2.7rem;
        margin-bottom: 15px;
    }
}