/*
Theme Name: jetaime
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

:root {
	--jet-primary : #27B4A4;
	--jet-hover : #A5243D;
}

a {color: var(--jet-primary)}

.row-icon-box .col-inner:hover {
	transform: scale(1.1);
	cursor: pointer
}

.row-icon-box .col-inner {
	border: 5px solid var(--jet-primary);
	border-radius: 10px;
}

.row-icon-box .col-inner h3 {
	font-size: 25px;
}

.row-icon-box .col-inner p {
	font-size: 20px;
}

.row-icon-box .col-inner svg {
	color: var(--jet-primary)
}
.row-icon-box .col-inner:hover svg{
	color: var(--jet-hover)
}

.section-team .box-image img {
	padding: 40px;
	border: 1px solid #000
}

.section-services .tabbed-content ul li {
	background: #f1f2f3;
	margin-right: 3%;
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
	padding: 5px 25px;
}

.section-services .tabbed-content ul li.active, .section-services .tabbed-content ul li:hover {
	background: var(--jet-primary)
}

.section-services .tabbed-content ul li.active a, .section-services .tabbed-content ul li:hover a{
	color: #24303a
}

.section-services .tabbed-content ul li a {
	color: var(--jet-primary)
}

.section-services .tabbed-content ul li a, 
.section-services .tabbed-content ul li.active a {
	border: 0px
}


.section-services .accordion-title {
	font-weight: 600;
	font-size:15px;
}

.section-services .toggle i {
	font-size: 14px;
}

.section-services .accordion-inner {
	padding: 1em
}

.section-services .accordion-inner p {
	margin-bottom: 0
}


#footer .col {
	padding-bottom: 0
}

.copyright-footer { color: #000}