﻿
.title-27 {
    font-size: 2.25rem;
    font-weight: 600;
}

.title-27::after {
    content: "";
    width: 20px;
    border-bottom: 2px solid #ee2e2a;
    display: block;
    margin: 30px 0 50px;
}

@media only screen and (max-width: 767px) {
    .title-27 {
        font-size: 1.625rem;
    }
}

.title-32 {
    margin: 0 0 55px;
}

.title-32 small {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ee2e2a;
    display: block;
}

.title-32 .title {
    font-size: 2.875rem;
    color: #272727;
    font-weight: 400;
}

.title-32 .title span {
    position: relative;
    white-space: nowrap;
}

.title-32 .title span::after {
    content: "";
    position: absolute;
    border-bottom: 4px solid #ee2e2a;
    left: 0;
    right: 0;
    bottom: 0;
}

.rtl .title-32 .title span::after {
    margin-bottom: 5px;
}

.is-light-text .title-32 small, .is-light-text .title-32 .title {
    color: #FFF;
}

.is-light-text .title-32 .title span::after {
    border-bottom-color: #FFF;
}

@media only screen and (max-width: 991px) {
    .title-32 .title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    .title-32 .title {
        font-size: 1.75rem;
    }
}

body .button-01 {
    border-radius: 3px;
    background-color: #ee2e2a;
    min-width: 150px;
    color: #FFF;
    font-family: var(--family2);
    font-weight: 400;
    padding-bottom: 2px;
}

body .button-01, body .button-01:link, body .button-01:active, body .button-01:visited {
    color: #FFF;
    transition: color ease-in 300ms, background-color ease-in 300ms;
}

body .button-01:hover {
    background-color: #c71813;
    text-decoration: none !important;
}

body .btn-color1.button-01 {
    background-color: #ee2e2a;
}

body .btn-color1.button-01:hover {
    background-color: #c71813;
}

body .btn-color2.button-01 {
    background-color: #c72d29;
}

body .btn-color2.button-01:hover {
    background-color: #fc4b46;
}

body .btn-color3.button-01 {
    background-color: #ee2e2a;
}

body .btn-color3.button-01:hover {
    background-color: #ff8330;
}

body .btn-color4.button-01 {
    background-color: #ffbc00;
}

body .btn-color4.button-01, body .btn-color4.button-01:link, body .btn-color4.button-01:active, body .btn-color4.button-01:visited {
    color: #272727;
    transition: color ease-in 300ms, background-color ease-in 300ms;
}

body .btn-color4.button-01:hover {
    background-color: #ffcc3e;
}

body .btn-color5.button-01 {
    background-color: #ffffff;
}

body .btn-color5.button-01, body .btn-color5.button-01:link, body .btn-color5.button-01:active, body .btn-color5.button-01:visited {
    color: #ee2e2a;
}

body .btn-color5.button-01:hover {
    background-color: #ffffff;
}

body .btn-color6.button-01 {
    background-image: linear-gradient(to right, #ee2e2a, #fa4c4b);
    transition: all ease-in 300ms;
}

body .btn-color6.button-01:hover {
    filter: brightness(120%);
}

.counter-05 {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 25px 35px;
    border-radius: 3px;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
    color: #FFF;
    margin-bottom: 30px;
}

.counter-05 .number {
    font-size: 3rem;
    color: #ffffff;
    font-family: var(--family2);
}

.counter-05 .plus {
    font-size: 3rem;
    color: #ffffff;
    font-family: var(--family2);
}

.counter-05 .title {
    color: #FFF;
    font-size: 1.25rem;
    margin-bottom: 18px;
}

.counter-05 p {
    color: #FFF;
}

.delay_600 {
    -webkit-animation-delay: 600ms!important;
    animation-delay: 600ms!important
}

.delay_500 {
    -webkit-animation-delay: 500ms!important;
    animation-delay: 500ms!important
}

@-webkit-keyframes dng-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes dng-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: dng-fadeInUp;
    animation-name: dng-fadeInUp;
    -webkit-animation-timing-function: cubic-bezier(.31,0.92,.31,0.92);
    animation-timing-function: cubic-bezier(.31,0.92,.31,0.92);
}

@-webkit-keyframes dng-btt {
    0% {
        -webkit-transform: translate(0, 10%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes dng-btt {
    0% {
        -webkit-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        -o-transform: translate(0, 10%);
        transform: translate(0, 10%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

.bottom-to-top {
    -webkit-animation-name: dng-btt;
    animation-name: dng-btt
}

@-webkit-keyframes dng-ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes dng-ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        -ms-transform: translate(-10%, 0);
        -o-transform: translate(-10%, 0);
        transform: translate(-10%, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

.left-to-right {
    -webkit-animation-name: dng-ltr;
    animation-name: dng-ltr
}
.play-button01 {
    width: 64px;
    height: 64px;
    background-color: #ee2e2a;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.play-button01::before {
    content: "";
    background-color: inherit;
    opacity: 0.2;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 50%;
    animation: play-button01 2s infinite;
}

.play-button01 .icon {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -5px;
}

.rtl .play-button01 .icon {
    left: auto;
    right: 50%;
    margin: -10px -5px 0 0;
    border-right-color: #fff;
    border-left-color: transparent;
}

@-webkit-keyframes play-button01 {
    0% {
        opacity: .8;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes play-button01 {
    0% {
        opacity: .8;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.title-28 {
    font-size: 1.625rem;
    font-weight: 600;
    margin: 0 0 12px;
}

.title-28::after {
    content: "";
    height: 20px;
    width: 0;
    border-left: 2px solid #ee2e2a;
    display: block;
    margin: 30px auto 0;
}

@media only screen and (max-width: 767px) {
    .title-28 {
        font-size: 1.2rem;
    }
}

.counter-04 {
    display: inline-block;
    margin: 0 auto 20px;
}

.counter-04 .counter {
    display: flex;
    align-items: center;
}

.counter-04 .counter .icon {
    font-size: 2.5rem;
    color: #fff;
    line-height: 1;
    margin-right: 8px;
}

.rtl .counter-04 .counter .icon {
    margin-right: 0px;
    margin-left: 8px;
}

.counter-04 .counter .number {
    font-size: 3rem;
    color: #fff;
    font-weight: 500;
    font-family: var(--family2);
    line-height: 1;
}

.counter-04 .counter .number::after {
    content: "+";
    font-size: 1.8125rem;
    font-weight: 600;
    font-family: var(--family);
    vertical-align: top;
    color: #ee2e2a;
    margin-right: 15px;
}

.counter-04 .title {
    font-size: 1.125rem;
    color: #fff;
    margin: 5px 0 15px;
    font-weight: 900;
}

.counter-04 .title {
    margin-bottom: 0;
}

.counter-04-line .counter-04 {
    margin: 20px auto;
}

.counter-04-line>div {
    position: relative;
}

.counter-04-line>div::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px dashed #dedede;
}

.rtl .counter-04-line>div::after {
    right: auto;
    left: 0;
    border-right: 0px dashed #dedede;
    border-left: 1px dashed #dedede;
}

.counter-04-line>div:last-child:after {
    content: none;
}

.delay_300 {
    -webkit-animation-delay: 300ms!important;
    animation-delay: 300ms!important
}

@-webkit-keyframes dng-fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes dng-fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: dng-fadeInRight;
    animation-name: dng-fadeInRight;
    -webkit-animation-timing-function: cubic-bezier(.31,0.92,.31,0.92);
    animation-timing-function: cubic-bezier(.31,0.92,.31,0.92);
}

.delay_700 {
    -webkit-animation-delay: 700ms!important;
    animation-delay: 700ms!important
}

.delay_900 {
    -webkit-animation-delay: 900ms!important;
    animation-delay: 900ms!important
}

.portfolio-carousel04 .item-box {
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    background-color: #FFF;
    margin: 0px 15px 30px;
    height: calc(100% - 30px);
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    text-align: center;
}

.portfolio-carousel04 .pic {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin: -1px -1px 0;
}

.portfolio-carousel04 .pic img {
    width: 100%;
}

.portfolio-carousel04 .title {
    font-size: 1.25rem;
    padding: 26px 10px 3px;
    margin: 0;
}

.portfolio-carousel04 .position {
    color: #fa4c4b;
    margin: 0 15px 15px;
}

.portfolio-carousel04 .description {
    padding: 0 30px 55px;
}

.portfolio-carousel04 table {
    width: 100%;
}

.portfolio-carousel04 td:first-child {
    text-align: left;
}

.portfolio-carousel04 td:last-child {
    text-align: right;
}

.portfolio-carousel04 .link-button {
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: var(--family2);
    background-color: #ee2e2a;
    padding: 0px 25px;
    color: #FFF;
    white-space: nowrap;
    position: absolute;
    z-index: 2;
    bottom: -25px!important;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease-in 300ms;
    border-radius: 4px;
}

.portfolio-carousel04 .link-button:hover {
    background-color: #c71813;
}

.portfolio-carousel04.easy-carousel .carousel-pagination {
    text-align: center;
    margin-top: 50px;
}

.portfolio-carousel04.easy-carousel .pagination-bullet {
    width: 11px;
    height: 11px;
    border-radius: 12px;
    border: none;
    background: #d1d1d1;
    box-shadow: none;
    opacity: 1;
    margin: 0px 8px 8px;
    position: relative;
}

.portfolio-carousel04.easy-carousel .pagination-bullet.active {
    background: #ee2e2a;
    width: 47px;
}

.hesperiden .tp-tab {
    border-image: linear-gradient(to left, #fff, #fff) 100% 2 ;
    border-style: solid;
    border-width: 3px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.hesperiden .tp-tab:hover {
    border-image: linear-gradient(to left, #ee2e2a, #ffd768) 100% 2!important;
    border-style: solid;
    border-width: 3px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

section#dnn_content {
    background-image: unset;
}

.portfolio-carousel04 .item-box {
    border-radius: 0px!important;
    border: 0px solid #e6e6e6!important;
}
.custom-module .swiper-container.loading,.custom-module .soon.loading{
	min-height:100px;
	max-height:50vh;
	position:relative
}
.custom-module .swiper-container.loading>*,.custom-module .soon.loading>*{
	visibility:hidden
}
.custom-module .swiper-container.loading:after,.custom-module .soon.loading:after{
	content:"";
	width:40px;
	height:40px;
	display:inline-block;
	border:5px solid #E3E3E3;
	border-top-color:#555;
	border-right-color:#555;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	position:absolute;
	top:30px;
	right:50%;
	margin-right:-20px;
	-webkit-animation:loading-rotate 0.7s infinite;
	-moz-animation:loading-rotate 0.7s infinite;
	animation:loading-rotate 0.7s infinite;
	z-index:101
}
.custom-module .soon{
	display:none
}
.custom-module .number{
	color:currentColor
}
#Body:not(.builder-editor-mode) .custom-module .ajaxform .from-error{
	display:none
}
/*video*/
.html5-video{
	position:relative
}
.html5-video video{
	width:100%
}
.html5-video .play-button,.html5-video .play-button2{
	position:absolute;
	right:50%;
	top:50%;
	margin:-36px 0 0 -36px;
	cursor:pointer
}