body {
    direction: rtl;
    font-family: IRANSansX;
}

.bg-body {

    background: url("/img/index-bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

ul li {
    list-style-type: none;
}

a:hover {
    text-decoration: none;
}

.p-menu {
    padding-right: 117px !important;
    padding-left: 117px !important;
}

.p-menu-r {
    padding-right: 117px !important;
}

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #212121;
    margin: 5px 0;
    transition: 0.4s;
    border-radius: 5px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 3px);
    transform: rotate(-45deg) translate(-3px, 3px);
    background-color: #c82333;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    background-color: #c82333;
}

.p-menu button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.border-radius {
    border-radius: 30px;
}

.line-height {
    line-height: 2.1;
}

.margin-top {
    margin-top: 100px;
}

.navbar-fix {
    top: 0;
    width: 100%;
    position: fixed;
    transition: 0.5s;
    height: auto;
}

.fix-nav {
    z-index: 999;
    box-shadow: 0 .3rem .3rem rgba(0, 0, 0, .175)
}

.circle {
    border-radius: 100%;
    border: 5px solid #22C47E;
    padding: 10px;
}

.border-radius-content {
    border-radius: 0 100px 100px 0;
}

.next {
    background-color: #22C47E;
    color: white;
    border-radius: 100%;
    font-size: 19px;
    width: 40px;
    height: 40px;
}

.prev {
    background-color: #22C47E;
    color: white;
    border-radius: 100%;
    font-size: 19px;
    width: 40px;
    height: 40px;
}

.border-radius-footer {
    border-radius: 76px;
}


/*company*/
.navbarCarpet__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.navbarCarpet__nav ul {
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.navbarCarpet__nav ul li a {
    color: black;
    font-size: 14px;
    font-weight: 100;
    margin-left: 20px;
}

.navbarCarpet__nav-menu {
    cursor: pointer;
}

.navbarCarpet__nav-menu button {
    outline: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

#categorySideBar .modal-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 9999999999999 !important;
    box-shadow: 0 26px 25px 0 rgb(0 0 0 / 35%);
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);

}

.modal-dialog .modal-body {
    height: 100vh;
    padding-top: 20px;
    overflow: auto !important;
    padding-bottom: 50px;
    z-index: 9999999;
    background: #fff;

}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.bg__topNav {
    background-color: #F6F6F6;
}

.bg__topNav span {
    font-size: 12px;
    color: black;
    margin: 0 10px;
}

.bg__topNav a {
    display: block;
    margin: 0 10px;

}

.bg__headerCarpet {
    background: url("../img/bg-header-carpet.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 500px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg__headerCarpet::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
    z-index: 1;
}

.bg__headerCarpet {
    display: flex;
    flex-direction: column;
}

.bg__headerCarpet h1 {
    color: white;
    font-weight: 900;
    z-index: 2;
    font-size: 25px;
}

.bg__headerCarpet p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    z-index: 2;
    line-height: 2;

}

.btn-blue {
    min-width: 220px;
    background: #47B5FF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: 1px solid transparent;
    height: 60px;
    z-index: 2;
    transition: all .3s ease;
}

.btn-blue:hover {
    background: transparent;
    border: 1px solid #47B5FF;
    color: #47B5FF;

}

.text__title p {
    font-size: 14px;
    font-weight: 300;
    color: black;
    line-height: 2;
    margin-top: 20px;

}

.text__title h2 {
    display: inline-flex;
    position: relative;
    font-size: 25px;
    font-weight: 700;
    color: black;
    line-height: 2.2;
}

.text__title h2:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 90px;
    height: 3px;
    line-height: 2;
    border-radius: 5px;
    background: #47B5FF;
}

.box__services {
    margin-top: 50px;
}

.box__services-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.box__services-bg {
    background: #F6F6F6;
    border-radius: 3px;
    padding: 20px;
}

.box__services-title h2 {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.box__services-title h3 {
    font-size: 12px;
    text-align: center;
    line-height: 2;
    font-weight: 300;
    margin-top: 10px;

}

.box__services-img {
    width: 121px;
    height: 121px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin: auto;
}

.slick-dots li button::before {
    position: absolute;
    top: 2rem;
    left: 0;
    content: "";
    width: .8rem;
    height: .8rem;
    border: .1rem solid black;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    font-size: 16px;
    line-height: 5rem;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.slick-dots li:hover button:before {
    background-color: #22C47E;
    border: .1rem solid #22C47E;

}

.slick-dots li.slick-active button:before {
    background-color: #22C47E;
    border: .1rem solid #22C47E;

}

.btn-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 40px;
    height: 40px;
    color: white;
    background: #47B5FF;
    border-radius: 100%;
    z-index: 9999999999;
    user-select: none;
}

.bg__light {
    background-color: #F6F6F6;
}

.images_cover {
    position: absolute;
    left: 0;
    top: 0;
}

.images_cover img {
    object-fit: cover;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.h__bgLight {
    height: auto;
}

.mt-10 {
    margin-top: 100px;
}

.pb-8 {
    padding-bottom: 80px;
}

.mt-8 {
    margin-top: 80px;
}

.slick__message strong {
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
    margin: 20px 0 10px 0;
    display: inline-flex;
}

.slick__message p {
    font-size: 14px;
    line-height: 2;
    font-weight: 300;

}

.slick__message .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    text-align: left !important;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.message__rightArrow {
    margin-left: 5px;
    cursor: pointer;
    user-select: none;

}

.message__leftArrow {
    margin-right: 5px;
    cursor: pointer;
    user-select: none;
}

.message__rightArrow:hover .icon {
    fill: #47B5FF;
}

.message__leftArrow:hover .icon {
    fill: #47B5FF;
}

.box__whyImages {
    border: 1px solid #EAEAEA;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    padding: 15px;
}

.box__whyImages img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box__why {
    display: flex;
    flex-direction: column;
}

.box__why.right {
    align-items: center;
    justify-content: center;
}

.box__why.right h3 {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    font-weight: 900;
}

.box__why.right p {
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    line-height: 2;
    margin-top: 10px;
}

.box__why.left {
    align-items: center;
    justify-content: center;
}

.box__why.left h3 {
    font-size: 16px;
    text-align: right;
    margin-top: 20px;
    font-weight: 900;
}

.box__why.left p {
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    line-height: 2;
    margin-top: 10px;
}

.mb-8 {
    margin-bottom: 80px;
}

.bg__form {
    background-color: #e6e6e6;
    position: relative;
}

.right_blue {
    width: 1px;
    height: 300px;
    background-color: #47B5FF;
    position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right_blue span {
    display: inherit;
    width: 10px;
    height: 10px;
    background-color: #47B5FF;
    border-radius: 100%;
    position: absolute;
    top: 100%;
    left: -4px;
}

.left_blue {
    width: 1px;
    height: 600px;
    background-color: #47B5FF;
    position: absolute;
    top: 0;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left_blue span {
    display: inherit;
    width: 10px;
    height: 10px;
    background-color: #47B5FF;
    border-radius: 100%;
    position: absolute;
    top: 100%;
    left: -4px;
}

.form__style {
    display: flex;
    flex-direction: column;
}

.form__style select {
    border: 1px solid #D6D5D5;
    font-size: 14px;
    height: 60px;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    color: #9B9B9B;
}

.form__style textarea {
    border: 1px solid #D6D5D5;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    color: #9B9B9B;
    resize: none;
}

.form__style input {
    border: 1px solid #D6D5D5;
    font-size: 14px;
    height: 60px;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    color: #9B9B9B;
}

.form__style textarea::placeholder {
    color: #9B9B9B;
    font-size: 14px;
}

.form__style input::placeholder {
    color: #9B9B9B;
    font-size: 14px;
}

.link {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    color: black;
}

.image-about {
    width: 75%;
    height: 327px;
    object-fit: cover;
    overflow: hidden;
}

.border-color::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    border: 60px solid rgba(71, 181, 255, 0.3);
    width: 75%;
    height: 327px;

}

.border-color {
    position: relative;
}

.text-about-carper {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
    font-weight: 100;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #47B5FF !important;
    transition: width .6s ease;
}

.icon__video img {
    border-radius: 5px;
}

.icon__video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon__video::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;

    background-color: rgba(0, 0, 0, 0.45);

}

.icon__video::after {
    content: '';
    width: 68px;
    height: 68px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url("../img/video-icon.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.box__footer {
    border-top: 1px solid #47B5FF;
    border-bottom: 1px solid #47B5FF;
    background-color: #F6F6F6;
    padding: 50px 0;
}

.text-footer {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
    font-weight: 200;
}

.list-footer {
    padding-right: 0;
}

.list-footer li {
    margin-bottom: 15px;
    font-size: 14px;
}

.list-footer li a {
    font-size: 14px;
    color: black;
}

.bottom-footer {
    padding: 15px 0;
    text-align: center;
}

.bottom-footer p {
    font-size: 14px;
    color: black;
    font-weight: 200;
    margin-bottom: 0;

}

/*end-of-company*/

@media screen and ( min-width: 768px ) {

    .companyName {
        font-size: 1.8rem;
    }

    .office-box {
        min-height: 165px
    }

    .image-about {
        width: 75%;
        height: 527px;
        object-fit: cover;
        overflow: hidden;
    }

    .border-color::after {
        content: '';
        position: absolute;
        bottom: -60px;
        left: 0;
        border: 60px solid rgba(71, 181, 255, 0.3);
        width: 75%;
        height: 527px;

    }

    .bg__headerCarpet h1 {
        color: white;
        font-weight: 900;
        z-index: 2;
        font-size: 34px;
    }

    .bg__headerCarpet p {
        font-size: 16px;
        color: #fff;
        font-weight: 300;
        text-align: center;
        z-index: 2;
        line-height: 2;

    }

    .text__title p {
        font-size: 16px;
        font-weight: 300;
        color: black;
        line-height: 2;
        margin-top: 20px;

    }

    .text__title h2 {
        display: inline-flex;
        position: relative;
        font-size: 32px;
        font-weight: 700;
        color: black;
        line-height: 2.2;
    }

    .images_cover img {
        object-fit: cover;
        height: 630px;
        width: 100%;
        overflow: hidden;
    }

    .box__why.right {
        align-items: flex-end;
        justify-content: flex-end;
    }

    .box__why.right p {
        text-align: left;
    }

    .box__why.left p {
        text-align: right;
    }

    .box__why.left {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .h__bgLight {
        height: 630px;
    }

    .box__why.left h3 {
        font-size: 14px;
    }

    .box__why.right h3 {
        font-size: 14px;
    }
}

@media screen and ( min-width: 992px ) {

    .bg__headerCarpet h1 {
        color: white;
        font-weight: 900;
        z-index: 2;
        font-size: 64px;
    }

    .bg__headerCarpet p {
        font-size: 20px;
        color: #fff;
        font-weight: 300;
        text-align: center;
        z-index: 2;
        line-height: 2;

    }

    .images_cover img {
        object-fit: cover;
        height: 559px;
        width: 100%;
        overflow: hidden;
    }

    .h__bgLight {
        height: 559px;
    }

    .box__why.left h3 {
        font-size: 16px;
    }

    .box__why.right h3 {
        font-size: 16px;
    }

}

@media screen and ( min-width: 1400px ) {
    .right_blue {
        width: 1px;
        height: 300px;
        background-color: #47B5FF;
        position: absolute;
        top: 0;
        right: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .right_blue span {
        display: inherit;
        width: 10px;
        height: 10px;
        background-color: #47B5FF;
        border-radius: 100%;
        position: absolute;
        top: 100%;
        left: -4px;
    }

    .left_blue {
        width: 1px;
        height: 600px;
        background-color: #47B5FF;
        position: absolute;
        top: 0;
        left: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .left_blue span {
        display: inherit;
        width: 10px;
        height: 10px;
        background-color: #47B5FF;
        border-radius: 100%;
        position: absolute;
        top: 100%;
        left: -4px;
    }
}

@media screen and ( max-width: 992px ) {
    .p-menu {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }

    .p-menu-r {
        padding-right: 50px !important;
    }

    .text-md-size {
        font-size: 25px;
    }

    .text-sm-size {
        font-size: 18px;
    }

    .text-sm {
        font-size: 15px;
    }

    .img-icon-size {
        width: 55px !important;
        height: 55px !important;
    }
}

@media screen and (max-width: 552px) {
    .p-menu {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .p-menu-r {
        padding-right: 20px !important;
    }

    .hide-btn {
        display: none;
    }

    .border-radius-footer {
        border-radius: 30px;
    }

    .text-md-size {
        font-size: 20px;
    }
}

.img-company {
    width: 200px !important;
    border-radius: 100%
}

.zindex-nav {
    z-index: 999 !important;
}

.text-title {
    font-size: 1.7rem;
}

.box__header {
    margin-top: 50px;
}

.box__header-address h1 {
    color: black;
    font-weight: 400;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.box__phone {
    display: flex;
    margin-bottom: 20px;
}

.box__phone a, .box__phone p {
    font-size: 14px;
    color: black;
    letter-spacing: 1px;
    margin-right: 8px;
    margin-bottom: 0;
}

.box__header-details h2 {
    font-size: 24px;
    font-weight: 400;
    color: black;
}

.box__header-details p {
    line-height: 2;
    font-weight: 300;
    font-size: 14px;
    margin: 25px 0;
    text-align: justify;
}

.box__services-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
}

.box__services-item h2 {
    font-size: 18px;
    margin: 20px 5px;
}

.mt-8 {
    margin-top: 80px;
}

.box__services-item-img {
    width: 132px;
    height: 132px;
    border-radius: 100%;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box__title {
    font-size: 24px;
    text-align: center;
    display: block;
}

.btn-green:hover {
    border: 1px solid #22C47E;
    background: transparent;
    color: #22C47E;
}

.box__user {
    padding: 20px;
    width: 100%;
    min-height: 203px;
}

.box__user-details {
    display: flex;
    align-items: center;
}

.box__user-details strong {
    display: inline-block;
    color: black;
    font-size: 20px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.box__user-details p {
    margin-bottom: 0;
    color: #8E8585;
    font-size: 12px;
    font-weight: 400;
}

.box__user-desc p {
    line-height: 2;
    margin-bottom: 0;
    font-size: 12px;
    color: black;
}

.bg__footer {
    background-color: #E7E7E7;
    padding: 10px 0;
}

@media screen and (min-width: 576px) {
    .box__header-details h2 {
        font-size: 32px;
    }

    .box__phone a, .box__phone p {
        font-size: 16px;
    }
}

.companyName {
    font-size: 1.6rem;
}

.comment-box {
    max-height: 400px;
}

.nav-item .nav-link {
    font-weight: 600;
}

.text-sm {
    font-size: 11px !important;
}

.text-8 {
    font-size: .8rem !important;
}

.al-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.824) 100%);
}

.article-title {
    font-size: 1.3rem;
}

