html {
    scroll-behavior: smooth;
}
.intro {
    background-color: #FFFFFF;
}

.top_call {
	background-color: #9A051C;
}

.float{
	position:fixed;
	width:55px;
	height:55px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	/* box-shadow: 2px 2px 3px #999; */
    z-index:100;
}

.my-float{
	margin-top:13px;
}

.callFloat{
	position:fixed;
	width:55px;
	height:55px;
	bottom:110px;
	right:40px;
	background-color:#004e92;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	/* box-shadow: 2px 2px 3px #999; */
    z-index:100;
}

.call-float{
	margin-top:13px;
}

.callFloat:hover {
    color:#000428;
}

.float:hover {
    color:#062700;
}


#fixedsocial {
    top:30%;
    height:200px;
    width:60px;
    position:fixed;
    right: 0;
}

.callNow {
	background-color: #004e92;
    height:50px;
    width:50px;
   	transition:ease 500ms;
    background-size:50px;
	opacity:1;
	text-align:center;
    font-size:30px;
}

.callNow:hover {
    background-color: #000428;
    height:50px;
    width:50px;
    background-size:60px;
    transition:ease 500ms;
    margin-left:-20px;
    width:70px;

}

.whatsappNow {
	background-color:#25d366;
    height:50px;
    width:50px;
    transition:ease 500ms;
    background-size:50px;
	opacity:1;
	text-align:center;
    font-size:30px;
}

.whatsappNow:hover {
	background-color: #062700;
    height:50px;
    width:50px;
    background-size:60px;
    transition:ease 500ms;
    margin-left:-20px;
    width:70px;
}

.nav-link {
    color: #004e92 !important;
}
.nav-link:hover {
    color: #000428 !important;
}

.btn-nav {
    color: #FFFFFF; 
    border-radius: 25px !important;
    background-image: linear-gradient(to bottom right, #000428, #004e92);
}
.btn-nav:hover {
    background-image: linear-gradient(to bottom right, #004e92, #000428);
}

hr.rounded {
    border-radius: 50px;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    width: 40px;
    max-width: 100px;
    background-image: linear-gradient(to bottom right, #000428, #004e92);

}

.gradient-text {
    background: linear-gradient(to bottom right, #000428, #004e92);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-button {
    background-image: linear-gradient(to bottom right, #004e92, #000428);
    color: #ffffff;
    border-radius: 25px !important;

}

.glow-button:hover {
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 15px rgba(0,4,40, 0.7);
    background-image: linear-gradient(to bottom right, #000428, #004e92);

}

.service-background {
    background-image: url("../images/ser-back.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 20px;
}

#wel-back {
    background-image: url("../images/welcome-back.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 20px;
}


#about {
    padding-top: 20px;
    padding-bottom: 20px;
}

.waves {
    width: 100%;
    height: auto;
    display: block;
}


