/*--------------------------------------------------------------
## Button
--------------------------------------------------------------*/
.tijarah-btn {
    display: inline-block;
    padding: 12px 40px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}

.tijarah-btn:hover {
    color: #fff;
}

.tijarah-btn i {
    margin-right: 20px;
}

.tijarah-btn.shadow {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 7px 10px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 10px 6px rgba(0, 0, 0, 0.08);
}

.tijarah-play-btn>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: inherit;
    border-color: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tijarah-play-btn-txt {
    font-weight: 700;
    color: #000;
}

.tijarah-play-btn-icon {
    border-radius: 50%;
    margin-top: -5%;
    margin-bottom: -5%;
    letter-spacing: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 3.5em;
    height: 3.5em;
    order: -1;
    margin-left: 0;
    margin-right: 20px;
    border: none;
    color: #fff;
}

.tijarah-btn.bordered {
    background: #fff;
    border: 2px solid;
}

.tijarah-btn.bordered:hover {
    color: #fff;
}

/*--------------------------------------------------------------
## Loader
--------------------------------------------------------------*/

.loader-rel {
    position: relative;
}

.loader {
    position: absolute;
    right: 47.7%;
    border: 5px solid;
    border-radius: 50%;
    border-top: 5px solid #f3f3f3 !important;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.8s linear infinite;
    /* Safari */
    animation: spin 0.8s linear infinite;
    display: none;
    margin: 20px 0;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
## Section Title
--------------------------------------------------------------*/
.section-title h1 {
    font-weight: bold;
}

.section-title p {
    margin-top: 20px
}

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.banner {
    height: 100%;
    display: flex;
    position: relative;
}

.banner-extra-pad {
    padding-top: 250px;
}

.breadcrumb-extra-pad {
    padding-top: 180px !important;
}

.banner h1 {
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 40px;
}

.tijarah-download-cat-filter .nice-select {
    padding: 23px;
    background: transparent;
}

.banner-content #search {
    position: relative;
}

.banner-content p {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    font-weight: 300;
}

.banner .tijarah-product-search-form {
    margin-top: 70px;
    width: 70%;
    float: left;
}

ul.banner-button {
    margin-top: 70px;
    margin-bottom: 0;
}

ul.banner-button li a {
    padding: 12px 40px;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.banner-button li a {
    border: 2px solid;
}

ul.banner-button li a:hover {
    color: #fff;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
}

ul.banner-button li:first-child a {
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
}

ul.banner-button li.list-inline-item:not(:last-child) {
    margin-right: 20px;
}

.white-text-color .banner-content h1,
.white-text-color .banner-content p,
.white-text-color .banner-content h6 {
    color: #fff;
}

.banner2 .banner-content h1 {
    font-size: 52px;
    margin-bottom: 20px;
}

.banner2 .banner-cat-space {
    padding: 0 100px;
    margin-top: 70px;
}

.banner2 .banner-cat {
    position: relative;
    display: inline-block;
}

.banner2 .banner-cat .cat-count {
    position: absolute;
    top: -6px;
    right: -6px;
    color: #fff;
    width: 27px;
    height: 27px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 22px;
    border: 3px solid #fff;
}

.banner2 .banner-cat img {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
    box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
}

.banner2 .banner-cat h6 {
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
}

.banner2 .tijarah-product-search-form {
    margin-top: 70px;
    max-width: 45%;
}

.tijarah-product-search-form {
    margin: 0 auto;
    border-radius: 50px;
    z-index: 0;
    border: 1px solid #ccc;
}

.tijarah-product-search-form input[type="text"],
.tijarah-product-search-form input[type="search"],
.tijarah-product-search-form select {
    display: block;
    height: 60px;
    line-height: 20px;
    padding: 12px 30px;
    width: 100%;
    background: transparent;
    border: none;
    position: relative;
    z-index: 100;
    margin: 0;
    font-size: 1em;
}

.tijarah-product-search-form select {
    line-height: 60px;
    padding-left: 18px;
}


.tijarah-product-search-form select option {
    color: #333;
}


.tijarah-search-btn {
    position: absolute;
    height: 60px;
    right: 0;
    top: 0;
    z-index: 1000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    width: 140px;
    text-align: center;
    border: 3px solid #fff;
}


.tijarah-search-btn input[type="submit"] {
    border: none;
    background: transparent;
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
    padding: 0;
}

.tijarah-search-fields {
    position: relative;
    display: inline-block;
    width: 70%;
    vertical-align: top;
    color: #fff;
}

.tijarah-download-cat-filter {
    background: transparent !important;
    float: left;
    width: 30%;
    border-right: 1px solid #fff;
}

/*download*/

.newest-filter,
.download-filter {
    text-align: center;
    margin-bottom: 50px;
}

.newest-filter ul {
    margin-bottom: 0;
}

.newest-filter ul li,
.download-filter ul li {
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 40px;
    background: #fff;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
    box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
    margin-bottom: 20px;
}

.newest-filter ul li.select-cat,
.download-filter ul li.select-cat {
    color: #fff;
}

/*Video Item*/
.video-item {
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.video-item .view-detail {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-block;
    display: none;
}

.video-item:hover .view-detail {
    display: block;
}

/*Photo Item*/
.photo-product-item {
    position: relative;
    margin-bottom: 30px;
}

.photo-product-item:before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    z-index: 1;
}

.photo-product-item:hover .added_to_cart,
.photo-product-item:hover .add_to_cart_button,
.photo-product-item:hover ul,
.photo-product-item:hover:before {
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.photo-product-item ul {
    position: absolute;
    bottom: 0;
    color: #fff;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 2;
    padding: 0 15px;
    width: 100%;
}

.photo-product-item:hover ul li img {
    border-radius: 50px;
    margin-right: 10px;
}

.photo-product-item:hover ul li i {
    margin-right: 10px;
}

.photo-product-item .added_to_cart,
.photo-product-item .add_to_cart_button {
    position: absolute;
    top: 10px;
    font-size: 14px;
    left: 10px;
    padding: 2.5px 10px;
    color: #fff;
    border-radius: 20px;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.photo-product-item .add_to_cart_button.added {
    display: none;
}

/*Blog*/
.blog-item {
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
}

.blog-thumb {
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    transform: scale(1);
    transition: 1s linear;
}

.blog-item:hover .blog-thumb img {
    transform: scale(1.1);
}

.blog-meta span {
    font-size: 14px;
    font-weight: 500;
}

.blog-content {
    padding: 40px 30px;
}

.blog-content h4 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 18px;
}

.blog-content p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## Counter
--------------------------------------------------------------*/
.counter-item .counter-icon i {
    border-radius: 50%;
    font-size: 36px;
    padding: 15px;
    height: 80px;
    width: 80px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-bottom: 25px;
}

.counter-item h2 {
    font-size: 52px;
}

/*--------------------------------------------------------------
## InfoBox
--------------------------------------------------------------*/

.infobox-item {
    padding: 50px 30px;
    border-radius: 10px;
}

.infobox-item i {
    border-radius: 50%;
    font-size: 24px;
    padding: 15px;
    height: 70px;
    width: 70px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-bottom: 25px;
}

.infobox-item h5 {
    margin-bottom: 15px;
    font-weight: 500;
}

.infobox-item p {
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## Partner
--------------------------------------------------------------*/

.partner img {
    padding: 0 15px;
    transition: 0.6s;
}

.partner img:hover {
    transform: scale(1.2);
}

/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/
.tijarah-accordion-item {
    padding: 20px 30px;
    border-radius: 6px;
    border: 1px solid #ececec;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(97, 105, 140, 0.1);
}

.tijarah-accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.tijarah-accordion-item h5 {
    margin: 0 !important;
    font-weight: 500;
    cursor: pointer;
}

.tijarah-accordion-item.active h5 span:nth-child(1) {
    display: none;
}

.tijarah-accordion-item h5 span:nth-child(2) {
    display: none;
}

.tijarah-accordion-item.active h5 span:nth-child(2) {
    display: block;
}

.tijarah-accordion-item h5 span {
    float: right;
}

.tijarah-accordion-item .collapse.show {
    margin-top: 20px;
    padding-top: 20px;
    transition: .2s;
    border-top: 1px solid #ddd;
}

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
.tijarah-team {
    position: relative;
    padding: 0 45px 55px 0;
}

.tijarah-team img {
    border-radius: 6px !important;
}

.tijarah-team-content {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    transform: translate(45px, 55px);
    padding: 25px 0 25px 50px;
    background: #fff;
    box-shadow: 5.994px 14.835px 30px 0px rgba(97, 105, 140, 0.1);
    transition: 0.3s;
}

.tijarah-team:hover .tijarah-team-content {
    transform: translate(0px, 55px);
}

.tijarah-team-social {
    position: absolute;
    width: 45px;
    background: #fff;
    box-shadow: 8px 0px 8.6px 1.4px rgba(229, 234, 239, 0.2);
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 1);
    transform-origin: 0% 0%;
    transition: 0.3s;
    padding-left: 10px;
    margin-bottom: 0;
}

.tijarah-team-social li a {
    display: block;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    margin: 15px 0;
}

.tijarah-team:hover .tijarah-team-social {
    transform: scale(1, 1);
}

/*--------------------------------------------------------------
## Testimonial
--------------------------------------------------------------*/

.testimonial-img img {
    width: 250px;
    border-radius: 50% !important;
    border: 5px solid #fff !important;
    margin: 0 auto;
}

.testimonial-content>i {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 50px;
    opacity: 0.2;
}

.flaticon-quotation::before {
    content: "\f109";
    font-size: 37px;
    color: #5580ff;
}

.testimonial-content p {
    margin-bottom: 20px;
}

.client-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.client-info span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.testimonials-nav .slick-arrow {
    position: absolute;
    bottom: -71px;
    left: 0;
    background: transparent;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #d4d4d4;
    color: #808080;
    font-size: 15px;
    cursor: pointer;
    transition: .3s;
    z-index: 9;
    border-radius: 50px;
    color: #fff;
    box-shadow: 7px 7px 20px rgba(68, 68, 68, 0.15);
}

.testimonials-nav .slick-next {
    left: 65px;
}

.testimonials-nav {
    margin-left: 45px;
    margin-top: -60px;
}

.testimonials-nav .slick-arrow:hover {
    color: #fff
}

.testimonial-wrap {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 50px;
}

.testimonial-wrap:last-child {
    border-bottom: none;
}

.testimonial-revers-loop>.row:nth-child(2n)>.col-lg-4:first-child {
    order: 12;
}


.testi-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-bottom ul li.list-inline-item:not(:last-child) {
    margin-right: 0;
}

.testi-bottom ul li i {
    color: #f2b01e;
}

/*--------------------------------------------------------------
## Ajax Search
--------------------------------------------------------------*/
.ajax-search-form {
    position: relative;
}

.ajax-search-form input[type="text"] {
    height: 60px;
    line-height: 20px;
    padding: 12px 30px;
    width: 100%;

}

.ajax-search-form button {
    position: absolute;
    right: 3px;
    top: 2px;
}

.ajax-search-results {
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.10);
    padding-bottom: 4px;
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 100%;
}

.ajax-search-results li {
    line-height: 50px;
}

.ajax-search-results li img {
    width: 32px;
    margin-right: 15px;
    border-radius: 5px;
}

.ajax-search-results li a {
    color: #333;
    display: block;
    padding: 0 15px;
    transition: all 300ms;
}

.ajax-search-results li a:hover {
    background: #f1f1f1;
    padding: 0 20px;
}

/*--------------------------------------------------------------
## Call to Action
--------------------------------------------------------------*/
.call-to-action {
    padding: 80px 0;
}

.call-to-action h2 {
    margin-bottom: 20px;
}

.call-to-action h2,
.call-to-action p,
.call-to-action a {
    color: #fff;
}

.call-to-action a {
    border: 3px solid;
}

/*--------------------------------------------------------------
## Pricing
--------------------------------------------------------------*/
.tijarah-pricing-table {
    text-align: center;
    background: #fff;
    padding: 50px 30px;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
    border-radius: 10px;
}

.tijarah-pricing-table.recommended h1,
.tijarah-pricing-table.recommended h6,
.tijarah-pricing-table.recommended {
    color: #fff;
}

.tijarah-pricing-table.recommended a {
    border-color: #fff !important;
}


.tijarah-pricing-table i {
    margin-bottom: 20px;
    border-radius: 50%;
    font-size: 32px;
    padding: 15px;
    height: 80px;
    width: 80px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-bottom: 25px;
}

.tijarah-pricing-table h1 {
    font-size: 52px;
    font-weight: bold;
}

.tijarah-pricing-table h1 span {
    font-size: 18px;
    font-weight: bold;
}

.tijarah-pricing-table h6 {
    font-size: 22px;
}


.tijarah-pricing-table ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.tijarah-pricing-table ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.tijarah-pricing-table ul li {
    line-height: 50px;
}

.tijarah-pricing-table a {
    border: 2px solid;
    padding: 12px 40px;
    border-radius: 50px;
    display: inline-block;
}

.tijarah-pricing-table a:hover {
    color: #fff;
}

/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.contact-form input {
    margin-bottom: 15px;
}

.contact-form input[type="submit"] {
    margin-top: 15px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1200px) {
    .banner h1 {
        font-size: 52px;
    }

    .partner {
        margin-bottom: 50px;
    }

    .partner {
        text-align: center;
    }
}

@media (max-width: 1024px) {}


@media (max-width: 991px) {
    .banner2 .tijarah-product-search-form {
        max-width: 80%;
    }

    .tijarah-pricing-table {
        margin-bottom: 30px;
    }

}

@media (max-width: 768px) {
    .banner {
        text-align: center;
    }

    .banner h1 {
        font-size: 42px;
    }

    .banner .tijarah-product-search-form {
        width: 100%;
        float: none;
    }

    .banner2 .banner-content h1 {
        font-size: 42px;
    }

    .banner2 .tijarah-product-search-form {
        max-width: 100%;
    }

    .products-filter-area .woocommerce-ordering {
        margin-top: 20px;
    }

    .products-filter-area .woocommerce-ordering,
    .products-filter-area p {
        text-align: center !important;
    }

    .call-to-action {
        text-align: center;
    }

    .call-to-action a {
        display: table;
        margin: 40px auto 0;
    }

}


@media (max-width: 540px) {
    .partner img {
        width: 200px;
    }

    .banner2 .banner-content h1,
    .banner h1 {
        font-size: 32px;
    }

    ul.banner-button li.list-inline-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .banner2 .banner-cat {
        margin-bottom: 20px;
    }
}


@media (max-width: 320px) {}