/* Header */

.main-header-menu .sub-menu .menu-link {
    padding: .5em 1em;
}

li.menu-item ul.sub-menu li a.menu-link {
    color: #000000 !important;
}

li.menu-item ul.sub-menu li a.menu-link:hover {
    color: #f3882d !important;
}

.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link {
    color: #f3882d !important;
}

/*  Home Page  */
span.hero-section-hedding {
    color: #F3882D;
}

/* Contact Form */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #f9fbfd;
  margin-bottom: 15px;
}

.wpcf7 input[type="submit"] {
  background: linear-gradient(135deg, hsl(186, 80%, 45%) 0%, hsl(194, 75%, 35%) 100%) !important;
  color: white;
  font-weight: bold;
  border: none;
  padding: 14px 30px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #0f6783;
}

.contactt-form-shott-codee .elementor-shortcode span input {
    margin-bottom: 0px !important;
	height: 50px !important;
}

.contactt-form-shott-codee .elementor-shortcode select {
    margin-bottom: 0px !important;
	height: 50px !important;
	color: #475569a1 !important;
}

.contactt-form-shott-codee .elementor-shortcode span textarea {
    height: 100px !important;
    margin-bottom: -5px !important;
}

.contactt-form-shott-codee .elementor-shortcode input.btn.btn-primary {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
	margin-bottom: -15px;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin-top: -25px;
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 6px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    margin-top: -25px;
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 6px;
}

.wpcf7-spinner {
    margin-bottom: -20px;
}

.con-phone-email p.elementor-icon-box-description a {
    text-decoration: none;
    color: #65758b;
}


 
/* Single Post  */









@media all and (min-width:921px) and (max-width:1024px) {
	.ast-theme-transparent-header .main-header-bar {
		background: none;
		padding: 0px !important;
	}
	
	#masthead .ast-container {
		max-width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	
	
}









