/*---------------------------------------------------------------------------------
 Theme Name:   On-Site-Insights
 Theme URI:    https://www.fxvisuals.com/
 Description:  A custom theme for On-Site-Insights.com. Powered by fxVisuals.com
 Author:       fxVisuals
 Author URI:   https://www.fxvisuals.com/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 
------------------------------ ADDITIONAL CSS HERE ------------------------------*/ 
html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5{
	text-transform: capitalize;
}
.yellow-button{
	background: #0a2a4a;
    color: #fff !important;
	text-transform: capitalize;
}
.yellow-button:hover{
	  background-color: #00b0db !important;
}
.banner-badge .et_pb_icon_list_item{
	align-items: baseline !important;
}
.banner-badge .et_pb_icon_list_item .et-pb-icon{
	 margin-top: 0px !important;
}
.button-div .et_pb_button_module_wrapper{
	height:100%;
}
.button-div .et_pb_button_module_wrapper a{
	align-content: center;
}
.banner-column{
	padding:100px 8%;
}
.yellow_button{
	color:#fff !important;
	background-color:#00b0db;
}
.yellow_button:hover{
	background-color:transparent !important;
	color: #fff !important;
    border-color: #00afd9 !important;
}
.white_button{
	color:#0a2a4a !important;
	background-color:#fff;
}
.white_button:hover{
	background-color: transparent !important;
    color: #fff !important;
    border-color: #00afd9 !important;
}
.small-text p{
	color:#00b0db;
}


.accepting-heading h2{
	padding-bottom: 3px;
}
.accepting_pilot_row_content .et_pb_column .et_pb_blurb_content .et_pb_heading_container .et_pb_module_header{
	padding-bottom: 5px !important;
}
.mail-blurb .et_pb_blurb_content{
	margin: 0;
}
.mail-blurb .et_pb_blurb_content .et_pb_blurb_container{
	padding-left: 5px;
    align-items: center;
    align-content: center;
}
.mail-blurb .et_pb_blurb_content .et_pb_module_header{
	padding-bottom: 0 !important;
}
.dark_white_button{
	color:#fff !important;
	background-color:#0a2a4a;
}
.dark_white_button:hover{
	background-color:#fff !important;
	color:#0a2a4a !important;
}
.white_dark_button{
	color:#0a2a4a !important;
	background-color:#fff;
}
.white_dark_button:hover{
	background-color:#0a2a4a !important;
	color:#fff !important;
}
.process-bar .et_pb_blurb_description h6{
	font-family: 'Nunito Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    color: #000000 !important;
    font-size: 22px;
    line-height: 1.1em;
}
.coppy-text a {
    color: #00b0db;
    text-decoration: underline;
}
.coppy-text a:hover {
    color: #fff;
}
.process-bar .et_pb_blurb_content{
	margin:0px
}
.moning-blurb .et_pb_blurb_content{
	--vertical-gap: 20px;
}
#mobile_menu1{
  padding:0px;
  border-top: 3px solid #00b0db;
}
.header-menu .et_pb_menu_inner_container{
  display:block;
}
.logo-div{
  width:310px;
}
.form-div{
	display: flex;
    flex-wrap: wrap;
    gap: 15px;
	width:100%;
}
.form-div .half-form{
	width:48.3%;
}
.form-div .full-form{
	width:100%;
}
.form-div .full-form select{
	width:100%;
}
.form-div .full-form textarea{
	max-height: 100px;
}
.wpcf7-not-valid-tip{
	background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 3px 10px;
    margin-top: 3px;
}
.others-input{
	margin-top:10px !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0em 0em 0em;
}
.observe-section::before{
	content:"";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
background: linear-gradient(55deg, transparent -80%, #009ac0 50%);
transform: skew(-35deg) translateX(32%);
    transition: .9s cubic-bezier(.19, 1, .22, 1);
}
#menu-header-main-menu .contect-menu a{
	color: #0a2a4a !important;
}
#menu-header-main-menu .contect-menu a:hover{
	color: #00b0db !important;
}
#mobile_menu1 .contect-menu a{
	color: #0a2a4a !important;
}
#mobile_menu1 .contect-menu a:hover{
	color: #00b0db !important;
}
.policy-content p a{
	color: #00b0db;
}
.policy-content p a:hover{
	color: #000;
}
.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
    font-size: 45px !important;
}

@media (max-width:1439px){
	.observe-section::before {
		transform: skew(-28deg) translateX(27%);
	}
}
@media (max-width:1230px){
  .logo-div {
    width: auto;
}
}
@media (max-width:1030px){
	.form-div .half-form {
		width: 48%;
	}
}
@media (max-width:530px){
	.form-div .half-form {
		width: 100%;
	}
}

@media (max-width:980px){
	.banner-column {
		padding: 50px 15px;
	}
	.footer_menu .menu {
		justify-content: center;
	}
	.header-menu .et_pb_menu_inner_container {
		display: flex !important;
	}
}
@media (max-width:390px){
	.cf-turnstile iframe{
		width:100% !important;
	}
}
