body{
  color:black !important;
}
.firsth4{
  border-left:6px solid #da291c;
  padding:5px;
}
.btn-money{
  background-color: #da291c;
  color:white !important;
  font-size:16px;
  font-weight: bold;
}
.btn-money:hover{
  border-color: #da291c;
  background-color: white;
  color:#da291c !important;
  font-size:16px;
  font-weight: bold;
}
.slides{
  width:100%;
  /* border-bottom: 5px solid black; */
}
.text-red{
  color:#da291c;
}
.carousel-control{
  position: absolute;
  top:40% !important;
  font-size: 40px;
}
.carousel-control.left {
  background-image: none !important;
}
.carousel-control.right {
  background-image: none !important;
}
.btn-circle{
    border-radius: 50px;
}
.a{
    text-decoration: none !important;
}
.icon{
    margin-top:-60px !important ;
    font-size: 18px;
    font-weight: bold;
}
.icon:hover{
    background-color: white;
}
.text-orange{
    color:#fd4703;
}
.text-white{
    color: white;
}
.text-blue{
    color: #1D3557;
}
.text-bold{
    font-weight: bold;
}
.btn-primary {
    text-decoration: none !important;
    color:white !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {

    color: #da291c !important;
    background-color: #eee;
    font-weight: bold;

}
.footer{
    background: #4d4640;
    border-top: 3px solid #de281b;
    color: #FFFFFF;
}
.social{
    font-size: 30px !important;
    color:#FFFFFF
}
footer .copyright {
    margin: 0;
    padding: 0px 0 25px;
    color: #9E9A97;
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 300;
    text-align: center;
}
.navbar{
    min-height: 80px;
    padding:20px;
    border-bottom: 3px solid #da291c;
    background-color:white;
    color:black !important;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}


.parallax {
    /* The image used */
    background-image:url('../../../images/background1.html');

    /* Set a specific height */
    min-height:300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow-x: hidden;
}
.parallaxcontact {
    /* The image used */
    background-image:url('../images/contact.html');

    /* Set a specific height */
    min-height:300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow-x: hidden;
}
.number-circle{
    border:2px solid #da291c;
    color:#da291c;
    padding: 20% !important;
    border-radius: 50px;
}
.parallaxapropos {
    /* The image used */
    background-image:url('../images/moneygram/send.png');
    background-origin: center;
    left: -200px;
    /* Set a specific height */
    min-height:300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow-x: hidden;
}
.afternav{
    padding: 15px;
    background-color: #F7F6F6;
    font-weight: 500;
    overflow: hidden;
}
.parallaxservices {
    /* The image used */
    background-image:url('../images/moneygram/receive.png');

    /* Set a specific height */
    min-height:300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow-x: hidden;
}

//CODE CSS

h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Step by step */

.stepwizard-step p {
    margin-top: 10px;

}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    padding-left:8px !important;
}
.btn-step {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}