 h2 {
     font-size: 24px;
     color: #64696b;
     font-weight: 600;
     margin-bottom: 30px
 }
 
 .bg-grey h4 {
     color: #dad7d7;
 }
 
 .carousel-control.right,
 .carousel-control.left {
     background-image: none;
     color: #c10303;
 }
 
 .carousel-indicators li {
     border-color: #c10303;
 }
 
 .carousel-indicators li.active {
     background-color: #c10303;
 }
 
 .item h4 {
     font-size: 19px;
     line-height: 1.375em;
     font-weight: 400;
     font-style: italic;
     margin: 70px 0;
 }
 
 .item span {
     font-style: normal;
 }
 
 .bg-grey h2 {
     color: #dad7d7;
 }
 
 .btn {
     background-color: #c10303;
     color: #fff;
     border-color: #c10303;
 }
 
 h4 {
     font-size: 19px;
     line-height: 1.375em;
     color: #64696b;
     font-weight: 400;
     margin-bottom: 30px
 }
 
 body {
     line-height: 1.8;
     color: #3b3838;
 }
 
 .jumbotron {
     background-color: #c10303;
     padding: 100px 25px
 }
 
 .bg-grey {
     background-color: #3b3838;
     color: #dad7d7;
     padding: 60px 50px
 }
 
 .modal-header,
 .close {
     background-color: #05948d;
     text-align: center;
     font-size: 30px;
 }
 
 .modal-footer {
     background-color: #3b3838;
 }
 
 .bg-white {
     overflow: hidden;
     padding: 60px 50px;
     color: #3b3838
 }
 
 .logo {
     color: #c10303;
     font-size: 200px
 }
 
 .logo-small {
     color: #c10303;
     font-size: 50px
 }
 
 .navbar {
     margin-bottom: 0;
     background-color: #c10303;
     z-index: 9999;
     border: 0;
     font-size: 12px!important;
     line-height: 1.42857143!important;
     letter-spacing: 4px;
     border-radius: 0
 }
 
 .navbar li a,
 .navbar .navbar-brand {
     color: #fff!important
 }
 
 .navbar-nav li a:hover,
 .navbar-nav li.active a {
     color: #c10303!important;
     background-color: #fff!important
 }
 
 .navbar-default .navbar-toggle {
     color: #fff!important;
     border-color: transparent
 }
 
 footer .glyphicon {
     font-size: 20px;
     margin-bottom: 20px;
     color: #c10303
 }
 
 .slideanim {
     visibility: hidden;
 }
 
 .slide {
     animation-name: slide;
     -webkit-animation-name: slide;
     animation-duration: 1s;
     -webkit-animation-duration: 1s;
     visibility: visible;
 }
 
 @keyframes slide {
     0% {
         opacity: 0;
         transform: translateY(70%);
     }
     100% {
         opacity: 1;
         transform: translateY(0%);
     }
 }
 
 @-webkit-keyframes slide {
     0% {
         opacity: 0;
         -webkit-transform: translateY(70%);
     }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0%);
     }
 }
 
 @media screen and (max-width: 768px) {
     .col-sm-4 {
         text-align: center;
         margin: 25px 0;
     }
     .btn-lg {
         width: 100%;
         margin-bottom: 35px;
     }
 }
 
 @media screen and (max-width: 480px) {
     .logo {
         font-size: 150px;
     }
 }
 
 100% {
     transform: translateY(0%);
     opacity: 1;
     -webkit-transform: translateY(0%)
 }
 
 footer {
     padding: 15px;
 }
 
 .bgi {
     overflow: hidden;
     padding: 60px 50px;
     color: #fff;
     background-image: url(../images/bg.jpg);
     background-size: cover;
     background-repeat: no-repeat;
     width: 100%;
     height: auto;
     box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .8);
 }
 
 .bgi h4,
 .bgi h1 {
     color: #c10303;
 }
 
 .bgi h2,
 .bgi h3 {
     color: #c10303;
 }
 
 .panel {
     border: 1px solid #c10303;
     color: #3b3838 !important;
     border-top-left-radius: 100px;
     border-top-right-radius: 0px;
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 100px;
     transition: box-shadow 0.5s;
     box-shadow: 5px 0px 40px rgba(0, 0, 0, .4);
 }
 
 .panel-footer .btn:hover {
     border: 1px solid #c10303;
     background-color: #fff !important;
     color: #c10303;
 }
 
 .panel-body {
     color: #3b3838!important;
 }
 
 .panel-heading {
     color: #fff !important;
     background-color: #c10303!important;
     padding: 25px;
     border-bottom: 1px solid transparent;
     border-top-left-radius: 100px;
     border-top-right-radius: 0px;
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
 }
 
 .panel-footer {
     background-color: #fff !important;
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 100px;
 }
 
 .panel-footer h3 {
     font-size: 32px;
 }
 
 h3,
 h4 {
     color: #c10303;
 }
 
 h1,
 h2 {
     color: #c10303;
 }
 
 .panel-footer h4 {
     color: #c10303;
 }
 
 .panel-footer .btn {
     margin: 15px 0;
     background-color: #c10303;
     color: #fff;
 }
