/*!
Theme Name: Edwom Tech Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: edwom_tech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.further_sub .dropdown-menu {
    left: 30px;
    top: 35px;
}
.mobile-nav
{ z-index: 0 !important;}
.widget_nav_menu div ul { padding: 0;}
.widget_nav_menu div ul li {
    list-style: none;
}
nav {
	z-index:20 !important;
}

.wpcf7 form.sent .wpcf7-response-output {text-align:center;}

/*#wpadminbar{display:none;}*/
@media screen and (max-width: 600px)  {
.contractor_para p {
    padding: 0px 15px !important;
}

  .mobile-nav
{
    z-index: 999999999 !important;
    top: 100%;
}
	.new_chat_box .input_main .form-control { width:90%;}
	div.wpcf7 .ajax-loader { display:none;}
   
}

/*--New CSS--*/

.our_promise ul li , .our_vision ul li {
    font-weight: 300;
    font-size: 18px;
    margin-top: 0;
    color: #fff;
}
.our_promise ul ,.our_vision ul {
    padding: 0px 25px !important;
}


.contractor_btn_dark a:hover {
    background-color: #fff !important;
    color: #0c212c !important;
    transition: 1s;
}

.contractor_btn_dark a {
    background-color: #0c212c !important;
    transition: 1s;
	width: 25%;
}


element.style {
}
.contractor_btn_light a:hover {
    background-color: #fff !important;
    color: #111c8c !important;
    transition: 1s;
}
.contractor_btn_light a {
    background-color: #111c8c !important;
    transition: 1s;
    width: 25%;
}

.contractor_slider .flex-direction-nav {
    display: none !important;
}
.contractor_slider .flex-control-paging {
    display: none !important;
}
.contractor_slider .flex-caption {
    background: none !important;
}

.contractor_slider .flexslider{box-shadow:none !important;}

.boxes{ 
/* height: 344px; */
display: block;
position: relative;
overflow: hidden;
}

.boxes .vc_figure-caption, .boxes h2{
    position: absolute;
    bottom: 0;
    min-height: 45px;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #181818e0;
    z-index: 11;
    text-transform: uppercase;
    padding: 10px 15px;
	margin:0;
    letter-spacing: 2px;
    line-height: 24px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.boxes:hover h2
{
	 min-height: 90px;
}

.footer_contact a {
    color: #717171;
    transition: 0.5s;
}

.footer_contact a:hover {
    color: #fff;
    transition: 0.5s;
}

