/* Style For index Page*/
body{
    direction: rtl !important;
    background: white !important;
    font-family: IRANSansWeb !important;
    /*min-height: 100vh;*/
    /*overflow-x: hidden;*/
}
/*----------------------------- Brand Box and Menu Panel start --------------------------*/
.overlay {
    position: absolute;
    z-index: 40;
    top: 0;
    left: 0;
    /*background: linear-gradient(to right, #599fd9, #c2e59c);*/
    background-color: black;
    overflow-x: hidden;
    transition: 1.5s;
    transform: translateX(-100%);
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    height: 100vh;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    color: #FFFFFF;
    display: block;
    transition: 1.5s;
}
.overlay a:hover, .overlay a:focus {
    color: #008C8E;
}
.closebtn{
    position: absolute;
    font-size: 32px !important;
    left: 24px !important;
    top: 22px;
    color: white;
    -webkit-transition: all cubic-bezier(0,.02,0,1) 1s;
    -o-transition: all cubic-bezier(0,.02,0,1) 1s;
    transition: all cubic-bezier(0,.02,0,1) 1s;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 25px;
        top: 15px;
        right: 35px;
    }
}
.has-width{
    width: 100%;
    transform: translateX(-17%);
}
.not-width{
    transform: translateX(-100%);
    width: 100%;
}
.logoimg{
    background-color: #008C8E;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all cubic-bezier(0,.02,0,1) 1s;
    -o-transition: all cubic-bezier(0,.02,0,1) 1s;
    transition: all cubic-bezier(0,.02,0,1) 1s;
    pointer-events: none;
    overflow: hidden;
    cursor: pointer;
}
.btn-menu{
    position: absolute;
    top: 40vh;
    right: 5%;
    width: 75px;
    height: 75px;
    padding: 14px;
    box-shadow: 0px 0px 10px 0px #ffffff;
    overflow: hidden;
    border-radius: 100%;
    background-color: #008C8E;
    z-index: 50;
    cursor: pointer;
}
.menu-mt{
    margin-top: 14%;
}
.btn-menu:hover .logoimg, .btn-menu:focus .logoimg{
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.btn-order{
    position: absolute;
    top: 70vh;
    right: 4%;
    z-index: 50;
    color: #fff;
    text-align: center;
}
.titlelogo {
    margin-top: 40vh;
}
.spliter{
    position: relative
}
.spliter:before {
    content: '';
    position: absolute;
    height: 70vh;
    width: 1px;
    background: #FFFFFF;
    left: 0;
    top: 20%;
}
/*----------------------------- index page content --------------------------*/
.div-main{
    margin: 0 0 0 265px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding: 0 0 0 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
}
.home{
    position: absolute;
    left: 0;
    width: calc(100vw - 250px);
    height: 100vh;
    overflow: hidden;
    top: 0;
}
@media  screen and (max-width: 756px) {
    .btn-menu {
        top: 10px;
    }

    .btn-order {
        left: 17px;
        top: 25px !important;
        right: unset !important;
    }

    .has-width {
        transform: translateX(0%) !important;
    }

    .menu-mt {
        margin-top: 20% !important;
    }

    .div-main{
        width: 100%;
    }
    .home{
        width: 100%;
        top: 10%;
    }
    .other{
        overflow: scroll;
    }
    .slideshow-box{
        width: 100% !important;
    }
}
/*--------------- slider -------------*/

.car_img{
    width: 100%;
    /*height: 100%;*/
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
}
.carousel-inner img {
    width: 100%;
}
.carous-caption {
    border: 1px solid white;
    height: 50px;
    right: 30%;
    bottom: 100px;
    left: 30%;
    z-index: 10;
    color: #FFFFFF !important;
    text-align: center;
    position: absolute;
}
.carous-title {
    background-color: white;
    font-size:1vw;
    padding-top: 10px;
    color:  black;
    text-shadow: 1px 1px 10px white;
}
.carous-caption .carous-title{
    display: none;
}
.carous-caption:hover{
    background-color: white;

}
.carous-caption:hover .carous-title{
    display: block;

}
.car-img{
    width: 100%;
    height: 100%;
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
}
.bg-image-full {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/*----------------------------- ------------------ --------------------------*/
.MainMenuLink{
    border-radius: 10px;
    color: #000000 !important;
    font-size: 2vw;
    padding-top: 16px;
    text-decoration: none !important;
}
.MainMenuLink:hover{
    color: #ffffff !important;
    transition: font-size;
    /*background-color: white;*/
/*    box-shadow:  1px 1px 10px 1px #cecccc;*/
    -moz-transform: scale(1.1) translate(1px, 0px);
    -webkit-transform: scale(1.1) translate(1px, 0px);
    -o-transform: scale(1.1) translate(1px, 0px);
    -ms-transform: scale(1.1) translate(1px, 0px);
    transform: scale(1.1) translate(1px, 0px);
}
.MainMenuLink2{
    border-radius: 10px;
    color: #ffffff !important;
    font-size: 2vw;
    padding-top: 16px;
    text-decoration: none !important;
}
.MainMenuLink2:hover{
    color: #000000 !important;
    transition: font-size;
    /*background-color: white !important;*/
    /*    box-shadow:  1px 1px 10px 1px #cecccc;*/
    -moz-transform: scale(1.1) translate(1px, 0px);
    -webkit-transform: scale(1.1) translate(1px, 0px);
    -o-transform: scale(1.1) translate(1px, 0px);
    -ms-transform: scale(1.1) translate(1px, 0px);
    transform: scale(1.1) translate(1px, 0px);
}
.About{
    position: relative;
}
.aboutus{
    position: absolute;
    top: 10%;
    left: 5%;
    right: 5%;
}

.mt60p{
    margin-top: 60px !important;
}



.Products-item{
    padding: 0px 30px;
    height: 250px;
}
.product-box{
    /*border: 1px solid;*/
    padding: 10px 10px;
}
.product-img{
    border-radius: 5px;
    height: 200px;
    width: 100%;
    box-shadow: 1px 1px 15px 1px #908989;
}
.product-img:hover {
    transform: scale(1.1);
}
.product-title{
    text-align: center;
    margin-top: 20px;
}
.product-link{
    text-decoration: none !important;
    background-color: #bb1015;
    color: white !important;
    padding:7px;
    border-radius: 5px;
}

.Avatar{
    border-radius: 50%;
    width: 70px;
    height: 70px;
    box-shadow: 1px 1px 15px 1px #908989;
}
.Avatar-title{
    margin-top: 10px;
}

.Social-link{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.social-pic{
    height: 48px;
    width: 48px;
}
.social-pic:hover{
    transform: scale(1.2);
}
.link-pic{
    height: 60px;
    width: 100%;
    margin-bottom: 5px;
}
.link-pic:hover{
    border-radius: 5px;
    border: 1px dashed;
}

.copyright{
    padding: 5px;
}
.footer{
    height: 200px !important;
    background-repeat: no-repeat;
    background-position: center top;
    /*background-image: url("../images/footer.png");*/
    background-size: cover;
}
.section-top{
    border-top: 1px solid #ccc8c8;
    /*margin-top: 50px;*/
    background: #ececeb !important;
}
.about-more{
    text-decoration: none !important;
    border: 2px dashed #ce151b;
    border-radius: 5px;
    padding: 2% 2%;
    color: black;
    font-size: 2vw;
}

.keepRight{
    float: right !important;
    margin-top: 15px;
}
.no_underline{
    text-decoration: none;
    color: black;
}

/* Style For Login Page*/
.middle{
    padding: 0px 0px;
    margin: 80px auto;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 1px 1px 20px 2px #cecccc;
}
.box-head{
    margin: 10px 0px 0px 0px;
    border: 1px solid #a7aaad;
    padding: 7px 0px;
    text-align: center;
    background-color: #e0e0e0;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 0px;
}
.box-data{
    border: 1px solid #a7aaad;
    padding: 7px;
    background-color: #fbfbfb;
    font-size: 14px;
}
.form-item{
    margin: 5px 3px;
}



/*----------------------------- project list start --------------------------*/
.project-box{
    position:relative;
    width: 200px;
    height: 200px;
    padding: 3px;
    border: 1px dashed #008C8E;
    margin: 5px;
    float: left;
    display: inline-block;
    cursor:pointer;
    overflow:hidden;
}
.thumb{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all cubic-bezier(0,.02,0,1) 1s;
    -o-transition: all cubic-bezier(0,.02,0,1) 1s;
    transition: all cubic-bezier(0,.02,0,1) 1s;
    background: rgba(255, 255, 255, 0.82);
    pointer-events: none;
    overflow: hidden;
}
.project-info-box {
    position: absolute;
    top: 0;
    left: 0;
    color: #101010;
    width: 200px;
    height: 200px;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    text-align: center;
}
.project-box:hover .thumb, .project-box:focus .thumb{
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.project-box .project-info-box .project-info {
    height: 200px;
    padding: 5px;
    background-color: #f9f8f7d9;
    transition-delay: 0s;
    transition-duration: 1s;
}
.project-box .project-info-box:hover .project-info {
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
}
.project-info{
    transform: translateX(200px);
}
.project-info p{
    height: 200px !important;
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
}
.linkstyle{
    color: black !important;
    text-decoration: none !important;
}

.srv1{
    background-image: url("../images/services1.jpg");
    width: 115px;
    height: 40px;
    display: inline-block;
    margin: 1px;
    background-size: cover;
}
.srv2{
    background-image: url("../images/services2.jpg");
    width: 115px;
    height: 40px;
    display: inline-block;
    margin: 1px;
    background-size: cover;
}
.srv3{
    background-image: url("../images/services3.jpg");
    width: 115px;
    height: 40px;
    display: inline-block;
    margin: 1px;
    background-size: cover;
}
.srv4{
    background-image: url("../images/services4.jpg");
    width: 115px;
    height: 40px;
    display: inline-block;
    margin: 1px;
    background-size: cover;
}
/*----------------------------- project list end --------------------------*/

.slideshow-box{
    width: 25vw;
    height: 37vh;
    padding: 3px;
    margin: 5px;
    float: left;
    display: inline-block;
    overflow: hidden;
}

video{
    border: 1px solid white;
    max-width: 100%;
}

/* --------------   Tools   ---------------------------*/
.tools-box {
    position: relative;
    width: 200px;
    height: 200px;
    padding: 5px;
    border: 1px dashed #008C8E;
    border-radius: 50%;
    margin: 15px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
}
.tools-info-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    text-align: center;
}
.tools-box:hover, .tools-box:focus {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #000000 !important;
    color: #FFFFFF !important;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
.tools-box:hover .tools-link {
    color: #FFFFFF !important;
}
.tools-link:hover{
    color: #FFFFFF !important;
}
.tools-box .tools-info-box .tools-info {
    height: 200px;
    padding: 5px;
    background-color: #000000;
    color: #FFFFFF;
    transition-delay: 0s;
    transition-duration: 0.5s;
}
.tools-box .tools-info-box:hover .tools-info {
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
}
.tools-info{
    transform: translateX(200px);
}
.tools-info p{
    height: 200px !important;
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
}

.btn-act{
    background-color: #4e4e4e !important;
}
.btn-act-text{
    color: #FFFFFF !important;
}

.btn-act:hover{
    background-color: #008C8E !important;
    color: #FFFFFF !important;
}
.drlogo{
    background-image: url("../images/drlogo.png");
    width: 64px;
    height: 64px;
    display: inline-block;
    margin: 1px;
    background-size: cover;
}
fieldset{
    border: 2px solid #008C8E !important;
    margin-bottom: 10px;
    padding: 15px !important;
}

.borderless td, .borderless th {
    border: none;
}
/*---------------------- Range Bar -------------------------------*/
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    padding: 6px 0px;
    background-color: transparent;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #d9d9d9;
    border-radius: 2px;
}
input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 10px;
    border-radius: 5px;
    border: 2px solid #008c8e;
    background:  #008c8e;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #c5c4c9;

}
input[type="range"]::-webkit-slider-thumb {
    position:relative;
    -webkit-appearance: none;
    cursor:pointer;
    background-color: #008c8e;
    width: 30px;
    height: 18px;
    box-shadow: 1px 5px 10px -1px transparent,
    25px 0 0 -4px rgba(0, 140, 142, 0.5),
    47px 0 0 -4px rgba(0, 140, 142, 0.5),
    69px 0 0 -4px rgba(0, 140, 142, 0.5),
    91px 0 0 -4px rgba(0, 140, 142, 0.5),
    113px 0 0 -4px rgba(0, 140, 142, 0.5),
    135px 0 0 -4px rgba(0, 140, 142, 0.5),
    157px 0 0 -4px rgba(0, 140, 142, 0.5),
    179px 0 0 -4px rgba(0, 140, 142, 0.5),
    201px 0 0 -4px rgba(0, 140, 142, 0.5),
    223px 0 0 -4px rgba(0, 140, 142, 0.5),
    245px 0 0 -4px rgba(0, 140, 142, 0.5);
    z-index:2;
}

.range_span{
    color: #000000 !important;
    margin: 0;
}
.range_span_active{
    color: #008c8e !important;
}

/* ---------------------  partMEDIAQUERIES    ------------------- */



@media (min-width: 1024px) {

}
@media (min-width: 768px) {
    .table-aboute tr {
        display: table-row;
    }
    .d-mobile{
        display: none;
    }
}
@media (max-width: 768px) {


}
@media (max-width: 570px) {
    .container{
        margin: 0!important;
        padding: 0!important;
        margin-top: 20px !important;
    }
    .table-aboute tr {
        display: grid;
    }
    .d-mobile{
        display: block;
    }
    .mobile-dis{
        display: none;
    }

    p > img {
        width: 100%;
        height: auto !important;
    }

    table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .mr-35{
        margin-right: 20px !important;
    }
    .mr-45{
        margin-right: 27px !important;
    }
    .mr-50{
        margin-right: 35px !important;
    }
    .grecaptcha-badge{
        display: none !important;
    }
}

#steps .img-container {
    display: inline-flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#steps .has-right-arrow:before {
    position: absolute;
    top: 30px;
    right: -20px;
    content: url(../images/right-arrow-2.svg);
    width: 30px;
}
.row{
    margin-right: 0;
    margin-left: 0;
}
hr{
    margin: 0;
    background-color: #f5f5f5;
}
.backlight{
    background-color: rgba(223,221, 221 , 0.3) ;
}
section{
    padding: 30px 0;
}
.borderlight{
    border-color: #c5bfbf!important;
}
input[type=text] {
    font-size: 13px;
    margin-bottom: 15px;
}