html {
    font-size: calc(.625rem + .3vw);
    font-family: "Shabnam";
}

body {
    background-image: url('../images/back-1.png');
    background-repeat: repeat;
}

.myfooter {
    background-image: url(/images/backs/back3.jpg);
}

/*///////////////////////////////////////////////////////*/
/*//// Menu Tabs ////*/


.baseTabs {
    display: inline-flex;
    padding: 0 10px;
}

    .baseTabs li {
        list-style: none;
        margin-inline-end: 30px;
    }

        .baseTabs li a {
            text-decoration: none;
            color: black;
            width: max-content;
            display: inline-block;
        }

        .baseTabs li button {
            background-color: transparent;
            border: none;
            text-align: start;
            width: max-content;
        }

    .baseTabs i {
        margin-inline-end: -15px;
    }

    .baseTabs li ul li:hover {
        background-color: #d6d6d6;
    }

.subTabs {
    position: absolute;
    background-color: white;
    text-align: start;
    padding: 5px;
    width: max-content;
    box-shadow: 0 0 20px rgba(127,137,161,.25);
    margin-top: 10px;
    border-radius: 3px;
}

    .subTabs i {
        margin-inline-end: 0;
    }

    .subTabs li {
        list-style: none;
        padding: 7px 10px;
        margin-inline-end: 0;
    }

    .subTabs li ul {
        margin-top: -10px;
    }

/*//// Menu Tabs Bars Tablet & Mobile ////*/

.baseBars {
    display: grid;
    padding: 0;
}

    .baseBars li {
        list-style: none;
        padding: 10px 0;
        background-color: #828c78;
    }

        .baseBars li a {
            text-decoration: none;
            color: black;
            font-weight: bold;
            transition: .2s;
        }

            .baseBars li a:hover {
                color: #f48123;
                background-color: #d6d6d6;
                transition: .2s;
            }

    .baseBars i {
        margin-inline-end: 5px;
    }

.subBars {
    position: absolute;
    background-color: white;
    text-align: start;
}

    .subBars li {
        list-style: none;
        padding: 7px 10px;
        margin: 0;
        background-color: white;
    }

.btnTabBars {
    background-color: transparent;
    border: none;
    font-weight: bold;
    transition: .2s;
    width:100%;
    text-align:start;
}

.myBarCaret {
    padding-top: 5px;
    margin-inline-start: -30px;
}


/*///////////////////////////////////////////////////////*/
/*//// Services ////*/

.sbody {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.servicebody {
    background-color: white;
    border: 1px solid #f48123;
    box-shadow: #e8e8e8 1px 1px 10px 10px;
    border-radius: 30px;
}

.servicelogo {
    width: 100%;
    padding: 10px;
    display: flex;
}

.bodyImg {
    width: 100%;
    padding: 30px;
    display:flex;
}

.backImg {
    padding: 0;
    margin: 10px;
    padding-bottom: 30px;
    background-color: #8ac640;
    height: auto;
    border-radius: 20px;
    width: 65%;
}

.serviceImg {
    padding: 0;
    margin: 0;
}

#defImg {
    border-radius: 20px;
    border: 1px solid #8ac640;
    width:100%;
}

.imgs {
    width: 100%;
    display: flex;
    justify-content:center;
}

.subimgs {
    width: 62%;
    max-height: 150px;
    overflow-x: auto;
    border: 1px solid #f48123;
    border-radius: 4px;
    display: inline-flex;
    padding: 10px;
}

.subImg {
    width: 100px;
    opacity: .5;
    display: inline;
    margin-inline-start: 10px;
    margin-inline-end: 10px;
}

.titrContainer {
    width: 100%;
}

.titrStart {
    text-align: start;
    display: flex;
    padding:15px 0;
    margin-top:30px;
}

.startLine {
    width: 20%;
    height: 30px;
    color: #747577;
}

    .startLine:not([size]) {
        height: 30px !important;
    }

.titr {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    color: #747577;
    margin-top: 10px;
}

.titrEnd {
    display: flex;
    justify-content: end;
}

.EndLine {
    width: 20%;
    height: 30px;
    color: #747577;
}

    .EndLine:not([size]) {
        height: 30px !important;
    }

.subtitr {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    color: #8ac640;
    margin-top: 10px;
}

.body {
    padding-inline-start: 8%;
    padding-inline-end: 8%;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* news */

.newsDate {
    text-align:end;
    padding: 20px;
    margin-inline-end: 18%;
}

.newstitr {
    padding:15px;
    text-align: center;
    margin-top: 20px;
}

.newssubtitr {
    padding: 20px;
}

.newsLink {
    text-decoration: none;
    color: black;
}

/* Search */

.searchDiv {
    margin-bottom: 20px;
}

