/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.pad{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pad-b{
    padding-bottom: 100px;
}
.pad-t{
    padding-top: 100px;
}
.whb-header,
.site-content{
    margin-bottom: 0 !important;
}
.main-page-wrapper{
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.whb-main-header .container{
    max-width: 1536px !important;
}
.head-phone a{
    font-size: 30px;
    color: #000080;
    font-weight: 500;
	font-family: 'Oswald', sans-serif;
}
.head-phone a img{
    margin-right: 10px;
    margin-bottom: 4px;
}

.contact-info .elementor-icon-box-icon{
    margin-top: 10px;
}
.contact-form p{
    margin-bottom: 0;
}
.contact-form input,
.contact-form textarea{
    width: 100%;
    height: 60px;
    border: 2px solid #373788;
    margin-top: 30px;
    color: #fff;
    outline: none;
}
.contact-form input[type="text"]{
    margin-top: 0;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder{
    color: #bababa;
}
.contact-form input:focus,
.contact-form textarea:focus{
    border: 2px solid #bababa;
}
.contact-form button{
    margin-top: 30px;
    border: 2px solid #ffff00;
    font-family: "Oswald", Sans-serif;
    font-weight: 500;
    min-width: 160px;
}
.contact-form button:hover{
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.pro-list ul li:first-child span{
    color: #fff !important;
    font-weight: 500 !important;
}
.port-box .info{
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.port-box .info .content{
    display: none;
}
.port-box:hover .info .content{
    display: block;
}
.port-box::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
	transition: all .5s ease;
}
.port-box:hover::after{
	background: rgba(0,0,0,0.6);
}
.service-box::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ffff00;
    opacity: 0;
    transition: all .5s ease;
}
.service-box:hover::after{
    opacity: 1;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}
.service-box h5 a{
	font-family: 'Inter', sans-serif;
	font-weight: 500;
}
.wd-slide-container{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}



@media (max-width:767px){
    .pad{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pad-b{
        padding-bottom: 40px;
    }
    .pad-t{
        padding-top: 40px;
    }
}