body{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  
}
.Menu{
    background:black;
    height: 50px;
    width: 100vw;

   
   

}


.nav-link-custom{
    color: white;display:block;padding:.5rem 1rem;text-decoration: none;
  }
  .nav-link-custom:hover{background: white;color: black;border-radius: 5%;}
 
  .show{display: block; background-color: white;border-radius: 10%;}
  .hide{display: none;}
 
 
.MAIN{
    height: auto;
    width: 100vw;
   
    padding-top: 50px;
    z-index: 500;
  

}
.MR_top_5{
    margin-top: 5%;
}
.Logo{
  
    height: 400px;
    width: 400px;
    background: url(../img/logo.png) no-repeat left center;
    background-size:  auto 100%;
    float: left;
    display: block;
  

}
.LogoScroll{
    height: auto;
    width: 150px;
    position: fixed;
    top: 10px;
    left: 10px;
    transition: 2px ease-in-out ;
    z-index: 4000000;
    opacity: 1;
    box-shadow: 1px 1px 1px red;
    
  }
  .LogoScrollMobile{
    height: auto;
    width: 100px;
    position: fixed;
    top: 2%;
    right: 5%;
    transition: 2px ease-in-out ;
    z-index: 2000;
    opacity: 0;
   
  }
  
@media only screen and (max-width: 760px) {

    .Logo{
        height: 200px;
        width: 100%;
       background-position: center center;
       margin-top: 2%;    
       
      
       background: url(../img/logomobile.png) no-repeat center center;
       background-size: 60% auto;
    
    
    }
    .LogoScroll{
       
      opacity: 0;
      }
      .LogoScrollMobile{
        
      
   opacity: 1;
      }
      .Menu{
       color: white;
       
       
    
    }
}

.Main_right{
    height: auto;
    width: 100%;
    float: left;
    padding: 6%;
    color: white ;
    font-size: 100%;
    background-color: rgba(0, 0, 0, 0.426);
    border-radius: 10px;
    text-align: center;
    

}

.BGmain{
background: url('../img/fixBG.png') center center;
background-size:100% 100% ;
background-repeat: no-repeat;
}
.BGmobile{
    background: url('../img/bgMAinsepMobile.png');
    background-size:100% 100% ;
background-repeat: no-repeat;
}
.socailMedia_main{
    height: 50px;
    width: 100%;
    margin-top: 5%;
   display: block;
   text-align: center;
  
   
}
.socailMedia{
    height: 50px;
    width: auto;
    margin-top: 5%;
   display: block;
    position: absolute;
    bottom: 20%;
    left: 13%;
}
.socailMediaMobile{
    height: 50px;
    width: auto;
    
   display: none;
   position: fixed;
        top: 1%;
        left: 28%;
}
.SB{
    height: 49px;
    width: auto;
}
.SBMobile{
    height: 30px;
    width: auto;
}
.socailMediaFooter{
    width: auto;
    height: 50px;
    position: absolute;
    left: 38%;
}
.SBF{
    height: 49px;
    width: auto;
    margin: 2%; 
}
@media only screen and (max-width: 760px) {
    .socailMedia{
        
       display: none;
        
    }
    .BGmain{
        background: url('../img/fixBG.png') center center;
        background-size:100% 100% ;
        background-repeat: no-repeat;
        }
    .socailMediaMobile{
       
       
        display: block;
        z-index: 2000;
        

    } 
    .Main_right{
          
        font-size: 70%;
        text-align: center;
        
    
    }
    .socailMediaFooter{
        width: 100%;
        height: 50px;
        position: absolute;
        left: 0;
    }
}
.parallax {
    display: block;
    width: 100%;
    background-image: url('../img/bgMAinsep.png');
    height: 200px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

.parallax2 {
    /* The image used */
    display: block;
    width: 100%;
    background-image: url('../img/');
    height: 200px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 50px;
    margin-top: 50px;
}
.parallax3 {
    /* The image used */
    display: block;
    width: 100%;
    background-image: url('../img/');
    height: 200px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 50px;
    margin-top: 50px;
}



.aboutUs{
    width: 100%;
    background-color: white;

   padding: 0;
    height: auto;
    text-align: center;
    float: left;
    margin-top: 3%;
}

.aboutUsContent{
    font-size: 100%;
    margin: 0;
 

   
}
.services{
    display: block;
    width: 100%;
    background-image: url('../img/fixBG.png');
    height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:  auto 160%;
    margin-bottom: 50px;
    margin-top: 50px;
    color: white;
    text-align: center;
    float: left;
    
   
}
.servicesContent{
    font-size: 100%;
  
}
.servicesProfile{
    height: auto;
    width: 25%;
    border: black inset  2px;    
    float: left;
    margin: 4%;
    box-shadow: 1px 1px 1px black;
    background: whitesmoke;

}
.servicesIMG{
    width: 80% ;
    height: auto;
    padding: 0;
    margin: 0;
}
.ourteam{
    width: 100%;
   float: left;
    height: auto;
    text-align: center;
}
.team{
    width: 100%;
   float: left;
   height: auto;
   text-align: center;

}
.team_member{
    text-align: center;
    float: left;
    width: 30%;
    height: auto;
    margin: 1%;
    font-size: 100%;
}
.ourteamContent{
    font-size: 100%;
}
.contactUs{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
    float: left;
  
    
}
.FORM{
    width: 70%;
    
}
.contactUsContent{
    font-size: 100%;
}
.foorter{
    height: 200px;
    background: black;
}

@media only screen and (max-width: 1000px) {
    .team_member h3{
      
        font-size: 80%;
    }
}

@media only screen and (max-width: 760px) {
    .FORM{
        width: 70%;

    }
   
    .team{
        width: 100%;
       float: left;
       height: auto;
       text-align: center;
       margin-bottom: 4%;
    }
    .servicesProfile{
        height: auto;
        width: 100%;
      
        float: left;
        margin-bottom: 2%;
    
    }
    .parallax {
        display: none;
       
    }
}
.imgBEFORE_A{
    width: 100%;
    height: auto;
    text-align: center;
    float: left;
    margin-top: 3%;
   
}

.imgB_A{
 height: auto;
 width: 300px;

 
}
@media only screen and (max-width: 760px) {
    .imgB_A{
        height: auto;
        width: 100%;
        float: left;
        
       }
       .team_member h3{
      
        font-size: 60%;
    }
}