.pd-10 {
     padding: 10px;
}
 .pd-20 {
     padding: 20px;
}
 .green-bg {
     background: #009270 !important;
}
 .mb-0 {
     margin-bottom: 0 !important;
}
 .white {
     color: #fff;
}
 .font-bold {
     font-weight: bold;
}
 .black-bg {
     background: #111111;
}
 .black {
     color: #111111;
}
 .padding-top-10 {
     padding-top: 10px;
}
 .footer ul {
     list-style: none;
     margin: 0;
     padding: 0;
}
 .footer ul li a {
     color: #fff;
     font-size: 15px;
     text-decoration: none;
}
 .my-navbar {
     /*background-color: #009270 !important;*/
     background-color: #fff !important;
}
 .my-navbar ul li a {
     /*color: #fff !important;*/
     color: #000 !important;
    font-weight: 700;
}
 .dropdown-menu {
     background: #fff !important;
}
 .dropdown-menu li a:hover {
     background: #dee2e6 !important;
}

 .top-head{
    background: #383085 !important;
 }

 .top-head .row{
    padding: 10px;
    color: #fff;
 }
 .gradient-1 {
     background-image: linear-gradient(110deg, #e99019 0, #e62f4a 100%);
}
 .gradient-2 {
     background-image: linear-gradient(110deg, #e62f4a 0, #73136e 100%);
}
 .gradient-3 {
     background-image: linear-gradient(110deg, #a55ccb 0, #0a46cf 100%);
}
 .contact-pic {
     background: url(../img/contact-us.png) no-repeat center center / cover;
     background-size: cover;
     overflow: hidden;
     animation: newsSlide 30s linear infinite;
}
 .contact-pic h1 {
     margin-bottom: 5px;
     font-weight: bold;
     font-size: 3em;
}
 .width-100{
     width: 100% !important;
}
 .call-label {
     text-align: center;
     font-size: 20px;
     padding: 10px;
}
 .navbar-nav li {
     margin-left: 10px;
     margin-right: 10px;
}
 .card {
     width:400px;
    max-height: 23em;
   
}

.card-img{
    width: 100%!important;
    height: 200px!important;
    object-fit: cover;
 }

 .mylogo{
    height: 40px; 
    margin-left: 135px;
 }

 @media screen and (max-width: 768px) {
  .mylogo {
    margin-left:0px !important;
  }
}

#adminBody{
    background-image: linear-gradient(to bottom, #542983, #763391, #973f9d, #b84ba8, #d859b2);
    height: 100vh;
}

#cardForm{
  padding: 40px !important;
  margin-top: 10em !important;
}

.admin-logo{
   height: 50px;
}

.pl-20{
    padding-left: 20px;
}