
@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap);
:root {
    --main-color:#20d598;
}
body,
html {
    font-family: Cairo, sans-serif;
    font-weight: 600;
    color: #30354b !important;
    font-size: 14px !important;
    line-height: 1.5;
    letter-spacing: 0;
    height: 100%
}
.border-file {
    border: 1px solid !important;
    border-color: #e1e2e3 !important;
}
.s003 form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
    padding: 0 !important;
}
@media only screen and (min-width: 0) {
    html {
        font-size: .8rem
    }
}

@media only screen and (min-width: 64em) {
    html {
        font-size: 1rem
    }
}

@media only screen and (min-width: 85.375em) {
    html {
        font-size: 1.1rem
    }
}

fieldset,
hr,
p,
pre,
table {
    margin-bottom: 1rem
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-weight: 600;
    line-height: 1.5
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
    color: #30354b
}

.h1+hr,
.h2+hr,
.h3+hr,
h1+hr,
h2+hr,
h3+hr {
    margin-top: -.25rem
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    line-height: 1.5
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
    color: #30354b
}

.h4+hr,
.h5+hr,
.h6+hr,
h4+hr,
h5+hr,
h6+hr {
    margin-top: -.25rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.h1,
h1 {
    font-size: 2.5rem;
    margin: 1.6666666667rem 0 1rem 0
}

.h2,
h2 {
    font-size: 2rem;
    margin: 1.3333333333rem 0 .8rem 0
}

.h3,
h3 {
    font-size: 1.5rem;
    margin: 1rem 0 .6rem 0
}

.h4,
h4 {
    font-size: 1.25rem;
    margin: .625rem 0 .5rem 0;
    font-weight: 600
}

.h5,
h5 {
    font-size: 1rem;
    margin: .5rem 0 .4rem 0;
    font-weight: 600
}

.h6,
h6 {
    font-size: .8rem;
    margin: .4rem 0 .32rem 0;
    font-weight: 400
}

.em,
em {
    font-style: italic
}

.strong,
strong {
    font-weight: 700
}

html[lang=ar] .strong,
html[lang=ar] strong {
    font-weight: 700
}

.small,
small {
    font-size: 75%
}

.extra-light {
    font-weight: 200
}

.light {
    font-weight: 300
}

.regular {
    font-weight: 400
}

.semi-bold {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.black {
    font-weight: 900
}

a {
    transition: color .3s;
    text-decoration: none !important;
    color: #30354b;
    cursor: pointer
}

a:active,
a:focus,
a:hover {
    transition: color 0s;
    color: #20d598
}

hr {
    border-bottom: 1px solid #e9ecef;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1rem 0
}

blockquote {
    border-left: 4px solid #e9ecef;
    color: #30354b;
    font-style: italic;
    margin: 1.5rem 0 1.5rem 0;
    padding-left: 1rem
}

.btn-primary {
    color: #fff !important;
    background-color: #20d598;
    border-color: #20d598
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #20d598;
    border-color: #20d598;
    opacity: .9
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #20d598;
    border-color: #20d598
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 201, 167, .16)
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 201, 167, .16)
}

.btn-secondary {
    border: 1px solid;
    text-align: center;
    background: #fff;
    border-color: #30354b;
    color: #30354b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: unset
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #afafaf;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    box-shadow: unset
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #30354b;
    border-color: #30354b;
    box-shadow: 0 0 0 .1rem rgba(108, 117, 125, .08)
}

.color-primary {
    color: #20d598
}

.color-secondary {
    color: #848484
}

.color-white {
    color: #fff
}

h1.color-primary {
    color: #30354b
}

.input-with-gray .form-control,
.input-with-gray .select2-container {
    padding: 1.1rem .75rem;
    border: none;
    width: 100% !important;
    border-radius: 4px;
    padding-left: 45px;
    background: #f3f4f5;
    box-shadow: none;
    height: 56px
}

.input-with-gray textarea.form-control {
    height: auto
}

.custom-select {
    padding: 1.1rem .75rem;
    border: none;
    width: 100% !important;
    border-radius: 4px;
    background: #f3f4f5;
    box-shadow: none;
    height: 56px
}

.select-with-gray i {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    right: 23px;
    left: auto;
    font-size: 20px;
    color: #a2a9bf;
    font-style: normal;
    cursor: normal;
    pointer-events: none
}

html[lang=ar] .select-with-gray i {
    right: auto;
    left: 23px
}

.input-with-gray i {
    position: absolute;
    top: 28px;
    transform: translateY(-50%);
    left: 10px;
    font-size: 20px;
    color: #a2a9bf;
    font-style: normal;
    cursor: normal;
    pointer-events: none
}

.input-with-gray,
.input-with-icon,
.input-with-shadow {
    position: relative;
    width: 100%
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #20d598
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #20d598
}

.custom-control-label::before {
    background-color: #dee2e682
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 51px;
    padding: 1rem 1.75rem;
    line-height: 1.5;
    content: "Browse";
    background-color: #f9fafa;
    border-left: 1px solid #fff;
    border-radius: 0 .25rem .25rem 0;
    content: "\f382" !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 20px;
    color: #a2a9bf
}

.custom-file,
.custom-file-input,
.custom-file-label {
    height: 54px
}

.custom-file-label {
    padding: .375rem .75rem;
    line-height: 3;
    color: #495057;
    background-color: #f9fafa;
    border: 1px solid #f9fafa
}

.custom-file {
    margin-bottom: 1rem
}

html[dir=rtl],
html[dir=rtl] body {
    font-family: Cairo, sans-serif;
    text-align: right
}

html[dir=rtl] .carbon-img {
    float: right
}

html[dir=rtl] #carbonads {
    padding: 15px 15px 15px 15px
}

html[dir=rtl] .highlight {
    text-align: left
}

html[dir=rtl] .input-with-gray .form-control,
html[dir=rtl] .input-with-gray .select2-container {
    padding-right: 45px;
    padding-left: auto
}

html[dir=rtl] .input-with-gray i {
    right: 10px;
    left: auto
}

html[dir=rtl] .custom-control {
    padding-right: 1.5rem;
    padding-left: unset
}

html[dir=rtl] .custom-control-label::before {
    right: 0;
    left: auto
}

html[dir=rtl] .custom-control-label::after {
    right: 0;
    left: auto
}

html[dir=rtl] .custom-file-label::after {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 51px;
    padding: 1rem 1.75rem;
    line-height: 1.5;
    background-color: #f9fafa;
    border-left: 0 solid #fff;
    border-right: 1px solid #fff;
    border-radius: 0 0 .25rem .25rem;
    content: "\f382" !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 20px;
    color: #a2a9bf
}

html[dir=rtl] .select-with-gray i {
    position: absolute;
    top: 67%;
    transform: translateY(-50%);
    left: 15px;
    right: auto;
    font-size: 20px;
    color: #a2a9bf;
    font-style: normal;
    cursor: normal;
    z-index: 222222 !important;
    pointer-events: none
}

section.cart {
    min-height: 80%
}

.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
    min-height: 80%
}

footer .container-fluid {
    min-height: unset
}

.hero-header .container-fluid {
    min-height: unset;
    position: relative;

}

header .container-fluid {
    min-height: unset
}

.container.mt-50.mb-50 {
    min-height: 80%
}

.p-0 {
    padding: 0 !important
}

.m-0 {
    margin: 0 !important
}

.mt-50 {
    margin-top: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.pt-50 {
    padding-top: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.mt-70 {
    margin-top: 70px
}

.mb-70 {
    margin-bottom: 70px
}

.p-150 {
    padding: 150px
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/loader.gif) center no-repeat #fff;
    opacity: 1
}

header {
    background: #fff
}

header .bg-light {
    background-color: #fff !important
}

.logo {
    max-width: 140px;
    margin-top: -4px
}

html[lang=ar] .logo {
    margin-top: auto;
    max-height: 50px;
}

header .navbar-light .navbar-nav .nav-link {
    color: #30354b;
    font-size: 13px;
    line-height: 50px
}

header .navbar-light .navbar-nav .nav-link.color-primary {
    color: #20d598
}

header .navbar-light .navbar-nav.home-pages-list li a.nav-link:hover {
    color: #20d598
}

header .nav-link i,header .nav-link svg {
    margin-left: 5px
}

header .dropdown-item {
    font-size: 12px
}

header .dropdown-item i {
    margin-right: 5px
}

.owl-section-category {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .06);
    position: relative;
    height: 70px;
    overflow: hidden
}

html[lang=ar] .owl-section-category {
    direction: ltr
}

.owl-section-category .owl-nav {
    position: relative;
    width: 100%;
    top: -70px
}

.owl-section-category .owl-nav span {
    font-size: 37px
}

.owl-section-category .owl-nav .owl-prev {
    position: absolute;
    left: -30px
}

.owl-section-category .owl-nav .owl-next {
    position: absolute;
    right: -30px
}

.owl-section-category .item {
    line-height: 70px;
    padding: 0 10px;
    transition: all .5s
}

.owl-section-category .item:hover {
    background: #f5f5f5
}

.owl-section-category .item a {
    height: 70px;
    display: block;
    color: #5d5c5c;
    font-weight: 600;
    text-align: center
}

.owl-section-category .item:hover span {
    color: #20d598
}

.owl-carousel .owl-stage {
    margin: 0 auto
}

.owl-carousel .owl-nav button.owl-prev {
    margin-left: 5px;
    margin-top: 4px
}

.owl-carousel .owl-nav button.owl-next {
    margin-right: 24px;
    margin-top: 4px
}

.login-pop-form {
    max-width: 500px
}

.modal-header {
    border: none;
    padding-bottom: 0
}

.modal-header-title {
    text-align: center;
    margin: 0 0 1em 0;
    font-size: 42px
}

.social-login {
    margin-bottom: 0;
    width: 100%;
    position: relative;
    display: table
}

.social-login ul {
    margin: 0;
    padding: 0
}

.social-login ul li a {
    width: 100%;
    padding: 10px 0
}

.social-login li {
    margin-bottom: 1.5rem;
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 10px
}

.social-login li i {
    margin-right: 7px
}

html[lang=ar] .social-login li i {
    margin-right: unset;
    margin-left: 7px
}

.modal-footer {
    background: #eceef3;
    padding: 1.2rem 2rem
}

.modal-footer a {
    padding-left: 5px
}

.modal-footer i {
    margin-right: 7px
}

html[lang=ar] .modal-footer i {
    margin-right: unset;
    margin-left: 7px
}

.modal-footer .mf-link {
    flex: 1
}

.btn.connect-fb {
    color: #fff;
    background: #2c58b5;
    border: 2px solid #2c58b5;
    transition: ease .4s;
    border-radius: 2px
}

.btn.connect-fb:focus,
.btn.connect-fb:hover {
    color: #fff;
    background: #204aa2
}

.btn.connect-twitter {
    color: #fff;
    background: #0aa1d8;
    transition: ease .4s;
    border: 2px solid #0aa1d8;
    border-radius: 3px
}

.btn.connect-twitter:focus,
.btn.connect-twitter:hover {
    color: #fff;
    background: #1297c7
}

.pop-login {
    margin-top: 8px;
    border-radius: 4px
}

img.img-fluid.img-circle.avater-30 {
    max-width: 50px
}

.devide-wrap {
    display: table;
    max-width: 300px;
    margin: 1em auto;
    text-align: center
}

.devide-wrap span {
    width: 30px;
    height: 30px;
    background: #f3f4f5;
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%
}

.login-form {
    padding: 0 1.2rem 1.5rem
}

.jumbo-banner {
    background: #30354b;
    background-position: center;
    background-size: cover;
    position: relative
}

.hero-header {
    padding: 5em 0;
    height: 50vh;
    min-height: 580px
}

.hero-header.landingpage-home {
    background: url(../img/image-jumbo-banner.webp);
    background-position: center;
    background-size: cover
}

.hero-header {
    background-position: center;
    background-size: cover
}

.verticle-center {
    text-align: center
}

.hero-header {
    margin: 0;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    overflow: hidden
}

.landingpage .img-logo {
    max-width: 400px;
    margin: 0 auto
}

[data-overlay] {
    position: relative
}

[data-overlay]:before {
    position: absolute;
    content: '';
    background: #101010;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

[data-overlay="1"]:before {
    opacity: .1
}

[data-overlay="2"]:before {
    opacity: .2
}

[data-overlay="3"]:before {
    opacity: .3
}

[data-overlay="4"]:before {
    opacity: .4
}

[data-overlay="5"]:before {
    opacity: .5
}

[data-overlay="6"]:before {
    opacity: .6
}

[data-overlay="7"]:before {
    opacity: .7
}

[data-overlay="8"]:before {
    opacity: .8
}

[data-overlay="9"]:before {
    opacity: .9
}

.hero-header h1 {
    font-size: 4.142em;
    line-height: 1.11818182em;
    color: #fff
}

.hero-header .lead {
    font-size: 20px;
    color: #fff
}

.landingpage .featured-keyword {
    text-align: center
}

.landingpage .lead {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    font-size: 37px;
    font-weight: 400;
    text-transform: capitalize
}

.category-header {
    padding: 80px 0 80px 0
}

.category-header h1,
.category-header p {
    color: #fff
}

.search-header {
    padding: 30px 0 30px 0
}

.search-header h1,
.search-header p {
    color: #fff
}

#videoBG {
    position: absolute;
    width: 100%;
    z-index: -1
}

.search-big-form {
    margin-top: 1rem
}

.search-big-form .form-group {
    margin: 0;
    position: relative
}

.search-big-form .form-group i {
    color: #767676;
    line-height: 55px;
    font-size: 20px
}

.search-big-form .form-control {
    height: 55px !important;
    border-radius: 5px;
    padding-top: .6rem;
    padding-bottom: .6rem;
    padding-left: 45px;
    border: none
}

.search-big-form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2)
}

.search-big-form .btn {
    background: 0 0;
    height: 55px !important;
    position: absolute;
    top: 0;
    width: 50px;
    padding: 0;
    left: 0
}

.featured-keyword {
    display: table;
    width: 100%;
    margin-top: 1rem
}

.featured-keyword ul {
    margin: 0;
    padding: 0
}

.featured-keyword ul li {
    margin-right: 3px;
    list-style: none;
    display: inline-block;
    color: #fff
}

.featured-keyword ul li a {
    color: #fff;
    font-size: 13px;
    transition: all .4s
}

.featured-keyword ul li a:hover {
    color: #dcdcdc
}

.landingpage .search-big-form .dropdown {
    position: absolute;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    height: 55px;
    border-left: 1px solid #dcdcdc;
    top: 0
}

.landingpage .seach-big-form .dropdown {
    position: absolute
}

.landingpage .search-big-form .dropdown a {
    color: #5f6d79;
    padding: 0 1.5rem
}

.landingpage .search-big-form .dropdown i {
    padding-right: 5px
}

.search-big-form .search-panel.dropdown .dropdown-menu.show li {
    text-align: center
}

.landingpage .search-big-form .dropdown .dropdown-item i {
    line-height: normal;
    font-size: 16px;
    padding-right: 5px;
    padding-left: 0
}

.search-big-form .search-panel.dropdown .btn {
    position: relative;
    background: 0 0;
    top: auto;
    width: 100%;
    left: auto;
    padding: 0 1.5rem;
    color: #5f6d79
}

.search-big-form .search-panel.dropdown .dropdown-menu.show {
    width: 100%;
    left: auto !important;
    right: 0
}

.card-category {
    margin-bottom: 6px;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
    box-shadow: unset;
    border-radius: 5px
}

.card-category:nth-child(3n+1) {
    clear: left
}

.card-category .hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all .4s
}

.card-category img {
    position: absolute;
    transition: all .5s
}

.card-category .hover-content {
    position: relative;
    z-index: 99
}

.card-category img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.card-category .hover-overlay {
    background: rgba(0, 0, 0, .2);
    z-index: 90
}

.card-category-title {
    left: 50%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: inherit;
    z-index: 99;
    color: #fff;
    text-shadow: 1px 1px 1em rgba(0, 0, 0, .38)
}

.card-category:hover::after {
    opacity: 1;
    transform: none
}

.card-category:hover .card-category-description {
    opacity: 1;
    transform: none
}

.card-category:hover .hover-overlay {
    background: rgba(0, 0, 0, 0)
}

.center-row-section.row {
    margin-right: -3px;
    margin-left: -3px
}

.center-row-section .pd-l-r--3 {
    padding-right: 3px;
    padding-left: 3px
}

.cities-category {
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding-bottom: 120%;
    box-shadow: inset 0 0 0 1px rgba(12, 18, 28, .12);
    border-radius: 5px;
    background-position: center
}

.cities-category .hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all .4s
}

.cities-category img {
    position: absolute;
    transition: all .5s
}

.cities-category .hover-content {
    position: relative;
    z-index: 99
}

.cities-category img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.cities-category .hover-overlay {
    background: rgba(0, 0, 0, .2);
    z-index: 90
}

.cities-category-title {
    font-size: 18px;
    margin-top: 10px
}

.cities-category:hover::after {
    opacity: 1;
    transform: none
}

.cities-category:hover .card-category-description {
    opacity: 1;
    transform: none
}

.cities-category:hover .hover-overlay {
    background: rgba(0, 0, 0, 0)
}

.trending-searches {
    background: #f5f5f5
}

.trending-searches .btn-outline-light {
    margin: 3px 3px 6px 3px;
    background: #fff;
    padding: 10px 20px;
    color: #848484
}

.trending-searches .btn-outline-light:hover {
    color: #fff;
    background: #20d598
}

.newsletter {
    padding: 3rem 0;
    background: #20d598
}

.newsletter .form-control {
    height: 65px;
    border: none;
    border-radius: 4px 0 0 4px
}

.newsletter .btn-black {
    background: #30354b;
    height: 65px;
    padding: 1rem 2rem;
    border-radius: 0 4px 4px 0;
    color: #fff;
    border: 1px solid #30354b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3rem;
}

html[lang=ar] .newsletter .form-control {
    border-radius: 0 4px 4px 0
}

.masonry {
    display: grid;
    grid-template-columns: repeat(1, minmax(100px, 1fr));
    grid-gap: 10px;
    grid-auto-rows: 0;
    padding-bottom: 400px;
    transition: max-height 1s
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-150 {
        padding: 50px
    }

    .masonry {
        grid-template-columns: repeat(2, minmax(100px, 1fr))
    }
}

@media only screen and (min-width: 1024px) {
    .masonry {
        grid-template-columns: repeat(3, minmax(100px, 1fr))
    }
}

.masonry-content,
.masonry-item {
    border-radius: 4px;
    overflow: hidden
}

.masonry-item {
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .3));
    transition: filter .25s ease-in-out
}

.masonry-item:hover {
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .3))
}

.tabnavphoto {
    background: #20d598
}

.tabnavphoto li {
    padding: 5px 0;
    color: #fff;
    transition: all .5s
}

.tabnavphoto li a {
    color: #fff
}

.tabnavphoto li:hover {
    background: #40d8c4
}

body.image .search-photo {
    display: none
}

.search-photo {
    background-color: #fff;
    box-shadow: unset;
    padding-bottom: 25px
}

.search-photo .input-group {
    position: relative
}

.search-photo .form-control {
    background-color: #fff;
    border: 1px solid rgba(12, 18, 28, .38);
    border-radius: 8px !important;
    box-shadow: 0 2px 4px 0 rgba(12, 18, 28, .12);
    height: 50px;
    position: relative
}

.search-photo .btn {
    position: absolute;
    right: 0;
    padding: .5rem .75rem;
    height: 50px;
    text-shadow: 0 0 4px rgba(0, 0, 0, .38);
    border-radius: 0 8px 8px 0;
    border: none;
    color: #fff;
    background: #20d598;
    width: 60px
}

html[lang=ar] .search-photo .btn {
    right: auto;
    left: 0;
    border-radius: 8px 0 0 8px
}

.btn-download-noactive {
    color: #656565;
    border-color: #fff;
    background: #ddd
}

.btn-download {
    background: #20d598;
    font-weight: 700;
    color: #fff
}

.btn-download:hover {
    color: #fff;
    background: #30354b
}

.license {
    font-size: 13px
}

.license i {
    margin-right: 5px;
    color: #20d598;
    font-size: 18px
}

html[lang=ar] .license i {
    margin-right: 0;
    margin-left: 5px
}

.select-size .btn-outline-secondary {
    color: #848484;
    border-color: #ddd
}

.select-size .btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #20d598;
    background-color: #e5f9f6;
    border-color: #20d598
}

.view-photo .btn-outline-secondary,
.view-video .btn-outline-secondary {
    color: #848484;
    border-color: #ddd
}

.view-photo .btn-outline-secondary:not(:disabled):not(.disabled).active,
.view-video .btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #20d598;
    background-color: #e5f9f6;
    border-color: #20d598
}

.photo {
    border: 0 solid rgba(12, 18, 28, .12)
}

.photo img {
    max-width: 100%;
    max-height: 450px
}

.images-box {
    border: 1px solid rgba(12, 18, 28, .12)
}

.view-video video {
    border: 1px solid rgba(12, 18, 28, .12)
}

.btn-outline-secondary:hover {
    background-color: #cacdd2;
    border-color: #cacdd2
}

.view-photo .btn-outline-secondary:hover,
.view-video .btn-outline-secondary:hover {
    background-color: #f5f5f5
}

.view-photo .like-share .btn,
.view-video .like-share .btn {
    background: #ddd;
    color: #282b30
}

.view-photo .like-share .btn:hover,
.view-video .like-share .btn:hover {
    background: #20d598;
    color: #fff
}

.view-photo .published,
.view-video .published {
    font-size: 12px
}

.view-photo .category,
.view-video .category {
    color: #20d598 !important;
    background-color: #e5f9f6;
    border-color: #fff
}

.categories-related {
    padding: 3px 0
}

.publish-title {
    border-bottom: 1px solid rgba(12, 18, 28, .12)
}

.border-around {
    border: 1px solid rgba(12, 18, 28, .12)
}

#moretag {
    display: none
}

.related-keywords #toggle {
    box-shadow: none;
    color: #20d598;
    font-size: 14px;
    padding: 0 8px;
    background: 0 0;
    border: none;
    cursor: pointer
}

button:focus {
    outline: unset
}

.related-keywords .btn-outline-secondary {
    color: #22252a;
    border-color: #e2e2e3;
    margin-right: .25rem
}

.card-photo {
    background-size: cover;
    overflow: hidden;
    position: relative;
    transition: .3s
}

.flex-images {
    overflow: hidden
}

.flex-images .item {
    float: left;
    margin: 2.5px 3px;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

html[lang=ar] .flex-images .item {
    float: right
}

.card-photo .hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 100%);
    opacity: 0;
    transition: .4s
}

.card-photo .hover-content {
    position: relative;
    z-index: 99
}

.card-photo-content {
    opacity: 0;
    color: #fff
}

.card-photo-title {
    padding: 0 10px;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    font-size: 1rem;
    font-weight: 600;
    z-index: 3;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

.card-photo-content .icon {
    bottom: 5px;
    z-index: 3;
    right: 0;
    width: 100%;
    transform: translate(0, 10%);
    height: 50px;
    position: absolute;
    text-shadow: 1px 1px 1em rgba(0, 0, 0, .38)
}

.icon-similar,
.icon_save {
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 3px 10px;
    width: auto
}

.card-photo-content span {
    display: block;
    text-align: center;
    font-size: 12px
}

.card-photo-content span i {
    font-size: 1.3rem
}

.card-photo-content span i.active {
    color: #20d598
}

.card-photo .hover:hover .card-photo-content {
    opacity: 1
}

.card-photo:hover::after {
    opacity: 1;
    transform: none
}

.card-photo .hover-overlay:hover {
    opacity: 1
}

.breadcrumb-bar {
    background: 0 0
}

.breadcrumb-bar .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 12px
}

.breadcrumb-bar .breadcrumb a {
    color: #fff
}

.breadcrumb-bar .breadcrumb>.active {
    color: #e2fffa
}

.breadcrumb-bar .breadcrumb>li+li:before {
    color: #fff
}

.account header {
    box-shadow: 0 1px 5px #dadada
}

.account .border-menu {
    border-left: 1px solid rgba(12, 18, 28, .12)
}

html[lang=ar] .account .border-menu {
    border-left: 0 solid rgba(12, 18, 28, .12);
    border-right: 1px solid rgba(12, 18, 28, .12)
}

.account .nav-pills .nav-link {
    border-radius: 0;
    display: flex;
    padding: .58rem 1rem;
    margin-bottom: 1rem
}

header .nav-item .account .bs-canvas-content.nav-pills .nav-link {
    line-height: unset
}

.account .nav-link i {
    font-size: 20px;
    width: 20px
}

.account .collections .nav-link i {
    font-size: 1.2rem
}

.account .nav-link {
    transition: all .3s;
    color: #212121;
    font-size: 1.1rem
}

.account .nav-link:hover {
    background: #f3f4f5
}

.account .collections .nav-link.active {
    border-bottom: 2px solid #20d598
}

.account .collections p {
    color: rgba(12, 18, 28, .6)
}

.account .nav-pills .nav-link span {
    width: 40px;
    display: flex;
    margin-right: 12px;
    text-align: center
}

.account .card-category-title {
    line-height: 25px
}

.acount-title {
    padding: 0 .58rem 1rem;
    font-weight: 400;
    color: rgba(12, 18, 28, .6);
    font-size: 1.1rem
}

.collection-model .modal-dialog {
    max-width: 800px
}

.collection-model .image-card {
    text-align: center
}

.create-collection .form-group {
    position: relative
}

.create-collection .form-control {
    height: 55px;
    border-radius: 5px;
    font-size: 13px;
    box-shadow: none;
    padding: .5rem .75rem;
    border: 1px solid #e8e8e8;
    background-clip: initial
}

.create-collection .form-group .btn {
    position: absolute;
    top: 11px;
    right: 9px;
    font-size: 13px
}

.collection-model .content {
    border-left: 1px solid rgba(12, 18, 28, .12)
}

.collection-model .content ul {
    width: 100%;
    height: auto;
    overflow: auto;
    border-top: 1px solid #e9ecef
}

.collection-model .content li {
    color: rgba(12, 18, 28, .6);
    padding: 8px 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #e9ecef
}

.collection-model .content li:hover {
    background: #ccc
}

.card {
    border: 1px solid rgba(12, 18, 28, .12);
    padding: 20px 5px;
    border-radius: 5px;
    flex-direction: unset;
    margin: 0
}

.card .media img {
    width: 100%
}

.card li.media img {
    width: auto
}

li.media {
    margin-bottom: 1rem
}

header .cart {
    position: relative
}

header .badge {
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 1.3;
    padding: .25em .4em;
    font-size: 75%;
    padding: .25em .4em;
    font-size: 75%
}

.cart .in-cart .delete-photo {
    background: #f2f2f2;
    color: #888
}

.cart .price {
    font-size: 20px;
    color: #20d598;
    font-weight: 700;
    float: right;
    margin-bottom: 0 !important
}

.cart .price span {
    float: right
}

html[lang=ar] .cart .price span {
    float: left
}

html[lang=ar] .cart .price {
    float: left
}

.summary p {
    margin-bottom: 5px
}

.summary .price {
    text-align: right
}

.summary .btn {
    padding-top: .7rem;
    padding-bottom: .7rem
}

.badge-info {
    color: #fff;
    background-color: #20d598
}

.summary-card {
    border: 1px solid rgba(12, 18, 28, .12);
    padding: 20px;
    border-radius: 5px
}

.summary .btn-primary {
    color: #fff;
    background-color: #20d598;
    border-color: #20d598
}

.navbar-light .navbar-nav .nav-link.cart:focus,
.navbar-light .navbar-nav .nav-link.cart:hover {
    color: #20d598
}

.card-video {
    overflow: hidden;
    position: relative
}

.card-video img,
.card-video video {
    width: 100%;
    height: 100%
}

.banner-footer {
    text-align: center;
    background: url(../img/banner-footer-bg.webp);
    background-size: cover;
    padding: 90px 0 100px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center
}

.videofile-information b {
    padding: 0 5px
}

.subscribe .media {
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.plan-option-select {
    transition: all .25s linear;
    border: 1px solid #eee;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 15px;
    padding: 6rem 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    margin-left: 0;
    margin-right: 0
}

.plan-option:hover .plan-option-select {
    background: #f9f9f9
}

.plan-option.active .plan-option-select {
    background: #eee
}

.plan-option .plan-option-select p {
    padding: 0;
    margin: 0
}

.bold-text {
    font-weight: 700;
    padding-bottom: 2rem
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    padding: 5px 10px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    background: #20d598;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity .2s ease-out;
    opacity: 0
}

#back-to-top:hover {
    background: #1fd698
}

#back-to-top.show {
    opacity: 1
}

.loading_dispaly {
    display: none
}

.loading_overlay {
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.video_progress_bar {
    display: inline-block;
    height: 50px;
    position: relative;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 50px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.white_stroke {
    stroke: #fff;
    stroke-width: 3.5px
}

.video_progress_bar .progress_path {
    fill: none;
    -webkit-animation: video_progress_bar-animate-dash 1.5s ease-in-out infinite;
    animation: video_progress_bar-animate-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 1.25, 250;
    stroke-dashoffset: 0
}

@-webkit-keyframes video_progress_bar-animate-dash {
    0% {
        stroke-dasharray: 1.25, 250;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 111.25, 250;
        stroke-dashoffset: -43.75
    }

    to {
        stroke-dasharray: 111.25, 250;
        stroke-dashoffset: -155
    }
}

@keyframes video_progress_bar-animate-dash {
    0% {
        stroke-dasharray: 1.25, 250;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 111.25, 250;
        stroke-dashoffset: -43.75
    }

    to {
        stroke-dasharray: 111.25, 250;
        stroke-dashoffset: -155
    }
}

.card-video {
    position: relative;
    width: 100%;
    height: 100%
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
    width: 100%
}

.flex-images .over:hover {
    cursor: pointer
}

.flex-images .over {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    padding: 10px 0;
    font-size: 1rem;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    z-index: 9
}

.over .icon {
    opacity: 0
}

.flex-images .over:hover .icon {
    opacity: 1
}

.over p {
    opacity: 0
}

.flex-images .over:hover p {
    opacity: 1
}

.flex-images .over p {
    margin-bottom: 0;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-weight: 600
}

.flex-images .over a {
    padding: 10px 10px;
    position: absolute;
    top: 0;
    font-size: 1rem;
    font-weight: 600;
    z-index: 3;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

.video-item.item .icon {
    z-index: 9;
    opacity: 0;
    width: fit-content;
    background: unset
}

.flex-images .video-item.item .over:hover {
    background: linear-gradient(0deg, rgba(12, 18, 28, .38), rgba(12, 18, 28, .12), rgba(12, 18, 28, .38))
}

.video-item.item:hover .icon {
    opacity: 1
}

.video-item.item .over p {
    opacity: 0;
    color: #fff;
    padding: 0 10px;
}

.video-item.item:hover .over p {
    opacity: 1
}

.item .icon {
    bottom: 6.5px;
    z-index: 3;
    left: 0;
    width: 100%;
    transform: translate(0, 10%);
    height: 50px;
    position: absolute;
    text-shadow: 1px 1px 1em rgba(0, 0, 0, .38);
    background: linear-gradient(to top, rgba(0, 0, 0, .36) 0, rgba(0, 0, 0, 0) 100%)
}

.over:hover .icon {
    display: block
}

.item .icon-similar,
.item .icon_save {
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 3px 10px;
    width: auto;
    cursor: pointer
}

.item .icon-similar span,
.item .icon_save span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px
}

.item .icon-similar span i,
.item .icon_save span i {
    font-size: 1.3rem
}

.btn.focus,
.btn:focus {
    box-shadow: unset
}

.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px
}

.choices:focus {
    outline: 0
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.choices.is-disabled .choices__item {
    cursor: not-allowed
}

.choices[data-type*=select-one] {
    cursor: pointer;
    height: 100%
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0
}

.choices[data-type*=select-one] .choices__button {
    background-image: url(../icons/cross-inverse.svg);
    padding: 0;
    background-size: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
    opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
    box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none
}

.choices[data-type*=select-one].is-open:after {
    border-color: transparent transparent #333 transparent
}

.choices[data-type*=select-one][dir=rtl]:after {
    left: 11.5px;
    right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
    cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(../icons/cross.svg);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
    opacity: 1
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #b7b7b7
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%
}

[dir=rtl] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px
}

.choices__list--single .choices__item {
    width: 100%
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #fff;
    word-break: break-all
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191
}

.choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all
}

.choices__list--dropdown.is-active {
    display: block
}

.is-open .choices__list--dropdown {
    border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px
}

[dir=rtl] .choices__list--dropdown .choices__item {
    text-align: right
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px
    }

    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.choices__button:focus {
    outline: 0
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px
}

.choices__input:focus {
    outline: 0
}

[dir=rtl] .choices__input {
    padding-right: 2px;
    padding-left: 0
}

.choices__placeholder {
    opacity: .5
}

* {
    box-sizing: border-box
}

.s003 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Cairo, sans-serif;
    padding: 15px 0
}

.s003 form {
    width: 100%;
    margin-bottom: 0
}

.s003 form .inner-form {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
    border-radius: 3px
}

.s003 form .inner-form:focus {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2)
}

.s003 form .inner-form:focus-within {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2)
}

.s003 form .inner-form .input-field {
    height: 64px
}

.s003 form .inner-form .input-field input {
    height: 100%;
    background: 0 0;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    color: #555
}

html[lang=ar] .s003 form .inner-form .input-field input {
    font-family: Cairo, sans-serif
}

.s003 form .inner-form .input-field input.placeholder {
    color: #888;
    font-size: 16px
}

.s003 form .inner-form .input-field input:-moz-placeholder {
    color: #888;
    font-size: 16px
}

.s003 form .inner-form .input-field input::-webkit-input-placeholder {
    color: #888;
    font-size: 16px
}

.s003 form .inner-form .input-field input:focus,
.s003 form .inner-form .input-field input:hover {
    box-shadow: none;
    outline: 0;
    border-color: #fff
}

html[lang=ar] .s003 form .inner-form .input-field.first-wrap {
    font-family: Cairo, sans-serif;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.s003 form .inner-form .input-field.first-wrap {
    width: 150px;
    border-left: 0 solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.s003 form .inner-form .input-field.first-wrap .input-select {
    height: 100%
}

.s003 form .inner-form .input-field.first-wrap .choices__inner {
    background: 0 0;
    border-radius: 0;
    border: 0;
    height: 100%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px
}

.s003 form .inner-form .input-field.first-wrap .choices__inner .choices__list.choices__list--single {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.s003 form .inner-form .input-field.first-wrap .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    opacity: 1;
    color: #888
}

.s003 form .inner-form .input-field.first-wrap .choices__inner .choices__list--single .choices__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #555
}

.s003 form .inner-form .input-field.first-wrap .choices[data-type*=select-one]:after {
    right: 30px;
    border-color: #555 transparent transparent transparent
}

html[lang=ar] .s003 form .inner-form .input-field.first-wrap .choices[data-type*=select-one]:after {
    left: 30px;
    right: auto;
    margin-top: 0;
}

.s003 form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown {
    border: 0;
    background: #fff;
    padding: 20px;
    margin-top: 2px;
    border-radius: 4px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15)
}

html[lang=ar] .s003 form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown {
    padding: 20px 30px
}

.s003 form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown .choices__item--selectable {
    padding-right: 2px
}

.s003 form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background: #fff;
    color: #20d598
}

.s003 form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item {
    color: #555;
    min-height: 24px
}

.s003 form .inner-form .input-field.second-wrap {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.s003 form .inner-form .input-field.third-wrap {
    width: 74px
}

.s003 form .inner-form .input-field.third-wrap .btn-search {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    color: #fff;
    border: 0;
    font-size: 24px;
    cursor: pointer;
    background: #20d598;
    transition: all .2s ease-out, color .2s ease-out;
    border-radius: 0 3px 3px 0
}

html[lang=ar] .s003 form .inner-form .input-field.third-wrap .btn-search {
    border-radius: 3px 0 0 3px
}

.s003 form .inner-form .input-field.third-wrap .btn-search svg {
    width: 16px
}

.s003 form .inner-form .input-field.third-wrap .btn-search:hover {
    opacity: .8
}

.s003 form .inner-form .input-field.third-wrap .btn-search:focus {
    outline: 0;
    box-shadow: none
}

@media screen and (min-width: 992px) {
    .account .border-menu {
        min-height: 700px
    }

    header .navbar-light .navbar-nav.home-pages-list li a.nav-link {
        line-height: 15px;
        background: #eee;
        margin: 0 5px;
        border-radius: 15px;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media screen and (max-width: 992px) {
    .p-150 {
        padding: 50px
    }

    .s003 form .inner-form .input-field {
        height: 50px
    }
}

@media screen and (max-width: 767px) {
    h5.btn-block.no-result.no-result-mg {
        text-align: center
    }

    html[lang=ar] .account .border-menu {
        border-left: 0 solid rgba(12, 18, 28, .12);
        border-right: 0 solid rgba(12, 18, 28, .12)
    }

    .banner-footer {
        background-attachment: unset
    }

    .flex-images .video-item.item .over {
        background: linear-gradient(0deg, rgba(12, 18, 28, .38), rgba(12, 18, 28, .12), rgba(12, 18, 28, .38))
    }

    .video-item.item .over p {
        opacity: 1
    }

    .video-item.item .icon {
        opacity: 1
    }

    .item .icon {
        bottom: 0
    }

    .item .icon-similar span,
    .item .icon_save span {
        font-size: 10px
    }

    .item .icon-similar,
    .item .icon_save {
        padding: 3px 5px
    }

    .card-photo .hover-overlay {
        opacity: 1
    }

    .card-photo-content {
        opacity: 1
    }

    .category-header,
    .search-header {
        margin-top: 15px
    }

    header .badge {
        left: 20px;
        top: 9px
    }

    html[lang=ar] header .badge {
        left: auto;
        right: 20px;
        top: 9px
    }

    .hero-header.landingpage-video {
        background: url(../img/bk-slide-mobile.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }

    body .search-photo .s003 form .inner-form {
        background-color: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 3px !important;
        box-shadow: unset;
        height: auto;
        position: relative
    }

    body .search-photo .s003 form .inner-form .input-field.first-wrap {
        border: 1px solid #eee !important
    }

    body .search-photo .s003 form .inner-form .input-field.third-wrap {
        width: 100%
    }

    body .search-photo .s003 form .inner-form .input-field.third-wrap .btn-search {
        border-radius: 4px
    }

    .search-photo {
        padding-bottom: unset;
        padding-top: 25px
    }

    body .s003 form .inner-form .input-field.first-wrap {
        border: 1px solid rgba(0, 0, 0, .1)
    }

    body .hero-header.h-60vh {
        height: 90vh;
        min-height: 90vh
    }

    body,
    html {
        height: 100%;
        font-size: 12px !important
    }

    body .landingpage .lead {
        font-size: 20px
    }

    .p-150 {
        padding: 0
    }

    .card .media img {
        margin-bottom: 1rem
    }

    .search-photo .btn {
        width: 40px
    }

    .account .nav-pills.nav-a-d-none-xs .dropdown-divider {
        display: none
    }

    .navbar {
        padding: 1rem 0
    }

    body .bs-canvas {
        width: 270px
    }

    h4.acount-title a.nav-link.pull-bs-canvas-right {
        float: right;
        right: 1rem;
        position: absolute;
        padding: 0 1rem
    }

    html[lang=ar] h4.acount-title a.nav-link.pull-bs-canvas-right {
        float: left;
        right: auto;
        left: 1rem;
        position: absolute;
        padding: 0 1rem
    }

    .nav-pills h4.acount-title {
        display: flex;
        border-bottom: 1px solid #eee
    }

    .nav.flex-column.nav-pills {
        padding-bottom: 0
    }

    .account .nav-pills.nav-a-d-none-xs a.nav-link {
        display: none
    }

    div#navbarSupportedContent {
        border-top: 1px solid #eee;
        margin-top: 10px
    }

    header .navbar-light .navbar-nav .nav-link {
        line-height: unset
    }

    .account .border-menu {
        border-left: 0 solid rgba(12, 18, 28, .12)
    }

    .col-12.border-around {
        border: 0 solid rgba(12, 18, 28, .12)
    }

    .s003 form .inner-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px
    }
    

    .s003 form .inner-form .input-field {
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .s003 form .inner-form .input-field input {
        padding: 10px 15px
    }

    .s003 form .inner-form .input-field.first-wrap {
        width: 100%;
        border-left: 0;
        margin-bottom: 0
    }

    .s003 form .inner-form .input-field.first-wrap .choices__inner {
        padding: 10px 15px
    }

    .s003 form .inner-form .input-field.first-wrap .choices[data-type*=select-one]:after {
        right: 11.5px;
        border-color: #555 transparent transparent transparent
    }

    html[lang=ar] .s003 form .inner-form .input-field.first-wrap .choices[data-type*=select-one]:after {
        left: 11.5px;
        right: auto;
        margin-top: 0;
    }

    .s003 form .inner-form .input-field.second-wrap {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .s003 form .inner-form .input-field.second-wrap input {
        border: 1px solid rgba(255, 255, 255, .3)
    }

    .s003 form .inner-form .input-field.third-wrap {
        width: 100%;
        margin-bottom: 0
    }

    .s003 form .inner-form .input-field.third-wrap .btn-search {
        height: 100%;
        width: 100%;
        white-space: nowrap;
        color: #fff;
        border: 0;
        font-size: 20px;
        cursor: pointer;
        background: #20d598;
        transition: all .2s ease-out, color .2s ease-out;
        border-radius: 4px
    }

    .s003 form .inner-form .input-field {
        height: 40px
    }
}

footer {
    background: #30354b;
    padding-top: 70px;
    padding-top: 4rem
}

footer .footer-bottom {
    background: #191919;
    padding: 15px 0;
    border-top: none
}

footer ul.footer-bottom-social li {
    display: inline-block;
    list-style: none;
    margin-top: 0
}

footer ul.footer-bottom-social li a {
    color: rgba(255, 255, 255, .6)
}

footer p {
    color: rgba(255, 255, 255, .6)
}

html[lang=ar] .list-inline-item:not(:last-child) {
    margin-left: 1.5rem
}

html[lang=en] .list-inline-item:not(:last-child) {
    margin-right: 1.5rem
}

img.logo-footer {
    width: 140px
}

.footer-copyright {
    overflow: hidden;
    color: #fff;
    background-color: #262a3c;
    margin-top: 2rem
}

footer h5 {
    color: #fff
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: unset
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #20d598
}

td .form-group.custom-control.custom-radio {
    position: absolute;
    right: 0;
    left: 0;
    width: 97%
}

.custom-control-label {
    position: unset
}

td .form-group.custom-control.custom-radio .custom-control-label {
    position: absolute;
    margin-bottom: 0;
    vertical-align: top;
    height: 100%;
    right: 0;
    left: 40px;
    cursor: pointer
}

html[lang=ar] td .form-group.custom-control.custom-radio .custom-control-label {
    right: 40px;
    left: 0
}

.details-photo table.table td {
    padding: 20px .75rem
}

.details-photo table.table td:last-child {
    text-align: right
}

html[lang=ar] .details-photo table.table td:last-child {
    text-align: left
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.view-video .custom-control-label::after,
.view-video .custom-control-label::before {
    left: -1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    top: 0
}

html[lang=ar] .view-video .custom-control-label::after,
html[lang=ar] .view-video .custom-control-label::before {
    left: auto;
    right: -1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    top: 0
}

html[lang=ar] .custom-control-label::after,
html[lang=ar] .custom-control-label::before {
    right: 0
}

.details-photo table.table tr {
    border-bottom: 1px solid #dee2e6
}

.table {
    color: #30354b
}

.item .icon i.active {
    color: #20d598 !important
}

.bs-canvas-overlay {
    opacity: .7;
    z-index: 1100
}

.bs-canvas {
    top: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    width: 330px;
    transition: margin .4s ease-out;
    -webkit-transition: margin .4s ease-out;
    -moz-transition: margin .4s ease-out;
    -ms-transition: margin .4s ease-out
}

.bs-canvas-right {
    right: 0;
    margin-right: -330px
}

html[lang=ar] .bs-canvas-right {
    left: 0;
    margin-left: -330px;
    right: auto;
    margin-right: unset
}

.bg-info {
    background-color: #20d598 !important
}

.p-35 {
    padding: 1.35rem !important
}

.btn-block.text-center .fa-exclamation-circle {
    font-size: 45px
}

.bg-light {
    background: #fff !important
}
.bg-black-op {
    background-color: #0000005e !important;

}
thead {
    background: #f7f7f7
}
.position-unset {
    position: unset !important;
}
.main-breadcrumb {
    background: #f7f7f7 !important;
    padding: 0.8rem !important;
}
.red-head {
    color: #f04e4d;
    font-weight: 700;
    font-size: 20px;
}
.project-info> ul {
    padding: 0;
    list-style-type: none;
}
.project-info> ul>li {
    margin: 0 0 0.5rem;
}
.project-info> ul>li>i,
.project-info> ul>li>svg {
    color: #fab235;
    display: inline-block;
    margin-left: 0.5rem;
}
.portfolio-link {
    display: flex;
    margin: 20px 0 30px;
    row-gap: 14px;
}
.portfolio-link a {
    background-color: #30949c;
    color: white;
    display: block;
    margin-left: 1rem;
    padding: 1.1rem;
    border-radius: 50px;
    font-size: 1.05rem;
    transition: .5s;
    min-width: calc(100% / 3 - 6px);
    text-align: center;
}
@media (max-width:500px) {
    .portfolio-link  {


        flex-wrap: wrap;
    }
}
.portfolio-link a:nth-child(1) {
    background-color: #f04e4d;
}
.portfolio-link a:nth-child(2) {
    background-color: #3087F3;
}
.portfolio-link a>i {
    margin-left: 0.5rem;
}
.portfolio-link a:hover {
    filter: saturate(0.5);
}
.center-head {
    font-size: 2.1rem;
    margin: 0 0 1.2rem;
    font-weight: 700;
    color: #12141c;
    text-align: center;
}
.item-post{
    text-align: center;
    background: #FFF;
    box-shadow: 1px 1px 18px rgb(0 0 0 / 15%);
    margin: 0.2rem;
    padding: 0.5rem;
    border-radius: 10px;
    overflow: hidden;
}
.item-post .img-p{
    height: 220px;
    object-fit: cover;
    width: 100%;
}
.item-post .link-p {
    display: block;
    margin-top: 1rem;
    margin-bottom:calc( 1rem - 8px);
    font-size: 1.099rem;
    color: #333;
    font-weight: 700;
}
.gap-row-24 {
    row-gap: 24px !important;
}
.main-btn-xl{
    background-color:   var(--main-color);
    color: white;
    display: block;
    padding: 1.1rem 4.4rem;
    border-radius: 5px;
    font-size: 1.05rem;
    transition: .5s;
    overflow: hidden;
    z-index: 1;
    position: relative;
    border: 1px solid transparent;
}
.main-btn-xl::before{
    content: "";
    background-color:  white;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    z-index: -1;
    position: absolute;
}
.main-btn-xl:hover{
    border: 1px solid var(--main-color);
    color: var(--main-color);
}
.main-btn-xl:hover:before{
    right: 0;
}
.card-photo-content .card-photo-title a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    color: #fff;
    font-weight: 700
}

.card-photo-content .card-photo-title a span {
    text-align: unset
}

.pr-title {
    padding-right: 65px
}

html[lang=ar] .pr-title {
    padding-left: 65px;
    padding-right: 10px
}

html[lang=en] .pr-title {
    padding-right: 65px;
    padding-left: 10px
}

html[lang=ar] .downloade-btn {
    right: auto;
    left: 0
}

.downloade-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px;
    border-radius: 50%;
    overflow: hidden;
    height: 40px;
    line-height: 28px;
    width: 40px;
    background: #30354ba6;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    padding: 6px;
    font-size: 18px;
    z-index: 999
}

.downloade-btn:hover {
    color: #fff;
    background: #20d598
}

.mx-out-3 {
    margin-left: -3px;
    margin-right: -3px
}

.profile-control-option-grid .card-photo .hover-overlay {
    opacity: 1
}

.profile-control-option-grid .card-photo .hover .card-photo-content {
    opacity: 1
}

.grid-myvideos h3.card-photo-title {
    top: auto;
    bottom: 10px
}

html[lang=ar] .video-btn {
    right: auto;
    left: 0
}

html[lang=ar] .video-btn i {
    transform: rotate(180deg)
}

.video-btn {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    line-height: 33px;
    font-size: 20px;
    margin: 8px;
    border-radius: 50%;
    overflow: hidden;
    height: 40px;
    width: 40px;
    background: #0006;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    padding: 6px;
    z-index: 999
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: auto
}

html[lang=ar].subtitle-site {
    float: left
}

.subtitle-site {
    float: right
}

.like-download-count {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    display: flex
}

.icon-count {
    color: #fff;
    z-index: 999;
    text-align: center
}

.icon-count-i {
    line-height: 33px;
    font-size: 20px;
    margin: 10px;
    border-radius: 50%;
    overflow: hidden;
    height: 40px;
    width: 40px;
    background: #0006;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    padding: 6px;
    z-index: 999;
    margin-top: 0
}

.auther-div {
    display: inline-flex;
    position: absolute;
    bottom: 0;
    z-index: 99
}

.auther-img {
    top: 0;
    left: 0;
    margin: 8px;
    border-radius: 50%;
    overflow: hidden;
    height: 40px;
    line-height: 28px;
    width: 40px;
    background: #0006;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 20px;
    z-index: 999
}

html[lang=ar] .auther-img {
    left: auto;
    right: 0
}

.auther-img img {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 5px;
    object-fit: contain;
    border-radius: 50%
}

.auther-div P {
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 55px;
    margin-bottom: 8px
}

.grid-mycollection .pr-title {
    padding-right: 10px;
    padding-left: 10px
}

.jumbo-banner .subtitle-site {
    float: unset
}

.form-login-end-setion {
    background: #f5f5f54f;
    border-radius: .25rem;
    padding: 15px;
    border: 1px solid #eee
}

.modal-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

#forgetPassword .modal-header,
#login .modal-header,
#signup .modal-header {
    border-bottom: 0 solid #eee
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .3rem .5rem
}

html[lang=ar] .create-collection .form-group .btn {
    right: auto;
    left: 10px
}

.row.justify-content-between {
    padding-right: .5rem;
    padding-left: .5rem
}

.icon-bottom-section {
    font-size: 45px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 99
}

html[lang=ar] .icon-bottom-section {
    left: auto;
    right: 15px
}

.hero-header.h-60vh {
    padding: 6em 0 4em;
    height: 60vh;
    min-height: 45vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.logo-up-slider {
    display: none
}

.bg-dark {
    background-color: #30354b !important
}

html[lang=ar] p.dir-initial {
    direction: initial
}

/* .choices__item.choices__item--selectable[data-value=images]:before {
    content: "\f332";
    font-family: "Font Awesome 5 Pro";
    margin-right: 8px;
    font-size: 17px;
    font-weight: 400;
}

.choices__item.choices__item--selectable[data-value=vectors]:before {
    content: "\f69f";
    font-family: "Font Awesome 5 Pro";
    margin-right: 8px;
    font-size: 17px;
    font-weight: 400;
}

.choices__item.choices__item--selectable[data-value="videos"]:before {
    content: "\f03d";
    font-family: "Font Awesome 6 Free";
    margin-right: 8px;
    font-size: 17px;
    font-weight: 900;
} */

html[lang=ar] .choices[data-type*=select-one] {
    direction: rtl !important
}

html[lang=ar] .choices__list--dropdown .choices__list {
    direction: rtl !important
}

html[lang=ar] .choices__item.choices__item--selectable[data-value=images]:before {
    margin-right: 0;
    margin-left: 8px;
}

html[lang=ar] .choices__item.choices__item--selectable[data-value=videos]:before {
    margin-right: 0;
    margin-left: 8px;
}

html[lang=ar] .choices__item.choices__item--selectable[data-value=vectors]:before {
    margin-right: 0;
    margin-left: 8px;
}

.search-photo .s003 form .inner-form {
    background-color: #fff;
    border: 1px solid rgba(12, 18, 28, .38);
    border-radius: 8px !important;
    box-shadow: 0 2px 4px 0 rgba(12, 18, 28, .12);
    height: 50px;
    position: relative;
}

.search-photo .s003 form .inner-form .input-field {
    height: 49px
}

.search-photo .s003 form .inner-form .input-field.third-wrap .btn-search {
    border-radius: 0 6px 6px 0
}

html[lang=ar] .search-photo .s003 form .inner-form .input-field.third-wrap .btn-search {
    border-radius: 6px 0 0 6px
}

.search-photo .s003 {
    padding: 0 0
}

.search-photo .s003 form .inner-form .input-field.third-wrap {
    width: 60px
}

html[lang=ar] .search-photo .s003 form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown .choices__item--selectable {
    padding-right: 10px
}

html[lang=ar] .search-photo .s003 form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown {
    padding: 20px 20px
}

html[lang=ar] .search-photo .s003 form .inner-form .input-field.first-wrap {
    border-left: 1px solid rgba(12, 18, 28, .38);
    border-right: 0 solid rgba(12, 18, 28, .38)
}

.search-photo .s003 form .inner-form .input-field.first-wrap {
    border-left: 0 solid rgba(12, 18, 28, .38);
    border-right: 1px solid rgba(12, 18, 28, .38)
}

.fa {
    font-family: "Font Awesome 5 Brands" !important
}

i.fa.fa-at.jssocials-share-logo {
    font-family: "Font Awesome 5 Pro" !important
}

html[lang=ar] .jssocials-shares {
    direction: ltr
}

.footer-copyright span {
    font-size: 20px;
    position: relative;
    top: 4px
}

.badge {
    padding: .5em .5em;
    font-size: 12px;
    border-radius: 2.25rem
}

.badge-success {
    color: #20d598;
    background-color: #20d59824;
    border: 1px solid #20d598
}

.badge-danger {
    color: #dc3545;
    background-color: #dc354521;
    border: 1px solid #dc3545
}

.chroma-category {
    background-image: url(/img/chroma.webp);
    padding-bottom: unset;
    min-height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(12, 18, 28, .12);
    border-radius: 5px;
    background-position: center
}

.chroma-category .hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all .4s;
    background: rgba(0, 0, 0, .2)
}

.chroma-category:hover .hover-overlay {
    background: rgba(0, 0, 0, 0)
}

.content-page-p {
    letter-spacing: 0;
    line-height: 2
}

.contact-title i {
    font-size: 50px
}

button.owl-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    background: #eee;
    width: 30px;
    height: 30px;
    position: absolute;
    line-height: 30px;
    border-radius: 50%;
    top: 15px
}

button.owl-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    background: #eee;
    width: 30px;
    height: 30px;
    position: absolute;
    line-height: 30px;
    border-radius: 50%;
    top: 15px
}

.owl-carousel.owl-drag .owl-item {
    border-right: 1px solid #eeeeee5e
}

.owl-carousel.owl-drag .owl-item.active:first-child {
    border-right: 0 solid #eeeeee5e !important
}

.owl-carousel.owl-drag .owl-item.active:last-child {
    border-right: 0 solid #eeeeee5e !important
}

.downloade-btn.btn.downloadImag.actionDelete {
    top: 50px
}

#videogrid .downloade-btn {
    padding: 9px
}

.disabled {
    pointer-events: none;
    color: #fff;
    background-color: gray
}

form input.form-control:focus::-webkit-input-placeholder {
    color: transparent
}

form input.form-control:focus::-moz-placeholder {
    color: transparent
}

form input.form-control:-moz-placeholder {
    color: transparent
}

html[lang=ar] .col-xs-11.col-sm-4.alert.alert-info button.close {
    right: auto !important;
    left: 10px
}

#videogrid button.downloade-btn {
    padding: 5px
}

body .btn-outline-light:not(:disabled):not(.disabled).active,
body .btn-outline-light:not(:disabled):not(.disabled):active,
body .show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #20d598;
    border-color: #20d598
}

button.btn.btn-outline-light.likeButton.active {
    color: #fff;
    background-color: #20d598;
    border-color: #20d598
}

.no_result_found td {
    border-top: 0 solid #dee2e6
}

.no_result_found td .fa-exclamation-circle {
    font-size: 1rem
}

ul.ul-noresult li {
    line-height: 2rem;
    color: #848484;
    font-size: 1.1rem
}

ul.ul-noresult li a {
    color: #20d598
}

ul#wrap_validation {
    margin-bottom: 0
}

.pointer-primary:hover {
    cursor: pointer;
    color: #20d598
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px
}

.summary-card-total {
    line-height: 2
}

.sweet-alert {
    font-family: Cairo, sans-serif !important;
    border-radius: 3px
}

.sweet-alert button {
    border-radius: .25rem;
    box-shadow: unset !important
}

.sweet-alert button.confirm {
    color: #fff;
    background-color: #30354b !important;
    border-color: #30354b !important;
    box-shadow: unset !important
}

.sweet-alert button.cancel {
    background-color: #ddd;
    color: #30354b
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    background-color: #30354b !important
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    background-color: #30354b !important
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #30354b !important
}

.title-video-cart {
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    position: absolute;
    font-weight: 700
}

.faild-img {
    background: radial-gradient(#fff, #fdc7ce);
    border-radius: 50%
}

.success-img {
    background: radial-gradient(#fff, #20d598);
    border-radius: 50%
}

form#signup_form {
    text-align: left
}

html[lang=ar] form#signup_form {
    text-align: right
}

.p-custome {
    padding: 3rem
}

.fox-browser {
    display: none
}

@-moz-document url-prefix() {
    header .navbar-light .navbar-nav .nav-link {
        display: block ruby
    }

    .all-browser {
        display: none
    }

    .fox-browser {
        display: ruby
    }
}

.info-person img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 50%
}

.account .container-paginator {
    position: absolute;
    margin-top: -47px;
    left: 30px
}

.account .pagination {
    display: inline-flex
}

.pagination a {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #20d598
}

.account .pagination span {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    margin-left: -1px;
    line-height: 1.25;
    z-index: 1;
    color: #fff;
    background-color: #20d598;
    border-color: #20d598
}

.account .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff0;
    border-color: #dee2e6
}

.account .pagination li.disabled span {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    margin-left: -1px;
    line-height: .3;
    color: #ccc;
    background-color: #fff0;
    font-size: 28px
}

.account ul.pagination .disabled {
    background-color: #80808000
}

.account ul.pagination li:last-child a {
    line-height: .3;
    font-size: 28px
}

.account ul.pagination li:first-child a {
    line-height: .3;
    font-size: 28px
}

.account ul.pagination li.active {
    border: 1px solid #20d598
}

.account ul.pagination li {
    border: 1px solid #eee
}

.account ul.pagination li:first-child {
    border-top-right-radius: 4px
}

.account ul.pagination li:last-child {
    border-top-left-radius: 4px
}

@media screen and (max-width: 767px) {
    .account .container-paginator {
        bottom: 0
    }
}

html[lang=en] .account ul.pagination li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 0
}

html[lang=en] .account ul.pagination li:last-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 0
}

html[lang=en] .account .container-paginator {
    right: 30px;
    left: auto
}

.account .pagination li.disabled span {
    height: 100%
}

.account ul.pagination li:last-child a {
    height: 100%
}

@media (min-width: 1798px) and (max-width: 1999px) {
    html[lang=en] .account .container-paginator {
        right: 8%
    }
}

@media (min-width: 2000px) {
    html[lang=en] .account .container-paginator {
        right: 13%
    }
}

@media (min-width: 1798px) and (max-width: 1999px) {
    .account .container-paginator {
        left: 8%;
        right: auto
    }
}

@media (min-width: 2000px) {
    .account .container-paginator {
        left: 13%;
        right: auto
    }
}

.search-header {
    padding: 30px 0 30px 0
}

.number-input input::-webkit-outer-spin-button,
.search-pagination .number-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.search-pagination .form-control:focus {
    box-shadow: none
}

.search-pagination .number-input input {
    border: 1px solid #3f455d;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    text-align: center;
    height: 37px;
    background-color: #4d536d;
    color: #fff;
    outline: 0
}

.search-pagination .number-input {
    padding: 0;
    margin: 0;
    width: 40px;
    border: 0;
    border-radius: 0;
    background-color: #4d536d
}

.search-pagination .page-item .page-link {
    background-color: #4d536d;
    color: #afb5d0;
    border-color: #3f455d;
    padding: 10px 16px;
    height: 37px
}

.search-pagination .page-link:hover {
    z-index: 2;
    text-decoration: none;
    background-color: #5c627e
}

a.next-page {
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 5px;
    border: none;
    font-size: .9375rem;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    text-transform: none;
    cursor: pointer;
    min-width: 0;
    font-weight: 500;
    transition: all .15s ease;
    position: relative;
    white-space: nowrap;
    font-size: 17px;
    height: 48px;
    padding: 0 80px
}

html[lang=en] .search-pagination [rel=next] i.fal:before {
    content: "\f054"
}

html[lang=en] .search-pagination [rel=prev] i.fal:before {
    content: "\f053"
}

html[lang=ar] .search-pagination [rel=next] i.fal:before {
    content: "\f053"
}

html[lang=ar] .search-pagination [rel=prev] i.fal:before {
    content: "\f054"
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: #20d598;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px
}

.primary-color {
    color: #20d598
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #20d598
}

html[lang=ar] .icon-bottom-section {
    left: 15px;
    right: auto
}

html[lang=en] .icon-bottom-section {
    left: auto;
    right: 15px
}

html[lang=en] .vector-banner .hello-victor .btn-victor {
    left: auto;
    right: 50px
}

.vector-banner {
    padding: 50px 0 0 0;
    cursor: pointer
}

.vector-banner .hello-victor {
    background-color: #999;
    height: auto;
    border-radius: 5px;
    padding: 75px;
    background-image: url('../img/bg-victor.webp');
    background-size: cover;
    background-position: center
}

.vector-banner .hello-victor .row {
    align-items: center
}

.vector-banner .hello-victor h2 {
    color: #fff;
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700
}

.vector-banner .hello-victor p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700
}

.vector-banner .hello-victor .btn-victor {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    font-size: 18px;
    background-color: #fff;
    color: #1bd893 !important;
    border-color: #fff;
    font-weight: 600;
    transition: .3s ease-in-out
}

.vector-banner .hello-victor .btn-victor:hover {
    background-color: #1bd893;
    color: #fff !important;
    border-color: #1bd893
}

@media (max-width: 767px) {
    .vector-banner .hello-victor h2 {
        font-size: 2rem
    }

    .vector-banner .hello-victor h2,
    .vector-banner .hello-victor p {
        text-align: center
    }

    .vector-banner .hello-victor .btn-victor {
        left: 50%;
        transform: translateX(-50%)
    }

    html[lang=en] .vector-banner .hello-victor .btn-victor {
        left: 50%;
        right: auto
    }
}

.iti__arrow {
    margin-right: 6px;
    margin-left: 0
}

.iti {
    display: block
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 20px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    padding-left: 70px
}

.prices .dropdown-toggle::after {
    

    border-top: unset !important;
    vertical-align: unset !important
}
.prices .dropdown-toggle .i-arr {
margin-right: 0.25rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: .75rem;
    padding-right: .75rem
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #60d998 !important
}

.fs-12 {
    font-size: 12px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-15 {
    font-size: 15px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-22 {
    font-size: 22px !important
}

.fs-24 {
    font-size: 24px !important
}

.fs-26 {
    font-size: 26px !important
}

.fs-28 {
    font-size: 28px !important
}

.fs-30 {
    font-size: 30px !important
}

.fs-32 {
    font-size: 32px !important
}

.fs-34 {
    font-size: 34px !important
}

.fs-36 {
    font-size: 36px !important
}

.fs-38 {
    font-size: 38px !important
}

.fs-40 {
    font-size: 40px !important
}

.grid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

/*.video-item.item .over p {padding: 0 10px;}*/
/*.video-item.item{border: 1px solid #e1e2e3;border-radius: 5px;}*/
.item.card-photo,
.item.card-photo .border-file,
.item.card-photo .border-file img,
.item.video-item,
.item.video-item .border-file,
.item.video-item .border-file img,
.view-photo .photo.border-file,
.view-photo .photo .images-box,
.view-video .photo video {
    border-radius: 5px
}

.card-photo-content .icon {
    bottom: 1px !important;
}

.flex-images .over {

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

/* Start Components */
#slide-two .slide-img{
    width: 100%;
    object-fit: revert;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    border-radius: 12px;
}
#slide-two .splide__pagination{
display: none;
}
@media (max-width:780px) {
    #slide-two .splide__slide{
    width: 100% !important;
    height: auto;
    }
    
}
.main-head {
    text-align: center;
    font-size: 32px;
    color:var(--main-color);
    margin-bottom: 30px;
    font-weight: bold;
}
.main-filter {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}
.btn-greey {
    padding: 11px 19px;
    font-size: 14px;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    background-color: #f7f7f7;
    border-radius: 5px;
}
.btn-greey.active {
    background-color: #2540CC;
    color: white;
    cursor: context-menu;
}
.btn-greey:hover:not(.active) {
    background-color: #E8E8E8;
}
.two-boxes {
    display: grid;
    gap:10px;
    grid-template-columns: 1fr 1fr;
}
@media (max-width:600px) {
    .two-boxes {
        grid-template-columns: 1fr;
    }
}
.card-service {
    position: relative;
    transition: 900ms;
    overflow: hidden;
}
.card-service .layer{
    position: absolute;
    bottom: -100%;
    left: 0;
    max-height: 100%;
    transition:  300ms;

    transform: rotateZ(3deg) scale(1.5);
    width: 100%;
    background-color: #20d598;
    padding: 20px;
    text-align: center;
}
.card-service:hover .layer {
    bottom: 0;    
}
.card-service .layer .text{
    transform: rotateZ(-3deg) scale(0.7);

}
.card-service .layer a{
    display: block;
}
.card-service .layer a:hover{
    color:white;
}
.card-service .layer a.title{
    margin-bottom: 22px;
}

.card-service .layer a.content{
    font-size: 20px;
}


/* End Components */

/* Start Header */
@media (min-width:992px) {
    header.default-header {
        background: #fff0;
        position: absolute;
        top: 0;
        z-index: 9;
        width: 100%
    }

    header.default-header .bg-light {
        background-color: #fff0 !important
    }

    header.default-header .navbar-light .navbar-nav .nav-link {
        color: #fff
    }

    header.default-header .navbar-light .navbar-nav .nav-link:focus,
    header.default-header .navbar-light .navbar-nav .nav-link:hover {
        color: #eee
    }

    header.default-header .navbar-light .navbar-nav.home-pages-list li a.nav-link {
        color: #30354b
    }

    header.default-header .navbar-light .navbar-nav.home-pages-list li a.nav-link:hover {
        color: #20d598
    }

    .hero-header.landingpage-video {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 85vh !important
    }

    .logo-up-slider {
        display: block
    }

    .defult-logo {
        display: none
    }
}

header.default-header .navbar-light .navbar-nav .nav-link.color-primary {
    color: #20d598
}

/* eND Header */
/* Start landingpage-video */
.landingpage-video .container {
    z-index: 1;
}
/* End landingpage-video */
/* Start Section posts-m */
.posts-m {
    background-color: #f6f7f8;
    margin-top: 120px;
}
/* Start  Section posts-m*/