p {
  font-size: 16px;
  line-height: 25px;
}

.q_icon_with_title .icon_text_holder h5.icon_title {
  padding-bottom: 12px;
}

.content .container {
  padding-bottom: 10px;
  font-weight: normal;
  text-align: left;
}

h5 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.portfolio_tags .category {
  color: #ff7e00;
}

.portfolio_categories .category {
  color: #ff7e00;
}

ul li {
  list-style-position: outside;
  margin-left: 1em;
  padding-right: 20px;
}

.gsection_description {
  font-size: 26px;
}

.gform_wrapper .top_label .gsection_description {
  font-size: 16px;
}

/* Override gravity form element styles: Input field border */

body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  border: 1px solid #ff7e00!important;
}

/* Override gravity form: required asterix */

.gfield_required {
  color: #ff7e00!important;
}

/* Override gravity form: Submit Button */

#gform_submit_button_2.gform_button.button {
  background-color: #ff7e00;
  color: #ffffff;
  border-width: 0px;
}

#gform_submit_button_2.gform_button.button:hover {
  background-color: #000;
  color: #fff;
}

/* form placeholder overrides - have to use !important or this doesn't work */

::-webkit-input-placeholder {
  /* Chrome */
  color: #d2d2d2 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #d2d2d2 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d2d2d2 !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #d2d2d2 !important;
  opacity: 1 !important;
}

/* Update Contact Us: Message Input font */

#input_2_4.textarea.medium {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}

/* Change Application form Budget Field */

#input_1_6.medium.gfield_select {
  font-family: Montserrat;
  font-size: 15px;
}
footer .column1 {
	top: 0 !important;
}
.column1.footer_bottom_column p {
	color: #ff7e00;
}
.footer_bottom_column p a:hover {
	color: #fff;
	transition: all 0.3s ease 0s;
}
.footer_bottom_column p a {
	transition: all 0.3s ease 0s;
}
.page-id-17231 .column2 p a, .page-id-449 .column3 p a{
  color: #fff;
}

/*----29.05.23-----*/
.testimonials_holder .flex-direction-nav a{
		border:1px solid #000 !important;
	
}
.testimonials_holder.light .flex-direction-nav a::before{
		color:#000;
}
@media (max-width: 575.98px) {
		.more_facts_button .more_facts_button_text {
			padding: 0 25px;
		}
}