@font-face {
    font-family: Sahel;
    src: url("../fonts/sahel/Sahel.eot");
    src: url("../fonts/sahel/Sahel.ttf") format("ttf"), url("../fonts/sahel/Sahel.woff") format("woff");
    src: url("../fonts/sahel/Sahel.woff") format("woff");
    font-weight: normal;
}
@font-face {
    font-family: IRANSans;
    src: url("../fonts/iranSans/eot/IRANSans(FaNum)_Medium.eot");
    src: url("../fonts/iranSans/ttf/IRANSansWeb(FaNum).ttf");
    src: url("../fonts/iranSans/woff/IRANSansWeb(FaNum).woff");
    src: url("../fonts/iranSans/woff2/IRANSansWeb(FaNum).woff2");
}
* {
    font-family: 'sahel';
    text-decoration:none !important;
}

html {
    scroll-behavior: smooth;
}

.bg-green-special {
    background-color: #71b7e1;
}

.text-white {
    color: #ffffff;
}
.text-success {
    color: #71b7e1 !important;
}
.btn-success {
	color: #fff;
	background-color: #71b7e1 !important;
	border-color: #71b7e1 !important;
}
.text-green {
    color: #377840;
}

.form-navbar {
    background-color: #095dfd;
    color: #ffffff;
    border: none !important;
}

.form-navbar::placeholder {
    color: #59ba6b;
    opacity: 1 !important;
}

.fotm-navbar:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #59ba6b;
}

.form-navbar:focus {
    background-color: #095dfd;
    box-shadow: none !important;
}

.btn-form {
    background-color: #095dfd;
    color: #59ba6b;
}

.btn-form:hover {
    color: #82df93;
}

.btn-form:focus {
    box-shadow: none !important;
    color: #82df93;
}

/*header*/
#slide-control {
    background-color: #a3e9b3 !important;
    opacity: 1 !important;
}

.slide-show {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background-color: transparent !important;
    border: 3px solid white !important;
}

.slide-show.active {
    background-color: white !important;
    width: 18px !important;
    height: 18px !important;
    border: none !important;
}

.card-skills {
    border-radius: 30px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

#card-skills-icon-active {
    color: white;
    font-size: 55px;
}

#card-skills-icon {
    color: #71b7e1;
    font-size: 55px;

}

#icon-skills-1 {
    color: #71b7e1;
    font-size: 55px;
}

#icon-skills-2 {
    color: #71b7e1;
    font-size: 55px;
}

#icon-skills-3 {
    color: #71b7e1;
    font-size: 55px;
}

#icon-skills-4 {
    color: #71b7e1;
    font-size: 55px;
}

.card-skills-1:hover {
    background-color: #71b7e1 !important;
    transition: 0.5s all ease-in-out;
}

.card-skills-1:hover #icon-skills-1 {
    color: white !important;
    transition: 0.3s all ease-in-out;

}

.card-skills-1:hover .text-skills-1 {
    color: white !important;
    transition: 0.3s all ease-in-out;

}

.card-skills-2:hover {
    background-color: #71b7e1 !important;
    transition: 0.5s all ease-in-out;
}

.card-skills-2:hover #icon-skills-2 {
    color: white !important;
    transition: 0.3s all ease-in-out;

}

.card-skills-2:hover .text-skills-2 {
    color: white !important;
    transition: 0.3s all ease-in-out;
}

.card-skills-3:hover {
    background-color: #71b7e1 !important;
    transition: 0.5s all ease-in-out;
}

.card-skills-3:hover #icon-skills-3 {
    color: white !important;
    transition: 0.3s all ease-in-out;

}

.card-skills-3:hover .text-skills-3 {
    color: white !important;
    transition: 0.3s all ease-in-out;

}

.card-skills-4:hover {
    background-color: #71b7e1 !important;
    transition: 0.5s all ease-in-out;
}

.card-skills-4:hover #icon-skills-4 {
    color: white !important;
    transition: 0.3s all ease-in-out;

}

.card-skills-4:hover .text-skills-4 {
    color: white !important;
    transition: 0.3s all ease-in-out;

}

.img-card-lastnews {
    border-radius: 30px;
}

.btn-lastnews {
    border-radius: 20px !important;
}

.card-lastproduct {
    border-radius: 30px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.btn-shopping {
    border-radius: 15px !important;
}

#shopping-icon {
    font-size: 24px !important;
}

.main-footer {
    background: url(../img/footer.png);

    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.text-footer {
    font-size: 14px;
    text-align: justify;
}

.img-blog {
    border-radius: 25px;
}

.text-justify {
    text-align: justify;
}

.data-public {
    text-align: left !important;
}

hr {
    color: black !important;
    background-color: black !important;
}

.form-comment-input {
    height: 60px !important;
}

.form-bg {
    background-color: #f1f1f1;
    border: none;
    border-radius: 10px;
    font-size: large;
}

.form-bg:focus {
    background-color: #f1f1f1;
    border: none;
}
/*Aboute Login*/
.body-jumbotron{
    background-color: #f2f0f1;
}
.aboute-img{
    border-radius: 35px 35px 0 0;
}
.aboute-txt{
    line-height: 220%;
}
.aboute-body{
    border-radius: 0 0 35px 35px;
}
.contactus-box{
    border-radius: 30px;
}
.form-send-massage{
    border-radius: 30px;
    height: 100vh;
}
.massage-textarea{
    height: 45vh;
    border-radius: 25px;
}
.input-send-massage{
    background-color: #f5f1f2;
    border: none;
}
.input-send-massage:focus{
    background-color: #f5f1f2;
    border: none;
}
.img-massage{
    height: 100%;
    border-radius: 0px 25px 25px 0px ;
}
#barsmenue{
    font-size: 23px;
}
/*         */
.custom{
    width: 76%;
    margin: 40px  auto;
}
.custom .document{
    width: 100%;
    padding-bottom: 20px;
    background-color: whitesmoke;
    border-radius: 20px;
    box-shadow: -2px -2px 5px gray, 2px 2px 5px grey ;

}
.custom .document .head{
    width: 100%;
    height: 50px;
    background-color: #005ce6;
    border-radius: 20px 20px 0 0 ;
}
.record{
padding: 2px;
 margin: 0 auto;
}
.record li {
    margin-top: 8px;
    list-style: none;
    width: 100%;
    height: 45px;
    background-color: #cce0ff;
    padding-top: 10px;
    padding-right: 10px;

}
.card-custom{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px;
    border-radius: 200px !important;

}
.custom-service{
    width: 20%;
    margin: 20px  auto;
    padding-top: 30px;

}
.btn-custom-service{
    display: block;
}





details {
    width: 8%;
    background: whitesmoke;
    box-shadow: 0 .1rem 1rem -.5rem rgba(0, 0, 0, .4);
    border-radius: 5px;
    overflow: hidden
}

summary {
    padding: 1rem;
    display: block;
    background: #0066ff;
    padding-right: 2.2rem;
    position: relative;
    cursor: pointer;
    color: whitesmoke;
}

summary:before {
    content: "";
    border-width: .4rem;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 1.3rem;
    right: 1rem;
    transform: rotate(180deg);
    transform-origin: .2rem 50%;
    transition: .25s transform ease;

}

details[open]>summary:before {
    transform: rotate(90deg)
}

details summary::-webkit-details-marker {
    display: none
}

details>ul {
    padding-bottom: 1rem;
    margin-bottom: 0
}
details>ul>li {
    text-decoration: none;
    list-style: none;
    padding-top: 10px;
}
