.top-header .btn-call{
    text-decoration: none !important;
    color: #ffff;
    font-size: 22px;
    font-weight: 600;
}
.top-header {
    background-color: #dd3333;
    text-align: center;
    padding: 10px 0px;
}
.top-header p{
    margin-bottom: 0;
    color: #ffffff;
    font-size: 1.15em;
    font-weight: 600;
}
.main-menu .logo{
    font-size: 40px;
    text-decoration: none !important;
    color: #ff0000 !important;
    font-weight: 700;
    text-shadow: 3px 2px #08194a3d;
}
.main-menu {
    background-color: #000;
    padding: 8px 110px;
}
.main-menu .nav-item .nav-link{
        font-size: 21px;
    text-decoration: none !important;
    color: #ff0000 !important;
    font-weight: 500;
}
.top-img {
    background-repeat: no-repeat;
    background-size: 100%;
    height:530px;
    position: relative;
    padding: 50px 0px;
}
.top-img .heading h2 {
    margin-top: 50px;
    font-size: 51px;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 700;
}
.top-img .heading p {
    color: #ffffff;
    margin-bottom: 29px;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}
.blink-button {
   font-weight: 600;
    border-radius: 8px;
    background-color: #ff0000;
    border-bottom: 4px solid rgba(0,0,0,.25);
        font-size: 39px;
    letter-spacing: 2px;
    color: #fff !important;
    padding: 8px 71px !important;
    text-decoration: none !important;
}
.secton1 {
    z-index: 9;
    position: relative;
    margin-top: -80px;
}
.secton1 .box {
    background-color: #ff0000;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    min-height: 359px;
}
.secton1 .box h6 {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    margin-top: 14px;
}
.secton1 .box p {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}
.nav-img {
    position: relative;
    z-index: 10;
    height: 100px;
    background: url(../img/nav_bg.png) repeat-x;
}
.about-sec {
    background-color: #000;
    padding: 0px 0px 60px;
}
.about-sec h1 {
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0px;
    color: #ff0000;
}
.Services-box {
        background-color: #ff0000;
    padding: 56px;
    width: 219px;
    text-align: center;
    border-radius: 180px;
    box-shadow: rgb(255 233 233 / 80%) 0px 0px 20px 0px;
    height: 219px;
    margin: auto;
}
.Services-box h2 {
    color: #fff;
    font-weight: 700;
    font-size: 33px;
}
.content-secin {
    padding: 80px 0px;
}
.content-secin h2{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
}
.content-secin p{
    text-align: center;
}
.content-secin .btn-area{
    text-align: center;
}
.btn-area .btn-call{
border: 3px solid #ff0000;
padding: 9px 30px;
color: #ff0000;
text-decoration: none !important;
font-size:  23px;
border-radius: 10px;
font-weight: 600;
}
.btn-area .btn-call:hover{
    background-color:#ff0000;
    color: #fff; 
}
.btn-area .btn-call1 {
background-color: #ff0000;
padding: 11px 40px;
color: #fff; 
text-decoration: none !important;
font-size:  23px;
border-radius: 10px;
font-weight: 700;
}
 
.footer {
    background-color: #ff0000;
    padding: 40px 0px;
}
.footer .btn-link {
    text-align: center;
    color: #fff !important;
    background-color: #000;
    text-decoration: none !important;
    border: 2px solid #fff;
    font-size: 24px;
    padding: 13px 52px;
    font-weight: 600;
    margin-top: -119px;
    letter-spacing: 2px;
        border-bottom: 4px solid rgb(255 255 255);
    border-radius: 42px;
    text-transform: uppercase;
    animation: glowing 1300ms infinite;
}
.footer h2{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.footer p{
    font-size: 22px;
    color: #fff;
    text-align: center;
}
@media(max-width: 768px){
.main-menu{
    background-color: #fff;
    padding: 8px 10px;
}
.main-menu .logo {
    font-size: 33px;
}
.top-img .heading h2 {
    display: none;
}
.top-img{
        background-size: cover;
    height: 150px;
}
.top-img .heading p {
    display: none;
}
.button-top {
    margin-top: 115px;
}
.blink-button{
    padding: 10px 34px !important;
        width: 100%;
            font-size: 21px;
}
.secton1{
    margin-top: 123px;
}
}