/*
Theme Name: Ayro Child
Theme URI: https://ayro.qodeinteractive.com
Description: A child theme of Ayro
Author: Select Themes
Author URI: https://themeforest.net/user/select-themes
Version: 1.0.1
Text Domain: ayro
Template: ayro
*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}

.qodef-subtitle {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}

body {
    font-family: "Inter", serif;
    font-weight: 400;
    color: #C5C8D1;
}

.hide{
    display: none !important;
}

/*Header Start*/
.qodef-page-header .qodef-menu-area {
    height: 64px;
}

.qodef-mobile-header .qodef-mobile-nav li.qodef-active-item a {
    color: #EAEAEA;
    font-weight: 600;
    background: #222838;
}

.qodef-main-menu > ul > li > a:after {
    background-color: #1F68F3
}

.qodef-drop-down ul li.btn-menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.qodef-drop-down ul li.btn-menu-item a {
    height: 40px;
}

.qodef-main-menu > ul > li.btn-menu-item.qodef-active-item > a:after, .qodef-main-menu > ul > li.btn-menu-item > a:after {
    border-radius: 4px;
    height: 100%;
}

.qodef-drop-down ul li.btn-menu-item a span.item_outer span.item_inner {
    display: flex;
    flex-direction: row-reverse;
}

.qodef-drop-down ul li.btn-menu-item a span.item_outer span.item_inner i:before {
    margin: 0 0 0 7px;
}

.qodef-main-menu > ul > li > a {
    text-transform: capitalize;
}

.qodef-content-inner {
    min-height: calc(100vh - 23.2em);
    background: #131419;
}

.qodef-mobile-header .qodef-mobile-menu-opener a:hover,
.qodef-mobile-header .qodef-mobile-nav a:hover,
.qodef-mobile-header .qodef-mobile-nav h4:hover{
    color: #1F68F3;
}
/*Header End*/
.white-text-color,
.white-text-color :is(h1, h2, h3, h4, h5, h6, p, span),
.white-text-color .qodef-counter-icon,
.white-text-color .qodef-counter {
    color: #ffffff;
}

.light-grey-text-color,
.light-grey-text-color :is(h1, h2, h3, h4, h5, h6, p, span),
.light-grey-text-color .qodef-counter-icon,
.light-grey-text-color .qodef-counter {
    color: #c5c8d1;
}

.light-blue-text-color,
.light-blue-text-color :is(h1, h2, h3, h4, h5, h6, p, span),
.light-blue-text-color .qodef-counter-icon,
.light-blue-text-color .qodef-counter {
    color: #1F68F3
}

/* Icon Boxes with Underline - Start*/

.dark-underline-icon-box-column .qodef-underline-icon-box-holder {
    border-radius: 4px;
    -webkit-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	  transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dark-underline-icon-box-column .qodef-underline-icon-box-holder:hover {
    background: #37393F !important;
}

.dark-underline-icon-box-column .qodef-underline-icon-box-holder .qodef-underline-icon-box-border{
    border-radius: 0 0 4px 4px;
    display: inline-block;
	width: 100%;
	height: 0;
	line-height: 0;
	box-sizing: border-box;
	position: absolute;
	bottom:0;
	left: 0;
	  -webkit-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	  transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dark-underline-icon-box-column .qodef-underline-icon-box-holder:hover .qodef-underline-icon-box-border{
	height: 7px;
}


.no-text-underline-icon-box-column .qodef-underline-icon-box-holder .qodef-underline-icon-box-text-holder{
    display:none;
}

.dark-underline-icon-box-column {
    display: flex;
    margin-bottom: 40px;
}


.dark-underline-icon-box-column .wpb_wrapper,
.dark-underline-icon-box-column .qodef-underline-icon-box-holder {
    height: 100%;
}

.underline-icon-box-row .qodef-full-section-inner {
    display: flex;
    flex-wrap: wrap;
}

/* Icon Box with Underline - End*/

/* Icon Box Standard - Start*/
.qodef-iwt.qodef-iwt-icon-top{
    background: #1A1C23;
    padding: 40px 20px;
    border-radius: 4px;
    margin-bottom: 40px;
    -webkit-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	  transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-iwt.qodef-iwt-icon-top:hover {
    background: #37393F !important;
}

.qodef-iwt .qodef-underline-icon-box-border{
    background: #C6FE1E;
    width: calc(100% - 30px);
    padding: 0;
    display: inline-block;
	height: 0;
	line-height: 0;
	box-sizing: border-box;
	position: absolute;
	bottom:40px;
    border-radius: 0 0 4px 4px;
	left: 15px;
}

.qodef-iwt:hover .qodef-underline-icon-box-border{
	height: 7px;
}

.qodef-iwt .qodef-iwt-link {
    color: #C6FE1E;
    font-weight: 600;
}
/* Icon Box Standard - Start*/

.archive .qodef-btn:not(.qodef-btn-solid) .qodef-btn-text,
.archive .qodef-btn:not(.qodef-btn-solid) .qodef-icon-font-elegant,
.search .qodef-btn:not(.qodef-btn-solid) .qodef-btn-text,
.search .qodef-btn:not(.qodef-btn-solid) .qodef-icon-font-elegant,
.page .qodef-btn:not(.qodef-btn-solid) .qodef-btn-text,
.page .qodef-btn:not(.qodef-btn-solid) .qodef-icon-font-elegant,
.dark-blog-list .qodef-btn-text,
.dark-blog-list .qodef-icon-font-elegant {
    color: #C6FE1E;
}

.qodef-btn {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    text-transform: capitalize;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    font-weight: 600;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
    background: rgba(255, 255, 255, 0.08);
    color: white;
}

footer .qodef-footer-top-holder {
    background-color: #131419;
}

.qodef-four-columns-inner {
    display: flex;
}

.qodef-four-columns-inner .qodef-column {
    display: flex;
}

.qodef-column:nth-child(4){
    align-items: end;
}

@media screen and (max-width: 768px) {
    .qodef-four-columns-inner {
        flex-direction: column;
    }

    .qodef-column:nth-child(4){
        justify-content: end;
    }
}

.gradient-ellipse-bg-row {
    background-image: radial-gradient(
            farthest-corner at 50% -90%,
            #1F68F3 0%,
            #131419 50%
    );
}

/*Page Titles Banner - Start*/
.qodef-title .qodef-title-holder h1 {
    line-height: 2em;
}

@media (max-width: 767px) {
    .qodef-title .qodef-title-holder h1 {
        font-size: 32px;
    }
    .qodef-title .qodef-title-holder .qodef-subtitle {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .qodef-title .qodef-title-holder h1 {
        font-size: 24px;
    }
    .qodef-title .qodef-title-holder .qodef-subtitle {
        font-size: 16px;
    }
}
/*Page Titles Banner - End*/

/*Powered by Threls - Start */
.powered-by-area-threls {
    display: flex;
    justify-content: flex-end;
    align-items: center;

    font-size: inherit;
    line-height: 1;
}


.powered-by-area-threls a {
    text-decoration: none !important;
    padding: 0 !important;
}

.powered-by-area-threls a:hover {
    border-bottom: 0;
}

.powered-by-area-threls a img {
    height: 13px;
    margin-left: 8px;
    margin-top: 3px;
}

.social-icons-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/*Powered by Threls - End */

/* Titles with Icons - Start*/
.select-icon-list-item-header .qodef-icon-list-icon-holder-inner i {
    text-align: left;
}

.select-icon-list-item-header .qodef-icon-list-text {
    line-height: 40px;
}

/* Titles with Icons - End*/

/* Careers - Start*/
.careers-block ul.careers-list {
    list-style-type: none;
}

.careers-block ul.careers-list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
}

.careers-block ul.careers-list li.career-item {
    background: #16171D;
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 30px;
    transition: background-color 0.5s;
}

.careers-block ul.careers-list li.career-item:hover {
    background: #222838;
}

.careers-block ul.careers-list li.career-item p {
    font-size: 18px;
}

.careers-block ul.careers-list li.career-item .career-meta {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    margin-top: 15px;
    align-content: center;
}

.careers-block ul.careers-list li.career-item .career-meta div {
    margin-right: 15px;
    color: #A1A1A1;
}

.careers-block ul.careers-list li.career-item .career-meta div i {
    margin-right: 5px;
}

.careers-block ul.careers-list li.career-item .career-meta .qodef-btn{
    line-height: 10px;
    padding: 10px 15px;
    margin-left: auto;
}

@media (max-width: 767px) {
    .careers-block ul.careers-list li.career-item .career-meta {
        flex-direction: column;
    }

    .careers-block ul.careers-list li.career-item .career-meta div {
        margin: 0 0 15px 0;
    }
}

.single-threls-careers .qodef-blog-holder article .qodef-post-text-inner{
    padding-left: 0;
}

.single-threls-careers #vacancy-application-form{
    border-top: 1px solid #A1A1A1;
    margin-top: 30px;
    padding-top: 40px;
}

.single-threls-careers .qodef-blog-holder.qodef-blog-single article{
    border: none;
}
/* Careers - End*/

/* Gravity Forms Styling - Start*/
.gform-theme .gform_heading{
    margin-bottom: 20px;
}
.gform-body .gfield .gfield_label, .gform-body .gfield .gform-field-label, .gform-body .gsection_title, .gform-theme .gform_title {
    color: #ffffff;
}

.gform-body .gfield.gfield--type-consent.gfield--no-description {
    justify-items: end;
    display: flex;
    flex-direction: column;
}

.gform-body .gfield.gfield--type-captcha {
    display: flex;
    align-items: end;
    justify-items: end;
    flex-direction: column;
}

.gform-body .gfield .gform-field-label a {
    color: #1f68f3;
    text-decoration: underline;
    font-weight: 700;
}

.gform-body .gform_fields .gfield .gfield_required{
    color: #ff5e5e;
    font-weight: 600;
}

.gform-body .gfield textarea, .gform-body .gfield input {
    color: #ffffff;
    background: #1A1C23;
    border: 1px solid #A1A1A1;
}

.gform-footer, .gform-theme--foundation .gform_footer {
    width: 100%;
    justify-content: center;
}

.right-aligned-submit-btn .gform-footer, .right-aligned-submit-btn .gform-theme--foundation .gform_footer {
    justify-content: end;
}

.gform-theme--framework.gform-theme.gform_wrapper .gform-footer input[type="submit"] {
    background: #1F68F3 !important;
    margin-top: 16px;
    /*Unfortunately the below had to do them with important to override the plugin styling*/
    font-weight: 800 !important;
    border-radius: 4px !important;
    padding: 0 39px !important;
    line-height: 55px !important;
}

.gform-theme--framework.gform-theme.gform_wrapper .gform-footer input[type="submit"]:hover {
    background: #3879F5 !important;
}

.gform-theme--framework .gform_validation_errors {
    background-color: #330000;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error,
.gform-theme--framework .gform_validation_errors .gform_submission_error .gform-icon,
.gform-theme--framework .gform_validation_errors ol,
.gform-theme--framework .gform_validation_errors ol li a,
.gform-theme--framework .gform_validation_errors .gform_submission_error {
    color: #ffffff;
}

.gform-body .gfield .validation_message {
    border: 1px solid #330000;
    background: #330000;
    padding: 5px 10px;
    color: #ffffff;
}

.gform-theme--framework .field_description_above .gfield_description:where([class=gfield_description],
.gfield_creditcard_warning_message,.field_validation_above .gfield_validation_message),
.gform-theme--framework .field_description_above .gfield_description:where(:not([class=gfield_description]):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_consent_description):not(.gfield_choice_limit_message)){
    color: #A1A1A1;
}

@media (max-width: 767px) {
    .gform-body .gfield.gfield--type-consent,
    .gform-body .gfield.gfield--type-captcha {

        justify-content: center;
    }
}

/* Gravity Forms Styling - End*/

/* Sidebar - Start*/
.qodef-sidebar .wp-block-heading{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
}
.qodef-sidebar .wp-block-latest-posts__post-title{
    font-weight: 500;
    color: #EAEAEA;
}
/* Sidebar - End*/

/* Blog - Start*/
.qodef-blog-holder.qodef-blog-single article .qodef-post-title{
    /*Since we are showing the blog title as h1 in title area we are hiding it from the article to avoid repetition */
    display: none;
}
.qodef-blog-holder article .qodef-post-title{
    color: #EAEAEA;
}
.qodef-blog-holder article .qodef-post-date-inner .qodef-post-date-day{
    background: #1A1C23;
}
.qodef-blog-holder article .qodef-post-date-inner .qodef-post-date-month{
    background: #21232C;
}
.qodef-blog-holder article.format-audio .mejs-container.mejs-audio{
    background: #1A1C23;
}
.qodef-blog-holder article.format-audio .mejs-container .mejs-controls .mejs-button.mejs-playpause-button{
    background: #21232C;
}
.qodef-blog-holder article.format-audio .mejs-controls .mejs-mute button:after{
    color: #EAEAEA;
}
.qodef-blog-holder article.format-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.qodef-blog-holder article.format-audio .mejs-controls .mejs-time-rail .mejs-time-current{
    background: #A1A1A1;
}
/* Blog - End*/

/*Pagination - Start*/
.qodef-pagination li a{
    background: #37393F;
    color: #ffffff;
}
.qodef-pagination li.active span,
.qodef-pagination li a:hover{
    background: #222838;
}
/*Pagination - End*/

/*Testimonials - Start*/
.qodef-testimonials .qodef-testimonial-text-top{
    background-color: #222838;
}
/*Testimonials - End*/

/*Back to Top - Start*/
#qodef-back-to-top > span.qodef-icon-stack{
    background-color: #37393F;
}
/*Back to Top - End*/