
@media (max-width: 575.99px) {


    .h7 {

        position: absolute;
        top: 25%;
        left:20px;
        background-color: rgb(192 192 192 / 50%);
        width: 50%;
        padding: 10px 10px 10px 10px;
        font-size: 0.7rem;
        margin-bottom: 1rem;
        font-weight: bold;
        color: #FFF;

    }
    .h8 {

        font-size: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
        color: #FFF;

    }

    .carousel-item {
        height: 100vh;
        min-height: 400px;
        background: no-repeat center center scroll;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
      }

      .carousel-caption > div {
        background-color: rgba(15,116,143,0.8);
        padding: 30px 25px 40px 20%;
        position: absolute;
        top: 25%;
        width: 76%;
      }
      
      #home-carousel .carousel-inner h2 {
        color: #ffffff;
        font-size: 18px;
        line-height: 5px;
        margin-bottom: 10px;
        text-shadow: none;
        text-transform: uppercase;
      }
      
      #home-carousel .carousel-inner p {
        color: #FFFFFF;
        line-height: 5px;
        font-size: 13px;
        margin-top: 0;
        text-shadow:none;
      }
      
      #nav-arrows > a {
        border: 1px solid #fff;
        color: #fff;
        display: block;
        height: 60px;
        line-height: 76px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 60px;
        z-index: 20;
        margin-top: -30px;
      
          -webkit-transition: all 0.3s ease 0s;
             -moz-transition: all 0.3s ease 0s;
              -ms-transition: all 0.3s ease 0s;
               -o-transition: all 0.3s ease 0s;
                  transition: all 0.3s ease 0s;
      }


      #advertisement .ad1 img {width:150px;height: auto}
      #ad1 img {right:1px;bottom:0;top:auto;}





}


@media (min-width: 576px) {


    .h7 {

        position: absolute;
        top: 50%;
        left:20px;
        background-color: rgb(192 192 192 / 50%);
        width: 50%;
        padding: 10px 10px 10px 10px;
        font-size: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
        color: #FFF;

        
    } 

    .h8 {

        font-size: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
        color: #FFF;

    }    
    

    .carousel-item {
        height: 100vh;
        max-height: 300px;
        background: no-repeat center center scroll;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .carousel-caption > div {
        background-color: rgba(15,116,143,0.8);
        padding: 60px 50px 80px 20%;
        position: absolute;
        top: 25%;
        width: 76%;
      }
      
      #home-carousel .carousel-inner h2 {
        color: #ffffff;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
        text-shadow: none;
        text-transform: uppercase;
      }
      
      #home-carousel .carousel-inner p {
        color: #FFFFFF;
        line-height: 28px;
        font-size: 13px;
        margin-top: 0;
        text-shadow:none;
      }
      
      #nav-arrows > a {
        border: 1px solid #fff;
        color: #fff;
        display: block;
        height: 60px;
        line-height: 76px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 60px;
        z-index: 20;
        margin-top: -30px;
      
          -webkit-transition: all 0.3s ease 0s;
             -moz-transition: all 0.3s ease 0s;
              -ms-transition: all 0.3s ease 0s;
               -o-transition: all 0.3s ease 0s;
                  transition: all 0.3s ease 0s;
      }

}

@media (min-width: 768px) {


    .h7 {

        position: absolute;
        top: 25%;
        left:20px;
        background-color: rgb(192 192 192 / 50%);
        width: 50%;
        padding: 60px 50px 80px 50px;
        font-size: 1.4rem;
        margin-bottom: 1rem;
        font-weight: bold;
        color: #FFF;

    }

    .h8 {

        font-size: 1.6rem;
        margin-bottom: 1rem;
        font-weight: bold;
        color: #FFF;

    }

    .carousel-item {
        height: 100vh;
        min-height: 350px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
      }   
      
      .carousel-caption > div {
        background-color: rgba(15,116,143,0.8);
        padding: 60px 50px 80px 20%;
        position: absolute;
        top: 25%;
        width: 76%;
      }
      
      #home-carousel .carousel-inner h2 {
        color: #ffffff;
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 20px;
        text-shadow: none;
        text-transform: uppercase;
      }
      
      #home-carousel .carousel-inner p {
        color: #FFFFFF;
        line-height: 28px;
        font-size: 13px;
        margin-top: 0;
        text-shadow:none;
      }
      
      #nav-arrows > a {
        border: 1px solid #fff;
        color: #fff;
        display: block;
        height: 60px;
        line-height: 76px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 60px;
        z-index: 20;
        margin-top: -30px;
      
          -webkit-transition: all 0.3s ease 0s;
             -moz-transition: all 0.3s ease 0s;
              -ms-transition: all 0.3s ease 0s;
               -o-transition: all 0.3s ease 0s;
                  transition: all 0.3s ease 0s;
      }




}

@media (min-width: 992px) {


    .h7 {

        position: absolute;
        top: 25%;
        left:20px;
        background-color: rgb(192 192 192 / 50%);
        width: 50%;
        padding: 60px 50px 80px 50px;
        font-size: 1.4rem;
        margin-bottom: 1rem;
        font-weight: bold;
        color: #FFF;

    }

    .h8 {

        font-size: 1.6rem;
        margin-bottom: 1rem;
        font-weight: bold;
        color: #FFF;

    }   
    
    
    .carousel-item {
        height: 100vh;
        min-height: 350px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
      }


      .carousel-caption > div {
        background-color: rgba(15,116,143,0.8);
        padding: 60px 50px 80px 20%;
        position: absolute;
        top: 25%;
        width: 76%;
      }
      
      #home-carousel .carousel-inner h2 {
        color: #ffffff;
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 20px;
        text-shadow: none;
        text-transform: uppercase;
      }
      
      #home-carousel .carousel-inner p {
        color: #FFFFFF;
        line-height: 28px;
        font-size: 13px;
        margin-top: 0;
        text-shadow:none;
      }
      
      #nav-arrows > a {
        border: 1px solid #fff;
        color: #fff;
        display: block;
        height: 60px;
        line-height: 76px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 60px;
        z-index: 20;
        margin-top: -30px;
      
          -webkit-transition: all 0.3s ease 0s;
             -moz-transition: all 0.3s ease 0s;
              -ms-transition: all 0.3s ease 0s;
               -o-transition: all 0.3s ease 0s;
                  transition: all 0.3s ease 0s;
      }      



}

@media (min-width: 1200px) {



    .h7 {

        position: absolute;
        top: 25%;
        left:20px;
        background-color: rgb(192 192 192 / 50%);
        width: 50%;
        padding: 60px 50px 80px 50px;
        font-size: 1.4rem;
        margin-bottom: 1rem;
        font-weight: bold;
        color: #FFF;

    }

    .h8 {

        font-size: 1.6rem;
        margin-bottom: 1rem;
        font-weight: bold;
        color: #FFF;

    }

    .carousel-item {
        height: 100vh;
        min-height: 800px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
      }
      
      .carousel-caption > div {
        background-color: rgba(15,116,143,0.8);
        padding: 60px 50px 80px 10%;
        position: absolute;
        top: 25%;
        width: 76%;
      }
      
      #home-carousel .carousel-inner h2 {
        color: #ffffff;
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 20px;
        text-shadow: none;
        text-transform: uppercase;
      }
      
      #home-carousel .carousel-inner p {
        color: #FFFFFF;
        line-height: 28px;
        font-size: 13px;
        margin-top: 0;
        text-shadow:none;
      }
      
      #nav-arrows > a {
        border: 1px solid #fff;
        color: #fff;
        display: block;
        height: 60px;
        line-height: 76px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 60px;
        z-index: 20;
        margin-top: -30px;
      
          -webkit-transition: all 0.3s ease 0s;
             -moz-transition: all 0.3s ease 0s;
              -ms-transition: all 0.3s ease 0s;
               -o-transition: all 0.3s ease 0s;
                  transition: all 0.3s ease 0s;
      }




}


#home{
    padding: 0;
    overflow: hidden;
  }
  
  /*
  #home-carousel .carousel-inner .item {
    background-size:cover;
  }
  
  #home-carousel .slider-content {
    height: 100vh;
}
*/
  
  #home-carousel .carousel-caption {
    left: 0;
    top: 0;
    z-index: 99999;
    text-align: left;
  }
  

  #nav-arrows > a.sl-prev {
      left: 50px;
  }
  
  #nav-arrows > a.sl-next {
      right: 50px;
  }
  
  #nav-arrows > a.sl-next:hover {
      background-color: #009EE3;
      border-color: #009EE3;
      color: #fff;
  }
  
  .carousel-indicators .active {
    background-color: #00c7fc;
    border: 0;
  }

  .rwd-table {
    background: #fff;
    overflow: hidden;
}

.rwd-table tr:nth-of-type(2n){
    background: #eee;
}
.rwd-table th, 
.rwd-table td {
    margin: 0.5em 1em;
}
.rwd-table {
    min-width: 100%;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:before {
    content: attr(data-th) " : ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

.rwd-table th, .rwd-table td {
    text-align: left;
}

.rwd-table th, .rwd-table td:before {
    /*color: #D20B2A;*/
    font-weight: bold;
}

@media (min-width: 597px) {
        .rwd-table td:before{
        display: none;
    }
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }
    .rwd-table th:first-child, 
    .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child, 
    .rwd-table td:last-child {
        padding-right: 0;
    }
        .rwd-table th, 
        .rwd-table td {
        padding: 1em !important;
    }
}

.card-service__icon2 {
  margin-bottom: 12px;
  /* height: 72px; */
  /* width: 72px; */
  background: #ecf0f8;
  display: inline-block;
  text-align: center;
  line-height: 72px;
  border-radius: 51px;
  margin-bottom: 32px;
}

.pageTitle3 {
  font-size: 1.4em;
  color: #333;
  padding-left: 10px;
  border-left-width: 15px;
  border-left-style: solid;
  border-left-color: #ff9999;
  margin-bottom: 20px;
}