/* ----------------------------------

Template Name: Earna - Consulting Business Template
Author: validtheme
Description:
Version: 1.0.4

Main Font    : Poppins
Main Color   : #ffca0b

-------------------------------------

[Typography]

Body copy:    15px 'Open Sans', sans-serif
Header:     36px 'Poppins', sans-serif
Input, textarea:  15px 'Open Sans', sans-serif
Sidebar heading:  20px 'Poppins', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03. Topbar
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Slide Effect
        - Fade Effect
    06. Features
    07. About Us
        - Full Width Version
        - Default Version
    08. Services
        - Version One
        - Version Two
        - Version Three
    09. Why Choose Us
    10. Company Analysis/Graph
    11. Companies/Clients/Partner
    12. Team
    13. Testimonials
    14. Projects
    15. Gallery
    16. Our Expertise
    17. Work Process
    18. FAQ
    19. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Error 404
    21. Footer
    22. PHP Contact Form
    23. Others

*/


/*
** General Styles for HTML tags
*/

@font-face {
    font-family: 'Almarai';
    src: url(../fonts/Almarai-Regular.ttf);
}

* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

body {
    font-family: 'Almarai';
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #666666;
    direction: rtl;
    text-align: right;
}

html,
body,
.wrapper {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232323;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Almarai';
    letter-spacing: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}


img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a,
.btn,
button {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    outline: medium none;
    font-family: 'Almarai';
}

a img,
iframe {
    border: none;
}

p {
    color: #666666;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: inherit;
}

ul {
    margin: 0;
    list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: #232323;
}

a:hover {
    color: #232323;
}

a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-weight: 600;
}

b,
strong {
    font-weight: 900;
}

.btn.active,
.btn:active {
    background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
    outline: 0;
}

.btn.circle {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 50px;
}

/* Default CSS */
.mfp-counter {
    direction: ltr;
}

.container-medium {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

.container-fill {
    padding: 0 15px;
    margin: auto;
    max-width: 100%;
    padding: 0;
}

@media (min-width: 576px) {
    .container-medium {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-medium {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-medium {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-medium {
        max-width: 1400px;
        width: 80%;
    }
}

@media (min-width: 576px) {
    .container-full {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-full {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-full {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-full {
        max-width: 1400px;
        width: 90%;
    }
}

@media (min-width: 576px) {
    .container-fill {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-fill {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-fill {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-fill {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .container-fill {
        padding: 0 15px;
    }
}

.fixed-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}


.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

.bg-gray {
    background: linear-gradient(-90deg, rgba(237, 245, 255, 1) 0%, rgba(204, 223, 247, 1) 100%);
}

.bg-light {
    background-color: #ffffff;
}

.bg-dark {
    background-color: #efad20 !important;
}

.bg-theme {
    background-color: #ffca0b;
}

.bg-gradient {
    background: linear-gradient(-90deg, rgb(28 108 132) 57%, rgba(0, 212, 255, 1) 100%);
}

.gradient-bg {
    background-image: linear-gradient(-90deg, rgba(74, 196, 243, 1) 23%, rgba(9, 168, 228, 1) 100%);
    background-color: #ffca0b;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
    color: #ffffff;
}

.shadow {
    position: relative;
    z-index: 1;
    box-shadow: inherit !important;
}

.shadow.dark::after {
    background: #000000 none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.dark-hard::after {
    background: #000000 none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.theme::after {
    background: #ffca0b none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.theme-hard::after {
    background: #ffca0b none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
    position: relative;
}

.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.default-padding-top {
    padding-top: 120px;
}

.default-padding-bottom {
    padding-bottom: 120px;
}

.default-padding.bottom-less {
    padding-top: 120px;
    padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
    margin-bottom: -30px;
}

.default-padding-top.bottom-less {
    margin-bottom: -30px;
}

.top-border {
    border-top: 1px solid #e7e7e7;
}

.align-center {
    align-items: center;
}

/* Button */

.btn {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border-radius: 8px;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.btn-md {
    padding: 12px 12px;
}

.btn-slider {
    border: 1px solid #fff;
    border-radius: 15px;
    margin: 0 10px;
}

.btn-md.btn-theme {
    padding: 17px 40px;
}

.btn-md i {
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 30px;
}

.btn-md i::after {
    position: absolute;
    right: -19px;
    top: 8px;
    content: "";
    border: 1px solid #ffffff;
    width: 30px;
    height: 1px;
}

.btn-sm {
    padding: 14px 40px;
    font-size: 14px;
}

a:hover,
a:active {
    opacity: 1;
    text-decoration: none;
}

.btn.btn-gradient {
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.btn.btn-gradient::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to left, #ffca0b, #18ebeb, #ffca0b);
    background-size: 220% 150%;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff !important;
    background-color: #ffca0b;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.torch-red .btn.btn-gradient::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to left, #ee2852, #d100df, #ee2852);
    background-size: 220% 150%;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff !important;
    background-color: #ee2852;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.btn.btn-gradient:hover::after,
.btn.btn-gradient:active {
    background-position: 170% 0;
    color: #ffffff;
}


.btn.btn-light.effect {
    color: #232323;
    border: 2px solid transparent;
    overflow: hidden;
    position: relative;

}

.btn.btn-light.effect::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.btn.btn-light.effect:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
}

.btn.btn-light.effect:hover::after {
    width: 0;
}

.btn.btn-dark.effect {
    color: #ffffff;
    border: 2px solid transparent;
    box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
    overflow: hidden;
    z-index: 1;
    position: relative;

}

.btn.btn-dark.effect::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #202942;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.btn.btn-dark.effect:hover {
    border: 2px solid #202942;
    color: #202942;
    background: transparent;
}

.btn.btn-dark.effect:hover::after {
    width: 0;
}

.btn-light.border {
    background: #ffffff;
    border: 2px solid #e7e7e7 !important;
}

.btn.btn-theme.effect {
    color: #ffffff;
    border: 2px solid #35b4f1;
    overflow: hidden;
    position: relative;

}

.btn.btn-theme.effect::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #35b4f1;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.btn.btn-theme.effect::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 0;
    background: #ffca0b;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.shadow .btn.btn-theme.effect::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 0;
    background: #ffffff;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.btn.btn-theme.effect:hover {
    border: 2px solid #ffca0b;
    color: #ffffff;
    background: transparent;
}

.shadow .btn.btn-theme.effect:hover {
    border: 2px solid #ffffff;
    color: #232323;
    background: transparent;
}

.btn.btn-theme.effect:hover::after {
    width: 0;
}

.btn.btn-theme.effect:hover::before {
    width: 100%;
}

.torch-red .btn.btn-theme.effect {
    color: #ffffff;
    border: 2px solid #ee2852;
    overflow: hidden;
    position: relative;

}

.torch-red .btn.btn-theme.effect::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #ee2852;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.torch-red .btn.btn-theme.effect::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 0;
    background: #ffca0b;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.torch-red .shadow .btn.btn-theme.effect::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 0;
    background: #ffffff;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.torch-red .btn.btn-theme.effect:hover {
    border: 2px solid #ffca0b;
    color: #ffffff;
    background: transparent;
}

.torch-red .shadow .btn.btn-theme.effect:hover {
    border: 2px solid #ffffff;
    color: #ee2852;
    background: transparent;
}

.torch-red .btn.btn-theme.effect:hover::after {
    width: 0;
}

.torch-red .btn.btn-theme.effect:hover::before {
    width: 100%;
}

.btn-theme-border {
    border: 2px solid #ffca0b;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.btn-theme-border::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    background: #ffca0b;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.btn-theme-border.circle::after {
    border-radius: 30px;
}

.btn-theme-border:hover::after {
    width: 100%;
}

.btn-theme-border:hover {
    color: #ffffff;
}

.btn-light-border {
    border: 2px solid #ffffff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.btn-light-border::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    background: #ffffff;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.btn-light-border.circle::after {
    border-radius: 30px;
}

.btn-light-border:hover::after {
    width: 100%;
}

.btn-light-border:hover {
    color: #232323;
}

.btn-theme-effect {
    border: 2px solid #ffca0b;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.btn-theme-effect::after {
    position: absolute;
    right: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: #ffca0b;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.btn-theme-effect.circle::after {
    border-radius: 30px;
}

.btn-theme-effect:hover::after {
    width: 0;
}

.btn-theme-effect:hover {
    color: #232323;
}

.btn-gray:hover,
.btn-gray {
    background-color: #1c6e86;
}

.btn-gray-text:hover,
.btn-gray-text {
    color: #1c6e86;
    background-color: #fff;
}

.apply-btn {
    width: 120px;
    padding: 17px 20px;
}

/* End Button */
/* Start Modal */
.modal-header {
    background: #1c6e86;
}

.modal-header .close {
    padding: 0;
    margin: 0;
    color: white;
}

.modal-title {
    color: #fff;
}

.modal .contact-us-area form {
    background: #ffffff;
    box-shadow: none;
    padding: 0px;
}

.modal .custom-file-label {
    /* padding: 20px; */
    padding-right: 95px;
}

/* End Modal */

.relative {
    position: relative;
    z-index: 1;
}


.bg-fixed {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
}

.bg-cover {
    background-position: center center !important;
    background-size: cover !important;
}

.bg-overlay {
    position: relative;
}

.bg-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #595959c9;
}

.overflow-hidden {
    overflow: hidden;
}

button,
button:focus {
    border: none !important;
    box-shadow: inherit !important;
    outline: inherit !important;
}


/* Start Site Heading */
.site-heading h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #7a7a7a;
    position: relative;
    z-index: 1;
    display: inline-block;
    background: linear-gradient(-90deg, rgb(122, 122, 122) 30%, rgb(122, 122, 122, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.torch-red .site-heading h4 {
    color: #ee2852;
    background: linear-gradient(-90deg, rgba(238, 40, 82, 1) 0%, rgba(166, 23, 153, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.site-heading p {
    margin: 0;
    margin-top: 10px;
}

.site-heading h2 {
    display: block;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
}

.site-heading .devider {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #304044;
    position: relative;
    z-index: 1;
    right: 13px;
}

.torch-red .site-heading .devider {
    background: #ee2852;
}

.site-heading.light .devider {
    background: #ffffff;
}

.site-heading .devider:before {
    position: absolute;
    right: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: #ffca0b;
}

.torch-red .site-heading .devider:before {
    background: #ee2852;
}

.area-title {
    font-size: 40px;
    line-height: 1.2;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px;
    padding: 15px;
}


@media only screen and (min-width: 1100px) {
    .left-border::before {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 70px;
        background: #edf5ff;
    }

    .bg-gray.left-border::before {
        background: #ffffff;
    }
}


/* ==============================================================
     # slider
=================================================================== */
.team-members {
    padding: 0 60px;
}

.footer-carousel img {
    width: 100%;
    height: 400px;
}

.product-btn-next,
.product-btn-prev,
.about-btn-next,
.about-btn-prev,
.footer-btn-next,
.footer-btn-prev,
.swiper-button-next,
.swiper-button-prev {
    background-color: #d8b18b;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.product-btn-next:after,
.product-btn-prev:after,
.about-btn-next:after,
.about-btn-prev:after,
.footer-btn-next:after,
.footer-btn-prev:after,
.swiper-button-next:after,
.swiper-button-prev:after {
    background-color: #d8b18b;
    font-size: 30px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 6px 3px 6px 7px;
    text-align: center;
}

.product-btn-next:after,
.footer-btn-next:after,
.about-btn-next:after,
.swiper-button-next:after {
    padding: 6px 7px 6px 3px;
}

.product-btn-next i,
.product-btn-prev i,
.about-btn-next i,
.about-btn-prev i,
.footer-btn-next i,
.footer-btn-prev i {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.swiper.gallery-project {
    padding: 20px 50px;
}

.product-btn-next,
.product-btn-prev,
.about-btn-next,
.about-btn-prev,
.footer-btn-next,
.footer-btn-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    line-height: 53px;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.404);
}

.product-btn-next,
.about-btn-next,
.footer-btn-next {
    left: auto;
    right: 0;
}

/* .swiper-button-next:after, .swiper-button-prev:after {
  color: #ffca0b;
} */

/* ==============================================================
     # Top Bar
=================================================================== */

.top-bar-area .container-full {
    padding: 0 30px;
}

.top-bar-area {
    font-family: 'Almarai';
    font-weight: 600;
}

.top-bar-area.transparent {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
}

.top-bar-area.transparent i {
    color: #ffffff !important;
}

.top-bar-area.inc-border {
    border-bottom: 1px solid #e7e7e7;
}

.top-bar-area li {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
}

.top-bar-area li:first-child {
    margin: 0;
    padding: 0;
    border: none;
}

.top-bar-area p {
    margin: 0;
    font-weight: 600;
}

.top-bar-area p a {
    text-decoration: underline;
    font-weight: 600;
}

.top-bar-area.inc-border {
    border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .button a {
    display: inline-block;
    padding: 6px 25px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.top-bar-area li::after {
    position: absolute;
    right: 0;
    top: 5px;
    content: "";
    height: 19px;
    width: 1px;
    border-right: 1px solid #dddddd;
}

.top-bar-area.transparent li::after {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    height: 80px;
    top: -30px;
}

.top-bar-area li:first-child::after {
    display: none;
}

.top-bar-area .item-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar-area .social ul {
    margin-right: 30px;
}

.top-bar-area .social ul li::after {
    display: none;
}

.top-bar-area .social li {
    margin-right: 10px;
}

.top-bar-area.inc-pad {
    padding: 15px 0;
}

.top-bar-area.inc-padding {
    padding: 10px 0;
}

.top-bar-area .button i {
    margin-left: 5px;
}

.top-bar-area .info li i {
    margin-left: 5px;
    color: #104cba;
}

.top-bar-area.fixed {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.top-bar-area.fixe .row {
    align-items: center;
}

.top-bar-area.fixed {
    padding: 20px 0;
}

.top-bar-area .address-info li {
    text-align: right;
}

.top-bar-area .address-info li .icon,
.top-bar-area .address-info li .info {
    display: inline-block;
}

.top-bar-area .address-info li .icon i {
    margin-left: 10px;
}

.top-bar-area .info a {
    margin-right: 20px;
}

.top-bar-area.fixed .container {
    padding-left: 30px;
}

.top-bar-area.bg-dark .info li i,
.top-bar-area.bg-theme .info li i,
.top-bar-area.bg-gradient .info li i {
    color: #ffffff;
}

.top-bar-area.inc-logo {
    padding: 15px 0;
}

.top-bar-area .info-colums ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar-area .info-colums ul .info span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.top-bar-area .info-colums li i {
    font-size: 35px;
}

.top-bar-area .info-colums ul .info {
    font-size: 14px;
    text-align: right;
}

.top-bar-area .info-colums .info,
.top-bar-area .info-colums .icon {
    display: inline-block;
}

.top-bar-area .info-colums ul li {
    text-align: right;
}

.top-bar-area .info-colums ul li .info {
    line-height: 24px;
}

.top-bar-area .info-colums ul li .icon {
    margin-left: 15px;
}

.top-bar-area .info-colums ul li::after {
    height: 90%;
    top: 5%;
}

.top-bar-area.bg-theme .info-colums ul li::after {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area .info-colums ul li .icon i {
    color: #104cba;
}

.top-bar-area.bg-theme .info-colums ul li .icon i {
    color: #ffffff;
}

.top-bar-area.bg-theme {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/* ==============================================================
     # Bradcrumb
=================================================================== */
.breadcrumb-area {
    padding: 120px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.breadcrumb-area.top-pad-extra {
    padding-top: 240px;
}

.breadcrumb-area .row {
    position: relative;
    z-index: 1;
}

.breadcrumb-area .breadcrumb {
    background: transparent none repeat scroll 100% 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.breadcrumb-area h1 {
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 40px;
    margin-top: -10px;
    margin-bottom: 20px;
}

.breadcrumb > li + li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding: 0 5px;
    color: #ffffff;
    display: none;
}

.breadcrumb-area .breadcrumb li i {
    margin-left: 5px;
}

.breadcrumb-area .breadcrumb li {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.breadcrumb-area .breadcrumb li::after {
    content: "";
    height: 2px;
    right: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    background: #ffffff;
    width: 15px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
    display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Almarai';
}

/* ==============================================================
     # Banner
=================================================================== */
body,
.banner-area,
.banner-area div {
    height: 95%;
}

.banner-area.auto-height,
.banner-area.auto-height div {
    height: auto;
}

.banner-area.auto-height .content {
    padding: 150px 0;
}

.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.banner-area .box-table {
    display: table;
    width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
    height: auto;
}

.banner-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner-area .content {
    position: relative;
    z-index: 9;
    overflow: hidden;
}


/* Animation delays */
.banner-area .carousel-item h1:first-child,
.banner-area .carousel-item h2:first-child,
.banner-area .carousel-item h3:first-child,
.banner-area .carousel-item h4:first-child,
.banner-area .carousel-item h5:first-child,
.banner-area .carousel-item h6:first-child {
    animation-delay: .5s;
}

.banner-area .carousel-item h1:nth-child(2),
.banner-area .carousel-item h2:nth-child(2),
.banner-area .carousel-item h3:nth-child(2),
.banner-area .carousel-item h4:nth-child(2),
.banner-area .carousel-item h5:nth-child(2),
.banner-area .carousel-item h6:nth-child(2) {
    animation-delay: .7s;
}

.banner-area .carousel-item p {
    animation-delay: .5s;
}

.banner-area .carousel-item ul {
    animation-delay: .6s;
}

.banner-area .carousel-item a,
.banner-area .carousel-item button {
    animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1, 1);
    }

    to {
        -moz-transform: scale(1.2, 1.2);
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1, 1);
    }

    to {
        -o-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.2, 1.2);
    }
}

/* .carousel-inner .carousel-item>.slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
} */

.banner-area .carousel-zoom .slider-thumb {
    height: 95%;
    position: absolute;
    width: 100%;
    background-size: 100% 100%;
}

.banner-area .carousel-control {
    background: transparent none repeat scroll 100% 0;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 9;
    display: inline-block;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #ffffff;
    opacity: 0;
}

.banner-area .carousel-control.shadow {
    background: transparent none repeat scroll 100% 0;
    color: #ffffff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-shadow: inherit;
    top: 50%;
    width: 50px;
    z-index: 1;
}

.banner-area .carousel-control.shadow::after {
    background: #1e2726 none repeat scroll 100% 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.banner-area .carousel-control.left {
    right: -80px;
}

.banner-area .carousel-control.left::after {
    position: absolute;
    right: 25px;
    top: 50%;
    content: "";
    height: 1px;
    width: 80px;
    background: #ffffff;
}

.banner-area .carousel-control.left::before {
    position: absolute;
    right: 20px;
    top: 22px;
    content: "";
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ffffff;
}

.banner-area:hover .carousel-control.left {
    right: 50px;
    opacity: 1;
}

.banner-area:hover .carousel-control.shadow.left {
    right: 20px;
}

.banner-area .carousel-control.right {
    left: -80px;
}

.banner-area:hover .carousel-control.right {
    left: 50px;
    opacity: 1;
}

.banner-area .carousel-control.right::after {
    position: absolute;
    left: 25px;
    top: 50%;
    content: "";
    height: 1px;
    width: 80px;
    background: #ffffff;
}

.banner-area .carousel-control.right::before {
    position: absolute;
    left: 20px;
    top: 23px;
    content: "";
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #ffffff;
}

.banner-area:hover .carousel-control.shadow.right {
    left: 20px;
}

/* Carousel Contril Right Position */
.banner-area .carousel-control.position-right {
    position: absolute;
    left: -100px;
    right: auto !important;
    margin: 0;
    top: 50%;
    transform: translateX(50%);
}

.banner-area .carousel-control.position-right.right {
    margin-top: -80px;
}

.banner-area:hover .carousel-control.position-right.left,
.banner-area:hover .carousel-control.position-right.right {
    left: 0;
    right: auto !important;
}


.carousel-control.light-bg::after,
.carousel-control.light-bg::before {
    display: none;
}

.carousel-control.light-bg {
    background: #ffffff;
    color: #ffca0b;
    box-shadow: 0 0 10px #cccccc;
}

/* Carousel Indicators */

.banner-area .carousel-indicator {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 100%;
}

.banner-area .carousel-indicators {
    position: absolute;
    left: auto;
    right: 0;
    width: auto;
    height: auto;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 30px 0;
}

.banner-area .carousel-indicators.right {
    padding: 80px 0;
    right: auto;
    left: 0;
}

.banner-area .carousel-indicators li {
    display: block;
    height: 20px;
    width: 20px;
    margin: 10px 5px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    position: relative;
    z-index: 1;
}

.banner-area .carousel-indicators.theme li {
    border: 2px solid #e7e7e7;
    opacity: 1;
}

.banner-area .carousel-indicators li.active {
    border: 2px solid #ffffff;
}

.banner-area .carousel-indicators.theme li.active {
    border: 2px solid #ffca0b;
}

.torch-red .banner-area .carousel-indicators.theme li.active {
    border: 2px solid #ee2852;
}

.banner-area .carousel-indicators li::after {
    position: absolute;
    right: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.banner-area .carousel-indicators.theme li::after {
    background: #ffca0b;
}

.torch-red .banner-area .carousel-indicators.theme li::after {
    background: #ee2852;
}

.double-items > .row div {
    height: auto;
}

/* Content */
.banner-area .top-right-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
    width: 60%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: left top;
}


.banner-area .top-left-shape {
    position: absolute;
    right: 0;
    top: 0;
    height: 60% !important;
    width: 60%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: right top;
}

.banner-area .shape-thumb {
    margin-left: -50px;
}

.banner-area .shape-thumb img {
    padding: 50px;
}

.banner-area.top-pad-140p .carousel-item {
    padding-top: 140px;
}

.banner-area.inc-shape::after {
    position: absolute;
    left: -100px;
    top: -200px;
    content: "";
    height: 600px;
    width: 800px;
    background: linear-gradient(-90deg, rgb(28 108 132) 57%, rgba(0, 212, 255, 1) 100%);
    z-index: -1;
    border-radius: 30px;
    transform: rotate(-45deg);
    opacity: 0.1;
}

.banner-area.text-default h4 {
    text-transform: uppercase;
    color: #ffca0b;
    font-weight: 600;
    margin-bottom: 25px;
    background: linear-gradient(-90deg, rgb(28 108 132) 0%, rgba(62, 220, 251, 1) 37%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.torch-red .banner-area.text-default h4 {
    color: #ee2852;
    background: linear-gradient(-90deg, #ee2852 0%, #d100df 37%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-area.text-default h2 {
    font-weight: 600;
    font-size: 60px;
    margin: 0;
    line-height: 1.1;
}


.banner-area.text-default a {
    margin-top: 40px;
}

.banner-area.inc-video h2 {
    font-size: 70px;
    font-weight: 600;
    line-height: 1.1;
}

.banner-area.inc-video h4 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
}

.banner-area h2 span {
    font-weight: 200;
}

.banner-area.inc-video a.btn {
    margin-top: 23px;
}

.banner-area p {
    padding-left: 30%;
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
}

.banner-area.text-center p {
    padding-right: 15%;
    padding-left: 15%;
}

.banner-area.inc-video a span {
    position: absolute;
    right: 80px;
    top: 0;
    min-width: 129px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: inherit;
}

.banner-area.inc-video a.video-play-button {
    margin-bottom: 50px;
}

.banner-area.inc-video .content {
    overflow: inherit;
}

.banner-area.top-pad-50 .content {
    padding-top: 50px;
}

.banner-area.top-pad-80 .content {
    padding-top: 80px;
}

.banner-area .shape-right-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60%;
    width: 40%;
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.banner-area.text-big h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.banner-area.text-big h2 span {
    /* font-weight: 100; */
    /* font-size: 60px;  */
    line-height: 1.2;
}

.banner-area.text-big a.btn {
    margin-top: 20px;
}

.banner-area .fixed-shape {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100% !important;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    opacity: 0.5;
}

.banner-area.auto-height .shape-thumb img {
    padding: 50px;
    margin-top: 120px;
    padding-bottom: 0;
}

.banner-area.auto-height .content {
    padding: 0;
    padding-top: 120px;
}

/* ==============================================================
     # Video Button Play
=================================================================== */
.video-play-button {
    color: #ffca0b;
    font-size: 30px;
    right: 50%;
    padding-right: 7px;
    position: absolute;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    -webkit-transform: translateX(50%) translateY(-50%);
    -moz-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    -o-transform: translateX(50%) translateY(-50%);
    z-index: 1;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    right: 50%;
    top: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff repeat scroll 100% 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
    background: #ffca0b repeat scroll 100% 0;
}

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
    background: #FF5621 repeat scroll 100% 0;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 50%;
    top: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff repeat scroll 100% 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    color: #ffca0b;
}

.torch-red .video-play-button i {
    color: #ee2852;
}

.video-play-button.theme i {
    color: #ffffff;
}

.video-play-button.relative {
    position: relative;
    display: inline-block;
    right: 30px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    text-align: center;
    margin-top: 0 !important;
    top: 55px;
    margin-right: 10px;
}

.video-play-button.relative::before,
.video-play-button.relative::after {
    height: 68px;
    width: 68px;
    line-height: 68px;
}

.video-play-button.relative i {
    line-height: 70px;
    font-size: 25px;
}

/* Nice Select CSS */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: right;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-right: 18px;
    padding-left: 30px;
    position: relative;
    text-align: right !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 15px;
    z-index: 1;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-left: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform-origin: 34% 66%;
    -ms-transform-origin: 34% 66%;
    transform-origin: 34% 66%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    overflow-y: auto !important;
    height: 200px;
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #96aac1;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    right: 0 !important;
    left: 0 !important;
}

.nice-select.right {
    float: left;
}

.nice-select.right .list {
    right: auto;
    left: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-right: 18px;
    padding-left: 29px;
    text-align: right;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/* ==============================================================
     # About
=================================================================== */

@media only screen and (min-width: 1367px) {
    .about-area .container {
        margin-right: calc((100% - 1140px) / 2);
        padding: 0;
        width: auto;
        min-width: auto;
        max-width: inherit;
    }
}

@media (min-width: 1601px) {
    .about-area .container {
        margin-right: calc((100% - 1320px) / 2);
        padding: 0;
        width: auto;
        min-width: auto;
        max-width: inherit;
    }
}

.about-area {
    position: relative;
    z-index: 1;
}

.about-area::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 80px;
    width: 100%;
    background: #ffffff;
    z-index: -1;
}

.about-area .fixed-shape {
    position: absolute;
    right: 0;
    top: 80px;
    height: 100%;
    width: 60%;
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.about-area .about-items .row {
    margin-right: 0;
}

.about-area .thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-area .info {
    margin-top: 200px;
    padding-bottom: 120px;
}

.about-area .thumb .success-rate {
    position: absolute;
    display: flex;
    align-items: center;
}

.about-items .thumb .successr-ate {
    position: absolute;
    right: -80px;
    display: flex;
    align-items: center;
    background: #ffca0b;
    padding: 30px;
    top: 80px;
}

.torch-red .about-items .thumb .successr-ate {
    background: #ee2852;
}

.about-items .thumb .successr-ate i {
    display: inline-block;
    font-size: 60px;
    margin-left: 20px;
}

.about-items .thumb .successr-ate h2 {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}

.about-area .info > h4 {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    color: #ffca0b;
    margin-top: -5px;
    background: linear-gradient(-90deg, rgb(28 108 132) 30%, rgba(4, 215, 242, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.torch-red .about-area .info > h4 {
    color: #ee2852;
    background: linear-gradient(-90deg, rgba(238, 40, 82, 1) 0%, rgba(166, 23, 153, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-area .info h2 {
    font-weight: 600;
    margin-bottom: 30px;
}

.about-area .info p {
    color: #a0a2a6;
}

.about-area .info {
    padding-left: 50px;
}

.about-area .info ul {
    margin-left: -15px;
    margin-top: 35px;
    overflow: hidden;
}

.about-area .info li {
    float: right;
    width: 50%;
    padding: 0 15px;
    position: relative;
    padding-right: 60px;
}

.about-area .info li::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "N";
    font-family: 'ElegantIcons';
    height: 40px;
    width: 40px;
    background: #ffffff;
    border-radius: 50%;
    color: #ffca0b;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

.torch-red .about-area .info li::after {
    color: #ee2852;
}

.about-area .info li h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.about-area .info li p {
    margin-bottom: 0;
}

.about-area .info > a {
    margin-top: 40px;
}


/* ==============================================================
     # About Version Two
=================================================================== */
.about-us-area .about-items .thumb {
    padding-right: 50px;
    position: relative;
    z-index: 1;
}

.about-us-area .about-items .thumb img {
    width: 100%;
    height: 460px;
}

.about-us-area .about-items .thumb h2 {
    position: absolute;
    right: 0;
    bottom: 50px;
    margin: 0;
    background: #ffffff;
    padding: 37px;
    padding-top: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    color: #666666;
    border-radius: 8px;
}

.about-us-area .about-items .thumb h2 strong {
    font-size: 62px;
    color: #d8b18b;
}

.about-us-area .about-items .thumb::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 50%;
    width: 25px;
    background: #ffca0b;
    z-index: -1;
    border-radius: 8px;
}

.about-us-area .about-items .thumb img {
    border-radius: 8px;
}

.about-us-area .info {
    padding-right: 35px;
}

.about-us-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.about-us-area .info p {
    font-size: 16px;
}

.about-us-area .author {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.about-us-area .author img {
    height: 80px;
}

.about-us-area .author .signature {
    border-left: 1px solid #999999;
    padding-left: 20px;
    margin-left: 20px;
}

.about-us-area .author h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.about-us-area .about-items .info ul {
    margin-top: 30px;
}

.about-us-area .about-items .info ul li {
    display: block;
    padding-right: 25px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    font-family: 'Almarai';
    color: #232323;
    font-weight: 500;
}

.about-us-area .about-items .info ul li::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "N";
    font-family: 'ElegantIcons';
    height: 100%;
    width: 100%;
    color: #ffca0b;
}

.pdf-area .item {
    padding: 42px 42px 110px 42px;
    background-color: #F5F5F5;
    border-radius: 19px 19px 19px 19px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);
    transition: 0.6s;
    margin-bottom: 30px;
}

.pdf-area .item:hover {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #7E7A7A99;
    box-shadow: 20px 20px 20px 2px rgba(0, 0, 0, .5);
}

.pdf-area .item .icon {
    color: #ffca0b;
    font-size: 45px;
    text-align: center;
}

.workshop-mobile-area .first {
    background-color: #f9d757;
    padding: 40px;
}

.workshop-mobile-area .middle {
    padding: 40px;
}

@media (min-width: 767px) {
    .workshop-mobile-area .box-sh {
        box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.21);
    }

}

.workshop-mobile-area .first .icon,
.workshop-mobile-area .middle .icon {
    font-size: 45px;
    text-align: center;
    margin-bottom: 40px;
}


/* ==============================================================
     # About Version Three
=================================================================== */
.about-us .nav-link {
    background-color: #fff;
    width: 100%;
    font-weight: bold;
}

.about-us .nav-link.active {
    background-color: #fff;
    color: #ffca0b;
    border: 1px solid #ffca0b !important;
    border-radius: 0;
    border-left-color: #fff !important;
    position: relative;
}

.about-us .nav-link.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: -3px;
    height: 100%;
    width: 6px;
    background-color: #fff !important;
    z-index: 88;
}

.about-us .tab-pane.active {
    border: 1px solid #ffca0b !important;
    padding: 20px;
    text-align: justify;
}

.about-us .tab-pane a.pdf-link {
    color: #ffca0b;
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}

.about-content-area .content-box .thumb {
    padding-left: 35px;
}

.about-content-area.workshop-slider {
    position: relative;
}

.about-content-area.workshop-slider .workshop-overlay2,
.about-content-area.workshop-slider .workshop-overlay {
    position: absolute;
    bottom: -115px;
    left: 17%;
}

.about-content-area.workshop-slider .workshop-overlay2 {
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
}


.about-content-area .thumb-box .shape {
    position: absolute;
    height: 300px;
    right: -150px;
    top: -80px;
    width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1;
}

.about-content-area .thumb-box {
    position: relative;
}

.about-content-area .thumb-box img:first-child {

    width: 100%;
    border-radius: 8px;
    height: 370px;
}

.about-content-area .thumb-box img:last-child {
    position: relative;
    width: 80%;
    left: 0;
}

.about-content-area .thumb-box img:nth-child(2) {
    position: relative;
    left: 0;
    width: 200px;
    height: 200px;
    float: left;
    top: -150px;
    margin-bottom: -200px;
    border: 5px solid #ffffff;
    border-radius: 50%;
}

.about-content-area .thumb-box .experience {
    position: absolute;
    left: -50px;
    bottom: 50px;
    background: #ffca0b;
    padding: 30px 50px;
    overflow: hidden;
    z-index: 1;
    box-shadow: -1px 4px 20px -2px rgb(0 0 0 / 10%);
}

.about-content-area .thumb-box .experience h2 {
    font-size: 120px;
    color: #ffffff;
    font-weight: 800;
    line-height: 1;
    padding-left: 200px;
    margin: 0;
    margin-top: -10px;
}

.about-content-area .thumb-box .experience h2 strong {
    font-size: 22px;
    font-weight: 600;
    display: block;
}


.about-content-area .thumb-box .experience .video-play-button {
    position: absolute;
    left: 60px;
    right: auto;
}

.about-content-area .thumb-box .experience::after {
    position: absolute;
    left: -110px;
    top: -55px;
    content: "";
    height: 300px;
    width: 300px;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
}

.projects-area .single-item .info h2,
.about-content-area .content-box .info h2 {
    font-weight: 600;
    margin-bottom: 30px;
}

.project-info .feaures li,
.projects-area .single-item .info ul li,
.about-content-area .content-box .info ul li {
    display: flex;
    margin-top: 30px;
}

.project-info .feaures li {
    display: block;
}

.project-info .feaures,
.projects-area .single-item .info ul {
    width: 100%;
}

.project-info .feaures {
    padding-right: 20px;
    padding-left: 10px;
}

.project-info .feaures li i,
.projects-area .single-item .info ul li i,
.about-content-area .content-box .info ul li i {
    display: inline-block;
    font-size: 40px;
    margin-left: 10px;
    color: #ffca0b;
}

.project-info .feaures li i,
.projects-area .single-item .info ul li i {
    font-size: 25px;
}

.project-info .feaures li i {
    float: right;
    display: inline-block;
}

.project-info .feaures li h4,
.projects-area .single-item .info ul li h4,
.about-content-area .content-box .info ul li h4 {
    font-weight: 600;
    font-size: 28px;
}

.project-info .feaures li h4,
.projects-area .single-item .info ul li h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.project-info .feaures li h4 {
    /* float:; */
    display: inline-block;
}

.project-info .feaures li p,
.projects-area .single-item .info ul li p,
.about-content-area .content-box .info ul li p {
    margin: 0;
}

.project-info .feaures li p,
.about-content-area .content-box .info ul li p {
    font-size: 18px;
}

.project-info .feaures li p {
    float: left;
    display: inline-block;
}

.project-info .img-holder {
    height: 400px;
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    padding: 15px;
    border-radius: 8px;
}

.project-info .img-holder img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.about-content-area .content-box .info .call {
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
    align-items: center;
}

.about-content-area .content-box .info .call i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 75px;
    background: #ffca0b;
    text-align: center;
    border-radius: 50%;
    margin-left: 25px;
    color: #ffffff;
    font-size: 30px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    margin-top: 7px;
}

.about-content-area .content-box .info .call i::after {
    position: absolute;
    right: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: #ffca0b;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
}

.about-content-area .content-box .info .call h5 {
    font-weight: 600;
    margin-bottom: 3px;
}

/* ==============================================================
     # Features
=================================================================== */
.features-area .features-content .top {
    display: flex;
    align-items: center;
}

.features-area .features-content .top h4 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}

.features-area .features-content .top {
    margin-bottom: 20px;
}

.features-area .features-content .top span {
    font-family: 'Almarai';
    font-size: 40px;
    font-weight: 800;
    position: relative;
    padding-left: 70px;
    color: #ffca0b;
    text-shadow: 5px 5px 0px #eceefe;
}

.torch-red .features-area .features-content .top span {
    color: #ee2852;
}

.features-area .features-content .top span::after {
    position: absolute;
    right: 65px;
    top: 50%;
    content: "";
    height: 1px;
    width: 35px;
    background: #cccccc;
}

.features-area .item a {
    display: inline-block;
    margin-top: 10px;
}

.features-area .item a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 2px solid #e7e7e7;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    position: relative;
}

.features-area .item a::before,
.features-area .item a::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 50%;
}


.features-area .item a::before {
    border: 2px solid transparent;
}

.features-area .item:hover a::before {
    border-top-color: #ffca0b;
    border-left-color: #ffca0b;
    border-bottom-color: #ffca0b;
    transition: border-top-color 0.15s linear, border-left-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.torch-red .features-area .item:hover a::before {
    border-top-color: #ee2852;
    border-left-color: #ee2852;
    border-bottom-color: #ee2852;
}

.features-area .item a::after {
    border: 0 solid transparent;
}

.features-area .item:hover a::after {
    border-top: 2px solid #ffca0b;
    border-right-width: 2px;
    border-left-width: 2px;
    transform: rotate(-270deg);
    transition: transform 0.4s linear 0s, border-right-width 0s linear 0.35s;
}

.torch-red .features-area .item:hover a::after {
    border-top: 2px solid #ee2852;
}

.features-area .item:hover a {
    border-color: transparent;
}


.features-area .item a i {
    position: relative;
    top: 2px;
}

.features-area .single-item .item {
    padding: 60px 30px;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    position: relative;
}

.features-area .single-item .item > i {
    display: inline-block;
    position: absolute;
    left: -60px;
    bottom: -60px;
    font-size: 120px;
    opacity: 0.06;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

.features-area .single-item .item:hover > i,
.features-area .single-item:nth-child(2n) .item > i {
    opacity: 0.07;
    left: -20px;
    bottom: -20px;
    color: #ffca0b;
}

.features-area .single-item:nth-child(2n) .item,
.features-area .single-item .item:hover {
    box-shadow: -1px 4px 20px -2px rgb(0 0 0 / 10%);
}


/* ==============================================================
     # Services
=================================================================== */

.services-area .right-shape {
    position: absolute;
    left: 0;
    top: 120px;
}

.project-info .features-pro li i,
.services-area .services-items .item .info > i {
    display: inline-block;
    font-size: 45px;
    margin-bottom: 30px;
    color: #ffffff;
    height: 90px;
    width: 90px;
    line-height: 105px;
    background: linear-gradient(-90deg, rgb(28 108 132) 57%, rgba(4, 215, 242, 1) 100%);
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.project-info .features-pro li i {
    background: #ffca0b;
}

.torch-red .services-area .services-items .item .info > i {
    background: #ee2852;
}

.project-info .features-pro li i {
    font-size: 22px;
    margin-bottom: 30px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-bottom: 0px;
}

/* .project-info .features-pro li i::after, */
.services-area .services-items .item .info > i::after {
    position: absolute;
    left: 8px;
    bottom: 0;
    content: "";
    height: 20px;
    width: 20px;
    background: #ffca0b;
    border-radius: 50%;
    border: 3px solid #ffffff;
    z-index: -1;
}

/* .project-info .features-pro li i::after{
  left: 0px;
  bottom: 0px;
  content: "";
  height: 15px;
  width: 15px;
} */

.torch-red .services-area .services-items .item .info > i::after {
    background: #ee2852;
}

.project-info .features-pro li h4,
.services-area .services-items .item h4 {
    font-weight: 600;
}

.project-info .features-pro li h4 {
    margin: 0 10px;
}

.project-info .features-pro li p {
    margin: 0;
}

.services-area .services-items {
    position: relative;
    z-index: 1;
}

.services-area .services-items .single-item {
    margin-bottom: 30px;
}

.project-info .features-pro {
    /* width: fit-content; */
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.project-info .features-pro li,
.services-area .services-items .single-item .item {
    padding: 60px 30px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    border-radius: 5px;
}

.project-info .features-pro li {
    display: flex;
    padding: 10px 15px;
    margin: 0 1%;
    margin-bottom: 20px;
    font-size: 18px;
    align-items: center;
    width: 31.3%;
    /* box-shadow: 0 0px 7px 2px rgb(214 215 216); */
}

.services-area.inc-thumbnail .services-items .single-item .item {
    box-shadow: -1px 4px 20px -2px rgb(0 0 0 / 10%);
    padding: 0;
}

.services-area.inc-thumbnail .services-items .single-item .item .info {
    padding: 30px;
    padding-top: 0;
    position: relative;
    top: -45px;
    margin-bottom: -45px;
}

/* .project-info .features-pro li::after , */
.services-area .services-items .single-item .item::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 0;
    width: 100%;
    background: linear-gradient(to top, #ffca0b 0%, #ffca0b 50%, #d8b18b 100%);
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.project-info .features-pro li::after {
    background: #ffca0b;
}

.torch-red .services-area .services-items .single-item .item::after {
    background: #ee2852;
}

.project-info .features-pro li i,
.project-info .features-pro li h4,
.project-info .features-pro li p,
.services-area .services-items .single-item .item i,
.services-area .services-items .single-item .item h4,
.services-area .services-items .single-item .item p,
.services-area .services-items .single-item .item span {
    transition: all 0.35s ease-in-out;
}

/* .project-info .features-pro li i{
  font-size: 25px;
} */

/* .project-info .features-pro li:hover i,
.project-info .features-pro li:hover h4,
.project-info .features-pro li:hover p, */
.services-area .services-items .single-item .item:hover i,
.services-area .services-items .single-item .item:hover h4,
.services-area .services-items .single-item .item:hover p,
.services-area .services-items .single-item .item:hover span {
    color: #ffffff;
}

.project-info .features-pro li:hover i,
.services-area .services-items .single-item .item:hover i {
    background: #ffffff;
    color: #ffca0b;
}

.torch-red .services-area .services-items .single-item .item:hover i {
    color: #ee2852;
}

.services-area .services-items .single-item .item:hover span,
.services-area .services-items .single-item .item:hover a {
    background: transparent;
}

.services-area .services-items .single-item .item:hover span {
    opacity: 0.3;
}

.services-area .services-items .item:hover .info .bottom::after {
    opacity: 0;
}

.services-area .services-items .single-item .item:hover a {
    color: #ffffff;
}

/* .project-info .features-pro li:hover::after, */
.services-area .services-items .single-item .item:hover::after {
    height: 100%;
}

.services-area .services-items .info .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.services-area .services-items .info .bottom::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    height: 1px;
    width: 100%;
    background: #e7e7e7;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.services-area .services-items .info .bottom a {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #232323;
    text-transform: uppercase;
    background: #ffffff;
    padding-right: 20px;
    font-size: 14px;
}

.services-area .services-items .info .bottom span {
    font-family: 'Almarai';
    font-size: 36px;
    font-weight: 900;
    padding-left: 15px;
    position: relative;
    z-index: 1;
    color: #e9e9e9;
    background: #ffffff;
}

.services-area .services-items .info .bottom a i {
    position: relative;
    top: 1px;
}


/* ==============================================================
     # Services
=================================================================== */

.services-area .fixed-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 80%;
    width: 46%;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1800px) {
    .services-area .fixed-shape {
        height: 100%;
        width: 80%;
    }
}

@media screen and (min-width: 2201px) {
    .services-area .fixed-shape {
        height: 130%;
        width: 130%;
    }
}

.services-area .services-heading {
    margin-bottom: 60px;
}

.services-area .services-heading h2 {
    font-weight: 600;
    margin-bottom: 0;
}

.services-area .services-heading h4 {
    text-transform: uppercase;
    color: #ffca0b;
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(-90deg, rgb(28 108 132) 30%, rgba(4, 215, 242, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-area ul.achivement {
    float: left;
}

.services-area ul.achivement li {
    display: inline-block;
    margin-left: 80px;
    float: right;
    font-family: 'Almarai';
}

.services-area ul.achivement li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.services-area ul.achivement li .counter {
    position: relative;
}

.services-area ul.achivement li .counter {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 5px;
}

.services-area ul.achivement li .counter .operator {
    font-size: 40px;
    margin-right: 2px;
}

.services-area ul.achivement li .medium {
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    float: left;
}

.services-area .services-content .single-item {
    margin-bottom: 30px;
}

.services-area .services-content .item {
    padding: 60px 30px;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services-area .services-content .item i {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 30px;
    margin-top: 25px;
    color: #ffca0b;
    background: linear-gradient(to left, #ffca0b, #ffca0b, #ffca0b, #9a009c, #9a009c);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.services-area .services-content .item i::after {
    position: absolute;
    right: -21px;
    top: -25px;
    content: "";
    height: 80px;
    width: 81px;
    background: linear-gradient(62.5deg, transparent, rgba(237, 245, 255, 0.9));
    z-index: -1;
    border-radius: 50%;
    transform: rotate(-65deg);
    transition: all 0.35s ease-in-out;
}

.services-area .services-content .item h4 {
    font-weight: 600;
    font-size: 18px;
}

.services-area .services-content .item p {
    margin-bottom: -5px;
}


/* ==============================================================
     # Thumb Services
=================================================================== */

.thumb-services-area.main-page {
    padding-bottom: 0 !important;
}

.thumb-services-area .right-shape {
    position: absolute;
    left: 0;
    top: 120px;
}

.thumb-services-area .right-shape {
    position: absolute;
    left: 0;
    top: 120px;
    transform: scaleX(-1);
}

.thumb-services-area .single-item {
    margin-bottom: 30px;
}

.thumb-services-area .services-items .item {
    background-size: cover;
    background-position: center;
    display: block;
    padding: 60px 37px;
    position: relative;
    z-index: 1;
    height: 100%;
    border-radius: 7px;
    border-style: solid;
    border-width: 0 0 4px 0;
    border-color: #81eaf8;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}


.thumb-services-area .services-items .item .info h4 {
    font-weight: 600;
}

.thumb-services-area .services-items .item .info > i,
.thumb-services-area .services-items .item .info > img {
    display: inline-block;
    font-size: 45px;
    margin-bottom: 30px;
    color: #ffffff;
    height: 90px;
    width: 90px;
    line-height: 90px;
    /* background: linear-gradient(-90deg, rgb(28 108 132) 57%, rgba(4, 215, 242, 1) 100%); */
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}


.thumb-services-area .services-items .single-item .item:hover .info > i {
    background: #ffffff;
    color: #ffca0b;
    transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .btn a {
    margin-top: 5px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 15px 8px;
}

.thumb-services-area .services-items .btn a i {
    font-size: 12px;
    margin-left: 3px;
}

.thumb-services-area .services-items .single-item:first-child .item .bottom a {
    border-color: rgba(255, 255, 255, 0.5)
}


/* ==============================================================
     # Services Default
=================================================================== */

.default-services-area .item {
    padding: 30px;
}

.default-services-area .item .info i {
    display: inline-block;
    font-size: 45px;
    margin-bottom: 30px;
    background: rgba(18, 115, 235, 0.1);
    height: 90px;
    width: 90px;
    line-height: 100px;
    color: #ffca0b;
    border-radius: 5px;
    text-align: center;
}

.torch-red .default-services-area .item .info i {
    background: rgba(238, 40, 82, 0.07);
    color: #ee2852;
}

.default-services-area .item .info p {
    margin: 0;
}

.default-services-area .services-items {
    margin-top: -30px;
    margin-right: -30px;
    margin-left: -30px;
}


/* ==============================================================
     # Service Version Four
=================================================================== */

.thumbs-services-area .single-item {
    margin-bottom: 30px;
}

.thumbs-services-area .item img {
    border-radius: 7px;
    margin-bottom: 30px;
}

.thumbs-services-area .item {
    position: relative;
    z-index: 1;
    margin: 0 15px;
}

.thumbs-services-area .item::after {
    position: absolute;
    right: -15px;
    top: 80px;
    left: -15px;
    background: #24282b;
    content: "";
    bottom: 0;
    z-index: -1;
    border-radius: 7px;
}

.thumbs-services-area .item .info {
    padding: 30px;
    padding-top: 0;
}

.thumbs-services-area .item .info p {
    color: #cccccc;
}

.blog-area .blog-items .item a.readmore-btn,
humbs-services-area .item .info > a {
    text-transform: uppercase;
    font-size: 13px;
    color: #cccccc;
    display: inline-block;
    margin-top: 15px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 8px 25px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.blog-area .blog-items .item a.readmore-btn {
    display: block;
    margin: 10px auto 10px;
    width: fit-content;
    color: #ffca0b;
}

.blog-area .blog-items .item a.readmore-btn i,
.thumbs-services-area .item .info > a i {
    margin-right: 3px;
    position: relative;
    top: 1px;
}

.blog-area .blog-items .item:hover a.readmore-btn,
.thumbs-services-area .item:hover .info > a {
    color: #ffffff;
    border: 2px solid #ffca0b;
}

.blog-area .blog-items .item a.readmore-btn::after,
.thumbs-services-area .item .info > a::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    background: #ffca0b;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.blog-area .blog-items .item:hover a.readmore-btn::after,
.thumbs-services-area .item:hover .info > a::after {
    width: 100%;
}

.thumbs-services-area .thumb-services-carousel.owl-carousel .owl-dots {
    margin-top: 40px;
    margin-bottom: -8px;
}

.thumbs-services-area .thumb-services-carousel.owl-carousel .owl-dots .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.thumbs-services-area .thumb-services-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
    position: absolute;
    right: 50%;
    top: 50%;
    content: "";
    height: 10px;
    width: 10px;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    background: #ffca0b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/* ==============================================================
     # Services Details Area
=================================================================== */

.services-details-items h2,
.services-details-items h3,
.services-details-items h4,
.services-details-items h5,
.services-details-items h6 {
    font-weight: 600;
}

.services-details-items .services-sidebar .single-widget {
    margin-top: 50px;
}


.services-details-items .services-sidebar .single-widget:first-child {
    margin-top: 0;
}

.services-details-items .services-sidebar .widget-title {
    font-weight: 800;
    margin-top: -5px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 15px;
}

.services-details-items .services-sidebar .widget-title::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 50px;
    border-bottom: 2px solid #ffca0b;
}

.services-details-items .services-sidebar .services-list a {
    display: block;
    padding: 18px 25px;
    background: rgba(237, 245, 255, 1);
    margin-top: 15px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    overflow: hidden;
    border-radius: 5px;
}

.services-details-items .services-sidebar .services-list a::after {
    position: absolute;
    left: 20px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    height: 13px;
    width: 13px;
    border: 3px solid #ffca0b;
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
}

.services-details-items .services-sidebar .services-list .current-item a::after,
.services-details-items .services-sidebar .services-list a:hover::after {
    border-color: #ffffff;
}

.services-details-items .services-sidebar .services-list a::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    background: #ffca0b;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.services-details-items .services-sidebar .services-list li.current-item a::before {
    width: 100%;
}

.services-details-items .services-sidebar .services-list li.current-item a,
.services-details-items .services-sidebar .services-list li a:hover {
    color: #ffffff;
}

.services-details-items .services-sidebar .services-list a:hover::before {
    width: 100%;
}

.services-details-items .services-sidebar {
    padding-right: 35px;
}

.services-details-items .services-sidebar .single-widget.quick-contact {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.services-details-items .services-sidebar .single-widget.quick-contact::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #232323;
    opacity: 0.7;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content {
    padding: 50px 30px;
    position: relative;
    z-index: 1;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content i {
    display: inline-block;
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #ffca0b;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    text-align: center;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content i::after {
    position: absolute;
    right: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: #ffca0b;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content p {
    color: #FFFFFFD1;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content h2 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    margin-top: 25px;
}

.services-details-items .services-sidebar .single-widget.brochure ul {
    margin-top: 15px;
}

.services-details-items .services-sidebar .single-widget.brochure a {
    display: flex;
    align-items: center;
    margin-top: 15px;
    background: #ffffff;
    padding: 18px 25px;
    border-radius: 5px;
    border: 2px solid rgb(205 223 247);
}

.services-details-items .services-sidebar .single-widget.brochure a i {
    font-size: 30px;
    font-weight: 600;
    color: #ffca0b;
    margin-left: 16px;
}

.services-details-items .services-sidebar .single-widget.brochure li:first-child a {
    margin-top: 0;
}

.services-details-items .services-sidebar .single-widget.brochure a:hover {
    color: #ffca0b;
}

.services-details-items .services-single-content img {
    width: 100%;
    height: 300px;
}

.services-details-items .services-single-content h2 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

.services-details-area .features .col-lg-6 {
    display: flex;
}

.services-details-area .features i {
    display: inline-block;
    font-size: 50px;
    color: #ffca0b;
    margin-left: 25px;
}

.services-details-area .features h4 {
    font-weight: 600;
}

.services-details-area .services-single-content p {
    margin: 0 0 20px;
}

.services-details-area .features {
    margin: 20px 0;
}

.services-details-area .services-single-content ul {
    list-style: disc;
    margin-right: 20px;
    margin-bottom: 20px;
}

.services-details-area .services-single-content ul li {
    line-height: 30px;
}


/* ==============================================================
     # Fun Factor
=================================================================== */
.fun-factor-area .fun-fact-items {
    position: relative;
    z-index: 1;
    padding: 120px 50px;
}

.fun-factor-area .fun-fact-items::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 400%;
    background: #ffca0b;
    z-index: -1;
}


/* ==============================================================
     # Business Growth Area
=================================================================== */

.business-groth-area .info {
    padding-left: 35px;
    position: relative;
    z-index: 1;
}

.business-groth-area .info h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #ffca0b;
    margin-top: -5px;
    display: inline-block;
    background: linear-gradient(-90deg, rgb(28 108 132) 30%, rgba(4, 215, 242, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.business-groth-area .info h2 {
    font-weight: 600;
    margin-bottom: 30px;
}

.business-groth-area .info::after {
    position: absolute;
    content: "";
    background: url(../img/shape/14.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -200px;
    top: -200px;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.1;
}

.business-groth-area .info a {
    margin-top: 20px;
}


/* ==============================================================
     # Why Choose Us
=================================================================== */
.choose-us-area {
    position: relative;
    z-index: 1;
}

.choose-us-area::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 120px;
    width: 100%;
    background: linear-gradient(-90deg, rgba(237, 245, 255, 1) 0%, rgba(204, 223, 247, 1) 100%);
    z-index: -1;
}

.choose-us-area .item-box {
    padding-right: 15px;
    margin-left: 15px;
}

.choose-us-area .item-box .thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.choose-us-area .info {
    padding-top: 240px;
    padding-right: 50px;
}

.choose-us-area .thumb {
    position: relative;
    z-index: 1;
}

.choose-us-area .thumb .transform-text {
    position: absolute;
    right: -260px;
    bottom: 50%;
    transform: rotate(90deg);
    margin-bottom: -22%;
}

.choose-us-area .thumb .transform-text h2 {
    margin: 0;
    font-size: 200px;
    font-weight: 900;
    opacity: 0.2;
    color: #ffca0b;
}

.torch-red .choose-us-area .thumb .transform-text h2 {
    color: #ee2852;
}

.choose-us-area .info .award {
    display: flex;
    align-items: center;
    font-family: 'Almarai';
    font-weight: 600;
    font-size: 20px;
    color: #232323;
    margin-top: 30px;
}

.choose-us-area .info .award i {
    display: inline-block;
    font-size: 70px;
    margin-left: 30px;
    border-left: 1px solid #dddddd;
    padding-left: 25px;
    background: linear-gradient(to left, #ffca0b, #18ebeb, #ffca0b);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.torch-red .choose-us-area .info .award i {
    color: #ee2852;
    -webkit-background-clip: inherit;
    -moz-background-clip: inherit;
    background-clip: inherit;
    -webkit-text-fill-color: inherit;
    background: transparent;
}

.choose-us-area .info .award span {
    line-height: 30px;
}

.choose-us-area .info h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #ffca0b;
    display: inline-block;
    background: linear-gradient(-90deg, rgb(28 108 132) 30%, rgba(4, 215, 242, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.torch-red .choose-us-area .info h4 {
    color: #ee2852;
    background: linear-gradient(-90deg, rgba(238, 40, 82, 1) 0%, rgba(166, 23, 153, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.choose-us-area .info h2 {
    font-weight: 600;
    margin-bottom: 30px;
}


/* ==============================================================
     # Partner
=================================================================== */
.partner-area .item-box {
    padding: 80px 0;
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

.partner-area .item-box.pra {
    padding: 0 0 80px;
}

.partner-area .item-box img {
    width: auto;
    margin: auto;
    width: 200px;
    height: 120px;
}

.partner-area .item-box.count::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 400%;
    background: #d8b18b;
    z-index: -1;
}

.torch-red .partner-area .item-box::after {
    background: #1b1b1b;
}

.torch-red .partner-area .item-box.red::after {
    background: #ee2852;
}

.partner-area .item-box.count::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 500px;
    background: url(../img/shape/9.png);
    opacity: 1;
    transform: scaleX(-1);
}

/* .partner-area .item-box.pra::before {
    background: url(../img/shape/4.png);
    opacity: 0.2;
  } */

.partner-area {
    position: relative;
    z-index: 1;
}

.partner-area.count-par::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 120px;
    width: 100%;
    background: linear-gradient(-90deg, rgba(237, 245, 255, 1) 0%, rgb(27 27 27 / 60%) 100%);
    z-index: -1;
}

.partner-area.bg-gray::after {
    background: #ffffff;
}

.partner-area.shadow-less::after {
    display: none;
}

.partner-area.shape-less::after {
    display: none;
}

.partner-area .info {
    padding-left: 50px;
}

.partner-area .info h2 {
    font-weight: 600;
    margin-top: -8px;
}

.partner-area .info p {
    margin-bottom: -5px;
}


/* ==============================================================
     # Team
=================================================================== */

.team-area .fixed-shape {
    position: absolute;
    right: 0;
    top: 120px;
    height: 100%;
    width: 100%;
}

.team-area .fixed-shape img {
    width: 100%;
}

.team-area .team-items {
    position: relative;
    z-index: 1;
}

.team-area .team-items::after {
    position: absolute;
    right: -80px;
    top: -80px;
    content: "";
    height: 150px;
    width: 150px;
    background: url(../img/shape/3.png);
    z-index: -1;
}

/* .team-area::after {
    position: absolute;
    left: -150px;
    bottom: -120px;
    content: "";
    height: 600px;
    width: 600px;
    border: 100px solid #ffffff;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
} */

.team-area {
    position: relative;
    z-index: 1;
}

.team-area .single-item {
    margin-bottom: 30px;
}

.team-area .item {
    position: relative;
    display: block;
}

.team-area .team-items .thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-bottom: 3px solid #d8b18b;
    border-radius: 8px;
}

.torch-red .team-area .team-items .thumb {
    border-bottom: 3px solid #ee2852;
}

.team-area .team-items .thumb .share {
    position: absolute;
    left: 30px;
    bottom: 0;
    display: inline-block;
    padding: 17px;
    padding-bottom: 10px;
    background: #d8b18b;
    border-radius: 30px 30px 0 0;
    color: #ffffff;
    transition: all 0.35s ease-in-out;
}

.gallery-sec.team-area .team-items .thumb .share {
    right: 30px;
    left: auto;
    top: 0;
    bottom: auto;
    border-radius: 0 0 30px 30px;

}

.torch-red .team-area .team-items .thumb .share {
    background: #ee2852;
}

/* .team-area .team-items .item:hover .thumb .share {
    transform: translateY(60px);
} */

.team-area .item .info {
    padding: 30px;
    padding-bottom: 0;
}

.gallery-sec.team-area .item .info {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: whitesmoke;
}

.team-area .team-items .thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-area .team-items .thumb img {
    transition: all 0.35s ease-in-out;
    width: 100%;
    height: 300px;
}

.team-area .team-items .item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.team-area .item .info h4 {
    font-weight: 600;
    margin-bottom: 5px;
}

.team-area .item .info span {
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: -10px;
    font-size: 13px;
    font-family: 'Almarai';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.share-button i {
    transition: .3s ease;
}

.team-area .team-items .item .share-icon {
    opacity: 0;
}

.team-area .team-items .item:hover .share-icon {
    opacity: 1;
}

.team-area .team-items .item:hover .share-icon:first-child {
    transform: translateY(-30px) rotate(0);
}

.team-area .team-items .item:hover .share-icon:nth-child(2) {
    transform: translateY(-85px) rotate(0);
}

.team-area .team-items .item:hover .share-icon:nth-child(3) {
    transform: translateY(-140px) rotate(0);
}

.team-area .team-items .item:hover .share-icon:nth-child(4) {
    transform: translateY(-195px) rotate(0);
}


.share-icon {
    position: absolute;
    bottom: 0;
    left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    transform: translateX(0) rotate(-180deg);
    cursor: pointer;
    transition: .3s ease-in-out;
}

.team-area .team-items .social a {
    color: #ffffff;
}

.team-area .team-items .social a.facebook {
    background: #3B5998 none repeat scroll 100% 0;
}

.team-area .team-items .social a.twitter {
    background: #1DA1F2 none repeat scroll 100% 0;
}

.team-area .team-items .social a.pinterest {
    background: #BD081C none repeat scroll 100% 0;
}

.team-area .team-items .social a.g-plus {
    background: #DB4437 none repeat scroll 100% 0;
}

.team-area .team-items .social a.linkedin {
    background: #0077B5 none repeat scroll 100% 0;
}

.team-area .team-items .social a.instagram {
    background: #3f729b none repeat scroll 100% 0;
}


/* ==============================================================
     # Team Single
=================================================================== */

/* .team-single-area .team-content-top {
    background: #ffffff;
    padding: 40px;
    box-shadow: -1px 4px 20px -2px rgb(0 0 0 / 10%);
}

.team-single-area .team-content-top .right-info {
    padding-right: 35px;
    padding-left: 50px;
}

.team-single-area .team-content-top .right-info h2 {
    font-weight: 600;
}

.team-single-area .team-content-top .right-info span {
    display: block;
    text-transform: uppercase;
    color: #ffca0b;
    font-weight: 600;
    margin-bottom: 25px;
}

.team-single-area .right-info ul {
    margin-top: 25px;
    border-top: 1px solid #e7e7e7;
    padding-top: 17px;
}

.team-single-area .right-info ul li {
    margin-top: 10px;
    color: #232323;
}

.team-single-area .right-info ul li a {
    font-weight: 400;
}

.team-single-area .right-info ul li a:hover {
    color: #ffca0b;
}

.team-single-area .right-info .social {
    display: flex;
    margin-top: 25px;
    font-weight: 600;
    align-items: center;
}

.team-single-area .right-info .social h4 {
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 25px;
}

.team-single-area .right-info .social ul {
    margin: 0;
    padding: 0;
    border: none;
}

.team-single-area .right-info .social .share-link {
    position: relative;
    z-index: 1;
    margin-right: 15px;
}

.team-single-area .right-info .social .share-link > i {
    display: inline-block;
    height: 45px;
    background: #ffffff;
    box-shadow: 0 0 10px #cccccc;
    line-height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: #ffca0b;
}

.team-single-area .right-info .social ul {
    display: flex;
    list-style-type: none;
    grid-gap: 10px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out 0s;
}

.team-single-area .right-info .social .share-link:hover ul {
    right: 58px;
    opacity: 1;
    pointer-events: auto;
}

.team-single-area .right-info .social ul li {
    display: inline-block;
    margin: 0;
    margin-left: 10px;
}

.team-single-area .right-info .social ul li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 47px;
    background: #f1f1f1;
    text-align: center;
    border-radius: 50%;
}

.team-single-area .bottom-info {
    margin-top: 80px;
}

.team-single-area .bottom-info h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.team-single-area .bottom-info p:last-child {
    margin-bottom: 0;
}

.team-single-area .bottom-info .skill-items {
    padding-right: 35px;
} */

/* ==============================================================
     # Testimonials
=================================================================== */

.testimonials-area .fixed-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 80%;
    width: 50%;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.testimonials-area .testimonial-items {
    position: relative;
    z-index: 1;
}

.testimonials-area .testimonial-items::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 60%;
    z-index: -1;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 96%) repeat scroll 100% 0;
    border-radius: 10px;
}

.testimonials-area .item {
    padding: 120px 50px;
    position: relative;
    z-index: 1;
}

.testimonials-area .item::after {
    position: absolute;
    right: 50px;
    top: 10px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 80px;
    opacity: 0.07;
    z-index: -1;
}

.testimonials-area .item .provider {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.testimonials-area .item .provider img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-left: 20px;
}

.testimonials-area .item .provider h4 {
    margin-bottom: 5px;
    font-weight: 600;
}

.testimonials-area .row > .info h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #ffca0b;
}

.torch-red .testimonials-area .row > .info h4 {
    color: #ee2852;
}

.testimonials-area .row > .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.testimonials-area .row > .info p {
    margin: 0;
}

.testimonials-area .item .provider span {
    font-family: 'Almarai';
    font-weight: 600;
    color: #ffca0b;
}

.torch-red .testimonials-area .item .provider span {
    color: #ee2852;
}

.testimonials-area .row > .info {
    padding-right: 50px;
    border-right: 1px solid #c7c7c7;
}

.testimonials-area .testimonials-carousel .owl-nav {
    position: absolute;
    left: 30px;
    bottom: 135px;
}

.testimonials-area .testimonials-carousel .owl-nav .owl-prev,
.testimonials-area .testimonials-carousel .owl-nav .owl-next {
    background: transparent;
    color: #232323;
    font-size: 25px;
    margin: 0;
}


/* ==============================================================
     # Expertise
=================================================================== */

.expertise-area {
    position: relative;
    z-index: 1;
}

.expertise-area .item-heading {
    margin-bottom: 60px;
}

.expertise-area .info {
    padding-left: 35px;
}

.expertise-area .info h4 {
    text-transform: uppercase;
    color: #ffca0b;
    font-weight: 600;
    background: linear-gradient(-90deg, rgb(28 108 132) 30%, rgba(4, 215, 242, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.torch-red .expertise-area .info h4 {
    color: #ee2852;
    background: linear-gradient(-90deg, rgba(238, 40, 82, 1) 0%, rgba(166, 23, 153, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.expertise-area .info h2 {
    font-weight: 600;
    margin-bottom: 0;
}

.skill-items .progress-box {
    margin-bottom: 40px;
}

.skill-items .progress-box:last-child {
    margin-bottom: 0;
}

.skill-items .progress-box h5 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: right;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.skill-items .progress-box h5 span {
    position: absolute;
    font-size: 50px;
    line-height: 1;
    top: -21px;
    right: 0;
    z-index: -1;
    opacity: 0.05;
    font-weight: 900;
}

.skill-items .skill-items {
    margin-top: 40px;
}

.skill-items .progress-box .progress {
    background: transparent;
    border-bottom: 2px solid #e7e7e7;
    box-shadow: inherit;
    border-radius: inherit;
    overflow: inherit;
}

.skill-items .progress-box .progress .progress-bar {
    height: 6px;
    border-radius: 30px;
    background: linear-gradient(-90deg, rgb(28 108 132) 30%, rgba(4, 215, 242, 1) 100%);
    top: 12px;
    position: relative;
    overflow: inherit;
}

.torch-red .skill-items .progress-box .progress .progress-bar {
    background: #ee2852;
}

.skill-items .progress-box .progress .progress-bar span {
    position: absolute;
    left: 0;
    top: -40px;
    display: block;
    font-size: 15px;
    color: #232323;
    font-weight: 600;
    font-family: 'Almarai';
}

.torch-red .skill-items .progress-box .progress .progress-bar span {
    top: -50px;
}

.torch-red .skill-items .progress-box .progress .progress-bar {
    position: relative;
    z-index: 1;
}

.torch-red .skill-items .progress-box .progress .progress-bar::after {
    position: absolute;
    left: 13px;
    top: -28px;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #ee2852;
    font-size: 20px;
}

.expertise-area .expertise-content .item {
    padding: 50px;
    padding-top: 450px;
    position: relative;
    z-index: 1;
}

.expertise-area .expertise-content .single-item {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    z-index: 1;
}

.expertise-area .expertise-content .single-item:last-child {
    border: none;
}

.expertise-content {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 0 15px;
    border-radius: 8px;
}

.expertise-content .fixed-shape {
    position: absolute;
    right: -180px;
    bottom: -120px;
    height: 350px;
    width: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.expertise-area .expertise-content::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 0 0 8px 8px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 100% 0;
}

.expertise-content h4 {
    font-weight: 600;
}

.expertise-content p {
    margin: 0;
}

.expertise-content .content i {
    display: inline-block;
    font-size: 35px;
    margin-bottom: 25px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    border-radius: 50%;
    color: #ffca0b;
    border: 2px solid rgba(255, 255, 255, 0.7);
}

.expertise-area .expertise-content .content {
    position: absolute;
    transition: all 0.35s ease-in-out;
    transform: translateY(5px);
    right: 50px;
    left: 50px;
    bottom: 50px;
}

.expertise-area .expertise-content .item:hover .content {
    transform: translateY(-90px);
}

.expertise-content a {
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    z-index: 1;
    bottom: 65px;
    position: absolute;
    opacity: 0;
    transform: translateX(30px);
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #ffffff !important;
    font-size: 14px;
    color: #232323;
    padding: 12px 35px;
}

.expertise-area .expertise-content .item:hover a {
    opacity: 1;
    transform: translateX(0);
}


.expertise-area .expertise-content .item a:hover {
    background: rgba(255, 255, 255, 1);
}

/* ==============================================================
     # Faq
=================================================================== */
/*
.faq-content-area .faq-content {
    margin-top: -25px;
}

.faq-content-area .thumb {
  padding-right: 35px;
}

.faq-content-area .accordion .card-header h4:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  position: absolute;
  left: 0;
  right: auto;
  top: 22px;
  font-weight: 600;
}

.faq-content-area .accordion .card-header h4.collapsed:after {
  content: "\f067";
  font-weight: 600;
  font-size: 14px;
  color: #232323;
}

.faq-content-area .faq-content .card {
    border: none;
    overflow: inherit;
    background: #ffffff;
    border-radius: inherit;
    border-bottom: 1px solid #e7e7e7;
}

.faq-content-area .faq-content .card:last-child {
  margin-bottom: 0;
}

.faq-content-area .faq-content .card .card-header {
  border: none;
  background: transparent;
  padding: 0;
}

.faq-content-area .faq-content .card .card-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 25px;
  padding-left: 50px;
  padding-right: 0;
  cursor: pointer;
}

.faq-content-area .faq-content .card .card-body {
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 5px;
  padding-left: 50px;
}

.faq-content-area .ask-question a {
  color: #ffca0b;
  text-decoration: underline;
}
 */

/* ==============================================================
     # Faq Area
=================================================================== */
/*
.faq-area .faq-items .fixed-thumb {
    position: absolute;
    right: -195px;
    bottom: 0;
    width: 350px;
}

.faq-area .faq-items {
    position: relative;
    z-index: 1;
    padding-right: 50px;
}

.faq-area .faq-items .faq-content {
    padding: 120px 0;
    z-index: 9;
}

.faq-area .faq-items::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 400%;
    background: #ffca0b;
    z-index: -1;
}

.faq-area .faq-items .icon i {
    position: absolute;
    left: -170px;
    top: 50%;
    font-size: 300px;
    opacity: 0.1;
    transform: translateY(-50%);
}

.faq-area {
    position: relative;
    z-index: 1;
}

.faq-area::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 120px;
    width: 100%;
    background: linear-gradient(-90deg, rgba(237,245,255,1) 0%, rgba(204,223,247,1) 100%);
    z-index: -1;
}

.faq-area .faq-content h2 {
  font-weight: 600;
  margin-top: -8px;
  margin-bottom: 30px;
}

.accordion .card-header h4:after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    position: absolute;
    right: 0;
    top: -2px;
    font-weight: 600;
    background: #ffffff;
    color: #ffca0b;
    font-size: 12px;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
}

.accordion .card-header h4.collapsed:after {
  content: "\f067";
  font-weight: 600;
}

.faq-area .faq-content .card {
  border: none;
  margin-bottom: 30px;
  overflow: inherit;
  background: transparent;
  border-radius: 5px;
  padding: 0;
}

.faq-area .faq-content .card:last-child {
  margin-bottom: 0;
}

.faq-area .faq-content .card .card-header {
  border: none;
  background: transparent;
  padding: 0;
}

.faq-area .faq-content .card .card-header h4 {
    margin: 0;
    font-weight: 500;
    padding: 0;
    padding-right: 45px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.faq-area .faq-content .card .card-body {
  padding-right: 30px;
  padding: 0;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 20px;
}

.faq-area .faq-content .card .card-body p:last-child {
  margin-bottom: 0;
}

.faq-area .faq-content .card .card-header h4 strong {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #ffca0b;
  color: #ffffff;
  border-radius: 50%;
  margin-left: 20px;
  position: relative;
  min-width: 40px;
}

.faq-area .faq-content .card .card-header h4 strong::after {
  position: absolute;
  right: -10%;
  top: -10%;
  content: "";
  height: 120%;
  width: 120%;
  background: #ffca0b;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
} */

/* ==============================================================
     # Gallery
=================================================================== */

.gallery-area {
    position: relative;
    z-index: inherit;
}

.main-page.gallery-area {
    padding-bottom: 0;
}

.clients-section.gallery-area {
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-area .fixed-shape {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.03;
}

.gallery-area #portfolio-grid {
    margin: -15px;
}

.gallery-area .gallery-items.colums-3 .pf-item {
    float: right;
    padding: 15px;
    width: 33.3333%;
}

.gallery-area .gallery-items.colums-2 .pf-item {
    float: right;
    padding: 15px;
    width: 50%;
}

.gallery-area .gallery-items.colums-4 .pf-item {
    float: right;
    padding: 15px;
    width: 25%;
}

.gallery-area .gallery-items.colums-6 .pf-item {
    float: right;
    padding: 15px;
    width: 16.6666%;
}

/* .gallery-area .gallery-items .pf-item.wide {
    width: 66.6667%;
} */

.gallery-area .pf-item .item {
    position: relative;
    overflow: hidden;
}

.gallery-area .pf-item .item .thumb {
    height: 200px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 20px 10px;
    padding: 5px;
    border-radius: 20px;
    background-color: #fff;
}

.gallery-area .gallery-project .item .thumb {
    height: auto;
}


.gallery-area .pf-item .item .thumb img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.gallery-area .pf-item .item .content {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    padding: 30px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    transition: all 0.35s ease-in-out;
    bottom: 0;
    opacity: 0;
}

.gallery-area .pf-item .item .content::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 80%;
    /* background: #000000; */
    z-index: -1;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}

.gallery-area .pf-item .item:hover .content::after {
    width: 100%;
    opacity: 0.6;
}

.gallery-area .pf-item .item .content .info {
    transition: all 0.35s ease-in-out;
    transform: translateX(-80px);
}

.gallery-area .pf-item .item:hover .content .info {
    transform: translateX(0);
}

.gallery-area .pf-item .item .content .button a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 44px;
    background: #d8b18b;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    transform: translateY(-30px);
}

.gallery-area.videos-page .pf-item .item .content {
    opacity: 1;
}

.gallery-area.videos-page .pf-item .item .content .button a {
    transform: translateY(0);
    opacity: 1;
}

.torch-red .gallery-area .pf-item .item .content .button a {
    background: #ee2852;
    color: #ffffff;
}

.gallery-area .pf-item .item:hover .content .button a {
    transform: translateY(0);
}

.gallery-area .pf-item .item .content a i {
    position: relative;
    top: 5px;
}

.gallery-area .pf-item .item .content h4 {
    font-weight: 600;
    margin-bottom: 7px;
    color: #ffffff;
}

.gallery-area .pf-item .item .content h4 a {
    color: #ffffff;
}

.gallery-area .pf-item .item .content span {
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    font-family: 'Almarai';
    font-weight: 500;
    font-size: 13px;
    color: #cccccc;
}

.gallery-area .pf-item .item:hover .content {
    bottom: 0;
    opacity: 1;
}


/* ==============================================================
     # Projects
=================================================================== */

.projects-area {
    position: relative;
    z-index: inherit;
}

.projects-area .fixed-shape {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.03;
}

.projects-area .single-item .thumb img {
    max-width: 120%;
}

.projects-area .single-item .content {
    background: #ffffff;
    padding: 40px;
    box-shadow: -1px 4px 20px -2px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 1;
}

.projects-area .single-item .content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.projects-area .single-item .content::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 150px;
    width: 150px;
    background: url(../img/shape/1.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.projects-area .single-item span {
    display: block;
    font-family: 'Almarai';
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.projects-area .single-item h2,
.projects-area .single-item h3,
.projects-area .single-item h4 {
    font-weight: 600;
    margin-bottom: 30px;
}

.projects-area .single-item a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #d8b18b;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}

.torch-red .projects-area .single-item a {
    background: #ee2852;
}

.projects-area .single-item a i {
    font-size: 25px;
    position: relative;
    top: 8px;
}

.projects-area .single-item .thumb {
    background-size: cover;
    background-position: center;
    max-width: 100%;
    width: 100%;
}

.projects-area .single-item .info {
    padding-right: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.projects-area .owl-item,
.projects-area .owl-item:not(.center) {
    opacity: 0.4;
}

.projects-area .owl-item.active.center {
    opacity: 1;
}

.projects-area .projects-carousel .owl-nav {
    margin: 0;
}

.projects-area .projects-carousel .owl-nav .owl-prev,
.projects-area .projects-carousel .owl-nav .owl-next {
    background: transparent none repeat scroll 100% 0;
    color: #232323;
    font-size: 30px;
    height: 40px;
    right: 0;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

.projects-area .projects-carousel:hover .owl-nav .owl-prev,
.projects-area .projects-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.projects-area .projects-carousel .owl-nav .owl-next {
    right: auto;
    left: 0;
}


.projects-area .projects-carousel:hover .owl-nav .owl-prev {
    right: 50px;
}

.projects-area .projects-carousel:hover .owl-nav .owl-next {
    left: 50px;
}

/* ==============================================================
     # Project Details
=================================================================== */


.project-details-area .top-info {
    position: relative;
    margin-top: 50px;
}

.project-details-area .top-info .left-info {
    padding-left: 35px;
}

.project-details-area .top-info p:last-child {
    margin-bottom: 0;
}

.project-details-area .project-info {
    background: rgba(237, 245, 255, 1);
    padding: 40px;
    border-bottom: 2px solid #ffca0b;
}

.project-details-area .project-info h2,
.project-details-area .project-info h3,
.project-details-area .project-info h4,
.project-details-area .project-info h5 {
    font-weight: 600;
    margin-bottom: 25px;
}

.project-details-area .project-info > ul li {
    font-family: 'Almarai';
    font-weight: 600;
    font-size: 16px;
    color: #232323;
}

.project-details-area .project-info > ul li i {
    display: inline-block;
    margin-left: 14px;
    color: #086AD8;
    font-size: 16px;
}

.project-details-area .project-info > ul {
    display: inline-block;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 30px 30px;
}

.project-details-area .project-info > ul li span {
    font-family: 'Almarai';
    font-weight: 600;
    position: relative;
    font-size: 14px;
    display: block;
    margin-top: 2px;
    color: #666666;
}

.project-details-area .project-info .share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed #bbbbbb;
    margin-top: 20px;
    padding-top: 20px;
}

.project-details-area .project-info .share ul li {
    display: inline-block;
    margin-left: 8px;
}

.project-details-area .project-info .share ul li a {
    display: inline-block;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.project-details-area .project-info .share ul li.facebook a {
    background: #3B5998 none repeat scroll 100% 0;
}

.project-details-area .project-info .share ul li.twitter a {
    background: #1DA1F2 none repeat scroll 100% 0;
}

.project-details-area .project-info .share ul li.pinterest a {
    background: #BD081C none repeat scroll 100% 0;
}

.project-details-area .project-info .share ul li.g-plus a {
    background: #DB4437 none repeat scroll 100% 0;
}

.project-details-area .project-info .share ul li.linkedin a {
    background: #0077B5 none repeat scroll 100% 0;
}

.project-details-area .project-info .share h4 {
    margin: 0;
    padding-left: 50px;
}

.project-details-area .main-content {
    margin-top: 50px;
}

.project-details-area .main-content h2,
.project-details-area .main-content h3,
.project-details-area .main-content h4,
.project-details-area .main-content h5 {
    font-weight: 600;
    margin-bottom: 25px;
}

.project-details-area .main-content .row img {
    margin-top: 30px;
}

.project-details-area .top-info h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

/* ==============================================================
     # Terms Policy
=================================================================== */
/* .terms-policy-area h1,
.terms-policy-area h2,
.terms-policy-area h3,
.terms-policy-area h4,
.terms-policy-area h5,
.terms-policy-area h6 {
  font-weight: 600;
}

.terms-policy-area p {
  margin-bottom: 20px;
}

.terms-policy-area p:last-child {
  margin-bottom: 0;
}

.terms-policy-area i {
    position: fixed;
    top: 50%;
    left: 50px;
    font-size: 200px;
    z-index: -1;
    opacity: 0.05;
    margin-top: -50px;
}

.terms-policy-area i.fa-copy {
  font-weight: 500;
}

.terms-policy-area ul li {
    display: flex;
    margin-top: 20px;
}

.terms-policy-area ul li span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: #ffca0b;
    color: #ffffff;
    font-weight: 600;
    min-width: 30px;
    border-radius: 50%;
    margin-left: 20px;
    font-size: 12px;
}

.terms-policy-area ul li:first-child {
    margin: 0;
}

.terms-policy-area ul {
    margin: 25px 0;
}
 */

/* ==============================================================
     # Career
=================================================================== */

.earna-career ul.job-list {
    text-align: center;
    margin-bottom: 50px;
}

.partner-area ul.job-list {
    display: flex;
    margin-bottom: 0px;
    justify-content: space-evenly;
}

.partner-area ul.job-list li,
.earna-career ul.job-list li {
    display: inline-block;
    margin: 0 30px;
    text-align: center;
}

.partner-arear ul.job-list li:last-child,
.earna-career ul.job-list li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.earna-career ul.job-list li .counter {
    position: relative;
}

.partner-area ul.job-list li .counter {
    position: relative;
}

.partner-area ul.job-list li .counter,
.earna-career ul.job-list li .counter {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 45px;
    font-weight: 600;
    color: #232323;
    line-height: 1;
    margin-bottom: 5px;
}

.partner-area ul.job-list li .counter {
    color: #fff;
}

.earna-career ul.job-list li .counter .operator {
    font-size: 30px;
    margin-right: 2px;
}

.partner-area ul.job-list li .counter .operator {
    font-size: 30px;
    margin-right: 2px;
}

.partner-area ul.job-list li .icon {
    font-size: 30px;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d8b18b;
    margin: 0 auto;
}

.partner-area ul.job-list li .medium,
.earna-career ul.job-list li .medium {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}


.earna-career .job-lists .item {
    box-shadow: -1px 4px 20px -2px rgb(0 0 0 / 10%);
    padding: 50px;
    border-radius: 7px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
}

.earna-career .job-lists .item:last-child {
    margin-bottom: 0;
}

.earna-career .job-lists .item .info {
    padding-left: 30px;
}

.earna-career .job-lists .item .info h4 {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 24px;
    margin-left: 50px;
}

.earna-career .job-lists .item .info h4 span {
    background: rgba(18, 115, 235, 0.2);
    color: rgb(28 110 134);
    font-weight: 500;
    font-size: 12px;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
    top: -18px;
}

.earna-career .job-lists .item .info h4 span::after {
    position: absolute;
    right: 5px;
    bottom: -8px;
    content: "";
    border-right: 2px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid rgba(18, 115, 235, 0.2);
}

.earna-career .job-lists .item .info .top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.earna-career .job-lists .item .info .top i {
    display: inline-block;
    font-size: 40px;
    margin-left: 9px;
    color: #ffca0b;
}

.earna-career .job-lists .item .info .top i.fa-wordpress {
    font-weight: 500;
}

.earna-career .job-lists .item .info ul li {
    display: block;
    margin-left: 20px;
    position: relative;
    z-index: 1;
}

/* .earna-career .job-lists .item .info ul li::after {
    position: absolute;
    left: -15px;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    background: #666666;
    border-radius: 50%;
    margin-top: -2px;
} */

/* .earna-career .job-lists .item .info ul li:last-child::after {
    display: none;
} */


/* ==============================================================
     # Blog Area
=================================================================== */
.blog-area .blog-items .single-item {
    margin-bottom: 30px;
}

.blog-area .blog-items .item {
    display: block;
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
}

.blog-area.prodacts-section .blog-items .item {
    background-color: #f9d757;
    border-radius: 8px;
}

.blog-area.prodacts-section .item .add-to-cart a {
    background-color: #f9d757;
    border-radius: 8px;
    color: #fff;
    width: fit-content;
    display: block;
    padding: 10px 20px;
    margin: 0 auto 16px;
}

.blog-area.prodacts-section .item .add-to-cart a:hover {
    background-color: #000;
    color: #f9d757;
}

.blog-area .blog-items .gallery-project .item {
    border-radius: 8px;
}

.events.blog-area .blog-items .item {
    padding-bottom: 5px;
}

.blog-area .blog-items .item .thumb img ,
.blog-area .blog-items .item .thumb video {
    border-radius: 8px;
    height: 250px;
    width: 100%;
}

.blog-area .blog-items .item .thumb.single-blg img {
    height: 350px;
}

.blog-area .blog-items .info {
    padding-top: 40px !important;
    background: #f9d757;
    border-radius: 0 0 5px 5px;
}

.blog-area .blog-items .info h2,
.blog-area .blog-items .info h3,
.blog-area .blog-items .info h4,
.blog-area .blog-items .info h5 {
    font-weight: 600;
    line-height: 1.4;
}
.blog-area .blog-items .info h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-area .blog-items .info h2 a,
.blog-area .blog-items .info h3 a,
.blog-area .blog-items .info h4 a,
.blog-area .blog-items .info h5 a {
    font-weight: 600;
}

.blog-area .blog-items .info {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.events.blog-area .blog-items .info {
    padding-bottom: 20px;
}

.blog-area .blog-items .info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-area .blog-items .info > a {
    margin-top: 8px;
}

.blog-area .blog-items .thumb {
    position: relative;
    padding: 15px;
    background: #ffffff;
    border-radius: 8px 8px 0 0;
}

.blog-area.prodacts-section .blog-items .thumb {
    background: #f9d757;
}

.blog-area.prodacts-section .product-slides {
    background-image: url(../img/gray-abstract.png);
    background-size: 100% 100%;
    padding: 60px 0;
    margin: 60px 0;
    position: relative;
}

.blog-area.prodacts-section .product-slides::after,
.blog-area.prodacts-section .product-slides::before {
    background-color: #f9d757;
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
}

.blog-area.prodacts-section .product-slides::before {
    top: auto;
    bottom: -50px;
}

.blog-area.prodacts-section .product-slides .overlay {
    background-color: #6e6e6e4a;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.blog-area .blog-items .thumb .date {
    background: #ffffff;
    position: absolute;
    right: 30px;
    bottom: -10px;
    /* color: #d8b18b; */
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: capitalize;
    border: 1px solid #ffffff;
    box-shadow: -1px 4px 20px -2px rgb(0 0 0 / 10%);
    font-family: 'Almarai';
}

.blog-area .blog-items .unit-info .thumb .date {
    bottom: 6px;
}

.blog-area .blog-items .thumb .date i {
    padding-left: 3px;
}

.blog-area .blog-items h2 a:hover,
.blog-area .blog-items h3 a:hover,
.blog-area .blog-items h4 a:hover,
.blog-area .blog-items h5 a:hover,
.blog-area .blog-items .meta a:hover {
    color: #ffca0b;
}

.torch-red .blog-area .blog-items h2 a:hover,
.torch-red .blog-area .blog-items h3 a:hover,
.torch-red .blog-area .blog-items h4 a:hover,
.torch-red .blog-area .blog-items h5 a:hover,
.torch-red .blog-area .blog-items .meta a:hover {
    color: #ee2852;
}


.blog-area .meta {
    display: block;
    margin-bottom: 15px;
}

.blog-area .meta ul li {
    position: relative;
    z-index: 1;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 60px;
    display: flex;
    align-items: center;
    font-family: 'Almarai';
}

.blog-area .meta ul li img {
    height: 35px;
    width: 35px !important;
    border-radius: 50%;
    margin-left: 10px;
}

.blog-area .meta ul li:last-child {
    padding-left: 0;
}

.blog-area .meta ul {
    display: flex;
    align-items: center;
}

.blog-area .meta ul li::after {
    position: absolute;
    left: 15px;
    top: 50%;
    content: "";
    height: 1px;
    width: 30px;
    background: #dddddd;
}

.blog-area .meta ul li:last-child::after {
    display: none;
}

.blog-area .meta ul li a {
    margin-right: 3px;
    display: inline-block;
    line-height: 1.4;
}

.blog-area .meta ul li:first-child a {
    color: #1272eb;
}

.torch-red .blog-area .meta ul li:first-child a {
    color: #ee2852;
}

.blog-area .meta ul li a:hover {
    color: #ffca0b;
}

.torch-red .blog-area .meta ul li a:hover {
    color: #ee2852;
}

.blog-area .info p:last-child {
    margin-bottom: 0;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-area .meta ul li img {
        display: none;
    }
}

/* Pagination */
.pagi-area .pagination {
    text-align: center;
    display: block;
    margin-top: 30px;
}

.pagi-area .pagination li.page-item {
    float: none;
    display: inline-block;
}

.pagi-area .pagination li a {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 2px;
    margin-top: 5px;
    color: #232323;
    font-weight: 800;
}

.pagi-area .pagination li.active a {
    background: #ffca0b;
    border-color: #ffca0b;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
    float: left;
}

.blog-area.left-sidebar .sidebar {
    padding-left: 35px;
}

.blog-area.right-sidebar .sidebar {
    padding-right: 35px;
}

.blog-area .sidebar .title {
    display: block;
}

.blog-area .sidebar .title h4 {
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: -5px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 15px;
}

.blog-area .sidebar .title h4::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 50px;
    border-bottom: 2px solid #ffca0b;
}

.blog-area .sidebar input[type="text"] {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 60px;
}

.blog-area .sidebar form {
    position: relative;
}

.blog-area .sidebar button[type="submit"] {
    background: transparent;
    border: medium none;
    color: #232323;
    font-weight: 600;
    letter-spacing: 1px;
    min-height: 50px;
    width: 50px;
    position: absolute;
    left: 5px;
    text-transform: uppercase;
    top: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-radius: inherit;
    font-size: 18px;
    border-right: 1px solid #e7e7e7 !important;
}

.blog-area .sidebar input[type="submit"]:hover {
    background: #ffca0b none repeat scroll 100% 0;
}

.blog-area .sidebar .sidebar-item {
    float: right;
    margin-bottom: 50px;
    width: 100%;
}

.blog-area .sidebar .sidebar-item:last-child {
    margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info,
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
    margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
    display: block;
    position: relative;
    margin-top: 13px;
}

.blog-area .sidebar .sidebar-item.category li a {
    display: flex;
    text-transform: capitalize;
    font-weight: 600;
    color: #666666;
    align-items: center;
    justify-content: space-between;
}

.blog-area .sidebar .sidebar-item li a:hover {
    color: #ffca0b;
}

.blog-area .sidebar .sidebar-item.category li a span {
    font-size: 12px;
    margin-right: 5px;
    background: #f1f1f1;
    min-width: 40px;
    padding: 3px;
    text-align: center;
    color: #232323;
    border-radius: 30px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
    top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
    margin-top: 0;
    padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
    top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-item.recent-post li a {
    color: #232323;
    display: block;
    font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
    display: inline-block;
}

.sidebar-item.recent-post .meta-title {
    margin-bottom: 8px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
    margin-left: 3px;
    font-weight: 600;
}

.sidebar-item.recent-post li a:hover {
    color: #ffca0b;
}

.sidebar-item.recent-post li a span {
    display: inline-block;
    color: #002359;
}

.sidebar-item.recent-post li span {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Almarai';
}

.sidebar-item.recent-post .meta-title a {
    color: #999999;
}

.sidebar-item.recent-post li {
    color: #cdd0d3;
}

.sidebar-item.recent-post li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.sidebar-item.recent-post li:last-child {
    margin: 0;
}

.sidebar-item.recent-post li .thumb {
    display: table-cell;
    padding: 0;
    padding-top: 5px;
    vertical-align: top;
    width: 80px;
}

.sidebar-item.recent-post .thumb img {
    width: 100%;
    border-radius: inherit;
}

.sidebar-item.recent-post li .info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0;
    padding-right: 25px;
    vertical-align: top;
    padding-top: 0 !important;
}

.sidebar-item.recent-post li .info a {
    text-decoration: inherit;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
}

.blog-area .sidebar-item.gallery ul {
    margin: -7px;
    overflow: hidden;
}

.sidebar-item.gallery ul li {
    box-sizing: border-box;
    float: right;
    padding: 7px;
    width: 33.333%;
}

.sidebar-item.gallery ul li img {
    min-height: 70px;
    width: 100%;
}

.sidebar-item.archives ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.sidebar-item.archives ul li:last-child {
    margin-bottom: 0;
}

.sidebar-item.archives ul li a {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 1;
    padding-right: 25px;
    font-size: 14px;
    color: #666666;
}

.sidebar-item.archives ul li a::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    height: 8px;
    right: 0;
    position: absolute;
    width: 8px;
    font-weight: 600;
}

.sidebar-item.social-sidebar ul {
    margin-bottom: -10px;
    overflow: hidden;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
    background: #002359 none repeat scroll 100% 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    height: 50px;
    line-height: 54px;
    margin-bottom: 5px;
    text-align: center;
    width: 50px;
    font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
    color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
    background: #3B5998 none repeat scroll 100% 0;
}

.sidebar-item.social-sidebar li.twitter a {
    background: #1DA1F2 none repeat scroll 100% 0;
}

.sidebar-item.social-sidebar li.pinterest a {
    background: #BD081C none repeat scroll 100% 0;
}

.sidebar-item.social-sidebar li.g-plus a {
    background: #DB4437 none repeat scroll 100% 0;
}

.sidebar-item.social-sidebar li.linkedin a {
    background: #0077B5 none repeat scroll 100% 0;
}

.sidebar-item.tags ul {
    margin-top: -8px;
}

.sidebar-item.tags ul li {
    display: inline-block;
}

.sidebar-item.tags ul li a {
    border: 1px solid #e7e7e7;
    display: inline-block;
    font-weight: 600;
    margin-top: 8px;
    margin-left: 5px;
    padding: 5px 25px;
    text-transform: capitalize;
    font-size: 13px;
    border-radius: 30px;
    color: #666666;
    background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
    color: #ffca0b;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #ffca0b;
    z-index: -1;
    opacity: 0.7;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
    color: #ffffff;
    font-weight: 600;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {
    color: #ffffff;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {
    display: inline-block;
    color: #ffffff;
    border: 1px dashed rgba(255, 255, 255, 0.7);
    padding: 10px 25px;
    margin-top: 9px;
}

.blog-area .blog-items.content-less .item .info > a {
    margin-top: 10px;
}

/* Blog Single */
.blog-area.single .item .content-box span {
    background: #ffca0b none repeat scroll 100% 0;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 3px 20px;
    text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
    font-weight: 600;
}

.blog-area.single .content-box .cats {
    float: right;
    margin-left: 5px;
}

.blog-area.single .content-box .meta .date {
    float: left;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-area.single .content-box .meta {
    overflow: hidden;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

.blog-area .blog-items .info > ul li {
    margin-bottom: 5px;
    color: #706b66;
    position: relative;
    z-index: 1;
    padding-right: 15px;
    display: block;
}

.blog-area .blog-items .info > ul {
    margin-bottom: 25px;
    margin-top: 25px;
}

.blog-area .blog-items .info > ul li::after {
    position: absolute;
    right: 0;
    top: 10px;
    content: "";
    height: 5px;
    width: 5px;
    background: #706b66;
    border-radius: 50%;
}

.blog-area.single .item {
    margin-bottom: 0;
}

.blog-area .item blockquote {
    position: relative;
    z-index: 1;
    border: none;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 85px;
    color: #232323;
    font-weight: 600;
    line-height: 32px;
    background: #ecf6fa;
    padding: 50px;
    font-family: 'Almarai';
}

.blog-area .item blockquote cite {
    display: block;
    margin-top: 15px;
    color: #999999;
    font-weight: 600;
    font-style: normal;
}

.blog-area .item blockquote::before {
    position: absolute;
    right: 0;
    top: 5%;
    content: "";
    height: 90%;
    width: 3px;
    background: #ffca0b;
}

.blog-area .item blockquote::after {
    position: absolute;
    left: 50px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #666666;
    bottom: 50px;
    font-weight: 600;
    opacity: 0.1;
    font-size: 80px;
}

.blog-area .item blockquote p {
    margin: 0;
    position: relative;
    z-index: 1;
    line-height: 34px;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
}

.blog-area .blog-content .post-tags,
.blog-area .blog-content .share {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    padding-bottom: 6px;
}

.blog-area .blog-content .share li {
    display: inline-block;
    margin-right: 15px;
}

.blog-area .blog-content .share li a {
    display: inline-block;
    color: #ffca0b;
}

.blog-area .blog-content .share li.facebook a {
    color: #3B5998;
}

.blog-area .blog-content .share li.twitter a {
    color: #1DA1F2;
}

.blog-area .blog-content .share li.pinterest a {
    color: #BD081C;
}

.blog-area .blog-content .share li.g-plus a {
    color: #DB4437;
}

.blog-area .blog-content .share li.linkedin a {
    color: #0077B5;
}

.blog-area .blog-content .post-tags .tags a {
    background: #f7f7f7;
    padding: 10px 15px;
    font-size: 14px;
    margin-left: 3px;
    margin-bottom: 5px;
    display: inline-block;
}

.blog-area.single .post-pagi-area {
    margin-top: 50px;
    overflow: hidden;
}

.blog-area.single .post-pagi-area a {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    color: #d8b18b;
    border-radius: 30px;
}

.blog-area.single .post-pagi-area h5 {
    margin: 0;
    margin-top: 5px;
    font-weight: 600;
    transition: all 0.35s ease-in-out;
    font-size: 18px;
}

.blog-area.single .post-pagi-area h5:hover {
    color: #ffca0b;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
    color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
    float: left;
}

.blog-area.single .post-pagi-area a:first-child i {
    margin-left: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
    margin-right: 3px;
}

.comments-area .commen-item .comments-info p {
    display: block;
    margin: 0;
}

.blog-area .contact-comments .submit {
    margin-bottom: 0;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Comments */

.blog-area .comments-form {
    margin-top: 50px;
}

.blog-area .blog-comments .comments-list {
    margin-bottom: 50px;
}

.blog-area .blog-comments .comments-list:last-child {
    margin-bottom: 0;
}

.comments-list .commen-item .avatar {
    height: 120px;
    width: 120px;
    min-width: 120px;
}

.comments-list .commen-item .content {
    position: relative;
}

.comments-list .commen-item .avatar img {
    height: 90px;
    width: 90px;
    border-radius: 5px;
}

.comments-list .commen-item {
    margin-top: 30px;
    display: flex;
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
}

.comments-list .commen-item:first-child {
    border: none;
    margin: 0;
    padding: 0;
}

.comments-list .commen-item:last-child {
    margin-bottom: 0;
}

.comments-list .commen-item.reply {
    margin-right: 80px;
}

.comments-area {
    margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comments-list .commen-item .content .reply a {
    font-size: 14px;
    background: #0a1015;
    color: #ffffff;
    display: inline-block;
    padding: 8px;
    font-weight: 600;
}

.comments-list .commen-item .content .reply a:hover {
    background: #ffca0b;
}

.comments-list .commen-item .content .reply i {
    font-size: 12px;
}

.comments-list .commen-item .content p:last-child {
    margin-bottom: 0;
}

.comments-list .commen-item .content .title {
    align-items: center;
    margin-bottom: 15px;
    font-weight: 600;
}

.comments-list .commen-item .content .title span {
    font-weight: 400;
    color: #ffca0b;
    display: block;
    margin-top: 0;
    font-size: 13px;
}

.comments-list .commen-item .content .title span i {
    font-weight: 600;
    margin-left: 5px;
}

.comments-list .commen-item .content .title span i.fa-reply {
    font-weight: 600;
    margin-left: 3px;
}

.comments-list .commen-item .content .title span a {
    margin-right: 10px;
}

.comments-info a {
    border: 1px solid #e7e7e7;
    color: #002359;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    padding: 1px 20px;
    background: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
}

.comments-info a:hover {
    color: #ffca0b;
}

.comments-info a i {
    margin-left: 10px;
}

.comments-form input,
.comments-form textarea {
    border: none;
    box-shadow: inherit;
    padding: 15px;
    background: #ecf6fa;
    font-size: 14px;
}

.comments-form textarea {
    min-height: 180px;
    padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
    margin-bottom: 0;
}

.comments-form button,
.comments-form button:focus {
    background: transparent;
    margin-top: 15px;
    border: 2px solid #ffca0b;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #ffffff;
    transition: all 0.35s ease-in-out;
    padding: 14px 40px;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 600;
}

.comments-form button::after {
    position: absolute;
    right: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: #ffca0b;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.comments-form button:hover::after {
    width: 0;
}

.comments-form button:hover {
    color: #232323;
}


.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.blog-area .contact-comments .comments {
    margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: right;
    padding: 0 15px;
}


/* Pagination */

.pagination li {
    display: inline-block;
    margin-top: 7px;
}

ul.pagination {
    display: block;
    margin-top: 30px;
}

.pagination li a {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 2px;
    color: #ffca0b;
    font-weight: 800;
}

.pagination li.page-item.active a {
    background: #ffca0b;
    border-color: #ffca0b;
}

/* ==============================================================
     # Contact Area
=================================================================== */

.contact-area.extra-margin {
    margin: 120px 0;
}

.contact-area {
    position: relative;
    z-index: 1;
}

.contact-area::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 120px;
    background: #ffffff;
    z-index: -1;
}

.contact-area::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 120px;
    background: #ffffff;
    z-index: -1;
}

.contact-area .info .content {
    padding: 50px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding-right: 80px;
    padding-top: 80px;
}

.contact-area .info .content::after {
    position: absolute;
    left: -30px;
    top: 30px;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: -1;
}

.contact-area .info h2 {
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-area .info ul {
    display: block;
    margin-top: 35px;
}

.contact-area .info ul li {
    display: flex;
    margin-top: 30px;
}

.contact-area .info ul li:first-child {
    margin-top: 0;
}

.contact-area .info ul li i {
    display: inline-block;
    height: 60px;
    width: 60px;
    min-width: 60px;
    line-height: 60px;
    background: linear-gradient(-90deg, rgb(28 108 132) 57%, rgba(4, 215, 242, 1) 100%);
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    margin-left: 20px;
    font-size: 20px;
}

.contact-area .info ul li p {
    margin: 0;
}

.contact-area .form-box input,
.contact-area .form-box textarea {
    padding: 20px;
    padding-right: 0;
    border: none;
    box-shadow: inherit;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    border-radius: inherit;
}

.contact-area .form-box input::-webkit-input-placeholder,
.contact-area .form-box textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}

.contact-area .form-box input::-moz-placeholder,
.contact-area .form-box textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}

.contact-area .form-box input:-ms-input-placeholder,
.contact-area .form-box textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}

.contact-area .form-box input:-moz-placeholder,
.contact-area .form-box textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}

.contact-area .form-box textarea {
    min-height: 180px;
}

.contact-area .form-box button {
    display: inline-block;
    padding: 15px 42px;
    border-radius: 5px;
    background: #ffffff;
    font-weight: 600;
    color: #ffca0b;
}

.contact-area .form-box button i {
    margin-right: 3px;
}

.contact-area .form-box img.loader {
    margin-right: 10px;
}


/* Google Maps */


/* ==============================================================
     # Contact Version Two
=================================================================== */

.contact-us-area .info {
    background-color: #000;
}

.contact-us-area .info,
.contact-us-area .info .content {
    flex: 1;
}

.contact-us-area .info .content {
    padding: 0 10px;
}

.contact-us-area .info h4 {
    color: #ffca0b;
    font-weight: 600;
    position: relative;
}

.contact-us-area .info h4::after {
    content: '';
    background-color: #ffca0b;
    display: block;
    width: 79px !important;
    height: 3px !important;
    position: absolute;
    left: 41px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-us-area .info h1 {
    font-weight: 600;
    color: #fff;
}

.contact-us-area h1.title {
    color: #ffca0b;
    font-weight: bold;
}

.contact-us-area .info ul li {
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.contact-us-area .info ul li:first-child {
    margin-top: 0;
}

.contact-us-area .info ul li p {
    margin: 0;
    color: #fff;
}

.contact-us-area .info ul li i {
    display: inline-block;
    font-size: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: rgb(204 173 144 / 24%);
    color: #ffca0b;
    border-radius: 8px;
    margin-left: 20px;
}

.contact-us-area .info ul {
    margin-top: 50px;
}

.contact-us-area .info ul li h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-us-area .info ul.social {
    display: flex;
    align-items: center;
    margin-top: 25px;
    justify-content: center;
}

.contact-us-area .info ul.social li {
    margin: 0;

}

.contact-us-area .info ul.social li i {
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-weight: normal;
}

.contact-us-area form {
    background: #ffffff;
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    padding: 60px;
}

.contact-us-area form input,
.contact-us-area form select,
.contact-us-area form textarea {
    border: none;
    background: #f4f4f4;
    padding: 20px;
    font-size: 15px;
}

.contact-us-area form .myselect {
    position: relative;
}

.contact-us-area form .myselect i {
    position: absolute;
    left: 10px;
    top: 16px;
}

.contact-us-area form select {
    padding: 0 20px;
    height: 50px;
    cursor: pointer;
    color: #6c757d;
}

.contact-us-area form textarea {
    min-height: 180px;
}

button.send-btn,
.contact-us-area form button {
    padding: 15px 42px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
    background: transparent;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    color: #ffffff;
}

button.send-btn i,
.contact-us-area form button i {
    padding-right: 10px;
}

button.send-btn::after,
.contact-us-area form button::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    border-radius: 5px;
    background-image: linear-gradient(to left, #efad20, #f7e4be, #efad20);
    background-size: 220% 150%;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff !important;
    background-color: #efad20;
}

.border-gray-full {
    border: 1px solid #eee;
    padding: 20px 30px;
}

button.send-btn::after,
button.send-btn:active,
.contact-us-area form button:hover::after,
.contact-us-area form button:active {
    background-position: 170% 0;
    color: #ffffff;
}

.clients-names .client-name {
    margin-bottom: 20px;
}

.clients-names .client-name span {
    color: #ffca0b;
    font-size: 25px;
    padding-left: 10px;
    display: inline-block;
}

.clients-names .client-name:hover span {
    -webkit-animation: pulse 1500ms ease-out infinite;
    animation: pulse 1000ms ease-out infinite;
}

/* ==============================================================
     # Login Register
=================================================================== */
/* form.white-popup-block {
  background: #ffffff none repeat scroll 100% 0;
  border-radius: 5px;
  margin: auto;
  overflow: hidden;
  padding: 50px 30px;
  position: relative;
  width: 50%;
}

form.white-popup-block button.mfp-close {
  color: red;
}

form.white-popup-block li {
    display: inline-block;
    margin-bottom: 6px;
    margin-left: 3px;
    margin-right: 3px;
}

form.white-popup-block li a {
  background: #002147 none repeat scroll 100% 0;
  border: medium none;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  height: 45px;
  line-height: 48px;
  text-align: center;
  width: 45px;
}

form.white-popup-block li.facebook a {
  background: #3b5998 none repeat scroll 100% 0;
}

form.white-popup-block li.twitter a {
  background: #1da1f2 none repeat scroll 100% 0;
}

form.white-popup-block li.pinterest a {
  background: #bd081c none repeat scroll 100% 0;
}

form.white-popup-block li.g-plus a {
  background: #db4437 none repeat scroll 100% 0;
}

form.white-popup-block li.linkedin a {
  background: #0077b5 none repeat scroll 100% 0;
}

form.white-popup-block .col-md-6:last-child {
  border-right: 1px solid #e7e7e7;
}

form.white-popup-block .col-md-6:last-child {
  border-right: 1px solid;
}

form.white-popup-block h3,
form.white-popup-block h4 {
  font-weight: 600;
  margin-bottom: 30px;
}

form.white-popup-block .login-social h3,
form.white-popup-block .login-social h4 {
  margin-bottom: 20px;
}

form.white-popup-block .login-social {
  padding-left: 30px;
  text-align: center;
}

form.white-popup-block .login-social > i {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background: rgba(18, 115, 235, 0.1);
    color: rgb(28 110 134);
    font-size: 36px;
    border-radius: 50%;
    margin-bottom: 30px;
}

form.white-popup-block .login-social > i.fa-user-plus {
    font-size: 30px;
    position: relative;
    padding-right: 6px;
}

form.white-popup-block .login-custom {
  border-right: 1px solid #e7e7e7;
  padding-right: 35px;
}

form.white-popup-block input {
    border: none;
    box-shadow: inherit;
    background: rgba(237,245,255,1);
    padding-right: 25px;
}

form.white-popup-block .lost-pass-link {
  float: left;
}

form.white-popup-block .lost-pass-link:hover {
  text-decoration: underline;
}

form.white-popup-block label {
  float: right;
}

form.white-popup-block label input {
    float: right;
    margin-left: 10px;
    min-height: 25px;
}

form.white-popup-block button[type="submit"] {
    background: #ffca0b none repeat scroll 100% 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    margin-top: 10px;
    padding: 12px 55px;
    text-transform: uppercase;
    border-radius: 30px;
}

form.white-popup-block .link-bottom {
  display: block;
  float: right;
  margin-bottom: 0;
  margin-top: 15px;
  width: 100%;
}

form.white-popup-block .link-bottom a:hover {
  text-decoration: underline;
}

.login-area form.white-popup-block {
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  width: auto;
}

.login-area .form-group {
    width: 100%;
}
 */

/* ==============================================================
     # Error Page
=================================================================== */

/* .error-page-area {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.error-page-area .error-box h1 {
    color: #666666;
    font-size: 300px;
    font-weight: 900;
    line-height: 215px;
    z-index: -1;
    margin-bottom: 30px;
}

.error-page-area h2 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.error-page-area a {
  margin-top: 15px;
}

.error-box .search {
  margin-top: 30px;
  text-align: center;
}

.error-box .search form {
  margin: auto;
  position: relative;
  width: 400px;
}

.error-box .search .input-group {
  width: 100%;
}

.error-box .search form input {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
    border-radius: 30px;
    min-height: 60px;
    padding: 25px;
}

.error-box .search form button {
    background: transparent none repeat scroll 100% 0;
    border: medium none;
    line-height: 60px;
    padding: 0 25px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
 */

/* ==============================================================
     # Footer
=================================================================== */

footer {
    position: relative;
    z-index: 1;
}

footer::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    content: "";
    height: 400px;
    width: 400px;
    background: url(../img/map.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.3;
}

footer .widget-title,
footer img {
    margin-bottom: 30px;
    font-weight: 600;
}

footer img {
    height: 125px;
    margin: 0 auto 30px;
    display: block;
}

footer .f-items .f-item.about {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 40px;
    margin-left: 10px;
}


footer .f-items .f-item form {
    position: relative;
    margin-top: 30px;
}

footer .f-items .f-item form input {
    background: #24282b;
    color: #ffffff;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

footer .f-items .f-item form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #adb5bd;
}

footer .f-items .f-item form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #adb5bd;
}

footer .f-items .f-item form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #adb5bd;
}

footer .f-items .f-item form input:-moz-placeholder {
    /* Firefox 18- */
    color: #adb5bd;
}

footer .f-items .f-item form button {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background: transparent;
    color: #ffca0b;
    font-size: 25px;
}

.torch-red footer .f-items .f-item form button {
    color: #ee2852;
}

footer .f-items .f-item form button::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    height: 30px;
    width: 1px;
    margin-top: -15px;
    opacity: 0.1;
    border-right: 1px solid #ffffff;
}

footer .f-items .f-item form button i {
    position: relative;
    top: 4px;
}

footer p {
    color: #a0a2a6 !important;
}

footer a {
    font-weight: 500;
}

footer .f-items .f-item.link li {
    margin-bottom: 12px;
}

footer .f-items .f-item.link li:last-child {
    margin-bottom: 0;
}

footer .f-items .f-item.link li a:hover {
    color: #ffffff;
    margin-right: 10px;
}

footer .f-items .f-item.link li a {
    font-weight: 400;
    color: #fff;
}

footer .f-items .f-item.link li a i {
    font-size: 12px;
    margin-left: 3px;
}

footer .f-items .f-item .sub-form button {
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    width: 120px;
}

footer .f-items .f-item .sub-form input {
    font-size: 12px;
    text-align: center;
    margin-left: 10px;
}

footer .f-items .f-item .address li {
    display: flex;
    margin-bottom: 25px;
}

footer .f-items .f-item .address {
    margin-top: 25px;
}

footer .f-items .f-item .address li .content,
footer .f-items .f-item .address li .content a {
    color: #a0a2a6;
}

footer .f-items .f-item .address ul {
    display: flex;
}

footer .f-items .f-item .address li i {
    display: inline-block;
    margin-left: 20px;
    color: #ffffff;
    font-size: 20px;
    color: #fff;
    position: relative;
    top: 5px;
}

.torch-red footer .f-items .f-item .address li i {
    color: #ee2852;
}

footer .f-items .f-item .address li:last-child {
    margin-bottom: -8px;
}

footer .f-items .f-item .address li strong {
    display: block;
    font-family: 'Almarai';
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}

/* Footer Bottom */
footer .footer-bottom {
    overflow: hidden;
}

footer .footer-bottom p {
    margin-bottom: 0;
}

footer .footer-bottom li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    padding-right: 25px;
}

footer .footer-bottom li::before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    background: #ffffff;
    border-radius: 50%;
    margin-top: -3px;
    opacity: 0.5;
}

footer .footer-bottom li:first-child::before {
    display: none;
}

footer .footer-bottom-box {
    padding: 50px 0;
    padding-left: 80px;
    position: relative;
    z-index: 1;
}

footer .footer-bottom-box::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 400%;
    background: #24282b;
    z-index: -1;
    opacity: 0.8;
    clip-path: polygon(0 0, 99% 0, 100% 100%, 10% 100%);
}


/* ==============================================================
     # Preloader
=================================================================== */

.earna-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9000;
}

.earna-preloader .animation-preloader {
    z-index: 1000;
}

.earna-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #ffca0b;
    height: 150px;
    margin: 0 auto 3.5em auto;
    width: 150px;
}

.torch-red .earna-preloader .animation-preloader .spinner {
    border-top-color: #ee2852;
}

.earna-preloader .animation-preloader .txt-loading {
    font: bold 5em "Poppins", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #000000;
    content: attr(data-text-preloader);
    right: 0;
    opacity: 0;
    font-family: "Almarai";
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
    -webkit-animation-delay: 2s;
    animation-delay: 2;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:nth-child(12):before {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.earna-preloader.dark .animation-preloader .spinner {
    border-color: rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
}

.earna-preloader.dark .animation-preloader .txt-loading .letters-loading {
    color: rgba(255, 255, 255, 0.2);
}

.earna-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
    color: #fff;
}

.earna-preloader p {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #3b3b3b;
}

.earna-preloader .loader {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.earna-preloader .loader .row {
    height: 100%;
}

.earna-preloader .loader .loader-section {
    padding: 0px;
}

.earna-preloader .loader .loader-section .bg {
    background-color: #ffffff;
    height: 100%;
    right: 0;
    width: 100%;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.earna-preloader .loader.dark_bg .loader-section .bg {
    background: #111339;
}

.earna-preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.earna-preloader.loaded .loader-section .bg {
    width: 0;
    -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

@-webkit-keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .earna-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .earna-preloader .animation-preloader .txt-loading {
        font: bold 3.5em "Poppins", sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .earna-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .earna-preloader .animation-preloader .txt-loading {
        font: bold 2em "Poppins", sans-serif;
    }
}

.footer-b {
    padding: 10px 0;
    background-color: #1b1b1b;
}

.footer-b a {
    color: #ff9800;
}

#product-qty {
    padding: 5px;
    margin: 20px 0;
    display: flex;
    align-items: center;
}

#product-qty .qty {
    width: 50px;
    height: 25px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 15px;
    margin: 0 10px;
}

#product-qty input.qtyminus,
#product-qty input.qtyplus {
    width: 40px;
    height: 40px;
    background-color: #000;
    border: 2px solid #efad20;
    border-radius: 20px;
    color: #efad20;
    font-size: 30px;
    line-height: 30px;
    padding: 0;
    padding-bottom: 5px;
}

#cart-qty .qty {
    width: 25px;
    height: 25px;
    min-height: 33px;
    text-align: center;
    border: 1px solid #000;
    font-size: 19px;
    margin: 0 4px;
}

#cart-qty input.qtyminus,
#cart-qty input.qtyplus {
    width: 25px;
    height: 32px;
    min-height: 25px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 27px;
    line-height: 18px;
    padding: 0;
    padding-bottom: 6px;
}

.product-area .add-to-cart {
    color: #fff;
    background: #efad20;
    padding: 10px 12px 13px;
    border-radius: 16px;
    display: block;
    width: fit-content;
    border: 3px solid #efad20;
    transition: .6s;
    height: 50px;
    margin-right: 20px;
}

.border-pr {
    border-bottom: 1px solid #a0a2a6;
}

.product-area .add-to-cart:hover {
    background: #000;
}

.product-area .tab-pr {
    background-color: #fff !important;
    color: #6c6c6c !important;
    border-top: 3px solid #efad20 !important;
    border-radius: 0;
}

.rate {
    height: 46px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked) > label:before {
    content: '★ ';
}

.rate > input:checked ~ label {
    color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.cart-area .table th,
.cart-area .table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.cart-area .table th.row {
    text-align: center;
}

.cart-area .table th a {
    display: block;
    border: 2px solid #cacaca;
    color: #cacaca;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
}

.ms-btn {
    background-color: #ffc700;
    color: #fff;
    padding: 10px 15px 13px;
    border: 2px solid #ffc700 !important;
    transition: .6s;
    height: 50px;
}

.ms-btn:hover {
    background-color: #000;
    color: #fff;

}

.cart-area .ll {
    padding: 5px 20px;
    text-align: center;
}

.cart-area .ll:not(:last-child) {
    border-left: 1px solid #ccc;
}

.remove-from-cart {
    font-size: 22px;
    border: 3px solid #ccc;
    padding: 5px;
    text-align: center;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 33px;
    color: #ccc !important;
}

#contentError {
    position: absolute;
    top: 36px;
    right: 16px;
}

.media-type {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    font-size: 21px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffc700;
    box-shadow: 0 0 6px 1px #ffc700;
}

.workshop-slider .frame {
    -o-border-image: url("//s3-us-west-2.amazonaws.com/s.cdpn.io/4273/frame.png") 93 92 87 92 stretch stretch;
    border-image: url("//s3-us-west-2.amazonaws.com/s.cdpn.io/4273/frame.png") 93 92 87 92 stretch stretch;
    border-color: #f4be52;
    border-style: inset;
    border-width: 60px;
    display: block;
    height: auto;
    background-color: #ffe;
    margin: 0 auto;
}
.star-review {
    background: white;
    border-radius: 12px;
    width: fit-content;
    padding: 3px 10px;
    margin: 0 auto;
    color:#f0ca45;
    box-shadow: 0 0 9px -3px #000;
}
.show-review {
    padding: 10px 20px;
    border: 1px solid #ffc700;
    border-radius: 14px;
    margin-bottom: 14px;
}

.whats-icon {
    display: block;
    width: 60px;
    height: 60px;
    font-size: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    color: #fff;
    background-color: #29bd4a;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 7px 2px #aaa;
    transition:.6s;
}

.whats-icon:hover {
    color:#fff;
    box-shadow: 6px 6px 7px 2px #aaa;
}