body{
	font-family: 'Raleway', sans-serif;	
	font-size: 14px;
    color: #231e20;
}

p {
    font-family: 'Raleway', sans-serif;
    color: #231e20;
}

.container {
    max-width: 1170px;
}

.outer-section{
	float: left;
	width: 100%;
}


header{
	width: 100%;
    float: left;	
}

.navbar-brand img{
	max-width:185px; 
	width: 100%;
}

nav.navbar{
	padding : 18px 10px;
    background: #ffca08;    
}

.navbar-light .nav-item{
    display: inline-flex;    
}

.navbar-nav > li {
  position: relative;
  text-align: center;
}

.navbar-light .navbar-nav a.active::after{
    border-bottom: 2px solid #d2232a;
    bottom: -40px;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    width: 90%;
    margin: 0 auto;
}

ul.navbar-nav>li::after {
    content: "|";
}


ul.navbar-nav>li:last-child::after {
  content: none;
}


.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 0px 12px;    
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #d2232a;
}

.nav-link.active{
	color: #d2232a !important;
}

ul.navbar-nav>li>a {
    padding: 0 15px;
    color: #5d5d5e;
}

.top-container {
    background: #f5f5f7;
    width: 100%;
    float: left;
}

.top-container ul.top-left li {
    display: inline-block;
    float: right;
    margin-right: 15px;
    font-size: 13px;
}

ul.top-left li i {
    color: #FFCA08;
}

.top-left {
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 7px 0px;
}

a , a:hover{
    color: #231e20;
    text-decoration: none;
}

.carousel-inner{
	position: relative;
}

.top-banner{
	float:left;
	position: relative;	
	width: 100%;
}

.header-text {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;
    max-width: 1170px;
    margin: 0 auto;
}

.btn-help {
    position: fixed;
    right: 0;
    bottom: 2%;
    z-index: 10;
    transition: bottom ease 0.5s;
}
.btn-help a {
    background: #5d5d5e;
    padding: 8px 16px 8px 16px;
    color: #fff;
    cursor: pointer;
    position: relative;
    display: block;
    transition: .4s ease-in;
}

.btn-help a:before {
    background: #FFCA08;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    display: inline-block;
    z-index: 1;
    transition: all .2s linear;
    position: absolute;
}

.btn-help a span {
    display: block;
    position: relative;
    z-index: 2;
    color: #fff !important;
}

.btn-help a:hover:before {
    width: 100%;
}

.carousel .header-text h2 {
    font-family: 'Raleway';
    margin-top: 0px;
    color: #231e20;
    font-weight: bold;
    font-size: 30px;
}

.carousel .header-text p {
    font-size: 16px;
    color: #231e20;
}

.carousel-item img{
width: 100%;	
}

.carousel-indicators li{
    height: 5px;
    border-radius: 5px;
}

.carousel-indicators li.active{
	background-color: #FFCA08;
}

#home-carousel {
    position: relative;
    width: 100%;
    float: left;
}

.home-carousel-right {
    position: absolute;
    top: 51%;
    right: 0px;
    transform: translateY(-50%);
}

.home-carousel-right a{
    margin-bottom: 10px;
    font-size: 16px;
    background: #5d5d5e;
    padding: 10px 40px 10px 3px;
    color: #fff;
    cursor: pointer;
    position: relative;
    display: block;    
}

.home-carousel-right a i{
    margin: 0px 15px;
}

.home-carousel-right a:before {
    background: #FFCA08;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    display: inline-block;
    z-index: 1;
    transition: all .2s linear;
    position: absolute;
}

.home-carousel-right a:hover:before {
    width: 100%;
}

.home-carousel-right a span{
	position: relative;
    z-index: 2;	
}

.section-heading{
    color: #5d5d5e;
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
}

.section-heading h2{
	font-size: 36px;
    font-weight: bold;
    color: #d2232a;
}


.cont-desc-info{
	width: 100%;
	float: left;
}

.cont-desc-info h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.why-us-section{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;    
}

.why-us-section figure{
   text-align: center;
}

.why-us-section figure img{
    max-width: 100%;	
}

.why-us-section p {
    font-size: 14px;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 4px;
}

.payment-method{
	background: url("../images/mid-bg.png");	
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;	
}

.method-row {
    margin: 70px auto 75px auto;
    width: 88%;
}

.method-row .fa{
    color: #FFCA08;
}

.method-row .col {
    background: #fff;
    margin: 0px 15px;
    padding: 10px 10px 10px 44px;
    border-radius: 30px;   
    background-image: url(../images/check-circle.png);
    background-repeat: no-repeat;
    background-position: 5px;
      
}

.transfer-rate-section {
    background-color: #f5f5f7;
    padding-bottom: 35px;
}

.transferrate-box-row {
    float: left;
    width: 100%;
}

.transferrate-box-col {
    width: 19.7%;
    display: inline-block;
    padding: 10px;
}

.transfer-rate-section .price {
    font-size: 34px;
    background: #474747;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    text-align: center;
    margin: 20px auto;
    line-height: 74px;
    color: #FFCA08;
    font-weight: bold;
}

.transfer-rate-section .transferrate-box .flag{
    width: 43px;
    margin: 0px auto 20px auto;
}

.transfer-rate-section .price:before {
    content: '$';
    font-size: 16px;
    font-weight: normal;    
}

.transfer-rate-section .section-heading p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}


.transfer-rate-section .transferrate-box {
    padding: 7px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 1px #ccc;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: 600;    
}

.transfer-rate-section .transferrate-box.green-bg {
    background: #FFCA08;
}

.transfer-rate-section p.box-lst {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    padding: 47px 0;
}

.c-btton{
    padding: 50px 0px 30px 0px;
    float: left;
    width: 100%; 
}

.more-country-rate-btn{
    font-size: 17px;
    font-weight: 600;
    margin: 0px auto;
    padding: 16px 18px;
    background: #ffca08;
    margin-top: 11px;
}

.map-section {
    padding: 50px 0 0;
    width: 100%;
    float: left;
}

.map-section .tp-txt {
    font-size: 18px;
    color: #5d5d5e;
    font-weight: 500;
    text-transform: uppercase;
}

.map-section h3 {
    font-size: 24px;
    color: #5d5d5e;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-top: 30px;    
}

.map-section p {
    font-size: 14px;
    color: #5d5d5e;
}


/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;   
}

nav {
  min-height: 85px;
}

.map-section img{
	max-width: 100%;
}

.footer {
    color: #c2c2c2;
    font-size: 14px;
    background: #27272b;
    padding-top: 55px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
    clear: both;
}

.footer-logo {
    margin-bottom: 20px;
    max-width: 170px;
}

.footer a {
    color: #c2c2c2;
    font-size: 14px;
}


.ftr-info-line {
    border-top: 1px solid #1e1e21;
    padding: 15px 0px 15px 30px;
    position: relative;
}

.ftr-info-line i {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 18px;
    color: #76767f;
}

h3.widget-title {
    font-weight: 600;
    font-size: 18px;
    color: #c2c2c2 !important;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 35px;
}

.footer ul.footer-links {
    padding: 0px;
}

.textwidget ul.footer-links li {
    padding: 4px 0px;
}

.widget_text ul {
    list-style: none !important;
    margin: 0px 0 0.5em 1.5em !important;
}

.btn-subscribe {
    background-color: #FFCA08;
    color: #fff;
    border-radius: 0px;
    height: 42px;
    width: 30%;
}

.footer-newsletter {
    max-width: 450px;
    width: 100%;
    z-index: 5;
    float: left;
    padding-left: 19px;
}

.text-newsletter {
    width: 70%;
    border: none;
    padding: 4px 18px;
    border-radius: 0px !important;
    background: rgba(255, 255, 255, 1);
    outline: none;
    margin-bottom: 5px;
    box-shadow: 0px 0px 2px rgba(42, 86, 162, .7);
    height: 42px;
    float: left;
}

.newsletter-section{	
    margin-top: 50px;
}
.newsletter-form h3.widget-title.subscribe-title {
    margin-bottom: 20px;
}


.footer-social {
    width: 100%;
    position: relative;
    z-index: 5;
    padding-left: 0px;
    float: right;
}

.footer-social li {
    display: inline-block;
    margin: 0px 12px;
}

.footer-social li a {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #76767f;
    display: inline-block;
    font-size: 23px;
    padding: 2px;
    text-align: center;
    color: #27272b;
    transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
}

.page-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 27px;
    font-size: 36px;
    font-weight: bold;
    color: #d2232a;
    text-align: center;
}

.about-us h3 {
    font-size: 24px;
    margin: 10px 0;
    color: #d2232a;
    padding-top: 1px;
    font-weight: 600;
}

.about-us p {
    margin-bottom: 25px;
    font-size: 14px;
}

.about-us img {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    width: 100%;
}

.get-in-touch{
    font-size: 18px;
    text-transform: uppercase;
}

.contactbox {
    background-color: #f0f0f2;
    height: 200px;
    position: relative;
    width: 100%;
    float: left;
    margin-top: 70px;
}

.contactbox i {
    background: #FFCA08;
    font-size: 44px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    width: 76px;
    height: 76px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -38px;
    line-height: 76px;
    border-radius: 8px;
}

.coninfo {
    width: 100%;
    float: left;
    padding: 60px 10px;
}

.contactbox p {
    font-size: 14px;
    text-transform: inherit;
    text-align: center;
    margin-bottom: 0px;
}

section.outer-section.contact-us {
    margin-bottom: 70px;
}

.contactbox a {
    color: #344cc7;
    text-decoration: underline;
}

.contactbox ul {
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
}

.contactbox ul li {
    background-color: transparent;
    padding: 10px;
    display: inline-block;
    margin: auto;
}

.footer-social li a:hover {
    color: #fff;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.footer-social li.ftr-fb a:hover {
    background: #2050a8;
}

.footer-social li.ftr-twt a:hover {
    background: #1CB7EB;
}

.footer-social li.ftr-in a:hover {
    background: #1686B0;
}

.footer-two {
    background: #202026;
    color: #ffffff;
    padding: 12px 0px;
    margin-top: 32px;
}

.footer-two p {
    font-size: 12px;
    margin: 0;
    color: #fff;
}

.footer-logo img{
	max-width: 200px;	
}

.prodcut-services{
    background-color: #fff;
}

.prodcut-services .section-heading{
    margin-bottom: 60px;
}

.section-heading p{
    font-size: 16px;
}

.service-row{
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0 auto;    
}

.services-box{
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 8px;
    padding: 46px 58px 58px 58px; 
    float: left;
    width: 100%;    
}

.service-img{
    width: 100%;
    display: table;
    table-layout: fixed;
    list-style: none;
    padding-left: 0px;
    margin: 0 auto;
}

.service-img li img {
    max-width: 100%;
}

.service-img li {
    text-align: center;
    display: table-cell;
}

.service.text {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
}

.col-md-6.service-box-main {
    padding: 0px 20px;
    display: table-cell; 
    vertical-align: top;       
}

.how-it-receive{
    float: left;
    width: 100%;
    padding: 0px 10px;
    text-align: center; 
    padding-bottom: 40px;    
}

.how-it-receive img {
    width: 35px;
    margin-right: 10px;
    float: left;
    display: block;
}

.how-it-receive .btn{
    font-weight: bold;
    background: #fff;
    border: 1px solid #d2232a;
    color: #d2232a;
    width: 100%;
}

.how-it-receive h2 {
    font-size: 36px;
    font-weight: bold;
    color: #d2232a;
    margin: 18px 0px 40px 0px;
}

.modal-img{
    float: left;
    width: 100%;    
}

.white-back{
    background-color: #fff;
    padding-bottom: 35px;   
}

.grey-back{
    background-color: #f5f5f7;
    padding-bottom: 35px;    
}

.partners-row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
    padding-bottom: 40px;
}

.partners-block {
    padding: 17px;
    border-radius: 8px;
    box-shadow: 0px 0px 19px 1px rgba(230,230,230,1);
    float: none;
    margin-bottom: 15px;
    width: 23%;
    margin: 1%;
    background: #fff;
}

.upcoming-partner{
    display: flex;
    justify-content: center;
    flex-direction: column;   
}

.upcoming-partner h4 {
    font-size: 18px;
    vertical-align: middle;
    color: #d2232a;
    font-weight: bold;
}

.partners-section{
    float: left;
    width: 100%;
    padding: 0px 10px;
    text-align: center;
}    


.partners-block img {
    max-width: 80%;
}

.htr-container {
    display: inline-block;
}

.how-to-rec-div {
    width: 160px;
    margin: 5px 5px;
    display: inline-block;
}

.how-to-rec-div span {
    display: block;
    color: #007bff;
    font-weight: bold;
    cursor: pointer;
}

.money-to-philip{
    padding-bottom: 50px;
    background: #f5f5f7;    
}

.send-money-phiip-container{
    padding-left: 0;
    width: 100%;
    float: left;
    margin-top: 10px;    
    text-align: center;  
}

.send-money-phiip-container li {
    display: inline-block;
    font-size: 16px;
}

.send-money-phiip-container li:after {
    content: "|";
    padding: 0px 12px;
    font-weight: bold;
    color: #d2232a;
}

.send-money-phiip-container li:last-child::after {
    content: none;
}


span.strong-text {
    font-weight: bold;
    margin-right: 8px;
}

.more-info{
    font-size: 16px;
    float: left;
    width: 100%;
}

.more-locations{
    margin-top: 10px;
    font-size: 16px;
    float: left;
    width: 100%;  
}

.more-locations a {
    color: #d2232a;
    font-weight: bold;
    text-decoration: underline;
}

h1.location-top-title {
    font-size: 20px;
    padding-left: 15px;
    color: #fff;
    padding: 8px 15px;
    background: #7F7D7E;
    text-transform: uppercase;
}

.location-row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.address-block {
    padding: 17px 17px 10px 17px;
    border-radius: 8px;
    box-shadow: 0px 0px 19px 1px rgba(230,230,230,1);
    float: none;
    margin-bottom: 15px;
    width: 48%;
    margin: 1%;
    position: relative;
}

.address-block .title {
    font-weight: bold;
    margin: 5px 0px 0px 0px;
    font-size: 16px;
}

.address-block ul {
    list-style: none;
    padding-left: 0px;
    float: left;
    width: 100%;
}

.address-block li {
    line-height: 28px;
}

.address-block ul li i{
        min-width: 20px;
}

span.arabic_address{
    font-size: 18px;
}

.hidden-it{
    display: none;
}

.check-locations-block{
    background: #f5f5f7;
    padding-top: 20px;
    padding-bottom: 20px;
}

.check-locations-here {
    display: block;
    font-family: 'Raleway';
    color: #231e20;
    font-weight: bold;
    font-size: 18px;
    padding-left: 20px;
}

.check-locations-here a{
    text-decoration: underline;
}

@media (max-width: 767px) {
    .address-block {
        float: left !important;
        width: 100% !important;
        margin-bottom: 10px;
    }

	.home-carousel-right {
	    margin-top: 25px;
	    width: 100%;
	    transform: inherit;
	    position: inherit;
	    float: left;
	}

	.carousel-item img {
	    width: auto;
	    max-height: 300px;
	}

    .home-3-slider img{
        width: 100%;
        max-height: inherit;        
    }

    .home-3-slider .header-text h2{
        font-size: 15px;
    }

    .home-3-slider .header-text .col-md-5{
        padding-left: 5px;
    }

	.header-text {
    	top: 10%;
	}

	.method-row .col {
	    float: left;
	    width: 100%;
	    flex: inherit;
	    margin: 5px;
	}

	.transfer-rate-section .col-md-2{
		margin-bottom: 10px;
	}

	.method-row {
	    margin: 50px auto 50px auto;
	}

	h3.widget-title{
		margin-bottom: 20px;
	}

	.newsletter-section {
    	margin-top: 0px;
	}

    .partners-block{
        float: left;
        width: 48%;
        margin-bottom: 9px;        
    }

    .upcoming-partner{
        width: 100%;
        float: left;
    } 

    .partners-row {
        padding-bottom: 10px;
    }

    .upcoming-partner h4 {
        font-size: 14px;
    }
}


@media (max-width: 900px){
    ul.navbar-nav>li::after {
        content: none;
        padding-right: 5px;
        padding-left: 5px;
    }

	ul.navbar-nav{
		padding: 10px 5px;		
	}

	ul.navbar-nav>li{
    	padding: 5px 0px;
	}

    .transferrate-box-col {
        width: 50%;
        float: left;
    }    

    .row.service-row {
        float: left;
        width: 100%;
        display: block;
        margin: 0px auto;
    }

    .col-md-6.service-box-main {
        float: left;
        width: 100%;
        margin-bottom: 25px;        
    }    

    .services-box {
        padding: 35px 15px;
    }    

    .service-img li img {
        max-width: 70%;
    }    

    .navbar-light .navbar-nav a.active::after
    {
        content: none;
    }

    .location-thumb{
        margin-bottom: 5px;
    }

    .check-locations-here {
        font-size: 13px;
        padding-left: 0;
    }

}

@media screen and (min-width: 769px) and (max-width: 1024px){
    .method-row {
        width: 100%;
    }

    .transferrate-box-col {
        width: 33%;
        display: inline-block;
        padding: 6px;
    }    

    .service-img li img {
        max-width: 70%;
    }

}
