/*!
Theme Name: Reem Holding
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reem-holding
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.

Reem Holding 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/
*/
/* body #main-page-wrapper{
	overflow: initial;
} */

.header .nav-section a{
    font-size: 14px;
    color: #000;
    padding: 15px 15px;
}

.header .menu-item-has-children ul.sub-menu {
    display: none;
    padding: 5px 0px;
    position: absolute;
    background-color: #f5f5f5;
    min-width: 160px;
    z-index: 1;
    font-size: 12px;
    box-shadow: rgba(17,17,26,.05) 0px 1px 0px,rgba(17,17,26,.1) 0px 0px 8px
}

.header .menu-item-has-children ul.sub-menu a {
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
    display: block
}

.header .menu-item-has-children ul.sub-menu a:hover {
    background-color: #000;
    color: #fff
}

.header .menu-item-has-children:hover ul.sub-menu {
    display: block
}

.header .nav-section .nav-link.nav-btn a{
	color: #fff !important;
}
.header .nav-section .nav-link.nav-btn {
    padding: 1px 10px;
    margin-left: 15px;
    background: #000;
    color: #fff !important;
}

.contact-us-v2 p span{
	background: none !important;
	width: initial !important;
	display: initial !important;
}


.contact-us-v2 form textarea{
	margin-top: 0px !important;
	columns: 40;
	rows:4;
}
.sidenav .side-menu a{
	width: 100%;
}

.news-left-side .float-left img{
	height: 380px !important;
	object-fit: cover !important;
}
.news-right-side .single-news-post .img img{
	height: 200px !important;
    object-fit: cover !important;
    width: 100%;
}

.sidebar-recent-post .single-img .img img{
    height: 100px !important;
    object-fit: cover !important;
}
.page-banner-wrapper .theme-logo img {
    object-fit: contain;
}
@media (max-width: 767px){
.page-banner-wrapper .theme-logo {
    margin: 0 auto;
    left: 0;
    right: 0;
}
	
}
.contact-us-v2 form button {
 	 background: #292929 !important;
    color:  #efeeee !important;
}
.contact-us-v2 form button:hover {
 	 background: #efeeee !important;
    color:  #292929 !important;
}
.services-btn{
	 background: #292929;
    color: #efeeee;
    padding: 10px 20px;
    margin: 15px 0px;
}
.services-icon{
	 width: 40px;
    height: auto;
    margin: 14px 0px;
}

@media only screen and (max-width: 450px) {

    #service-section .single-service-item.float-left h3:before,
    #service-section .single-service-item.float-right h3:before {
        display: none
    }

    #service-section .single-service-item.float-left,
    #service-section .single-service-item.float-right {
        padding-left: 0px;
        padding-right: 0px
    }

    #service-section .single-service-item h3 {
        margin: 0px 0 12px 0 !important
    }

    #service-section .single-service-item h3 a {
        font-size: 16px
    }
	#service-section .service-content-wrapper {
		padding:15px;
	}
		
}
@media (max-width: 768px ){
	.image-gallery-wrapper2 .grid-item.grid-level-third {
		width:100% !important;
	}
}