/* -------------------------------------
    Google fonts
------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&family=Poppins:wght@400;600;700&display=swap");

body{
	font-family: 'Nunito Sans', sans-serif;
}


:root {
	--primary-color: #348f7a; 
	--secondary-color: #efc94c;
}
	

.bg-primary{
	background-color:var(--primary-color) !important;
}
.home .main-content-area table th,
.home .main-content-area table td{
	border:0px;
	color:white;
}

.footer-contact-info i{
	width:20px;
}

.btn-theme-colored1:hover,
.btn-theme-colored2:hover{
	background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.tm-sc-gallery.gallery-current-theme-style1 .tm-gallery .tm-gallery-inner .tm-gallery-content-wrapper .tm-gallery-content:after,
.staff-current-theme-style1 .team-item:hover .team-thumb:before{
	background-color: var(--secondary-color);
	opacity: 0.8;
}

#review_form .form-group{margin-bottom:10px;}
.table-responsive-sm{color:white;}



/* XL */
@media (max-width: 1399.98px) {

}


/* LG */
@media (max-width: 1199.98px) {

}


/* MD */
@media (max-width: 991.98px) {  

}


/* SM */
@media (max-width: 767.98px) {  

}


/* XS */
@media (max-width: 575.98px) { 

}

