@charset "UTF-8";

/*----------------------------------------------------------------------
    Template Name: Ridda - Web Design & SEO HTML Template
    Template URI: https://webtend.net/demo/html/ravelo/
    Author: WebTend
    Author URI:  https://webtend.net/
    Version: 1.0

    Note: This is Main Style CSS File. */


/*----------------------------------------------------------------------
	CSS INDEX
	----------------------

    ## Default Style
    ## Common Classes
    ## Repeat Style
    ## Padding Margin
    ## Custom Animation
    ## Header style
    ## Hero Area
    ## About Us
    ## Banner Area
    ## Services
    ## Features
    ## Counter Area
    ## Work Process
    ## Client Logo
    ## Testimonials
    ## Case Studies
    ## Newsletter
    ## Projects
    ## Contact Forms
    ## Videos
    ## Marquee Text
    ## Shapes
    ## Blog Area
    ## Team Area
    ## FAQs Area
    ## CTA Area
    ## Shop Area
    ## Error Area
    ## Pricing
    ## Cart Checkout
    ## Widgets
    ## Main Footer */


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


/*******************************************************/


/******************* ## Default Style ******************/


/*******************************************************/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body {
    color: var(--ridda-base-color);
    background: white;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    font-family: var(--ridda-base-font);
    --ridda-base-font: "Inter", sans-serif;
    --ridda-heading-font: "Manrope", sans-serif;
    --ridda-primary-color: #2f3ae4;
    --ridda-secondary-color: #28f67a;
    --ridda-heading-color: #111111;
    --ridda-base-color: #696969;
    --ridda-lighter-color: #f7f8fe;
    --ridda-border-color: rgba(3, 27, 225, 0.1);
    --ridda-primary-rgb: 255, 208, 67;
    --ridda-secondary-rgb: 40, 246, 122;
}

a {
    color: var(--ridda-base-color);
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: var(--ridda-heading-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--ridda-heading-color);
}

.text-white h1,
.text-white h1 a,
.text-white h2,
.text-white h2 a,
.text-white h3,
.text-white h3 a,
.text-white h4,
.text-white h4 a,
.text-white h5,
.text-white h5 a,
.text-white h6,
.text-white h6 a,
.text-white .h1,
.text-white .h1 a,
.text-white .h2,
.text-white .h2 a,
.text-white .h3,
.text-white .h3 a,
.text-white .h4,
.text-white .h4 a,
.text-white .h5,
.text-white .h5 a,
.text-white .h6,
.text-white .h6 a {
    color: white;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

hr {
    opacity: 1;
    background: var(--ridda-border-color);
}

mark {
    color: var(--ridda-primary-color);
    background: transparent;
    text-decoration: underline;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}


/*======= Input Styles =======*/

input,
select,
textarea,
.nice-select,
.form-control {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    padding: 12px 20px;
    background-color: #fff;
    font-family: var(--ridda-heading-font);
    border: 1px solid var(--ridda-border-color);
}

input:focus,
select:focus,
textarea:focus,
.nice-select:focus,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--ridda-primary-color);
}

.nice-select:after {
    margin-top: -6px;
    right: 20px;
    width: 8px;
    height: 8px;
}

textarea {
    display: inherit;
    padding-top: 20px;
}

label {
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--ridda-heading-color);
    font-family: var(--ridda-heading-font);
}

.form-group {
    position: relative;
    margin-bottom: 25px;
}

input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="checkbox"],
input[type="radio"] {
    height: auto;
    width: auto;
}


/*******************************************************/


/******************  ## Common Classes *****************/


/*******************************************************/

.page-wrapper {
    position: relative;
    z-index: 9;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    min-width: 300px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 1200px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 1290px;
    }
    .container.container-1290 {
        max-width: 1350px;
    }
}

@media only screen and (min-width: 576px) {
    .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 1600px) {
    .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }
}

.row {
    --bs-gutter-x: 30px;
}

.no-gap {
    --bs-gutter-x: 0;
}

@media only screen and (max-width: 375px) {
    .col-small {
        width: 100%;
    }
}

.gap-10 {
    --bs-gutter-x: 10px;
}

.gap-20 {
    --bs-gutter-x: 20px;
}

@media only screen and (min-width: 1400px) {
    .gap-30 {
        --bs-gutter-x: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-40 {
        --bs-gutter-x: 40px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-50 {
        --bs-gutter-x: 50px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-60 {
        --bs-gutter-x: 60px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-70 {
        --bs-gutter-x: 70px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-80 {
        --bs-gutter-x: 80px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-90 {
        --bs-gutter-x: 90px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-100 {
        --bs-gutter-x: 100px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-110 {
        --bs-gutter-x: 110px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-120 {
        --bs-gutter-x: 120px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-130 {
        --bs-gutter-x: 130px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-140 {
        --bs-gutter-x: 140px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-150 {
        --bs-gutter-x: 150px;
    }
}

@media only screen and (min-width: 1200px) {
    .row-cols-xl-7>* {
        width: 14.2857%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}


/** Section Title style **/

.section-title {
    margin-top: -10px;
    position: relative;
}

.section-title h2 {
    margin-bottom: 22px;
    letter-spacing: -1px;
    text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
    .section-title h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 575px) {
    .nav {
        display: unset;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link {
        width: 100%;
        margin: 0 0 11px !important;
    }
    .section-title h2 {
        font-size: 33px;
    }
}

@media only screen and (max-width: 375px) {
    .section-title h2 {
        font-size: 28px;
    }
}

.section-title h2 span {
    line-height: 1;
    padding: 0 5px 3px;
    display: inline-block;
    background: var(--ridda-primary-color);
    color: #fff;
}

.section-title p {
    font-weight: 600;
    font-family: var(--ridda-heading-font);
}

@media only screen and (min-width: 576px) {
    .section-title p {
        font-size: 20px;
    }
}

.section-title p span {
    color: white;
    font-weight: 500;
    padding-left: 8px;
    padding-right: 5px;
    border-radius: 12px;
    background: var(--ridda-secondary-color);
}

.section-title p span.bgc-primary {
    background: var(--ridda-primary-color);
}

.subtitle {
    font-weight: 600;
    padding: 3px 20px;
    background: white;
    border-radius: 10px;
    color: var(--ridda-heading-color);
    display: inline-block;
    border: 1px solid var(--ridda-border-color);
}

.subtitle.color-primary {
    color: var(--ridda-primary-color);
}


/** Button style **/

.theme-btn,
a.theme-btn {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    padding: 11px 32px;
    border-radius: 10px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--ridda-lighter-color);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
    background: var(--ridda-primary-color);
}

.theme-btn i,
a.theme-btn i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 10px;
}

.theme-btn span,
a.theme-btn span {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.theme-btn:before,
a.theme-btn:before {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    content: attr(data-hover);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.theme-btn:hover,
a.theme-btn:hover {
    background: white;
    color: var(--ridda-primary-color);
}

.theme-btn:hover span,
a.theme-btn:hover span {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.theme-btn:hover:before,
a.theme-btn:hover:before {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.theme-btn.btn-small,
a.theme-btn.btn-small {
    font-size: 14px;
    padding: 8px 28px;
}

.theme-btn.btn-extra-small,
a.theme-btn.btn-extra-small {
    font-size: 14px;
    padding: 2px 20px;
}

@media only screen and (max-width: 479px) {
    .theme-btn,
    a.theme-btn {
        padding: 8px 25px;
    }
}

.theme-btn.style-two,
a.theme-btn.style-two {
    background: #000000;
    border: 1px solid var(--ridda-border-color);
}

.theme-btn.style-two:hover,
a.theme-btn.style-two:hover {
    background: var(--ridda-primary-color);
    border-color: var(--ridda-primary-color);
    color: #fff;
}

.theme-btn.style-three,
a.theme-btn.style-three {
    color: #cbcbcb;
    background: var(--ridda-heading-color);
    border: 1px solid var(--ridda-border-color);
}

.theme-btn.style-three:hover,
a.theme-btn.style-three:hover {
    color: var(--ridda-heading-color);
    background: var(--ridda-secondary-color);
    border-color: var(--ridda-secondary-color);
}

.theme-btn.color-white:not(:hover),
a.theme-btn.color-white:not(:hover) {
    color: white;
}

.theme-btn.bgc-secondary:not(:hover),
a.theme-btn.bgc-secondary:not(:hover) {
    background: var(--ridda-secondary-color);
}

.theme-btn.bgc-primary:not(:hover),
a.theme-btn.bgc-primary:not(:hover) {
    background: var(--ridda-primary-color);
}

.theme-btn.bgc-transparent:not(:hover),
a.theme-btn.bgc-transparent:not(:hover) {
    background: transparent;
}

.theme-btn.hover-primary:hover,
a.theme-btn.hover-primary:hover {
    background: transparent;
    border-color: var(--ridda-primary-color);
    color: var(--ridda-primary-color);
    border: 1px solid var(--ridda-primary-color);
}

.theme-btn.hover-secondary:hover,
a.theme-btn.hover-secondary:hover {
    background: var(--ridda-secondary-color);
    border-color: var(--ridda-secondary-color);
}


/* Read More */

.read-more {
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: capitalize;
    font-family: var(--ridda-heading-color);
    background-size: 0% 1px, 0 1px !important;
    background-position: 100% 100%, 0 95% !important;
}

.read-more i {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: 2px;
    margin-left: 6px;
    font-size: 0.9em;
}

.read-more:hover {
    background-size: 0 1px, 100% 1px !important;
}


/* List style One */

.list-style-one li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    color: var(--ridda-heading-color);
    font-family: var(--ridda-heading-font);
}

.list-style-one li:before {
    color: white;
    font-size: 10px;
    content: "\f00c";
    margin-top: 6px;
    font-weight: 500;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background: #2f3ae4;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    font-family: "Font Awesome 5 Pro";
}

.list-style-one li:not(:last-child) {
    margin-bottom: 8px;
}


/* List style Two */

.list-style-two li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
}

.list-style-two li:before {
    content: "\f00c";
    font-size: 1.2em;
    margin-right: 10px;
    color: var(--ridda-heading-color);
    font-family: "Font Awesome 5 Pro";
}

.list-style-two li:not(:last-child) {
    margin-bottom: 10px;
}


/** Social Link One **/

.social-style-one {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -10px;
    margin-right: -10px;
}

.social-style-one a {
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.social-style-one a:hover {
    color: var(--ridda-primary-color);
}


/** Social Link Two **/

.social-style-two {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -5px;
    margin-right: -5px;
}

.social-style-two a {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid var(--ridda-border-color);
}

.social-style-two a i {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.social-style-two a:hover {
    color: var(--ridda-heading-color);
    background: var(--ridda-primary-color);
    border-color: var(--ridda-primary-color);
}

.social-style-two a:hover i {
    color: #fff;
}


/* Tab Style One */

.tab-style-one {
    background: white;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -30px;
    margin-right: -30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 991px) {
    .tab-style-one {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.tab-style-one li {
    margin-left: 30px;
    margin-right: 30px;
}

@media only screen and (max-width: 991px) {
    .tab-style-one li {
        margin-left: 5px;
        margin-right: 5px;
    }
}

.tab-style-one li button {
    padding: 15px 30px;
    margin-bottom: -1px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: transparent;
    border-bottom: 2px solid transparent;
}

@media only screen and (max-width: 991px) {
    .tab-style-one li button {
        padding: 10px;
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 479px) {
    .tab-style-one li button {
        padding: 5px;
        font-size: 14px !important;
    }
    .tab-style-one li button i {
        display: none;
    }
}

.tab-style-one li button i {
    font-size: 1.2em;
    margin-right: 10px;
    color: var(--ridda-primary-color);
}

.tab-style-one li button:hover {
    color: var(--ridda-heading-color);
}

.tab-style-one li button.active {
    color: var(--ridda-heading-color);
    border-bottom-color: var(--ridda-primary-color);
}


/*** Preloader style ** */

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
}

.preloader .custom-loader {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--ridda-heading-color);
    border-top: 2px solid var(--ridda-primary-color);
    border-bottom: 2px solid var(--ridda-primary-color);
    -webkit-animation: 1s preloader linear infinite;
    animation: 1s preloader linear infinite;
}


/* Pagination */

.pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
}

.pagination li {
    margin: 10px 5px 0;
}

.pagination li a,
.pagination li .page-link {
    padding: 0 15px;
    font-size: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
    line-height: 38px;
    color: var(--ridda-base-color);
    border-radius: 7px;
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 575px) {
    .pagination li a,
    .pagination li .page-link {
        font-size: 15px;
    }
}

.pagination li a i,
.pagination li .page-link i {
    font-size: 0.8em;
    margin-left: 8px;
}

.pagination li.disabled .page-link,
.pagination li:last-child .page-link,
.pagination li:first-child .page-link {
    border-radius: 7px;
}

.pagination li.active .page-link,
.pagination li:hover:not(.disabled) .page-link {
    color: var(--ridda-heading-color);
    background: var(--ridda-primary-color);
    border-color: var(--ridda-primary-color);
}


/* Rating */

.ratting {
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.ratting i {
    margin: 3px;
    font-size: 13px;
    color: var(--ridda-primary-color);
}

.ratting span {
    margin-left: 7px;
}

.ratting.style-two i {
    margin: 6px;
    font-size: 18px;
    color: var(--ridda-primary-color);
}


/* Slick Arrows */

.slick-arrow {
    font-size: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 2px;
    width: 65px;
    height: 65px;
    background: white;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color: var(--ridda-heading-color);
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
}

.slick-arrow:focus,
.slick-arrow:hover {
    background: var(--ridda-primary-color);
}


/*** Slick Dots ***/

.slick-dots {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slick-dots li {
    width: 5px;
    height: 5px;
    margin: 0 7px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    position: relative;
    background: var(--ridda-heading-color);
}

.slick-dots li:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid var(--ridda-heading-color);
}

.slick-dots li button {
    opacity: 0;
}

.slick-dots li.slick-active {
    margin-left: 15px;
    margin-right: 15px;
}

.slick-dots li.slick-active:before {
    width: 21px;
    height: 21px;
}


/*** Scroll Top style ***/

.scroll-top {
    width: 55px;
    height: 55px;
    z-index: 99;
    font-size: 20px;
    cursor: pointer;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    color: var(--ridda-heading-color);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    background-color: var(--ridda-primary-color);
}


/*Project Filter*/

.filter-btns-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.filter-btns-one li {
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    padding: 5px 20px;
    margin: 0 5px 10px;
    color: var(--ridda-heading-color);
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (min-width: 480px) {
    .filter-btns-one li {
        font-size: 18px;
    }
}

@media only screen and (max-width: 375px) {
    .filter-btns-one li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.filter-btns-one li.active {
    background: var(--ridda-secondary-color);
    border-color: var(--ridda-secondary-color);
}


/* Before After None */

.before-after-none:after,
.before-after-none:before {
    display: none;
}


/* Position */

.rel {
    position: relative;
}

.z-0 {
    z-index: 0;
}

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

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

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

.overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.95;
    background-color: #1d231f;
}


/* Backgruond Size */

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

.bgp-top {
    background-repeat: no-repeat;
    background-position: top center;
}

.bgp-bottom {
    background-repeat: no-repeat;
    background-position: bottom center;
}


/* Color + Background */

.bg-black {
    background-color: black;
}

.bgc-black {
    background-color: var(--ridda-heading-color);
}

.bgc-lighter {
    background-color: var(--ridda-lighter-color);
}

.bgc-lighter-gradient {
    background: -webkit-gradient( linear, left top, left bottom, from(#f7f8fe), to(rgba(247, 248, 254, 0)));
    background: -webkit-linear-gradient( top, #f7f8fe 0%, rgba(247, 248, 254, 0) 100%);
    background: -o-linear-gradient(top, #f7f8fe 0%, rgba(247, 248, 254, 0) 100%);
    background: linear-gradient(180deg, #f7f8fe 0%, rgba(247, 248, 254, 0) 100%);
}

.bgc-primary {
    background-color: var(--ridda-primary-color);
}

.bgc-secondary {
    background-color: var(--ridda-secondary-color);
}


/* Borders */

.br-5 {
    border-radius: 5px;
}

.br-10 {
    border-radius: 10px;
}

.br-15 {
    border-radius: 15px;
}

.br-20 {
    border-radius: 20px;
}

.br-25 {
    border-radius: 25px;
}

.br-30 {
    border-radius: 30px;
}

.br-bottom {
    border-radius: 0 0 10px 10px;
}

.bordered,
.bordered-x,
.bordered-left {
    border-left: 1px solid var(--ridda-border-color);
}

.bordered,
.bordered-x,
.bordered-right {
    border-right: 1px solid var(--ridda-border-color);
}

.bordered,
.bordered-y,
.bordered-top {
    border-top: 1px solid var(--ridda-border-color);
}

.bordered,
.bordered-y,
.bordered-bottom {
    border-bottom: 1px solid var(--ridda-border-color);
}


/* Text White */

.text-white {
    --ridda-border-color: rgba(255, 255, 255, 0.1);
}

.text-white *,
.text-white a,
.text-white .counter-text-wrap .count-text,
.text-white .accordion-item .accordion-button,
.text-white .service-limeline-item:not(:hover) .h1 a {
    color: white;
}

.text-white .theme-btn,
.text-white .theme-btn:not(.color-white) span {
    color: #ffffff;
}

.text-white .theme-btn.style-three:not(:hover) span {
    color: #cbcbcb;
}

.text-white .subtitle {
    background: rgba(255, 255, 255, 0.1);
}

.text-white .read-more,
.text-white .read-more i,
.text-white .contact-info-two-item .icon {
    color: var(--ridda-secondary-color);
}

.text-white .accordion-item {
    background: rgba(255, 255, 255, 0.05);
}

.text-white .accordion-item .accordion-button:after {
    width: 30px;
    height: 30px;
    font-size: 11px;
    line-height: 30px;
    background: var(--ridda-secondary-color);
}

.text-white .accordion-item .accordion-button.collapsed:after {
    color: white;
    background: var(--ridda-primary-color);
}

.text-white .accordion-body p,
.text-white .contact-info-content p,
.text-white .contact-info-content .text {
    color: rgba(255, 255, 255, 0.65);
}

.text-white .contact-form.style-two {
    background: rgba(255, 255, 255, 0.05);
}

.text-white .contact-form.style-two p,
.text-white .contact-form.style-two label {
    opacity: 0.65;
}

.text-white .contact-form.style-two .form-control {
    color: white;
}

.text-white .contact-form.style-two .form-control::-webkit-input-placeholder {
    color: white;
}

.text-white .contact-form.style-two .form-control:-ms-input-placeholder {
    color: white;
}

.text-white .contact-form.style-two .form-control::-ms-input-placeholder {
    color: white;
}

.text-white .contact-form.style-two .form-control::placeholder {
    color: white;
}

.text-white .contact-form.style-two .form-control:focus {
    border-bottom-color: white;
}

.text-white .service-limeline-item:not(:hover) .detail-btn {
    opacity: 0.7;
}

.text-white .work-process-item-two {
    background: rgba(255, 255, 255, 0.05);
}

.text-white .work-process-item-two p {
    opacity: 0.65;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.text-white .work-process-item-two:hover {
    background: var(--ridda-primary-color);
    border-color: var(--ridda-primary-color);
}

.text-white .work-process-item-two:hover .number {
    background: var(--ridda-secondary-color);
    border-color: var(--ridda-secondary-color);
}

.text-white .work-process-item-two:hover p {
    opacity: 1;
}

.text-white .footer-title h6,
.text-white .social-style-one a,
.text-white .footer-bottom .copyright-text p,
.text-white .footer-bottom-nav li a:not(:hover) {
    color: #9e9e9e;
}

.text-white .social-style-one a i {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.text-white .social-style-one a:hover i {
    color: var(--ridda-secondary-color);
}

.text-white .team-item .content h5 a,
.text-white .feature-item .content h5 a {
    background-image: -webkit-gradient( linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
    background-image: -webkit-linear-gradient(white, white), -webkit-linear-gradient(white, white);
    background-image: -o-linear-gradient(white, white), -o-linear-gradient(white, white);
    background-image: linear-gradient(white, white), linear-gradient(white, white);
}

.text-white .read-more {
    background-image: -webkit-gradient( linear, left top, left bottom, from(var(--ridda-secondary-color)), to(var(--ridda-secondary-color))), -webkit-gradient(linear, left top, left bottom, from(var(--ridda-secondary-color)), to(var(--ridda-secondary-color)));
    background-image: -webkit-linear-gradient( var(--ridda-secondary-color), var(--ridda-secondary-color)), -webkit-linear-gradient(var(--ridda-secondary-color), var(--ridda-secondary-color));
    background-image: -o-linear-gradient( var(--ridda-secondary-color), var(--ridda-secondary-color)), -o-linear-gradient(var(--ridda-secondary-color), var(--ridda-secondary-color));
    background-image: linear-gradient( var(--ridda-secondary-color), var(--ridda-secondary-color)), linear-gradient(var(--ridda-secondary-color), var(--ridda-secondary-color));
}


/* Home Two */

.home-two {
    --ridda-primary-color: #031be1;
    --ridda-primary-rgb: 3, 27, 225;
}

.home-two .subtitle,
.home-two .list-style-one li:before {
    color: var(--ridda-primary-color);
}

.home-two .scroll-top {
    background: var(--ridda-secondary-color);
}

.home-two .footer-bottom .copyright-text a {
    color: var(--ridda-secondary-color);
}

.home-two .text-white .subtitle {
    color: white;
}

.home-two .slick-dots li {
    background: var(--ridda-primary-color);
}

.home-two .slick-dots li:before {
    border-color: var(--ridda-primary-color);
}


/* Home Three */

.home-three {
    --ridda-primary-color: #3a5fff;
    --ridda-secondary-color: #d6f037;
    --ridda-primary-rgb: 58, 95, 255;
    --ridda-secondary-rgb: 214, 240, 55;
}

.home-three .subtitle {
    color: var(--ridda-primary-color);
}

.home-three .footer-bottom .copyright-text a {
    color: var(--ridda-secondary-color);
}

.home-three .footer-bottom .scroll-top i {
    color: white;
}

.home-three .slick-dots li {
    background: var(--ridda-primary-color);
}

.home-three .slick-dots li:before {
    border-color: var(--ridda-primary-color);
}

.home-three .text-white .subtitle {
    color: white;
}

.home-three .bgc-black {
    background: #051100;
}

.home-three .service-item.style-two .icon {
    color: var(--ridda-primary-color);
    background: rgba(var(--ridda-primary-rgb), 0.1);
}

.home-three .service-item.style-two:hover {
    background: var(--ridda-primary-color);
}

.home-three .service-item.style-two:hover .icon {
    background: rgba(255, 255, 255, 0.07);
}


/* Home Four */

.home-four {
    --ridda-primary-color: #4645bb;
}

.home-four .bgc-lighter-green,
.home-four .work-step-item:not(:hover) {
    background-color: #ebfff1;
}

.home-four .theme-btn.style-two:not(:hover) {
    color: var(--ridda-primary-color);
    border-color: var(--ridda-primary-color);
}

.home-four .theme-btn.style-two:hover {
    color: white;
}

.home-four .scroll-top {
    background: white;
}

.home-four .work-step-item:not(:hover) .number {
    color: white;
    background: var(--ridda-primary-color);
}

.home-four .work-step-item:hover .number {
    background: var(--ridda-secondary-color);
}


/* Home Five */

.home-five {
    --ridda-primary-color: #146ef5;
    --ridda-primary-rgb: 20, 110, 245;
}


/*******************************************************/


/******************* ## Repeat Style ******************/


/*******************************************************/

.heading,
h1,
.h1,
h2,
.h2,
.pricing-item .price,
h3,
.h3,
h4,
.h4,
blockquote,
h5,
.h5,
h6,
.h6,
.tab-style-one li button,
.about-circles .circle,
.faq-nav li a,
.hero-content.style-three p,
.counter-item .count-text {
    font-weight: 700;
    color: var(--ridda-heading-color);
    font-family: var(--ridda-heading-font);
}

h1,
.h1 {
    font-size: 100px;
}

h2,
.h2,
.pricing-item .price {
    font-size: 44px;
}

h3,
.h3 {
    line-height: 1.5;
    font-size: 30px;
}

h4,
.h4,
blockquote {
    line-height: 1.5;
    font-size: 24px;
}

h5,
.h5 {
    line-height: 1.5;
    font-size: 22px;
}

h6,
.h6,
.tab-style-one li button,
.about-circles .circle,
.faq-nav li a {
    line-height: 1.5;
    font-size: 18px;
}

.read-more,
.service-item .content h4 a,
.service-item.style-two .content h6 a,
.service-item.style-three .content h5 a,
.service-item.style-five h5 a,
.service-two-item h4 a,
.service-two-item.style-two h5 a,
.service-two-item.style-two.hover-two h6 a,
.feature-item .content h5 a,
.project-item .content h6 a,
.project-item .content h4 a,
.project-list-item .content h4 a,
.project-grid-item .content h4 a,
.np-project-item .content h6 a,
.blog-item .content h5 a,
.blog-timeline-item .content h4 a,
.blog-standard-item .content h3 a,
.next-prev-blog .item h6 a,
.team-item .content h5 a,
.product-item .content h5 a,
.widget-news li .content h6 a {
    display: inline;
    position: relative;
    background-repeat: no-repeat;
    background-size: 0% 1.5px, 0 1.5px;
    background-position: 100% 100%, 0 85%;
    -webkit-transition: background-size 0.4s linear;
    -o-transition: background-size 0.4s linear;
    transition: background-size 0.4s linear;
    background-image: -webkit-gradient( linear, left top, left bottom, from(var(--ridda-heading-color)), to(var(--ridda-heading-color))), -webkit-gradient(linear, left top, left bottom, from(var(--ridda-heading-color)), to(var(--ridda-heading-color)));
    background-image: -webkit-linear-gradient( var(--ridda-heading-color), var(--ridda-heading-color)), -webkit-linear-gradient(var(--ridda-heading-color), var(--ridda-heading-color));
    background-image: -o-linear-gradient( var(--ridda-heading-color), var(--ridda-heading-color)), -o-linear-gradient(var(--ridda-heading-color), var(--ridda-heading-color));
    background-image: linear-gradient( var(--ridda-heading-color), var(--ridda-heading-color)), linear-gradient(var(--ridda-heading-color), var(--ridda-heading-color));
}

.read-more:hover,
.service-item .content h4 a:hover,
.service-item.style-two .content h6 a:hover,
.service-item.style-three .content h5 a:hover,
.service-item.style-five h5 a:hover,
.service-two-item h4 a:hover,
.service-two-item.style-two h5 a:hover,
.service-two-item.style-two.hover-two h6 a:hover,
.feature-item .content h5 a:hover,
.project-item .content h6 a:hover,
.project-item .content h4 a:hover,
.project-list-item .content h4 a:hover,
.project-grid-item .content h4 a:hover,
.np-project-item .content h6 a:hover,
.blog-item .content h5 a:hover,
.blog-timeline-item .content h4 a:hover,
.blog-standard-item .content h3 a:hover,
.next-prev-blog .item h6 a:hover,
.team-item .content h5 a:hover,
.product-item .content h5 a:hover,
.widget-news li .content h6 a:hover {
    background-size: 0 1.5px, 100% 1.5px;
}


/*******************************************************/


/************** ## Padding Margin Spacing *************/


/*******************************************************/


/* Padding Around */

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.p-35 {
    padding: 35px;
}

.p-40 {
    padding: 40px;
}

.p-45 {
    padding: 45px;
}

.p-50 {
    padding: 50px;
}

.p-55 {
    padding: 55px;
}

.p-60 {
    padding: 60px;
}

.p-65 {
    padding: 65px;
}

.p-70 {
    padding: 70px;
}

.p-75 {
    padding: 75px;
}

.p-80 {
    padding: 80px;
}

.p-85 {
    padding: 85px;
}

.p-90 {
    padding: 90px;
}

.p-95 {
    padding: 95px;
}

.p-100 {
    padding: 100px;
}

.p-105 {
    padding: 105px;
}

.p-110 {
    padding: 110px;
}

.p-115 {
    padding: 115px;
}

.p-120 {
    padding: 120px;
}

.p-125 {
    padding: 125px;
}

.p-130 {
    padding: 130px;
}

.p-135 {
    padding: 135px;
}

.p-140 {
    padding: 140px;
}

.p-145 {
    padding: 145px;
}

.p-150 {
    padding: 150px;
}

.p-155 {
    padding: 155px;
}

.p-160 {
    padding: 160px;
}

.p-165 {
    padding: 165px;
}

.p-170 {
    padding: 170px;
}

.p-175 {
    padding: 175px;
}

.p-180 {
    padding: 180px;
}

.p-185 {
    padding: 185px;
}

.p-190 {
    padding: 190px;
}

.p-195 {
    padding: 195px;
}

.p-200 {
    padding: 200px;
}

.p-205 {
    padding: 205px;
}

.p-210 {
    padding: 210px;
}

.p-215 {
    padding: 215px;
}

.p-220 {
    padding: 220px;
}

.p-225 {
    padding: 225px;
}

.p-230 {
    padding: 230px;
}

.p-235 {
    padding: 235px;
}

.p-240 {
    padding: 240px;
}

.p-245 {
    padding: 245px;
}

.p-250 {
    padding: 250px;
}


/* Padding Top */

.pt-5,
.py-5 {
    padding-top: 5px !important;
}

.pt-10,
.py-10 {
    padding-top: 10px;
}

.pt-15,
.py-15 {
    padding-top: 15px;
}

.pt-20,
.py-20 {
    padding-top: 20px;
}

.pt-25,
.py-25 {
    padding-top: 25px;
}

.pt-30,
.py-30 {
    padding-top: 30px;
}

.pt-35,
.py-35 {
    padding-top: 35px;
}

.pt-40,
.py-40 {
    padding-top: 40px;
}

.pt-45,
.py-45 {
    padding-top: 45px;
}

.pt-50,
.py-50 {
    padding-top: 50px;
}

.pt-55,
.py-55 {
    padding-top: 55px;
}

.pt-60,
.py-60 {
    padding-top: 60px;
}

.pt-65,
.py-65 {
    padding-top: 65px;
}

.pt-70,
.py-70 {
    padding-top: 70px;
}

.pt-75,
.py-75 {
    padding-top: 75px;
}

.pt-80,
.py-80 {
    padding-top: 80px;
}

.pt-85,
.py-85 {
    padding-top: 85px;
}

.pt-90,
.py-90 {
    padding-top: 90px;
}

.pt-95,
.py-95 {
    padding-top: 95px;
}

.pt-100,
.py-100 {
    padding-top: 100px;
}

.pt-105,
.py-105 {
    padding-top: 105px;
}

.pt-110,
.py-110 {
    padding-top: 110px;
}

.pt-115,
.py-115 {
    padding-top: 115px;
}

.pt-120,
.py-120 {
    padding-top: 120px;
}

.pt-125,
.py-125 {
    padding-top: 125px;
}

.pt-130,
.py-130 {
    padding-top: 130px;
}

.pt-135,
.py-135 {
    padding-top: 135px;
}

.pt-140,
.py-140 {
    padding-top: 140px;
}

.pt-145,
.py-145 {
    padding-top: 145px;
}

.pt-150,
.py-150 {
    padding-top: 150px;
}

.pt-155,
.py-155 {
    padding-top: 155px;
}

.pt-160,
.py-160 {
    padding-top: 160px;
}

.pt-165,
.py-165 {
    padding-top: 165px;
}

.pt-170,
.py-170 {
    padding-top: 170px;
}

.pt-175,
.py-175 {
    padding-top: 175px;
}

.pt-180,
.py-180 {
    padding-top: 180px;
}

.pt-185,
.py-185 {
    padding-top: 185px;
}

.pt-190,
.py-190 {
    padding-top: 190px;
}

.pt-195,
.py-195 {
    padding-top: 195px;
}

.pt-200,
.py-200 {
    padding-top: 200px;
}

.pt-205,
.py-205 {
    padding-top: 205px;
}

.pt-210,
.py-210 {
    padding-top: 210px;
}

.pt-215,
.py-215 {
    padding-top: 215px;
}

.pt-220,
.py-220 {
    padding-top: 220px;
}

.pt-225,
.py-225 {
    padding-top: 225px;
}

.pt-230,
.py-230 {
    padding-top: 230px;
}

.pt-235,
.py-235 {
    padding-top: 235px;
}

.pt-240,
.py-240 {
    padding-top: 240px;
}

.pt-245,
.py-245 {
    padding-top: 245px;
}

.pt-250,
.py-250 {
    padding-top: 250px;
}


/* Padding Bottom */

.pb-5,
.py-5 {
    padding-bottom: 5px !important;
}

.pb-10,
.py-10 {
    padding-bottom: 10px;
}

.pb-15,
.py-15 {
    padding-bottom: 15px;
}

.pb-20,
.py-20 {
    padding-bottom: 20px;
}

.pb-25,
.py-25 {
    padding-bottom: 25px;
}

.pb-30,
.py-30 {
    padding-bottom: 30px;
}

.pb-35,
.py-35 {
    padding-bottom: 35px;
}

.pb-40,
.py-40 {
    padding-bottom: 40px;
}

.pb-45,
.py-45 {
    padding-bottom: 45px;
}

.pb-50,
.py-50 {
    padding-bottom: 50px;
}

.pb-55,
.py-55 {
    padding-bottom: 55px;
}

.pb-60,
.py-60 {
    padding-bottom: 60px;
}

.pb-65,
.py-65 {
    padding-bottom: 65px;
}

.pb-70,
.py-70 {
    padding-bottom: 70px;
}

.pb-75,
.py-75 {
    padding-bottom: 75px;
}

.pb-80,
.py-80 {
    padding-bottom: 80px;
}

.pb-85,
.py-85 {
    padding-bottom: 85px;
}

.pb-90,
.py-90 {
    padding-bottom: 90px;
}

.pb-95,
.py-95 {
    padding-bottom: 95px;
}

.pb-100,
.py-100 {
    padding-bottom: 100px;
}

.pb-105,
.py-105 {
    padding-bottom: 105px;
}

.pb-110,
.py-110 {
    padding-bottom: 110px;
}

.pb-115,
.py-115 {
    padding-bottom: 115px;
}

.pb-120,
.py-120 {
    padding-bottom: 120px;
}

.pb-125,
.py-125 {
    padding-bottom: 125px;
}

.pb-130,
.py-130 {
    padding-bottom: 130px;
}

.pb-135,
.py-135 {
    padding-bottom: 135px;
}

.pb-140,
.py-140 {
    padding-bottom: 140px;
}

.pb-145,
.py-145 {
    padding-bottom: 145px;
}

.pb-150,
.py-150 {
    padding-bottom: 150px;
}

.pb-155,
.py-155 {
    padding-bottom: 155px;
}

.pb-160,
.py-160 {
    padding-bottom: 160px;
}

.pb-165,
.py-165 {
    padding-bottom: 165px;
}

.pb-170,
.py-170 {
    padding-bottom: 170px;
}

.pb-175,
.py-175 {
    padding-bottom: 175px;
}

.pb-180,
.py-180 {
    padding-bottom: 180px;
}

.pb-185,
.py-185 {
    padding-bottom: 185px;
}

.pb-190,
.py-190 {
    padding-bottom: 190px;
}

.pb-195,
.py-195 {
    padding-bottom: 195px;
}

.pb-200,
.py-200 {
    padding-bottom: 200px;
}

.pb-205,
.py-205 {
    padding-bottom: 205px;
}

.pb-210,
.py-210 {
    padding-bottom: 210px;
}

.pb-215,
.py-215 {
    padding-bottom: 215px;
}

.pb-220,
.py-220 {
    padding-bottom: 220px;
}

.pb-225,
.py-225 {
    padding-bottom: 225px;
}

.pb-230,
.py-230 {
    padding-bottom: 230px;
}

.pb-235,
.py-235 {
    padding-bottom: 235px;
}

.pb-240,
.py-240 {
    padding-bottom: 240px;
}

.pb-245,
.py-245 {
    padding-bottom: 245px;
}

.pb-250,
.py-250 {
    padding-bottom: 250px;
}


/* Margin Around */

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.m-35 {
    margin: 35px;
}

.m-40 {
    margin: 40px;
}

.m-45 {
    margin: 45px;
}

.m-50 {
    margin: 50px;
}

.m-55 {
    margin: 55px;
}

.m-60 {
    margin: 60px;
}

.m-65 {
    margin: 65px;
}

.m-70 {
    margin: 70px;
}

.m-75 {
    margin: 75px;
}

.m-80 {
    margin: 80px;
}

.m-85 {
    margin: 85px;
}

.m-90 {
    margin: 90px;
}

.m-95 {
    margin: 95px;
}

.m-100 {
    margin: 100px;
}

.m-105 {
    margin: 105px;
}

.m-110 {
    margin: 110px;
}

.m-115 {
    margin: 115px;
}

.m-120 {
    margin: 120px;
}

.m-125 {
    margin: 125px;
}

.m-130 {
    margin: 130px;
}

.m-135 {
    margin: 135px;
}

.m-140 {
    margin: 140px;
}

.m-145 {
    margin: 145px;
}

.m-150 {
    margin: 150px;
}

.m-155 {
    margin: 155px;
}

.m-160 {
    margin: 160px;
}

.m-165 {
    margin: 165px;
}

.m-170 {
    margin: 170px;
}

.m-175 {
    margin: 175px;
}

.m-180 {
    margin: 180px;
}

.m-185 {
    margin: 185px;
}

.m-190 {
    margin: 190px;
}

.m-195 {
    margin: 195px;
}

.m-200 {
    margin: 200px;
}

.m-205 {
    margin: 205px;
}

.m-210 {
    margin: 210px;
}

.m-215 {
    margin: 215px;
}

.m-220 {
    margin: 220px;
}

.m-225 {
    margin: 225px;
}

.m-230 {
    margin: 230px;
}

.m-235 {
    margin: 235px;
}

.m-240 {
    margin: 240px;
}

.m-245 {
    margin: 245px;
}

.m-250 {
    margin: 250px;
}


/* Margin Top */

.mt-5,
.my-5 {
    margin-top: 5px !important;
}

.mt-10,
.my-10 {
    margin-top: 10px;
}

.mt-15,
.my-15 {
    margin-top: 15px;
}

.mt-20,
.my-20 {
    margin-top: 20px;
}

.mt-25,
.my-25 {
    margin-top: 25px;
}

.mt-30,
.my-30 {
    margin-top: 30px;
}

.mt-35,
.my-35 {
    margin-top: 35px;
}

.mt-40,
.my-40 {
    margin-top: 40px;
}

.mt-45,
.my-45 {
    margin-top: 45px;
}

.mt-50,
.my-50 {
    margin-top: 50px;
}

.mt-55,
.my-55 {
    margin-top: 55px;
}

.mt-60,
.my-60 {
    margin-top: 60px;
}

.mt-65,
.my-65 {
    margin-top: 65px;
}

.mt-70,
.my-70 {
    margin-top: 70px;
}

.mt-75,
.my-75 {
    margin-top: 75px;
}

.mt-80,
.my-80 {
    margin-top: 80px;
}

.mt-85,
.my-85 {
    margin-top: 85px;
}

.mt-90,
.my-90 {
    margin-top: 90px;
}

.mt-95,
.my-95 {
    margin-top: 95px;
}

.mt-100,
.my-100 {
    margin-top: 100px;
}

.mt-105,
.my-105 {
    margin-top: 105px;
}

.mt-110,
.my-110 {
    margin-top: 110px;
}

.mt-115,
.my-115 {
    margin-top: 115px;
}

.mt-120,
.my-120 {
    margin-top: 120px;
}

.mt-125,
.my-125 {
    margin-top: 125px;
}

.mt-130,
.my-130 {
    margin-top: 130px;
}

.mt-135,
.my-135 {
    margin-top: 135px;
}

.mt-140,
.my-140 {
    margin-top: 140px;
}

.mt-145,
.my-145 {
    margin-top: 145px;
}

.mt-150,
.my-150 {
    margin-top: 150px;
}

.mt-155,
.my-155 {
    margin-top: 155px;
}

.mt-160,
.my-160 {
    margin-top: 160px;
}

.mt-165,
.my-165 {
    margin-top: 165px;
}

.mt-170,
.my-170 {
    margin-top: 170px;
}

.mt-175,
.my-175 {
    margin-top: 175px;
}

.mt-180,
.my-180 {
    margin-top: 180px;
}

.mt-185,
.my-185 {
    margin-top: 185px;
}

.mt-190,
.my-190 {
    margin-top: 190px;
}

.mt-195,
.my-195 {
    margin-top: 195px;
}

.mt-200,
.my-200 {
    margin-top: 200px;
}

.mt-205,
.my-205 {
    margin-top: 205px;
}

.mt-210,
.my-210 {
    margin-top: 210px;
}

.mt-215,
.my-215 {
    margin-top: 215px;
}

.mt-220,
.my-220 {
    margin-top: 220px;
}

.mt-225,
.my-225 {
    margin-top: 225px;
}

.mt-230,
.my-230 {
    margin-top: 230px;
}

.mt-235,
.my-235 {
    margin-top: 235px;
}

.mt-240,
.my-240 {
    margin-top: 240px;
}

.mt-245,
.my-245 {
    margin-top: 245px;
}

.mt-250,
.my-250 {
    margin-top: 250px;
}


/* Margin Bottom */

.mb-5,
.my-5 {
    margin-bottom: 5px !important;
}

.mb-10,
.my-10 {
    margin-bottom: 10px;
}

.mb-15,
.my-15 {
    margin-bottom: 15px;
}

.mb-20,
.my-20 {
    margin-bottom: 20px;
}

.mb-25,
.my-25 {
    margin-bottom: 25px;
}

.mb-30,
.my-30 {
    margin-bottom: 30px;
}

.mb-35,
.my-35 {
    margin-bottom: 35px;
}

.mb-40,
.my-40 {
    margin-bottom: 40px;
}

.mb-45,
.my-45 {
    margin-bottom: 45px;
}

.mb-50,
.my-50 {
    margin-bottom: 50px;
}

.mb-55,
.my-55 {
    margin-bottom: 55px;
}

.mb-60,
.my-60 {
    margin-bottom: 60px;
}

.mb-65,
.my-65 {
    margin-bottom: 65px;
}

.mb-70,
.my-70 {
    margin-bottom: 70px;
}

.mb-75,
.my-75 {
    margin-bottom: 75px;
}

.mb-80,
.my-80 {
    margin-bottom: 80px;
}

.mb-85,
.my-85 {
    margin-bottom: 85px;
}

.mb-90,
.my-90 {
    margin-bottom: 90px;
}

.mb-95,
.my-95 {
    margin-bottom: 95px;
}

.mb-100,
.my-100 {
    margin-bottom: 100px;
}

.mb-105,
.my-105 {
    margin-bottom: 105px;
}

.mb-110,
.my-110 {
    margin-bottom: 110px;
}

.mb-115,
.my-115 {
    margin-bottom: 115px;
}

.mb-120,
.my-120 {
    margin-bottom: 120px;
}

.mb-125,
.my-125 {
    margin-bottom: 125px;
}

.mb-130,
.my-130 {
    margin-bottom: 130px;
}

.mb-135,
.my-135 {
    margin-bottom: 135px;
}

.mb-140,
.my-140 {
    margin-bottom: 140px;
}

.mb-145,
.my-145 {
    margin-bottom: 145px;
}

.mb-150,
.my-150 {
    margin-bottom: 150px;
}

.mb-155,
.my-155 {
    margin-bottom: 155px;
}

.mb-160,
.my-160 {
    margin-bottom: 160px;
}

.mb-165,
.my-165 {
    margin-bottom: 165px;
}

.mb-170,
.my-170 {
    margin-bottom: 170px;
}

.mb-175,
.my-175 {
    margin-bottom: 175px;
}

.mb-180,
.my-180 {
    margin-bottom: 180px;
}

.mb-185,
.my-185 {
    margin-bottom: 185px;
}

.mb-190,
.my-190 {
    margin-bottom: 190px;
}

.mb-195,
.my-195 {
    margin-bottom: 195px;
}

.mb-200,
.my-200 {
    margin-bottom: 200px;
}

.mb-205,
.my-205 {
    margin-bottom: 205px;
}

.mb-210,
.my-210 {
    margin-bottom: 210px;
}

.mb-215,
.my-215 {
    margin-bottom: 215px;
}

.mb-220,
.my-220 {
    margin-bottom: 220px;
}

.mb-225,
.my-225 {
    margin-bottom: 225px;
}

.mb-230,
.my-230 {
    margin-bottom: 230px;
}

.mb-235,
.my-235 {
    margin-bottom: 235px;
}

.mb-240,
.my-240 {
    margin-bottom: 240px;
}

.mb-245,
.my-245 {
    margin-bottom: 245px;
}

.mb-250,
.my-250 {
    margin-bottom: 250px;
}


/* Responsive Padding Margin */

@media only screen and (max-width: 991px) {
    /* Padding Around */
    .rp-0 {
        padding: 0px !important;
    }
    .rp-5 {
        padding: 5px !important;
    }
    .rp-10 {
        padding: 10px;
    }
    .rp-15 {
        padding: 15px;
    }
    .rp-20 {
        padding: 20px;
    }
    .rp-25 {
        padding: 25px;
    }
    .rp-30 {
        padding: 30px;
    }
    .rp-35 {
        padding: 35px;
    }
    .rp-40 {
        padding: 40px;
    }
    .rp-45 {
        padding: 45px;
    }
    .rp-50 {
        padding: 50px;
    }
    .rp-55 {
        padding: 55px;
    }
    .rp-60 {
        padding: 60px;
    }
    .rp-65 {
        padding: 65px;
    }
    .rp-70 {
        padding: 70px;
    }
    .rp-75 {
        padding: 75px;
    }
    .rp-80 {
        padding: 80px;
    }
    .rp-85 {
        padding: 85px;
    }
    .rp-90 {
        padding: 90px;
    }
    .rp-95 {
        padding: 95px;
    }
    .rp-100 {
        padding: 100px;
    }
    .rp-105 {
        padding: 105px;
    }
    .rp-110 {
        padding: 110px;
    }
    .rp-115 {
        padding: 115px;
    }
    .rp-120 {
        padding: 120px;
    }
    .rp-125 {
        padding: 125px;
    }
    .rp-130 {
        padding: 130px;
    }
    .rp-135 {
        padding: 135px;
    }
    .rp-140 {
        padding: 140px;
    }
    .rp-145 {
        padding: 145px;
    }
    .rp-150 {
        padding: 150px;
    }
    /* Padding Top */
    .rpt-0,
    .rpy-0 {
        padding-top: 0px !important;
    }
    .rpt-5,
    .rpy-5 {
        padding-top: 5px !important;
    }
    .rpt-10,
    .rpy-10 {
        padding-top: 10px;
    }
    .rpt-15,
    .rpy-15 {
        padding-top: 15px;
    }
    .rpt-20,
    .rpy-20 {
        padding-top: 20px;
    }
    .rpt-25,
    .rpy-25 {
        padding-top: 25px;
    }
    .rpt-30,
    .rpy-30 {
        padding-top: 30px;
    }
    .rpt-35,
    .rpy-35 {
        padding-top: 35px;
    }
    .rpt-40,
    .rpy-40 {
        padding-top: 40px;
    }
    .rpt-45,
    .rpy-45 {
        padding-top: 45px;
    }
    .rpt-50,
    .rpy-50 {
        padding-top: 50px;
    }
    .rpt-55,
    .rpy-55 {
        padding-top: 55px;
    }
    .rpt-60,
    .rpy-60 {
        padding-top: 60px;
    }
    .rpt-65,
    .rpy-65 {
        padding-top: 65px;
    }
    .rpt-70,
    .rpy-70 {
        padding-top: 70px;
    }
    .rpt-75,
    .rpy-75 {
        padding-top: 75px;
    }
    .rpt-80,
    .rpy-80 {
        padding-top: 80px;
    }
    .rpt-85,
    .rpy-85 {
        padding-top: 85px;
    }
    .rpt-90,
    .rpy-90 {
        padding-top: 90px;
    }
    .rpt-95,
    .rpy-95 {
        padding-top: 95px;
    }
    .rpt-100,
    .rpy-100 {
        padding-top: 100px;
    }
    .rpt-105,
    .rpy-105 {
        padding-top: 105px;
    }
    .rpt-110,
    .rpy-110 {
        padding-top: 110px;
    }
    .rpt-115,
    .rpy-115 {
        padding-top: 115px;
    }
    .rpt-120,
    .rpy-120 {
        padding-top: 120px;
    }
    .rpt-125,
    .rpy-125 {
        padding-top: 125px;
    }
    .rpt-130,
    .rpy-130 {
        padding-top: 130px;
    }
    .rpt-135,
    .rpy-135 {
        padding-top: 135px;
    }
    .rpt-140,
    .rpy-140 {
        padding-top: 140px;
    }
    .rpt-145,
    .rpy-145 {
        padding-top: 145px;
    }
    .rpt-150,
    .rpy-150 {
        padding-top: 150px;
    }
    /* Padding Bottom */
    .rpb-0,
    .rpy-0 {
        padding-bottom: 0px !important;
    }
    .rpb-5,
    .rpy-5 {
        padding-bottom: 5px !important;
    }
    .rpb-10,
    .rpy-10 {
        padding-bottom: 10px;
    }
    .rpb-15,
    .rpy-15 {
        padding-bottom: 15px;
    }
    .rpb-20,
    .rpy-20 {
        padding-bottom: 20px;
    }
    .rpb-25,
    .rpy-25 {
        padding-bottom: 25px;
    }
    .rpb-30,
    .rpy-30 {
        padding-bottom: 30px;
    }
    .rpb-35,
    .rpy-35 {
        padding-bottom: 35px;
    }
    .rpb-40,
    .rpy-40 {
        padding-bottom: 40px;
    }
    .rpb-45,
    .rpy-45 {
        padding-bottom: 45px;
    }
    .rpb-50,
    .rpy-50 {
        padding-bottom: 50px;
    }
    .rpb-55,
    .rpy-55 {
        padding-bottom: 55px;
    }
    .rpb-60,
    .rpy-60 {
        padding-bottom: 60px;
    }
    .rpb-65,
    .rpy-65 {
        padding-bottom: 65px;
    }
    .rpb-70,
    .rpy-70 {
        padding-bottom: 70px;
    }
    .rpb-75,
    .rpy-75 {
        padding-bottom: 75px;
    }
    .rpb-80,
    .rpy-80 {
        padding-bottom: 80px;
    }
    .rpb-85,
    .rpy-85 {
        padding-bottom: 85px;
    }
    .rpb-90,
    .rpy-90 {
        padding-bottom: 90px;
    }
    .rpb-95,
    .rpy-95 {
        padding-bottom: 95px;
    }
    .rpb-100,
    .rpy-100 {
        padding-bottom: 100px;
    }
    .rpb-105,
    .rpy-105 {
        padding-bottom: 105px;
    }
    .rpb-110,
    .rpy-110 {
        padding-bottom: 110px;
    }
    .rpb-115,
    .rpy-115 {
        padding-bottom: 115px;
    }
    .rpb-120,
    .rpy-120 {
        padding-bottom: 120px;
    }
    .rpb-125,
    .rpy-125 {
        padding-bottom: 125px;
    }
    .rpb-130,
    .rpy-130 {
        padding-bottom: 130px;
    }
    .rpb-135,
    .rpy-135 {
        padding-bottom: 135px;
    }
    .rpb-140,
    .rpy-140 {
        padding-bottom: 140px;
    }
    .rpb-145,
    .rpy-145 {
        padding-bottom: 145px;
    }
    .rpb-150,
    .rpy-150 {
        padding-bottom: 150px;
    }
    /* Margin Around */
    .rm-0 {
        margin: 0px !important;
    }
    .rm-5 {
        margin: 5px !important;
    }
    .rm-10 {
        margin: 10px;
    }
    .rm-15 {
        margin: 15px;
    }
    .rm-20 {
        margin: 20px;
    }
    .rm-25 {
        margin: 25px;
    }
    .rm-30 {
        margin: 30px;
    }
    .rm-35 {
        margin: 35px;
    }
    .rm-40 {
        margin: 40px;
    }
    .rm-45 {
        margin: 45px;
    }
    .rm-50 {
        margin: 50px;
    }
    .rm-55 {
        margin: 55px;
    }
    .rm-60 {
        margin: 60px;
    }
    .rm-65 {
        margin: 65px;
    }
    .rm-70 {
        margin: 70px;
    }
    .rm-75 {
        margin: 75px;
    }
    .rm-80 {
        margin: 80px;
    }
    .rm-85 {
        margin: 85px;
    }
    .rm-90 {
        margin: 90px;
    }
    .rm-95 {
        margin: 95px;
    }
    .rm-100 {
        margin: 100px;
    }
    .rm-105 {
        margin: 105px;
    }
    .rm-110 {
        margin: 110px;
    }
    .rm-115 {
        margin: 115px;
    }
    .rm-120 {
        margin: 120px;
    }
    .rm-125 {
        margin: 125px;
    }
    .rm-130 {
        margin: 130px;
    }
    .rm-135 {
        margin: 135px;
    }
    .rm-140 {
        margin: 140px;
    }
    .rm-145 {
        margin: 145px;
    }
    .rm-150 {
        margin: 150px;
    }
    /* Margin Top */
    .rmt-0,
    .rmy-0 {
        margin-top: 0px !important;
    }
    .rmt-5,
    .rmy-5 {
        margin-top: 5px !important;
    }
    .rmt-10,
    .rmy-10 {
        margin-top: 10px;
    }
    .rmt-15,
    .rmy-15 {
        margin-top: 15px;
    }
    .rmt-20,
    .rmy-20 {
        margin-top: 20px;
    }
    .rmt-25,
    .rmy-25 {
        margin-top: 25px;
    }
    .rmt-30,
    .rmy-30 {
        margin-top: 30px;
    }
    .rmt-35,
    .rmy-35 {
        margin-top: 35px;
    }
    .rmt-40,
    .rmy-40 {
        margin-top: 40px;
    }
    .rmt-45,
    .rmy-45 {
        margin-top: 45px;
    }
    .rmt-50,
    .rmy-50 {
        margin-top: 50px;
    }
    .rmt-55,
    .rmy-55 {
        margin-top: 55px;
    }
    .rmt-60,
    .rmy-60 {
        margin-top: 60px;
    }
    .rmt-65,
    .rmy-65 {
        margin-top: 65px;
    }
    .rmt-70,
    .rmy-70 {
        margin-top: 70px;
    }
    .rmt-75,
    .rmy-75 {
        margin-top: 75px;
    }
    .rmt-80,
    .rmy-80 {
        margin-top: 80px;
    }
    .rmt-85,
    .rmy-85 {
        margin-top: 85px;
    }
    .rmt-90,
    .rmy-90 {
        margin-top: 90px;
    }
    .rmt-95,
    .rmy-95 {
        margin-top: 95px;
    }
    .rmt-100,
    .rmy-100 {
        margin-top: 100px;
    }
    .rmt-105,
    .rmy-105 {
        margin-top: 105px;
    }
    .rmt-110,
    .rmy-110 {
        margin-top: 110px;
    }
    .rmt-115,
    .rmy-115 {
        margin-top: 115px;
    }
    .rmt-120,
    .rmy-120 {
        margin-top: 120px;
    }
    .rmt-125,
    .rmy-125 {
        margin-top: 125px;
    }
    .rmt-130,
    .rmy-130 {
        margin-top: 130px;
    }
    .rmt-135,
    .rmy-135 {
        margin-top: 135px;
    }
    .rmt-140,
    .rmy-140 {
        margin-top: 140px;
    }
    .rmt-145,
    .rmy-145 {
        margin-top: 145px;
    }
    .rmt-150,
    .rmy-150 {
        margin-top: 150px;
    }
    /* Margin Bottom */
    .rmb-0,
    .rmy-0 {
        margin-bottom: 0px !important;
    }
    .rmb-5,
    .rmy-5 {
        margin-bottom: 5px !important;
    }
    .rmb-10,
    .rmy-10 {
        margin-bottom: 10px;
    }
    .rmb-15,
    .rmy-15 {
        margin-bottom: 15px;
    }
    .rmb-20,
    .rmy-20 {
        margin-bottom: 20px;
    }
    .rmb-25,
    .rmy-25 {
        margin-bottom: 25px;
    }
    .rmb-30,
    .rmy-30 {
        margin-bottom: 30px;
    }
    .rmb-35,
    .rmy-35 {
        margin-bottom: 35px;
    }
    .rmb-40,
    .rmy-40 {
        margin-bottom: 40px;
    }
    .rmb-45,
    .rmy-45 {
        margin-bottom: 45px;
    }
    .rmb-50,
    .rmy-50 {
        margin-bottom: 50px;
    }
    .rmb-55,
    .rmy-55 {
        margin-bottom: 55px;
    }
    .rmb-60,
    .rmy-60 {
        margin-bottom: 60px;
    }
    .rmb-65,
    .rmy-65 {
        margin-bottom: 65px;
    }
    .rmb-70,
    .rmy-70 {
        margin-bottom: 70px;
    }
    .rmb-75,
    .rmy-75 {
        margin-bottom: 75px;
    }
    .rmb-80,
    .rmy-80 {
        margin-bottom: 80px;
    }
    .rmb-85,
    .rmy-85 {
        margin-bottom: 85px;
    }
    .rmb-90,
    .rmy-90 {
        margin-bottom: 90px;
    }
    .rmb-95,
    .rmy-95 {
        margin-bottom: 95px;
    }
    .rmb-100,
    .rmy-100 {
        margin-bottom: 100px;
    }
    .rmb-105,
    .rmy-105 {
        margin-bottom: 105px;
    }
    .rmb-110,
    .rmy-110 {
        margin-bottom: 110px;
    }
    .rmb-115,
    .rmy-115 {
        margin-bottom: 115px;
    }
    .rmb-120,
    .rmy-120 {
        margin-bottom: 120px;
    }
    .rmb-125,
    .rmy-125 {
        margin-bottom: 125px;
    }
    .rmb-130,
    .rmy-130 {
        margin-bottom: 130px;
    }
    .rmb-135,
    .rmy-135 {
        margin-bottom: 135px;
    }
    .rmb-140,
    .rmy-140 {
        margin-bottom: 140px;
    }
    .rmb-145,
    .rmy-145 {
        margin-bottom: 145px;
    }
    .rmb-150,
    .rmy-150 {
        margin-bottom: 150px;
    }
}


/*******************************************************/


/***************** ## Custom Animation ****************/


/*******************************************************/


/* Animation Delay */

.delay-1-0s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-2-0s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-0-1s {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.delay-0-2s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay-0-3s {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.delay-0-4s {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay-0-5s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-0-6s {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay-0-7s {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay-0-8s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay-0-9s {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.delay-1-1s {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.delay-1-2s {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay-1-3s {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.delay-1-4s {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.delay-1-5s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-1-6s {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.delay-1-7s {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.delay-1-8s {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.delay-1-9s {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

@-webkit-keyframes toggler {
    0%,
    10% {
        background-position: 0 0, 0 calc(100% / 3);
    }
    50% {
        background-position: 0 0, calc(100% / 3) calc(100% / 3);
    }
    90%,
    100% {
        background-position: 0 0, calc(100% / 3) 0;
    }
}

@keyframes toggler {
    0%,
    10% {
        background-position: 0 0, 0 calc(100% / 3);
    }
    50% {
        background-position: 0 0, calc(100% / 3) calc(100% / 3);
    }
    90%,
    100% {
        background-position: 0 0, calc(100% / 3) 0;
    }
}

@-webkit-keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    }
}


/* Menu Sticky */

@-webkit-keyframes sticky {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }
}


/* Rotated Circle */

@-webkit-keyframes rotated_circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotated_circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


/* Rotated Circle reverse */

@-webkit-keyframes rotated_circle_reverse {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotated_circle_reverse {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


/* Rotated Man */

@-webkit-keyframes semi_rotated {
    0%,
    100% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    50% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
}

@keyframes semi_rotated {
    0%,
    100% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    50% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
}


/* BG Shape Rotated */

@-webkit-keyframes semi_rotated_two {
    0%,
    100% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}

@keyframes semi_rotated_two {
    0%,
    100% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}

@-webkit-keyframes move_arround {
    0% {
        top: 20px;
        left: 20px;
    }
    25% {
        top: 20px;
        left: -20px;
    }
    50% {
        top: -20px;
        left: -20px;
    }
    75% {
        top: -20px;
        left: 20px;
    }
    100% {
        top: 20px;
        left: 20px;
    }
}

@keyframes move_arround {
    0% {
        top: 20px;
        left: 20px;
    }
    25% {
        top: 20px;
        left: -20px;
    }
    50% {
        top: -20px;
        left: -20px;
    }
    75% {
        top: -20px;
        left: 20px;
    }
    100% {
        top: 20px;
        left: 20px;
    }
}


/* Hero Circle */

@-webkit-keyframes upDownLeft {
    0%,
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    25%,
    75% {
        -webkit-transform: translate(0px, 50px);
        transform: translate(0px, 50px);
    }
    50% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px);
    }
}

@keyframes upDownLeft {
    0%,
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    25%,
    75% {
        -webkit-transform: translate(0px, 50px);
        transform: translate(0px, 50px);
    }
    50% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px);
    }
}

@-webkit-keyframes shapeAnimationOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(0px, 150px) rotate(90deg);
        transform: translate(0px, 150px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(150px, 0px) rotate(270deg);
        transform: translate(150px, 0px) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(0px, 150px) rotate(90deg);
        transform: translate(0px, 150px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(150px, 0px) rotate(270deg);
        transform: translate(150px, 0px) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-150px, 0px) rotate(270deg);
        transform: translate(-150px, 0px) rotate(270deg);
    }
    50% {
        -webkit-transform: translate(-150px, 150px) rotate(180deg);
        transform: translate(-150px, 150px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(0px, 150px) rotate(90deg);
        transform: translate(0px, 150px) rotate(90deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-150px, 0px) rotate(270deg);
        transform: translate(-150px, 0px) rotate(270deg);
    }
    50% {
        -webkit-transform: translate(-150px, 150px) rotate(180deg);
        transform: translate(-150px, 150px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(0px, 150px) rotate(90deg);
        transform: translate(0px, 150px) rotate(90deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationThree {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(50px, 150px) rotate(90deg);
        transform: translate(50px, 150px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(150px, 50px) rotate(270deg);
        transform: translate(150px, 50px) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationThree {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(50px, 150px) rotate(90deg);
        transform: translate(50px, 150px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(150px, 50px) rotate(270deg);
        transform: translate(150px, 50px) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationFour {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-150px -50px) rotate(90deg);
        transform: translate(-150px -50px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(-150px, -150px) rotate(180deg);
        transform: translate(-150px, -150px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(-50px, -150px) rotate(270deg);
        transform: translate(-50px, -150px) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationFour {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-150px -50px) rotate(90deg);
        transform: translate(-150px -50px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(-150px, -150px) rotate(180deg);
        transform: translate(-150px, -150px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(-50px, -150px) rotate(270deg);
        transform: translate(-50px, -150px) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationFive {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-100px -100px) rotate(90deg);
        transform: translate(-100px -100px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(100px, 50px) rotate(180deg);
        transform: translate(100px, 50px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(-100px, 150px) rotate(270deg);
        transform: translate(-100px, 150px) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationFive {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-100px -100px) rotate(90deg);
        transform: translate(-100px -100px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(100px, 50px) rotate(180deg);
        transform: translate(100px, 50px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(-100px, 150px) rotate(270deg);
        transform: translate(-100px, 150px) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes down-up-one {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(25px);
        transform: rotateX(0deg) translateY(25px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@keyframes down-up-one {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(25px);
        transform: rotateX(0deg) translateY(25px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes down-up-two {
    0% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translate(0, -25px);
        transform: rotateX(0deg) translate(0, -25px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }
}

@keyframes down-up-two {
    0% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translate(0, -25px);
        transform: rotateX(0deg) translate(0, -25px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }
}

@-webkit-keyframes leftRightOne {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes leftRightOne {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@-webkit-keyframes leftRightTwo {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes leftRightTwo {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@-webkit-keyframes zoomInOut {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes zoomInOut {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}


/* Preloader */

@-webkit-keyframes preloader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes preloader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Headline */

@-webkit-keyframes marquee {
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}

@keyframes marquee {
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}

@-webkit-keyframes marquee_right {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes marquee_right {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes marquee_left {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes marquee_left {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}


/*******************************************************/


/******************* ## Header style *******************/


/*******************************************************/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .header-upper {
    z-index: 5;
    width: 100%;
    position: relative;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .logo-outer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media only screen and (max-width: 991px) {
    .main-header .logo-outer {
        display: none;
    }
}

.main-header .logo {
    z-index: 9;
    padding: 2px 0;
    position: relative;
}

.main-header.menu-absolute .header-upper {
    position: absolute;
}

.main-header.fixed-header .header-upper {
    top: 0;
    left: 0;
    position: fixed;
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
}

@media only screen and (min-width: 992px) {
    .main-header.fixed-header .main-menu .navbar-collapse>ul>li {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .nav-outer {
        width: 100%;
    }
}


/** Header Main Menu **/

@media only screen and (max-width: 991px) {
    .main-menu {
        width: 100%;
    }
}

.main-menu .mobile-logo {
    margin-right: auto;
}

@media only screen and (max-width: 575px) {
    .main-menu .mobile-logo {
        max-width: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .collapse {
        overflow: auto;
    }
}

.main-menu .navbar-collapse>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse>ul {
        display: block;
        padding: 25px 0;
        background: #f9f9f9;
        -webkit-box-shadow: inset 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
        box-shadow: inset 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
    }
    .main-menu .navbar-collapse>ul>li:last-child {
        border-bottom: 1px solid var(--ridda-border-color);
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse {
        left: 0;
        width: 100%;
        position: absolute;
        max-height: calc(100vh - 80px);
    }
}

.main-menu .navbar-collapse li {
    padding: 32px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
    .main-menu .navbar-collapse li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li {
        display: block;
        padding: 0 15px;
        border-top: 1px solid var(--ridda-border-color);
    }
}

.main-menu .navbar-collapse li.dropdown .dropdown-btn {
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: -3px;
    color: var(--ridda-heading-color);
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li.dropdown .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 0;
        width: 50px;
        height: 43px;
        border-left: 1px solid var(--ridda-border-color);
        text-align: center;
        line-height: 43px;
    }
}

.main-menu .navbar-collapse li a {
    opacity: 1;
    display: block;
    font-weight: 600;
    position: relative;
    color: var(--ridda-heading-color);
    font-family: var(--ridda-heading-font);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li a {
        padding: 10px 10px;
        line-height: 22px;
    }
}

.main-menu .navbar-collapse li a:hover {
    text-decoration: underline;
}

.main-menu .navbar-collapse li.current>a,
.main-menu .navbar-collapse li.current-menu-item>a {
    font-weight: 600;
}

.main-menu .navbar-collapse li li {
    border-top: 1px solid var(--ridda-border-color);
}

.main-menu .navbar-collapse li li a {
    text-transform: capitalize;
}

.main-menu .navbar-collapse li li a:before {
    display: none;
}

.main-menu .navbar-collapse li .megamenu {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    padding: 20px 0;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navbar-collapse li .megamenu:after {
    display: block;
    clear: both;
    content: "";
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li .megamenu {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
    }
    .main-menu .navbar-collapse li .megamenu .container {
        max-width: 100%;
    }
    .main-menu .navbar-collapse li .megamenu .row {
        margin: 0px;
    }
}

.main-menu .navbar-collapse li .megamenu ul {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-menu .navbar-collapse li ul {
    position: absolute;
    left: inherit;
    top: 100%;
    min-width: 250px;
    z-index: 100;
    display: none;
    background: white;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li ul {
        position: relative;
        display: none;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
    }
    .main-menu .navbar-collapse li ul:after {
        display: block;
        clear: both;
        content: "";
    }
}

@media only screen and (max-width: 991px) and (max-width: 375px) {
    .main-menu .navbar-collapse li ul {
        min-width: auto;
    }
}

.main-menu .navbar-collapse li ul li {
    width: 100%;
    padding: 7px 20px;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li ul li {
        padding: 0 15px;
    }
}

.main-menu .navbar-collapse li ul li ul {
    left: 100%;
    top: 0%;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li ul li ul {
        left: auto;
    }
}

.main-menu .navbar-header {
    display: none;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.main-menu .navbar-header .navbar-toggle {
    float: right;
    padding: 4px 0;
    cursor: pointer;
    background: transparent;
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .main-menu .navbar-header .navbar-toggle {
        margin-right: 20px;
    }
}

.main-menu .navbar-header .navbar-toggle .icon-bar {
    background: var(--ridda-base-color);
    height: 2px;
    width: 30px;
    display: block;
    margin: 7px 0;
}


/* Menu Btns */

.menu-btns {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media only screen and (max-width: 575px) {
    .menu-btns {
        display: none;
    }
}


/* White Menu */

.main-header.white-menu .bordered-bottom {
    border-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 992px) {
    .main-header.white-menu .navbar-collapse>ul>li>a,
    .main-header.white-menu .navbar-collapse>ul>li>.dropdown-btn {
        color: white;
    }
}

.main-header.white-menu .main-menu .navbar-header .navbar-toggle .icon-bar {
    background: white;
}

.main-header.white-menu .header-number,
.main-header.white-menu .header-number a,
.main-header.white-menu .menu-btns>button,
.main-header.white-menu .nav-search>button {
    color: white;
}

.main-header.white-menu .menu-sidebar>button {
    border-color: rgba(255, 255, 255, 0.1);
}

.main-header.white-menu .menu-sidebar>button .icon-bar {
    background: white;
}

.main-header.white-menu.fixed-header .header-upper {
    background: #222222;
}


/* Header One */

.header-one .header-upper {
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.07)));
    background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.07) 100%);
    background: -o-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.07) 100%);
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.07) 100%);
}

.header-one .header-upper.bgc-black {
    background: var(--ridda-heading-color);
}


/* Menu Sidebar */

.menu-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu-sidebar>button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid var(--ridda-border-color);
}

.menu-sidebar>button .icon-bar {
    width: 20px;
    height: 2px;
    margin: 3px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--ridda-heading-color);
}

.menu-sidebar>button .icon-bar:nth-child(2) {
    width: 25px;
}

.menu-sidebar>button:hover .icon-bar {
    width: 25px;
}


/** hidden-sidebar * */

.hidden-bar {
    position: fixed;
    right: -350px;
    top: 0px;
    opacity: 0;
    width: 350px;
    height: 100%;
    z-index: 99999;
    overflow-y: auto;
    visibility: hidden;
    background-color: #222222;
    border-left: 1px solid #231b26;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 375px) {
    .hidden-bar {
        width: 300px;
    }
}

.hidden-bar .social-style-one a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.side-content-visible .hidden-bar {
    right: 0px;
    opacity: 1;
    visibility: visible;
}

.hidden-bar .inner-box {
    position: relative;
    padding: 100px 40px 50px;
}

@media only screen and (max-width: 375px) {
    .hidden-bar .inner-box {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.hidden-bar .inner-box .cross-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.hidden-bar .inner-box h4 {
    position: relative;
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 35px;
}


/*Appointment Form */

.hidden-bar .appointment-form {
    position: relative;
}

.hidden-bar .appointment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.hidden-bar .appointment-form input[type="text"],
.hidden-bar .appointment-form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 23px;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 16px;
    background: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hidden-bar .appointment-form textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 23px;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    resize: none;
}

.hidden-bar .appointment-form input::-webkit-input-placeholder {
    font-size: 14px;
    color: #bdbdbd;
}

.hidden-bar .appointment-form input:-ms-input-placeholder {
    font-size: 14px;
    color: #bdbdbd;
}

.hidden-bar .appointment-form input::-ms-input-placeholder {
    font-size: 14px;
    color: #bdbdbd;
}

.hidden-bar .appointment-form input::placeholder {
    font-size: 14px;
    color: #bdbdbd;
}

.hidden-bar .appointment-form textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #bdbdbd;
}

.hidden-bar .appointment-form textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #bdbdbd;
}

.hidden-bar .appointment-form textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #bdbdbd;
}

.hidden-bar .appointment-form textarea::placeholder {
    font-size: 14px;
    color: #bdbdbd;
}

.hidden-bar .appointment-form .form-group button {
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-color: white;
}

.form-back-drop {
    position: fixed;
    left: 100%;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    z-index: 9990;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-content-visible .form-back-drop {
    opacity: 1;
    left: 0;
    visibility: visible;
}

@media only screen and (max-width: 991px) {
    .header-top {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .header-top {
        display: none;
    }
}

.header-top .top-left {
    color: var(--ridda-heading-color);
    font-weight: 500;
    line-height: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) {
    .header-top .top-left:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background: var(--ridda-primary-color);
        width: 50vw;
        height: 100%;
        -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, calc(100% - 20px) 0%, 100% 100%, 0% 100%);
        z-index: -1;
    }
}

@media only screen and (max-width: 991px) {
    .header-top .top-left {
        color: rgba(255, 255, 255, 0.65);
    }
}

.header-top .top-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 992px) {
    .header-top .top-right ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.header-top .top-right ul li {
    line-height: 1;
}

.header-top .top-right ul li:not(:last-child) {
    margin-right: 50px;
    padding-right: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1199px) {
    .header-top .top-right ul li:not(:last-child) {
        margin-right: 20px;
        padding-right: 20px;
    }
}

.header-top .top-right ul li>i {
    color: var(--ridda-primary-color);
    margin-right: 10px;
}

.header-top .top-right ul li a {
    color: rgba(255, 255, 255, 0.65);
}

.header-top .top-right ul li a:hover {
    color: var(--ridda-primary-color);
}


/*******************************************************/


/******************** ## Hero Area ********************/


/*******************************************************/

.hero-area {
    background: -webkit-gradient( linear, left top, left bottom, from(#290e93), to(#5931f6));
    background: -webkit-linear-gradient(top, #290e93 0%, #5931f6 100%);
    background: -o-linear-gradient(top, #290e93 0%, #5931f6 100%);
    background: linear-gradient(180deg, #290e93 0%, #5931f6 100%);
}

@media only screen and (min-width: 480px) {
    .hero-content .subtitle {
        font-size: 18px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

.hero-content h1 {
    margin-bottom: 40px;
    letter-spacing: -3px;
}

@media only screen and (max-width: 1399px) {
    .hero-content h1 {
        font-size: 75px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-content h1 {
        font-size: 65px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-content h1 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-content h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .hero-content h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 375px) {
    .hero-content h1 {
        font-size: 40px;
    }
}

.hero-content p {
    font-size: 24px;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .hero-content p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .hero-content p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 375px) {
    .hero-content p {
        font-size: 16px;
    }
}

.hero-content.style-two h1 {
    margin-bottom: 35px;
}

@media only screen and (min-width: 992px) {
    .hero-content.style-two h1 {
        font-size: 65px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-content.style-two h1 {
        font-size: 58px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-content.style-two h1 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 479px) {
    .hero-content.style-two h1 {
        font-size: 38px;
    }
}

.hero-content.style-two p {
    max-width: 530px;
}

@media only screen and (min-width: 480px) {
    .hero-content.style-two p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1400px) {
    .hero-content.style-three h1 {
        line-height: 1;
    }
}

.hero-socials {
    padding-top: 50px;
    position: relative;
    padding-left: 5.5%;
    padding-right: 5.5%;
    padding-bottom: 110px;
}

.hero-socials .logo {
    border-radius: 10px;
    background: white;
    padding: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 45%;
}

@media only screen and (max-width: 991px) {
    .hero-socials .logo {
        top: 42%;
        padding: 10px;
        max-width: 10%;
    }
}

@media only screen and (max-width: 479px) {
    .hero-socials .logo {
        top: 38%;
        padding: 6px;
        max-width: 13%;
    }
}

.hero-socials .icon {
    border-radius: 50%;
    position: absolute;
    border: 1.5px solid white;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    -webkit-animation: zoomInOut 5s infinite;
    animation: zoomInOut 5s infinite;
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(241, 241, 241, 0.6)));
    background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0.8) 0%, rgba(241, 241, 241, 0.6) 100%);
    background: -o-linear-gradient( top, rgba(255, 255, 255, 0.8) 0%, rgba(241, 241, 241, 0.6) 100%);
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0.8) 0%, rgba(241, 241, 241, 0.6) 100%);
}

@media only screen and (max-width: 991px) {
    .hero-socials .icon {
        padding: 5px;
        max-width: 7%;
    }
}

.hero-socials .icon img {
    display: block;
}

.hero-socials .icon.one {
    left: 0;
    top: calc(3% + 50px);
}

.hero-socials .icon.two {
    left: 0;
    bottom: calc(3% + 110px);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero-socials .icon.three {
    left: 33%;
    top: calc(11% + 50px);
}

.hero-socials .icon.four {
    left: 36%;
    bottom: 100px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero-socials .icon.five {
    top: 15px;
    right: 40%;
}

.hero-socials .icon.six {
    right: 37%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    bottom: calc(3% + 110px);
}

.hero-socials .icon.seven {
    right: 0;
    top: calc(1% + 50px);
}

.hero-socials .icon.eight {
    right: 0;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    bottom: calc(5% + 110px);
}


/* Hero Area Two */

.hero-two-image-part {
    position: relative;
    padding-left: 15px;
}

.hero-two-image-part .shape {
    max-width: 15%;
    position: absolute;
}

.hero-two-image-part .shape.one {
    top: 5%;
    left: 10%;
    -webkit-animation: down-up-one 8s infinite;
    animation: down-up-one 8s infinite;
}

.hero-two-image-part .shape.two {
    top: 42%;
    left: -10%;
    max-width: 45%;
    -webkit-animation: leftRightOne 8s infinite;
    animation: leftRightOne 8s infinite;
}

.hero-two-image-part .shape.three {
    left: 15px;
    bottom: 10%;
    -webkit-animation: zoomInOut 6s linear 4s infinite;
    animation: zoomInOut 6s linear 4s infinite;
}

.hero-two-image-part .shape.four {
    top: 5%;
    right: 18%;
    -webkit-animation: zoomInOut 6s linear 2s infinite;
    animation: zoomInOut 6s linear 2s infinite;
}

.hero-two-image-part .shape.five {
    right: 0;
    bottom: 14%;
    -webkit-animation: zoomInOut 6s infinite;
    animation: zoomInOut 6s infinite;
}


/* Hero Four Area */

.hero-content-four h1 {
    line-height: 1;
    font-size: 160px;
    font-weight: 800;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1599px) {
    .hero-content-four h1 {
        font-size: 130px;
    }
}

@media only screen and (max-width: 1399px) {
    .hero-content-four h1 {
        font-size: 110px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-content-four h1 {
        font-size: 90px;
        line-height: 1.1;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-content-four h1 {
        font-size: 70px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 575px) {
    .hero-content-four h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 479px) {
    .hero-content-four h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 375px) {
    .hero-content-four h1 {
        font-size: 45px;
    }
}

.hero-content-four p {
    font-size: 20px;
    line-height: 1.8;
    max-width: 730px;
}

@media only screen and (max-width: 1599px) {
    .hero-content-four p {
        font-size: 18px;
        max-width: 620px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-content-four p {
        font-size: 16px;
    }
}

.hero-content-four h5 {
    font-size: 20px;
}

.trusted-clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.trusted-clients img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid white;
}

@media only screen and (max-width: 575px) {
    .trusted-clients img {
        width: 50px;
        height: 50px;
    }
}

.trusted-clients img:not(:last-child) {
    margin-right: -15px;
}

.hero-content-five h1,
.hero-content-five .h1 {
    line-height: 1;
    font-size: 150px;
    margin-bottom: 0;
    font-weight: 800;
    letter-spacing: -0.03em;
}

@media only screen and (max-width: 991px) {
    .hero-content-five h1 br,
    .hero-content-five .h1 br {
        display: none;
    }
}

@media only screen and (max-width: 1399px) {
    .hero-content-five h1,
    .hero-content-five .h1 {
        font-size: 130px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-content-five h1,
    .hero-content-five .h1 {
        font-size: 105px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-content-five h1,
    .hero-content-five .h1 {
        font-size: 85px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-content-five h1,
    .hero-content-five .h1 {
        font-size: 60px;
        line-height: 1.1;
    }
}

@media only screen and (max-width: 575px) {
    .hero-content-five h1,
    .hero-content-five .h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .hero-content-five h1,
    .hero-content-five .h1 {
        font-size: 40px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 375px) {
    .hero-content-five h1,
    .hero-content-five .h1 {
        font-size: 35px;
    }
}

.hero-content-five .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 1400px) {
    .hero-content-five .content .h1 {
        margin-right: 5%;
    }
}

@media only screen and (max-width: 991px) {
    .hero-content-five .content .h1 {
        margin-bottom: 10px;
    }
}

.hero-content-five .content p {
    max-width: 400px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 30px;
}

@media only screen and (min-width: 480px) {
    .hero-content-five .content p {
        font-size: 18px;
    }
}

.hero-content-five .content .theme-btn {
    margin-top: 25px;
}

.hero-five-clients {
    z-index: 1;
    position: relative;
    padding: 50px 0 50px 50px;
}

@media only screen and (max-width: 575px) {
    .hero-five-clients {
        padding-left: 25px;
    }
}

.hero-five-clients:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    width: 30%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-five-clients .client-logos {
    margin-right: -30px;
}

.hero-five-clients .client-logos img {
    margin-top: 15px;
    margin-right: 30px;
    max-width: calc(50% - 35px);
}


/*******************************************************/


/******************** ## About Us *********************/


/*******************************************************/

.about-content p {
    color: #cbcbcb;
}

.about-logo-part {
    padding: 1.5% 8%;
    position: relative;
    border-radius: 10px;
    border: 1px solid var(--ridda-border-color);
    background: rgba(255, 255, 255, 0.05);
}

.about-logo-part .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 28px;
    border-radius: 10px;
    background: var(--ridda-primary-color);
}

@media only screen and (max-width: 479px) {
    .about-logo-part .logo {
        max-width: 35%;
    }
}

.about-logo-part .icon {
    font-size: 35px;
    position: absolute;
    border-radius: 50%;
    color: var(--ridda-heading-color);
    -webkit-animation: zoomInOut 4s infinite;
    animation: zoomInOut 4s infinite;
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 479px) {
    .about-logo-part .icon {
        width: 50px;
        height: 50px;
        padding: 8px;
        font-size: 20px;
    }
}

.about-logo-part .icon img {
    border-radius: 50%;
}

.about-logo-part .icon.one {
    left: 8%;
    top: 15%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.about-logo-part .icon.two {
    left: 8%;
    bottom: 15%;
}

.about-logo-part .icon.three {
    right: 8%;
    top: 15%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.about-logo-part .icon.three i {
    color: var(--ridda-heading-color);
}

.about-logo-part .icon.four {
    right: 9%;
    bottom: 15%;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.about-circles {
    max-width: 325px;
}

.about-circles .circle {
    width: 170px;
    height: 170px;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--ridda-heading-color);
}

.about-circles .circle:not(:last-child) {
    margin-bottom: -12%;
}


/* About Four */

@media only screen and (min-width: 480px) {
    .about-content-four .list-style-one {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-content-four .list-style-one li {
        width: 48%;
    }
}

.about-four-image-part {
    max-width: 570px;
    position: relative;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
}

.about-four-image-part .shape {
    position: absolute;
}

.about-four-image-part .shape.one {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 30%;
}

.about-four-image-part .shape.one img {
    border-radius: 50%;
}

.about-four-image-part .shape.two {
    left: 12%;
    bottom: 2%;
    max-width: 20%;
    -webkit-animation: zoomInOut 4s linear 2s infinite;
    animation: zoomInOut 4s linear 2s infinite;
}

@media only screen and (max-width: 375px) {
    .about-four-image-part .shape.two {
        left: 5%;
    }
}

.about-four-image-part .shape.two img {
    border-radius: 50%;
}

.about-four-image-part .shape.three {
    top: 5%;
    right: 12%;
    max-width: 20%;
    -webkit-animation: zoomInOut 4s linear infinite;
    animation: zoomInOut 4s linear infinite;
}

@media only screen and (max-width: 375px) {
    .about-four-image-part .shape.three {
        right: 5%;
    }
}

.about-four-image-part .shape.three img {
    border-radius: 50%;
}

.about-four-image-part .shape.four {
    left: 0;
    top: 15%;
    -webkit-animation: leftRightOne 8s infinite;
    animation: leftRightOne 8s infinite;
}

.about-four-image-part .shape.five {
    right: 18%;
    bottom: 35%;
    -webkit-animation: leftRightTwo 8s infinite;
    animation: leftRightTwo 8s infinite;
}

@media only screen and (max-width: 375px) {
    .about-four-image-part .shape.five {
        right: 0;
    }
}

.about-four-image-part .shape.six {
    right: 0;
    bottom: 10%;
    -webkit-animation: leftRightTwo 10s infinite;
    animation: leftRightTwo 10s infinite;
}

.about-counter .counter-wrap {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 100%;
    max-width: 960px;
}

@media only screen and (max-width: 1199px) {
    .about-counter .counter-wrap {
        left: 10px;
        right: 10px;
        bottom: 10px;
        width: calc(100% - 20px);
    }
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {
    .about-counter .counter-wrap {
        position: relative;
    }
}

.what-we-provide-area .section-title {
    max-width: 500px;
}


/* About Three */

.about-three-image-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-three-image-part .image {
    width: calc(50% - 15px);
}

@media only screen and (max-width: 479px) {
    .about-three-image-part .image {
        width: calc(50% - 7.5px);
    }
}

.about-three-image-part .image img {
    width: 100%;
    border-radius: 5px;
}

.about-three-image-part .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 25px;
    max-width: 25%;
    border-radius: 10px;
    background: var(--ridda-primary-color);
}

@media only screen and (max-width: 479px) {
    .about-three-image-part .logo {
        padding: 15px;
    }
}


/* About Five */

.about-five-logo-part {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 375px) {
    .about-five-logo-part {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.about-five-logo-part .logo {
    margin-top: auto;
    margin-bottom: auto;
}


/* Team Page */

@media only screen and (min-width: 480px) {
    .team-page-about-content .list-style-two {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .team-page-about-content .list-style-two li {
        width: 48%;
    }
}


/*******************************************************/


/******************* ## Banner Area *******************/


/*******************************************************/

@media only screen and (max-width: 1199px) {
    .banner-inner .page-title {
        font-size: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-inner .page-title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-inner .page-title {
        font-size: 30px;
    }
}

.banner-inner .breadcrumb {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    .banner-inner .breadcrumb {
        font-size: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .banner-inner .breadcrumb {
        font-size: 18px;
    }
}

.banner-inner .breadcrumb .breadcrumb-item {
    font-weight: 600;
    font-family: var(--ridda-heading-font);
}

.banner-inner .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 25px;
}

.banner-inner .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    color: white;
    content: "\f054";
    margin-top: 2px;
    font-weight: 500;
    font-size: 0.7em;
    padding-right: 25px;
    font-family: "Font Awesome 5 Pro";
}

.banner-inner .breadcrumb .breadcrumb-item.active {
    color: var(--ridda-primary-color);
}

.banner-inner .blog-meta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-inner .blog-meta li {
    margin-left: 20px;
    margin-right: 20px;
}

@media only screen and (min-width: 480px) {
    .banner-inner .blog-meta li {
        font-size: 16px;
    }
}

.banner-inner .blog-meta li a,
.banner-inner .blog-meta li span {
    color: var(--ridda-primary-color) !important;
}

.banner-image {
    position: absolute;
    right: 6%;
    bottom: 0;
    max-width: 45%;
}

@media only screen and (max-width: 1399px) {
    .banner-image {
        right: 0;
    }
}


/*******************************************************/


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


/*******************************************************/

.service-item {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 50px 70px 28px;
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 991px) {
    .service-item {
        padding-left: 35px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 375px) {
    .service-item {
        padding-left: 25px;
        padding-right: 15px;
    }
}

.service-item .icon {
    z-index: 1;
    width: 85px;
    height: 85px;
    font-size: 45px;
    line-height: 85px;
    position: relative;
    text-align: center;
    margin-bottom: 33px;
    border-radius: 10px;
    color: var(--ridda-primary-color);
    background: rgba(var(--ridda-primary-rgb), 0.1);
    border: 1px solid rgba(var(--ridda-primary-rgb), 0.1);
}

.service-item .icon:before {
    content: "";
    width: 95%;
    height: 95%;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 50%;
}

.service-item .content h4 {
    margin-bottom: 13px;
}

@media only screen and (max-width: 375px) {
    .service-item .content h4 {
        font-size: 20px;
        line-height: 1.3;
    }
}

.service-item:hover {
    z-index: 2;
    background: var(--ridda-lighter-color);
}

.service-item.style-two {
    background: white;
    border-radius: 10px;
    padding: 25px 40px 10px;
}

.service-item.style-two:not(:last-child) {
    margin-bottom: 20px;
}

@media only screen and (min-width: 480px) {
    .service-item.style-two {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 375px) {
    .service-item.style-two {
        padding-left: 25px;
        padding-right: 20px;
    }
}

.service-item.style-two .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 55px;
    height: 55px;
    margin-top: 5px;
    font-size: 24px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    line-height: 55px;
    margin-right: 30px;
    margin-bottom: 20px;
    color: var(--ridda-heading-color);
    background: var(--ridda-primary-color);
}

.service-item.style-two .content h6 {
    margin-bottom: 10px;
}

@media only screen and (min-width: 480px) {
    .service-item.style-two .content h6 {
        font-size: 20px;
    }
}

.service-item.style-two .content h6 a {
    background-image: -webkit-gradient( linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
    background-image: -webkit-linear-gradient(white, white), -webkit-linear-gradient(white, white);
    background-image: -o-linear-gradient(white, white), -o-linear-gradient(white, white);
    background-image: linear-gradient(white, white), linear-gradient(white, white);
}

.service-item.style-two .content p {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.service-item.style-two:hover {
    background: var(--ridda-heading-color);
}

.service-item.style-two:hover .icon {
    border-color: rgba(255, 255, 255, 0.1);
}

.service-item.style-two:hover .content p,
.service-item.style-two:hover .content h6 a {
    color: white;
}

.service-item.style-three {
    border-radius: 7px;
    padding: 28px 40px 10px;
    background: var(--ridda-lighter-color);
}

.service-item.style-three:not(:last-child) {
    margin-bottom: 10px;
}

@media only screen and (min-width: 480px) {
    .service-item.style-three {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 375px) {
    .service-item.style-three {
        padding-left: 25px;
        padding-right: 20px;
    }
}

.service-item.style-three .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 70px;
    height: 70px;
    margin-top: 5px;
    font-size: 40px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    line-height: 70px;
    background: white;
    margin-right: 30px;
    margin-bottom: 20px;
    color: var(--ridda-heading-color);
    border-color: var(--ridda-border-color);
}

.service-item.style-three .content h5 {
    margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
    .service-item.style-three .content h5 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .service-item.style-three .content h5 {
        font-size: 18px;
    }
}

.service-item.style-three .content p {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.service-item.style-three:hover {
    background: var(--ridda-primary-color);
}

.service-item.style-three:hover p {
    color: var(--ridda-heading-color);
}

.service-item.style-four {
    padding-top: 40px;
    border-radius: 7px;
    margin-bottom: 30px;
    padding-bottom: 18px;
    background: var(--ridda-lighter-color);
    border-color: var(--ridda-lighter-color);
}

.service-item.style-four .icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: white;
    border-radius: 50%;
    margin-bottom: 28px;
    color: var(--ridda-primary-color);
    -webkit-box-shadow: 10px 4px 60px rgba(173, 173, 173, 0.2);
    box-shadow: 10px 4px 60px rgba(173, 173, 173, 0.2);
}

.service-item.style-four:hover {
    border-color: var(--ridda-primary-color);
}

.service-item.style-five {
    background: white;
    border-radius: 7px;
    padding: 30px 40px 15px;
}

.service-item.style-five:not(:last-child) {
    margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
    .service-item.style-five {
        padding-left: 25px;
        padding-right: 20px;
    }
}

.service-item.style-five h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

@media only screen and (max-width: 479px) {
    .service-item.style-five h5 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .service-item.style-five h5 {
        font-size: 18px;
    }
}

.service-item.style-five h5 i {
    margin-top: 5px;
    margin-right: 20px;
    color: var(--ridda-primary-color);
}

@media only screen and (max-width: 479px) {
    .service-item.style-five h5 i {
        margin-right: 10px;
    }
}

.why-choose-services {
    padding: 10px;
    border-radius: 7px;
    border: 1px solid var(--ridda-border-color);
}

.service-overview-wrap .service-item {
    margin: -1px -1px 0 0;
    border-width: 1px 1px 0 0;
}


/* why choose three */

@media only screen and (max-width: 991px) {
    .why-choose-left,
    .why-choose-right {
        position: relative;
    }
}

.why-choose-left:before,
.why-choose-right:before {
    top: 0;
    content: "";
    z-index: -1;
    position: absolute;
    width: 50vw;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .why-choose-left:before,
    .why-choose-right:before {
        left: 50%;
        width: 100vw;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

.why-choose-left:before {
    background: url(../images/background/why-choose-dots.png);
}

@media only screen and (min-width: 992px) {
    .why-choose-left:before {
        left: 0;
    }
}

.why-choose-right:before {
    background: url(../images/background/why-choose-bg.jpg) no-repeat center/cover;
}

@media only screen and (min-width: 992px) {
    .why-choose-right:before {
        right: 0;
    }
}


/* Service Two */

.service-two-item {
    z-index: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 40px 50px 35px;
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 991px) {
    .service-two-item {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 375px) {
    .service-two-item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.service-two-item .icon {
    line-height: 1;
    font-size: 55px;
    margin-bottom: 18px;
}

.service-two-item h4 {
    margin-bottom: 15px;
}

@media only screen and (max-width: 375px) {
    .service-two-item h4 {
        font-size: 20px;
    }
}

.service-two-item p {
    max-width: 666px;
}

.service-two-item .icon,
.service-two-item p,
.service-two-item .read-more {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.service-two-item .bg {
    position: absolute;
    right: -30%;
    bottom: -30%;
    opacity: 0;
    z-index: -1;
    max-width: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.service-two-item:hover {
    background: var(--ridda-secondary-color);
    border-color: var(--ridda-secondary-color);
}

.service-two-item:hover .icon,
.service-two-item:hover p,
.service-two-item:hover .read-more {
    color: var(--ridda-heading-color);
}

.service-two-item:hover .bg {
    right: 0;
    bottom: 0;
    opacity: 1;
}

.service-two-item.style-two {
    padding: 50px 45px 26px;
}

@media only screen and (max-width: 479px) {
    .service-two-item.style-two {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media only screen and (max-width: 375px) {
    .service-two-item.style-two {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.service-two-item.style-two .icon {
    width: 85px;
    height: 85px;
    font-size: 50px;
    line-height: 85px;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 35px;
    color: var(--ridda-heading-color);
    border: 1px solid var(--ridda-border-color);
    background: rgba(var(--ridda-primary-rgb), 0.2);
}

.service-two-item.style-two h5 {
    margin-bottom: 15px;
}

@media only screen and (max-width: 375px) {
    .service-two-item.style-two h5 {
        font-size: 20px;
    }
}

.service-two-item.style-two:hover {
    background: var(--ridda-primary-color);
    border-color: var(--ridda-primary-color);
}

.service-two-item.style-two:hover .icon {
    background: white;
    border-color: white;
}

.service-two-item.style-two.hover-two {
    padding: 40px 40px 20px;
}

@media only screen and (max-width: 375px) {
    .service-two-item.style-two.hover-two {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.service-two-item.style-two.hover-two:not(:hover) {
    background: var(--ridda-lighter-color);
}

.service-two-item.style-two.hover-two .icon {
    width: 70px;
    height: 70px;
    font-size: 45px;
    background: white;
    line-height: 70px;
    color: var(--ridda-primary-color);
}

@media only screen and (min-width: 376px) {
    .service-two-item.style-two.hover-two h6 {
        font-size: 20px;
    }
}

.service-two-item.style-two.hover-two h6 a {
    background-image: -webkit-gradient( linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
    background-image: -webkit-linear-gradient(white, white), -webkit-linear-gradient(white, white);
    background-image: -o-linear-gradient(white, white), -o-linear-gradient(white, white);
    background-image: linear-gradient(white, white), linear-gradient(white, white);
}

.service-two-item.style-two.hover-two:hover h6 a,
.service-two-item.style-two.hover-two:hover p {
    color: white;
}

.service-two-item.style-three {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--ridda-lighter-color);
    border-color: var(--ridda-border-color);
}

.service-two-item.style-three.height-100 {
    height: calc(100% - 30px);
}

.service-two-item.style-three .icon {
    margin-bottom: 14px;
    color: var(--ridda-primary-color);
}

.color-two {
    --ridda-secondary-color: var(--ridda-primary-color);
}

.why-choose-contact-page .service-two-item.style-two:not(:hover) {
    background: var(--ridda-lighter-color);
}

.why-choose-contact-page .service-two-item.style-two:not(:hover) .icon {
    background: white;
}

.service-limeline-item {
    margin: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 12px 40px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 991px) {
    .service-limeline-item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .service-limeline-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.service-limeline-item .number {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 51px;
    height: 33px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 575px) {
    .service-limeline-item .number {
        width: 40px;
        font-size: 14px;
    }
}

.service-limeline-item .h1 {
    margin-left: 8%;
}

@media only screen and (max-width: 1199px) {
    .service-limeline-item .h1 {
        font-size: 80px;
        margin-left: 5%;
    }
}

@media only screen and (max-width: 991px) {
    .service-limeline-item .h1 {
        font-size: 66px;
        margin-left: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .service-limeline-item .h1 {
        font-size: 50px;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .service-limeline-item .h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .service-limeline-item .h1 {
        font-size: 33px;
        margin-bottom: 2px;
    }
}

@media only screen and (max-width: 375px) {
    .service-limeline-item .h1 {
        font-size: 26px;
    }
}

.service-limeline-item .h1 a {
    color: var(--ridda-heading-color);
}

.service-limeline-item .image {
    z-index: 2;
    opacity: 0;
    max-width: 25%;
    position: absolute;
    left: 65%;
    top: 33%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate(-50%, -50%) rotate(-50deg) scale(0);
    -ms-transform: translate(-50%, -50%) rotate(-50deg) scale(0);
    transform: translate(-50%, -50%) rotate(-50deg) scale(0);
}

.service-limeline-item .detail-btn {
    font-size: 25px;
    margin-left: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 575px) {
    .service-limeline-item .detail-btn {
        font-size: 20px;
    }
}

.service-limeline-item .detail-btn i {
    color: inherit;
}

.service-limeline-item:hover {
    background: var(--ridda-primary-color);
    border-color: var(--ridda-primary-color);
}

.service-limeline-item:hover .number {
    color: #ffffff;
    border-color: #ffffff;
}

.service-limeline-item:hover .detail-btn {
    color: var(--ridda-heading-color);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.service-limeline-item:hover .image {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(-10deg) scale(1);
    -ms-transform: translate(0, 0) rotate(-10deg) scale(1);
    transform: translate(0, 0) rotate(-10deg) scale(1);
}


/* Service Details */

.service-details-area p,
.service-details-area .section-title {
    max-width: 1170px;
}

.service-details-area h3 {
    margin-bottom: 24px;
}

@media only screen and (max-width: 479px) {
    .service-details-area h3 {
        font-size: 25px;
    }
}


/*******************************************************/


/******************** ## Features *********************/


/*******************************************************/

.feature-item {
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid var(--ridda-border-color);
    background: rgba(255, 255, 255, 0.05);
}

@media only screen and (min-width: 576px) {
    .feature-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (min-width: 576px) {
    .feature-item .image {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-right: 15px;
    }
}

.feature-item .image img {
    border-radius: 10px;
}

.feature-item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-item .content {
        padding: 0;
    }
}

@media only screen and (max-width: 575px) {
    .feature-item .content {
        padding: 30px 0 15px;
    }
}

.feature-item .content .category {
    font-size: 14px;
    font-weight: 500;
    padding: 0 12px;
    border-radius: 7px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid var(--ridda-border-color);
    background: -webkit-gradient( linear, left top, left bottom, from(#290e93), to(#5931f6));
    background: -webkit-linear-gradient(top, #290e93 0%, #5931f6 100%);
    background: -o-linear-gradient(top, #290e93 0%, #5931f6 100%);
    background: linear-gradient(180deg, #290e93 0%, #5931f6 100%);
}

.feature-item .content h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-item .content h5 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .feature-item .content h5 {
        font-size: 20px;
    }
}

.feature-item .content .theme-btn {
    margin-top: auto;
}


/*******************************************************/


/****************** ## Counter Area *******************/


/*******************************************************/

@media only screen and (max-width: 1399px) {
    .counter-left-image {
        text-align: center;
    }
}

.counter-wrap {
    margin-left: 35px;
    margin-right: 115px;
    padding: 60px 80px 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .counter-wrap {
        padding-left: 55px;
        padding-right: 55px;
        margin-right: 80px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 1399px) {
    .counter-wrap {
        margin: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .counter-wrap {
        margin-left: 35px;
        margin-right: 35px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 375px) {
    .counter-wrap {
        margin-left: 25px;
        margin-right: 25px;
        padding-left: 35px;
        padding-right: 35px;
    }
}

.count-text.k-plus:after {
    content: "k+";
}

.count-text.plus:after {
    content: "+";
}

.counter-item {
    margin-bottom: 30px;
}

.counter-item .count-text {
    display: block;
    line-height: 1;
    font-size: 55px;
    margin-bottom: 12px;
    color: #fff;
}

.counter-item .counter-title {
    color: #000000;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 7px;
    margin-bottom: 18px;
    display: inline-block;
    background: #fff;
}

.counter-item .text {
    max-width: 200px;
    color: #ffffff;
}


/* Circle Progress */

.circle-progress {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.circle-progress .counting {
    font-size: 27px;
    position: absolute;
    left: 50%;
    top: 35px;
    font-weight: 700;
    color: var(--ridda-heading-color);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    font-family: var(--ridda-heading-font);
}

.circle-progress h6 {
    margin-top: 8px;
    margin-bottom: 0;
}


/*******************************************************/


/******************* ## Work Process *******************/


/*******************************************************/

.work-process-item {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 575px) {
    .work-process-item .image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.work-process-item .image img {
    border-radius: 7px;
}

.work-process-item .circle {
    width: 40px;
    height: 40px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 30px auto;
    background: black;
    position: relative;
    border-radius: 50%;
    border: 1px solid white;
}

@media only screen and (max-width: 575px) {
    .work-process-item .circle {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.work-process-item .circle:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: white;
    border-radius: 50%;
}

.work-process-item .content {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    border-radius: 7px;
    background: #0d0d0d;
    padding: 30px 20px 15px;
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 575px) {
    .work-process-item .content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.work-process-item .content p,
.work-process-item .content h5 {
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.work-process-item .content h5 {
    margin-bottom: 18px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .work-process-item .content p {
        font-size: 15px;
    }
}

.work-process-item:hover .circle {
    background: var(--ridda-primary-color);
    border-color: var(--ridda-primary-color);
}

.work-process-item:hover .circle:before {
    background: #ffffff;
}

.work-process-item:hover .content {
    background: var(--ridda-primary-color);
}

.work-process-item:hover .content p,
.work-process-item:hover .content h5 {
    color: #ffffff;
}

.work-process-line {
    top: 39%;
    left: -5%;
    z-index: -1;
    width: 116.5%;
    position: absolute;
}

@media only screen and (max-width: 1199px) {
    .work-process-line {
        display: none;
    }
}


/* Work Process Two */

.work-process-item-two {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: white;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 40px 35px 15px;
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 375px) {
    .work-process-item-two {
        padding-left: 28px;
        padding-right: 28px;
    }
}

.work-process-item-two .number {
    width: 45px;
    height: 45px;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 28px;
    display: inline-block;
    border: 1px solid var(--ridda-border-color);
}

.work-process-item-two h6 {
    margin-bottom: 15px;
}

@media only screen and (min-width: 376px) {
    .work-process-item-two h6 {
        font-size: 20px;
    }
}

.work-process-item-two .arrow {
    opacity: 0.5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 15px;
}

.work-process-item-two:hover {
    border-color: var(--ridda-heading-color);
}

.work-process-item-two:hover .number {
    color: #ffffff;
    background: var(--ridda-primary-color);
    border-color: var(--ridda-primary-color);
}

.work-process-item-two:hover .arrow {
    opacity: 1;
}

.work-process-item-two.style-two {
    padding-bottom: 18px;
}

.work-process-item-two.style-two .number {
    margin-bottom: 18px;
}


/* Work Step */

.working-step-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .working-step-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.work-step-item {
    margin: -1px;
    padding: 35px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    min-height: 370px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(20% + 2px);
    background: var(--ridda-lighter-color);
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 991px) {
    .work-step-item {
        width: calc(33% + 2px);
    }
}

@media only screen and (max-width: 767px) {
    .work-step-item {
        padding-left: 20px;
        padding-right: 20px;
        width: calc(50% + 2px);
    }
}

@media only screen and (max-width: 479px) {
    .work-step-item {
        width: calc(100% + 2px);
    }
}

.work-step-item .number {
    display: block;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 15px;
    width: 40px;
    height: 40px;
    background: white;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: var(--ridda-heading-color);
}

.work-step-item h6 {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 20px;
}

.work-step-item .hover-content {
    opacity: 0;
    display: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.work-step-item:hover {
    background: white;
}

@media only screen and (min-width: 768px) {
    .work-step-item:hover {
        width: 40%;
    }
}

.work-step-item:hover .number {
    background: var(--ridda-primary-color);
}

@media only screen and (min-width: 768px) {
    .work-step-item:hover h6 {
        font-size: 22px;
    }
}

.work-step-item:hover .hover-content {
    opacity: 1;
}


/*******************************************************/


/**************** ## Client Logo Area ****************/


/*******************************************************/

.client-logo-wrap {
    margin-left: -10px;
    margin-right: -10px;
}

.client-logo-wrap .client-logo-item {
    margin-left: 10px;
    margin-right: 10px;
}

.client-logo-item {
    text-align: center;
    margin-bottom: 15px;
}

.client-logo-item img {
    display: inline-block;
}

.integration-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
}

.integration-wrap .integration-item {
    margin-left: 10px;
    margin-right: 10px;
}

.integration-item {
    padding: 25px;
    background: white;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 15px;
    max-width: calc(33% - 20px);
    border: 1px solid var(--ridda-border-color);
    -webkit-box-shadow: 10px 4px 60px rgba(193, 193, 193, 0.25);
    box-shadow: 10px 4px 60px rgba(193, 193, 193, 0.25);
}

@media only screen and (min-width: 992px) {
    .integration-item {
        min-width: 115px;
        min-height: 115px;
    }
}

@media only screen and (max-width: 479px) {
    .integration-item {
        padding: 15px;
    }
}


/*******************************************************/


/***************** ## Testimonials Area *****************/


/*******************************************************/

.testimonial-item {
    padding: 30px 50px;
    border-radius: 10px;
    margin-bottom: 30px;
    background: var(--ridda-lighter-color);
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 479px) {
    .testimonial-item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.testimonial-item .author-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.testimonial-item .author-logo .author {
    padding: 2.5px;
    border-radius: 10px;
    border: 1px solid var(--ridda-border-color);
    background: rgba(var(--ridda-primary-rgb), 0.1);
}

.testimonial-item .author-logo .author img {
    max-width: 60px;
    border-radius: 50%;
}

.testimonial-item .author-logo .quote {
    line-height: 1;
    font-size: 55px;
    margin-right: 15px;
    color: var(--ridda-primary-color);
}

@media only screen and (max-width: 375px) {
    .testimonial-item .author-logo .quote {
        font-size: 45px;
    }
}

.testimonial-item .text {
    font-weight: 500;
    font-size: 18px;
    color: var(--ridda-heading-color);
}

@media only screen and (max-width: 375px) {
    .testimonial-item .text {
        font-size: 16px;
    }
}

.testimonial-item .quote-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-item .quote-title .author {
    margin-top: 5px;
    max-width: 50px;
    margin-right: 15px;
}

.testimonial-item .quote-title .author img {
    border-radius: 50%;
}

.testimonial-item .quote-title .quote {
    font-size: 35px;
    margin-top: 5px;
    margin-right: 15px;
    color: var(--ridda-primary-color);
}

.testimonial-item .quote-title h6 {
    margin-bottom: 0;
    margin-top: 5px;
}

.testimonial-item .quote-title .designation {
    margin-top: 5px;
}

.testimonial-item.style-two {
    background: white;
}

.testimonial-item.style-two .author-logo {
    margin-bottom: 20px;
}

.testimonial-item.style-two .text {
    font-weight: 700;
}

.testimonial-item.style-three {
    padding: 0;
    border: none;
    background: transparent;
}

.testimonial-item.style-three .author-logo {
    margin-bottom: 12px;
}

.testimonial-item.style-three .text {
    margin-bottom: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--ridda-border-color);
}

.testimonial-item.style-four {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}

.testimonial-item.style-four .author-logo {
    margin-bottom: 20px;
}

.testimonial-item.style-four .author-logo .quote {
    margin-right: 0;
    color: var(--ridda-secondary-color);
}

@media only screen and (min-width: 576px) {
    .testimonial-item.style-four .author-logo .quote {
        font-size: 75px;
    }
}

.testimonial-item.style-four .text {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.03em;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial-item.style-four .text {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-item.style-four .text {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-item.style-four .text {
        font-size: 25px;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 375px) {
    .testimonial-item.style-four .text {
        font-size: 22px;
    }
}

.testimonial-item.style-four .quote-title {
    margin-top: 25px;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--ridda-border-color);
}

.testimonials-active {
    margin-left: -15px;
    margin-right: -15px;
}

.testimonials-active .testimonial-item {
    margin-left: 15px;
    margin-right: 15px;
}

.testimonials-active .slick-dots {
    margin-top: 30px;
}

.testimonials-three-active .slick-dots {
    margin-top: 20px;
}

.testimonials-three-active .slick-dots li {
    background: var(--ridda-primary-color);
}

.testimonials-three-active .slick-dots li:before {
    border-color: var(--ridda-primary-color);
}

.text-center .testimonial-item.style-four .quote-title,
.text-center .testimonial-item.style-four .author-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testi-small-images .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testi-small-images .image:not(:last-child) {
    margin-bottom: 20px;
}

.testi-small-images .image:nth-child(odd) {
    -webkit-animation: leftRightOne 5s infinite;
    animation: leftRightOne 5s infinite;
}

.testi-small-images .image:nth-child(odd) img {
    margin-right: 20px;
    border-radius: 10px;
}

.testi-small-images .image:nth-child(even) {
    -webkit-animation: leftRightTwo 5s infinite;
    animation: leftRightTwo 5s infinite;
}

.testi-small-images .image:nth-child(even) img {
    margin-left: 20px;
    border-radius: 10px;
}


/* Testimonials Two */

.testimonials-and-clients {
    padding: 75px 75px 60px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .testimonials-and-clients {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .testimonials-and-clients {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.testimonials-and-clients:after,
.testimonials-and-clients:before {
    content: "";
    height: 100px;
    position: absolute;
    border-radius: 10px;
    border: 1px solid var(--ridda-border-color);
}

.testimonials-and-clients:before {
    left: 20px;
    z-index: -1;
    bottom: -20px;
    background: #f8f8f7;
    width: calc(100% - 40px);
}

.testimonials-and-clients:after {
    left: 40px;
    z-index: -2;
    bottom: -40px;
    background: #f2f1ef;
    width: calc(100% - 80px);
}

.testimonials-content {
    max-width: 420px;
}

.testimonials-content-two {
    max-width: 495px;
}

.testimonial-dots .slick-dots {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.testimonial-dots .slick-dots li:first-child {
    margin-left: 0;
}

.testimonial-dots .slick-dots li:first-child.slick-active {
    margin-left: 8px;
}

.testimonials-two-active {
    max-width: 630px;
}

@media only screen and (min-width: 1200px) {
    .testimonials-two-active {
        margin-left: auto;
    }
}

.testimonials-two-active .testimonial-item {
    margin-right: 1px;
}


/* Testimonials Four */

.testimonials-four-image-part {
    padding-left: 10%;
    padding-right: 5%;
    position: relative;
    display: inline-block;
}

.testimonials-four-image-part .shape {
    position: absolute;
}

.testimonials-four-image-part .shape.icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 80px;
    margin-left: 2.5%;
    color: var(--ridda-heading-color);
    width: 150px;
    height: 150px;
    background: var(--ridda-secondary-color);
    line-height: 150px;
    border-radius: 50%;
    text-align: center;
}

@media only screen and (max-width: 479px) {
    .testimonials-four-image-part .shape.icon {
        width: 100px;
        height: 100px;
        font-size: 45px;
        line-height: 100px;
    }
}

.testimonials-four-image-part .shape.one,
.testimonials-four-image-part .shape.two,
.testimonials-four-image-part .shape.three,
.testimonials-four-image-part .shape.four {
    padding: 7px;
    max-width: 20%;
    background: white;
    border-radius: 50%;
    -webkit-animation: zoomInOut 4s infinite;
    animation: zoomInOut 4s infinite;
    border: 1px solid var(--ridda-border-color);
}

.testimonials-four-image-part .shape.one img,
.testimonials-four-image-part .shape.two img,
.testimonials-four-image-part .shape.three img,
.testimonials-four-image-part .shape.four img {
    border-radius: 50%;
}

.testimonials-four-image-part .shape.one {
    top: 5%;
    left: 15%;
}

.testimonials-four-image-part .shape.two {
    top: 4%;
    right: 6%;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.testimonials-four-image-part .shape.three {
    bottom: 5%;
    left: 13%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.testimonials-four-image-part .shape.four {
    right: 7%;
    bottom: 4%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.testimonials-four-image-part .shape.five {
    left: 0;
    top: 40%;
    -webkit-animation: down-up-one 8s infinite;
    animation: down-up-one 8s infinite;
}

@media only screen and (max-width: 479px) {
    .testimonials-four-image-part .shape.five {
        -webkit-animation: none;
        animation: none;
    }
}

.testimonials-four-image-part .shape.six {
    right: 0;
    bottom: 40%;
    -webkit-animation: upDownLeft 10s infinite;
    animation: upDownLeft 10s infinite;
}

@media only screen and (max-width: 479px) {
    .testimonials-four-image-part .shape.six {
        bottom: 20%;
        -webkit-animation: none;
        animation: none;
    }
}


/* Testimonials Five */

.testimonials-content-five {
    border-radius: 7px;
    padding: 50px 70px;
    background: var(--ridda-lighter-color);
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 479px) {
    .testimonials-content-five {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media only screen and (max-width: 375px) {
    .testimonials-content-five {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.testimonials-content-five .testimonial-item.style-four .author-logo .quote {
    color: var(--ridda-primary-color);
}

.testimonials-content-five .testimonial-item.style-four .quote-title {
    padding-bottom: 0;
    border-bottom: none;
}

.testimonials-content-five .slick-dots li {
    background: var(--ridda-primary-color);
}

.testimonials-content-five .slick-dots li:before {
    border-color: var(--ridda-primary-color);
}

.testimonials-image-and-customers {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    position: relative;
}

.testimonials-image-and-customers>img {
    border-radius: 7px;
}

.testimonials-image-and-customers .trusted-client-part {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 330px;
    padding: 40px 45px;
    border-radius: 7px 0;
    background: var(--ridda-primary-color);
}

@media only screen and (max-width: 479px) {
    .testimonials-image-and-customers .trusted-client-part {
        padding: 20px;
        max-width: 230px;
    }
    .testimonials-image-and-customers .trusted-client-part h4 {
        font-size: 20px;
    }
    .testimonials-image-and-customers .trusted-client-part hr {
        margin-top: 15px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .testimonials-image-and-customers .trusted-client-part {
        max-width: 190px;
    }
    .testimonials-image-and-customers .trusted-client-part h4 {
        font-size: 14px;
    }
}

.testimonials-image-and-customers .trusted-client-part hr {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    background: white;
}

.testimonials-image-and-customers .trusted-client-part .trusted-clients img {
    width: 55px;
    height: 55px;
}

@media only screen and (max-width: 479px) {
    .testimonials-image-and-customers .trusted-client-part .trusted-clients img {
        width: 40px;
        height: 40px;
    }
}

.testimonials-image-and-customers .trusted-client-part .trusted-clients i {
    font-size: 20px;
    width: 55px;
    height: 55px;
    background: white;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    color: var(--ridda-heading-color);
}

@media only screen and (max-width: 479px) {
    .testimonials-image-and-customers .trusted-client-part .trusted-clients i {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
}

.text-center .trusted-clients {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*******************************************************/


/***************** ## Case Studies Area *****************/


/*******************************************************/

.case-studies-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
}

.case-study-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    min-height: 470px;
    position: relative;
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
    width: calc(12% - 10px);
    background-position: center;
}

@media only screen and (max-width: 767px) {
    .case-study-item {
        padding: 15px;
        min-height: 350px;
    }
}

.case-study-item .video-play {
    opacity: 0;
    color: white;
    font-size: 16px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: auto;
    background: var(--ridda-secondary-color);
}

@media only screen and (min-width: 480px) {
    .case-study-item .video-play {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

.case-study-item .content {
    opacity: 0;
    bottom: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: auto;
    max-width: 555px;
    position: absolute;
    border-radius: 7px;
    padding: 20px 35px 5px;
    border: 1px solid white;
    width: calc(100% - 60px);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background: -webkit-linear-gradient( 355.67deg, rgba(255, 255, 255, 0.6) 1.17%, rgba(153, 153, 153, 0.4) 98.66%);
    background: -o-linear-gradient( 355.67deg, rgba(255, 255, 255, 0.6) 1.17%, rgba(153, 153, 153, 0.4) 98.66%);
    background: linear-gradient( 94.33deg, rgba(255, 255, 255, 0.6) 1.17%, rgba(153, 153, 153, 0.4) 98.66%);
}

@media only screen and (max-width: 991px) {
    .case-study-item .content {
        padding-left: 25px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .case-study-item .content {
        display: none;
    }
}

.case-study-item .content h4 {
    color: white;
}

@media only screen and (max-width: 991px) {
    .case-study-item .content h4 {
        font-size: 22px;
    }
}

.case-study-item .content p {
    color: white;
}

.case-study-item.active {
    width: calc(64% - 10px);
}

.case-study-item.active .content,
.case-study-item.active .video-play {
    opacity: 1;
}


/*******************************************************/


/***************** ## Newsletter Area *****************/


/*******************************************************/

.newsletter-content-part {
    max-width: 545px;
}

.newsletter-content-part>p {
    margin-bottom: 0;
}

@media only screen and (min-width: 376px) {
    .newsletter-content-part>p {
        margin-left: 30px;
    }
}

.text-white.newsletter-content-part .newsletter-form input {
    color: var(--ridda-base-color);
}

.newsletter-bg-image {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    text-align: center;
    width: calc(50vw - 140px);
}

@media only screen and (max-width: 991px) {
    .newsletter-bg-image {
        width: 100%;
    }
}

.newsletter-image-part {
    min-height: 500px;
}

@media only screen and (min-width: 992px) {
    .newsletter-image-part {
        height: 100%;
        width: calc(50vw - 200px);
        position: absolute;
        left: calc(50vw - 140px);
        top: 0;
    }
}

.newsletter-three .newsletter-image-part {
    right: 0;
    left: auto;
}

@media only screen and (min-width: 992px) {
    .newsletter-three .newsletter-image-part {
        width: calc(50vw - 15px);
    }
}

@media only screen and (min-width: 992px) {
    .newsletter-three .newsletter-bg-image {
        width: calc(50vw - 15px);
    }
}


/*******************************************************/


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


/*******************************************************/

.project-item {
    position: relative;
    margin-bottom: 30px;
}

.project-item .image {
    width: 100%;
}

.project-item .image img {
    width: 100%;
}

.project-item .content {
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    position: absolute;
    left: 35px;
    bottom: 25px;
}

@media only screen and (max-width: 479px) {
    .project-item .content {
        left: 20px;
        bottom: 10px;
    }
}

.project-item .content .category,
.project-item .content h6,
.project-item .content h4 {
    line-height: 1.4;
    background: white;
    padding: 8px 20px;
}

.project-item .content .category {
    margin-bottom: 5px;
    display: inline-block;
}

@media only screen and (max-width: 375px) {
    .project-item .content .category {
        display: none;
    }
}

.project-item .content h6,
.project-item .content h4 {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .project-item .content h6,
    .project-item .content h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .project-item .content h6,
    .project-item .content h4 {
        font-size: 18px;
    }
}

.project-item:hover .content {
    opacity: 1;
    bottom: 35px;
}

@media only screen and (max-width: 479px) {
    .project-item:hover .content {
        bottom: 20px;
    }
}


/* Latest work */

.latest-work-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    border-bottom: 1px solid var(--ridda-border-color);
}

.latest-work-item:first-child {
    border-top: 1px solid var(--ridda-border-color);
}

.latest-work-item .content-wrap {
    width: 100%;
}

.latest-work-item .content-wrap .title {
    line-height: 1;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .latest-work-item .content-wrap .title.h1 {
        font-size: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .latest-work-item .content-wrap .title.h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 479px) {
    .latest-work-item .content-wrap .title.h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 375px) {
    .latest-work-item .content-wrap .title.h1 {
        font-size: 40px;
    }
}

.latest-work-item .content-wrap .title.h2 {
    display: block;
    font-size: 65px;
    margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
    .latest-work-item .content-wrap .title.h2 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .latest-work-item .content-wrap .title.h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 375px) {
    .latest-work-item .content-wrap .title.h2 {
        font-size: 30px;
    }
}

.latest-work-item .normal-area {
    padding: 30px;
}

@media only screen and (min-width: 576px) {
    .latest-work-item .normal-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media only screen and (max-width: 991px) {
    .latest-work-item .normal-area {
        padding-left: 0;
    }
}

.latest-work-item .normal-area .category-wrap {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 160px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .latest-work-item .normal-area .category-wrap {
        width: 125px;
    }
}

.latest-work-item .normal-area .category-wrap .category {
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
    background: white;
    border-radius: 10px;
    margin-bottom: 10px;
    color: var(--ridda-heading-color);
    display: inline-block;
    border: 1px solid var(--ridda-heading-color);
}

.latest-work-item .active-area {
    padding: 40px 30px;
}

@media only screen and (max-width: 375px) {
    .latest-work-item .active-area {
        padding-left: 20px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .latest-work-item .active-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .latest-work-item .active-area .image {
        width: 35%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-right: 5%;
    }
}

@media only screen and (max-width: 991px) {
    .latest-work-item .active-area .image {
        margin-right: 50px;
        margin-bottom: 35px;
    }
}

.latest-work-item .active-area .content {
    max-width: 500px;
}

.latest-work-item .active-area .content p {
    margin-bottom: 0;
}

.latest-work-item .detail-btn {
    font-size: 35px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-left: auto;
    color: var(--ridda-heading-color);
    -webkit-transform: rotate(-45deg) translate(20px, -50%);
    -ms-transform: rotate(-45deg) translate(20px, -50%);
    transform: rotate(-45deg) translate(20px, -50%);
}

@media only screen and (max-width: 991px) {
    .latest-work-item .detail-btn {
        right: 0;
        -webkit-transform: rotate(-45deg) translate(10px, -50%);
        -ms-transform: rotate(-45deg) translate(10px, -50%);
        transform: rotate(-45deg) translate(10px, -50%);
    }
}

@media only screen and (max-width: 575px) {
    .latest-work-item .detail-btn {
        top: 40px;
    }
}

.latest-work-item.active {
    background: white;
    border-radius: 10px;
    border: 1px solid var(--ridda-heading-color);
}

.latest-work-item.active .detail-btn {
    top: 45px;
    color: var(--ridda-primary-color);
    -webkit-transform: rotate(45deg) translate(0);
    -ms-transform: rotate(45deg) translate(0);
    transform: rotate(45deg) translate(0);
}

@media only screen and (max-width: 991px) {
    .latest-work-item.active .detail-btn {
        right: 25px;
    }
}

@media only screen and (max-width: 375px) {
    .latest-work-item.active .detail-btn {
        right: 13px;
    }
}


/* Project List */

.project-list-item {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid var(--ridda-border-color);
}

@media only screen and (min-width: 992px) {
    .project-list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.project-list-item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 440px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 991px) {
    .project-list-item .content {
        margin: 0 0 45px;
    }
}

.project-list-item .content .project-tags {
    margin-bottom: 8px;
}

@media only screen and (max-width: 375px) {
    .project-list-item .content h4 {
        font-size: 20px;
    }
}

.project-list-item .content .theme-btn {
    font-size: 14px;
    margin-top: 6px;
    padding: 6px 27px;
}

.project-list-item .content .top {
    margin-bottom: 10px;
}

.project-list-item .content .bottom {
    margin-top: auto;
}

.project-list-item .image img {
    border-radius: 7px;
}

@media only screen and (max-width: 991px) {
    .project-list-item .image img {
        width: 100%;
    }
}

.project-list-item:hover {
    border-top-color: var(--ridda-heading-color);
}

.project-tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -3.5px;
    margin-right: -3.5px;
}

.project-tags a {
    font-size: 14px;
    padding: 2px 10px;
    line-height: 1.55;
    border-radius: 7px;
    margin: 0 3.5px 7px;
    color: var(--ridda-heading-color);
    border: 1px solid var(--ridda-heading-color);
}

.project-tags a:hover {
    color: var(--ridda-heading-color);
    background: var(--ridda-primary-color);
    border-color: var(--ridda-primary-color);
}


/* Project Grid */

.project-grid-item {
    margin-bottom: 50px;
}

.project-grid-item .image {
    margin-bottom: 30px;
}

.project-grid-item .image img {
    width: 100%;
    border-radius: 10px;
}

.project-grid-item .content .project-tags {
    margin-bottom: 3px;
}

@media only screen and (max-width: 479px) {
    .project-grid-item .content h4 {
        font-size: 20px;
    }
}


/* Project Details */

.project-details-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.project-details-info .pd-info-item {
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.project-details-info .pd-info-item h5 {
    font-size: 20px;
    margin-bottom: 4px;
}

.next-prev-projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .next-prev-projects {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.np-project-item {
    margin-bottom: 30px;
}

@media only screen and (min-width: 480px) {
    .np-project-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.np-project-item .image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 190px;
    margin-right: 30px;
}

@media only screen and (max-width: 479px) {
    .np-project-item .image {
        margin-right: 0;
        margin-bottom: 22px;
    }
}

.np-project-item .content .project-tags {
    margin-bottom: 8px;
}

.np-project-item .content h6 {
    margin-bottom: 10px;
}

@media only screen and (min-width: 376px) {
    .np-project-item .content h6 {
        font-size: 20px;
    }
}

.np-project-item .content .read-more {
    background: transparent;
}


/*******************************************************/


/****************** ## Contact Forms *******************/


/*******************************************************/

.contact-info-part {
    max-width: 550px;
}

.contact-info-part.style-two .contact-info-item .icon {
    color: var(--ridda-heading-color);
    background: var(--ridda-primary-color);
    border-radius: 50px;
}

.contact-info-item {
    margin: -1px;
    padding: 40px 40px 30px 45px;
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 1199px) {
    .contact-info-item {
        padding-left: 30px;
        padding-right: 20px;
    }
}

.contact-info-item .icon {
    z-index: 1;
    width: 56px;
    height: 56px;
    font-size: 22px;
    line-height: 54px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    color: var(--ridda-primary-color);
    background: rgba(var(--ridda-primary-rgb), 0.1);
    border: 1px solid rgba(var(--ridda-primary-rgb), 0.1);
}

.contact-info-item .icon:before {
    content: "";
    width: 95%;
    height: 95%;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 50%;
}

.contact-info-item .text {
    line-height: 1.6;
    font-weight: 500;
    color: var(--ridda-heading-color);
}

@media only screen and (min-width: 376px) {
    .contact-info-item .text {
        font-size: 17px;
    }
}

.contact-info-content .section-title {
    max-width: 470px;
}

.contact-info-content .social-style-two {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
}

.contact-info-content .social-style-two h6 {
    margin-right: 15px;
}

@media only screen and (min-width: 376px) {
    .contact-info-content .social-style-two h6 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 376px) {
    .contact-info-content .social-style-two a {
        width: 45px;
        height: 45px;
        font-size: 16px;
        line-height: 43px;
    }
}

.contact-info-content .social-style-two a:hover {
    background: var(--ridda-secondary-color);
    border-color: var(--ridda-secondary-color);
}

.contact-info-two-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.contact-info-two-item .icon {
    line-height: 1;
    margin-top: 5px;
    font-size: 55px;
    margin-right: 30px;
    color: var(--ridda-primary-color);
}

.contact-info-two-item .icon i {
    color: inherit;
}

.contact-info-two-item .text .h6 {
    display: block;
    font-weight: 600;
}

@media only screen and (min-width: 376px) {
    .contact-info-two-item .text .h6 {
        font-size: 20px;
    }
}

.contact-info-two-item .text .h6 a {
    color: inherit;
}

.contact-info-two-item .text .h6 a:hover {
    text-decoration: underline;
}

.contact-form {
    border-radius: 10px;
    padding: 30px 50px 40px;
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 479px) {
    .contact-form {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.contact-form h3 {
    margin-bottom: 0;
}

.contact-form.style-two {
    background: #ebfff1;
}

.contact-form.style-two p {
    margin-top: 8px;
}

.contact-form.style-two .form-control {
    border-radius: 0;
    font-weight: 600;
    padding: 0 0 18px;
    border-width: 0 0 1px;
    background: transparent;
    font-family: var(--ridda-heading-font);
}

.contact-form.style-two .form-control::-webkit-input-placeholder {
    color: var(--ridda-heading-color);
}

.contact-form.style-two .form-control:-ms-input-placeholder {
    color: var(--ridda-heading-color);
}

.contact-form.style-two .form-control::-ms-input-placeholder {
    color: var(--ridda-heading-color);
}

.contact-form.style-two .form-control::placeholder {
    color: var(--ridda-heading-color);
}

.contact-form.style-two .form-control:focus {
    border-bottom-color: var(--ridda-heading-color);
}

@media only screen and (max-width: 375px) {
    .contact-form.style-two .radio-filter li {
        font-size: 14px;
    }
}

.contact-form.style-two.bgc-primary {
    background: var(--ridda-primary-color);
}

@media only screen and (min-width: 1200px) {
    .contact-form.style-two.bgc-primary {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

.contact-form.style-two.bgc-primary .radio-filter li input:before {
    background: white;
}

.contact-form.style-two.bgc-primary .radio-filter li input:checked {
    border-color: white;
}

.contact-form.style-three .nice-select:focus,
.contact-form.style-three .form-control:focus {
    border-color: var(--ridda-heading-color);
}

.contact-image-five .image img {
    width: 100%;
    border-radius: 7px;
}

.contact-image-five .abs-headings {
    position: absolute;
    right: 30px;
    top: 30px;
}

@media only screen and (max-width: 479px) {
    .contact-image-five .abs-headings {
        top: 15px;
        right: 15px;
    }
}

.contact-image-five .logo {
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 28px;
    border-radius: 10px;
    background: var(--ridda-primary-color);
}

@media only screen and (max-width: 479px) {
    .contact-image-five .logo {
        left: 15px;
        bottom: 15px;
        padding: 20px;
        max-width: 28%;
    }
}

.abs-headings h6 {
    padding: 6px 15px;
    margin-left: auto;
    border-radius: 7px;
    margin-bottom: 10px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

@media only screen and (max-width: 479px) {
    .abs-headings h6 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 375px) {
    .abs-headings h6 {
        font-size: 14px;
    }
}

.abs-headings h6:nth-child(2) {
    font-size: 14px;
}

.abs-headings h6.bgc-yellow {
    background: #d6f037;
}

.abs-headings h6.bgc-green {
    background-color: #28f67a;
}

.our-location iframe {
    height: 620px;
    border-radius: 7px;
}

@media only screen and (max-width: 1199px) {
    .our-location iframe {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .our-location iframe {
        height: 350px;
    }
}


/* Contact Form Validation */

.has-error .with-errors {
    color: red;
    margin-top: 5px;
    margin-bottom: -15px;
}

#msgSubmit {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}


/*******************************************************/


/****************** ## Videos Area ********************/


/*******************************************************/


/* Video Play */

.video-play {
    font-size: 18px;
    padding-left: 4px;
    width: 80px;
    height: 80px;
    background: white;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: var(--ridda-secondary-color);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    -webkit-animation: pulse 1.5s infinite linear;
    animation: pulse 1.5s infinite linear;
}

.video-play.color-primary {
    color: var(--ridda-primary-color);
}

@media only screen and (max-width: 479px) {
    .video-play {
        width: 60px;
        height: 60px;
        font-size: 14px;
        line-height: 60px;
    }
}

.video-play:hover {
    color: white;
    background: var(--ridda-secondary-color);
}

.video-wrap img {
    width: 100%;
    border-radius: 10px;
}

.video-wrap .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-area .marquee-wrap.style-two {
    z-index: -1;
    position: absolute;
    left: -5%;
    bottom: 55%;
}


/*******************************************************/


/******************* ## Marquee Text *******************/


/*******************************************************/

.marquee-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.marquee-inner.left {
    -webkit-animation: marquee_left 20s linear infinite;
    animation: marquee_left 20s linear infinite;
}

.marquee-inner.right {
    -webkit-animation: marquee_right 20s linear infinite;
    animation: marquee_right 20s linear infinite;
}


/* Headline style */

.marquee-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    overflow: hidden;
    font-size: 250px;
    font-weight: 800;
    color: transparent;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--ridda-heading-font);
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: rgba(14, 19, 23, 0.1);
}

@media only screen and (max-width: 1599px) {
    .marquee-wrap {
        font-size: 150px;
    }
}

@media only screen and (max-width: 1399px) {
    .marquee-wrap {
        font-size: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .marquee-wrap {
        font-size: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .marquee-wrap {
        font-size: 60px;
    }
}

.marquee-wrap .marquee-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

.marquee-wrap .marquee-item i {
    font-size: 0.35em;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-text-stroke-width: 2.5px;
}

.marquee-wrap .marquee-item i:hover {
    color: var(--ridda-primary-color);
    -webkit-text-stroke-color: var(--ridda-primary-color);
}

.marquee-wrap .marquee-item i:hover:before {
    content: "\f102";
}

.marquee-wrap.style-two {
    font-size: 24px;
    font-weight: 700;
    color: var(--ridda-heading-color);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

@media only screen and (max-width: 991px) {
    .marquee-wrap.style-two {
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
}

@media only screen and (max-width: 575px) {
    .marquee-wrap.style-two {
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
}

@media only screen and (min-width: 576px) {
    .marquee-wrap.style-two .marquee-item {
        margin-left: 35px;
        margin-right: 35px;
    }
}

.marquee-wrap.style-two .marquee-item i {
    font-size: 1em;
    margin-right: 15px;
    margin-bottom: -3px;
}


/* Blank Container */

.blank-container {
    z-index: -1;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*******************************************************/


/********************* ## Shapes *********************/


/*******************************************************/

.radius-shape-top {
    margin-top: -100px;
    border-radius: 100px 100px 0 0;
}

@media only screen and (max-width: 991px) {
    .radius-shape-top {
        margin-top: -50px;
        border-radius: 50px 50px 0 0;
    }
}

.footer-shapes:after,
.footer-shapes:before {
    content: "";
    z-index: -1;
    -webkit-filter: blur(75px);
    filter: blur(75px);
    position: absolute;
    width: 500px;
    height: 200px;
    background: var(--ridda-primary-color);
}

@media only screen and (max-width: 1199px) {
    .footer-shapes:after,
    .footer-shapes:before {
        width: 300px;
        height: 100px;
    }
}

.footer-shapes:before {
    left: 0;
    top: 25%;
    -webkit-transform: translate(-60%) rotate(-9.61deg);
    -ms-transform: translate(-60%) rotate(-9.61deg);
    transform: translate(-60%) rotate(-9.61deg);
}

.footer-shapes:after {
    right: 0;
    bottom: 30%;
    -webkit-transform: translate(60%) rotate(-9.61deg);
    -ms-transform: translate(60%) rotate(-9.61deg);
    transform: translate(60%) rotate(-9.61deg);
}

.footer-shapes .shape {
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 10%;
    max-width: 15%;
}

.work-process-shapes:after {
    content: "";
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 25%;
    -webkit-filter: blur(75px);
    filter: blur(75px);
    width: 500px;
    height: 200px;
    background: var(--ridda-primary-color);
    -webkit-transform: translate(20%) rotate(-9.61deg);
    -ms-transform: translate(20%) rotate(-9.61deg);
    transform: translate(20%) rotate(-9.61deg);
}

@media only screen and (max-width: 1199px) {
    .work-process-shapes:after {
        width: 300px;
        height: 100px;
    }
}

.hero-area-shapes:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 30%;
    width: 1000px;
    height: 300px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    background: var(--ridda-primary-color);
    -webkit-transform: translate(-10%) rotate(-9.61deg);
    -ms-transform: translate(-10%) rotate(-9.61deg);
    transform: translate(-10%) rotate(-9.61deg);
}

@media only screen and (max-width: 991px) {
    .hero-area-shapes:before {
        width: 500px;
        height: 200px;
    }
}

.hero-area-shapes .shape {
    z-index: -1;
    max-width: 15%;
    position: absolute;
    left: 54%;
    top: 13%;
    -webkit-animation: rotated_circle_reverse 20s infinite;
    animation: rotated_circle_reverse 20s infinite;
}

@media only screen and (max-width: 991px) {
    .hero-area-shapes .shape {
        left: 75%;
    }
}

.hero-area-shapes .hero-image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 50%;
}

@media only screen and (max-width: 991px) {
    .hero-area-shapes .hero-image {
        max-width: 40%;
    }
}

@media only screen and (max-width: 375px) {
    .hero-area-shapes .hero-image {
        display: none;
    }
}

.counter-shapes .shape {
    z-index: -1;
    position: absolute;
    right: 0;
    top: -3%;
    max-width: 15%;
}

.counter-shapes .marquee-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.03);
}

@media only screen and (min-width: 1600px) {
    .counter-shapes .marquee-wrap {
        font-size: 180px;
    }
}

.faq-shapes .shape {
    z-index: -2;
    position: absolute;
    -webkit-animation: zoomInOut 5s infinite;
    animation: zoomInOut 5s infinite;
}

@media only screen and (max-width: 1399px) {
    .faq-shapes .shape {
        max-width: 5%;
    }
}

.faq-shapes .shape.one {
    left: 11%;
    bottom: 25%;
}

.faq-shapes .shape.two {
    top: 10%;
    left: 14%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.faq-shapes .shape.three {
    top: 10%;
    right: 20%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.faq-shapes .shape.four {
    top: 25%;
    right: 9%;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.faq-shapes .shape.five {
    right: 14%;
    bottom: 20%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.page-banner-shapes:after,
.page-banner-shapes:before {
    content: "";
    z-index: -1;
    -webkit-filter: blur(75px);
    filter: blur(75px);
    position: absolute;
    width: 500px;
    height: 200px;
    background: var(--ridda-primary-color);
}

@media only screen and (max-width: 1199px) {
    .page-banner-shapes:after,
    .page-banner-shapes:before {
        width: 300px;
        height: 100px;
    }
}

@media only screen and (max-width: 479px) {
    .page-banner-shapes:after,
    .page-banner-shapes:before {
        width: 150px;
    }
}

.page-banner-shapes:before {
    left: 0;
    bottom: 25%;
    -webkit-transform: translate(-35%) rotate(-9.61deg);
    -ms-transform: translate(-35%) rotate(-9.61deg);
    transform: translate(-35%) rotate(-9.61deg);
}

.page-banner-shapes:after {
    right: 0;
    bottom: 10%;
    -webkit-transform: translate(60%) rotate(-9.61deg);
    -ms-transform: translate(60%) rotate(-9.61deg);
    transform: translate(60%) rotate(-9.61deg);
}

.page-banner-shapes .shape {
    top: 19%;
    left: 47%;
    z-index: -1;
    max-width: 20%;
    position: absolute;
}

.page-banner-shapes .shape.position-two {
    top: 25%;
    left: 80%;
}

.page-banner-shapes .shape.position-three {
    top: 25%;
    left: 4%;
}

.page-banner-shapes .marquee-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.03;
    max-width: 100%;
}

@media only screen and (min-width: 1400px) {
    .page-banner-shapes .marquee-wrap {
        font-size: 130px;
    }
}


/*******************************************************/


/******************** ## Blog Area ********************/


/*******************************************************/

.blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-meta li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}

.blog-meta li a:not(.cagetory) {
    color: var(--ridda-heading-color);
}

.blog-meta li a.category {
    line-height: 1.5;
    padding: 3px 17px;
    border-radius: 7px;
    color: var(--ridda-primary-color);
    display: inline-block;
    border: 1px solid var(--ridda-border-color);
}

.blog-meta li:not(:last-child) {
    margin-right: 15px;
}

.blog-item {
    margin: -1px;
    padding: 10px;
    border: 1px solid var(--ridda-border-color);
}

.blog-item .image img {
    width: 100%;
    border-radius: 5px;
}

.blog-item .content {
    padding: 35px 30px 30px 35px;
}

@media only screen and (max-width: 1199px) {
    .blog-item .content {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 375px) {
    .blog-item .content {
        padding-left: 10px;
        padding-right: 5px;
    }
}

.blog-item .content .blog-meta {
    margin-bottom: 10px;
}

.blog-item .content h5 {
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

@media only screen and (max-width: 375px) {
    .blog-item .content h5 {
        font-size: 20px;
    }
}

.blog-item .theme-btn {
    font-size: 14px;
    margin-top: 8px;
    padding: 7px 27px;
}

.blog-item.style-two {
    background: white;
    margin-bottom: 30px;
    border-radius: 10px;
}

.blog-item.style-two .content {
    padding: 25px 30px 15px 30px;
}

@media only screen and (max-width: 479px) {
    .blog-item.style-two .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.blog-item.style-two .content .blog-meta {
    margin-bottom: 5px;
}

.blog-item.style-two .content .blog-meta li {
    font-weight: 700;
    color: var(--ridda-primary-color);
    font-family: var(--ridda-heading-font);
}

.blog-item.style-two .content .blog-meta li i {
    margin-right: 5px;
}

.blog-item.style-two .content .blog-meta li a {
    color: var(--ridda-primary-color);
}

.blog-item.style-two .content h5 {
    margin-bottom: 15px;
}

.blog-item.style-three {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
}

.blog-item.style-three .content {
    padding: 22px 0 0;
}

.blog-item.style-three .content .blog-meta {
    margin-bottom: 5px;
}

.blog-item.style-three .content h5 {
    letter-spacing: 0;
    margin-bottom: 14px;
}

.blog-item.style-four {
    padding: 50px;
}

@media only screen and (max-width: 479px) {
    .blog-item.style-four {
        padding: 25px;
    }
}

.blog-item.style-four .content {
    padding: 50px 0 0;
}

@media only screen and (max-width: 479px) {
    .blog-item.style-four .content {
        padding-top: 30px;
    }
}

.blog-item.style-four .content .blog-meta {
    margin-bottom: 15px;
}

.blog-item.style-four .content .blog-meta li:not(:first-child) {
    font-size: 16px;
    font-weight: 400;
}

.blog-item.style-four .content .blog-meta li:not(:first-child):before {
    content: "";
    width: 4px;
    height: 4px;
    opacity: 0.3;
    margin-left: 5px;
    border-radius: 50%;
    margin-right: 20px;
    display: inline-block;
    background: var(--ridda-heading-color);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.blog-item.style-four .content h5 {
    font-size: 24px;
    margin-bottom: 18px;
}

@media only screen and (max-width: 375px) {
    .blog-item.style-four .content h5 {
        font-size: 20px;
    }
}

.blog-item.style-four .content .read-more {
    margin-top: -3px;
}

.blog-item.style-four .content .read-more:hover {
    color: var(--ridda-primary-color);
    background: none;
}

@media only screen and (min-width: 768px) {
    .blog-item.style-four.image-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .blog-item.style-four.image-left .image {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: 28%;
        margin-right: 10%;
    }
    .blog-item.style-four.image-left .content {
        padding-top: 0;
    }
    .blog-item.style-four.image-left .content h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}


/* Blog Timeline */

.blog-timeline-item {
    margin: -1px;
    position: relative;
    padding: 30px 70px 25px;
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (min-width: 992px) {
    .blog-timeline-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 1199px) {
    .blog-timeline-item {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media only screen and (max-width: 479px) {
    .blog-timeline-item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.blog-timeline-item .date {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    min-width: 22%;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.blog-timeline-item .date i {
    margin-right: 7px;
}

.blog-timeline-item .content h4 {
    max-width: 390px;
    letter-spacing: -0.03em;
}

@media only screen and (max-width: 479px) {
    .blog-timeline-item .content h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .blog-timeline-item .content h4 {
        font-size: 18px;
    }
}

.blog-timeline-item .content .hover-content {
    display: none;
}

@media only screen and (min-width: 992px) {
    .blog-timeline-item .content .hover-content {
        margin-top: -40px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-timeline-item .content .hover-content .text {
        padding-top: 5px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .blog-timeline-item .content .hover-content .text {
        float: left;
        width: 390px;
        max-width: 55%;
        margin-top: 50px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.blog-timeline-item .content .hover-content .image {
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
    .blog-timeline-item .content .hover-content .image {
        width: 300px;
        max-width: 35%;
        margin-left: 9%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.blog-timeline-item .detail-btn {
    font-size: 30px;
    margin-top: 20px;
    margin-left: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
    .blog-timeline-item .detail-btn {
        margin-top: 0;
        position: absolute;
        right: 40px;
        top: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .blog-timeline-item .detail-btn {
        right: 25px;
        font-size: 25px;
    }
}


/* Blog Standard */

.blog-standard-item {
    margin-bottom: 50px;
}

.blog-standard-item .image {
    margin-bottom: 30px;
}

.blog-standard-item .content .project-tags a {
    font-weight: 700;
    color: var(--ridda-base-color);
    margin: 0 15px 10px 3px;
}

@media only screen and (min-width: 480px) {
    .blog-standard-item .content .project-tags a {
        font-size: 16px;
        padding: 6px 20px;
        border-radius: 10px;
    }
}

.blog-standard-item .content .project-tags a:hover {
    color: var(--ridda-heading-color);
}

.blog-standard-item .content h3 {
    margin-bottom: 15px;
    letter-spacing: -0.03em;
}

@media only screen and (max-width: 1199px) {
    .blog-standard-item .content h3 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-standard-item .content h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 479px) {
    .blog-standard-item .content h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .blog-standard-item .content h3 {
        font-size: 18px;
    }
}

.blog-standard-item .content .blog-meta {
    padding-bottom: 22px;
}

@media only screen and (min-width: 576px) {
    .blog-standard-item .content .blog-meta li {
        font-size: 16px;
        margin-right: 40px;
    }
}

.blog-standard-item .content .theme-btn {
    color: white;
    font-size: 14px;
    padding: 5px 25px;
}


/* Blog Details */

.blog-details-content .project-tags a {
    font-weight: 700;
    color: var(--ridda-base-color);
    margin: 0 15px 10px 3px;
}

@media only screen and (min-width: 480px) {
    .blog-details-content .project-tags a {
        font-size: 16px;
        padding: 6px 20px;
        border-radius: 10px;
    }
}

.blog-details-content .project-tags a:hover {
    color: var(--ridda-heading-color);
}

.blog-details-content h1,
.blog-details-content h2,
.blog-details-content h3,
.blog-details-content h4,
.blog-details-content h5 {
    margin-bottom: 15px;
}

blockquote {
    position: relative;
    border-radius: 7px;
    letter-spacing: -0.03em;
    background: var(--ridda-lighter-color);
    padding: 20px 55px 25px 145px;
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 767px) {
    blockquote {
        font-size: 18px;
        padding-left: 80px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 479px) {
    blockquote {
        font-size: 16px;
        padding-left: 25px;
        padding-right: 20px;
    }
}

blockquote i {
    line-height: 1;
    font-size: 50px;
    font-weight: 300;
    position: absolute;
    left: 55px;
    top: 30px;
}

@media only screen and (max-width: 767px) {
    blockquote i {
        top: 25px;
        left: 30px;
        font-size: 35px;
    }
}

@media only screen and (max-width: 479px) {
    blockquote i {
        display: none !important;
    }
}

blockquote .blockquote-footer {
    display: block;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 0.75em;
    color: var(--ridda-base-color);
}

blockquote .blockquote-footer:before {
    content: "————";
    margin-right: 18px;
    letter-spacing: -4px;
}

.tag-share {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tag-share .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.tag-share .item h6 {
    margin-right: 15px;
}


/* Next Prev Blog */

.next-prev-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.next-prev-blog .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 365px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.next-prev-blog .item .image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 90px;
    margin-right: 30px;
}

@media only screen and (max-width: 375px) {
    .next-prev-blog .item .image {
        max-width: 75px;
        margin-right: 20px;
    }
}

.next-prev-blog .item .image img {
    border-radius: 7px;
}

.next-prev-blog .item h6 {
    line-height: 1.5;
    margin-bottom: 0;
    letter-spacing: -0.02em;
}

@media only screen and (max-width: 375px) {
    .next-prev-blog .item h6 {
        font-size: 16px;
    }
}

.next-prev-blog .item h6 a {
    background-size: 0% 1px, 0 1px !important;
}

.next-prev-blog .item h6 a:hover {
    background-size: 0 1px, 100% 1px !important;
}

.next-prev-blog .item .date {
    display: block;
    margin-bottom: 5px;
}

.next-prev-blog .item .date i {
    margin-right: 4px;
}


/* Comments */

@media only screen and (min-width: 480px) {
    .comment-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.comment-body:not(:last-child) {
    margin-bottom: 35px;
}

.comment-body .author-thumb {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 85px;
    margin-top: 5px;
    margin-right: 35px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
    .comment-body .author-thumb {
        margin-right: 20px;
    }
}

.comment-body .author-thumb img {
    border-radius: 50%;
}

.comment-body .content .date {
    line-height: 1;
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

.comment-body .content .date i {
    margin-right: 5px;
}

.comment-body .content .ratting {
    margin-bottom: 15px;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.comment-body .content .ratting i {
    font-size: 12px;
    margin: 0 5px 0 0;
}

.comment-body .content p {
    margin-bottom: 5px;
}

.comment-body .content .read-more {
    text-decoration: none;
    color: var(--ridda-heading-color);
}

.comment-body .content .read-more i {
    margin-top: 5px;
}

.comment-body.comment-child {
    padding-top: 0;
    border-top: none;
    padding-left: 90px;
}

@media only screen and (max-width: 767px) {
    .comment-body.comment-child {
        padding-left: 40px;
    }
}

.admin-comment {
    border-radius: 7px;
    border: 1px solid var(--ridda-border-color);
}

.admin-comment .comment-body {
    max-width: none;
    margin-bottom: 0;
    padding: 30px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .admin-comment .comment-body {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 1200px) {
    .admin-comment .comment-body .author-thumb {
        max-width: 130px;
    }
}

@media only screen and (min-width: 576px) {
    .admin-comment .comment-body .author-thumb {
        margin-bottom: 0;
        margin-right: 40px;
    }
}

.admin-comment .comment-body .content h5 {
    margin-bottom: 8px;
}

.admin-comment .comment-body .content .social-icons {
    margin-top: 10px;
}

.admin-comment .comment-body .content .social-icons a {
    margin-right: 20px;
}

.admin-comment .comment-body .content .social-icons a:hover {
    color: var(--ridda-primary-color);
}


/* Comment Form */

.comment-form h4 {
    margin-bottom: 5px;
}

.comment-form .form-group {
    margin-bottom: 10px;
}

.comment-form .form-group label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--ridda-heading-color);
}

.comment-form .form-control {
    padding: 15px 25px;
    border-radius: 7px;
}

.comment-form .form-control:focus {
    background: var(--ridda-lighter-color);
    border-color: var(--ridda-heading-color);
}

.comment-form .radio-filter input {
    width: 25px;
    height: 25px;
    border-width: 2px;
}

.comment-form .radio-filter input:before {
    opacity: 1;
    background: var(--ridda-border-color);
}

.comment-form .radio-filter input:checked {
    border-color: var(--ridda-heading-color);
}

.comment-form .radio-filter input:checked:before {
    background: var(--ridda-heading-color);
}

.comment-form .radio-filter label {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
}

.comment-review-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comment-review-wrap .comment-ratting-item {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .comment-review-wrap .comment-ratting-item {
        width: 45%;
    }
}

@media only screen and (max-width: 479px) {
    .comment-review-wrap .comment-ratting-item {
        width: 100%;
    }
}

.comment-review-wrap .comment-ratting-item .title {
    font-size: 18px;
    font-weight: 500;
    margin-right: 25px;
}

.comment-review-wrap .comment-ratting-item .ratting i {
    font-size: 12px;
}


/*******************************************************/


/******************** ## Team Area ********************/


/*******************************************************/

.team-item {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    padding: 50px 25px 45px;
    border: 1px solid var(--ridda-border-color);
}

.team-item .image {
    padding: 5px;
    background: #1d1d1d;
    border-radius: 10px;
    margin-bottom: 30px;
    display: inline-block;
    border: 1px solid var(--ridda-border-color);
}

.team-item .image img {
    border-radius: 50%;
}

.team-item .content h5 {
    font-size: 20px;
    margin-bottom: 0;
}

.team-item:hover {
    background: #222222;
    border-color: #222222;
}

.team-item.style-two {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
}

.team-item.style-two .image {
    display: block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: white;
    position: relative;
    border-radius: 7px;
    margin-bottom: 25px;
    padding: 20px 10px 0;
}

.team-item.style-two .image img {
    border-radius: 0;
}

.team-item.style-two .image .social-style-one {
    margin: 0;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    left: 50%;
    bottom: 30px;
    padding: 8px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 5px;
    background: var(--ridda-primary-color);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.team-item.style-two .image .social-style-one a {
    color: #696969;
    margin-bottom: 0;
}

.team-item.style-two .image .social-style-one a:hover {
    color: var(--ridda-heading-color);
}

.team-item.style-two .content {
    text-align: left;
}

.team-item.style-two:hover {
    background: transparent;
}

.team-item.style-two:hover .image {
    background: rgba(var(--ridda-primary-rgb), 0.2);
}

.team-item.style-two:hover .image .social-style-one {
    bottom: 20px;
    opacity: 1;
}


/* Team Details */

.team-details-content .section-title h2 {
    margin-bottom: 10px;
}

.team-details-content .section-title .designation {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--ridda-heading-font);
}

.experience-item {
    padding: 20px 25px;
    border-radius: 7px;
    margin-bottom: 10px;
    background: var(--ridda-lighter-color);
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (min-width: 480px) {
    .experience-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.experience-item .icon {
    font-size: 45px;
    margin-top: 12px;
    margin-right: 25px;
    margin-bottom: 10px;
    color: var(--ridda-heading-color);
}

.experience-item .content {
    margin-right: auto;
}

@media only screen and (max-width: 479px) {
    .experience-item .content {
        margin-bottom: 10px;
    }
}

.experience-item .content h6 {
    margin-bottom: 2px;
}

@media only screen and (min-width: 376px) {
    .experience-item .content h6 {
        font-size: 20px;
    }
}


/*******************************************************/


/******************** ## FAQs Area ********************/


/*******************************************************/

.accordion-item {
    border-radius: 7px;
    margin-bottom: 10px;
    background: var(--ridda-lighter-color);
    border: 1px solid var(--ridda-border-color);
}

.accordion-item:first-of-type {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.accordion-item:last-of-type {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.accordion-item:last-of-type .accordion-button {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.accordion-item:not(:last-child) {
    margin-bottom: 10px;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid var(--ridda-border-color);
}

.accordion-item .accordion-button {
    border: none;
    font-size: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
    line-height: 1.2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--ridda-heading-color);
    background: transparent;
    padding: 19px 15px 17px 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .accordion-item .accordion-button {
        font-size: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .accordion-item .accordion-button {
        padding: 12px 10px 12px 20px;
    }
}

.accordion-item .accordion-button:after {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 14px;
    font-weight: 600;
    margin-top: -2px;
    content: "\f054";
    margin-left: 6px;
    color: var(--ridda-base-color);
    text-align: center;
    width: 40px;
    height: 40px;
    background: white;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border: 1px solid var(--ridda-border-color);
    font-family: "Font Awesome 5 Pro";
}

@media only screen and (max-width: 479px) {
    .accordion-item .accordion-button:after {
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
}

.accordion-item .accordion-button.collapsed:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-body {
    padding: 0 30px 5px;
}

@media only screen and (max-width: 479px) {
    .accordion-body {
        font-size: 15px;
        line-height: 1.6;
        padding: 0 20px 0;
    }
}

.accordion-body .list-style-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.accordion-body .list-style-two li {
    font-size: 16px;
    font-weight: 400;
    margin-right: 70px;
}

@media only screen and (max-width: 1199px) {
    .accordion-body .list-style-two li {
        margin-right: 30px;
    }
}

.accordion-body .list-style-two li:before {
    width: 20px;
    height: 20px;
    font-size: 10px;
    margin-top: 2px;
    line-height: 20px;
    background: var(--ridda-primary-color);
}

@media only screen and (min-width: 992px) {
    .faq-tab-wrap.fixed {
        top: 120px;
        position: fixed;
        max-width: 410px;
        background: white;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .faq-tab-wrap.fixed {
        max-width: 300px;
    }
}

.faq-nav li {
    margin-bottom: 10px;
}

.faq-nav li a {
    padding: 8px 20px;
    border-radius: 10px;
    display: inline-block;
    border: 1px solid var(--ridda-border-color);
}

.faq-nav li a.active {
    background: var(--ridda-primary-color);
    border-color: var(--ridda-primary-color);
    color: #fff;
}


/*******************************************************/


/******************** ## CTA Area ********************/


/*******************************************************/

.cta-two-wrap {
    padding: 65px 70px;
}

@media only screen and (max-width: 575px) {
    .cta-two-wrap {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media only screen and (max-width: 479px) {
    .cta-two-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 375px) {
    .cta-two-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.cta-two-wrap .newsletter-form {
    max-width: 510px;
}

@media only screen and (max-width: 375px) {
    .cta-two-wrap .newsletter-form label {
        display: none;
    }
}

.cta-two-image-part {
    position: relative;
    padding-left: 10%;
    padding-right: 10%;
    display: inline-block;
}

.cta-two-image-part .shape {
    position: absolute;
}

.cta-two-image-part .shape.logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    background: var(--ridda-heading-color);
}

@media only screen and (max-width: 575px) {
    .cta-two-image-part .shape.logo {
        width: 80px;
        height: 80px;
        padding: 20px;
    }
}

.cta-two-image-part .shape.one,
.cta-two-image-part .shape.two,
.cta-two-image-part .shape.three,
.cta-two-image-part .shape.four {
    width: 65px;
    height: 65px;
    color: white;
    font-size: 25px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: zoomInOut 4s infinite;
    animation: zoomInOut 4s infinite;
}

@media only screen and (max-width: 479px) {
    .cta-two-image-part .shape.one,
    .cta-two-image-part .shape.two,
    .cta-two-image-part .shape.three,
    .cta-two-image-part .shape.four {
        width: 45px;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
    }
}

.cta-two-image-part .shape.one {
    top: 5%;
    left: 15%;
    background: #f200ff;
}

.cta-two-image-part .shape.two {
    top: 4%;
    right: 16%;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background: #ecc966;
}

.cta-two-image-part .shape.three {
    bottom: 5%;
    left: 13%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background: #36c5f0;
}

.cta-two-image-part .shape.four {
    right: 17%;
    bottom: 4%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    background: #ee6513;
}

.cta-two-image-part .shape.five {
    left: 0;
    top: 30%;
    background-color: #ff6200;
    -webkit-animation: down-up-one 8s infinite;
    animation: down-up-one 8s infinite;
}

@media only screen and (max-width: 479px) {
    .cta-two-image-part .shape.five {
        display: none;
    }
}

.cta-two-image-part .shape.six {
    right: 0;
    bottom: 40%;
    -webkit-animation: upDownLeft 10s infinite;
    animation: upDownLeft 10s infinite;
}

@media only screen and (max-width: 479px) {
    .cta-two-image-part .shape.six {
        display: none;
    }
}


/*******************************************************/


/******************** ## Shop Area ********************/


/*******************************************************/

.shop-shorter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop-shorter .nice-select {
    min-width: 200px;
}

.product-item {
    border-radius: 7px;
    margin-bottom: 30px;
    background: var(--ridda-lighter-color);
}

.product-item .image img {
    width: 100%;
    border-radius: 7px;
}

.product-item .content {
    padding: 30px 40px 40px;
}

@media only screen and (max-width: 991px) {
    .product-item .content {
        padding-right: 30px;
        padding-left: 35px;
    }
}

@media only screen and (max-width: 375px) {
    .product-item .content {
        padding-right: 20px;
        padding-left: 25px;
    }
}

.product-item .content .category {
    margin-bottom: 5px;
    display: inline-block;
}

.product-item .content h5 {
    margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .product-item .content h5 {
        font-size: 20px;
    }
}

.product-item .content .ratting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

@media only screen and (max-width: 375px) {
    .product-item .content .theme-btn {
        font-size: 14px;
    }
}


/* Product Details */

.preview-images {
    margin-bottom: 30px;
}

.preview-images img {
    width: 100%;
}

.thumb-images {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.thumb-images .thumb-item {
    width: calc(33.3333% - 20px);
}

.thumb-images .thumb-item img {
    width: 100%;
}

.product-details-content .section-title h2 {
    margin-bottom: 15px;
}

.product-details-content .ratting-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details-content .ratting-price .price {
    font-size: 24px;
    font-weight: 500;
    color: var(--ridda-heading-color);
    margin-left: 10px;
}

.product-details-content .category-tags li:not(:last-child) {
    margin-bottom: 8px;
}

.product-details-content .category-tags li b {
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 10px;
    color: var(--ridda-heading-color);
}

@media only screen and (min-width: 576px) {
    .product-details-content .category-tags li b {
        min-width: 90px;
        display: inline-block;
    }
}

.product-details-content .category-tags li a {
    padding: 2px 15px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 375px) {
    .product-details-content .category-tags li a {
        font-size: 14px;
    }
}

.product-details-content .category-tags li a:not(:last-child) {
    margin-right: 10px;
}

.product-details-content .category-tags li a:hover {
    color: var(--ridda-heading-color);
    background: var(--ridda-primary-color);
    border-color: var(--ridda-primary-color);
}

.product-details-content .add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details-content .add-to-cart input {
    width: 90px;
    font-size: 20px;
    padding: 8px 20px;
    border-radius: 10px;
    margin: 10px 10px 0 0;
    background: transparent;
    border: 1px solid var(--ridda-border-color);
}

.product-details-content .add-to-cart .theme-btn {
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 10px 10px 0 0;
}

.product-details-content .add-to-cart .wishlist {
    margin-top: 10px;
    padding: 8px 20px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid var(--ridda-border-color);
}

.product-information-tab li:not(:last-child) {
    margin-right: 30px;
}

@media only screen and (max-width: 575px) {
    .product-information-tab li:not(:last-child) {
        margin-right: 15px;
    }
}

.product-information-tab li a {
    font-weight: 700;
    padding: 11px 40px;
    margin-bottom: 15px;
    color: var(--ridda-heading-color);
    display: inline-block;
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 991px) {
    .product-information-tab li a {
        padding: 8px 25px;
    }
}

.product-information-tab li a i {
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
    .product-information-tab li a i {
        display: none;
    }
}

.product-information-tab li a.active {
    background: var(--ridda-primary-color);
    border-color: var(--ridda-border-color);
}


/*******************************************************/


/******************** ## Error Area ********************/


/*******************************************************/

@media only screen and (max-width: 991px) {
    .error-content .section-title .h1 {
        font-size: 85px;
    }
}

@media only screen and (max-width: 767px) {
    .error-content .section-title .h1 {
        font-size: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .error-content .section-title .h1 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 375px) {
    .error-content .section-title .h1 {
        font-size: 45px;
    }
}


/*******************************************************/


/****************** ## Pricing Area  ******************/


/*******************************************************/

.pricing-tab {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.pricing-tab li:first-child button:after,
.pricing-tab li:last-child button:before {
    content: "";
    width: 20px;
    height: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    background: var(--ridda-primary-color);
}

.pricing-tab li:first-child button:after {
    margin-right: 5px;
    margin-left: 35px;
}

@media only screen and (max-width: 479px) {
    .pricing-tab li:first-child button:after {
        margin-left: 15px;
    }
}

.pricing-tab li:last-child button:before {
    margin-left: 5px;
    margin-right: 35px;
}

@media only screen and (max-width: 479px) {
    .pricing-tab li:last-child button:before {
        margin-right: 15px;
    }
}

.pricing-tab li:first-child button:before {
    position: absolute;
    width: 60px;
    height: 30px;
    content: "";
    top: 50%;
    right: 0;
    z-index: -1;
    border-radius: 15px;
    background: var(--ridda-primary-color);
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.pricing-tab li button {
    padding: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: var(--ridda-base-color);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: transparent;
    text-transform: capitalize;
}

.pricing-tab li button:focus,
.pricing-tab li button:hover {
    color: var(--ridda-heading-color);
}

.pricing-tab li button.active {
    font-weight: 600;
    color: var(--ridda-heading-color);
}

.pricing-tab li:first-child button.active:after,
.pricing-tab li:last-child button.active:before {
    background: var(--ridda-heading-color);
}

.text-white .pricing-tab li button {
    color: rgba(255, 255, 255, 0.65);
}

.text-white .pricing-tab li button:focus,
.text-white .pricing-tab li button:hover,
.text-white .pricing-tab li button.active {
    color: white;
}

.text-white .pricing-tab li:first-child button.active:after,
.text-white .pricing-tab li:last-child button.active:before {
    background: white;
}

.save-percent {
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
    margin-left: 10px;
    border-radius: 10px;
    display: inline-block;
    color: var(--ridda-heading-color);
    background: var(--ridda-lighter-color);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 375px) {
    .save-percent {
        font-size: 10px;
        margin-left: 5px;
    }
}

.pricing-item {
    background: white;
    position: relative;
    border-radius: 7px;
    padding: 33px 30px;
    margin-bottom: 30px;
    border: 1px solid var(--ridda-border-color);
}

.pricing-item .badge {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 8px 15px;
    border-radius: 7px;
    color: var(--ridda-heading-color);
    text-transform: uppercase;
    background: var(--ridda-secondary-color);
}

@media only screen and (min-width: 376px) {
    .pricing-item .title {
        font-size: 20px;
    }
}

.pricing-item .text {
    margin-bottom: 30px;
}

.pricing-item .price {
    display: block;
    margin-bottom: 35px;
}

.pricing-item .price .after-text {
    font-weight: 400;
    color: var(--ridda-base-color);
    font-size: 16px;
    font-family: var(--ridda-base-font);
}

.pricing-item .theme-btn {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.pricing-item .theme-btn:hover {
    color: white;
}

.pricing-item .list-style-two.small li {
    font-size: 14px;
    font-weight: 400;
}

.pricing-item .list-style-two.small li:before {
    font-size: 1em;
}

.pricing-item .list-style-two.small li:not(:last-child) {
    margin-bottom: 6px;
}

.pricing-item .list-style-two.small li.hide {
    opacity: 0.3;
}

.pricing-item.style-two {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 40px 50px;
    background: var(--ridda-lighter-color);
}

@media only screen and (max-width: 375px) {
    .pricing-item.style-two {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.pricing-item.style-two .text,
.pricing-item.style-two .title,
.pricing-item.style-two .price,
.pricing-item.style-two .note-text,
.pricing-item.style-two .price .after-text,
.pricing-item.style-two .list-style-two li,
.pricing-item.style-two .list-style-two li:before {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.pricing-item.style-two .title {
    margin-bottom: 18px;
}

.pricing-item.style-two .price {
    margin-bottom: 10px;
}

.pricing-item.style-two .text {
    margin-bottom: 35px;
    padding-bottom: 42px;
    border-bottom: 1px solid var(--ridda-border-color);
}

@media only screen and (max-width: 479px) {
    .pricing-item.style-two .list-style-two li {
        font-size: 14px;
    }
}

.pricing-item.style-two .theme-btn {
    color: white;
    max-width: 290px;
    margin-top: 45px;
    margin-bottom: 12px;
}

.pricing-item.style-two:hover {
    background: var(--ridda-heading-color);
}

.pricing-item.style-two:hover .text,
.pricing-item.style-two:hover .title,
.pricing-item.style-two:hover .note-text,
.pricing-item.style-two:hover .price .after-text,
.pricing-item.style-two:hover .list-style-two li,
.pricing-item.style-two:hover .list-style-two li:before {
    color: white;
}

.pricing-item.style-two:hover .price {
    color: var(--ridda-primary-color);
}

.pricing-item.style-two:hover .text {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.pricing-item.style-two:hover .theme-btn {
    color: #fff;
    background: var(--ridda-primary-color);
    border-color: var(--ridda-primary-color);
}


/*******************************************************/


/**************** ## Cart Checkout Area ****************/


/*******************************************************/


/* Cart Page */

.shoping-table table,
.shoping-cart-total table {
    width: 100%;
}

.shoping-table td,
.shoping-table th,
.shoping-cart-total td,
.shoping-cart-total th {
    padding: 15px 8px;
    text-align: center;
    border: 1px solid var(--ridda-border-color);
}

.shoping-table th,
.shoping-cart-total th {
    text-transform: capitalize;
}

.shoping-table td img,
.shoping-cart-total td img {
    max-height: 60px;
}

.shoping-table td .title,
.shoping-cart-total td .title {
    font-size: 18px;
    color: var(--ridda-heading-color);
}

.shoping-table td .price:before,
.shoping-cart-total td .price:before {
    content: "$";
}

.shoping-table td button,
.shoping-cart-total td button {
    background: transparent;
}

@media only screen and (max-width: 767px) {
    .shoping-table thead {
        display: none;
    }
    .shoping-table tr {
        display: -ms-grid;
        display: grid;
    }
    .shoping-table tr:not(:last-child) {
        margin-bottom: 50px;
    }
    .shoping-table td:not(:last-child) {
        border-bottom: none;
    }
}

.quantity-input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.quantity-input button {
    width: 45px;
    background: transparent;
    border: 1px solid var(--ridda-border-color);
}

.quantity-input button.quantity-down {
    letter-spacing: -3px;
}

.quantity-input input {
    width: 55px;
    padding: 5px 15px;
    border-radius: 0;
    text-align: center;
    background: transparent;
    border: 1px solid var(--ridda-border-color);
}

.discount-wrapper input {
    width: 200px;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}


/* Checkout Page */

.checkout-faqs .alert {
    padding: 20px 30px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 375px) {
    .checkout-faqs .alert {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.checkout-faqs .alert h6 {
    margin-bottom: 0;
}

.checkout-faqs .alert h6 a {
    padding: 0;
    background: transparent;
    border-bottom-color: var(--ridda-primary-color);
}

.checkout-faqs .alert form {
    padding: 20px 0 10px;
}

.checkout-faqs .alert form .form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.checkout-faqs .alert form .form-footer button {
    margin-right: 15px;
}

@media only screen and (max-width: 375px) {
    .checkout-faqs .alert form .form-footer button {
        margin-right: 8px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.checkout-faqs .alert form .form-footer label {
    line-height: 1.4;
    margin: 0 0 0 5px;
}

.checkout-faqs .checkout-form h5 {
    margin-bottom: 20px;
}


/*******************************************************/


/******************** ## Widgets ********************/


/*******************************************************/

.widget:not(:last-child) {
    margin-bottom: 50px;
}

.widget-title {
    margin-bottom: 20px;
}

.widget-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 25px;
    border-radius: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--ridda-heading-color);
}

.widget-search form input {
    padding: 0;
    border: none;
    background: transparent;
}

.widget-search form button {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: transparent;
}

.widget-category li {
    font-weight: 500;
}

.widget-category li:not(:last-child) {
    margin-bottom: 10px;
}

.widget-category li a:hover {
    text-decoration: underline;
}

.widget-gallery .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-right: -20px;
}

.widget-gallery .gallery a {
    margin-top: 20px;
    overflow: hidden;
    border-radius: 7px;
    margin-right: 20px;
    z-index: 1;
    position: relative;
    max-width: calc(33.333% - 20px);
}

.widget-gallery .gallery a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: black;
}

.widget-gallery .gallery a i {
    z-index: 2;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: var(--ridda-heading-color);
    width: 35px;
    height: 35px;
    background: var(--ridda-primary-color);
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
}

.widget-gallery .gallery a:before {
    z-index: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.widget-gallery .gallery a:hover i {
    opacity: 1;
}

.widget-gallery .gallery a:hover:before {
    opacity: 0.3;
}

.widget-news li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget-news li:not(:last-child) {
    margin-bottom: 20px;
}

.widget-news li .image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 90px;
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget-news li .image {
        max-width: 80px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .widget-news li .image {
        max-width: 75px;
        margin-right: 12px;
    }
}

.widget-news li .image img {
    border-radius: 7px;
}

.widget-news li .content h6 {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget-news li .content h6 {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .widget-news li .content h6 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 479px) {
    .widget-news li .content h6 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 375px) {
    .widget-news li .content h6 {
        font-size: 15px;
    }
}

.widget-news li .content h6 a {
    background-size: 0% 1px, 0 1px !important;
}

.widget-news li .content h6 a:hover {
    background-size: 0 1px, 100% 1px !important;
}

.widget-news li .content .date {
    display: block;
    margin-top: -3px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 375px) {
    .widget-news li .content .date {
        font-size: 14px;
    }
}

.widget-news li .content .date i {
    margin-right: 5px;
}

.tag-clouds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
}

.tag-clouds a {
    font-size: 16px;
    font-weight: 500;
    padding: 3px 16px;
    border-radius: 7px;
    margin: 10px 10px 0 0;
    border: 1px solid var(--ridda-border-color);
}

.tag-clouds a:hover {
    color: var(--ridda-heading-color);
    background: var(--ridda-primary-color);
    border-color: var(--ridda-primary-color);
}

.widget-booking form .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget-booking form .date b {
    line-height: 1.3;
}

.widget-booking form .date input {
    max-width: 190px;
    padding: 5px 15px;
    border: 1px solid var(--ridda-border-color);
}

.widget-booking form .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget-booking form .time .radio-filter {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget-booking form .time .radio-filter li {
    margin-bottom: 0;
}

.widget-booking form .tickets li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget-booking form .tickets li .nice-select {
    width: auto;
    border: none;
    padding: 0 18px 0 0;
    background: transparent;
}

.widget-booking form .tickets li .nice-select:after {
    width: 9px;
    height: 9px;
    right: 2px;
    margin-top: -6px;
}

.widget-booking form h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget-booking form h6 span {
    font-size: 1.2em;
}

.widget-cta {
    z-index: 1;
    border: none;
    overflow: hidden;
    position: relative;
    padding: 0 !important;
    background: var(--ridda-heading-color);
}

.widget-cta .content {
    padding: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget-cta .content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 375px) {
    .widget-cta .content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.widget-cta .content .h6 {
    display: block;
    font-weight: 300;
    margin-bottom: 5px;
}

.widget-cta .content h3 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 375px) {
    .widget-cta .content h3 {
        font-size: 28px;
    }
}

.widget-cta .content .theme-btn.style-two {
    padding: 5px 20px;
    font-size: 14px;
}

.widget-cta .image img {
    width: 100%;
}

.widget-cta .cta-shape {
    z-index: -1;
    position: absolute;
    right: 20px;
    top: 0;
    max-width: 44%;
}

.price-filter-wrap {
    margin-top: 25px;
}

.price-filter-wrap .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--ridda-heading-color);
}

.price-filter-wrap .price span {
    margin-right: 5px;
}

.price-filter-wrap .price input {
    padding: 0;
    border: none;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
}

.ui-widget.ui-widget-content {
    height: 5px;
    border: none;
    cursor: pointer;
    background: rgba(var(--ridda-primary-rgb), 0.2);
}

.ui-widget-header {
    background: var(--ridda-primary-color);
}

.ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    top: -4px;
    border: none;
    cursor: e-resize;
    border-radius: 50%;
    background: var(--ridda-primary-color);
}


/* Tour Sidebar */

.tour-sidebar .widget:not(.widget-cta) {
    background: var(--ridda-lighter-color);
}

@media only screen and (min-width: 1200px) {
    .tour-sidebar .widget:not(.widget-cta) {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.tour-sidebar .widget-cta .content .h6 {
    font-size: 14px;
}

.tour-sidebar .widget-cta .content h3 {
    font-size: 22px;
}

.tour-sidebar .widget-cta .cta-shape {
    right: 0;
}


/* Shop Sidebar */

.radio-filter li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.radio-filter li:not(:last-child) {
    margin-bottom: 10px;
}

.radio-filter li input {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0;
    margin-top: 0;
    margin-right: 20px;
    border-radius: 50%;
    position: relative;
    background: transparent;
    border: 1px solid var(--ridda-border-color);
}

.radio-filter li input:before {
    content: "";
    width: 6px;
    height: 6px;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 50%;
    background: var(--ridda-secondary-color);
}

.radio-filter li input:checked {
    background: transparent;
    border-color: var(--ridda-secondary-color);
}

.radio-filter li input:checked:before {
    opacity: 1;
}

.radio-filter li input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.radio-filter li label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.radio-filter li label .ratting i {
    font-size: 12px;
    line-height: 1.8;
}

.radio-filter li label .ratting i.white {
    color: #aaaaaa;
}

.widget-tour .tour-grid.style-three {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    background: transparent;
}

.widget-tour .tour-grid.style-three:not(:last-child) {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--ridda-border-color);
}

.widget-tour .tour-grid.style-three .image {
    width: 100%;
    margin: 0 0 12px;
}

.widget-tour .tour-grid.style-three .content {
    padding: 0;
}

.widget-tour .tour-grid.style-three .content .destination-header {
    font-size: 14px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget-tour .tour-grid.style-three .content .destination-header .location {
    margin-right: 0;
}

.widget-tour .tour-grid.style-three .content .destination-header .ratting {
    padding: 0;
}

.widget-tour .tour-grid.style-three .content h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--ridda-heading-color);
}

.shop-sidebar {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid var(--ridda-border-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-sidebar {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.shop-sidebar .widget:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--ridda-border-color);
}

.shop-sidebar .widget .widget-title {
    margin-bottom: 15px;
}

.shop-sidebar+.widget-cta {
    border-radius: 7px;
}

.shop-sidebar+.widget-cta .content .h6 {
    font-size: 14px;
}

.shop-sidebar+.widget-cta .content h3 {
    font-size: 22px;
}

.shop-sidebar+.widget-cta .cta-shape {
    right: 0;
    top: 22%;
    max-width: 35%;
}


/*******************************************************/


/******************* ## Main Footer *******************/


/*******************************************************/

.main-footer a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.main-footer.style-two {
    margin-top: -150px;
    border-radius: 100px 100px 0 0;
}

@media only screen and (max-width: 991px) {
    .main-footer.style-two {
        border-radius: 50px 50px 0 0;
    }
}

.main-footer.style-two .footer-bottom .logo img {
    max-height: 36px;
}

.main-footer.style-two .footer-bottom .scroll-top {
    background: white;
}

.main-footer.style-two .footer-bottom .copyright-text p {
    color: white;
}

.main-footer.style-two .footer-bottom .copyright-text p a {
    color: white;
    text-decoration: underline;
}

.main-footer.style-two .footer-contact .social-style-two a:hover i {
    color: white;
}

.footer-widget {
    margin-bottom: 50px;
}

.footer-title {
    margin-bottom: 22px;
}

.footer-title h6 {
    text-transform: capitalize;
}

.footer-newsletter {
    max-width: 330px;
}

.newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 5px 5px 5px 20px;
}

.newsletter-form label {
    margin-bottom: 0;
    margin-right: 5px;
}

.newsletter-form label i {
    color: var(--ridda-base-color);
}

.newsletter-form input {
    border: 0;
    padding: 5px;
    font-size: 14px;
    color: var(--ridda-base-color);
}

.newsletter-form .theme-btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.footer-links ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-text .text {
    font-size: 20px;
    font-family: var(--ridda-heading-font);
}

@media only screen and (max-width: 1199px) {
    .footer-text .text {
        font-size: 18px;
    }
}

.footer-text .h1 {
    font-size: 65px;
}

@media only screen and (max-width: 1199px) {
    .footer-text .h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .footer-text .h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 375px) {
    .footer-text .h1 {
        font-size: 35px;
    }
}


/* Footer Bottom */

.footer-bottom {
    position: relative;
}

.footer-bottom .copyright-text a {
    font-weight: 600;
    color: var(--ridda-primary-color);
}

.footer-bottom .scroll-top {
    top: -30px;
    position: absolute;
    left: calc(50% - 28px);
}

.footer-bottom .scroll-top i {
    color: #ffffff;
}

.footer-bottom-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -16px;
    margin-right: -16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-bottom-nav li {
    margin: 0 16px 5px;
}


/* //////////////////////////////////// */

.service-limeline-item:hover a {
    color: #fff;
}

.service-limeline-item:hover i.far.fa-arrow-right {
    color: #fff;
}

.service-two-item.style-two:hover h5 a {
    color: #fff;
}

.service-two-item.style-two:hover p {
    color: #fff;
}

a {
    text-decoration: none !important;
}

.main-menu .navbar-collapse li a:hover {
    color: #2f3ae4 !important;
}

.main-menu .navbar-collapse li li a {
    font-size: 15px;
}

.portfolio-ser {
    padding: 0 0 40px 0;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2f3ae4;
    border: 1px solid #000;
    border-radius: 10px;
}

.nav-tabs .nav-link {
    color: #2f3ae4;
    border: 1px solid #2f3ae4;
    border-radius: 10px !important;
    margin: 0 6px 0;
    background: 0 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background: #2f3ae4;
    color: #fff;
}


/* .hidden-project {
    display: none;
} */