/* ------------------------------------------------

 - General Styles
 - Background
 - Typography
 - Preloader
 - Form
 - Button
 - Preloader
 - Sidebar
 - Sections
 - Navbar
 - Footer
 - Cases
 - Clients
 - Contact
 - Single post
 - Footer
 - Contact
 - Portfolio
 - News
 - Single news
 - Testimonials
 - Timeline
 - Other
 
------------------------------------------------ */

@import url(bootstrap-rtl.css);

/* -----------------------------------------
			 Font CSS
-------------------------------------------- */

@font-face {
    font-family: iransansdn;
    font-style: normal;
    font-weight: bold;
    src: url('../../../../assets/fonts/eot/iransansdnbold.eot');
    src: url('../../../../assets/fonts/eot/iransansdnbold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../../../../assets/fonts/woff2/iransansdnbold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../../../../assets/fonts/woff/iransansdnbold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../../../../assets/fonts/ttf/iransansdnbold.ttf') format('truetype');
}



@font-face {
    font-family: IRANSansWeb;
    src: url("../../../../assets/fonts/t/IRANSansWeb.eot");
    /* IE9*/
    src: url("../../../../assets/fonts/t/IRANSansWeb.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../../../../assets/fonts/t/IRANSansWeb.woff2") format("woff2"), /* chrome firefox */
    url("../../../../assets/fonts/t/IRANSansWeb.woff") format("woff"), /* chrome firefox */
    url("../../../../assets/fonts/t/IRANSansWeb.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("../../../../assets/fonts/t/IRANSansWeb.svg#IRANSansWeb(FaNum)") format("svg");
    /* iOS 4.1- */
}


/* -----------------------------------------------------------------
    - General Styles
----------------------------------------------------------------- */

*,
 ::before,
 ::after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
}

body {
    direction: rtl;
    text-align: right;
}

body {
    background-color: #272333;
    color: #fff;
    font-family: IRANSansWeb;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.65;
    min-height: 100vh;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
    -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 580px) {
    body {
        line-height: 1.6;
    }
}

html.is-scroll-disabled body {
    height: 100vh;
    overflow: hidden;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    html.is-scroll-disabled {
        overflow: hidden;
    }
}

.no-scroll {
    overflow: hidden;
    -ms-overflow-style: none;
}

.no-scroll-height {
    overflow-x: hidden;
}

.svg-defs {
    position: absolute;
    height: 0;
    width: 0;
}

.bg-img {
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    background-size: inherit;
}

@media only screen and (max-width: 580px) {
    .bg-img {
        background-size: contain;
    }
}

@media only screen and (max-width: 991px) {
    .bg-img-2 {
        background-size: contain;
    }
}

.bg-peach {
    background-image: linear-gradient(115.29deg, #FFF2E7 1.33%, #FFCADA 98.21%);
    background-attachment: fixed;
}

.bg-green {
    background-image: linear-gradient(115.29deg, #0DC8A9 1.33%, #32CBC8 98.21%);
    background-attachment: fixed;
}

.bg-green-2 {
    background-image: linear-gradient(135deg, #9be15d 0%, #00d9a6 100%);
    background-attachment: fixed;
}


/* -----------------------------------------------------------------
    - Typography
----------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: iransansdn;
    font-weight: 700;
    line-height: 1.3;
}

p {
    text-align: justify;
}

.title-h1 {
    font-size: 1.2rem;
    margin-bottom: 1.0625rem;
}

@media only screen and (max-width: 580px) {
    .title-h1 {
        font-size: 1.3rem;
    }
}

.title--h2 {
    font-size: 1.75rem;
}

@media only screen and (max-width: 580px) {
    .title--h2 {
        font-size: 1.5rem;
    }
}

.title-h3 {
    font-size: 1.5rem;
    margin-bottom: 1.3125rem;
}

@media only screen and (max-width: 580px) {
    .title-h3 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
}

.title--h4 {
    font-size: 1.25rem;
    margin-bottom: 0.8125rem;
}

@media only screen and (max-width: 580px) {
    .title--h4 {
        font-size: 1rem;
    }
}

.title--h5 {
    font-size: 1rem;
}

@media only screen and (max-width: 580px) {
    .title--h5 {
        font-size: 0.9375rem;
    }
}

.title--h6 {
    font-size: 0.75rem;
}

.title--center {
    text-align: center;
}

.title--tone {
    color: #e3b75e;
}

.title-icon {
    margin-right: 0.5rem;
    margin-top: -0.25rem;
    height: 2.5rem;
    width: 2.5rem;
}

@media only screen and (max-width: 580px) {
    .title-icon {
        height: 2.0833333333rem;
        width: 2.0833333333rem;
    }
}

.title-separate {
    margin-bottom: 2.3125rem;
    position: relative;
}

.title-separate::before {
    content: '';
    background-color: #e3b75e;
    border-radius: 0.7rem;
    height: 0.2125rem;
    position: absolute;
    bottom: -1.0625rem;
    left: 0;
    width: 4.125rem;
    z-index: 1;
}

@media only screen and (max-width: 580px) {
    .title-separate {
        margin-bottom: 1.5rem;
    }
    .title-separate::before {
        height: 0.1875rem;
        bottom: -0.5625rem;
        width: 3rem;
    }
}

@media only screen and (max-width: 991px) {
    .first-title {
        transition: all .3s ease-in-out;
    }
}

@media only screen and (max-width: 991px) {
    .open-menu .first-title {
        padding-top: 2.5625rem;
    }
}

@media only screen and (max-width: 580px) {
    .open-menu .first-title {
        padding-top: 0;
    }
}

.weight--400 {
    font-weight: 400;
}

.weight--500 {
    font-weight: 500;
}

.weight--600 {
    font-weight: 600;
}

.weight--700 {
    font-weight: 700;
}

.color--light {
    color: #8697A8;
}

.color--dark {
    color: #44566C;
}

.block-quote {
    font-size: 1.3125rem;
    font-weight: 400;
    font-style: italic;
    margin: 1.8125rem 0;
    position: relative;
    line-height: 1.6;
}

@media only screen and (max-width: 991px) {
    .block-quote {
        padding-left: 3.8125rem;
    }
}

@media only screen and (max-width: 580px) {
    .block-quote {
        font-size: 1.125rem;
        margin: 1rem 0;
        padding-left: 0;
        padding-top: 2.8125rem;
    }
    .block-quote p {
        margin-bottom: 0.5rem;
    }
}

.block-quote::before {
    background-image: url(../images/icon-quote.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    height: 2.125rem;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: -3.375rem;
    width: 2.125rem;
}

@media only screen and (max-width: 991px) {
    .block-quote::before {
        left: 0;
    }
}

.block-quote__author {
    font-size: 1rem;
    font-style: normal;
    display: block;
    margin-top: 0.5625rem;
    padding-left: 3rem;
    position: relative;
}

@media only screen and (max-width: 580px) {
    .block-quote__author {
        font-size: 0.875rem;
        margin-top: 0;
        padding-left: 2rem;
    }
}

.block-quote__author::before {
    content: '';
    background-color: #44566C;
    height: 0.0625rem;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2rem;
}

@media only screen and (max-width: 580px) {
    .block-quote__author::before {
        width: 1rem;
    }
}

a {
    color: #e3b75e;
    cursor: pointer;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    transition: color 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

a:hover {
    color: #e3b75e;
    outline: none;
    text-decoration: underline;
}

a.decoration--none {
    text-decoration: none;
}

.noGutters-Top {
    margin-top: 0 !important;
}

.noGutters-Bottom {
    margin-bottom: 0 !important;
}

.noGutters-Left {
    margin-left: 0 !important;
}

.noGutters-Right {
    margin-right: 0 !important;
}

.description {
    color: #F5F8F9;
    margin-bottom: 1.875rem;
}

.foreword {
    color: #F5F8F9;
    font-size: 1.125rem;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.item-box img {
    max-width: 100%;
    width: 140px;
    height: 140px;
    object-fit: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.item-box-panel img {
    max-width: 100%;
    width: 170px;
    height: 170px;
    object-fit: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

iframe {
    background-color: #44566C;
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.cover {
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    height: 100%;
    width: 100%;
}

::selection {
    background: transparent;
    color: #e3b75e;
}


/* -----------------------------------------------------------------
    - Typography
----------------------------------------------------------------- */

.text-center .title-name {
    font-size: 23px;
    font-weight: bold;
}

.title-icon {
    margin-left: .5rem;
    margin-right: 0;
}

.title-separate::before {
    left: auto;
    right: 0;
}

@media only screen and (max-width: 992px) {
    .block-quote {
        padding-left: 0;
        padding-right: 3.8rem;
    }
}

.block-quote::before {
    left: auto;
    right: -3.4rem;
}

@media only screen and (max-width: 992px) {
    .block-quote::before {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 580px) {
    .block-quote::before {
        left: 0;
        right: auto;
    }
}

.block-quote__author {
    padding-left: 0;
    padding-right: 3rem;
}

@media only screen and (max-width: 580px) {
    .block-quote__author {
        padding-left: 0;
        padding-right: 2rem;
    }
}

.block-quote__author::before {
    left: auto;
    right: 0;
}


/* -----------------------------------------------------------------
    - Btn
----------------------------------------------------------------- */

.btn1 {
    background: linear-gradient(to right, #d9b570 0%, #c09131 100%);
    border-radius: 20px;
    border: 0;
    box-shadow: 0 0.5rem 1rem rgba(227, 161, 73, 0.15), 0 0.125rem 0.25rem rgba(227, 161, 73, 0.15);
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    padding: 0.9375rem 2rem 0.875rem;
    position: relative;
    transition: .4s ease-in-out;
    white-space: nowrap;
}

.btn1:hover {
    background: linear-gradient(to right, #c09131 0%, #d9b570 100%);
    border-radius: 20px;
    border: 0;
    box-shadow: 0 0.5rem 1rem rgba(227, 161, 73, 0.15), 0 0.125rem 0.25rem rgba(227, 161, 73, 0.15);
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    padding: 0.9375rem 2rem 0.875rem;
    position: relative;
    transition: .4s ease-in-out;
    white-space: nowrap;
}

.btn2 {
    background: linear-gradient(-45deg, #259999, #85d2f7);
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0.5rem 1rem rgba(48, 76, 253, 0.15), 0 0.125rem 0.25rem rgba(48, 76, 253, 0.15);
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    padding: 0.9375rem 2rem 0.875rem;
    position: relative;
    transition: .4s ease-in-out;
    white-space: nowrap;
}

.btn2:hover {
    background: linear-gradient(-45deg, #e3b75e, #01bbbe);
    border-radius: 20px;
    border: 0;
    box-shadow: 0 0.5rem 1rem rgba(48, 76, 253, 0.15), 0 0.125rem 0.25rem rgba(48, 76, 253, 0.15);
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    padding: 0.9375rem 2rem 0.875rem;
    position: relative;
    transition: .4s ease-in-out;
    white-space: nowrap;
}


/* -----------------------------------------------------------------
    - Sidebar
----------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
    .sidebar {
        margin-bottom: 1.875rem;
    }
}

@media only screen and (max-width: 580px) {
    .sidebar {
        margin-bottom: 1rem;
    }
}

.sidebar .avatar {
    margin-top: -8rem;
    margin-bottom: 1.5625rem;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s ease-in-out;
    z-index: 2;
    position: relative;
}

.sidebar-user-name {
    font-size: 1.8125rem;
    font-family: iransansdn;
    margin-bottom: 0.875rem;
    position: relative;
}

@media only screen and (max-width: 580px) {
    .sidebar-user-name {
        font-size: 1.5rem;
        margin-bottom: 0.625rem;
    }
}

.sidebar-info {
    padding-top: 1.5625rem;
}

@media only screen and (max-width: 1200px) {
    .sidebar-info {
        text-align: center;
    }
}

@media only screen and (max-width: 580px) {
    .sidebar-info {
        padding-top: 1.5rem;
        padding-bottom: 1.25rem;
    }
}

.sidebar .btn1 {
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .sidebar .btn1 {
        width: 40%;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar .btn1 {
        width: 60%;
    }
}

@media only screen and (max-width: 768px) {
    .sidebar .btn1 {
        width: 100%;
    }
}

.contacts-block {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0.5rem;
    overflow: hidden;
}

@media only screen and (max-width: 1200px) {
    .contacts-block {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .contacts-block {
        margin-bottom: 0.5rem;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 580px) {
    .contacts-block {
        font-size: 0.9375rem;
    }
}

.contacts-block__item {
    display: flex;
    align-items: center;
    margin-bottom: 0.6875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contacts-block__item>* {
    min-width: 0;
}

@media only screen and (max-width: 1200px) {
    .contacts-block__item {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .contacts-block__item {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.25rem;
    }
}

.contacts-block__item a {
    color: #44566C;
    text-decoration: none;
}

.contacts-block__item a:hover {
    color: #e3b75e;
}

.contacts-block .font-icon {
    font-size: 1.125rem;
    margin-right: 0.875rem;
}

.sticky-column.is_stuck {
    margin-top: 1.875rem;
}

.sticky-column.is_stuck .avatar {
    margin-top: 0;
}

.wave-top-form svg {
    width: 90.6%;
    position: absolute;
    z-index: 1;
    border-radius: 19px;
}

@media only screen and (max-width: 1199px) {
    .wave-top-form svg {
        width: 96.9%;
        position: absolute;
        z-index: 1;
        border-radius: 19px;
    }
}

@media only screen and (max-width: 991px) {
    .wave-top-form svg {
        width: 95.8%;
        position: absolute;
        z-index: 1;
        border-radius: 19px;
    }
}

@media only screen and (max-width: 767px) {
    .wave-top-form svg {
        width: 94.3%;
        position: absolute;
        z-index: 1;
        border-radius: 19px;
    }
}

@media only screen and (max-width: 393px) {
    .wave-top-form svg {
        width: 92.3%;
        position: absolute;
        z-index: 1;
        border-radius: 19px;
    }
}

@media only screen and (max-width: 414px) {
    .wave-top-form svg {
        width: 92.9%;
        position: absolute;
        z-index: 1;
        border-radius: 19px;
    }
}

.contacts-block {
    padding-right: 0;
}

@media only screen and (max-width: 1200px) {
    .contacts-block__item {
        margin-left: 1.5rem;
        margin-right: 0;
    }
}

.contacts-block .font-icon {
    margin-left: .875rem;
    margin-right: 0;
}

.wave {
    animation: wave 8s linear infinite;
}

.wave1 {
    animation: wave1 10s linear infinite;
}

.wave2 {
    animation: wave2 12s linear infinite;
}

@keyframes wave {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes wave1 {
    0% {
        transform: scaleY(1.2) translateX(0%);
    }
    100% {
        transform: scaleY(1.2) translateX(100%);
    }
}

@keyframes wave2 {
    0% {
        transform: scaleY(.8) translateX(0%);
    }
    100% {
        transform: scaleY(.8) translateX(100%);
    }
}


/* -----------------------------------------------------------------
    - Sections
----------------------------------------------------------------- */

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }
}

.box {
    background-color: #302C40;
    border-radius: 20px;
    padding: 1.875rem;
    position: relative;
    transition: box-shadow .3s ease-in-out;
}

@media only screen and (max-width: 580px) {
    .box {
        border-radius: 16px;
        padding: 1.25rem;
    }
}

.box__second {
    background-color: #fff;
    border-radius: 15.3846153846px;
}

@media only screen and (max-width: 580px) {
    .box__second {
        border-radius: 15.3846153846px;
    }
}

.box__large {
    padding: 1.875rem 2.5rem;
}

@media only screen and (max-width: 991px) {
    .box__large {
        padding: 1.875rem;
    }
}

@media only screen and (max-width: 580px) {
    .box__large {
        padding: 1.25rem;
    }
}

.box__large .box-inner::before,
.box__large .box-inner::after {
    width: 2.5rem;
}

@media only screen and (max-width: 991px) {
    .box__large .box-inner::before,
    .box__large .box-inner::after {
        width: 1.875rem;
    }
}

@media only screen and (max-width: 580px) {
    .box__large .box-inner::before,
    .box__large .box-inner::after {
        width: 1.25rem;
    }
}

.box__large .box-inner::before {
    left: -2.5rem;
}

@media only screen and (max-width: 991px) {
    .box__large .box-inner::before {
        left: -1.875rem;
    }
}

@media only screen and (max-width: 580px) {
    .box__large .box-inner::before {
        left: -1.25rem;
    }
}

.box__large .box-inner::after {
    right: -2.5rem;
}

@media only screen and (max-width: 991px) {
    .box__large .box-inner::after {
        right: -1.875rem;
    }
}

@media only screen and (max-width: 580px) {
    .box__large .box-inner::after {
        right: -1.25rem;
    }
}

.box-inner {
    background-color: #38334d;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 580px) {
    .box-inner {
        padding-top: 1.1875rem;
        padding-bottom: 1rem;
    }
}

.box-inner::before,
.box-inner::after {
    content: '';
    background-color: #38334d;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1.875rem;
    z-index: -1;
}

@media only screen and (max-width: 580px) {
    .box-inner::before,
    .box-inner::after {
        width: 1.25rem;
    }
}

.box-inner::before {
    left: -1.875rem;
}

@media only screen and (max-width: 580px) {
    .box-inner::before {
        left: -1.25rem;
    }
}

.box-inner::after {
    right: -1.875rem;
}

@media only screen and (max-width: 580px) {
    .box-inner::after {
        right: -1.25rem;
    }
}

.box-rounded::before {
    border-radius: 0 0 0 20px;
}

.box-rounded::after {
    border-radius: 0 0 20px 0;
}

@media only screen and (max-width: 580px) {
    .box-rounded::before {
        border-radius: 0 0 0 16px;
    }
    .box-rounded::after {
        border-radius: 0 0 16px 0;
    }
}

.box-inner--white {
    background-color: #fff;
}

.box-inner--white::before,
.box-inner--white::after {
    background-color: #fff;
}

.shadow {
    box-shadow: 0 2.5rem 3.125rem rgba(227, 161, 73, 0.05) !important;
}

.shadow::before {
    content: '';
    box-shadow: 0 1.875rem 3.125rem rgba(227, 161, 73, 0.1);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    height: 2rem;
    width: 65%;
    z-index: -1;
}

.shadow--orange {
    box-shadow: 0 2.5rem 3.125rem rgba(177, 68, 27, 0.1) !important;
}

.shadow--orange::before {
    box-shadow: 0 2.5rem 3.125rem rgba(177, 68, 27, 0.1);
}

.shadow--green {
    box-shadow: 0 2.5rem 3.125rem rgba(0, 115, 97, 0.1) !important;
}

.shadow--green::before {
    box-shadow: 0 2.5rem 3.125rem rgba(0, 115, 97, 0.1);
}

.js-image {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

.overlay {
    position: relative;
}

.overlay::before,
.overlay--45::before,
.overlay--80::before {
    content: '';
    background-color: rgba(68, 86, 108, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.overlay--45::before {
    background-color: rgba(68, 86, 108, 0.45);
}

.overlay--80::before {
    background-color: rgba(68, 86, 108, 0.8);
}

.rut-top {
    padding-top: 10rem;
}

@media only screen and (max-width: 580px) {
    .rut-top {
        padding-top: 9rem;
    }
}

.avatar {
    display: block;
    height: 100%;
    width: 100%;
}

.avatar-one {
    max-height: 11.25rem;
    max-width: 11.25rem;
    height: 11.25rem;
    width: 11.25rem;
}

.avatar--80 {
    max-height: 5rem;
    max-width: 5rem;
    filter: drop-shadow(-0.15625rem 0 0 #fff) drop-shadow(0.1875rem 0 0 #fff) drop-shadow(0 -0.125rem 0 #fff) drop-shadow(0 0.125rem 0 #fff) drop-shadow(0 0.25rem 0.25rem rgba(134, 151, 168, 0.25)) drop-shadow(0 0.5rem 0.5rem rgba(134, 151, 168, 0.4));
}

@media only screen and (max-width: 580px) {
    .avatar--80 {
        max-height: 3.3333333333rem;
        max-width: 3.3333333333rem;
    }
}

.avatar--60 {
    max-height: 3.75rem;
    max-width: 3.75rem;
    filter: drop-shadow(0 0.25rem 0.25rem rgba(134, 151, 168, 0.2)) drop-shadow(0 0.5rem 0.5rem rgba(134, 151, 168, 0.2));
}

@media only screen and (max-width: 580px) {
    .avatar--60 {
        max-height: 2.8195488722rem;
        max-width: 2.8195488722rem;
    }
}

.avatar__box {
    -webkit-clip-path: url(#avatar-box);
    clip-path: url(#avatar-box);
}

.avatar__hexagon {
    -webkit-clip-path: url(#avatar-hexagon);
    clip-path: url(#avatar-hexagon);
}

.avatar image {
    height: 100%;
    width: 100%;
}

.social-container i {
    font-size: 17px;
    color: #e3b75e;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 8px;
    border-radius: 50%;
}

.social-container i:hover {
    font-size: 20px;
    color: #e3b75e;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 5px;
    padding: 8px;
}

@media only screen and (min-width: 580px) {
    .pt-sm-6 {
        padding-top: 5rem;
    }
}

.badge {
    padding: 10px 25px;
    background-color: #38334d;
    border-radius: 15px;
}


/* -----------------------------------------------------------------
    - Footer
----------------------------------------------------------------- */

.footer {
    color: #8697A8;
    font-size: 0.875rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

@media only screen and (max-width: 580px) {
    .footer {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.bg-green .footer,
.bg-peach .footer {
    color: #fff;
}

hr.style-one {
    border: 0;
    width: 100%;
    height: 1px;
    margin-bottom: -5px;
    background: linear-gradient(-45deg, #e3b75e, #e3b75e);
    background-image: -webkit-linear-gradient(left, #e3b75e, #e3b75e, #e3b75e);
    background-image: -moz-linear-gradient(left, #ccc, #e3b75e, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #e3b75e, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #e3b75e, #ccc);
}


/* -----------------------------------------------------------------
    - Contact
----------------------------------------------------------------- */

@media only screen and (max-width: 768px) {
    .contact-form .btn1 {
        width: 100%;
    }
}

.tabcontent .contact-form {
    padding-bottom: 1.875rem;
}

@media only screen and (max-width: 580px) {
    .tabcontent .contact-form {
        padding-bottom: 1.25rem;
    }
}

.map {
    background-color: #F5F8F9;
    border-radius: 13.3333333333px;
    height: 23.75rem;
    margin-bottom: 2rem;
    position: relative;
    direction: ltr;
}

@media only screen and (max-width: 580px) {
    .map {
        height: 15.625rem;
    }
}

.popover-map-title {
    color: #44566C;
    font-size: 1.1875rem;
    margin-top: 0.0625rem;
    margin-bottom: 0.5rem;
}

.popover-map-caption {
    color: #44566C;
    font-weight: 400;
}

#marker {
    background-image: url("../images/icon-map-pic.svg");
    background-size: cover;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
}


/* -----------------------------------------------------------------
						About Me
----------------------------------------------------------------- */

.text-primary {
    color: #e3b75e!important;
}

.col-print-6 {
    width: 50%;
}

.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6 {
    width: 100%!important;
}

.container-filter li a {
    padding: 5px 8px;
}

.personal-detail-title {
    width: 130px;
    float: right;
    font-weight: 500;
    padding-right: 10px;
    position: relative;
    display: block;
}

.col-sm-6 p {
    line-height: 35px;
}

.align-self-center .personal-detail-title {
    font-weight: bold;
}

.number-farsi {
    font-family: IRANSansWeb;
    font-size: 16px;
}


/* -----------------------------------------------------------------
						Education 
----------------------------------------------------------------- */

.resume-icon i {
    font-size: 52px;
    color: #e3b75e
}

.timeline {
    position: relative;
    margin-top: 30px;
    border-right: 2px dotted #e3b75e;
    padding-right: 20px;
}

.timeline .time-item {
    position: relative;
    padding-bottom: 1px;
    border-color: #e3b75e;
}

.timeline .time-item:after {
    position: absolute;
    bottom: 0;
    right: -26px;
    top: 5px;
    width: 10px;
    height: 10px;
    margin-left: -6px;
    background-color: #e3b75e;
    border-color: #e3b75e;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    content: ''
}

.timeline .time-item-item:after,
.timeline .time-item:before {
    display: table;
    content: " ";
}

.timeline .item-info {
    margin-left: 15px;
    margin-bottom: 15px;
}

.skills .skill-box .progress-line {
    background: #f3f6f7;
    height: 6px;
    margin: 0;
    position: relative;
    border: 2px solid #fff;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 1px .25px #e3b75e;
    box-shadow: 0 0 1px .25px #e3b75e;
}

.skills .skill-box .progress-line>span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, #e3b75e 0%, #996700 100%);
}

.skills .skill-box .progress-line>span>.percent-tooltip {
    position: absolute;
    left: -15px;
    top: -30px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px
}

.btn-outline-info {
    margin-top: 5px;
}

.resume-icon i {
    font-size: 52px;
    color: #fff;
    position: relative;
    left: 0px;
    padding-bottom: 20px;
}

.skills h6 {
    padding: 10px 0px;
    font-size: 14px;
    text-align: right !important;
}

.my-1 {
    font-size: 14px;
}


/* -----------------------------------------------------------------
						Email  
----------------------------------------------------------------- */

.section-md {
    cursor: auto;
}

.contact-form .title {
    padding-top: 30px;
}

.content h5 {
    font-size: 14px;
    padding-right: 13px;
}

.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 30px;
}

.contact-info .icon {
    margin-top: -30px;
    margin-right: 12px;
    font-size: 23px;
    color: #e3b75e;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}


/* -----------------------------------------------------------------
						chart  
----------------------------------------------------------------- */

.chart-one h6 {
    text-align: right;
    font-size: 12px;
}

.title-one {
    font-size: 16px;
    color: #fff;
}

.item-box img img {
    transition: transform .2s;
}

.item-box img:hover {
    transform: scale(1.2);
    z-index: 100;
    position: relative;
    transition: transform .2s;
}


/* -----------------------------------------------------------------
						setting Sidbr
----------------------------------------------------------------- */

.fa-setting {
    margin: 0px;
    margin-right: 10px;
    animation: shake 10s;
    animation-iteration-count: infinite;
    font-size: 17px;
    padding: 7px 7px 7px 8px;
}

.panel {
    margin: 10px auto 40px;
    max-width: 500px;
    text-align: center;
}

.button_outer {
    background: linear-gradient(to right, #e3b75e 0%, #0045ff 100%);
    border-radius: 30px;
    text-align: center;
    height: 50px;
    width: 200px;
    display: inline-block;
    transition: .2s;
    position: relative;
    overflow: hidden;
}

.btn_upload {
    padding: 12px 20px 12px;
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 3;
    white-space: nowrap;
}

.btn_upload input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.file_uploading {
    width: 100%;
    height: 10px;
    margin-top: 20px;
    background: #ccc;
}

.file_uploading .btn_upload {
    display: none;
}

.processing_bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(-45deg, #01bbbe, #e3b75e);
    transition: 3s;
}

.file_uploading .processing_bar {
    width: 100%;
}

.success_box {
    display: none;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 20;
}

.success_box:before {
    content: '';
    display: block;
    width: 13px;
    height: 25px;
    border-bottom: 6px solid #fff;
    border-right: 6px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 19px;
    top: 10px;
}

.file_uploaded .success_box {
    display: inline-block;
}

.file_uploaded {
    margin-top: 0;
    width: 173px;
    background: #fff;
    height: 50px;
    z-index: 1;
}

.btn-img {
    width: auto;
    height: auto;
    background: linear-gradient(-45deg, #01bbbe, #e3b75e);
    border: none;
    z-index: 1;
    left: 44px;
    line-height: 47px;
    color: #fff;
    font-size: 14px;
    position: relative;
    animation: shake 10s;
    animation-iteration-count: infinite;
}

.uploaded_file_view {
    max-width: 300px;
    margin: 40px auto;
    text-align: center;
    position: relative;
    transition: .2s;
    opacity: 0;
    top: -130px;
    border: 2px solid #ddd;
    padding: 15px;
}

.file_remove {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background: #aaa;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    right: -15px;
    top: -15px;
}

.file_remove:hover {
    background: #222;
    transition: .2s;
}

.uploaded_file_view img {
    max-width: 100%;
}

.uploaded_file_view.show {
    opacity: 1;
}

.error_msg {
    text-align: center;
    color: #f00
}

::placeholder {
    font-size: 13px;
}


/* -----------------------------------------------------------------
						Menu Setting  
----------------------------------------------------------------- */

.skill-title {
    line-height: 30px;
    text-align: center !important;
}

nav {
    max-width: 960px;
    mask-image: #fff;
    margin: 0 auto;
}

nav ul {
    text-align: center;
    color: #fff;
    border-radius: 13px;
    padding: unset;
    font-weight: bold;
    background: #302c40;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    padding: 18px;
    font-family: iransansdn;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
}

nav ul li a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.table-wrap {
    overflow-x: scroll;
}

.table {
    min-width: auto !important;
    width: 100%;
    background: #fff;
    text-align: center;
}

.table thead.thead-primary {
    background: #1089ff;
}

.table thead th {
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
}

.table tbody tr {
    margin-bottom: 10px;
}

.table tbody th,
.table tbody td {
    border: none;
    padding: 10px 20px;
    border-bottom: 3px solid #f8f9fd;
    text-align: center;
    font-size: 14px;
}

#form-control-one {
    padding: 10px 10px 40px 10px !important;
    border-radius: 10px;
    background: linear-gradient(-45deg, #7bcec9, #98db);
    color: #fff;
}

.form-control {
    background-color: #e3e3e3 !important;
}

.about-me {
    position: absolute;
    left: 99px;
    bottom: 190px;
}

.uni-btn {
    position: absolute;
    left: 80px;
}

.btn-work {
    position: absolute;
    left: 80px;
}


/* ------- Upload File--------- */

.file-upload {
    display: block;
    text-align: center;
    font-family: iransansdn;
    font-size: 12px;
    padding-bottom: 65px;
}

.file-upload .file-select {
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: right;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    font-size: 14px;
}

.file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #34495e;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: right;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.align-item {
    text-align: center !important;
    margin: 0 auto;
}

i {
    color: #fff;
}

.skills .mt-4 {
    margin-top: 0.2rem !important;
}