
.loader_bg{
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
}
.loader{
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}
.loader:before, .loader:after{
  content: '';
  border: 1em solid darkorchid;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}
.loader:before{
  animation-delay: .5s;
}
@keyframes loader{
  0%{
    transform: scale(0);
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    transform: scale(1);
    opacity: 0;
  }
}


*{
  font-family: sans-serif;
}
.head{
  color: #7b096d;
  font-weight: 600;
  font-size: large;
  padding-left: 15px;
}
  .ban_head{
    padding: 100px 0px 100px 100px;
    font-size: 70px;
    font-weight: bolder;
  }

  @media (max-width: 992px) {
    .ban_head{
      padding:50px 20px 30px 60px;
      font-size: 40px;
      font-weight: bolder;
    }
  }

  .ban_img{
    height: 500px;
    width: 90%;
    padding: 70px 60px 50px 0px;
  }
  @media (max-width: 992px) {
    .ban_img{
      height: 250px;
      width: 80%;
      padding:20px 20px 30px 90px;
    }
  }
  .choose_h1{
    font-family: arial black;
    text-align: center;
    font-size: 45px;
    font-weight: bolder;
    text-transform: uppercase;
  }
  .choose_img{
    width: 450px;
    height: 650px;
    padding: 70px 0px 0px 0px;
  }
  @media (max-width: 992px){
    .choose_img{
      width: 350px;
      height: 400px;
    }
  }
  .choose_body h2{
    font-size: 35px;
    font-weight: bolder;
    padding: 25px 0px 0px 0px;
    font-family: arial black;
  }
  @media (max-width: 992px) {
    .choose_body h2{
      font-size: 42px;
      font-weight: bolder;
      padding: 25px 0px 0px 20px;  
    }
  }
  .choose_body p{
    color: #363535;
  }
@media (max-width: 992px) {
    .choose_body  {
      font-size: 15px;
      margin:3px;
      line-height: 2pt;
    }
  }
  .vision_img{
    width: 100%;
    padding: 60px 0px;
  }
  @media (max-width: 992px) {
    .vision_img{
      height: 270px;
    } 
  }
  .serv_img{
    height: 150px;
    width: 230px;
    padding: 20px 0px 0px 90px;
  }
  .card{
    transition: all;
    width: 20.5rem;
    box-shadow: 5px 10px 18px #888888;
    border-radius: 20px;
  }
  .card:hover{
    transform: scale(1.1);
  }
 @media (max-width: 992px){
  .card{
    width:98%;
}
}
  .choose_body1 h4{
    font-size: 25px;
    padding: 25px 0px 0px 380px;
    font-weight: bold;
}
@media (max-width:992px){
  .choose_body1 h4{
    padding:25px 0px 0px 55px;
  }
}
.choose_body1 h5{
    text-align: center;
    font-weight: 700;
}
.why img{
  height: 100px;
  width: 100px;
  padding:20px 0px 0px 0px;
}
.choose_body p{
  font-size: 18px;
  padding: 10px 0px 0px 5px;
  line-height: 24pt;
  color: #414040;
  text-align: justify;
}

.why p{
  text-align: justify;
  color: black;
}
.why h2{
  font-family: arial black;
  text-align: center;
}
.why h5{
  color: black;
  font-weight: 700;
}
.card1{
  transition: all;
  height: 150px;
  width: 48%;
}
.card1:hover{
  transform: scale(1.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mar{
  margin-left: 20px;
}
.haram button{
  background-color: #ab1f9a;
  border-radius: 10px;
  border: none;
}
@media (max-width: 992px){
  .haram button{
    margin-bottom: 10px;
  }
}
@media (max-width: 992px){
  .card1{
    width:23rem;
    height: 100%;
  }
  .mar{
    margin-left: 0px;
  }
}
.choose_body1 h5{
  color: black;
  font-weight: 700;
}
.choose_body1 h2{
  font-size: 35px;
  font-weight: bolder;
  padding: 25px 0px 0px 0px;
  font-family: arial black;
}
@media (max-width: 992px) {
  .choose_body1 h2{
    font-size: 42px;
    font-weight: bolder;
    padding: 25px 0px 0px 20px;  
  }
}
.choose_body1 p{
  font-size: 18px;
  padding: 10px 0px 0px 5px;
  color: #2e2d2d;
  text-align: justify;
}
  @media (max-width: 992px) {
    .choose_body1 p{
      font-size: 18px;
      padding: 0px 20px ;
      
    }
}
.pdca{
  border: .4rem solid #400639;
  border-radius: .5rem;
  font-size: 3.5rem;
  width: 5.2rem;
  height: 5.5rem;
  color: black;
  padding: 0px 20px 18px 15px;
  font-weight: bolder; 
  margin-left: 100px; 
}
.pdca2{
  border: .4rem solid #400639;
  border-radius: .5rem;
  font-size: 3.5rem;
  width: 5.2rem;
  height: 5.5rem;
  color: black;
  padding: 0px 0px 0px 15px;
  font-weight: bolder; 
  margin-left: 70px; 
}
@media (max-width:992px){
  .pdca{
    margin-left: 100px;
  }
  .pdca2{
    margin: 0px 0px 0px 99px;
  }
}
.pdimg{
  width: 100px;
  margin-left: 30px;
}
@media (max-width:992px){
  .pdimg{
    margin-left: 90px;
    rotate: 90deg;
  }
}
.pcb{
  font-family: arial black;
  text-align: center;
}
.pca{
  text-align: justify;
  color: black;
}
.pca1{
  text-align: justify;
  color: black;
  padding-bottom: 14px;
  line-height: 20pt;
}
.pca3{
  text-align: justify;
  color: black;
  padding-bottom: 0px;
}
.pca2{
  text-align: justify;
  color: black;
  padding-bottom: 12px;
  line-height: 20pt;
}
.pcd{
  color: black;
  font-weight: 700;
}
.inc{
  height: 80px;
  margin: 20px;
}
.about{
  background: linear-gradient(90deg, hsla(267, 37%, 71%, 1) 0%, hsla(340, 75%, 81%, 1) 100%); 
  height:250px;
}
.about h1{
  font-family: Arial black;
  font-size: 55px;
  text-align: center;
  padding-top: 90px;

}
@media (max-width:992px){
  .about h1{
    font-size:48px;
  }
}
.card2{
  transition: all;
  box-shadow: 5px 10px 18px #9dd3f0;
  border-radius: 15px;
}
.card2:hover{
  transform: scale(1.1);
}
@media (max-width:992px){
  .card2{
    margin-left: 20px;
  }
}

.bulk h1{
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif black;
  font-size: 50px;
  text-align: center;
  margin-top: 30px;
}
.bulk p{
  color:#2e2d2d;
  font-size: 20px;
  text-align: justify;
}
.bulk img{
  height: 400px;
  margin-top: 50px;
  width: 420px;
  padding-left: 30px;
}
@media (max-width:992px){
  .bulk img{
    width: 350px;
  }
}
.bulk h5{
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif black;
  font-size: 25px;
  padding: 10px 0px 20px 0px;
}
.inter h5{
  text-align: center;
  font-weight: 700;
}
.inter p{
  color:#2e2d2d;
  text-align: justify;
}
.inter{
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.footer a{
  list-style: none;
  color: #000;
  text-decoration: none;
}
.footer li{
  list-style: none;
}
.footer h2{
  font-weight: bolder;
}
.footer p{
  font-size: 17px;
  color: #000;
}
.vooh .yeah{
  font-family: 'poppin', sans-serif;
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 0 5px;
  overflow: hidden;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
  margin-bottom: 20px;
}
.vooh .yeah:hover{
  width:200px;
}
.vooh .yeah .icoo{
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  text-align: center;
  box-sizing: border-box;
  line-height: 60px;
  transition: all 0.3s ease-out;
}
.vooh .yeah:nth-child(1):hover .icoo{
  background: #4267b2;
}
.vooh .yeah:nth-child(2):hover .icoo{
  background: #f09433; 

  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    }
.vooh .yeah:nth-child(3):hover .icoo{
  background: #25d366;
}
.vooh .yeah:nth-child(4):hover .icoo{
  background:#125e8e;
}
.vooh .yeah:nth-child(5):hover .icoo{
  background:  #1da1f2;
}
.vooh .yeah .icoo a i{
  font-size: 25px;
  line-height: 60px;
  transition: all 0.3s ease-out;
}
.vooh .yeah:hover a{
  color:white;
}
.vooh .yeah:nth-child(4) span{
  color: #1da1f2;
}
.vooh .yeah:nth-child(3) span{
  color: #25d366;
}
.vooh .yeah:nth-child(2) span{
  color: #e1306c;
}
.vooh .yeah:nth-child(1) span{
  color: #4267b2;
}
.vooh .yeah:nth-child(5) span{
  color: #125e8e;
}
.vooh .yeah span{
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  margin-left: 10px ;
  color: #000;
}
.serv_img1{
  height: 150px;
  width: 230px;
  padding: 20px 40px 0px 30px;
}

/*navbar css*/
.navbar-dark .navbar-nav a.nav-link {
  color: black;
  font-size: 1.1em;
}
.hari{
    width:100%;
    z-index:999;
    position:fixed;
}
.dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 0.7em;
}
@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu.show {
    display: flex;
  }
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
}
.dropdown-menu li .dropdown-item {
  color: black;
  font-size: 1em;
  padding: 0.5em 1em;
}
.dropdown-menu li:first-child a {
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
}
.dropdown-menu li a:hover {
  background-color: #ab1f9a;
  color: white;
}
@media only screen and (max-width: 992px) {
  .dropdown-menu.show {
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .dropdown:hover .dropdown-menu {
    width: 40vw;
    flex-wrap: wrap;
  }
}
.nav_back{
background:white; 
color: #000;
}
.hrf a:hover{
  background-color: #ab1f9a;
  color: white;  
}
.logo_mar{
margin-left: 50px;
}
@media (max-width: 992px)  {
.logo_mar{
  margin: 0px 0px;
}
}
.ul_mar{
padding-right: 80px;
}


/*navbar css*/

/*copyright*/
.copy a{
  font-size: 20px;
}

/*copyright*/

.read a{
  color: #7b096d;
  text-align: center;
  padding-left: 90px;
  font-weight: 700;
}
.read a:hover{
  color: #400639;
}
.serv_button a{
  color: #7b096d;
}
.serv_button a:hover{
  color: #400639;
}
.serv_button {
  border: 2px solid black;
  border-radius: 10px;
  width: 50%;
  padding-left: 10px;
  height:7%;
  font-weight: bold;
  font-size: medium;

}
@media (max-width: 992px){
  .serv_button{
    padding: 10px;
    height: 7%;
    width: 70%;
  }
}
