@charset "UTF-8";

/*
Theme Name: RASAM
Theme URI: https://www.rasamplus.com
Author: Amin haghighati
Author URI: https://www.rasamplus.com
Description: a professional theme with wordpress website
Version: 1.0.0
Text Domain: rasam 
*/
:root {
    --main-font-size: 15px;
    --main-color: #073842;
    --second-color: #203556;
    --main-text-color: #333;
    --main-font-family: 'IRANSans';
}

@font-face {
    font-family: 'IRANSans';
    src: url(fonts/IRANSansWeb%28FaNum%29.eot);
    src: url(fonts/IRANSansWeb%28FaNum%29.eot?#iefix) format('embedded-opentype'),
        url(fonts/IRANSansWeb%28FaNum%29.otf) format('otf'),
        url(fonts/IRANSansWeb%28FaNum%29.svg#IRANSansWeb%28FaNum%29) format('svg'),
        url(fonts/IRANSansWeb%28FaNum%29.ttf) format('truetype'),
        url(fonts/IRANSansWeb%28FaNum%29.woff) format('woff'),
        url(fonts/IRANSansWeb%28FaNum%29.woff2) format('woff2');
}

@font-face {
    font-family: 'IRANSansBlack';
    src: url('fonts/IRANSansFaNum-Black.eot');
    src: url('fonts/IRANSansFaNum-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/IRANSansFaNum-Black.woff2') format('woff2'),
        url('fonts/IRANSansFaNum-Black.woff') format('woff'),
        url('fonts/IRANSansFaNum-Black.ttf') format('truetype'),
        url('fonts/IRANSansFaNum-Black.svg#IRANSansFaNum-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kalameh';
    src: url('fonts/KalamehWeb-Black.eot');
    src: url('fonts/KalamehWeb-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/KalamehWeb-Black.woff2') format('woff2'),
        url('fonts/KalamehWeb-Black.woff') format('woff'),
        url('fonts/KalamehWeb-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    font-family: var(--main-font-family);
    color: var(--main-text-color);
    overflow-x: hidden;
    text-align: right;
    font-size: var(--main-font-size);
    line-height: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    color: #000;
}

h1 {
    font-size: 27px;
    margin-top: 30px;
    margin-bottom: 25px;
    line-height: 40px;
}

h2 {
    font-size: 23px;
    margin-bottom: 23px;
    margin-top: 25px;
    line-height: 37px;
}

h3 {
    font-size: 21px;
    margin-bottom: 21px;
    margin-top: 30px;
    line-height: 35px;
}

h4 {
    font-size: 19px;
    margin-bottom: 19px;
    margin-top: 30px;
    line-height: 33px;
}

h5 {
    font-size: 17px;
    margin-bottom: 17px;
    margin-top: 25px;
    line-height: 30px;
}

h6 {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
    line-height: 30px;
}

p {
    line-height: 27px;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
}

.main-color {
    color: var(--main-color);
}

.second-color {
    color: var(--second-color);
}

.site-btn {
    border-radius: 100px;
    color: var(--second-color);
    font-size: 19px;
    font-weight: 700;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: inline-block;
}

.site-btn::after {
    content: "\f060";
    font-family: FontAwesome;
    font-weight: 100;
    rotate: 45deg;
    display: inline-block;
    font-size: 20px;
    margin-right: 3px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    top: 2px;
}

.site-btn span {
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.site-btn span::after {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    position: absolute;
    background: var(--second-color);
    right: 0;
    bottom: -5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.site-btn:hover span::after {
    width: 0;
}

.site-btn:hover::after {
    rotate: 0deg;
    transform: translate(-3px);
    -webkit-transform: translate(-3px);
    -moz-transform: translate(-3px);
    -ms-transform: translate(-3px);
    -o-transform: translate(-3px);
}

.site-btn:hover {
    color: var(--main-color);
}

.site-title-wrap {
    margin-bottom: 75px;
}

.site-title-wrap h2 {
    font-family: 'Kalameh';
    color: var(--main-color);
    font-size: 60px;
    line-height: 100px;
    margin: 0 0 50px 0;
    border-bottom: 1px solid #02010114;
    padding-bottom: 35px;
}

.site-title-wrap p,
.about-us-section h3 {
    color: var(--main-color);
    font-size: 25px;
    font-weight: 700;
}

.navbar {
    padding: 0;
}

.heading-divider {
    display: inline-block;
    position: relative;
    background: var(--second-color);
    width: 90px;
    height: 4px;
    overflow: hidden;
}

.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 6px;
    width: 15px;
    border-radius: 0px;
    background-color: #fff;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
}

@keyframes heading-move {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    width: 13px;
}

::-webkit-scrollbar-thumb {
    background: #b18f2f;
}

.form-control:focus {
    border-color: none;
    box-shadow: none;
}

#scroller {
    background-color: var(--main-color);
    position: fixed;
    font-size: 21px;
    right: 20px;
    bottom: 15px;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 49px;
    text-align: center;
    z-index: 999;
}

/*------------------------
      Header Section
------------------------*/
.header-section {
    z-index: 3;
}

.header-section .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#main-nav-sec {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    justify-content: space-between;
}

.header-btn {
    color: #fff;
    display: inline-block;
    border: 2px solid;
    border-radius: 100px;
    padding: 9px 33px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.header-btn:hover {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

#top-logo-sec {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 35px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#top-logo-sec img {
    height: 70px;
    width: auto;
    margin-right: 30px;
}

.main-navigation.sticky {
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
}

.socials-fix {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 3;
}

.socials-fix ul {
    list-style: none;
}


.socials-fix ul li a {
    display: inline-block;
    background: var(--second-color);
    color: #fff;
    width: 70px;
    padding-right: 10px;
    height: 60px;
    margin: 2px 0;
    text-align: center;
    line-height: 65px;
    font-size: 25px;
    position: relative;
    right: -10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.socials-fix span {
    background: #191e2d;
    display: inline-block;
    color: #fff;
    height: 60px;
    position: relative;
    top: -3px;
    right: -15px;
    line-height: 65px;
    padding: 0 20px;
    font-size: 13px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.socials-fix ul li:hover span {
    visibility: visible;
    opacity: 1;
    right: -5px;
}

.socials-fix ul li:hover a {
    right: 0;
}

ul#mega-menu-main>li {
    position: relative !important;
}

.header-section #mega-menu-main>li>a {
    min-width: 85px !important;
    text-align: center !important;
    position: relative !important;
    padding: 0 15px !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
}

.header-section #mega-menu-main>li>a::after {
    content: "" !important;
    display: inline-block !important;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    background-color: #fceddb !important;
    border-color: #fceddb !important;
    width: 100%;
    height: 0px;
    position: absolute;
    top: -8px;
    right: 0;
    z-index: -1;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
}

.header-section #mega-menu-main>li:hover>a::after,
.header-section #mega-menu-main>li.mega-current-menu-item a::after {
    height: 127px !important;
}

.header-section #mega-menu-main>li>a:hover {
    color: var(--main-color) !important;
}

.header-section #mega-menu-main>li.mega-current-menu-item a::after {
    background: var(--main-color) !important;
}

.header-section #mega-menu-main>li.mega-current-menu-item a {
    color: var(--main-color) !important;
    color: #fff !important;
}
#top-btn{
    background: #b18f2f;
    color: #fff;
    display: inline-block;
    padding: 11px 27px;
    font-size: 17px;
    border-radius: 3px;
}
#top-btn:hover{
    background: var(--main-color);
    color: #fff;
}
/*--------------------------------
    Slider Section
--------------------------------*/
.slider-section {
    margin-top: -101px;
}

.slider-little-title {
    font-family: 'IRANSans' !important;
    color: #fff !important;
    font-size: 27px !important;
    text-align: right !important;
}

.slider-big-title {
    font-family: 'kalameh' !important;
    color: #fff !important;
    font-size: 100px !important;
    line-height: 120px !important;
    text-align: right !important;
}

.slider-text {
    font-family: 'IRANSans' !important;
    color: #fff !important;
    font-size: 19px !important;
    text-align: right !important;
    line-height: 40px !important;
}

.slider-section .tp-bullets>.tp-bullet {
    position: relative !important;
}

/*--------------------------------
    Services Section
--------------------------------*/
.services-section {
    padding: 120px 0;
}

.services-item a {
    position: relative;
    border: 1px solid;
    color: var(--second-color);
    font-weight: 700;
    padding: 9px 10px;
    margin: 5px 0;
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.services-item a:hover{
    background: var(--second-color);
    border-color: var(--second-color);
    color: #fff;
}

.services-item a::before {
    content: "";
    background-image: url('img/list-before.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.services-item a:hover::before {
    filter: invert(1) brightness(100);
}
/*------------------------
    Counter Section
------------------------*/
.counter-number-sec {
    font-family: 'IRANSansBlack';
    color: transparent;
    font-size: 99px;
    line-height: 120px;
    -webkit-text-stroke-color: var(--second-color);
    -webkit-text-stroke-width: 3px;
    border-bottom: 1px solid #D9DDE6;
}

.counter-title-sec {
    color: var(--second-color);
    font-weight: 700;
    font-size: 19px;
    line-height: 65px;
}

/*------------------------
    Why Us Section
------------------------*/
.text-animate-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    direction: ltr;
    margin-top: 70px;
}

.text-animate-section marquee {
    font-family: 'Kalameh';
    color: transparent;
    font-size: 110px;
    text-transform: uppercase;
    padding-top: 220px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 2px;
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    letter-spacing: 7px;
    word-spacing: 15px;
}

.text-animate-section-overlay {
    background-image: linear-gradient(180deg, #0422319C 33%, #0A415C00 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*------------------------
    Work steps Section
------------------------*/
.work-steps-section {
    padding: 100px 0;
    position: relative;
}

.work-steps-items-sec {
    position: relative;
}

.work-steps-items-img-sec {
    text-align: center;
    position: relative;
}

.work-steps-items-img-sec span {
    background: var(--second-color);
    color: #fff;
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: -85px;
    right: 14px;
    margin: auto;
}

.work-steps-items-img-sec img {
    height: 95px;
    background-color: #fff;
    padding: 15px;
}

.work-steps-items-sec h3 {
    color: var(--second-color);
    font-size: 19px;
    margin: 20px 0 10px;
}

.work-steps-items-sec p {
    color: var(--main-color);
    font-size: 14px;
    margin-bottom: 0;
    line-height: 25px;
}

.indicator {
    height: 1px;
    background-color: #D9DDE6;
    position: absolute;
    z-index: -1;
    top: 47px;
    width: 80%;
}

/*-----------------------------
    Testimonial Section
-------------------------------*/
.portfolio-section {
    direction: ltr;
    padding: 50px 0;
    position: relative;
}

.portfolio-section img {
    height: 400px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.portfolio-section .owl-carousel {
    position: relative;
}

.portfolio-section .owl-carousel .owl-nav {
    position: absolute;
    z-index: 9;
    top: 47%;
    width: 100%;
}

.portfolio-section .owl-carousel .owl-nav button {
    font-size: 130px;
    color: #fff;
    position: absolute;
}

.portfolio-section .owl-carousel .owl-nav .owl-prev {
    left: 30px;
}

.portfolio-section .owl-carousel .owl-nav .owl-next {
    right: 30px;
}

.portfolio-section .owl-stage>div.active img {
    position: relative;
    z-index: 1;
    object-fit: cover;
}
.portfolio-details-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: var(--main-color);
    opacity: 0.7;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.portfolio-item-section h3 {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Kalameh';
    font-size: 39px;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.owl-stage > div.active .portfolio-details-overlay{
    opacity: 0.7;
    visibility: visible;
}
.owl-stage > div.active .portfolio-item-section h3{
    opacity: 1;
    visibility: visible;
}
/*------------------------
    About Us Section
------------------------*/
.about-us-section {
    padding: 50px 0;
}

.about-us-section .site-title-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    border-bottom: 1px solid #02010114;
}

.about-us-section .site-title-wrap h2 {
    border-bottom: none;
    margin-bottom: 10px;
}

#about-us-main-right {
    display: flex;
}

#about-us-links-sec {
    width: 30%;
}

#about-us-links-sec a {
    text-decoration: underline;
    color: var(--second-color);
    display: block;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 13px;
}

#about-us-text-sec {
    width: 100%;
    padding-right: 30px;
    padding-left: 20px;
}

progress[value] {
    --color: var(--main-color);
    --background: lightgrey;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 1px;
    width: 100%;
    margin: 0 10px;
    border-radius: 0;
    background: var(--background);
}

progress[value]::-webkit-progress-bar {
    border-radius: 10em;
    background: var(--background);
}

progress[value]::-webkit-progress-value {
    border-radius: 10em;
    background: var(--color);
}

progress[value]::-moz-progress-bar {
    border-radius: 10em;
    background: var(--color);
}

#about-progress-sec>div {
    margin-bottom: 15px;
}

.about-progress-title-sec {
    display: flex;
    justify-content: space-between;
    color: var(--second-color);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: -5px;
    padding-right: 13px;
}

.project-slider-title {
    font-family: 'IRANSansBlack' !important;
    text-align: right !important;
    font-size: 50px !important;
    line-height: 100px !important;
}

.project-slider-btn {
    font-family: 'IRANSans' !important;
    color: #fff;
    font-size: 19px !important;
    display: inline-block !important;
    border: 2px solid !important;
    padding: 15px 33px !important;
    border-radius: 100px !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
}

.project-slider-btn:hover {
    background: #fff !important;
    color: #181818 !important;
    border-color: #fff !important;
}

/*------------------------
    Team Section
------------------------*/
.team-section {
    padding: 100px 0;
}

.team-items-sec {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.team-items-sec:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.team-items-img-sec img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.team-items-text-sec {
    padding: 10px;
    margin-top: -50px;
    background: #fff;
    border-bottom: 4px solid var(--second-color);
    clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    position: relative;
    text-align: center;
}

.team-items-text-sec h3 {
    margin: 0;
    color: var(--main-color);
    font-size: 19px;
}

.team-items-text-sec span {
    display: block;
    color: var(--second-color);
    margin-top: 7px;
    font-weight: 900;
    margin-bottom: 5px;
    font-size: 14px;
}

/*------------------------
    CTA Section
------------------------*/
.cta-section {
    padding: 55px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.cta-section-overlay {
    background: #0000006E;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.cta-section h2 {
    font-family: 'kalameh';
    color: #fff;
    font-size: 55px;
    line-height: 100px;
    margin-top: 0;
}

.cta-btn {
    color: #fff;
    display: inline-block;
    border: 2px solid;
    padding: 15px 30px;
    border-radius: 20px;
    font-size: 17px;
    margin-top: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.cta-btn::after {
    content: "\f060";
    font-family: FontAwesome;
    font-weight: 100;
    rotate: 45deg;
    display: inline-block;
    font-size: 17px;
    margin-right: 3px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.cta-btn:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.wordCarousel div {
    overflow: hidden;
    position: relative;
    height: 65px;
    padding-top: 10px;
    margin-top: -10px;
}

.wordCarousel {
    color: #fff;
    font-size: 23px;
}

.wordCarousel div li {
    color: #ddd;
    font-weight: 700;
    padding: 16px 10px;
    height: 45px;
    margin-bottom: 45px;
    display: block;
    font-size: 19px;
}

.flip2 {
    -webkit-animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
    animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.flip3 {
    -webkit-animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
    animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.flip4 {
    -webkit-animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
    animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.flip5 {
    -webkit-animation: flip5 12s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
    animation: flip5 12s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

@-webkit-keyframes flip2 {
    0% {
        margin-top: -180px;
    }

    5% {
        margin-top: -90px;
    }

    50% {
        margin-top: -90px;
    }

    55% {
        margin-top: 0px;
    }

    99.99% {
        margin-top: 0px;
    }

    100% {
        margin-top: -180px;
    }
}

@keyframes flip2 {
    0% {
        margin-top: -180px;
    }

    5% {
        margin-top: -90px;
    }

    50% {
        margin-top: -90px;
    }

    55% {
        margin-top: 0px;
    }

    99.99% {
        margin-top: 0px;
    }

    100% {
        margin-top: -180px;
    }
}

@-webkit-keyframes flip3 {
    0% {
        margin-top: -270px;
    }

    5% {
        margin-top: -180px;
    }

    33% {
        margin-top: -180px;
    }

    38% {
        margin-top: -90px;
    }

    66% {
        margin-top: -90px;
    }

    71% {
        margin-top: 0px;
    }

    99.99% {
        margin-top: 0px;
    }

    100% {
        margin-top: -270px;
    }
}

@keyframes flip3 {
    0% {
        margin-top: -270px;
    }

    5% {
        margin-top: -180px;
    }

    33% {
        margin-top: -180px;
    }

    38% {
        margin-top: -90px;
    }

    66% {
        margin-top: -90px;
    }

    71% {
        margin-top: 0px;
    }

    99.99% {
        margin-top: 0px;
    }

    100% {
        margin-top: -270px;
    }
}

@-webkit-keyframes flip4 {
    0% {
        margin-top: -360px;
    }

    5% {
        margin-top: -270px;
    }

    25% {
        margin-top: -270px;
    }

    30% {
        margin-top: -180px;
    }

    50% {
        margin-top: -180px;
    }

    55% {
        margin-top: -90px;
    }

    75% {
        margin-top: -90px;
    }

    80% {
        margin-top: 0px;
    }

    99.99% {
        margin-top: 0px;
    }

    100% {
        margin-top: -360px;
    }
}

@keyframes flip4 {
    0% {
        margin-top: -360px;
    }

    5% {
        margin-top: -270px;
    }

    25% {
        margin-top: -270px;
    }

    30% {
        margin-top: -180px;
    }

    50% {
        margin-top: -180px;
    }

    55% {
        margin-top: -90px;
    }

    75% {
        margin-top: -90px;
    }

    80% {
        margin-top: 0px;
    }

    99.99% {
        margin-top: 0px;
    }

    100% {
        margin-top: -360px;
    }
}

@-webkit-keyframes flip5 {
    0% {
        margin-top: -450px;
    }

    5% {
        margin-top: -360px;
    }

    20% {
        margin-top: -360px;
    }

    25% {
        margin-top: -270px;
    }

    40% {
        margin-top: -270px;
    }

    45% {
        margin-top: -180px;
    }

    60% {
        margin-top: -180px;
    }

    65% {
        margin-top: -90px;
    }

    80% {
        margin-top: -90px;
    }

    85% {
        margin-top: 0px;
    }

    99.99% {
        margin-top: 0px;
    }

    100% {
        margin-top: -450px;
    }
}

@keyframes flip5 {
    0% {
        margin-top: -450px;
    }

    5% {
        margin-top: -360px;
    }

    20% {
        margin-top: -360px;
    }

    25% {
        margin-top: -270px;
    }

    40% {
        margin-top: -270px;
    }

    45% {
        margin-top: -180px;
    }

    60% {
        margin-top: -180px;
    }

    65% {
        margin-top: -90px;
    }

    80% {
        margin-top: -90px;
    }

    85% {
        margin-top: 0px;
    }

    99.99% {
        margin-top: 0px;
    }

    100% {
        margin-top: -450px;
    }
}

/*-----------------------------
    Blog Section
-------------------------------*/
.blogs-section {
    padding: 100px 0;
}

.blog-item {
    border: 1px solid #00000010;
    padding: 7px;
}

.blog-img-sec img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-date-sec {
    color: var(--second-color);
    margin-top: 20px;
}

.blogs-section h3 {
    margin: 5px 0 20px;
    color: var(--second-color);
}

.blog-item .site-btn {
    font-size: 15px;
    margin-bottom: 10px;
}

.blog-item .site-btn::after {
    font-size: 14px;
    margin-right: 0;
}

/*------------------------
    Footer
------------------------*/
.footer-section {
    background-color: #0b181d;
    color: #fff;
    font-size: 15px;
    padding: 70px 0 0;
    position: relative;
    line-height: 30px;
}

.footer-section a {
    color: #fff;
}

.footer-title {
    color: #fff;
    font-size: 21px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
}

#copyright-wrap {
    background-color: #fff;
    color: #000;
    margin-top: 55px;
    padding: 20px 0;
    font-size: 14px;
}

#copyright-wrap a {
    color: var(--second-color);
}

#copyright-sec-two {
    text-align: left;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer-section ul li a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.footer-section ul li a:hover {
    color: #fff;
}

#footer-sec-one img {
    margin-bottom: 15px;
    height: 120px;
    width: auto;
}

#footer-socials ul {
    display: flex;
}

#footer-socials ul a {
    background: #502b21;
    border: 1px solid #502b21;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#footer-socials ul a:hover {
    background-color: #f6f1e8;
    color: #8b8b8b;
    border-color: #8b8b8b;
}

#footer-contact a {
    direction: ltr;
    display: inline-block;
}

#footer-sec-two img {
    height: 100px;
    width: auto;
    margin: auto;
    margin-bottom: 20px;
    display: table;
}
.fixed-contact-button {
    position: fixed;
    left: 15px;
    bottom: 35px;
    z-index: 2;
}
.fixed-contact-button a.icon_phone {
    color: #fff!important;
    background: var(--main-color);
    border: 1px solid #fff;
    height: 54px;
    width: 54px;
    display: block;
    border-radius: 3px;
    line-height: 55px!important;
    position: relative;
    z-index: 2;
    font-size: 25px;
    text-align: center;
}
.icon_phone::before {
    content: "\f095";
    font-family: 'FontAwesome';
}
.fixed-contact-button .tooltip {
    position: absolute;
    left: 0;
    opacity: 1;
    bottom: 100%;
    font-family: 'IRANSANS';
    margin-bottom: 15px;
    z-index: 1;
    background-color: var(--second-color);
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 20px rgba(106,102,112,.15);
    box-shadow: 0 3px 20px rgba(106,102,112,.15);
    pointer-events: none;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    white-space: nowrap;
}
.fixed-contact-button .tooltip::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 21px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0 0 4px 0;
    background-color: inherit;
    -webkit-box-shadow: 12px 12px 15px rgba(106,102,112,.15);
    box-shadow: 12px 12px 15px rgba(106,102,112,.15);
}
/*------------------------
    Single
------------------------*/
.single-header {
    padding: 40px 0 20px;
    position: relative;
}

.blog-header {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 160px 0 100px;
    top: -101px;
    margin-bottom: -95px;
}

.blog-header h1 {
    position: relative;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 80px;
    font-family: 'kalameh';
    line-height: 115px;
}

.single-header-overlay {
    background-color: var(--main-color);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.single-header h1 {
    position: relative;
    margin-bottom: 10px;
    margin-top: 0;
}

.single-header h1::before {
    content: "";
    background-image: url(img/title-before.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
}

.single-header .breadcrumb,
.blog-header .breadcrumb {
    justify-content: center;
    background: transparent;
    font-size: 14px;
    position: relative;
    padding: 0;
    margin: 0;
}

.blog-header .breadcrumb {
    color: #fff;
    font-size: 16px;
}

.blog-header .breadcrumb a {
    color: #ddd;
}

aside {
    position: sticky;
    top: 0px;
}

.ez-toc-widget-container {
    direction: rtl !important;
}

.ez-toc-widget-container ul li a {
    padding-left: unset !important;
    padding-right: 10px !important;
}

.ez-toc-widget-container nav ul li a::before {
    margin-right: unset !important;
    float: right !important;
    margin-left: 5px !important;
}

.elementor-post {
    position: relative !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1) !important;
}

.elementor-post__thumbnail img {
    filter: none !important;
    top: 0 !important;
    left: 0 !important;
    position: relative !important;
    width: 100% !important;
    object-fit: cover !important;
    transform: unset !important;
    height: 230px !important;
}

aside .ez-toc-title {
    font-size: 15px;
    position: relative;
    margin-bottom: 20px;
    display: block;
    margin-top: 7px;
    color: #000;
    text-align: right;
    font-weight: 700;
    padding-bottom: 10px;
}

aside .ez-toc-widget-container ul {
    list-style: none;
}

aside .ez-toc-widget-container a {
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    padding-bottom: 5px;
    margin-bottom: 13px;
}

aside .widget-area {
    padding: 10px;
    border: 1px solid #00000020;
}

aside .widget-area .ez-toc-title-toggle {
    display: none;
}

aside .ez-toc-list li:last-child a.ez-toc-link {
    border-bottom: none;
    margin-bottom: 0;
}

.single-main-img {
    margin-bottom: 20px;
}

.single-main-img img {
    width: 100%;
}

.footer-contact-title {
    font-size: 15px;
}

.footer-contact-title i {
    margin-left: 7px;
}

.footer-contact-detail {
    margin-bottom: 10px;
}

.footer-contact-detail a {
    color: #fff;
    font-size: 17px;
}

.page-sec {
    padding: 50px 0;
}


.elementor-post {
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%) !important;
}

.elementor-post__text {
    padding: 20px !important;
}

.elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
}

.elementor-post__read-more {
    display: inline-flex !important;
    align-items: center !important;
    color: #fff !important;
    padding: 11px 30px !important;
    position: relative !important;
    border-radius: 0px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    text-align: center !important;
    overflow: hidden !important;
    border: none !important;
    background: var(--second-color) !important;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%) !important;
    z-index: 1 !important;
    transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -ms-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.elementor-post__read-more::before {
    content: "";
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    background: var(--main-color) !important;
    transform-style: preserve-3d !important;
    transform: scale(1, 0) !important;
    transition: 0.5s ease !important;
    z-index: -1 !important;
    -webkit-transform: scale(1, 0) !important;
    -moz-transform: scale(1, 0) !important;
    -ms-transform: scale(1, 0) !important;
    -o-transform: scale(1, 0) !important;
    -webkit-transition: 0.5s ease !important;
    -moz-transition: 0.5s ease !important;
    -ms-transition: 0.5s ease !important;
    -o-transition: 0.5s ease !important;
}

.elementor-post__read-more::after {
    content: "\f060" !important;
    font-family: 'FontAwesome' !important;
    margin-right: 9px !important;
    position: relative !important;
    top: -1px !important;
}

.elementor-post__read-more:hover {
    color: #fff !important;
}

.elementor-post__read-more:hover::before {
    transform-origin: center center !important;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
}

/*------------------------
    Breadcrumb
------------------------*/
.site-beradcamb {
    text-align: left;
}

.breadcrumb a {
    color: var(--main-color);
}

.breadcrumb i {
    position: relative;
    top: 5px;
    color: #fff;
}

.breadcrumb i.fa-home {
    top: 0;
}