
body{
    font-family: 'Roboto', sans-serif;
}
p,h1,h2,h3,h4,h5 {
    font-family: 'Roboto', sans-serif;
}

.bg1 {
    background-color: #d71920;
  }

  .c1 {
    color: #d71920 !important
  }

  .c2 {
    color: #000 !important;
  }

  .c3 {
    color: #fff !important;
  }

  #topbar {
    background: #d71920;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #d71920;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a {
    color: #d71920;
}
#hero {
    width: 100%;
    height: 75vh;
    background: url('../img/banner.jpg') top left;
    background-size: cover;
    position: relative;
}
#hero .container {
    position: relative;
    margin-top: 16rem;
}
#hero:before {
    content: "";
 background: none !important;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#header .logo img {
    max-height: 52px;
}

 #hero h1
{
    color: #fff !important;
    font-weight: normal;
    font-size: 34px;
}
#hero h2 {
    color: #fff !important;
    font-weight: bold;
    font-size: 44px;
    line-height: 46px;
}
#hero .container {
    position: relative;
    margin-top: 16rem;
}

#hero .btn-get-started {
  
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px !important;
    letter-spacing: 1px; 
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #d61920;
    background: #ffffff !important;
}
#hero .btn-get-started:hover {
    color: #000;
   
}
.carousel {
    background-color: #df2328;
    position: relative;
}
.liner1 {
    margin: 0 auto;
    color: inherit;
    border: 0;
    border-top: 1px solid #d71920;
    opacity: 1;
    text-align: center;
    width: 47px;
    margin-top: 2px;
}
.liner2 {
    margin: 0 auto;
    color: inherit;
    border: 0;
    border-top: 1px solid #fff;
    opacity: 1;
    text-align: center;
    width: 47px;
    margin-top: 2px;
}
  .section-title h3 {
    margin: 15px 0 0 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
  }

  .about .content ul {
    padding-left: 22px;
  }

  .about .content ul li {
    display: list-item;
    margin-bottom: 0px;
    list-style: disc;
    margin-top: 0px !important;
    color: #fff;
    font-size: 15px;
  }

  .section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: none !important;
    color: #106eea;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
  }

  p {
    font-size: 15px;
    line-height: 17px;
  }

  .redbar p {
    background-color: #d71920;
    padding: 6px 0;
    color: #fff;
    font-weight: bold;
  }

  .redbar ul li {
    color: #d71920;
    list-style: none;
    font-weight: bold;
    font-size: 15px;
  }

  .blackbar p {
    background-color: #000;
    padding: 6px 0;
    color: #fff;
    font-weight: bold;
  }

  .blackbar ul li {
    color: #000 !important;
    list-style: none !important;
    font-weight: bold;
    font-size: 15px;
  }
  .navbar>ul>li>a:before {
    
    background-color: #d71920;
    
}
.back-to-top {
    
    background: #000000;
   
}


.slider1{
    background: url(../img/banner.jpg) top left;width: 100%;   height: 75vh;      background-size: cover;    position: relative;
}
.slider2{
    background: url(../img/banner2.jpg) top left;width: 100%;   height: 75vh;      background-size: cover;    position: relative;
}


  @media screen and (max-width: 1200px) {

#hero .container {
    position: relative;
    margin-top: 13rem;
}

.carousel-item .container{
    width:100%;
}

  
    .mobile-5
  {
    width: 50% !important;
display: block;
flex: 1 1 auto;
max-width: 50%;
  }
  .mobile-5 img{
    margin-bottom: 30px !important;

  }
  h3 br{
    display: none;
  }
}

.dshow{
    display:block;
}
.mshow{
    display:none;
}











@media screen and (max-width: 767px) {
    .section-title h3 {
        margin: 15px 0 0 0;
        font-size: 24px;
        font-weight: 700;
        line-height: 26px;
    } 
    #hero h1 {
        color: #fff !important;
        font-weight: normal;
        font-size: 30px;
        line-height: 32px;
    }
    #hero h2 {
        color: #fff !important;
        font-weight: bold;
        font-size: 34px;
        line-height: 36px;
    } 
    #hero .btn-get-started {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px !important;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 18px;
        border-radius: 4px;
        transition: 0.5s;
        color: #d61920;
        background: #ffffff !important;
    }
    .bg1,.bg2 {
            background-position: 63% 100% !important;
    }
    #topbar{
        display:none !important;
    }
    
     .slider1, .slider2{
   background:none !important; height:auto !important;
}

.dshow{
    display:none;
}
.mshow{
    display:block;
}
#hero .container {
    position: relative;
    margin-top: 0px;
    padding: 0px;
}
#hero {
    width: 100%;
    height: auto !important;
}


}