/* General */
html {
    font-size: 12px;
}

html, body {
    font-family: "Tajawal", Arial, Helvetica, sans-serif;
    direction: rtl;
}

p {
    margin-bottom: 0px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.bold-color {
    color: #34506E;
    font-weight: 700;
}

.arrow-to-left img, .arrow-to-right img {
    width: 70%;
}

.btn-primary {
    background-color: rgb(51, 142, 239);
}

/* Header */
header {
    background: #FFF;
    height: 50px;
}

header .row {
    align-items: center;
}

header .container {
    margin-top: 14px;
}

header .container .row {
    justify-content: space-between;
}

header .logo img {
    width: 124px;
}

header button.btn {
    font-weight: 600;
}

header button.btn i {
    margin-left: 5px;
}

.vertical-padding {
    padding: 50px 0;
}

button.trial-btn {
    padding: 10px 5px;
    width: 100%;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}

button.trial-btn:hover {
    transform: translate(0, -15px);
}

button.trial-btn p:nth-of-type(1) {
    font-size: 2.2rem; font-weight: 700;
}

button.trial-btn p:nth-of-type(2) {
    color: #B8D7F9;
    font-size: 1.2rem;
}

/* Top Notification */
.top-notification {
    padding: 10px 0;
    text-align: center;
    background: #1D2B3A;
    color: rgb(174, 182, 189);
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.top-notification strong {
    color: #fff;
}


/* Slider */
.slider {
    background-color:#151F2A;
    background-image: url("../images/slider-bg.png");
    background-position: center bottom;
    overflow: hidden;
    padding: 48px 0px 80px;
}

.slider-content {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 10px;
}

.slider-content h2 { font-size: 2.5rem; font-weight: 700; margin-bottom: 0px; }
.slider-content h1 { font-size: 4.8rem; font-weight: 700; }
.slider-content h3 { font-size: 2.2rem; font-weight: 500; }
.slider-content h3:nth-of-type(2) {
    font-size: 2rem;
    color: rgb(208, 227, 239);
    line-height: 2.2rem;
    font-weight: 700;
    letter-spacing: 0;
    padding-top: 15px;
}

/* Who We Are */

#who-we-are .content h2 {
    color: #34506E;
    font-size: 6rem;
    font-weight: 700;
}

#who-we-are .content p {
    color: rgb(52, 80, 110);
    font-size: 2.5rem;
    font-weight: 500;
}

#who-we-are .content {
    margin-bottom: 20px;
}

.video-img-placeholder img {
    width: 100%;
}

/* Clients In One UI */

.two-sides-content .content {
    font-size: 1.5rem;
}

.two-sides-content .content .title img {
    width: 70px;
}

.two-sides-content .content .title h2 {
    font-size: 3.5rem;
    color: #34506E;
    font-weight: 700;
}

.two-sides-content .content ul {
    list-style-type: none;
}

.two-sides-content .content ul li {
    line-height: 3.5rem;
}

.two-sides-content .content ul li i {
    color: rgb(51, 142, 239);
    margin-right: 15px;
}

/* Payments Management */
#payments-management, #payment-gateways, #tasks-management {
    background-color:#F1F4F8; 
}

#payments-management .content {
    padding-top: 80px;
}

/* Powerful Tools */

#tools .title h2 {
    font-size: 4rem;
}

#tools .subtitle p {
    font-size: 1.8rem;
}

#tools .btns ul {
    list-style-type: none;
    margin: 30px 0;
}

#tools .btns ul li {
    display: inline-block;
    padding: 8px 20px;
    margin: 0 5px;
    border-radius: 20px;
    font-weight :700;
    font-size: 1.3rem;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background: #F29A3200;
}

#tools .btns ul li.active:after, #tools .btns ul li:hover:after{
    content: '';
    position: absolute;
    left: 42%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #F29A32ff;
    clear: both;
}


#tools .btns ul li.active, #tools .btns ul li:hover {
    background: #F29A32ff;
    color: #fff;
}

#tools .image {
    margin: 50px 0px;
}
#tools .image img {
    width: 60%;
}


/* Free Trial Banner */
.free-trial-banner {
    background: #151F2A;
    color: #fff;
    font-size: 1.5rem;
    padding: 10px 0px;
}

.free-trial-banner .left-content > p:nth-of-type(1) {
    font-size: 3rem;
    font-weight: 700;
}

.free-trial-banner .left-content p:nth-of-type(2) {
    font-size: 1rem;
    margin-top: 10px;
}

.free-trial-banner .right-content ul {
    list-style-type: none;
    margin-top: 10px;
}

.free-trial-banner .right-content ul li {
    line-height: 2.9rem;
}

.free-trial-banner .notification {
    background:#1D2B3A;
    margin: 10px 0;
}

.free-trial-banner .notification p {
    padding: 8px 0px;
}

/* Testimonials */

.testimonials-main-content ul {
    list-style-type: none;
}

.testimonials-main-content ul li {
    padding: 19px 0 125px 0;
}

.testimonials-main-content ul li .inner {
    display: block;
    padding: 30px 32px 50px 32px;
    border: 1px #d0dde1 solid;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    position: relative;
}

.testimonials-main-content ul li .icon-quote {
    width: 38px;
    height: 38px;
    display: block;
    padding: 0px;
    margin: 0 auto;
    line-height: 38px;
    background: #57bce2;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
}

.testimonials-main-content ul li p {
    padding: 10px 0 25px 0;
    color: #929caa;
    font-size: 1.3rem;
}

.testimonials-main-content ul li .client-detail {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -125px;
}

.testimonials-main-content ul li .inner figure {
    margin-bottom: 28px;
}

.testimonials-main-content ul li h4 {
    font-size: 1.8rem;
    color: #464f53;
}


.testimonials-main-content ul li .designation {
    display: block;
    font-size: 1.2rem;
    color: #929caa;
}

.testimonials-main-content ul li figure img {
    display: block;
    width: auto !important;
    margin: 0 auto;
}

.testimonials-main-content .owl-dots {
    margin-top: 10px;
}

.testimonials-main-content .owl-dots button {
    outline: none;
}

.testimonials-main-content .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 0 11px;
    background: #d9dcdd;
    display: block;
    border: 6px #fff solid;
    border-radius: 50%;
}

.testimonials-main-content .owl-dot.active span, .owl-dot:hover span {
    background: #42d79e;
    border-color: #42d79e;
}

#testimonials .top-content .title h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #34506E;
}

#testimonials .top-content .subtitle p {
    margin: 0 auto;
    font-size: 5rem;
    font-weight: 700;
    color: #34506E;
}

#testimonials .top-content {
    margin-bottom: 30px;
}

#testimonials .trial-btn {
    display: block;
    width: 50%;
    margin: 0 auto;
}

/* FAQ */

#faq,
#partners {
    background-color: #F1F4F8;
    padding-bottom: 40px;
}

#faq .title h2 {
    font-size: 4rem;
    color: #34506E;
    margin-bottom: 40px;
} 

#faq .content .card h5 button {
    width: 100%;
    text-align: right;
    font-size: 1.5rem;
    font-weight: 700;
}

#faq .content .card h5 button:hover,
#faq .content .card h5 button:focus {
    text-decoration: none;
}

#faq .card {
    border: none;
    border-bottom: 2px dashed #eee;
}

#faq .card-header {
    border: none;
    background: #fff;
}

#faq .card-body {
    text-align: right;
    font-size: 1.2rem;
}

/* Partners */

#partners .top-content .title h2 {
    font-size: 4rem;
    color: #34506E;
}

#partners .top-content .subtitle p {
    font-size: 1.5rem;
    color: #34506E;
}

#partners ul {
    list-style: none;
}

#partners ul li {
    margin: 10px 0px;
    padding: 15px;
}
#partners ul li .image {
    background: #fff;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

#partners ul li:hover .image {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

#partners .owl-dots {
    margin-top: 10px;
    text-align: center;
}

#partners .owl-dots button {
    outline: none;
}

#partners .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 11px;
    background: #d9dcdd;
    display: block;
    border: 6px #fff solid;
    border-radius: 50%;
}

#partners .owl-dot.active span, .owl-dot:hover span {
    background: #42d79e;
    border-color: #42d79e;
}

/* Footer Banner */
#footer-banner .content > p {
    font-size:3rem;
    font-weight: 700; 
}

#footer-banner button.trial-btn {
    width: 92%;
    margin-top: 5px;
}