/*
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
*/

.top-left, .top-left a {
	color: #ffffff;
	font-size: 14px;
}
.top-left a:hover {
	color: #f38800;
}

.top-left i {
	color: #7c8ea9;
}


.header-menu a span {
	font-size: 18px;
}
.header-menu a:hover span {
	color: #f38800;
}


.header-logo {
	position: relative;
	padding-left: 50px;
}
.header-logo img {
	position: absolute;
	left: 0;
	top: 5px;
    width: 40px;
    border-radius: 10px;
}
.header-logo a{
	color: #6b7280;
	font-size: 14px;
	display: block;
}
.header-logo .header-logo-title {
	font-size: 18px;
	font-weight: bold;
	background: linear-gradient(135deg, #1a365d 0%, #d4af37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




.long-title {
	color: #ffffff;
	padding-top: 60px;
	padding-bottom: 40px;
}

.long-title .fusion-title-heading {
	color: #ffffff !important;
	margin-bottom: 10px !important;
}

.long-title .fusion-text {
	text-align: center;
}

.long-title i {
	margin-left: 20px;
	margin-right: 5px;
}
.long-title i:first-child {
	margin-left: 0;
}


.inpage-nav {
	padding: 10px 0;
    box-shadow: 0 0 #0000, 0 0 #0000,  0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	border: 1px solid #e5e7eb;
	text-align: center;
}
.inpage-nav a {
	margin-right: 30px;
}
.inpage-nav a.current {
	color: #ffa104;
}
.inpage-nav a.current:hover {
	color: #f38800;
}


.service-block {
	margin-bottom: 50px;
}

.service-block .fusion-column-wrapper {
	padding: 20px 20px 80px 20px;
}

.service-block-text {
	position: absolute;
	right: 40px;
	top: 20px;
	font-size: 13px;
}

.service-block-button {
	position: absolute;
	right: 40px;
	bottom: 20px;
	font-size: 13px;
}


.media-block {
	margin-bottom: 50px;
}

.media-block .fusion-column-wrapper {
	padding: 0 0 20px 0;
}
.media-block .fusion-column-wrapper {
	padding: 0 0 20px 0;
}

.media-block .fusion-column-wrapper .fusion-text {
	padding: 0 20px;
}




.footer-footer a {
	color: #ffffff;
    line-height: 1.8em;
}
.footer-footer a:hover {
	color: #f38800;
}

.footer-1-logo {
	position: relative;
	padding-left: 55px;
	color: #ffffff;
	margin-bottom: 20px;
}

.footer-1-logo:last-Child {
	margin-bottom: 0;
}
.footer-1-logo svg {
	position: absolute;
	left: 0;
	top: 15px;
}
.footer-1-logo .footer-1-title {
	font-size: 26px;
	font-weight: bold;
}




@media only screen and (max-width: 800px) {
	.header-menu {
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
	}
	.header-menu .fusion-column-wrapper {
		display: inline-block;
		width: auto;
	}
	
	.long-header {
		z-index: 999;
	}
	
	.inpage-nav a {
	    display: block;
		text-align: left;
		padding-left: 40px;
	}
	.inpage-nav a:before {
	    content: '●';
        position: absolute;
        left: 30px;
	}
	
	.long-logo img {
		max-width: 70%;
	}
	
}