/*
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
*/

p.entry-title {
    font-size: 22px !important;
    color: #000000e0;
}
.line{
left: -51px;
    top: -4px;
}
.afe{
	z-index:9999;
}
.img{
	left: -127px;
}
.fusion-counters-box .fusion-counter-box .counter-box-container {
    padding-top: 23px;
}
.number-box {
     width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    font-family: "Red Hat Display", sans-serif;
    display: inline-block;
    position: absolute;
    left: 43%;
    top: -50px;
    margin-left: -35px;
    margin-bottom: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #f48820;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #f48820, #fbd1a9);
    box-shadow: 10px 10px 30px 0px rgb(2 156 236 / 30%);
    -webkit-box-shadow: 10px 10px 30px 0px rgb(189 174 159);
    -moz-box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
    z-index: 999;
}

.numr{
color:#fff; 
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}
.rvs .fusion-column-wrapper{
	box-shadow: 1px 1px 7px 0px rgb(0 0 0 / 10%), 0px 0px 2px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 30px !important;
}
.adgv{
	background-color:#ffdfd5;
    line-height: 1;
    padding: 2px 20px;
    border-radius: 50px;
    white-space: nowrap;
}
.fusion-checklist .fusion-li-item, .fusion-checklist.fusion-404-checklist>li, ul.fusion-checklist .fusion-li-item, ul.fusion-checklist.fusion-404-checklist>li {
    padding: 1.5px 0;
}
.image-marquee-box {
  overflow: hidden;
  background: #f8d2af;
  padding: 10px 0;
}

.marquee-track {
  display: flex;
  animation: scrollImages 30s linear infinite;
}

.marquee-track img {
  height: auto;
  object-fit: contain;
}

@keyframes scrollImages {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.scroll-m {
overflow-y: scroll;
max-height: 110px;
padding-right: 20px;
}
.scroll-m::-webkit-scrollbar {
width: 2px;
}
.scroll-m::-webkit-scrollbar-thumb {
background: #ddd;
border-radius: 10px;
}
.scroll-m::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}
p.nms {
    font-weight: 600;
    font-size: 15px;
}
.fusion-panel.fusion-toggle-no-divider .panel-title a {
    padding: 10px 0;
    box-shadow: 0 0px 20px rgb(0 0 0 / 10%) !important;
    border-radius: 8px;
    padding: 13px 38px 13px 30px !important;
    line-height: 28px;
    margin-bottom: 17px;
}
.chek{
	color:white;
}
.fusion-accordian #accordion-2-1 .panel-title a {
    font-size: 15px;
    padding-left: 55px;
    padding-right: 10px;
    margin-right: -38px;
    margin-left: -18px;
}

@media only screen and (max-width: 900px) {
.line {
    left: -21px;
    top: -4px;
}
	.img {
    left: -19px;
}
	
	
}