/*------------------------------------------------------------------------------------- 
Theme Name:		 Konstic Child Theme
Theme URI:		 http://gramentheme.com/wp/konstic/
Description:	 Konstic - Construction WordPress Theme
Author:			 Gramentheme
Author URI:		 https://themeforest.net/user/gramentheme
Template:		 konstic
Version:		 1.0.0
Text Domain:	 konstic-child-theme
-------------------------------------------------------------------------------------*/
/*
    Please Add your custom styles here
*/

.search-trigger.search-icon{
    display:none;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 16px;
    font-weight: 600;
    text-transform: inherit;
}

.header-new .header-main {
    padding: 10px 0;
}

/*header.header-section-new > .container-fluid {*/
/*    background: #fceee3;*/
/*}*/

.header-new.sticky .header-main {
    padding: 10px 50px;
}

/*.header-main .main-menu ul li a {*/
/*    color: #fff;*/
/*}*/

/*.header-main .logo img {*/
/*    max-width: 180px;*/
/*}*/

/*.header-new.sticky .header-main{*/
/*    background: #fceee3;*/
/*}*/

/*.fa-search:before {*/
/*    color: #fff;*/
/*}*/

/*.fa-bars:before {*/
/*    color: #fff;*/
/*}*/

.header-button .theme-btn{
    background-color: #ec6e00;
}

.about-wrapper .about-image .about-image-2 .video-box{
    display: none;
}

p {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .header-main .logo img {
        max-width: 130px;
    }
}