/*@font-face {*/

/*    font-family: kufi;*/

/*    font-style: normal;*/

/*    font-weight: 400;*/

/*    src: url(../fonts/DroidKufi-Regular.eot);*/

/*    src: url(../fonts/DroidKufi-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/DroidKufi-Regular.woff2) format("woff2"), url(../fonts/DroidKufi-Regular.woff) format("woff"), url(fonts/DroidKufi-Regular.ttf) format("truetype");*/

/*}*/


@font-face {
    font-family: 'Proxima Nova Soft';
    src: url('../fonts/english/3291C4_3_0.eot');
    src: url('../fonts/english/3291C4_3_0.eot?#iefix') format('embedded-opentype'),url('../fonts/english/3291C4_3_0.woff2') format('woff2'),url('../fonts/english/3291C4_3_0.woff') format('woff'),url('../fonts/3291C4_3_0.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    border: 0px;
    direction: rtl;
    /*font-family: kufi;*/
}

a {
    text-decoration: none;
    color: #e4230e;
}

.table a {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
body {

    background: #f5f5f5;

    background-size: cover;

    position: relative;

    left: 0px;

    transition: all 0.3s ease-in 0s;
}

.table {
    border: 1px solid #ddd;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.section-title {
    text-align: center;
    font-weight: 200;
    margin: 20px 0px 50px 0px;
    padding-bottom: 25px;
    position: relative;
}

.section-title:after,.section-title:before {
    /* content: ""; */
    background: #f15115;
    width: 10%;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 45%;
}

.section-title:after {
    /* right: 75px; */
    bottom: 5px;
}


.spinner {
    width: 40px;
    height: 40px;

    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #65a2d9;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}
.page-loading {
    position: fixed;
    z-index: 10000;
    width: 100%;
    left: 0px;
    height: 100%;
    background: #ffffffc9;
    top: 0px;
}
.page-loading .table {
    border: 0px !important;
    min-height: 100vh;
    display: table;
    width: 100%;
    align-items: center;
}

.double-bounce2 {
    background: #f15115;
}


nav.site-nav ul li {
    display: inline-block;
    margin: 0px 12px;
}

#site-header nav.site-nav {
    text-align: right;
    padding-right: 30px;
}

a.primary-link {
    background: #f15115;
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
    background: -webkit-linear-gradient(to right, #ee0d0d, #ff8d62);
    background: linear-gradient(to right, #ee0d0d, #ff8d62);
    display: inline-block;
    border: 1px solid #ee0f0e78;
}

header#site-header {
    background: #fff;
    /* position: relative; */
    z-index: 1000;
    -webkit-box-shadow: 5px 5px 20px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 20px -2px rgba(0, 0, 0, 0.15);
}

.header-grid{
    display: grid;
    grid-template-columns: auto 1fr;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    background: linear-gradient(to left, #f5f5f5, #f8f8f8);
}

.pre-header {
    background: #f15115;
    background: -webkit-linear-gradient(to right, #ee0d0d, #ff8d62);
    /*background: linear-gradient(to right, #ee0d0d, #ff8d62);*/
    background: linear-gradient(to right, rgb(255, 65, 108), rgb(255, 75, 43));


    /*border: 1px solid #ee0f0e;*/
    padding: 10px;
    color: #fff;
    padding-left: 60px;

    display: grid;
    grid-template-columns: 1fr auto;
}

.pre-header a {
    color: #fff;
}

.pre-header span {
    margin-right: 50px;
}

.pre-header .right-p {
    margin-right: 30px;
}



#site-header #site-slong {
    width: 240px;
    display: inline-block;
    vertical-align: middle;
}

.video-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.video-container video{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: -100;
    background-size: cover;
    overflow: hidden;}

ul.site-menu.mobile {
    position: fixed;
    width: 270px;
    padding-top: 25px;
    z-index: 1000;
    text-align: center;
    display: block;
    right: -270px;
    border-left: 8px solid #f15115;
    top: 0px;
    height: 100%;
    background: #fff;
    transition: all 0.3s linear 0s;
}


img.mobile-menu-icon {
    margin-left: 10px;
    cursor: pointer;
    display: none;
    /* width: 45px; */
}

html body ul.site-menu.mobile.shown li {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

ul.site-menu.mobile li a {
    display: block;
    margin: 15px 0px;
}

img.close-mobile-menu {
    transition: all 0.3s ease-out 1.4s;
    opacity: 0;
    width: 50px;
    margin: 7px 0px;
    cursor: pointer;
    visibility: hidden;
}

body.menu-opened {
    right: 270px;
}

ul.site-menu.mobile.shown {
    right: 0px;
}

html body ul.site-menu.mobile li {
    display: block !important;
    transition: all 0.3s ease-in 0.6s;
    margin: 14px !important;
    visibility: hidden;
    transform: scale(1.4);
    opacity: 0;
    border-bottom: 1px dashed #6937356b;
}

html body ul.site-menu.mobile.shown li {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.breaking-news {
    min-height: 40px;
}
.breaking-news a:hover span{
    transform:  unset;
}
.page-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 100;
    left: 0px;
    background: #333333b8;
    transition: all 0.3s linear 0.2s;
    visibility: hidden;
    opacity: 0;
}

.page-overlay.shown {
    visibility: visible;
    opacity: 1;
}

ul.site-menu.mobile.shown img.close-mobile-menu {
    opacity: 1;
    visibility: visible;
}
ul.site-menu.mobile #header-login-links a {
    display: block;
    margin: 15px 10%;
}

ul.site-menu.mobile #header-login-links .logined-links a {
    display: inline-block;
    margin: 10px;
}


@media screen and (max-width: 1100px){
    body  .why-choose-us-grid{
        grid-template-columns:1fr 1fr;
    }
    body  .plans-grid{
        grid-template-columns:1fr 1fr 1fr;
    }


    body  .plans-grid{
        grid-template-columns:1fr 1fr ;
    }

    body .sj-parallax.sta-container {
        grid-template-columns:1fr 1fr  1fr;
    }

    body footer .footer-grid{padding: 50px 2%;}
}


@media screen and (max-width: 950px){
    body .site-nav{display: none;}
    body .mobile-menu-icon{display: block;}

    body .user-according{
        grid-template-columns:1fr;
    }
    body .according-titles h3{
        border-bottom: 0px;
    }
    body.according-titles h3:first-child{
        border-top: 0px solid #8888885c;
        border-left: 0px;
    }

    body .according-titles {
        border: 1px solid #ccc;
        border-bottom: 0px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    body .according-titles h3.current:after{
        border: 10px solid rgba(238, 238, 238, 0);
        border-bottom-color: #fff;
        right: 39%;
        bottom: -1px;
        top: auto;
    }
    body div#according-plans .table{
        margin:20px 0px ;
    }

    body .according-titles span.extra{
        display: none;
    }
    body .shadowed-box{
        padding: 50px 15px;
        margin: 0px 4%;
    }
}

@media screen and (max-width: 1000px){
    .footer-grid > div {
        margin-bottom: 40px;
    }

    body footer .footer-logo , body footer .footer-contact{
        grid-column:1/-1;
    }

    body footer .footer-grid{
        grid-template-columns:1fr 1fr;
        text-align: center;
    }

    body footer .footer-grid h4{
        text-align: center;
    }
}


@media screen and (max-width: 800px){

    body .define-div{
        grid-template-columns:1fr ;
        direction: rtl;
    }

    body .why-choose-us-grid{
        grid-template-columns:1fr;
    }

    body .sj-parallax.sta-container{
        grid-template-columns:1fr;
    }

    body .sj-parallax.sta-container .sta-item{
        margin: 15px 0px;
    }

    body .get-apps{
        grid-template-columns:1fr;
    }

    body .get-apps .app-item{
        margin: 20px;
    }

    body .get-apps .app-item img{
        display: block;
        margin: 0px auto;
        width: 70%;
    }

    body .channels-container{
        grid-template-columns:1fr 1fr;
    }



}


@media screen and (max-width: 600px){
    body .pre-header{
        padding-left: 15px;
    }
    body .pre-header .right-p{
        margin-right: 6px;
    }
    body .pre-header span{
        display: block;
        margin-bottom: 8px;
    }
    body .plans-grid{
        grid-template-columns:1fr;
    }

    body footer .footer-grid{
        grid-template-columns:1fr ;
        text-align: center;
    }

    body .channels-container{
        grid-template-columns:1fr 1fr;
    }

    body .tutorials-container{
        grid-template-columns:1fr  ;
    }

    body .tutorials-container .ac_item{
        margin: 12px 0px;
    }


}

img {
    max-width: 100%;
}

li {
    list-style: none;
}



#site-header > ul > li {
    display: inline-block;
    margin: 5px 20px;
    position: relative;
    /* overflow: hidden; */
}


img.mobile-menu-icon {
    margin-right: 50px;
    cursor: pointer;
    /* width: 45px; */
}

/* Effect 5: same word slide in */
header a {
    overflow: hidden;
    padding: 0 4px;
    /* height: 1em; */
    display: inline-block;
    vertical-align: middle;
}

header a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

header a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    /* font-weight: 700; */
    color: #a88012;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

header a:hover span,
header a:focus span {
    /*-webkit-transform: translateY(-100%);*/
    /*-moz-transform: translateY(-100%);*/
    /*transform: translateY(-100%);*/
}

header a.primary-link:hover span{
    /*-webkit-transform: translateY(0px);*/
    /*-moz-transform: translateY(0px);*/
    /*transform: translateY(0px);*/
}


.second-level {
    background: #65312f;
    position: absolute;
    top: 50px;
    width: 200px;
    left: -100%;
    transition: all 0.3s linear 0s;
}

#site-header > ul  ul a {
    color: #fff;
    /* padding: 10px 20px; */
    /* margin: 10px; */
    /* display: inline-block; */
}

#site-header > ul ul
li {
    /* padding: 10px 20px; */
    position: relative;
    display: block;
}

.third-level {
    background: #a88012;
    position: absolute;
    left: 200px;
    width: 200px;
    top: 0px;
}

#site-header > ul ul li a {
    display: inline-block;
    padding: 16px;
    right: 0px;
    position: relative;
    transition: all 0.3s linear 0s;
}

.second-level a:hover , .third-level a:hover {
    padding-right: 20px;
}

#site-header > ul > li:hover  > ul {
    opacity: 1;
    visibility: visible;
}

.second-level, .third-level {
    transition: all 0.3s linear 0s;
    opacity: 0;
    visibility: hidden;
}

.second-level > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

#site-header > ul ul li a:hover {
    right: 4px;
}


.container {
    background: #fff;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 1px 2px 44px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 2px 44px rgba(0,0,0,.15);
    box-shadow: 1px 2px 44px rgba(0,0,0,.15);
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.inner-container {
    margin: 0px;
    width: 100%;
    padding: 20px 5%;
    background: #fff;
}

.posts {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

figure.effect-lily {
    overflow: hidden;
}

.posts figure {
    position: relative;
    /* float: left; */
    overflow: hidden;
    margin: 10px 1%;
    /* min-width: 320px; */
    /* max-width: 480px; */
    max-height: 360px;
    background: #272829;
    text-align: center;
    cursor: pointer;
}

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(40px,0,0);
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
    text-align: right;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

figure.effect-lily a {
    color: #fff;
    font-weight: 200;
}


.main-content {
    display: grid;
    grid-template-columns: 3fr 2fr;
    margin: 40px 5px;
    grid-column-gap: 15px;
}


span.typed-cursor {
    display: none;
}


.define-div {
    display: grid;
    font-size: 20px;
    font-family: tahoma;
    direction: rtl;
    grid-template-columns:2fr 3fr ;
}

.define-div img {
    margin-left: 25px;
}
.why-choose-us .section-title {
    margin-bottom: 60px;
}
.why-choose-us-grid {
    overflow-x: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 80px;
}

.reason-item i{
    animation-delay: 1s;
}

.reason-item i:before {
    font-size: 50px;
    border: 1px solid #f15115;
    color: #f15115;
    padding: 15px;
    border-radius: 50px;
    position: relative;
    top: 15px;
}

.reason-item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    margin-bottom: 70px;
}

.reason-content {
    margin-left: 15px;
}

.reason-content h4 {
    color: #f15115;
}

.reason-content p {
    color: #666666;
    margin-top: 8px;
}


#hexagon {
    width: 100px;
    height: 55px;
    background: red;
    position: relative;
}
#hexagon:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid red;
}
#hexagon:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid red;
}

.plans{
    position: relative;
    overflow-x: hidden;
    /* background: #f4794b; */
    padding-top: 100px;
    margin-top: 50px;
}

.plans svg {position: absolute; left:0px; height: 150px;background: #f25b22;width: 120%;}
.plans svg.top-shape{ transform: rotate(180deg);top: 0px;  }
.plans svg.bottom-shape{bottom: 0px;}

@media (max-width: 699px) {
    .plans  .svg--lg {
        display: none;
    }
}

@media (min-width: 700px) {
    .plans  .svg--sm {
        display: none;
    }
}




.plans-content .section-title{
    padding-top: 45px;
    margin: 0px;
    padding-bottom: 20px;
    grid-column: 1 / -1;
    margin-bottom: 20px;
    width: 100%;
    font-size: 40px;

}

.plans-content .section-title:before{display: none;}

.plans-content .section-title:before, .plans-content .section-title:after{
    background: white;
}

.plans-content {
    background: #f25b22;
    color: #fff;
    padding: 200px 0px;
    padding-top: 80px;
}

.plans-grid {
    display: grid;
    margin: 0px 5%;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow: hidden;
}

.plan-item {
    background: #fff;
    color: #333;
    border-radius: 15px;
    margin: 20px 5px;
    padding-bottom: 20px;
}


.plan-header{
    padding: 10px 20px;
    text-align: center;
    animation-delay: 0.4s;
}
.plan-prise {
    text-align: center;
    color: #777;
    padding: 10px 0px;
    padding-bottom: 15px;
    animation-delay: 0.6s;
    border-bottom: 1px solid #ccc;
}

.plan-prise span {
    font-size: 45px;
}


ul.plan-featured {
    padding: 30px 40px;

    animation-delay: 0.8s;
}

ul.plan-featured li {
    position: relative;
    margin: 10px 0px;
}




ul.plan-featured li:before {position: absolute;content: "";width: 8px;border-radius: 50%;height: 8px;left: -20px;top: 6px;}



.plan-item a.order-botton {
    display: block;
    margin: 10px auto;
    width: fit-content;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;

    animation-delay: 0.5s;
}


/* blue plan */

.plan-item.blue .plan-header {
    border-bottom: 2px solid #1b96bf;

}

.plan-item.blue .plan-prise span {
    color: #1b96bf;
}
.plan-item.blue ul.plan-featured li:before {
    background: #1b96bf;
}

.plan-item.blue a.order-botton {
    background: #1b96bf;
}


/*  green plan  */

.plan-item.green .plan-header {
    border-bottom: 2px solid #32bc9c;

}

.plan-item.green .plan-prise span {
    color: #32bc9c;
}
.plan-item.green ul.plan-featured li:before {
    background: #32bc9c;
}

.plan-item.green a.order-botton {
    background: #32bc9c;
}

/* yellow plan */

.plan-item.yellow .plan-header {
    border-bottom: 2px solid #f5bb43;

}

.plan-item.yellow .plan-prise span {
    color: #f5bb43;
}
.plan-item.yellow ul.plan-featured li:before {
    background: #f5bb43;
}

.plan-item.yellow a.order-botton {
    background: #f5bb43;
}

/* red plan */

.plan-item.red .plan-header {
    border-bottom: 2px solid #da4251;

}

.plan-item.red .plan-prise span {
    color: #da4251;
}
.plan-item.red ul.plan-featured li:before {
    background: #da4251;
}

.plan-item.red a.order-botton {
    background: #da4251;
}


.sj-parallax.sta-container {
    display: grid;
    padding: 80px 20px;
    color: #fff;
    text-align: center;
    grid-template-columns: 1fr 2fr 1fr;
}

.sj-parallax.sta-container .section-title {
    grid-column: 1/ -1;
    font-size: 35px;
    text-transform: uppercase;
}

.sj-parallax.sta-container .section-title:before , .sj-parallax.sta-container .section-title:after {
    background: #fff;
}

.sj-parallax.sta-container .counter {
    line-height: 300px;
    font-size: 70px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    width: 300px;
    height: 300px;
    margin: 20px auto;
    animation-delay: 1.3s;
}

.sta-item {
    font-size: 25px;
}


.get-apps {
    padding: 50px 5%;
    display: grid;
    grid-column-gap: 60px;
    padding-bottom: 100px;
    grid-template-columns: 1fr 1fr 1fr;
}

.get-apps .section-title {
    text-transform: uppercase;
    font-size: 30px;
    grid-column: 1/ -1;
}



footer {
    border-top: 5px solid #f15115;
    margin-top: 80px;
    background: #f3f3f3;
    position: relative;
    top: -90px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 80px 6%;
    padding-top: 120px;
    align-items: start;
}

.footer-grid ul a {
    color: #d74007;
    /* text-decoration: underline; */
    margin: 8px 0px;
    display: inline-block;
    position: relative;
    transition: all 0.4s ease-out 0.2s;
}

.footer-grid  ul a:before {
    content: "";
    width: 0px;
    height: 3px;
    position: absolute;
    bottom: -8px;
    left: 0px;
    transition: all 0.4s ease-out 0.1s;
    background: #f15115;
}

.footer-grid ul a:hover:before {
    width: 120%;
}

.footer-grid h4 {
    color: #555;
    margin: 12px 0px;
    padding-bottom: 10px;
    /*width: fit-content;*/
}

footer .accounts-logos img {
    width: 50px;
    margin: 8px;
}

footer >  div  > p > span {
    display: block;
}

footer div p span {
    display: block;
    margin: 15px  10px;
    font-size: 20px;
}

footer div p {
    margin-top: 22px;
}

footer div p span i:before {
    font-size: 25px !important;
    position: relative;
    top: 1px;
}

.container {
    box-sizing: border-box;
}

.marquee-sibling {
    padding: 0;
    background: #3BB0D6;
    width: 20%;
    height: 45px;
    line-height: 42px;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    float: left;
    left: 0;
    z-index: 2000;
}

.marquee,
*[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
}

.marquee { margin-left: 25%; }

.marquee-content-items {
    display: inline-block;
    padding: 5px;
    margin: 0;
    height: 45px;
    position: relative;
}

.marquee-content-items li {
    display: inline-block;
    line-height: 35px;
    color: #fff;
}

.marquee-content-items li:after {
    content: "|";
    margin: 0 1em;
}

.shadowed-box {
    -webkit-box-shadow: 5px 5px 20px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 20px -2px rgba(0, 0, 0, 0.15), -11px 0px 20px -2px rgba(0, 0, 0, 0.08);
    padding: 80px 40px;
    margin: 0px 5%;
}

.user-according {
    display: grid;
    grid-template-columns: 1fr 4fr;
}

.according-titles {
    /* margin-right: 20px; */
    /* border: 1px solid #ccc; */
}

.according-titles h3 {
    cursor: pointer;
    padding: 10px;
    /* background: linear-gradient(to right, rgb(255, 65, 108), rgb(255, 75, 43)); */
    transition: all 0.4s linear 0s;
    /* color: #fff; */
    background: #fff;
    border-bottom: 1px solid #8888885c;
    border-left: 1px solid #8888885c;
}
.according-titles h3:first-child {border-top: 1px solid #8888885c;}
.according-titles h3.current {
    background: linear-gradient(to right, rgb(255, 65, 108), rgb(255, 75, 43));
    color: #fff;
    position: relative;
    border: 0px !important;
}


.according-titles h3.current:after {
    content: "";
    border: 15px solid rgba(238, 238, 238, 0);
    border-right-color: #fff;
    position: absolute;
    right: -1px;
    top: 7px;
}


.according-contents {
    padding-left: 15px;
    padding-top: 15px;
    border: 1px solid #ccc;
}

.sub-title {
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    margin-top: 8px;
}

.tr {
    height: auto;
}

.tr.main {
    background: #ff4935;
    color: #fff;
    height: auto;
    width: calc(100% + 2px);
    position: relative;
    left: -1px;
}

.td {padding: 10px;}

div#according-plans .tr {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    align-items: center;
}

.according-content-item {
    padding: 0px 20px;
}

body .input-div{
    grid-template-columns:1fr 2fr;
}

.according-content-item {
}

div#according-plans .table {
    margin: 20px;
}

.tr {
    border-bottom: 1px solid #cccccc7a;
}

.tr:last-child {
    border: 0px;
}


.ticket-title {
    display: grid;
    grid-template-columns: 1fr auto; padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    background: #f7f7f7;
    align-items: center;
}

.ticket-item {
    margin: 20px 0px;
    border: 1px solid #ccc;
}


.ticket-body {
    padding: 10px 15px;
}

.ticket-body .last-sender {
    color: #ff4935;
}

.ticket-item.active:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #2af03a;
}

.ticket-item.active {
    position: relative;
}

.input-div {
    display: grid;
    grid-template-columns: 1fr 4fr;
    margin-bottom: 25px;
    align-items: center;
}


input[type="text"],input[type="number"], input[type="password"], textarea, input[type="email"] {
    background-color: #fff;
    width: 100%;
    padding: 9px 10px;
    box-sizing: border-box;
    margin: 5px 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border: 1px solid #ccc;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    resize: none;
}

input[type="submit"] {
    color: #fff;
    background: linear-gradient(to right, rgb(255, 65, 108), rgb(255, 75, 43));
    font-size: 18px;
    border-radius: 7px;
    padding: 10px 30px;
    margin: 40px auto;
    display: block;
    width: fit-content;
    cursor: pointer;
}

textarea {
    height: 120px;
}

select {

    padding: 8px 10px;

    /* margin: 10px; */

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

    -webkit-box-shadow: 1px 2px 3px #eeeeee inset, -1px -2px 3px #eeeeee inset;

    -moz-box-shadow: 1px 2px 3px #eeeeee inset, -1px -2px 3px #eeeeee inset;

    box-shadow: 1px 2px 3px #eeeeee inset, -1px -2px 3px #eeeeee inset;

    color: #333;

    border: 1px solid #ccc;

    outline: none;

    display: inline-block;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    cursor: pointer;

    width: 100%;
}



/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    /* line 94, ../scss/_general.scss */

    select {

        padding-left: 8px;

    }

}

/* line 97, ../scss/_general.scss */

.select-con {

    position: relative;

}



/* line 98, ../scss/_general.scss */

.select-con:after {

    content: '<>';

    font: 12px "Consolas", monospace;

    color: #333;

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    transform: rotate(90deg);

    right: 10px;

    top: 30%;

    padding: 0 0 2px;

    position: absolute;

    pointer-events: none;
}



/* line 112, ../scss/_general.scss */

.select-con:before {

    left: 0px;

    top: 30%;

    width: 20px;

    height: 40%;

    background: #7DC692;

    position: absolute;

}





/* line 66, C:/xampp/htdocs/moodymohsen1/scss/_general.scss */
input[type="text"].empty ,input[type="number"].empty, input[type="password"].empty, textarea.empty {
    background: #f97e76;
}

/* line 69, C:/xampp/htdocs/moodymohsen1/scss/_general.scss */
input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus , input[type="email"]:focus, textarea:focus {
    border: 1px solid #ff435f;
    box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
}


.center-block {
    display: block;
    text-align: center;
    margin: 20px;
}

.md-box {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.24);
    padding: 20px;
    margin: 20px auto;
}

.main-title {
    border-bottom: 2px solid #ff4935;
    margin-bottom: 20px;
    padding-bottom: 13px;
    text-align: center;
    color: #444;
}

/* tutorials-page */

.tutorials-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ac_title {
    background: #ff426b;
    padding: 10px;
    width: calc(100% + 2px);
    position: relative;
    left: -1px;
    background: linear-gradient(to right, rgb(255, 65, 108), rgb(255, 75, 43));
    height: calc(100% + 1px);
    color: #fff;
    bottom: -1px;
    font-weight: 100;
    cursor: pointer;
}

.ac_item {
    margin: 20px;
    margin-left: 0px;
    margin-right: 40px;
    border: 1px solid #ccc;
    border-top: 0px;
    background: #f9f9f9;
}

.ac_content {
    padding: 10px;
    display: none;
    color: #222;
    line-height: 22px;
}

.ac_content img {
    display: block;
    margin: 20px auto;
    border-radius: 8px;
}

.ac_content li {
    list-style: inherit;
    margin-left: 15px;
    margin-bottom: 10px;
}

/* channels-page */

.channels-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 25px;
}

.channels-container section {
}

.channels-container .ac_item {
    margin: 12px 0px;
}
.header img {
    width: 24px;
}

.header img.download-image ,.header img.share-image {

    position: relative;
    top: 10px;
}

.header img.download-image{
    width: 30px;
}

.header {
    position: absolute;
    left: 0px;
    padding: 40px 30px;
    top: 0px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    text-align: center;
    align-items: flex-start;
    right: 0px;
    z-index: 2;
    width: 100%;
    height: auto;
    margin: 0px auto 5px;
    border-top-right-radius: 15px;
    background-image: -webkit-linear-gradient(270deg, #000, transparent 99%, transparent);
    background-image: linear-gradient(180deg, #000, transparent 99%, transparent);
}

.index-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    background: #fff;
    cursor: default;
    max-height: 500px;
    overflow: hidden;
}

.right-column {
    position: relative;
    /* overflow: hidden; */
    height: 500px;
    /*width: 49%;*/
    display: inline-block;
    vertical-align: top;
}

#slideshow{
    height: 100%;
    position: absolute;
    width: 100%;
    overflow: hidden;
}
#slideshow img{
    /* position: absolute; */
    /* top: 0px; */
    /* left: 50%; */
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    min-height: auto;
    height: 100%;
    width: 100%;
    max-width: unset;
}


.header img.site-logo{
    margin: 0px auto;
    width: 120px;
}

.table-display {
    display: table;
    width: 90%;
    max-width: 900px;
    margin: 0px auto;
    padding: 15px 0px;
    min-height: 100vh;
    height: auto;
}

.table-cell-display {
    display: table-cell;
    vertical-align: middle;
}


.delay-2{animation-delay: 0.2s !important;}
.delay-5{animation-delay: 0.5s !important;}
.left-column {
    padding: 8px;
    /* background: #f9f9f9ab; */
    /*width: 50%;*/
    display: inline-block;
    overflow: auto;
    height: 500px;
}

.section-title {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.grid-4 {
    /* display: grid; */
    grid-template-columns: auto auto auto auto;
    text-align: center;
}

.grid-4 a {
    display: inline-block;
    width: 22%;
    margin: 10px 1%;
    vertical-align: top;
}

.grid-4 a img {
    width: 64px;
    height: 64px;
}


.grid-4 a span {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

/*.nicescroll-cursors {
    top: 0px !important;
}
*/
/*div#ascrail2000{
    top:0px !important;
}*/
.nicescroll-cursors {
    opacity: 0.4;
}

.modal-content{
    /*max-width: 600px;*/
    max-height: 80vh;
    overflow: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0 none;
    display: none;
    padding: 20px;
}

.modal-content img {
    border-radius: 4px;
    margin: 12px auto;
    display: block;
    width: 90%;
}

.modal-content .section-title {
    text-align: right;
    border: 1px solid transparent;
    border-bottom-color: #ccc;
    margin-top: 10px;
}




/*#ascrail2001{
    top: 0px !important;
    left: 0px !important;
    right:  580px !important;
}*/

.custombox-modal .nicescroll-rails{
    left: 5px !important;
    top: 0px !important;
}



.embed-container { position: relative; width: 800px; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container video, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


@media screen and (max-width: 850px) {
    body .index-grid {
        grid-template-columns: 1fr;
        max-height: none;
    }

    body .left-column{height: auto;}
    body .right-column{height: 300px;}


    /*body .right-column {
        height: 400px;
    }*/


    body .table-display{
        border-radius: 5px;
    }


}


@media screen and (max-width: 750px) {


    body .grid-4 a{
        width: 30%;
        margin: 10px 1%;
    }

    /*body .right-column {
        height: 300px;
    }

    */

}

.modal-content table {
    width: 100% !important;
}

.share-grid img {
    width: auto !important;
    height: auto !important;
}
