/*
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
*/
ul li h3 {
    font-size: 20px !important;
    margin-top: 0;
    margin-bottom: 10px;
}
.scroll-l {
overflow-y: scroll;
max-height: 570px;
padding-right: 20px;
}
.scroll-l::-webkit-scrollbar {
width: 5px;
}
.scroll-l::-webkit-scrollbar-thumb {
background: #d82628;
border-radius: 10px;
}
.scroll-l::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}

p.entry-title.titleebar {
    margin: 0px;
    font-size: 25px;
    color: #fff;
}
span.rd {
    color: #d82628;
}
p.mapss {
    margin: 0px;
    text-align: right;
    font-weight: 500;
}
p.mapss a {
    margin: 0px 10px;
}
.mapss i.fa-phone-alt.fas {
    background: #fff;
    color: #d82628;
    padding: 7px 7px;
    border-radius: 50%;
    font-size: 15px;
}
a.mailll i {
    background: #fff;
    color: #d82628;
    padding: 7px 7px;
    border-radius: 50%;
    font-size: 15px;
}
.exp p {
    margin-bottom: 10px;
}
p.s-title {
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #e22c2a;
    text-transform: uppercase;
}
p.s-desc {
    font-size: 15px;
}
.s-img .fusion-column-wrapper:hover {
    box-shadow: 1px 4px 30px 0px #00000021 !important;
	transition:0.5s;
}
.choseus .fusion-column-wrapper {
    text-align: center;
    color: #fff;
}
.ch-text p {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: initial;
    padding: 10px 0px;
    font-weight: 600;
}
.choseus img {
    width: 70px;
}
.ch-2 p {
    font-size: 14px;
}
.foote-sec {
	color:#fff;
}
.ftt p {
    font-size: 29px;
    line-height: initial;
    letter-spacing: 1px;
    font-weight: 600;
   
}
.mail-s {
    position: fixed;
    bottom: 60px;
    right: 0;
    margin: 20px;
    border-radius: 55px;
    /* width: 50px; */
    padding: 14px;
    background: linear-gradient(to top,#fd1917,#fd1917);
    z-index: 9999;
}
.callll {
    position: fixed;
    bottom: 60px;
    left: 0;
    margin: 20px;
    border-radius: 55px;
    text-align: center;
    padding: 14px;
    background: linear-gradient(to top,#15d33e,#15d33e);
    z-index: 9999;
}


/* ============= Responcive ============= */
@media (min-width:320px) and (max-width: 800px) {
	.fusion-contact-info {
    padding: 0px 0px !important;
}
	.fusion-secondary-header {
    font-size: 13px !important;
}
 html:not(.avada-has-site-width-percent) .fusion-secondary-header	{
    padding-left: 0px;
    padding-right: 0px;
}
	.animate h1, .animate h2, .animate h3 {
    font-size: 27px !important;
    line-height: initial;
}
	.title-mobile h2.title-heading-left {
    font-size: 25px !important;
    line-height: initial;
}
	.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-header {
		padding-top: 0px !important;
    padding-bottom: 0px !important; 
	}
	a.fusion-icon.fusion-icon-bars {
    border: 1px solid;
    padding: 12px 10px 12px 15px;
    border-radius: 6px;
}
.ftt p {
    font-size: 20px;
   }
}

/* ============= Responcive end ============= */
