/*-----Start main-----*/
body{
    margin: 0px;
    padding: 0px;
/*    height: 9990px;*/
    overflow-x: hidden;
}

.container-fluid{
    width: 86%;
    margin: auto;
}

.redbtn{
    background-color: #C20200;
    color: #ffffff;
    padding: 0.5rem;
    border: none;
    border-radius: px;
}

.transbtn{
    background-color: transparent;
    border-color: 0.5px solid #ffffff;
    padding: 1rem;
    border-radius: 2px;
    color: #ffffff;
    font-size: 1rem;
    margin: 0.3rem;
    
}

.white{
    color: #ffffff;
}

.sec{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
/*-----End main-----*/

/*-----Start header-----*/
.hlogo{
/*
    width: 100%;
    height: 100%;
*/
    max-height: 7rem;
    max-width: 12rem;
    display: flex;
    padding: 1rem;
    padding-left: 0px;
}
.hphone{
    margin-top: 2rem;
    padding:2rem;
    padding-left: 0px;
    font-weight: bold;
/*    text-align: right;*/
    font-size: 1.5rem;
    margin: auto;
}

/*-----Start header-----*/

/*-----Start Preloader-----*/
.preloader{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    align-content: center;
    background-color: #C20200;
    z-index: 999999999;
}


.loader{
    width: 90px;
    height: 90px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top:-45px;
    margin-left:-45px;
    border: 5px solid transparent ;
    border-radius: 50%;
    border-top-color: aliceblue;
    border-bottom-color: aliceblue;
     -webkit-animation:spin 2s linear infinite;
    animation: spin 2s linear infinite;
    
    
    
}
.loader2{
    width: 65px;
    height: 65px;
/*    position: relative;*/
/*
    top: 50%;
    left: 50%;
    margin-top:-32.5px;
    margin-left:-32.5px;
*/
    margin: 7.5px;
    border: 5px solid transparent ;
    border-radius: 50%;
    border-right-color:aliceblue;
    border-left-color: aliceblue;
    -webkit-animation: spin 2s linear infinite;
            animation:  spin 2s linear infinite;
    
    
}

@keyframes spin{
    from{transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes anticlockwisespin{
    from{transform: rotate(0deg);}
    to {transform: rotate(-360deg);}
}


/*-----End Preloader-----*/

/*-----Start navbar-----*/

nav{
    width: 100%;
    background-color: #C20200;
}
nav ul li{
    margin-left: 1.5rem;
    white-space: nowrap;
    color: #ffffff;
}

.fixed{
    position: fixed;
    top: 0;
    z-index: 100000;
    background-color: #C20200;
    opacity: 0.7;
}

nav:hover{
    opacity: 1;
/*    background-color: #C20200;*/
}

nav .navlogo{
    transition: all 0.5s ease;
}

.display{
    opacity: 0;
}

@keyframes appear{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
/*-----End navbar-----*/

/*-----Start slider-----*/
#homeSlider .carousel-item img{
    width: 100%;
    height: 100%;
    max-height: 35rem;
    padding: 0px;
    margin: 0px;
}

/*-----End slider-----*/

/*-----Start aboutus -----*/
.about{
    padding: 0px;
    margin: 0px;
}

.about .abouttxt h2{
    padding: 2rem , 0px;
}

.aboutImg{
    padding: 0px;
}
.about img{
    width: 100%;
    height: 100%;
/*
    max-height:800px;
    max-width: 1000px;
*/
    padding: 0px;
    margin: 0px;
}
.about .abouttxt{
    margin-left:14%;
}

/*-----Start aboutus -----*/

/*-----Start Survices -----*/
.survices{
    margin: 3rem auto;
}

.survices .card0{
    margin: 0px;
    height: 32rem;
    padding-bottom: 1rem;
}

.survices .card0:hover{
    box-shadow:20px 20px 50px 10px #aaaaaa  ;
    
}

.survices .card0 img{
    width: 100%;
    height: 100%;
    max-height: 15rem;
    margin: 0px;
    padding: 0px;
}

.survices .card0 .cardtxt{
    padding: 1rem;
}

.survices .card0 .cardtxt h3{
    font-size: 1.5rem;
}

.survices .card0 .redbtn{
    position: absolute;
    bottom: 1.5rem;
    text-decoration: none;
}
.survices .card0 .redbtn:hover{
    color: #ffffff;
}
.nos{
    margin: 0px;
    padding: 0px;
}

/*-----Start Survices -----*/

/*-----Start footer -----*/
#mainfooter{
    background-color:#C20200;
    padding: 2rem;
    margin-bottom: 0px;

}
#mainfooter .fpart1 input{
    border: none;
    padding: 0.5rem;
}
#mainfooter .fpart1 button{
    padding: 0.5rem;
}

#mainfooter .fpart2 .news img{
    width: 100%;
    height: 100%;
    max-width: 3rem;
    max-height: 3rem;
}

#mainfooter .fpart3 button{
    padding: 0.5rem;
    border-radius: 2px;
    margin: 0.3rem;
}

#mainfooter .fpart4 i{
    margin-left: 1rem;
}
#mainfooter ul{
    margin: auto;
}

#mainfooter ul li{
    text-decoration: none;
    padding: 0;
    margin: 0;
    display: inline;
}

#mainfooter ul li a{
    color: #ffffff;
}
#mainfooter ul li:hover{
    color: #31d1b7;
}
/*-----end footer -----*/

/*-----Start side pages -----*/

.pmainsec{
    padding: 0px;
    margin: 0px;
}


.pmainsec .mainsectxt h2{
    padding: 2rem , 0px;
}


.mainsecImg{
    padding: 0px;
}

.pmainsec img{
    width: 100%;
    height: 100%;

    padding: 0px;
    margin: 0px;
}

.pmainsec .mainsectxt{
    margin:2rem;
    padding: 1.5rem;
}

/*-----end side pages -----*/