 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/***
   Use the following CSS rules to specify these families 
    Light 300
    Light 300 italic
    Regular 400
    Regular 400 italic
    Medium 500
    Medium 500 italic
    Semi-bold 600
    Semi-bold 600 italic
    Bold 700
    Bold 700 italic
    Extra-bold 800
    Extra-bold 800 italic                                      

***/

.font-29{font-size: 29px;}
.font-24{font-size: 24px;}
 body{
    font-family: 'Open Sans', sans-serif;
   }
 
   span.tag-line {
        display: block;
        font-size: 30px;
    }

.banner-bg{ 
    background-size: cover;
    background-position: center center; 
    background-repeat: no-repeat;
}

.home-banner{ background-image: url(../images/Home_Page_banner.jpg); }

.banner-gradient{ 
    min-height: 700px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.banner-heading{
    font-weight: bold;
    font-size: 50px;
    color: rgba(246,239,239,1);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.639));
}

.banner-box{
    background-color: rgba(255,255,255,0.639);;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    font-weight: normal;
    font-size: 20px;
    color: rgb(112, 112, 112);
    border-radius: 20px;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #d9dae9 !important;
}

footer a,
footer a.nav-link{
    color: #000;
    text-decoration: none;
    border-bottom: 5px solid transparent;
    padding-bottom: 5px;
}

footer .nav-link:focus,
footer .nav-link:hover,
footer .nav-link.active {
    color: #000;
    border-color: #000;
}


/*****xix***** about us start here *******xix*******/

.about-banner{ background-image: url(../images/About_Us_banner.jpg); }

.lineH-28{
    line-height: 28px;
}

/*****xix***** about us end here *******xix*******/

/*****xix***** about us start here *******xix*******/

.whoweare-banner{ background-image: url(../images/Who_we_are_banner.jpg); }

 .list-style-01 li{
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
 }

 .list-style-01 li:before {
    content: "-";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

/*****xix***** about us end here *******xix*******/

/*****xix***** Servicesstart here *******xix*******/

.services-banner{ background-image: url(../images/Services_banner.jpg); }
 

/*****xix***** Services end here *******xix*******/

/*****xix***** contact us start here *******xix*******/

.contact-banner{ background-image: url(../images/Contact_us_Title_Image.jpg); }
.ws-0{
    white-space: nowrap;
    width: 150px;
    flex-shrink: 0;
    text-align: right;
} 

/*****xix***** contact us end here *******xix*******/

 

@media only screen and (max-width: 1399px) {
    .list-style-01 li {
        margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 1199px){
  .list-style-01 li {
      margin-bottom: 14px;
  }
}

@media only screen and (max-width: 992px) {
    .banner-heading { 
        font-size: 50px; 
    }
    .banner-gradient {
        min-height: 400px; 
    }
  }

@media only screen and (max-width: 767px) {
  .banner-heading {
    font-size: 36px;
}

}

@media only screen and (max-width: 600px) {
    .banner-heading {
      font-size: 28px;
  }

  .ws-0 { 
    text-align: left;
}



  }