/*
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
*/
.slider1{
	border-radius:38px;
	margin-right:12px;
	margin-left:12px;

}
.scroll-m {
overflow-y: scroll;
    max-height: 137px;
    padding-right: 68px;
}
.scroll-m::-webkit-scrollbar {
width: 2px;
}
.scroll-m::-webkit-scrollbar-thumb {
background: #ddd;
border-radius: 5px;
}
.scroll-m::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}
.fusion-form-form-wrapper .fusion-form-field.fusion-form-label-above .label, .fusion-form-form-wrapper .fusion-form-field.fusion-form-label-above label {
    margin-bottom: .65em;
    color:white;
}
.tex{
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
	color:white;
	letter-spacing:1px;
}
.tex1{
	font-family: "Open Sans";
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
	letter-spacing:1px;
	color:#001837;
}
.numer{
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.icom{
	 
   left: 79%;
    position: absolute;
    bottom: -77px;
}
.btt{
	top: -18%;
   left: 82%;
}
.imgs{
	    top: -44%;
    right: 20%;
    position: relative;
    z-index: -1;
}
.tite{
	 text-shadow: -1px 0 #1e4894, 0 1px #1e4894, 1px 0 #1e4894, 0 -1px #1e4894;
}
.tite:hover {
    color: #1e4894; 
    text-shadow: 2px 2px 10px #1e4894;
  
}
.marquee-text {
	font-size:50%;
	display:inline-block;
	justify-content:space-between;
	animation: marqueeScroll 25s linear infinite;
}

@keyframes marqueeScroll {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

.servi{   
   left: 69%;
    position: absolute;
    bottom: -42px;
}
@media only screen and (max-width: 900px) {
	.imgs{
		top: -44%;
    right: 20%;
    position: relative;
    z-index: -1;
}
	.fusion-form-form-wrapper .fusion-form-field.fusion-form-label-above .label, .fusion-form-form-wrapper .fusion-form-field.fusion-form-label-above label {
    margin-bottom: .65em;
    color: white;
}
}