* {
    margin-left:0px;
    padding: 0px;
    box-sizing:border-box;
    background-color:none;
    font-family: 'Times New Roman', Times, serif;
    font-style: inherit;
    
  }
  * .mask {
    background-color:none!important;
  }
  body{
    background-color:white;
    margin-left: 0px;

  }
  .row{
  margin-left: 25px;
  margin-right: 25px;
  }
  .section{
    margin-left: 15px;
  }
  
  
  .body-text {
    display: flex;
    font-family:Georgia, 'Times New Roman', Times, serif;
    align-items: center;
    justify-content: center;
    margin-top: 250px;
  }
    
  
  .heading {
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 20px;
  
  }
  .container-fluid{
    background-color: #fff;
  }
  .navbar-custom {
    background-color: white;
    
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color:none;
    
    
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: orangered;
    font-weight: 600;
    
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: rgb(194, 30, 30);
    
}
.navbar-custom .nav-item:hover .nav-link {
  background-color: rgb(191, 187, 187);
}
.navbar .navbar-toggler .fa{
  background-color: white;
}

/*add overlay*/
.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.3);
  filter: brightness(80%);
}

.main .p-5 {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("images/canvaimage.jpg" );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 
 
}

.mask .mb-3  {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0px;
  color: #fff;
  
 
}
.mask .mb-4  {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0px;
  color: #fff;
  
 
}
.mask .btn {
  background-color: orangered;
  color: white;
  border: 1px solid darkorange;
  margin-top: 1rem;
  padding: 0.5rem 1.5rem;
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  text-transform:capitalize;
  border-radius: 15px;
}


.mask .btn:hover {
  background-color: darkorange;
  border: 1px solid orange;
}

header{
  background:transparent;
  /*border-bottom: 1px solid;*/
  position:absolute;
  right:0;
  left:0;
  position: fixed;
  z-index: 8;
  
}

#about {
  width: 100vw;
  height:auto;
  display: flex;
  position:static;
  color: black;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color:white;
  
}
.about h3{
  color: orangered;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-weight: bolder;
  font-style:normal;
}
.about .btn {
  background-color: orangered;
  color: white;
  border: 1px solid darkorange;
  margin-top: 1rem;
  padding: 0.5rem 1.5rem;
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  text-transform:capitalize;
  border-radius: 15px;
}

.imageAboutPage{
  width: 100px;
  height: 100px;
 
}

/* services section css */
.services h3{
  color: orangered;
  text-transform: uppercase;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-weight: bolder;
  font-style:normal;
  justify-content: center;
 
}

.services h5{
  color: black;
  text-transform: capitalize;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-weight: bolder;
  font-style:normal;
  justify-content: center;
 
}
.servicesText.card {
  height: 150px;
  cursor: pointer;
  background-color: transparent;

}
.servicesIcon {
  font-size: 30px;
  text-align: center;
  width: 100%;
  background-color:none;
  color: orange;
  
}
.card-title {
  text-align: center;
  color: orangered;
}
.card:hover .servicesIcon {
  color: orangered;
}
.card:hover{
  background-color: orangered;
}
.servicesText:hover {
  border: 1px solid orangered;
}
.services{
  width: 100vw;
  height: auto;
  display: flex;
  position:relative; 
  font-weight: bold;
 
}
.services .btn {
  background-color: orangered;
  color: white;
  border: 1px solid darkorange;
  margin-top: 1rem;
  padding: 0.5rem 1.5rem;
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  text-transform:capitalize;
  border-radius: 15px;
  
 
}

.partners{
  width: 100vw;
  height: 20vh;
  display: flex;
  position:relative; 
  align-items: center;
  background-color: white;
}

form input{
  width:350px;
  height:22.5px;
  border-radius:4px;
  text-align:center;
  margin-top:10px;
  margin-bottom: 5px;
  outline:none;
  border:none;
}

h1{
  color: black;
  font-weight: bold;
  align-items: center;
}

h2{
  align-items: center;
  font-weight: bold;
}


 
 .footer  p{
  background-color: #000;
 }

 i{
  color: orangered;
  background-color: black;
 }
 .btn .fa{
 
  background-color: white;
 }

 .fa-facebook-official{
  color:blue!important;
  background-color: white;
 }

 .fa-twitter{
  color:lightblue!important;
  background-color: white;
 }
 .fa-linkedin{
  color:darkblue!important;
  background-color: white;
 }

 .fa-whatsapp{
  color:green!important;
  background-color: white;
  
 }
 .btn {
  background-color: white;
  
 }
 .bg-custom{
  background-color:black;
 }
 
 

 

 

