/*
 Theme Name:   CFIT Child  
 Theme URI:    #
 Description:  This is a child theme for CFIT - WordPress Theme
 Author:       Codeflash
 Author URI:   #
 Template:     cfit
 Version: 1.0.2
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  cfit-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 


.icon-masking .mask-icon{
	background: none;
	width: 250px;
}

.icon-masking, .header-logo img{
    width: 200px;
}

.header-layout23 .menu-area {
    max-width: 1400px;
    padding: 5px 24px;
    margin-top: 20x;
}

:root {
  --theme-color : #007bcf !important;
  --theme-color2 : #2ab82f !important; 
}

body {
		&.theme1, &.theme2 {
		--theme-color: #007BCF;
		--theme-color2: #2ab82f;
}
	
/* Services Box */
.service-box2:before{
	background-color: #ecf3f8; 
}
.service-box2:after {
	background-color: #007bcf; 
}

.service-box2 .icon-btn {
	background-color: #ecf3f8; 
}
.service-box2 .icon-btn:hover  {
	background-color: #007bcf; 
}

/* Services Box End */

/* Footer CSS */
.shadow-title {
    font-size: 40px; 
}
/* End Footer CSS */

/* Slide In From The Top Option */

.header-2 {
 transform: translatey(-100px);
 -moz-transition: all 1.3s ease!important;
 -webkit-transition: all 1.3s ease!important;
 transition: all 1.3s ease!important;
 width: 100%!important;
}

.elementor-sticky--effects.header-2 {
    height: auto !important;
    transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
 display: none!important;
}
/* End Of Slide In From The Top Option */