/**
Theme Name: Conbix Child
Author: ThemeOri
Theme URI:    http://example.com/conbix-child/
Author URI: https://themeforest.net/user/themeori/
Description: Child theme for the Conbix theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: conbix-child
Template: conbix
*/
/*==========================================================================
Conbix Color CSS
==========================================================================*/
:root {
    --body-font: 'Manrope', sans-serif;
    --heading-font: 'Urbanist', sans-serif;
    --text-white: #FFFFFF;
    --bg-white: #FFFFFF;
    --btn-white: #FFFFFF;
    --border-white: #FFFFFF;
    --black: #000000;
    --primary-color-1: #F94C30;
    --primary-color-2: #FCA028;
    --primary-color-3: #406AFF;
    --bg-heading-color: #112649;
    --text-heading-color: #131313;
    --btn-heading-color: #131313;
    --body-color: #343434;
    --dark-one: #1C1E22;
    --dark-two: #222429;
    --color-1: #1D2122;
    --color-2: #676767;
    --color-3: #999999;
    --color-4: #CCCCCC;
    --color-5: #F1F8FB; 
    --color-6: #F4F4F4;
    --color-7: #FEDBD6;
    --color-8: #E8E8E8;
    --color-9: #F2F6F9;
    --color-10: #ECECEC;
    --color-11: #2B2B2B;
    --color-12: #FEE3BF;
    --color-13: #CFCFCF;
    --color-14: #FDC67E;
    --color-15: #ACBDF8;
    --color-16: #E1E1E1;
    --color-17: #feedea;
    --color-18: #151718;
    --color-19: #3B3838;
    --color-20: #808287;
    --color-21: rgba(34, 36, 41, 0.5);
    --border-color-1: #E7E7E7;
    --border-color-2: #E9E9E8;
    --border-color-3: rgba(19, 19, 19, 0.1);
    --border-color-4: rgba(19, 19, 19, 0.06);;
    --box-shadow-1: 0px 25px 70px rgba(0, 0, 0, 0.08);
    --box-shadow-2: 0px 10px 70px rgba(0, 0, 0, 0.1);
}
@import url("../conbix-child/style.css");
 --bg-heading-color: #112649 !important;
.contact__four-info:hover {
    background: aliceblue !important;
}
@media (max-width: 767px)
{
.header__area-menubar-left-logo a img {
    max-width: 215px !important;
}
}
.page__banner::after {
       background-image: url(https://dhyaniweb.com/wp-content/uploads/2023/10/Background.png) !important;
 }