/*!
Theme Name: Dustrix
Author: Modina Theme
Author URI: https://themeforest.net/user/modinatheme/
Theme URI: https://codexpeed.com/dustrix/
Description: Construction & Industry WordPress Theme
Version: 1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dustrix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Dustrix is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.header-1{background:#FEE12B;}
.header-1.sticky{background:#FEE12B!important;}
header.header-1 .main-menu ul > li > ul li a {
    display: block;
    color: #00235a!important;
    padding: 10px 24px;
    line-height: 1.5;
}
.mobile-nav .sidebar-nav .metismenu a:hover, .mobile-nav .sidebar-nav .metismenu a:focus, .mobile-nav .sidebar-nav .metismenu a:active {
    text-decoration: none;
    color: #f8f9fa;
    background: #0c2a8c!important;
}
header.header-1 .main-menu ul > li > ul li a:hover {
    display: block;
     color: #467dd2!important;
    padding: 10px 24px;
    line-height: 1.5;
}
.mobile-nav {  
    background: #00235a!important;
}
header.header-1 .main-menu ul > li > a {
    display: inline-block;
    font-weight: 700;
    text-transform: capitalize;
    color: #00235a;
    line-height: 1;
    padding-left:7px!important;
	padding-right:7px!important;
    overflow: hidden;
    text-align: left;
    position: relative;
	font-size:13px!important;
}
.main-menu ul{padding-left:0!important;}
.woocommerce-page div.product div.images {
    float: none!important;
    width: 50%!important;
    display: block!important;
    margin: 0 auto!important;
}
.woocommerce-page div.product div.summary {
    float: none!important;
    width: 100%!important;
    clear: none;
}
@media only screen and (max-width: 1280px) {
	header.header-1 .main-menu ul > li > a {
    display: inline-block;
    font-weight: 700;
    text-transform: capitalize;
    color: #00235a;
    line-height: 1;
    padding-left:9px!important;
	padding-right:9px!important;
    overflow: hidden;
    text-align: left;
    position: relative;
	font-size:12px!important;
}
}

@media only screen and (max-width: 1199px) {
	header.header-1 .main-menu ul > li > a {
    font-size: 11px!important;
}
}
 

	@media only screen and (max-width: 1024px) {
	header.header-1 .main-menu ul > li > a {
    display: inline-block;
    font-weight: 700;
    text-transform: capitalize;
    color: #00235a;
    line-height: 1;
    padding-left: 6px!important;
    padding-right: 6px!important;
    overflow: hidden;
    text-align: left;
    position: relative;
    font-size: 10px!important;
}
}
.contact-form input[type='submit']:hover {
    background: #00235a!important;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    padding: 25px 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 280px;
}

 
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450; /* Green */
}
 
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    color: #dc3232; /* Red */
}
 
.wpcf7 form.spam .wpcf7-response-output {
    color: #f56e28; /* Orange */
}
 
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #ffb900; /* Yellow */
}
#hamburger i {
    color: #000;
}
#scrollUp {
     background-color: #FFf!important;
	color:#000;
}
/*.preloader{
	position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background:#fcfcff;
z-index: 9999;
text-align: center;
}
.preloader-icon{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:50vw;
	height:50vh;
	background-image: url("https://www.shahaparibar.com/wp-content/uploads/2022/07/Shaha-Paribar.gif");
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}*/
header.header-1 .main-menu ul > li > ul {
	width : 200px;
	border-radius : 5px;
}
/************Add 21.10.2022 ****************/
header.header-1 .main-menu ul > li > a:hover{
	padding-top : 5px;
	text-decoration : underline;
	text-decoration-thickness: 3px;
}