/*
Theme Name: Forbiz
Text Domain: Custom Theme
Version: 1.0
Tested up to: 1.0
Requires at least: 4.7
Requires PHP: 7.4
Description: Customized Theme for Wordpress
Author: Canisys
Author URI: https://dtgallery.net/
Theme URI: 
*/

html,body{
	margin:0px;
	padding:0px;
	overflow-x:hidden;
}

h1 ,h2,h3,h4,h5,h6,h7,p{
	margin:0;
	padding:0px;    
}
.header{
	transition:all 500ms ease;
}
.hfe-flyout-wrapper .hfe-side {
	display:block !important;
	transition:all 300ms ease;
}
.header .current-menu-item a{
	font-weight:700 !important;
}
.wpcf7 {
	font-family: "Red Hat Display", Sans-serif;
}
.wpcf7 input:not(input[type="submit"]) ,
.wpcf7 textarea{
    padding: 14px;
    border: none;
    outline: none;
    width: 100%;
    box-sizing: border-box;
	font-family: "Red Hat Display", Sans-serif;
	font-size:14px;
	background:#f4f4f6;
}
.wpcf7 textarea{
	height:150px;
	max-width:100%;
	min-width:100%;
}
.form-button{
	all:unset;
	background-color: #447BBD;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #447BBD;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 34px 15px 35px;
	cursor:pointer;
	margin-top:35px;
}
.text-center{
	text-align:center;
}
.up-arrow{
	position:relative;
	width:25px;
	height:2px;
	background:#447bbd;    
	rotate: -45deg;
	transition:all 300ms ease;
}
.up-arrow::after{
	position:absolute;
	content:"";
	right:0;
	width:15px;
	height:15px;
	border-right:2px solid #447bbd;
	border-top:2px solid #447bbd;
	top: -6px;
    rotate: 45deg;
}
.service_item:hover .up-arrow{
	transform:translate(10px);
}
.service_item {
    aspect-ratio: 1 / 1.2;
}
.social_media_icons .elementor-social-icon{
	border: 1px solid #cbcbcb;
}
@media screen and (min-width:768px){
	.flex-box{
		display:flex;
		gap:30px;
	}
	.flex-box > lable{
		width:50%;
	}
}
@media screen and (min-width:1500px){
	.bg-img img{
		width:1600px !important;
	}
	.bg-img{
		top:-22% !important;
	}
}

/* Page styles */
.banner_title h1{
	font-family: "Red Hat Display", Sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 50px;
    color: #fff;
}
.banner2_title h1{
	font-family: "Red Hat Display", Sans-serif !important;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 70px;
    color: #fff;
}
.button a{
	background-color: #447BBD;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px;
    border-color: #447BBD;
    border-radius: 0px;
    padding: 15px 34px 15px 35px;
}
.text-sm p{
	font-family: "Red Hat Display", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    color: #555555;
}
.text-base p{
	font-family: "Red Hat Display", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
}
.img-title *{
	font-family: "Red Hat Display", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #000000;
}
.sub-title *{
	font-family: "Red Hat Display", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #447BBD;
}
.title {
    font-family: "Red Hat Display", Sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    color: #000000;
}
@media screen and (min-width:768px) and (max-width:1025px){
	.banner_title h1{
		font-size: 35px;
		line-height: 45px;
	}
	.title {
		font-size: 33px;
		line-height: 43px;
	}
	.banner2_title h1{ 
		font-size: 55px; 
		line-height: 65px; 
	}
}
@media screen and (min-width:768px){
	.banner_title h1{
		font-size: 30px;
		line-height: 40px;
	}
	.banner2_title h1{ 
		font-size: 50px; 
		line-height: 60px; 
	}
	.imgbox-title{
		font-size:22px;
	}
	.title {
		font-size: 30px;
		line-height: 40px;
	}
}
@media screen and (min-width:1025px){
	.absolute_container{
		position:absolute;
		right:0;
		width:50%;
		top:0;
		bottom:0;
		height:100%;
	}
	.hightlights_section > div{
		min-height:350px;
	}
	.map_container > div{
		min-height:400px !important;
	}
	
}

.mPS2id-highlight{
	color:#447BBD !important;
	font-weight:700 !important;
}

.page-id-12 .hfe-nav-menu a:not(.mPS2id-highlight) {
  color: black !important;
  font-weight: 500 !important;
}
.contact_form input:not(input[type="submit"]),.contact_form textarea{
	background:white !important;
	border:1px solid lightgray !important;
}
.contact_form .form-button{
	text-transform:uppercase;
	display:block;
	margin-left:auto;
}
.wpcf7-not-valid-tip{
	margin-top:8px;
}















