/*
Theme Name: Gactur Child
Author: ThemesCamp
Author URI:  http://themeforest.net/user/themescamp
Theme URI: http://themeforest.net/user/themescamp/portfolio
Template: gactur
Description: This is child theme for gactur 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: gactur-child
Tags: one-column, two-columns, right-sidebar,custom-colors,featured-images
*/
body.home {
    background: #000;
}
.tcg-nav .fat-nav {
    height: 100vh;
    position: fixed;
    right: 0;
    transform: translateX(100%);
    left: auto;
    display: block !important;
	opacity:1 !important
}
.tcg-nav .fat-nav.active {
    transform: translateX(0px);
    display: block !important;
	opacity:1 !important
}
.service-page-list .elementor-icon-list-item .elementor-icon-list-icon {
    order: 1;
    margin-left: auto;
}
#siteheader {
    position: fixed !important;
    top: 0;
    width: 100%;
    transition: all 0.4s;
}
.hsticky #siteheader {
    padding-block: 20px !important;
}
@media (max-width:1024px) {
    html .order-mb-1 {
        order: 1 !important;
    }
}
@media (max-width:767px) {
    .hsticky #siteheader {
        padding-block: 4px !important;
    }
}