/*
Theme Name: Western Gulf
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

body:not(.template-slider) #Header {
    min-height: auto;
}

#Top_bar .menu > li > a{
	text-transform: uppercase;
}

/*.page-id-13 {
	background:url(https://westerngulf.helloanees.com/wp-content/uploads/2023/08/home.jpg) no-repeat;
}

#Wrapper, #Content, .header-split #Top_bar, #Header_wrapper, #Intro{
	background: transparent!important;
}*/

.object-fit{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.object-fit img{
	width:100%;
	height: 100%;
	object-fit: cover;
}

.border-list ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.border-list ul li {
    padding: 10px 24px;
    margin-bottom: 0px;
    position: relative;
    border-right: 1px solid #52A695;
}
.border-list ul li:last-child{
	border-right: 0px;

}
.main-contact {
    display: flex;
    flex-wrap: wrap;
}
.contact-col-2 {
    width: 48%;
    margin: 0px 2% 0px 0px;
}
.contact-col-full {
    width: 98%;
}
.contact-from-section{
    background: linear-gradient(355deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(175deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), url(/wp-content/uploads/2023/08/Rectangle-4.png), lightgray 50% / cover no-repeat;
    /* opacity: 0.1; */
}
.contact-from-section input,
.contact-from-section textarea{
	box-shadow: none !important;
	color: #222;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.contact-from-section input:not(input[type="submit"]),
.contact-from-section textarea{
	border: 0px !important;
	border-bottom: 1px solid #1A1A1A !important;
	background: transparent !important;	
}
.contact-from-section .wpcf7-submit{
    color: #52A695 !important;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 36px;
    border-radius: 24px !important;
    border: 1px solid  #52A695 !important;
    background: transparent !important;
}
.tabs-section{
	background: linear-gradient(358deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(179deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), url(/wp-content/uploads/2023/08/Rectangle-4.png), lightgray 50% / cover no-repeat;
}
.main-col-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.col-md-6{
	width: 50%;
}
.col-md-6 {
    width: 48%;
    margin: 0px 1%;
}
.main-col-section h2{
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #222222 !important;
}
.main-col-section ul{
	margin: 0px !important;
}
.main-col-section ul li,
.main-col-section p{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.4px;
	color: #222222 !important;
}
.main-col-section .content-image-col .col-md-inner{
	text-align: center;
}
.full-border{
	border: 1px solid #222 !important;
}