/*
Template:       finbuzz
Theme Name:     Finbuzz Child Theme
Theme URI:      http://radiustheme.com/demo/wordpress/themes/finbuzz
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Finbuzz is an Responsive Software & IT Solutions WordPress Theme.
Version:        1.1
Text Domain:    finbuzz
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
License:   	  Envato split License
License URI:  https://themeforest.net/licenses/terms/regular
*/

/* @import url("../finbuzz/style.css"); */

/* Site Custom Colors */
:root {
    --rt-primary-color: #d4a017;
    --rt-secondary-color: #e6c788;
}

/*Increase Header Logo Size to max 200px*/
.site-header .site-branding a img {
    max-width: 200px;
    width: 100%;
}

.rt-sticky .site-branding .dark-logo img {
    max-width: 200px;
}

/*Increase Footer Logo Size to width 200px and max 100%*/


/* Sticky Header */
.header-menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    transition: all 0.3s ease-in-out;
    background-color: #0B1F3A;
}

.header-number .media .media-body .item-label {
    font-size: 14px;
    color: #fff;
    margin-bottom: -6px;
}

.header-style-1 ul.info-wrap .header-number .media .media-body .item-number {
    color: #D4A017;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    display: block;
}

/* Active Header Item Color */
.site-header .main-navigation ul.menu>li.current-menu-item>a,
.site-header .main-navigation ul.menu>li.current>a {
    color: #D4A017;
    position: relative;
}

/* Inactive Header Item Color */
.site-header .main-navigation nav ul li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    padding: 40px 13px;
    text-transform: capitalize;
    font-family: "Source Sans Pro", sans-serif;
    transition: all 0.3s ease-in-out;
}

/* Mobile Header Color */
.mean-container .mean-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0B1F3A;
    border-bottom: 1px solid rgba(181, 181, 181, 0.3);
    float: none;
    position: relative;
    padding: 15px 15px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s linear;
}

.mean-bar .sidebarBtn .bar {
    background: #D4A017;
    height: 2px;
    width: 25px;
    display: block;
    margin-bottom: 3px;
    transition: all ease 0.31s;
}

.site-header .main-navigation nav ul li a:hover {
    color: #D4A017;
}

.rt-sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 12px 12px 0 rgb(0 0 0 / 16%);
    min-height: 65px;
    background-color: #0B1F3A;
}

.site-header .rt-sticky .main-navigation ul.menu>li.current-menu-item>a {
    color: #D4A017;
}

/* Title Text Button Color */
.title-text-button .section-title {
    font-size: 36px;
    color: #0b1f3a;
    line-height: 44px;
}

/* Services Button*/
.service-grid-layout9 .portfolio-btn a {
    color: #fff;
    background-color: #d4a017;
    padding: 15px 30px 15px 30px;
	border: none;
    border-radius: 50px;
}

.service-grid-layout9 .portfolio-btn a:hover {
    color: #d4a017;
    background-color: #fff;
}

.service-grid-layout9 .content-footer p {
    color: #fff;
    margin: 10px 0px 30px 0px;
}

/* Call Back Form Colors*/
.elementor-3591 .elementor-element.elementor-element-35fc942 > .elementor-widget-container {
    padding: 50px 50px 50px 50px;
    background-color: #0B1F3A;
}

.elementor-3591 .elementor-element.elementor-element-35fc942 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit {
    background-color: #D4A017 !important;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 4px 4px 4px 4px;
    padding: 18px 34px 18px 34px;
}

/* Footer*/
.rt-footer-dark {
    background-color: #0B1F3A;
}

/*Video Play Button*/
.rt-video .play-btn {
    padding: 15px 30px 15px 23px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background-image: linear-gradient(to right, #D4A017, #D4A017);
    border: none;
    border-radius: 50px;
    box-shadow: 0 6px 27px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
}

/*Banner content position*/
.banner-content {
	position: relative;
	z-index: 2;
	top: 15vh;
}

.elementor-3591 .elementor-element.elementor-element-86a8faf {
	width: 100%;
	opacity: 0;
	background-color: transparent;
}

.elementor-3591 .elementor-element.elementor-element-193627f > .elementor-widget-container {
	background-color: #FFFFFF00;
	opacity: 0;
}


/*info style 1*/

.info-box.info-style1 .info-item {
    display: flex;
    background-color: #0b1f3a;
    border-radius: 4px;
}

/* Footer change*/
#footer-8 .footer-top {
    padding-top: 90px;
    margin-top: 0px;
    padding-bottom: 64px;
}

/*Map icon*/
.fa, .fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #ffeecb;
}

.country-location .location-item .map-icon ul li:before {
    content: "";
    width: 39px;
    height: 16px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    left: -8px;
    box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.41);
    z-index: -1;
    animation: pulse infinite 3s;
}

.elementor-9227 .elementor-element.elementor-element-5f9c144 img {
    width: 100%;
    border-style: none;
    object-fit: cover;
}

/* Remove background colour from explainers section*/
.rt-fin-blog-wrap.style-2 {
	background-color: transparent;
}

