video {
    border-radius: 20px;
    overflow: hidden;
}
.s-1{
    padding-top: 10px;
    padding-bottom: 20px;
    background: #fff;
    color: #000;
    position: relative;
    background-image: url(../img/head-back.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.s-2{
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.pricing{
    background: #eaeaea;
}
.s-2-2{
    padding-top: 40px;
    padding-bottom: 40px;
}
.s-2 .top-box{
    text-align: center;
}
.s-2 .top-box .title{
    margin-top: 20px;
}
.s-2 .top-box p,.s-2 .smal-box p{
    color: #a3a5ab;
}
.s-2 .smal-box{
    text-align: center;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 320px;
    overflow: hidden;
}

.s-3{
    padding-top: 70px;
    padding-bottom: 90px;
    background: #fff;
}
.s-3 .box h3{
    font-size: 1rem;
}
.s-3 .box{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}
.s-3 .box a{
    display: block;
    text-align: center;
}
.screenshots-section{
    background: #fff;
}
.owl-carousel{
    direction: ltr;
}
.screen-carousel .company img {
    height: 150px;
    object-fit: contain;
}
.screen-carousel .owl-item img {
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ebebeb;
    border-radius: 30px;
}
.screen-carousel .owl-item h5 {
    text-align: center;
    font-size: 15px;
}
.screenshot-frame {
    background-image: url(../img/phone-frame2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 285px;
    height: 450px;
    position: absolute;
    top: -10px;
    left: calc(50% + 0.5px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 40px;
}
#screenshots .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
    height: 100%;
    object-fit: cover;
    height: 450px;
}
.screen-carousel .owl-item img {
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ebebeb;
    border-radius: 30px;
}
.screen-slider-content {
    position: relative;
}
p{
    text-align: justify;
}
.counter-two {
    position: relative;
    display: block;
    padding: 0 0 70px;
    z-index: 1;
    background: #fff;
}
.counter-two__bg-box {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f95441;
    z-index: -1;
}
.counter-two__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.02;
    z-index: -1;
}
.counter-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.counter-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-image: -moz-linear-gradient(90deg, rgb(229, 239, 242) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(229, 239, 242) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(229, 239, 242) 0%, rgb(255, 255, 255) 100%);
    width: 116px;
    height: 116px;
    margin: 0 auto 0;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.counter-two__content-box {
    position: relative;
    display: block;
    text-align: center;
    background-color: #fff;
    padding: 55px 0 32px;
    margin-top: -40px;
}
.counter-two__text {
    padding-top: 5px;
    text-align: center;
}
.counter-two__count-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter-two__count-box h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}
.counter-two__letter {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}
.counter-two__single:hover .counter-two__icon::after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.counter-two__icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: "";
    border-radius: 50%;
    background-color: #f95441;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}
.top-btn{
    background: #f4a717;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
}

.testimonial-three__single {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #e0e4e8;
    border-radius: 20px;
    padding: 108px 48px 51px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.testimonial-three__client-img-box {
    position: absolute;
    top: -73px;
    left: 50%;
    transform: translateX(-50%);
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #fff;
    padding: 10px;
    z-index: 1;
}
.testimonial-three__client-img {
    position: relative;
    display: block;
    width: 131px;
    height: 131px;
    padding: 6px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(-29deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
    background-image: -webkit-linear-gradient(-29deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
    background-image: -ms-linear-gradient(-29deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
}
.testimonial-three__client-img > img {
    width: 100% !important;
    border-radius: 50%;
    border: 6px solid #fff;
}
.testimonial-three__star {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-three__text {
    font-size: 18px;
    line-height: 30px;
    padding-top: 23px;
    padding-bottom: 23px;
    text-align: justify;
    direction: rtl;

}
.testimonial-three__client {
    position: relative;
    display: block;
}
.testimonial-three__client-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}
.testimonial-three__client-sub-title {
    font-size: 14px;
    color: #015fc9;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.testimonial-three__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.testimonial-three__star i {
    font-size: 15px;
    color: #fab600;
}
.testimonial-three__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}
.testimonial-three__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}
body{
    overflow-x: hidden;
}
.testimonial-three__quote {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-three__quote > img {
    width: auto !important;
}
.testimonial-three__bottom{
    margin-top: 100px;
}
.testimonial-three{
    padding-top: 50px;
}

.pricing-form .form-control {
    border-radius: 3rem;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
    margin-left: 5px;
    height: calc(2.56em + .75rem + 2px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.solid-btn {
    border-radius: 30px !important;
    background: #000;
    border: 2px solid #000;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.6s;
    color: #fff;
}
.solid-btn:hover {
    background: #000;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.breadcrumb-section::before {
    background: #fff;
}
.breadcrumb-section .breadcrumb-item a{
    color: #000;
}

.overflow-hidden {
    overflow: hidden !important;
}
.shape-bottom img.bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}
.top-btn:hover {
    color: #fff;
}
.pricing-feature-list li {
    font-size: 14px;
    line-height: 28px;
}
.pricing-feature-list li::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background: #f4a717;
    margin-left: 5px;
}
.single-pricing-pack .card-body {
     color: rgb(132, 146, 166);
     flex: 1 1 auto;
     padding: 1.5rem;
}
.pricing-header {
    position: relative;
    background: transparent;
}
.list-unstyled {
    text-align: right;
}
.pricing-header::after {
    content: "";
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
    height: 1px;
    background: radial-gradient(at center center, rgb(222, 228, 239) 0px, rgba(255, 255, 255, 0) 75%);
}
.card.single-pricing-pack {
    transition: all 0.2s ease 0s;
    box-shadow: 0 0 0 1px #ebebeb;
    border: none;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 4px solid transparent;
    border-radius: 1rem !important;
}
.card.single-pricing-pack:hover {
    z-index: 2;
    border-radius: 1rem !important;
}
.single-pricing-pack:hover {
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125) !important;
    transform: translate(0, -5px);
    border-top: 4px solid #4285be;
}
.h_iframe-aparat_embed_frame iframe{
    border-radius: 15px;
}
@media (max-width: 575px) {
    .card.single-pricing-pack {
        margin-top: 30px;
    }
    .s-2 .smal-box {
        margin-top: 30px;
        background: #fff;
    }
    .tell_btn{
        font-size: 0.9rem;
        padding: 10px;
    }
    .screenshot-frame{
        width: 100%;
    }
    .box .btn{
        padding-right: 5px;
        padding-left: 5px;
    }
    .s-3 .box{
        padding-left: 0px;
        padding-right: 0px;
    }

}
.preloader {
    display: none;
}
.casestudies-box{
    padding: 25px 25px;
}
.orange_hover{
    background: #f4a717;border: unset;
}
.orange_hover:hover{
    background: #fff !important;
    color: #f4a717;
    border: 2px solid #f4a717 !important;
}
.owl-carousel .owl-dots{
    display: block !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #f4a717 !important;
}
.accordion-button {
    padding: 12px 24px;
    font-weight: 600;
    color: #111010;
    background: transparent;
    border-radius: 0;
}
.accordion-button:not(.collapsed) {
    background: #DCDCDC;
}
.accordion-collapse.show {
    background: #F6F6F6;
}
.accordion-item {
    border-left: 0;
    border-right: 0;
    background: transparent;
}
.accordion-button:not(.collapsed) {
    color: #000;
}
.accordion-button::after {
    border: 1px solid #111010;
    border-radius: 50%;
    text-align: center;
}
:root {
    --firstColor: #f4a717;
    --secondColor: #f7cf1b;
}
.main-page-hero-container {
    background     : url(../pattern.webp) no-repeat center, linear-gradient(75deg, var(--secondColor), var(--firstColor));
    background-size: cover, cover;
    /*max-height     : 650px;*/
}
.main-page-hero-container .pricing-form .form-control {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
    margin-left: 5px;
    height: calc(2.56em + .75rem + 2px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.main-page-hero-container .solid-btn {
    border-radius: 30px 0 0 30px !important;
    background: #000;
    border: 2px solid #000;
    margin-right: -5px;
    padding: 11px 20px!important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.6s;
    color: #fff;
}
.main-page-hero-container .solid-btn:hover {
    background: #000;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.main-page-hero-container .btn-primary{
    box-shadow: 0 0 2px 0 #000;
}
.main-page-hero-container a.play
{
    display: inline-block;
    margin-top: 20px;
    margin-right: 5px;
    font-size: 35px;
    color: #000;
    position: relative;
    top: 10px;
}
.main-page-hero-container a.play i
{
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px;
}
.main-page-hero-container a.play span
{
    vertical-align: middle;
    text-shadow: 0 2px 2px #fff;
    font-size: 18px;
    font-weight: 600;
}
.main-page-hero-container img
{
    width: 100%!important;
    max-height: 300px!important;
    object-fit: contain;
}
.breadcrumb-section::before
{
    background: transparent!important;
}
.breadcrumb-item + .breadcrumb-item::before
{
    color: #fff;
}