body{
  color:rgb(34, 34, 34) !important;
  background: #F9F9F9;
  font-family: sans-serif;
  font-size: 13px
}
hr {

    margin-top: 22px;
    margin-bottom: 22px;
    border-top: 1px solid rgb(34, 34, 34);

}
.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: white !important;
    background-color: black;
    font-weight: bold;

}
.navbar{
    min-height: 80px;
    padding:20px;
    border-bottom: 3px solid black;
    background-color:black;
    color:white !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;
}

.panel-wu{
    border-top: 3px solid rgb(249, 218, 18);
    border-radius: none !important;
}

.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
    text-decoration:none !important;
    color:#333  !important;
  }
  .tabs-left {
    border-right: 1px solid #ddd;
  }
  .tabs-right {
    border-left: 1px solid #ddd;
  }
  .tabs-left>li, .tabs-right>li {
    float: none;
    margin-bottom: 2px;
  }
  .tabs-left>li {
    margin-right: -1px;
  }
  .tabs-right>li {
    margin-left: -1px;
  }
  .tabs-left>li.active>a,
  .tabs-left>li.active>a:hover,
  .tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-left: 3px solid rgb(249, 218, 18);
    font-weight: bold;
    border-right-color: transparent;
  }
  


  #footer .ftr-container:after,#footer .ftr-nav-row:after,.clearfix:after,.container-fluid:after,.floated-image:after,.label-hdr:after,.module-drivers:after,.quote-box:after
  {
  clear: both;
  content: " ";
  display: table
}

#footer .ftr-nav-row {
	margin-bottom: 30px
}

@media only screen and (min-width:768px) {
	#footer .ftr-nav-row {
		float: left
	}
	#footer .ftr-nav-row.left-row,#footer .ftr-nav-row.right-row {
		width: 50%
	}
}

#footer .ftr-nav {
	float: left;
	width: 50%
}

#footer .ftr-nav a {
	display: table
}

@media only screen and (min-width:768px) {
	#footer .email-alerts {
		float: right;
		width: auto
	}
}

#footer .social-icons a {
	font-size: 30px;
	font-size: 3rem;
	display: inline-block;
	margin-right: 15px;
	-webkit-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out
}

#footer .social-icons a:hover {
	opacity: .8;
	text-decoration: none
}

#footer .newsletter-register:hover {
	color: #fff
}
#mn-ftr {

    padding: 60px 0 30px;

}
#mn-ftr {

    background: #64656a;
    color: #fff;
    padding: 30px 0 20px;

}

#footer .ftr-container:after,#footer .ftr-nav-row:after,.clearfix:after,.container-fluid:after,.floated-image:after,.label-hdr:after,.module-drivers:after,.quote-box:after
{
	clear: both;
	content: " ";
    display: table;
    color: white !important;
    text-decoration: none
}

.socialfootericon{
    font-size: 30px !important;
    color: white;
    margin-right:10px;
}
.socialfootericon:hover{
    font-size: 30px !important;
    color: silver;
    text-decoration: none
}

.footerlink{
    text-decoration: none !important;
    color: white !important;
}
.footerlink:hover{
    text-decoration: none !important;
    color: white !important;
}

.footertitle{
    color:rgb(255, 221, 0)
}