/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* Make the form a 2-column grid */
ul.cont_form_style {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
ul.cont_form_style p {
    margin-top: 0;
    margin-bottom: 0px;
}
ul.cont_form_style textarea {
    height: 100px;
}
/* Remove default <li> spacing */
ul.cont_form_style > li {
  margin: 0;
}

/* Full width fields */
ul.cont_form_style > li:nth-child(7)  /* Message */ {
  grid-column: 1 / -1;
}

/* Make inputs full width */
ul.cont_form_style input,
ul.cont_form_style select,
ul.cont_form_style textarea {
  width: 100%;
  box-sizing: border-box;
}

/* Optional: improve mobile layout */
@media (max-width: 768px) {
  ul.cont_form_style {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 801px) and (max-width: 930px){
	ul.cont_form_style {
    grid-template-columns: 1fr;
  }
}
.about_cont_pos {
	position: absolute !important;
  right: 0 !important;
  bottom: -60px !important;
  z-index: 999 !important;
}
.readmore-toggle {
	color:#ff9f1c;
}
.readmore-toggle:hover {
	color:#000;
}
.strong-view.wpmtst-default .wpmtst-testimonial-field {
    text-align: center !important;
}
.testimonial-name {
	font-size:20px;
	font-weight:600;
}
.strong-view.wpmtst-default div {
    text-align: center;
}
.wpmtst-testimonial-inner {
    border-radius: 10px;
}
.strong-view.wpmtst-default .wpmtst-testimonial {
    border: 0px solid #E6E6E6 !important;
}
.strong-grid {
  justify-content: flex-start !important;
  gap: 20px !important;
}

.strong-view.controls-style-buttons .wpmslider-start, .strong-view.controls-style-buttons .wpmslider-stop, .strong-view.controls-style-buttons .wpmslider-next, .strong-view.controls-style-buttons .wpmslider-prev {
    display: inline-block;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 20px;
    line-height: 45px !important;
    width: 45px !important;
    height: 45px !important;
    text-align: center !important;
    transition: all 0.2s ease;
    background-color: #ff9f1c !important;
    border-radius: 5px !important;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
    width: 30px !important;
    background: #fff !important;
    height: 30px !important;
    top: 6px !important;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
    background: #fff !important;
    width: 30px !important;
    height: 30px !important;
    top: 6px !important;
}
@media screen and (max-width: 600px) { 
.strong-view.controls-type-sides-outside {
  padding: 0 20px !important;
}
	.strong-content.strong-grid.columns-3 .wpmtst-testimonial {
  width: 100% !important;
}
}
@media only screen and (min-width: 601px) and (max-width: 900px){
	.strong-content.strong-grid.columns-3 .wpmtst-testimonial {
  width: 48% !important;
}
}
.cont_Txt_size .content-container {
	font-size:14px;
	line-height: 1.2;
}
.cont_Txt_size .heading {
  margin-bottom: 5px !important;
}
.services_box {
	padding:20px;
}
.services_box h2 {
	line-height:44px !important;
}
.services_box .content-box-column {
	margin-bottom:0px !important;
}
.img_cap_title .awb-imageframe-caption {
	 background: linear-gradient(0deg, hsla(208.8, 49%, 10%, 0.84) 50%, hsla(210, 50%, 10%, 0) 100%);
  opacity: 1;
}
.services_box_overlay .fusion-imageframe::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, hsl(210deg 50% 10% / 68%) 0%, hsla(210, 50%, 10%, 0) 100%);
    opacity: 1;
    transition: opacity 0.35s ease;
    z-index: 2;
    pointer-events: none;
}
.services_box_overlay .fusion-imageframe:hover::before {
    opacity: 1;
}
.slide_text_bg p {
	display: inline-block;
  background-color: #FFCC0036;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid #ff9f1c;
}
@media (max-width: 530px) {
	.top_contact .fusion-layout-column:nth-child(1), .top_contact .fusion-layout-column:nth-child(2), .top_contact .fusion-layout-column:nth-child(3){
		width:100% !important
	}
	.top_contact .fusion-layout-column:nth-child(1) .fusion-column-wrapper, .top_contact .fusion-layout-column:nth-child(2) .fusion-column-wrapper .awb-menu, .top_contact .fusion-layout-column:nth-child(3) .fusion-column-wrapper {
		justify-content: center !important;
	}
	.top_contact .fusion-layout-column:nth-child(1) .fusion-column-wrapper .fusion-image-element {
		text-align:center !important;
		margin-bottom:20px;
	}
	.top_contact .fusion-layout-column:nth-child(3) .fusion-column-wrapper {
		margin-bottom:20px;
	}
	.title_Fsize h1{
		font-size: 36px!important;
	}
}
@media only screen and (min-width: 531px) and (max-width: 1100px){
	.top_contact .fusion-layout-column:nth-child(1){
		width:33% !important;
	}
	.top_contact .fusion-layout-column:nth-child(2){
		width:12% !important;
	}
	.top_contact .fusion-layout-column:nth-child(3){
		width:55% !important;
	}
}
@media only screen and (min-width: 1101px) and (max-width: 1260px){
	.top_contact .fusion-layout-column:nth-child(1){
		width:50% !important;
	}
	.top_contact .fusion-layout-column:nth-child(2){
		width:100% !important;
		order: 1;
	}
	.top_contact .fusion-layout-column:nth-child(3){
		width:50% !important;
	}
}
@media only screen and (min-width: 801px) and (max-width: 900px){
	.about_sec_tab .fusion-layout-column:first-child{
		width:80% !important;
		margin-bottom:40px;		
	}
	.about_sec_tab .fusion-layout-column:nth-child(2){
		width:80% !important;
	}
}
@media only screen and (min-width: 901px) and (max-width: 1000px){
	.about_sec_tab .fusion-layout-column:first-child{
		width:60% !important;
		margin-bottom:40px;		
	}
	.about_sec_tab .fusion-layout-column:nth-child(2){
		width:60% !important;
	}
}
@media screen and (max-width: 800px) { 
	.about_sec_tab .fusion-layout-column:first-child{
		margin-bottom:40px;		
	}
}