/*
Theme Name: Avo Child
Author: ThemesCamp
Author URI:  http://themeforest.net/user/themescamp
Theme URI: http://themeforest.net/user/themescamp/portfolio
Template: avo
Description: This is child theme for Avo Theme.
Version: 1.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: avo-child
Tags: one-column, two-columns, right-sidebar,custom-colors,featured-images
*/

body.avo-dark-mode {
    color: #c8c8c8;
    background-color: transparent;
    background-image: url(http://joshiachyut.com/wp-content/uploads/2021/09/BG-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
body section {
    background-color: transparent !important;
}
body section.about{
	background-color:#000 !important
}
span.wpcf7-form-control-wrap.your-message {
    margin-bottom: 45px;
}
/*Header CSS*/

body .custom-absolute-menu .stuck-nav > .container-fluid {
    border-bottom: 1px solid #ffffff00 !important;
	width: 1200px !important;
    margin: 0 auto !important;
}
.avo-mode-switcher.cursor-as-pointer.hidden-xs.hidden-sm.dark {
    display: none !important;
}
/*Stickey Header CSS*/
body.avo-dark-mode .header .is-stickey .stuck-nav {
    background: #000 !important;
    box-shadow: 0 0 5px 0 #000 !important;
}
body.avo-dark-mode .post-list.style-3 .cont {
    background: #000;
}

/*Service CSS*/
body .filtering.text-center.col-12{
	display:none !important;
}
body.avo-dark-mode .info-box.style-5 {
    background: #000 !important;
}
