.slider-bg-1{
    background-image: url(../img/hero/img-1.jpg);
 }
 .slider-bg-2{
    background-image: url(../img/hero/img-2.jpg);
 }
 .slider-bg-3{
    background-image: url(../img/hero/img-3.jpg);
 }
 .slider-bg-4{
    background-image: url(../img/hero/img-4.jpg);
 }
 .slider-bg-5{
    background-image: url(../img/hero/img-5.jpg);
 }
ul#list li{
   display: block;
   list-style-type: none;
 }
ul#list li::before{
    font-family: "Font Awesome 5 Free"; font-weight:500;
    content:"\f111";
    font-size: 14pt;
    color:chocolate;
    padding-right: 5px;
     
}

ul#salient li{
   list-style-type: none;
   display: block;
 }
ul#salient li::before{
    font-family: "Font Awesome 5 Free";
    content:"\f35a";
    color:rgb(11, 49, 129);
    padding-right: 5px;
     
}
.enquiry label {
color: white;
}
.bg-grad{
   background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%);
}

.pad-50{
   padding: 50px;
}
.text-md{
   font-size: 20px;
}