*{
    margin:0; padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    
}

/*start typography */
p{
    color:rgb(100, 94, 94);
    font-size: 22px;font-weight: 400;
    font-family: 'Times New Roman', Times, serif;
}



/*end typography */

body{
    overflow-x: hidden;
    
    
}

/* top bar area */


/* End top bar area */


/* navigation bar start */
.navbar-brand img{
    height: 4rem;
}

.navbar{
    position:relative;
    /* background: transparent !important; */
    box-shadow:0 .5rem .5rem rgba(0,0,0,.0);
    z-index: inherit 1;
    
    background-color: rgba(0,0,0,0.8) !important;
    opacity:0.8px;
  
    
}

nav .black{
    background-color: rgba(0,0,0,8) !important;
}


.dropdown-menu{
   
    background-color: rgba(0,0,0,0.6) !important;
}
.dropdown-item{
    color:rgb(255, 255, 255) !important;
}

.dropdown-item:hover{
    background-color:gray !important;
    /* color:rgb(96, 247, 96) !important; */
    font-size:17px;
}

.dropdown:hover>.dropdown-menu{
    display: block;
    background-color: rgba(0,0,0,0.6) !important;
    
}




.navbar-brand{
    color:rgb(255, 255, 255) !important;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.nav-item{
    display: block;
    padding: .5rem;
}
.nav-link{
    display: block;
    color:rgb(255, 255, 255) !important;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size:15px;
}
.nav-link:hover{
    /* color:rgb(233, 150, 42) !important; */
    
    /* color:rgb(96, 247, 96) !important; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: gray;
}
.nav-link.active{
    color:rgb(96, 247, 96) !important;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.navbar-toggler-icon{color:white !important;}
/* navigation bar End */

/* carousel images slider and animation */
.maincarousel img{
    
    /* height:700px !important; */
    
    position:relative;
    /* animation:zoom-out 4s linear infinite; */
}

.overlay{
    position: absolute ;
    height:700px !important;
    top:0; left:0; right:0; 
    background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4));
}

@keyframes zoom-out{
    0%{transform: scale(1.3);}
    15%{transform: scale(1);}
    85%{transform: scale(1);}
    100%{transform: scale(1.3);}
  
  
}

/* carousel content */

.carousel-caption{
    position: absolute;
    top: 45%;
    text-transform: uppercase;
    /* transform:translateY(100%); */
    /* animation: text-up 12s linear infinite; */
    
}

.bg-custom{
    background-color: rgba(0,0,0,0.6);
    color:white;
    /* border-radius:1rem; */
}

/* @keyframes text-up{
    20%{transform: translateY(0%);}
    100%{transform: translateY(0%);}
} */



.border-primary{
    border-top:.2rem solid #4981b3 !important;
}



/* carousel images prev and next button */
.carousel-control-prev-icon ,.carousel-control-next-icon
{
    width: 30px !important;
    height: 30px !important;
}


/* mycontent area start */
#mainContaint{
    background-color:rgb(255,255,255);
}



.card:hover{
    box-shadow:.5rem .5rem .5rem .7rem  rgba(0,0,0,.2);
}


/* company information */

.companyInfo{
     /* background-color:rgba(255, 253, 253, 0.733); */
     /* background-color:#bed5da; */
     background-image: linear-gradient( 109.5deg,  rgba(229,233,177,1) 11.2%, rgba(223,205,187,1) 100.2% );
     box-shadow:.5rem .5rem .5rem .7rem  rgba(0,0,0,.2);
}

.companyInfo p{
    background-color:white;
    padding:10px;
    font-size:20px;
}


/*start home page product services area */
.proserv{
    background-image: url(images/bg/bg11.jpg);
    height: 200px;
    top:0;
    /* padding:15px; */
    padding-top:25px;
    /* line-height:100px; */
    color: white;
}




/* End home page product services area */



/* footer styling */
footer{
   clear:left !important;
    top:100px !important;
    background-color: midnightblue !important;
    background-image:url(images/bg/bg10.jpg);
    bottom:0;
    padding-top: 50px !important;
    /* color:#d5d5d5; */
    color:white;
}

footer p{
    color:white;
}
footer .nav-link{
    font-size:17px;
}
footer .nav-link:hover{
    background: none;
    font-size:17px;
    color:rgb(96, 247, 96) !important;
}

hr.light{
    border-top: 1px solid #d5d5d5;
    width:70%;
    /* margin: 0 auto; */
    text-align: center !important;
    margin-top: .8rem;
    margin-bottom: 1rem;

}

hr.CRlight{
    border-top: 1px solid #d5d5d5;
    width:100%;
}

footer>.copyright{
    padding-top: 50px !important;
}

.social a{
    padding-right:1rem;

}
.fa-facebook{
    color:#3b5998;
}
.fa-twitter{
    color:#00aced;
}
.fa-instagram{
    color:#517fa4;
}
.fa-youtube{
    color:#bb0000;
}
.fa-whatsapp{
    color:green;
}


/* start  Media query for Mobile device*/
@media only screen and (max-width:460px){
    /* #myNavigation{
        background-color: black !important;
    } */
    .bg-image{
        /* top:50px; */
    }
   

    .maincarousel img{
    
        /* height:500px; */
        
        position:relative;
    
    }

    .carousel-caption h1{
        font-size:15px;
    }

    .icons{
        display: none;
    } 

    .col-md-4>.card{
        margin: 0 auto;
        width:350px;
    }

}


/* start  Media query for Tablat device*/

@media only screen and (min-width:480px){
    /* .icons{
        display: none;
    }  */

}

/* start  Media query for laptop and desktop device*/

@media only screen and (min-width:1024px){
    .carousel-caption h1{
        font-size:30px;
    }

}

/* End  Media query */


/*start sociel media icons sidebar */
.icons{
    top:50%;
    left:0;
    width:50px;
    transform:translateY(-50%);
    position:fixed;
    z-index:100;
}

 
.icons ul{
    padding: initial;
}

.icons ul li{
    height: 40px;
    width: 50px;
    list-style-type: none;
    padding-left:12px;
    
    padding-top: 6px;
    margin-top: 5px;
}
.icons ul li:hover{
      padding-left:30px;
      width:80px;
      transition: 1s;
   }

.facebook{
    background:#3b5998;

}

.twitter{
    background-color:#55acee;
   
}
.youtube{
    background-color:#ff0000;
   
}
.linkedin{
    background-color:#007bb5;
   
}
.instagram{
    background-color:#ff4800;
   
}

/*end sociel media icons sidebar */



/* Contact us page styling */
#ContactUs{
    /* background-image: url("images/bg/bg8.jpg"); */
    margin-top:0;
    /* padding-top:100px; */
    /* color: white; */
   
}
.contactinfo p{
    color:white;
    
}


/* end contact us pages css */

/*  start about  us pages css */

.bg-image{
    

}


/* end about  us pages css */