body{
    margin:0;
    padding:0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.flex-row{
    display: flex;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.sp-btwen{
    justify-content: space-between;
}
.align-center{
    align-items: center;
}
.bold{
    font-family: PoppinsBold;
}
.relative{
    position: relative;
}
.text-center{
    text-align: center;
}
.p-b-20{
    padding-bottom: 20px;
}
header{
    background: #243113;
    color: #ffffff;
    border-bottom: 1px solid #343434;
    position: sticky;
    top: 0;
    z-index: 1;
}
header a{
    text-decoration: none;
    color: #ffffff;
}
header a:hover{
    text-decoration: none;
    color: #ffffff;
}
.header-sec{
    padding: 10px;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
}
.header-sec a{
    text-decoration: none;
    color: #ffffff;
}
.logoname{
    height: 45px;
}
.header-menu{
    display: flex;
    z-index: 1;
}
.header-menu .sm, .header-menu a{
    margin: 0 20px;
    color: #ffffff;
    text-decoration: none;
}
.banner-sec img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.color-bg-light{
    background: #d6d9d2;
}
.color-bg-dark{
    background: #bac5a7;
}
.page-size{
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 0;
}
.why-smarttech{
    display: flex;
    justify-content: space-between;
}
.whysection{
    width: 45%;
}
.whysection img{
    height: 389px;
}
.title-18{
    font-size: 20px;
    font-weight: bold;
}
.why-tag-line{
    font-size: 18px;
    margin-bottom: 15px;
}
.why-content{
    text-align: justify;
}
.smart-card-sec{
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
}
.smart-card{
    display: flex;
    flex-direction: column;
    background: #687643;
    color: #ffffff;
    width: 175px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    height: 175px;
}
.card-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.card-letter{
    position: absolute;
    font-size: 140px;
    font-weight: bold;
    top: 24px;
    right: -15px;
    opacity: 0.2;
}
.service-card{
    background: #ffffff;
    padding: 20px;
    width: 30%;
    border-radius: 10px;
}
.service-card img{
    width: 150px;
    height: 135px;
}
.service-title{
    font-size: 24px;
    font-weight: 700;
}
.service-container{
    margin: 60px 0;
    justify-content: space-between;
    display: flex;
}
.service-space{
    margin: 60px 0;
}
.cycle{
    margin: 40px 0;
}
.cycle img{
    width: 100%;
}
footer{
    background: #243113;
    color: #ffffff;
}
.footer-sec{
    padding: 10px;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
}
.footer-links{
    display: flex;
}
.footer-links a{
    margin: 0 15px;
    color:#ffffff;
    text-decoration: none;
}
.copyright{
    padding: 20px;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
}
.header-title-sec{
    background: #243113;
}
.header-title-content{
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    padding-bottom: 145px;
    position: relative;
}
.header-page-title{
    font-size: 40px;
    font-weight: 500;
    padding: 50px 0;
}
.header-box-sec{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    margin-top: 45px;
}
.header-box-sec-about{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    margin-top: 10px;
}
.header-box{
    background: #fff;
    margin: 20px;
    color: #000000;
    font-weight: 500;
    padding: 15px;
    border-radius: 5px;
    height: 150px;
    width: 160px;
    cursor: pointer;
}
.header-box img{
    width: 60px;
    margin-top: 10px;
}
.header-box-about{
    background: #fff;
    margin: 20px;
    color: #000000;
    font-weight: 500;
    border-radius: 5px;
    height: 230px;
    width: 275px;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.header-box-about img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
}
.header-box-about.s{
    height: 180px;
}
.header-space{
    padding-top: 150px;
}
.header-box-title{
    font-weight: 500;
    line-height: 1.3;
    margin-top: 7px;
}
.header-box:hover{
   text-decoration: none;
}
.s-content p{
    margin-bottom: 40px;
}
.our-service-title{
    font-size: 26px; 
    font-weight: 500;
    text-align: center;
}
.our-service-sub-title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.listStyle{
    margin-left: 50px;
    line-height: 2;
}
.listStyle .list-title{
    font-weight: bold;
}
.work-title{
    background: #243113;
    display: inline-block;
    width: 300px;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    border-radius: 80px 0px 80px 0;
    margin-bottom: 30px;
}
.work-sub-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.case-study-design{
    display: flex;
}
.case-number{
    font-size: 50px;
    background: #243113;
    color: #ffffff;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    height: 125px;
    border-radius: 50px 0 50px 0;
    font-weight: bold;
}
.outsource-design{
    display: flex;
    margin-bottom: 20px;
}
.tips-no{
    font-size: 70px;
    color: #243113;
    width: 70px;
    display: flex;
    justify-content: center;
    margin-right: 20px;
    height: 125px;
    border-radius: 50px 0 50px 0;
    font-weight: 500;
}
.tips-sub-title{
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 10px;
}

.about-us-title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 35px;
}
.about-img-content{
    display: flex;
}
.ab-1 {
    width: 49%;
    background: #243113;
    color: #ffffff;
    padding: 35px;
}
.ab-2{
    width: 49%;
}
.vmv-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ab-2 img, .ab-1 img{
    width: 70%;
}
.vision-title{
    font-size: 26px;
    font-weight: 500;
}
.vision-sub-title{
    font-size: 18px;
    font-weight: 500;
}
.about-mvv{
    margin-bottom: 40px;
}

.pp-title{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin: 50px 0;
}
.pp-sub-title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.pp-sub-title-tag{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.listStylepp{
    line-height: 2;
}
.list-titlepp{
    font-weight: 500;
}
.sm:hover .submenu{
    display: block;
}
.pointer{
    cursor: pointer;
}
.submenu{
    position: absolute;
    width: 90px;
    margin-top: 12px;
    display: none;
    top: 15px;
    cursor: pointer;
}
.submenu-container{
    background: #bac5a7;
    color: #243113;
    font-weight: 500;
    border-radius: 0px 0px 10px 10px;
    margin-top: 44px;
    width: 215px;
}
.submenu-container a{
    padding: 10px 15px;
    text-decoration: none;
    color: #243113;
    display: block;
    margin: 0;
}
.contact-sec{
    display: flex;
}
.contact-sec .c-l{
    width: 30%;
}
.contact-sec .c-r{
    width: 70%;
    background: #fefadf;
    margin-left: 25px;
    padding: 15px 35px 35px 35px;
    border-radius: 5px;
    margin-bottom: 43px;
}
.c-card-sec{
    display: flex;
    background: #fefadf;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 45px;
    align-items: center;
}
.c-icon{
    height: 70px;
    width: 70px;
    background: #243113;
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.c-title{
    font-size: 18px;
    font-weight: 700;
}
.c-address{
    width:255px
}
.c-card-sec.address{
    align-items: flex-start;
}
.c-form-title{
    font-size: 24px;
    font-weight: 700;
    color: #243113;
}
.c-form-fields-sec{
    display: flex;
    flex-direction: column;
}
.c-form-input-fields{
    display: flex;
    justify-content: space-between;
}
.c-form-input-fields input{
    width: 48%;
    outline: none;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #cccc;
    margin-top: 15px;
    padding: 15px;
}
.c-form-input-fields textarea{
    width: 100%;
    margin-top: 20px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #cccc;
    padding: 15px;
    resize: none;
}
.c-form-input-fields button{
    background: #243113;
    color: #ffffff;
    border: none;
    padding: 15px 60px;
    border-radius: 10px;
    margin-top: 20px;
    outline: none;
}
.m-header, .m-header-sec{
    display: none;
}
.m-cycle{display: none;}
.d-cycle{display: block;}
@media only screen and (max-width: 768px) {
    .footer-sec{display: none}
    .header-sec {display: none}
    .copyright{ padding: 10px;}

    #s-bar.visible {
        left: 0px;
        transition: left 0.7s ease;
    }
    .m-header{
        display: flex;
        align-items: center;
    }
    .m-header-sec{
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1;
        left: -101%;
        transition: left 0.5s ease;
        height: 100%;
        background: #243113;
        display: block
    }
    .m-menu-open{
        height: 20px;
        margin: 20px;
    }
    .close-icon{
        height: 25px;
        width: 25px;
    }
    .s-bar-menu-header-sec{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
    }
    .s-bar-menu-data{
        padding: 20px;
        display: flex;
        flex-direction: column;
    }
    .s-menu-links{
        border-bottom: 1px solid #3b4b36;
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
        text-decoration: none;
        color: #ffffff;
    }
    .s-menu-links:hover{
        text-decoration: none;
        color: #ffffff;
    }
    .s-menu-links img{
        width: 15px;
    }
    .s-menu-sub-links{
        display: flex;
        flex-direction: column;
        margin-left: 20px;
        display: none;
    }
    .s-menu-sub-links a{
        text-decoration: none;
        color: #ffffff;
        padding: 10px 0;
    }
    .header-page-title {
        font-size: 32px;
        padding: 20px 0;
    }
    .contact-sec {
        flex-direction: column;
    }
    .contact-sec .c-l{
        width: 100%;
    }
    .contact-sec .c-r{
        margin: 0;
        width: 100%;
        padding: 15px;
    }
    .c-form-input-fields{
        flex-direction: column;
    }
    .c-form-input-fields input{
        width: 100%;
    }
    .ad-width{
        width: 72%;
    }
    .c-address{
        width: 100%;
    }
    .header-box-sec-about{
        display: none;
    }
    .aboutus .header-space{
        padding-top:10px;
    }
    .header-title-content.abtus{
        padding-bottom: 45px;
    }
    .vmv-img{
        display: none;
    }
    .ab-1,.ab-2{
        width: 100%;
        margin-bottom: 20px;
    }
    .header-box img{
        margin-top:0;
    }
    .header-box{
        margin: 8px;
    }
    .lessht{
        padding-top: 110px;
    }
    .listStyle{
        margin-left: 0;
    }
    .our-service-title{
        margin-bottom: 20px;
    }
    .banner-sec img{
        height: 155px;
    }
    .why-smarttech{
        flex-direction: column;
    }
    .whysection{
        width: 100%;
    }
    .whysection img{
        width: 100%;
        height: 210px;
    }
    .smart-card-sec{
        flex-wrap: wrap;
        justify-content: center;
    }
    .smart-card{
        width: 150px;
        margin: 5px 5px;
    }
    .service-container{
        margin: 20px 0;
    flex-direction: column;
    }
    .service-card{
        margin-bottom: 15px;
        width: 100%;
    }
    .service-card img {
        width: 100px;
        height: 100px;
    }
    .service-title {
        font-size: 18px;
        font-weight: 700;
    }
    .m-cycle{display: block;}
    .d-cycle{display: none;}
    .logoname{height: 35px;}
}