body{
    font-family: 'Roboto', sans-serif;
  margin:0;
  padding:0;
  line-height: 2.2rem;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
}

/* slider */
.carousel-inner{
    background-color: #E6E6E6;
}
.slide1-text {
    position: absolute;
    top: 30%;
    left: 30%;
    display: block;
    
}

.slide1-text h1{
    font-weight: bold;
    color:#dc3545;
    font-size: 3.5rem;
}
.red{
    color:#dc3545;
}
.bg-red{
    background-color: #dc3545;
}

.title{
    font-size: 2.5rem;
}
.content-holder{
    padding-top:6rem;
    padding-bottom: 6rem;
}
.light-grey{
    color:#e6e6e6;
}
.bg-light-grey{
    background-color:#ebebeb;
}
.red-content{
   
    background-position: top;
    background-repeat: no-repeat;
   
}
.p-6{
    padding: 6rem;
}
.pt-6{
    padding-top: 6rem;
}
.p-7{
    padding: 7rem;
}
.p-8{
    padding: 8rem;
}

/* footer */
footer li{
 list-style: none;
 line-height: 2.3rem;
}

footer li a{
    color:#FFF;
}

footer li a:hover{
    color:gold;
}

.ordered-list{
    font-size: 1.4rem;
    line-height: 2rem;
    
}

.ordered-list li{
    margin-top: 20px;
    padding-left: 20px;
}
.text-black{
    color: #000;
}
.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #D80027; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; margin-bottom: 40px;}
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: red; }
.box > .icon > .info > h3.title { font-family: "Robot",sans-serif !important; font-size: 16px; color: #222; font-weight: 700; margin-top: 20px; }
.box > .icon > .info > p { font-family: "Robot",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; margin-top: 20px !important;}
.box > .icon > .info > .more a { font-family: "Robot",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: red; }
.box .space { height: 30px; }

.bg-blue{
    background-color: #124DBC;
}
.blue{
    color: #124DBC;
}
.font-150{
    font-size: 1.5rem;
}
.font-120{
    font-size: 1.2rem;
}
.green-3{
    background-color: #3E580B;
}
.green-2{
    background-color: #577B14;
}
.green-1{
    background-color: #6E9B17;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
.mycarousel{
    height:187px;
    overflow: hidden;

}
}