/*@font-face {
    font-family: yekan;
    src: url(../fonts/iranyekanwebregular.ttf);
}

@font-face {
    font-family: aban;
    src: url(../fonts/IRAban.ttf);
}

@font-face {
    font-family: ordibehesht;
    src: url(../fonts/Ordibehesht.TTF);
}

* {
    box-sizing: border-box;
    font-family: yekan;
    line-height: 1.4em !important;
    font-size: 14px;
}

:root {
    --dark-blue: #020c2e;
    --light-blue: #275caa;
    --light-gray: #7b8aa0;
    --lighter-gray: #a4adb7;
}

section {
    padding: 0 1rem;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    color: var(--lighter-gray);
    text-decoration: none !important;
}

a:hover {
    color: var(--light-blue);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0 30px;*/
/* background-color: transparent;
    border-bottom: 6px solid transparent;*/

/*background-color: #000 !important;
    border-bottom: 6px solid #275caa !important;
    background-color: #000;
    border-bottom: 6px solid #275caa;
    transition: .3s;
	height: 67px;
}

.menu-button-container {
    display: none;
}

.container {
    width: 1200px;
}

.relative {
    position: relative;
}

.header-static-nav {
    position: relative;
    display: flex;
}

.margin-top {
    margin-top: 8rem;
}

.no-padding {
    padding: 0;
}

.header-static-nav.second {
    width: 100%;
    justify-content: space-between;
}

.header-static-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.header-static-nav ul li {
    position: relative;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
}

.line {
    position: absolute;
    bottom: 0;
    display: inline-block;
    transition: .4s;
    height: 5px;
    background-color: var(--light-gray);
}

.header-static-nav ul li a {
    color: white;
    padding: 0 12px;
    margin: 0px 5px;
    font-weight: 700;
    line-height: 20px;
    font-size: 14px;
}

.start-project {
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.header-text {
    padding-left: 18px;
    margin-left: 18px;
    font-size: 22px;
    text-transform: uppercase;
}

.header-text,
.header-medias a {
    color: white
}

.header-medias {
    font-size: 16px;
}

.header-medias i {
    padding-left: 18px;
}

.top-services-container {
    display: flex;
    flex-wrap: wrap;
}

.top-services-card {
    width: 33.333333%;
    padding: 2rem;
}

.top-inner-services-card {
    position: relative;
    overflow: hidden;
    background-color: whitesmoke;
    border: 3px solid whitesmoke;
    padding: 1rem 2rem;
    border-radius: 15px;
    transition: .5s;
    cursor: pointer;
}

.dark-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: var(--dark-blue);
    transition: .5s;
    z-index: 1;
}

.dark-background-circles-1 {
    position: absolute;
    left: -160px;
    top: -160px;
    width: 160px;
    height: 160px;
    background-color: var(--light-blue);
    border-radius: 50%;
    transition: .5s;
    z-index: 3;
}

.dark-background-circles-2 {
    position: absolute;
    left: -200px;
    top: -200px;
    width: 200px;
    height: 200px;
    background-color: rgba(39, 92, 170, .6);
    border-radius: 50%;
    transition: 1s;
    z-index: 2;
}

.top-services-body {
    position: relative;
    z-index: 5;
}

.top-services-card:hover {
    color: white;
}

.top-services-card:hover .dark-background {
    top: 0%;
}

.top-services-card:hover .dark-background-circles-1 {
    left: -80px;
    top: -80px;
}

.top-services-card:hover .dark-background-circles-2 {
    left: -80px;
    top: -80px;
}

.top-services-card span {
    display: block;
    text-align: center;
}

.top-services-card h4 {
    text-align: center;
}

.top-services-card svg {
    font-size: 45px;
    color: var(--light-blue);
    margin: 1rem 0;
}

.submenu {
    display: block;
    position: absolute;
    right: 0;
    top: 41px;
    width: 200px;
    background-color: var(--dark-blue);
    padding: 15px 0 !important;
    z-index: 555;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 0 0 10px 10px;
}

.submenu li {
    display: block !important;
    transition: .3s;
    margin-bottom: 10px;
    padding: .5rem 0 0 0 !important;
}

.sub-submenu {
    margin-top: .5rem !important;
    display: none;
}

.sub-submenu li {
    margin-bottom: 0 !important;
}

.sub-submenu li a {
    font-size: 13px !important;
}

.submenu li:last-child {
    margin-bottom: 0px;
}

.submenu a {
    transition: .3s;
    color: rgb(223, 223, 223) !important;
}

.header-menu .fa-angles-left {
    font-size: 12px !important;
}

.header-menu a svg {
    font-size: 14px !important;
}

.submenu li:hover>a {
    color: white !important;
}

.header-menu ul li:hover>.submenu,
.submenu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header-menu ul .active {
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    background-color: var(--light-gray);
    bottom: 0;
    left: 0;
    right: 0;
}

.description-container {
    padding: 3rem 0;
    background-color: var(--light-blue);
    color: white;
}

.description-container .title-container h2,
.description-container .title-container p {
    color: white;
}

.description-inner-container {
    display: flex;
    flex-wrap: wrap;
}

.description-inner-container .title-container h2,
.description-inner-container .title-container p {
    text-align: right !important;
}

.description-text {
    width: 60%;
    padding-right: 2rem;
}

.description-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    padding-left: 2rem;
    text-align: center;
}

.description-image img {
    width: 300px;
}

.title-container {
    position: relative;
    z-index: 2;
}

.title-container p {
    text-align: center;
    color: var(--light-blue);
    font-weight: 600;
}

.title-container h2 {
    margin-top: 0;
    margin-bottom: 3rem;
    color: var(--dark-blue);
    text-align: center;
}

.features-area {
    overflow: hidden;
    counter-reset: features;
}

.row.features-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    direction: rtl;
    padding: 0 1rem;
    flex-wrap: wrap;
}

.features-right-side,
.features-middle-side,
.features-left-side {
    width: 33.333333%;
}

.single-features {
    background-color: whitesmoke;
    border-radius: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 8px 100px 8px 20px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.features-icon {
    height: 100px;
    right: 0;
    padding-top: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
}

.features-icon {
    color: var(--light-blue);
    height: 100px;
    left: 0;
    padding-top: 47px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
}

.features-icon svg {
    font-size: 45px;
}

.single-features h3 {
    text-transform: capitalize;
    color: black;
    text-align: right;
}

.single-features p {
    color: black;
    text-align: right;
}

.single-features::before {
    background: rgba(0, 0, 0, 0) -webkit-radial-gradient(circle farthest-side at center bottom, var(--light-blue), #3981ec 125%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) radial-gradient(circle farthest-side at center bottom, var(--light-blue), #3981ec 125%) repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: counter(features, decimal);
    counter-increment: features;
    font-size: 22px;
    height: 35px;
    right: -15px;
    line-height: 1.6;
    margin-top: 5px;
    position: absolute;
    text-align: center;
    top: -17.5px;
    width: 35px;
}

.single-features:hover {
    box-shadow: 0 0 39px #ebebeb;
}

.features-img {
    position: relative;
    width: 100%;
}

.features-img img {
    display: block;
    margin: 50px auto 0;
}

.features-img ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.services-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.services-item {
    position: relative;
    width: 25%;
    overflow: hidden;
}

.services-item-background {
    padding: 1.5rem;
    height: 100%;
    width: 100%;
}

.services-item-background div {
    overflow: hidden;
    background-color: #000000;
    transition: .4s;
}

.services-item-background img {
    width: 102%;
    opacity: .7;
    transition: .4s;
}

.services-item-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 calc(2em + 6px) 0 calc(2em + 6px);
}

.services-item-header {
    padding-top: 2em;
}

.services-item-header h2 {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

.services-item-header p {
    color: white;
    font-size: 16px;
    transform: translateX(140%);
    transition: .4s;
}

.white-border {
    display: block;
    background-color: white;
    height: 2px;
    width: 0%;
    margin-bottom: 1rem;
    transition: .4s;
}

.services-item:hover>a>div>.services-item-background div {
    background-color: var(--light-blue);
}

.services-item:hover>a>div>.services-item-background img {
    opacity: .3;
}

.services-item:hover>a>div>.services-item-header>.white-border {
    width: 100%;
}

.services-item:hover>a>div>.services-item-header>p {
    transform: translateX(0%);
}

.title-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: var(--light-blue);
    text-align: left;
}

.title-background img {
    height: 300px;
}

.gallery.title-container {
    padding-top: 5rem;
}

.gallery.title-container h2,
.gallery.title-container p {
    color: white;
}

.gallery-container {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;*/
/* IE10 */
/*display: flex;
    -ms-flex-wrap: wrap;*/
/* IE10 */
/*flex-wrap: wrap;
    padding: 0 4px;
}

.gallery-card {
    -ms-flex: 25%;*/
/* IE10 */
/*flex: 25%;
    max-width: 25%;
    padding: 0 1rem;
}

.gallery-card img {
    margin-top: 2rem;
    vertical-align: middle;
    width: 100%;
}

.gallery-cover {
    transition: .3s;
}

.gallery-cover:hover {
    opacity: .8;
}

.feed-container {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 4rem;
}

.feed-card {
    width: 33.333333%;
}

.feed-card:hover .feed-cover img {
    opacity: .6;
    transform: scale(1.1);
}

.feed-cover {
    background-color: var(--light-blue);
    overflow: hidden;
}

.feed-cover img {
    width: 100%;
    transition: .5s;
}

.feed-date {
    display: inline-block;
    font-weight: 600;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--lighter-gray);
}

.feed-date span:nth-child(1) {
    font-size: 40px;
    color: var(--light-blue);
}

.feed-url a {
    font-weight: 600;
    color: #000000;
}

.feed-url a:hover {
    color: var(--light-blue);
}

.swiper,
.topswiper,
.productswiper,
.videoswiper {
    overflow: hidden;
    position: relative;
    padding-top: 8rem;
}

.productswiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 1rem 0;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev,
.topswiper .swiper-button-next,
.topswiper .swiper-button-prev,
.productswiper .swiper-button-next,
.productswiper .swiper-button-prev,
.videoswiper .swiper-button-next,
.videoswiper .swiper-button-prev {
    position: absolute;
    top: 3rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px !important;
    height: 35px !important;
    background-color: var(--dark-blue);
    border-radius: 50%;
}

.swiper .swiper-button-next,
.productswiper .swiper-button-next,
.videoswiper .swiper-button-next {
    left: 46% !important;
}

.swiper .swiper-button-prev,
.productswiper .swiper-button-prev,
.videoswiper .swiper-button-prev {
    right: 46% !important;
}

.topswiper .swiper-button-next {
    left: 38% !important;
}

.topswiper .swiper-button-prev {
    right: 38% !important;
}

.swiper .swiper-button-prev:after,
.swiper.swiper-rtl .swiper-button-next:after,
.topswiper .swiper-button-prev:after,
.topswiper.swiper-rtl .swiper-button-next:after,
.productswiper .swiper-button-prev:after,
.productswiper.swiper-rtl .swiper-button-next:after,
.videoswiper .swiper-button-prev:after,
.videoswiper.swiper-rtl .swiper-button-next:after {
    font-size: 18px;
    color: white;
}

.swiper-slide img,
.swiper-slide video {
    width: 100%;
}

.topswiper .swiper-slide img {
    width: 200px;
}

.partner-logos img {
    filter: grayscale(100%);
    transition: .5s;
    cursor: pointer;
}

.partner-logos img:hover {
    filter: grayscale(0%);
}

footer {
    padding: 8rem 4rem 4rem 4rem;
    background-color: var(--dark-blue);
    border-top: 10px solid var(--light-blue);
    color: white;
}

.footer-content {
    display: flex;
    gap: 2rem;
}

.footer-content:nth-child(1) p {
    font-size: 15px;
}

.footer-sections {
    width: 25%;
}

.footer-sections p,
.footer-sections a,
.footer-sections a svg,
.footer-sections span {
    font-size: 14px !important;
}

.footer-sections img {
    margin-bottom: 3rem;
}

.footer-copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid var(--lighter-gray);
}

.footer-copyright p,
.footer-copyright a {
    font-size: 13px;
}

.footer-copyright-menu ul {
    display: flex;
    gap: 2rem;
}

.footer-addresses svg {
    font-size: 40px;
    transition: .3s;
}

.footer-addresses {
    display: flex;
}

.footer-addresses:hover svg {
    opacity: .5;
}

.address-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2rem;
}

.footer-posts {
    display: flex;
    gap: 2rem;
}

.footer-post-image img {
    width: 70px;
}

.footer-titles {
    display: inline-block;
    border-bottom: 1px solid white;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.helpers-url li {
    margin-bottom: .8rem;
}

.footer-social-media {
    margin-top: 2rem;
    display: flex;
    gap: 2rem;
}

.footer-social-media a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-blue);
    color: white !important;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    transition: .3s;
}

.footer-social-media a:hover {
    background-color: #133f81;
}

.footer-social-media a svg {
    font-size: 20px !important;
}
@media (min-width: 991px) {
.slider-container {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.slide-background span {
    display: block;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
}

.slide-blocks {
    display: inline-block;
    opacity: 0;
    transition: .3s;
}*/

/*.slider-items,
.slide {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}*/

/*.slide {
    opacity: 0;
    visibility: hidden;
}

.slide.active {
    opacity: 1;
    visibility: visible;
}

.slide div img {
    height: 100vh;
}

.slide-description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    padding: 0 10rem;
    text-align: center;
}

.slide-description img {
    width: 327px !important;
    height: 231px !important;
    transition: 1s;
    opacity: 0;
}

.slider-appear-text {
    display: inline-block;
    margin: 0 6px;
    opacity: 0;
    transition: .3s;
}

.slide-description-header,
.slide-description-text {
    text-shadow: black 2px 2px;
}

.slide-description-header span {
    font-size: 5rem;
    font-family: ordibehesht;
}

.slide-description-text span {
    font-size: 1.5rem;*/
/* font-family: aban;*/
/*}

.slide-description-header {
    margin-top: 0;
}

.slide-buttons {
    margin-top: 2.5rem;
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
    transition-delay: 1s;
}

.slide-buttons .first-button {
    background-color: rgb(6, 84, 156);
    margin-right: 10px;
}

.slide-buttons .second-button {
    background-color: rgb(17, 126, 194);
}

.slide-buttons .first-button,
.slide-buttons .second-button {
    color: white;
    text-transform: uppercase;
    padding: 12px 35px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

.slide-buttons .first-button:hover,
.slide-buttons .second-button:hover {
    background-color: white;
    color: black;
}

.slider-appear-text-1 {
    animation: text1 1s forwards .2s;
}

.slider-appear-text-2 {
    animation: text2 1s forwards .4s;
}

@keyframes text1 {
    100% {
        opacity: 1;
    }
}

@keyframes text2 {
    100% {
        opacity: 1;
    }
}

.slider-next,
.slider-prev {
    position: absolute;
    font-size: 25px;
    color: white;
    text-shadow: 0px 0px 15px rgb(255, 0, 0);
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
}

.slider-next svg,
.slider-prev svg {
    color: white;
    fill: white;
}

.slider-next {
    right: 25px;
}

.slider-prev {
    left: 25px;
}
}
.container {
    margin: auto;
}

header .container {
    padding: 0 !important;
}

.self-modal {
    position: fixed;
    inset: 0 0 0 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.self-modal-header {
    background-color: rgb(61, 61, 61);
    position: fixed;
    inset: 0 0 auto 0;
    width: 100%;
    z-index: 9999;
}

.self-modal-header a {
    display: flex;
    padding: 1rem 2rem 1rem 1rem;
}

.self-modal-header svg {
    font-size: 30px;
    color: white;
}

.self-modal-body {
    height: 100%;
}

.modalswiper {
    height: 100%;
}

.modalswiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8rem;
}

.modalswiper .swiper-button-prev:after,
.modalswiper.swiper-rtl .swiper-button-next:after {
    font-size: 25px;
    color: white;
}

.shattered-background,
.shattered-background-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.shattered-background .first-side {
    width: 50%;
    background-color: var(--light-blue);
    transform: translateY(-50px);
}

.shattered-background .second-side {
    width: 50%;
    background-color: var(--dark-blue);
    transform: translateY(50px);
}

.shattered-background .third-side {
    width: 50%;
    background-color: var(--light-blue);
    transform: skew(25deg) translateY(-50px);
}

.shattered-background .forth-side {
    width: 50%;
    background-color: var(--dark-blue);
    transform: skew(25deg) translateY(50px);
}

.shattered-background .fifth-side {
    position: absolute;
    bottom: -10px;
    top: -10px;
    width: 50px;
    background-color: white;
    transform: skew(25deg);
}

.shattered-background-1 .first-side {
    width: 50%;
    background-color: var(--light-gray);
    transform: translateY(-50px);
}

.shattered-background-1 .second-side {
    width: 50%;
    background-color: var(--lighter-gray);
    transform: translateY(50px);
}

.shattered-background-1 .third-side {
    width: 50%;
    background-color: var(--light-gray);
    transform: skew(25deg) translateY(-50px);
}

.shattered-background-1 .forth-side {
    width: 50%;
    background-color: var(--lighter-gray);
    transform: skew(25deg) translateY(50px);
}

.shattered-background-1 .fifth-side {
    position: absolute;
    bottom: -10px;
    top: -10px;
    width: 50px;
    background-color: white;
    transform: skew(25deg);
}

.products-slider {
    display: flex;
    background-color: var(--light-blue);
    padding: 2rem;
    border-radius: 20px;
}

.product-right-side {
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-right-side div {
    text-align: center;
}

.see-all-url {
    text-align: center;
}

.see-all-url a {
    color: white;
    font-size: 13px;
}

.see-all-url a svg {
    font-size: 12px;
}

.product-container {
    background-color: white;
    overflow: hidden;
    padding: 1rem;
}

.swiper-slide:first-child .product-container {
    border-radius: 0 10px 10px 0;
}

.swiper-slide:last-child .product-container {
    border-radius: 10px 0 0 10px;
}

.product-info {
    margin-top: 2rem;
}

.discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 20px;
    color: white;
    background-color: var(--light-blue);
    border-radius: 30px;
    font-weight: 600;
    font-size: 12px;
    padding-top: 2px;
}

.new-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.last-price {
    display: block;
    text-align: left;
    text-decoration: line-through;
    color: var(--lighter-gray);
}

.product-name {
    font-size: 14px;
    font-weight: 600;
}

@media (min-width: 1650px) {
    .slide-description {
        max-width: 1500px;
    }
}

@media (max-width: 1399px) {
    .container {
        width: 1140px;
    }
}

@media (max-width: 1240px) {
    .slide-description-header {
        font-size: 25px !important;
    }

    .slide-description-text {
        font-size: 17px !important;
    }
}

@media (max-width: 1199px) {
    .container {
        width: 960px;
    }
}

@media (max-width: 1191px) {
    .slide-description-header {
        font-size: 20px !important;
    }

    .slide-description-text {
        font-size: 14px !important;
    }
}

@media (max-width: 1095px) {
    .slide-description {
        padding: 0 5rem !important;
    }
}

@media (max-width: 991px) {
    .container {
        width: 720px;
    }

    header {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .start-project img {
        width: 80px;
    }

    .menu-button-container,
    .openphonemenu {
        display: flex;
        align-items: center;
    }

    .title-background img {
        width: 100%;
        height: auto;
    }

    .openphonemenu svg {
        font-size: 25px;
        color: white;
    }

    .submenu.first,
    .submenu.second {*/
/*top: 45px !important;*/
/*top: 37px !important;
        
    }

    .feed-container {
        flex-wrap: wrap;
    }

    .description-text {
        padding: 0 2rem;
    }

    .footer-copyright-menu {
        width: 100%;
        margin-top: 2rem;
    }

    .footer-copyright-menu ul {
        justify-content: center;
    }

    .header-menu {
        position: fixed;
        inset: 65px 0 auto 0;
        background: var(--light-blue);
        padding: 0 2rem;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        border-bottom: 6px solid var(--dark-blue);
    }

    .header-menu li {
        display: block !important;
    }

    .line,
    .header-menu .active {
        display: none !important;
    }

    .header-static-nav ul {
        padding: .5rem 0;
    }

    .header-static-nav ul li {
        padding: 1rem 0;
    }

    .submenu {
        width: 100%;
    }

    .description-inner-container {
        gap: 3rem;
    }

    .description-text,
    .description-image,
    .features-right-side,
    .features-middle-side,
    .features-left-side,
    .feed-card {
        width: 100%;
    }

    .description-image {
        padding: 0 2rem;
    }

    .description-image img {
        width: 100%;
    }

    .title-container h2 {
        margin-bottom: 3rem;
    }

    .row.features-list {
        padding: 0 2rem;
    }

    .modalswiper .swiper-slide {
        padding: 0 2rem;
    }

    .top-services-card,
    .services-item,
    .footer-sections {
        width: 50%;
    }

    .footer-sections {
        padding: 1rem;
    }

    .footer-content {
        flex-wrap: wrap;
        gap: 0;
    }

    .gallery-card {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }

    .swiper .swiper-button-next,
    .productswiper .swiper-button-next,
    .videoswiper .swiper-button-next {
        left: 43% !important;
    }

    .swiper .swiper-button-prev,
    .productswiper .swiper-button-prev,
    .videoswiper .swiper-button-prev {
        right: 43% !important;
    }
}

@media (max-width: 767px) {
    .container {
        width: 540px;
    }

    .slider-prev,
    .slider-next,
    .shattered-background .third-side,
    .shattered-background .forth-side,
    .shattered-background .fifth-side,
    .shattered-background-1 .third-side,
    .shattered-background-1 .forth-side,
    .shattered-background-1 .fifth-side {
        display: none;
    }

    .shattered-background .first-side,
    .shattered-background .second-side,
    .shattered-background-1 .first-side,
    .shattered-background-1 .second-side {
        transform: translate(0);
    }

    .slide-description {
        padding: 0 1rem !important;
    }

    .top-services-card,
    .services-item,
    .footer-sections {
        width: 100%;
    }

    .gallery-card {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .swiper .swiper-button-next,
    .productswiper .swiper-button-next,
    .videoswiper .swiper-button-next {
        left: 38% !important;
    }

    .swiper .swiper-button-prev,
    .productswiper .swiper-button-prev,
    .videoswiper .swiper-button-prev {
        right: 38% !important;
    }

    footer {
        padding: 1rem !important;
    }

    .feed.title-container h2 {
        margin-bottom: 5rem;
    }
}

@media (max-width: 575px) {
    .container {
        width: 100%;
        padding: 1rem;
    }

    .swiper .swiper-button-next,
    .productswiper .swiper-button-next,
    .videoswiper .swiper-button-next {
        left: 36% !important;
    }

    .swiper .swiper-button-prev,
    .productswiper .swiper-button-prev,
    .videoswiper .swiper-button-prev {
        right: 36% !important;
    }

    * {
        font-size: 14px;
    }
}

@media (max-width: 550px) {

    .slide-buttons .first-button,
    .slide-buttons .second-button {
        display: block;
        margin: 0 0 1rem 0;
    }

    .slide-description-header span {
        font-size: 3.5rem !important;
    }

    .slide-description-text span {
        font-size: 1.5rem !important;
    }

    .slider-appear-text {
        margin: 0 3px;
    }

    .slide-description img {
        width: 114px !important;
        height: 77px !important;
    }
}
.logoImg {
    width:100px !important;
}
.title-container div p {
    text-align: right;
    color: #fff;
    font-weight: 600;
}
.BlogPost-main {
    margin-top: 106px !important;
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 0 15px 15px 15px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}*/
/*.rmm ul {
    list-style: none;
    position: relative;
    background: #000 !important;
}*/
/*.header-static-nav ul li {
    position: relative;
    display: inline-block;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.title-Menu {
    background: none !important;
    
}
.Menu-pg {
    margin-top: 85px !important;
}

.title-ListGallery {
    background: none !important;
}
.container.gallery.ListGallery-pg.fullPage {
    margin-top: 85px !important;
}
.submenu > li > a {
    font-size: 10px !important;
    font-weight: 10 !important;
}
.noPad {
    padding:0px !important;
}
.aclass {
    color:black !important;
}
.aclass:hover {
    color: white !important;
}
@media screen and (max-width: 768px) {
  .carousel-caption {
    left: 20%;
    right: 20%;
  bottom:30% !important*/
/*top:27%  !important;*/

/*}
}
@media screen and (min-width: 992px) {
 .middle-slider
{
	width: 242px !important;
	margin-left: 53px;
	margin-right: 72px;
    top: -51px;
} 
.swiper, .topswiper, .productswiper, .videoswiper {
  overflow: hidden;
  position: relative;
  padding-top: 11rem !important;
}
}
@media screen and (min-width: 991px) {
 .middle-slider
{
	width: 242px !important;
	margin-left: 53px;
	margin-right: 72px;
    top: -51px;
} 
.swiper, .topswiper, .productswiper, .videoswiper {
  overflow: hidden;
  position: relative;
  padding-top: 11rem !important;
}
}
@media screen and (max-width: 991px) {
  .middle-slider {*/
/* width: 200px !important;
    margin-left: 92px;
    margin-right:92px;
    top: -23px;*/
/*}
}
.theme-default .nivo-controlNav {
  text-align: center;
  padding: 10px 0;
  display: none !important;
}
@media (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
        padding: 10px 15px;
        border-bottom: solid 1px #eee;
        color: #6f6f6f;
        width: 180px;
    }
}

 @media (min-width: 1024px) {
            nav.navbar.bootsnav ul.nav > li > a {
                padding: 10px !important;
                font-weight: 600;
            }
        }

        nav .navbar.bootsnav {
    background-color: #000 !important;
    border-bottom: none !important;
}

    nav.navbar.bootsnav ul.nav > li > a {
        color: #fff !important;
    }

.header-static-nav.second {
    width: 100%;
    justify-content: initial !important;
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        background: #000 !important;
        border: none !important;
    }
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
        color: #fff !important;
    }
}*/

/*-------------------------*/
/*@media (max-width: 767px) {
    nav.navbar.bootsnav.navbar-mobile ul.nav {
        background: #000 !important;
    }
}


@media (max-width: 992px) {
    nav.navbar.bootsnav .navbar-nav > li {
        width:100%;
    }
}
@media (max-width: 992px) {
    nav.navbar.bootsnav .navbar-nav > li > a {
        border-top: none !important;
    }
    .dropdown {
        width: 100% !important;
    }
}
@media (max-width: 992px) {
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
        color: #fff !important;
        border-bottom: solid 1px #fff !important;
    }
}
.product-link {
    height: 343px !important;
}

.productCss {
    border: none !important;
}
.img-product {
    min-width: 174px !important;
    min-height: 236px !important
}
.products-slider {
   margin-bottom: 12px !important;
}
.title-box {
    color: white !important;
    font-weight: bolder !important;
}
.img-box {
    width: 100px !important;
    display: block;
}
@media (min-width: 991px) {
    .slide div img {
        height: auto !important;
    }
}
@media (min-width: 991px) {
    .slide {
        opacity: initial !important;
        visibility: initial !important;
    }
}
.productCss {
    max-height: 324px !important;
    background-color: white !important;
}*/



@font-face {
    font-family: yekan;
    src: url(../fonts/iranyekanwebregular.ttf);
}

@font-face {
    font-family: aban;
    src: url(../fonts/IRAban.ttf);
}

@font-face {
    font-family: ordibehesht;
    src: url(../fonts/Ordibehesht.TTF);
}

* {
    box-sizing: border-box;
    font-family: yekan;
    line-height: 1.4em !important;
    font-size: 12px;
}

:root {
    --dark-blue: #f9a619;
    --light-blue: #712a78;
    --light-gray: #7b8aa0;
    --lighter-gray: #a4adb7;
}

section {
    padding: 0 1rem;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    color:#000 !important;
    text-decoration: none !important;
}

    a:hover {
        color: var(--light-blue);
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

header {
    /* position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0 30px;
    background-color: transparent;
    border-bottom: 6px solid transparent;
    transition: .3s;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0 30px;
    background-color: #712a78 !important;
    border-bottom: 6px solid #913286 !important;
    background-color: #000;
    border-bottom: 6px solid #275caa;
    transition: .3s;
    height: 67px;
}

.menu-button-container {
    display: none;
}

.container {
    width: 1200px;
}

.relative {
    position: relative;
}

.header-static-nav {
    position: relative;
    display: flex;
}

.margin-top {
    margin-top: 8rem;
}

.no-padding {
    padding: 0;
}

.header-static-nav.second {
    width: 80%;
    justify-content: space-between;
}

.header-static-nav.third {
    width: 20%;
    justify-content: left;
}

.header-static-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .header-static-nav ul li {
        position: relative;
        display: inline-block;
        padding-top: 30px;
        padding-bottom: 30px;
    }

.line {
    position: absolute;
    bottom: 0;
    display: inline-block;
    transition: .4s;
    height: 5px;
    background-color: var(--light-gray);
}

.header-static-nav ul li a {
    color: white;
    padding: 0 12px;
    margin: 0px 5px;
    font-weight: 700;
    line-height: 20px;
    font-size: 14px;
}

.start-project {
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.header-text {
    padding-left: 18px;
    margin-left: 18px;
    font-size: 22px;
    text-transform: uppercase;
}

.header-text,
.header-medias a {
    color: white
}

.header-medias {
    font-size: 16px;
}

    .header-medias i {
        padding-left: 18px;
    }

.top-services-container {
    display: flex;
    flex-wrap: wrap;
}

.top-services-card {
    width: 33.333333%;
    padding: 2rem;
}

.top-inner-services-card {
    position: relative;
    overflow: hidden;
    background-color: whitesmoke;
    border: 3px solid whitesmoke;
    padding: 1rem 2rem;
    border-radius: 15px;
    transition: .5s;
    cursor: pointer;
}

.dark-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: var(--dark-blue);
    transition: .5s;
    z-index: 1;
}

.dark-background-circles-1 {
    position: absolute;
    left: -160px;
    top: -160px;
    width: 160px;
    height: 160px;
    background-color: var(--light-blue);
    border-radius: 50%;
    transition: .5s;
    z-index: 3;
}

.dark-background-circles-2 {
    position: absolute;
    left: -200px;
    top: -200px;
    width: 200px;
    height: 200px;
    background-color: rgba(39, 92, 170, .6);
    border-radius: 50%;
    transition: 1s;
    z-index: 2;
}

.top-services-body {
    position: relative;
    z-index: 5;
}

.top-services-card:hover {
    color: white;
}

    .top-services-card:hover .dark-background {
        top: 0%;
    }

    .top-services-card:hover .dark-background-circles-1 {
        left: -80px;
        top: -80px;
    }

    .top-services-card:hover .dark-background-circles-2 {
        left: -80px;
        top: -80px;
    }

.top-services-card span {
    display: block;
    text-align: center;
}

.top-services-card h4 {
    text-align: center;
}

.top-services-card svg {
    font-size: 45px;
    color: var(--light-blue);
    margin: 1rem 0;
}

.submenu {
    /*display: block;
    position: absolute;
    right: 0;
    top: 82px;
    width: 180px;
    background-color: var(--dark-blue);
    padding: 15px 0 !important;
    z-index: 555;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 0 0 10px 10px;*/

    display: block;
    position: absolute;
    right: 0;
    top: 41px;
    width: 200px;
    background-color: var(--dark-blue);
    padding: 15px 0 !important;
    z-index: 555;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 0 0 10px 10px;
}

    .submenu li {
        display: block !important;
        transition: .3s;
        margin-bottom: 10px;
        padding: .5rem 0 0 0 !important;
    }

.sub-submenu {
    margin-top: .5rem !important;
    display: none;
}

    .sub-submenu li {
        margin-bottom: 0 !important;
    }

        .sub-submenu li a {
            font-size: 13px !important;
        }

.submenu li:last-child {
    margin-bottom: 0px;
}

.submenu a {
    transition: .3s;
    color: rgb(223, 223, 223) !important;
}

.header-menu .fa-angles-left {
    font-size: 12px !important;
}

.header-menu a svg {
    font-size: 14px !important;
}

.submenu li:hover > a {
    color: white !important;
}

.header-menu ul li:hover > .submenu,
.submenu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header-menu ul .active {
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    background-color: var(--light-gray);
    bottom: 0;
    left: 0;
    right: 0;
}

.description-container {
    padding: 3rem 0;
    background-color:#a8509f;
    color: white;
	 /*min-height: 1080px;*/
}

    .description-container .title-container h2,
    .description-container .title-container p {
        color: white;
    }

.description-inner-container {
    display: flex;
    flex-wrap: wrap;
}

    .description-inner-container .title-container h2,
    .description-inner-container .title-container p {
        text-align: right !important;
    }

.description-text {
    width: 60%;
    padding-right: 2rem;
}

.description-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    padding-left: 2rem;
    text-align: center;
}

    .description-image img {
        width: 300px;
    }

.title-container {
    position: relative;
    z-index: 2;
}

    .title-container p {
        text-align: center;
        color: var(--light-blue);
        font-weight: 600;
    }

    .title-container h2 {
        margin-top: 0;
        margin-bottom: 3rem;
        color: var(--dark-blue);
        text-align: center;
    }

.features-area {
    overflow: hidden;
    counter-reset: features;
}

.row.features-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    direction: rtl;
    padding: 0 1rem;
    flex-wrap: wrap;
}

.features-right-side,
.features-middle-side,
.features-left-side {
    width: 33.333333%;
}

.single-features {
    background-color: whitesmoke;
    border-radius: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 8px 100px 8px 20px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.features-icon {
    height: 100px;
    right: 0;
    padding-top: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
}

.features-icon {
    color: var(--light-blue);
    height: 100px;
    left: 0;
    padding-top: 47px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
}

    .features-icon svg {
        font-size: 45px;
    }

.single-features h3 {
    text-transform: capitalize;
    color: black;
    text-align: right;
}

.single-features p {
    color: black;
    text-align: right;
}

.single-features::before {
    background: rgba(0, 0, 0, 0) -webkit-radial-gradient(circle farthest-side at center bottom, var(--light-blue), #3981ec 125%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) radial-gradient(circle farthest-side at center bottom, var(--light-blue), #3981ec 125%) repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: counter(features, decimal);
    counter-increment: features;
    font-size: 22px;
    height: 35px;
    right: -15px;
    line-height: 1.6;
    margin-top: 5px;
    position: absolute;
    text-align: center;
    top: -17.5px;
    width: 35px;
}

.single-features:hover {
    box-shadow: 0 0 39px #ebebeb;
}

.features-img {
    position: relative;
    width: 100%;
}

    .features-img img {
        display: block;
        margin: 50px auto 0;
    }

    .features-img ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

.services-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.services-item {
    position: relative;
    width: 25%;
    overflow: hidden;
}

.services-item-background {
    padding: 1.5rem;
    height: 100%;
    width: 100%;
}

    .services-item-background div {
        overflow: hidden;
        background-color: #000000;
        transition: .4s;
    }

    .services-item-background img {
        width: 102%;
        opacity: .7;
        transition: .4s;
    }

.services-item-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 calc(2em + 6px) 0 calc(2em + 6px);
}

.services-item-header {
    padding-top: 2em;
}

    .services-item-header h2 {
        color: white;
        font-weight: 700;
        text-transform: uppercase;
    }

    .services-item-header p {
        color: white;
        font-size: 16px;
        transform: translateX(140%);
        transition: .4s;
    }

.white-border {
    display: block;
    background-color: white;
    height: 2px;
    width: 0%;
    margin-bottom: 1rem;
    transition: .4s;
}

.services-item:hover > a > div > .services-item-background div {
    background-color: var(--light-blue);
}

.services-item:hover > a > div > .services-item-background img {
    opacity: .3;
}

.services-item:hover > a > div > .services-item-header > .white-border {
    width: 100%;
}

.services-item:hover > a > div > .services-item-header > p {
    transform: translateX(0%);
}

.title-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    background-color:#a8509f; /*var(--light-blue);*/
    text-align: left;
}

    .title-background img {
        height: 300px;
    }

.gallery.title-container {
    padding-top: 5rem;
}

    .gallery.title-container h2,
    .gallery.title-container p {
        color: white;
    }

.gallery-container {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

.gallery-card {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 1rem;
}

    .gallery-card img {
        margin-top: 2rem;
        vertical-align: middle;
        width: 100%;
    }

.gallery-cover {
    transition: .3s;
}

    .gallery-cover:hover {
        opacity: .8;
    }

.feed-container {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 4rem;
}

.feed-card {
    width: 33.333333%;
}

    .feed-card:hover .feed-cover img {
        opacity: .6;
        transform: scale(1.1);
    }

.feed-cover {
    background-color: var(--light-blue);
    overflow: hidden;
}

    .feed-cover img {
        width: 100%;
        transition: .5s;
    }

.feed-date {
    display: inline-block;
    font-weight: 600;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--lighter-gray);
}

    .feed-date span:nth-child(1) {
        font-size: 40px;
        color: var(--light-blue);
    }

.feed-url a {
    font-weight: 600;
    color: #000000;
}

    .feed-url a:hover {
        color: var(--light-blue);
    }

.swiper,
.topswiper,
.productswiper,
.videoswiper {
    overflow: hidden;
    position: relative;
    padding-top: 8rem;
}

.productswiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 1rem 0;
}

    .swiper .swiper-button-next,
    .swiper .swiper-button-prev,
    .topswiper .swiper-button-next,
    .topswiper .swiper-button-prev,
    .productswiper .swiper-button-next,
    .productswiper .swiper-button-prev,
    .videoswiper .swiper-button-next,
    .videoswiper .swiper-button-prev {
        position: absolute;
        top: 3rem;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px !important;
        height: 35px !important;
        background-color: var(--dark-blue);
        border-radius: 50%;
    }

    .swiper .swiper-button-next,
    .productswiper .swiper-button-next,
    .videoswiper .swiper-button-next {
        left: 46% !important;
    }

    .swiper .swiper-button-prev,
    .productswiper .swiper-button-prev,
    .videoswiper .swiper-button-prev {
        right: 46% !important;
    }

.topswiper .swiper-button-next {
    left: 38% !important;
}

.topswiper .swiper-button-prev {
    right: 38% !important;
}

    .swiper .swiper-button-prev:after,
    .swiper.swiper-rtl .swiper-button-next:after,
    .topswiper .swiper-button-prev:after,
    .topswiper.swiper-rtl .swiper-button-next:after,
    .productswiper .swiper-button-prev:after,
    .productswiper.swiper-rtl .swiper-button-next:after,
    .videoswiper .swiper-button-prev:after,
    .videoswiper.swiper-rtl .swiper-button-next:after {
        font-size: 18px;
        color: white;
    }

.swiper-slide img,
.swiper-slide video {
    width: 100%;
}

.topswiper .swiper-slide img {
    width: 200px;
}

.partner-logos img {
    filter: grayscale(100%);
    transition: .5s;
    cursor: pointer;
}

    .partner-logos img:hover {
        filter: grayscale(0%);
    }

footer {
    padding: 8rem 4rem 4rem 4rem;
    background-color: #712a78 !important;
    border-top: 10px solid #913286;
    color: white;
}

.footer-content {
    display: flex;
    gap: 2rem;
}

    .footer-content:nth-child(1) p {
        font-size: 15px;
    }

.footer-sections {
    width: 25%;
}

    .footer-sections p,
    .footer-sections a,
    .footer-sections a svg,
    .footer-sections span {
        font-size: 14px !important;
    }

    .footer-sections img {
        margin-bottom: 3rem;
    }

.footer-copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid var(--lighter-gray);
}

    .footer-copyright p,
    .footer-copyright a {
        font-size: 13px;
    }

.footer-copyright-menu ul {
    display: flex;
    gap: 2rem;
}

.footer-addresses svg {
    font-size: 40px;
    transition: .3s;
}

.footer-addresses {
    display: flex;
}

    .footer-addresses:hover svg {
        opacity: .5;
    }

.address-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2rem;
}

.footer-posts {
    display: flex;
    gap: 2rem;
}

.footer-post-image img {
    width: 70px;
}

.footer-titles {
    display: inline-block;
    border-bottom: 1px solid white;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.helpers-url li {
    margin-bottom: .8rem;
}

.footer-social-media {
    margin-top: 2rem;
    display: flex;
    gap: 2rem;
}

    .footer-social-media a {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--light-blue);
        color: white !important;
        border-radius: 5px;
        width: 35px;
        height: 35px;
        transition: .3s;
    }

        .footer-social-media a:hover {
            background-color: #133f81;
        }

        .footer-social-media a svg {
            font-size: 20px !important;
        }

.slider-container {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.slide-background span {
    display: block;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
}

.slide-blocks {
    display: inline-block;
    opacity: 0;
    transition: .3s;
}

.slider-items,
.slide {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slide {
    opacity: 0;
    visibility: hidden;
}

    .slide.active {
        opacity: 1;
        visibility: visible;
    }

    .slide div img {
        height: 100vh;
    }

.slide-description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    padding: 0 10rem;
    text-align: center;
}

    .slide-description img {
        width: 327px !important;
        height: 231px !important;
        transition: 1s;
        opacity: 0;
    }

.slider-appear-text {
    display: inline-block;
    margin: 0 6px;
    opacity: 0;
    transition: .3s;
}

.slide-description-header,
.slide-description-text {
    text-shadow: black 2px 2px;
}

    .slide-description-header span {
        font-size: 5rem;
        font-family: ordibehesht;
    }

    .slide-description-text span {
        font-size: 1.5rem;
        font-family: aban;
    }

.slide-description-header {
    margin-top: 0;
}

.slide-buttons {
    margin-top: 2.5rem;
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
    transition-delay: 1s;
}

    .slide-buttons .first-button {
        background-color: rgb(6, 84, 156);
        margin-right: 10px;
    }

    .slide-buttons .second-button {
        background-color: rgb(17, 126, 194);
    }

    .slide-buttons .first-button,
    .slide-buttons .second-button {
        color: white;
        text-transform: uppercase;
        padding: 12px 35px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
    }

        .slide-buttons .first-button:hover,
        .slide-buttons .second-button:hover {
            background-color: white;
            color: black;
        }

.slider-appear-text-1 {
    animation: text1 1s forwards .2s;
}

.slider-appear-text-2 {
    animation: text2 1s forwards .4s;
}

@keyframes text1 {
    100% {
        opacity: 1;
    }
}

@keyframes text2 {
    100% {
        opacity: 1;
    }
}

.slider-next,
.slider-prev {
    position: absolute;
    font-size: 25px;
    color: white;
    text-shadow: 0px 0px 15px rgb(255, 0, 0);
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
}

    .slider-next svg,
    .slider-prev svg {
        color: white;
        fill: white;
    }

.slider-next {
    right: 25px;
}

.slider-prev {
    left: 25px;
}

.container {
    margin: auto;
}

header .container {
    padding: 0 !important;
}

.self-modal {
    position: fixed;
    inset: 0 0 0 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.self-modal-header {
    background-color: rgb(61, 61, 61);
    position: fixed;
    inset: 0 0 auto 0;
    width: 100%;
    z-index: 9999;
}

    .self-modal-header a {
        display: flex;
        padding: 1rem 2rem 1rem 1rem;
    }

    .self-modal-header svg {
        font-size: 30px;
        color: white;
    }

.self-modal-body {
    height: 100%;
}

.modalswiper {
    height: 100%;
}

    .modalswiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 8rem;
    }

    .modalswiper .swiper-button-prev:after,
    .modalswiper.swiper-rtl .swiper-button-next:after {
        font-size: 25px;
        color: white;
    }

.shattered-background,
.shattered-background-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

    .shattered-background .first-side {
        width: 50%;
        background-color: var(--light-blue);
        transform: translateY(-50px);
    }

    .shattered-background .second-side {
        width: 50%;
        background-color: var(--dark-blue);
        transform: translateY(50px);
    }

    .shattered-background .third-side {
        width: 50%;
        background-color: #712a78;
        transform: skew(25deg) translateY(-50px);
    }

    .shattered-background .forth-side {
        width: 50%;
        background-color: #f9a619;
        transform: skew(25deg) translateY(50px);
    }

    .shattered-background .fifth-side {
        position: absolute;
        bottom: -10px;
        top: -10px;
        width: 50px;
        background-color: white;
        transform: skew(25deg);
    }

    .shattered-background-1 .first-side {
        width: 50%;
        background-color: var(--light-gray);
        transform: translateY(-50px);
    }

    .shattered-background-1 .second-side {
        width: 50%;
        background-color: var(--lighter-gray);
        transform: translateY(50px);
    }

    .shattered-background-1 .third-side {
        width: 50%;
        background-color: var(--light-gray);
        transform: skew(25deg) translateY(-50px);
    }

    .shattered-background-1 .forth-side {
        width: 50%;
        background-color: var(--lighter-gray);
        transform: skew(25deg) translateY(50px);
    }

    .shattered-background-1 .fifth-side {
        position: absolute;
        bottom: -10px;
        top: -10px;
        width: 50px;
        background-color: white;
        transform: skew(25deg);
    }

.products-slider {
    display: flex;
    background-color: var(--light-blue);
    padding: 2rem;
    border-radius: 20px;
}

.product-right-side {
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .product-right-side div {
        text-align: center;
    }

.see-all-url {
    text-align: center;
}

    .see-all-url a {
        color: white;
        font-size: 13px;
    }

        .see-all-url a svg {
            font-size: 12px;
        }

.product-container {
    background-color: white;
    overflow: hidden;
    padding: 1rem;
}

.swiper-slide:first-child .product-container {
    border-radius: 0 10px 10px 0;
}

.swiper-slide:last-child .product-container {
    border-radius: 10px 0 0 10px;
}

.product-info {
    margin-top: 2rem;
}

.discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 20px;
    color: white;
    background-color: var(--light-blue);
    border-radius: 30px;
    font-weight: 600;
    font-size: 12px;
    padding-top: 2px;
}

.new-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.last-price {
    display: block;
    text-align: left;
    text-decoration: line-through;
    color: var(--lighter-gray);
}

.product-name {
    font-size: 14px;
    font-weight: 600;
}

@media (min-width: 1650px) {
    .slide-description {
        max-width: 1500px;
    }
}

@media (max-width: 1399px) {
    .container {
        width:1309px; /* 1140px; */
    }
}

@media (max-width: 1240px) {
    .slide-description-header {
        font-size: 25px !important;
    }

    .slide-description-text {
        font-size: 17px !important;
    }
}

@media (max-width: 1199px) {
    .container {
        width: 960px;
    }
}

@media (max-width: 1191px) {
    .slide-description-header {
        font-size: 20px !important;
    }

    .slide-description-text {
        font-size: 14px !important;
    }
}

@media (max-width: 1095px) {
    .slide-description {
        padding: 0 5rem !important;
    }
}

@media (max-width: 991px) {
    .container {
        width: 720px;
    }

    header {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .start-project img {
        width: 80px;
    }

    .menu-button-container,
    .openphonemenu {
        display: flex;
        align-items: center;
    }

    .title-background img {
        width: 100%;
        height: auto;
    }

    .openphonemenu svg {
        font-size: 25px;
        color: white;
    }

    .submenu.first,
    .submenu.second {
        top: 45px !important;
    }

    .feed-container {
        flex-wrap: wrap;
    }

    .description-text {
        padding: 0 2rem;
    }

    .footer-copyright-menu {
        width: 100%;
        margin-top: 2rem;
    }

        .footer-copyright-menu ul {
            justify-content: center;
        }

    .header-menu {
        position: fixed;
        inset: 65px 0 auto 0;
        background: var(--light-blue);
        padding: 0 2rem;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        border-bottom: 6px solid var(--dark-blue);
    }

        .header-menu li {
            display: block !important;
        }

        .line,
        .header-menu .active {
            display: none !important;
        }

    .header-static-nav ul {
        padding: .5rem 0;
    }

        .header-static-nav ul li {
            padding: 1rem 0;
        }

    .submenu {
        width: 100%;
    }

    .description-inner-container {
        gap: 3rem;
    }

    .description-text,
    .description-image,
    .features-right-side,
    .features-middle-side,
    .features-left-side,
    .feed-card {
        width: 100%;
    }

    .description-image {
        padding: 0 2rem;
    }

        .description-image img {
            width: 100%;
        }

    .title-container h2 {
        margin-bottom: 3rem;
    }

    .row.features-list {
        padding: 0 2rem;
    }

    .modalswiper .swiper-slide {
        padding: 0 2rem;
    }

    .top-services-card,
    .services-item,
    .footer-sections {
        width: 50%;
    }

    .footer-sections {
        padding: 1rem;
    }

    .footer-content {
        flex-wrap: wrap;
        gap: 0;
    }

    .gallery-card {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }

    .swiper .swiper-button-next,
    .productswiper .swiper-button-next,
    .videoswiper .swiper-button-next {
        left: 43% !important;
    }

    .swiper .swiper-button-prev,
    .productswiper .swiper-button-prev,
    .videoswiper .swiper-button-prev {
        right: 43% !important;
    }
}

@media (max-width: 767px) {
    .container {
        width: 540px;
    }

    .slider-prev,
    .slider-next,
    .shattered-background .third-side,
    .shattered-background .forth-side,
    .shattered-background .fifth-side,
    .shattered-background-1 .third-side,
    .shattered-background-1 .forth-side,
    .shattered-background-1 .fifth-side {
        display: none;
    }

    .shattered-background .first-side,
    .shattered-background .second-side,
    .shattered-background-1 .first-side,
    .shattered-background-1 .second-side {
        transform: translate(0);
    }

    .slide-description {
        padding: 0 1rem !important;
    }

    .top-services-card,
    .services-item,
    .footer-sections {
        width: 100%;
    }

    .gallery-card {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .swiper .swiper-button-next,
    .productswiper .swiper-button-next,
    .videoswiper .swiper-button-next {
        left: 38% !important;
    }

    .swiper .swiper-button-prev,
    .productswiper .swiper-button-prev,
    .videoswiper .swiper-button-prev {
        right: 38% !important;
    }

    footer {
        padding: 1rem !important;
    }

    .feed.title-container h2 {
        margin-bottom: 5rem;
    }
}

@media (max-width: 575px) {
    .container {
        width: 100%;
        padding: 1rem;
    }

    .swiper .swiper-button-next,
    .productswiper .swiper-button-next,
    .videoswiper .swiper-button-next {
        left: 36% !important;
    }

    .swiper .swiper-button-prev,
    .productswiper .swiper-button-prev,
    .videoswiper .swiper-button-prev {
        right: 36% !important;
    }

    * {
        font-size: 14px;
    }
}

@media (max-width: 550px) {

    .slide-buttons .first-button,
    .slide-buttons .second-button {
        display: block;
        margin: 0 0 1rem 0;
    }

    .slide-description-header span {
        font-size: 3.5rem !important;
    }

    .slide-description-text span {
        font-size: 1.5rem !important;
    }

    .slider-appear-text {
        margin: 0 3px;
    }

    .slide-description img {
        width: 114px !important;
        height: 77px !important;
    }
}

.logoImg {
    width: 60px !important;
}

.title-container div p {
    text-align: right;
    color: #fff;
    font-weight: 600;
}

.BlogPost-main {
    margin-top: 106px !important;
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 0 15px 15px 15px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}
/*.rmm ul {
    list-style: none;
    position: relative;
    background: #000 !important;
}*/
.header-static-nav ul li {
    position: relative;
    display: inline-block;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.title-Menu {
    background: none !important;
}

.Menu-pg {
    margin-top: 85px !important;
}

.title-ListGallery {
    background: none !important;
}

.container.gallery.ListGallery-pg.fullPage {
    margin-top: 85px !important;
}

.submenu > li > a {
    font-size: 10px !important;
    font-weight: 10 !important;
}

.noPad {
    padding: 0px !important;
}

.aclass {
    color: black !important;
}

    .aclass:hover {
        color: white !important;
    }

@media screen and (max-width: 768px) {
    .carousel-caption {
        left: 20%;
        right: 20%;
        bottom: 30% !important
        /*top:27%  !important;*/
    }
}

.productSectionImg {
    width: 80px;
}

#SectionProduct .title-container h2 div p {
    color: var(--dark-blue);
    text-align: center;
}

.list-product-page {
    margin-top: 84px !important;
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 20px 9px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

.productCss230 {
    /*max-height: 225px !important;
    background-color: #fff !important*/
    max-height: 225px !important;
    background-color: gainsboro !important
}

.listitems .product_titlepr {
    background: #fff !important;
    padding: 2px 5px;
    font-size: 14px;
}

.product .details {
    background: #fff !important;
    padding: 0 6px;
    font-size: 16px;
    margin-bottom: 42px;
}

.product-link, .same-product-link {
    background: #fff;
    background-color: rgb(255, 255, 255);
    border: 1px solid #275caa !important;
    display: block;
}

.product_details {
    position: relative;
    color: #275caa !important;
    padding: 5px 0;
    font-size: 15px;
}

.addicon {
    background-image: url("/Themes/Public/Paging/images/shopogo2.png") !important;
    background-color: #cccccc;
    height: 40px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    left: 0px !important;
}

.product-detail-page {
    margin-top: 83px !important;
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 6px 9px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

#lblprice {
    color: #275caa !important;
}

.lblPriceUnit {
    float: right !important;
    color: #275CAA !important;
}

#lblprice, #lblOff {
    float: right !important;
}

.lblprice {
    float: right !important;
}

.content_btn {
    background-color: #275caa !important;
}

.list-product-page {
    margin-top: 84px !important;
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 20px 9px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

.productCss230 {
    /*max-height: 225px !important;
    background-color: #fff !important*/
    max-height: 225px !important;
    background-color: gainsboro !important
}

.listitems .product_titlepr {
    background: #fff !important;
    padding: 2px 5px;
    font-size: 14px;
}

.product .details {
    background: #fff !important;
    padding: 0 6px;
    font-size: 16px;
    margin-bottom: 42px;
}

.product-link, .same-product-link {
    background: #fff;
    background-color: rgb(255, 255, 255);
    border: 1px solid #275caa !important;
    display: block;
}

.product_details {
    position: relative;
    color: #275caa !important;
    padding: 5px 0;
    font-size: 15px;
}

.addicon {
    background-image: url("/Themes/Public/Paging/images/shopogo2.png") !important;
    background-color: #cccccc;
    height: 40px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    left: 0px !important;
}

.product-detail-page {
    margin-top: 83px !important;
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 6px 9px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

#lblprice {
    color: #275caa !important;
}

.lblPriceUnit {
    float: right !important;
    color: #275CAA !important;
}

#lblprice, #lblOff {
    float: right !important;
}

.lblprice {
    float: right !important;
}

.content_btn {
    background-color: #275caa !important;
}

.shoping-curt {
    color: #fff;
    float: left;
    font-size: 25px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.shoping-curt-button {
    cursor: pointer;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
}

.ProductOrder-main {
    top: 39px !important;
}

.topswiper .swiper-wrapper .swiper-slide-next {
    margin-right: 174px;
}

.topswiper .swiper-wrapper img {
    width: 200px !important;
    margin-right: 82px;
}

.categoryslider.theme-default.col-md-12.mb-5 {
    margin-top: 56px;
}

.product_title {
    background-color: #275caa !important;
    color: #f5f1f0 !important;
}

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 10px 0;
    display: none !important;
}

.productSectionImg {
    width: 80px;
}

#SectionProduct .title-container h2 div p {
    color: var(--dark-blue);
    text-align: center;
}

.list-product-page {
    margin-top: 84px !important;
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 20px 9px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

.productCss230 {
    /*max-height: 225px !important;
    background-color: #fff !important*/
    max-height: 225px !important;
    background-color: gainsboro !important
}

.listitems .product_titlepr {
    background: #fff !important;
    padding: 2px 5px;
    font-size: 14px;
}

.product .details {
    background: #fff !important;
    padding: 0 6px;
    font-size: 16px;
    margin-bottom: 42px;
}

.product-link, .same-product-link {
    background: #fff;
    background-color: rgb(255, 255, 255);
    /*border: 1px solid #275caa !important;*/
    border: 1px solid #b5b5b666 !important;
    display: block;
}

.product_details {
    position: relative;
    color: #275caa !important;
    padding: 5px 0;
    font-size: 15px;
}

.addicon {
    background-image: url("/Themes/Public/Paging/images/shopogo2.png") !important;
    background-color: #cccccc;
    height: 40px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    left: 0px !important;
}

.product-detail-page {
    margin-top: 83px !important;
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 6px 9px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

#lblprice {
    color: #275caa !important;
}

.lblPriceUnit {
    float: right !important;
    color: #275CAA !important;
}

#lblprice, #lblOff {
    float: right !important;
}

.lblprice {
    float: right !important;
}

.content_btn {
    background-color: #275caa !important;
}

.list-product-page {
    margin-top: 84px !important;
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 20px 9px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

.productCss230 {
    /*max-height: 225px !important;
    background-color: #fff !important*/
    max-height: 225px !important;
    background-color: gainsboro !important
}

.listitems .product_titlepr {
    background: #fff !important;
    padding: 2px 5px;
    font-size: 14px;
}

.product .details {
    background: #fff !important;
    padding: 0 6px;
    font-size: 16px;
    margin-bottom: 42px;
}

.product-link, .same-product-link {
    background: #fff;
    background-color: rgb(255, 255, 255);
    /* border: 1px solid #275caa !important;*/
    border: 1px solid #b5b5b65c !important display: block;
}

.product_details {
    position: relative;
    color: #275caa !important;
    padding: 5px 0;
    font-size: 15px;
}

.addicon {
    background-image: url("/Themes/Public/Paging/images/shopogo2.png") !important;
    background-color: #cccccc;
    height: 40px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    left: 0px !important;
}

.product-detail-page {
    margin-top: 83px !important;
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 6px 9px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

#lblprice {
    color: #275caa !important;
}

.lblPriceUnit {
    float: right !important;
    color: #275CAA !important;
}

#lblprice, #lblOff {
    float: right !important;
}

.lblprice {
    float: right !important;
}

.content_btn {
    background-color: #275caa !important;
}

.shoping-curt {
    color: #fff;
    float: left;
    font-size: 25px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.shoping-curt-button {
    cursor: pointer;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
}

.ProductOrder-main {
    top: 39px !important;
}

.topswiper .swiper-wrapper .swiper-slide-next {
    margin-right: 174px;
}

.topswiper .swiper-wrapper img {
    width: 200px !important;
    margin-right: 82px;
}

.rowsame {
    display: grid;
    grid-auto-flow: column;
    gap: 0%;
}

.colsame {
    background: white;
}

.rowsameListproduct {
    display: initial;
    grid-auto-flow: column;
    gap: 0%;
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
        padding: 10px 15px;
        border-bottom: solid 1px #eee;
        color: #6f6f6f;
        width: 180px;
    }
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 10px !important;
        font-weight: 600;
    }
}

nav.navbar.bootsnav {
    background-color: #712a78 !important;
    border-bottom: none !important;
}

    nav.navbar.bootsnav ul.nav > li > a {
        color: #fff !important;
    }

.header-static-nav.second {
    width: 100%;
    justify-content: initial !important;
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        background: #000 !important;
        border: none !important;
    }
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
        color: #fff !important;
    }
}

@media (max-width: 767px) {
    nav.navbar.bootsnav.navbar-mobile ul.nav {
        background: #000 !important;
    }
}


@media (max-width: 992px) {
    nav.navbar.bootsnav .navbar-nav > li {
        width: 100%;
    }
}

@media (max-width: 992px) {
    nav.navbar.bootsnav .navbar-nav > li > a {
        border-top: none !important;
    }

    .dropdown {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
        color: #fff !important;
        border-bottom: solid 1px #fff !important;
    }
}

.product-link {
    height: 343px !important;
}

.productCss {
    border: none !important;
}

.img-product {
    min-width: 174px !important;
    min-height: 236px !important
}

.products-slider {
    margin-bottom: 12px !important;
}

.title-box {
    color: white !important;
    font-weight: bolder !important;
}

.img-box {
    width: 100px !important;
    display: block;
}

@media (min-width: 991px) {
    .slide div img {
        height: auto !important;
    }
}

@media (min-width: 991px) {
    .slide {
        opacity: initial !important;
        visibility: initial !important;
    }
}

.productCss {
    max-height: 324px !important;
    background-color: white !important;
}

.img-product {
    /*min-width: 163px !important;
  min-height: 194px !important*/
    /*  min-width: 100% !important;
 min-height: 100% !important; */
    min-width: 142px !important;
    min-height: 250px !important;
}

.products-slider {
    margin-bottom: 12px !important;
}

.title-box {
    color: white !important;
    font-weight: bolder !important;
}

.img-box {
    width: 100px !important;
    display: block;
}

.pr-mod .carousel {
    margin-bottom: 0 !important;
    padding: 0 0px 0 0px !important;
}

.nivo-caption {
    display: none !important;
}

.nivo-html-caption {
    display: block !important;
    color: #FFFFFF !important;
    min-width: 550px;
    overflow: hidden;
    position: absolute;
    top: 180px;
    z-index: 8;
    text-align: center;
    width: 100%;
}

.divDescriptionClass h1, h2 {
    font-style: normal;
    color: white !important;
}
.form-build {
  margin-top: 88px !important;
 
}
.listNews{
	margin-top: 81px !important;
}
.panel.panel-primary {
  margin-top: 59px;
}
.title-ListNews {
	background: none !important;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #712a78 !important;
  border-color: #913286 !important;
}
.panel-primary {
  border-color: #913286 !important;
}