:root {
    --main-color: #611146;
}
body {
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 400;
    background: #ffffff url(../images/body-bg.jpg) no-repeat top center;
    font-size: 16px;
    line-height: 24px;
    color: #7B7B7B;
}
a {
    color: inherit;
}
a:hover, a:focus {
    color: #B94A48;
}
.topbar{
    background-color: rgb(51, 51, 51);
    width: 100%;;
}
.topbar .text-contact {
    display: inline;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    color: rgb(255, 255, 255);
    margin: 0px;
}
.topbar .text-contact.important {
    background-color: var(--main-color);
}


/* header and menu */
.navbar::before{
    content: " ";
    background: transparent url(../images/navbar-bg.png) no-repeat top center;
    width: 100%;
    height: 28px;
    z-index: 50;
    position: absolute;
    bottom: -27px;
}

.fixed-top:before {
    content: " ";
    background: transparent url(../images/navbar-bg.png) no-repeat top center;
    width: 100%;
    height: 28px;
    z-index: 50;
    position: absolute;
    bottom: -27px;
}

.header-area {
    position: relative;
    height: 71px;
}
.navbar-brand {
    background: var(--main-color);
    font-size: 18px;
    line-height: 20px;
    color: rgb(255, 255, 255);
    text-shadow: none;
    text-transform: none;
    font-family: Vazirmatn;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0px;
    margin-right: 0px;
    display: block;
    float: right;
    position: relative;
    z-index: 52;
    background: var(--main-color);
    text-decoration: none;
    padding: 20px 30px 12px;
    margin-left: 0;
}
.navbar-brand::before{
    color: var(--main-color);
    background: var(--main-color);
    display: block;
    content: " ";
    width: 19px;
    height: 19px;
    position: absolute;
    bottom: -12px;
    right: 50%;
    margin-right: -9px;
    transform: rotate(45deg);
    border-radius: 3px;

}
.navbar-brand::after{
    position: absolute;
    bottom: -10px;
    right: 0px;
    left: 0px;
    height: 10px;
    content: " ";
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: var(--main-color);
}

.header-area .extraSocials {
    display: inline-block;
    float: none;
    margin: 20px -10px 8px 0px;
    padding: 0px;
    text-align: center;
}
.extraSocials::before, .extraSocials::after {
    content: " ";
    display: table;
}
.extraSocials li {
    display: block;
    float: left;
    margin-right: 10px;
}
.extraSocials li a {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 0px;
    color: transparent;
    opacity: 0.1;
    background: url(../images/extra-socials-bg.png) 0px 0px no-repeat transparent;
}

.extraSocials li.fb a {
    background-position: 0px 0px;
}
.extraSocials li.tw a {
    background-position: -34px 0px;
}
.extraSocials li.ld a {
    background-position: -70px 0px;
}
.divider-triangle {
    display: block;
    right: 0px;
    left: 0px;
    top: 0px;
    clear: both;
    padding-bottom: 7px;
    height: 10px;
    position: absolute;
    border-top: 4px solid var(--main-color);
    margin: 0px;
    overflow: hidden;
    border-radius: 10px;
}

.divider-triangle:before {
    display: block;
    content: " ";
    background: var(--main-color);
    width: 19px;
    height: 19px;
    color: var(--main-color);
    position: absolute;
    bottom: 6px;
    right: 50%;
    margin-right: -9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-area .soc-area {
    float: right;
    clear: right;
    width: 100%;
    padding: 0;
    position: relative;
    background: #fff;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.header-area .soc-area .divider-triangle {
    display: block;
    content: " ";
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: auto;
    height: 10px;
    border-top: 0px;
    border-radius: 0px 0px 10px 10px;
    border-bottom: 4px solid var(--main-color);
}

.header-area .soc-area .divider-triangle::before {
    display: none;
}

.navbar-nav > li {
    position: relative;
    margin: 0px 12px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: Vazirmatn, cursive;
    font-style: normal;
    text-shadow: none;
    font-size: 13px;
    line-height: 23px;
    padding: 24px 1px;
    margin: 0px;
    font-weight: 600;
    box-shadow: none;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: none;
    color: var(--main-color);
}



.navbar-nav > .active:hover > a, .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: var(--main-color);
    font-weight: 400;
    box-shadow: none;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: none;
}

.navbar-nav > .active:hover > a:after, .navbar-nav > .active > a:after, .navbar-nav > .active > a:hover:after, .navbar-nav > .active > a:focus:after {
    content: " ";
    height: 4px;
    background: var(--main-color);
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
}

.dropdown-menu {
    position: absolute;
    min-width: 160px;
    padding: 0;
    top: 95%;
    margin: -10px 0 0 0;
    list-style: none;
    background-color: transparent;
    border: 0;
    border-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown-menu li {
    background: var(--main-color);
}

.dropdown-menu li > a {
    display: block;
    padding: 15px 18px;
    clear: both;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.33);
    white-space: nowrap;
    border: 0;
    text-transform: none;
    text-decoration: none;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.28);
    filter: none;
}

/* header banner */
.big {
    font-family: 'Vazirmatn', cursive;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 60px;
    line-height: 80px;
    color: var(--main-color);
    margin: 40px 0 0 0;
}
.bigText {
    color: #575757;
    font-size: 30px;
    line-height: 37px;
    font-family: 'Vazirmatn';
    font-style: italic;
    font-weight: 400;
    margin-top: 20px;
    max-width: 82%;
}

.bigText1 {
    color: #575757;
    font-size: 25px;
    line-height: 37px;
    font-family: 'Vazirmatn';
    font-style: italic;
    font-weight: 400;
}

/* sections */
.sectionBox {
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(3, 3, 3, 0.15);
    box-shadow: 0px 1px 3px 0px rgba(3, 3, 3, 0.15);
    padding: 30px 40px 35px 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 3;
}

.std {
    position: relative;
    font-family: 'Vazirmatn';
    font-style: italic;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    margin: 25px 0 40px 0;
    color: #424242;
    letter-spacing: -0.05em;
}

.std i {
    width: 44px;
    height: 44px;
    display: block;
    float: right;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--main-color);
    margin: -11px 0px 0 15px;
}
.std i:before {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    right: 16px;
    top: 6px;
}

ul.signs {
    list-style: none;
    margin: 0 0 20px 2px;
}

ul.signs li {
    font-size: 15px;
    line-height: 19px;
    font-family: 'Vazirmatn';
    font-style: italic;
    font-weight: 400;
    padding: 8px 31px 8px 5px;
    color: var(--main-color);
    position: relative;
}

ul.signs li:before {
    text-align: center;
    padding-top: 2px;
    width: 22px;
    height: 20px;
    background: #f6f6f6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: var(--main-color);
    font-size: 12px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 6px;
    right: 0;
}

ul.signs.ico-angle-left li:before {
    content: "\f105";
}
ul.signs li:before {
    color: var(--main-color);
}

.dashedBox {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: inset 0 0 5px rgba(2, 3, 3, 0.05);
    box-shadow: inset 0 0 5px rgba(2, 3, 3, 0.05);
    background: #f7f7f7;
    padding: 40px;
    margin: 0 0 25px 0;
}
.dashedBox.flat {
    padding: 33px 23px 20px 23px;
}

.iconBox {
    font-family: 'Vazirmatn';
    font-style: italic;
    font-weight: 400;
    color: var(--main-color);
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: 30px;
    position: relative;
    padding-right: 32px;
    letter-spacing: -0.05em;
}
.iconBox i {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 16px;
}

.parallaxSection {
    background: #858585 url(../images/ajax-loader.gif) no-repeat center 330px;
    position: relative;
    top: -40px;
}
.parallaxSection .parallax {
    text-align: center;
    background-attachment: fixed;
    background-position: 50% top;
    background-repeat: no-repeat;
    height: 520px;
    overflow: hidden;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallaxSection .parallax .parallaxOverlay {
    content: " ";
    background: transparent url(../images/checker-pattern.png) repeat top center;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.parallaxSection .parallax * {
    color: #fff;
}

.parallaxSection .parallax .container {
    padding: 180px 20px 50px 20px;
    position: relative;
    z-index: 2;
}
.parallaxSection .parallax h3 {
    margin: 0 0 25px 0;
    font-family: 'Vazirmatn', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 72px;
    text-shadow: 0px 2px 0px rgba(3, 3, 3, 0.5);
}
.parallaxSection .parallax p {
    font-size: 30px;
    line-height: 36px;
    text-shadow: 0px 2px 0px rgba(3, 3, 3, 0.5);
}

.parallaxSection + section {
    margin-top: -80px;
}

.btmBx {
    text-align: center;
    margin: -22px 0 10px 0;
    background: #fff;
    border: 1px solid #fbfbfb;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(3, 3, 3, 0.15);
    box-shadow: 0px 1px 3px 0px rgba(3, 3, 3, 0.15);
    padding: 39px 40px 30px 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 3;
}

.simpleFrame {
    border: 1px solid #fbfbfb;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(3, 3, 3, 0.15);
    box-shadow: 0px 1px 3px 0px rgba(3, 3, 3, 0.15);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.simpleFrame > * {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btmBx h5 {
    color: #424242;
    font-family: 'Vazirmatn', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
}

.personBox p {
    margin-bottom: 0;
}

.personBox p  a{
    color: inherit;
}

.btmBx .divider-triangle {
    border-top: 0 !important;
    border: 0;
    border-bottom: 4px solid var(--main-color);
    bottom: -2px;
    top: auto;
}


.serviceEl {
    max-width: 350px;
    text-align: center;
    margin: 10px 0;
}

.serviceEl .revealBtn {
    margin-top: 20px;
    margin-bottom: 0;
    cursor: pointer;
    padding: 31px 20px 27px 20px;
}

.circle-image {
    width: 200px;
    height: 200px;
    border-radius: 25%;
    overflow: hidden;
    border: 4px solid var(--main-color);
}

.serviceEl .revealBtn h5 {
    color: var(--main-color);
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
}

.serviceEl .revealBtn .divider-triangle {
    bottom: -4px;
}

.serviceEl .revealBtn .divider-triangle::before{
    display: block;
}

.serviceEl .revealContent {
    display: none;
    position: relative;
    background: var(--main-color);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    padding: 30px 30px 10px 30px;
    top: -7px;
}

.serviceEl .revealContent p {
    margin-bottom: 20px;
}

.serviceEl .revealBtn {
    margin-top: 20px;
    margin-bottom: 0;
    cursor: pointer;
    padding: 31px 20px 27px 20px;
}

.serviceEl .revealBtn h5 {
    color: var(--main-color);
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
}

.serviceEl .revealBtn .divider-triangle {
    bottom: -4px;
    border-bottom: 4px solid var(--main-color);
}

.btn-primary, .btn-primary:hover, .btn-primary.active, .btn-primary:active {
    background: var(--main-color);
    border: var(--main-color);
}

.contactBox.dashedBox {
    min-height: 346px;
    padding: 23px 23px 10px 23px;
}

.light {
    color: #474747;
    font-family: 'Vazirmatn';
    font-style: italic;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    margin: 0 0 20px 0;
}

.light span {
    display: block;
    padding-top: 5px;
    font-size: 16px;
}

.contactBox.dashedBox {
    min-height: 346px;
    padding: 23px 23px 10px 23px;
}

.contactBox.dashedBox .iconBox {
    padding-right: 37px;
    margin-right: 20px;
    margin-left: 25px;
    margin-bottom: 20px;
    float: right;
    color: #676767;
}


#footer {
    padding: 40px 40px 40px 40px;
    background: var(--main-color);
    color: #ffffff;
    color: rgba(255, 255, 255, 0.73);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    z-index: 3;
    margin: 0;
}

/*#footer:before, #footer:after {
    content: " ";
    width: 1px;
    background: #ccc;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 40px;
    bottom: 40px;
    right: 31%;
}*/

#footer .inner {
    padding-left: 60px;
}

.huge {
    font-family: 'Vazirmatn';
    font-style: italic;
    font-size: 102px;
    line-height: 51px;
    color: #f0f0f0;
    font-weight: 400;
    background: none;
    padding: 0;
    margin: 30px 0 110px 0;
    display: block;
    letter-spacing: -0.05em;
    position: relative;
}

#footer h3 {
    font-size: 25px;
    line-height: 31px;
    color: #ffffff;
    margin: 0 0 22px 0;
    letter-spacing: -0.03em;
}

#footer h3 + .normal.simple {
    margin-top: -5px;
    margin-bottom: 0;
}
ul.normal li {
    color: #a0a0a0;
    font-size: 15px;
    line-height: 19px;
    font-family: 'Vazirmatn';
    font-style: italic;
    font-weight: 400;
    border-bottom: 1px dashed #d0cfce;
    padding: 8px 0;
}
ul.normal.simple li {
    font-size: 14px;
    line-height: 19px;
    font-family: inherit;
    font-style: normal;
}
#footer ul.normal li {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.73);
    border-bottom-color: rgba(255, 255, 255, 0.5);
}
#footer a {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.73);
}

#footer p {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.73);
}

.footNotes {
    width: 100%;
    width: auto;
    margin: 0 auto;
    padding: 15px 0 30px 0;
}

.footNotes p {
    color: #b3b3b3;
    margin: 5px 0;
}
.doleft {
    text-align: right;
}

.footNotes .extraSocials {
    margin-bottom: 0;
    padding: 5px 0 0 0;
}

.contactForm textarea, .contactForm select, .contactForm input[type="text"], .contactForm input[type="password"], .contactForm input[type="datetime"], .contactForm input[type="datetime-local"], .contactForm input[type="date"], .contactForm input[type="month"], .contactForm input[type="time"], .contactForm input[type="week"], .contactForm input[type="number"], .contactForm input[type="email"], .contactForm input[type="url"], .contactForm input[type="search"], .contactForm input[type="tel"], .contactForm input[type="color"], .contactForm .uneditable-input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    background: #ffffff;
    border: 1px solid #e6e6e6 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: none;
    transition: none;
    color: #444 !important;
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 16px;
    padding: 9px 14px;
    margin: 2px 0 19px 0;
}

.contactForm input[type="submit"] {
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 400;
    font-style: italic;
    border: 0;
    background: var(--main-color);
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 105px;
    margin: 2px 0 10px 0;
}

.btmBx .divider-triangle::before{
    display: none;
}

.skiptranslate {
    display: none;
}

/* loading */

@keyframes ldio-nwv75y9dwx {
    0%

{
    opacity: 1
}

100% {
    opacity: 0
}

}

.ldio-nwv75y9dwx div {
    left: 94px;
    top: 48px;
    position: absolute;
    animation: ldio-nwv75y9dwx linear 1s infinite;
    background: #fe718d;
    width: 12px;
    height: 24px;
    border-radius: 6px / 12px;
    transform-origin: 6px 52px;
}

    .ldio-nwv75y9dwx div:nth-child(1) {
        transform: rotate(0deg);
        animation-delay: -0.9166666666666666s;
        background: #fe718d;
    }

    .ldio-nwv75y9dwx div:nth-child(2) {
        transform: rotate(30deg);
        animation-delay: -0.8333333333333334s;
        background: #fe718d;
    }

    .ldio-nwv75y9dwx div:nth-child(3) {
        transform: rotate(60deg);
        animation-delay: -0.75s;
        background: #fe718d;
    }

    .ldio-nwv75y9dwx div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.6666666666666666s;
        background: #fe718d;
    }

    .ldio-nwv75y9dwx div:nth-child(5) {
        transform: rotate(120deg);
        animation-delay: -0.5833333333333334s;
        background: #fe718d;
    }

    .ldio-nwv75y9dwx div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.5s;
        background: #fe718d;
    }

    .ldio-nwv75y9dwx div:nth-child(7) {
        transform: rotate(180deg);
        animation-delay: -0.4166666666666667s;
        background: #fe718d;
    }

    .ldio-nwv75y9dwx div:nth-child(8) {
        transform: rotate(210deg);
        animation-delay: -0.3333333333333333s;
        background: #fe718d;
    }

    .ldio-nwv75y9dwx div:nth-child(9) {
        transform: rotate(240deg);
        animation-delay: -0.25s;
        background: #fe718d;
    }

    .ldio-nwv75y9dwx div:nth-child(10) {
        transform: rotate(270deg);
        animation-delay: -0.16666666666666666s;
        background: #fe718d;
    }

    .ldio-nwv75y9dwx div:nth-child(11) {
        transform: rotate(300deg);
        animation-delay: -0.08333333333333333s;
        background: #fe718d;
    }

    .ldio-nwv75y9dwx div:nth-child(12) {
        transform: rotate(330deg);
        animation-delay: 0s;
        background: #fe718d;
    }

.loadingio-spinner-spinner-2yd58ncfmy5 {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;

}

.ldio-nwv75y9dwx {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-nwv75y9dwx div {
        box-sizing: content-box;
    }

/* end loading */

.rtl-show{
    display:inline;
}
.ltr-show{
    display:none;
}