.page-id-1143 #main-header{
	background-color: transparent !important;
}

.page-id-1143 #mobile-header{
	background-color: transparent !important;
}

.ofh{
	overflow: hidden !important;
}
.page-id-1014 #main-header{
	background-color: transparent !important;
}

.page-id-1014 #mobile-header{
	background-color: transparent !important;
}

.page-id-1086 #main-header{
	background-color: transparent !important;
}

.page-id-1086 #mobile-header{
	background-color: transparent !important;
}



.home #main-header{
	background-color: transparent !important;
}

.home #mobile-header{
	background-color: transparent !important;
}

#top_form fieldset {
    display: flex;
}

#top_form .ff-t-container.ff-column-container.ff_columns_total_3 {
    margin-left: 15px;
    margin-right: 15px;
}

#top_form .frm-fluent-form .ff-t-container input {
    width: 140px;
	margin-top: 1.5px;
}

#list-form label.ff-el-form-check-label {
    font-size: 20px;
    line-height: 1.5;
    font-family: "Rosario", Sans-serif;
    font-weight: 600;
}

/* #list-form button.ff-btn.ff-btn-submit {
	display: none !important;
}
 */

/* home hero mark */
.hero-text-underline span{
    position: relative;
    z-index: 3;
}
.hero-text-underline span:after{
    position: absolute;
    content: '';
    bottom: 15px;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #EAC28E;
    border-radius: 10px;
}
/* home hero mark */

/* News Loop Card start */
.news-loop-card:hover img{
    transform: scale(1.2);
    transition-duration: 300ms;
}

.news-loop-card .card-img-wrapper{
    position: relative;
    overflow: hidden
}

.news-loop-card .card-img-wrapper::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    height: 0px;
    width: 0px;
    background-color: #39032380;
    border-radius: 50%;
    transition-duration: 300ms;
}

.news-loop-card:hover .card-img-wrapper::after {
    content: '';
    position: absolute;
    height: 600px;
    width: 600px;
}
.news-loop-card .elementor-button-content-wrapper{
    transition-duration: 300ms;
}
.news-loop-card:hover .elementor-button-content-wrapper{
    gap: 20px;
}
/* News Loop Card ended */

/* smooth scrolling slider start */
.smooth-scrolling-slider .swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      -moz-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
      transition-timing-function: linear !important; 
}
/* smooth scrolling slider  ended */

/* title left bar start */
.title-left-bar{
    padding-left: 45px;
}
.title-left-bar:before{
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 3px;
    width: 33px;
    background-color: #032B52;
    transform: translateY(-50%);
    border-radius: 3px;
}
/* title left bar ended */
@media only screen and (max-width: 1600px) {
	
	#top_form .frm-fluent-form .ff-t-container input {
    width: 135px;
    margin-top: 1.5px;
		
}
	

	
}

@media only screen and (max-width: 1366px) {
	.hero-text-underline span:after{
    bottom: 10px;
    height: 5px;
}
}

@media only screen and (max-width: 1200px) {
	
	#top_form .frm-fluent-form .ff-t-container input {
    width: 100%;
    margin-top: 1.5px;
}
		.hero-text-underline span:after{
    bottom: 0px;
    height: 5px;
}
	
}




@media only screen and (max-width: 1024px) {

	
	#top_form fieldset {
			display: unset;
	}
	
	#top_form .frm-fluent-form .ff-t-container input {
    width: auto;
}
	
	#top_form .ff-t-container.ff-column-container.ff_columns_total_3 {
    margin-left: 0px;
    margin-right: 0px;
}
	
	#top_form .ff-el-group.ff-text-center.ff_submit_btn_wrapper {
    margin-top: 10px;
}
	
	#top_form .ff-t-container.ff-column-container.ff_columns_total_2 input {
    width: 100%;
    margin-bottom: 10px;
}

	
	
}










@media only screen and (max-width: 768px) {
	
	
	
		
	#top_form .frm-fluent-form .ff-t-container input {
    width: 100%;
}
	
	
	
}










