img{width: 100%; height: auto;}

p {
    margin-bottom: 1.5em;
    text-align: justify;color: #484f5e;
    font-family: 'Roboto', sans-serif;
  }
  .container a {
    color: #1ccdca;
    text-decoration:none;
  }
  a:hover, a:focus, a:active {
    color: #1ccdca;
  }

  table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
}

  a {
    color: #1ccdca;
    cursor: pointer;
    text-decoration: none;
}
  
  /* img{ width: 100%; height: auto;} */
  
  h1,h2,h3,h4,h5,h6{
    color: #484f5e;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    font-weight: 400;
  }

  ul li{list-style-type: none !important; line-height: 35px !important;}


body{
    background-color: #f5f2f2;font-family: 'Roboto', sans-serif;
  }

.bg{color: #fff;
    line-height: 43px;
    font-size: 14px;
    background-color: #000000;}

    
      .navbar{
        /* background-color: rgba(0, 0, 0, 0.5) !important; */
        /* background-color: rgba(220, 8, 8, 0.25) !important; */
        background-color: #fff;
        border-bottom: 1px solid; border-bottom-color: rgba(255, 255, 255, 0.5);}
      
      .navbar-brand {
        /* margin: 15px; */
        /* padding: 4px; */
        /* border: 1px solid #fff; */
        color: #000;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 2px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    
        font-size: 1.6rem;
        line-height: 100%;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        
      }
    
      .navbar-dark .navbar-nav .nav-link {
        color: #000 !important;
        font-weight: 600;
            font-style: normal;
            font-size: 16px;
            line-height: 160%;
            letter-spacing: 1px;
            text-transform: uppercase;
    }
    
      
    
      .navbar-brand{max-width: 200px !important;}
      .navbar-brand h1{font-size: 26px !important; font-weight: 700; margin: 0px; padding: 0px;}
      .navbar-brand p{font-size: 15px !important;}    
    
      @media screen and (min-width: 992px) {
        .dropdown:hover .dropdown-menu {
          display: block;
          margin-top: 0;
        }
        .dropdown .dropdown-menu {
          display: none;
        }
        .dropdown:hover .dropdown-toggle::after {
          border-top: 0;
          border-bottom: 0.3em solid;
        }
      }
      
      @media screen and (max-width: 991px) {
        .dropdown-toggle.show::after {
          border-top: 0;
          border-bottom: 0.3em solid;
        }
      }
      
      
      .banner{
        border-bottom: 0px solid #fff;
        /* min-height: 280px !important; */
        background-color: #fbfbfb !important;
        background-image: url('../images/8.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: auto;
        
        
      }
      
      .banner_Over{background-color: rgba(0, 0, 0, 0.6) !important;}
      
      .banner_text{padding: 100px 0px; color: #fff !important;}
      .banner_text h6 {color: #fff !important;}
      .banner_text h1 {color: #fff;}

      .banner-title {
        letter-spacing: 6px;
        /* text-align: center; */
        font-weight: 400;
        color: #ffffff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        line-height: 46px;
        padding-bottom: 10px;
        text-transform: uppercase;
    
        color: #FFF;
        margin-bottom: 1.25rem;
        font-size: 3.5rem;
        font-weight: 600;
        line-height: 1.14;
        letter-spacing: .9px;
    
      }
      .banner-sub-title {
        /* text-align: center; */
        font-size: 16px;
        font-weight: 300;
        color: #ffffff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        line-height: 20px;
        padding-bottom: 20px;
        font-style: italic;
      }


      .footerBanner{
        min-height: 280px !important;
        background-color: rgba(0, 0, 0, 0.5) !important;

        background-image: url('../images/8.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: auto;
        
      }
      .footerTextbg{background-color: rgba(0, 0, 0, 0.5) !important;}
      .footerBanner-title { padding-top: 50px;font-size: 1.5rem;
        font-weight: 600; color: #fff;
        
        /* letter-spacing: 6px;
        text-align: center;
        font-weight: 400;
        color: #ffffff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        line-height: 46px;
        padding-bottom: 10px;
        text-transform: uppercase;
    
        color: #FFF;
        margin-bottom: 1.25rem;
        
        line-height: 300px;
        letter-spacing: .9px;
        min-height: 300px; */
    
      }


    
    .profileTitle{
        color: #050000; font-size: 16px; font-weight: 600;
    }
    
    .footerBorder{border-left: 1px solid rgba(128, 128, 128, .2);border-right: 1px solid rgba(128, 128, 128, .2);}
      
    .readmoreButton{
        padding: 15px 30px; border-radius: 10px; font-weight: bold;
        background-color: #050000; color: #fff; text-decoration: none;
      }
      .readmoreButton:hover{color: #fff; text-decoration: none;}
    
      
    .copy p{ font-size: 12px; line-height: 30px; margin-top: 10px;}


.textwidget p{color: #999; margin-bottom: 0 !important;}

.widget-title{color: #050000;}
    
.footerBg{
    background-color: #333;
  }
  
  .disclaimer{
    padding: 55px 40px 35px 40px;
  }
  
  .footerMenu{
    background-color: #292929;
    padding: 50px 60px;
  }
  .footerMenu a{color: #fff !important;}
  .footerMenu {padding: 50px 60px;}
  .footerMenu ul{list-style-type: none !important;}
  .footerMenu ul li {margin-bottom: 15px;list-style: none; display: inline;}
  .footerMenu li a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    float: left;
    margin-right: 15px;
    text-transform: uppercase;text-decoration:none;
    font-size: 14px;
    list-style-type: none;
    color: #fff;
  }
  .footerMenu li a:hover {color: #050000; text-decoration:none;}
  

  .readmore {
    color: #fff;
    margin: 20px 0px 0px;
    padding: 10px 40px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #8224e3; cursor: pointer;
}
.readmore:hover {
  color: #8224e3;
  background-color: #fff;
}
  
  @media (min-width: 276px) and (max-width: 567px){
  
  .footerMenu {padding: 70px 0px;}
  
  .navbar-dark .navbar-toggler {
    color: #000;
    border-color: #000;
  }
  
  .navbar-dark .navbar-toggler-icon {
    background-color: #000;
  }

  .banner-title {
    font-size: 1.5rem !important;
  }
  
  }
  

