<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0;}


@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('../fonts/helveticaneue.eot');
    src: url('../fonts/helveticaneue.eot') format('embedded-opentype'),
         url('../fonts/helveticaneue.woff') format('woff'),
         url('../fonts/helveticaneue.ttf') format('truetype'),
         url('../fonts/helveticaneue.svg#HelveticaNeueRegular') format('svg');
}



@font-face {
	font-family: 'Conv_Roboto-Thin';
	src: url('../fonts/Roboto-Thin.eot');
	src: local('☺'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf') format('truetype'), url('../fonts/Roboto-Thin.svg') format('svg');
	
}



@font-face {
	font-family: 'Conv_GOTHIC';
	src: url('../fonts/GOTHIC.eot');
	src: local('☺'), url('../fonts/GOTHIC.woff') format('woff'), url('../fonts/GOTHIC.ttf') format('truetype'), url('../fonts/GOTHIC.svg') format('svg');
}




@font-face {
	font-family: 'Conv_MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular.eot');
	src: local('☺'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
}



@font-face {
    font-family: 'Open Sans', "Times New Roman", Times, serif!important;
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');

}



body {font-family: 'Conv_MyriadPro-Regular'!important;}
.clear-all { clear:both;}
.container { max-width:1152px;}


.banner-2 {
    position: absolute;
    z-index: -10;
	top:40px;
	}

.carousel-inner &gt; .item &gt; img, .carousel-inner &gt; .item &gt; a &gt; img {
	height:100%!important;
	}

.top-main-bg {
    background: url(../images/city-bg.jpg) no-repeat;
	background-size: 100% , cover;
}

@media (max-width: 767px) {
.top-main-bg {
    background: url(../images/city-bg.jpg) no-repeat 50% 0%;
	width: 100%;
	}
}

.top-main-services-us-bg{
	background:url(../images/services-img.jpg) no-repeat scroll top, #4f5c7e none repeat scroll 0 0;
	background-size:cover;
	}

.phone-mail p {
	font-size:14px;
	color:#FFF;
	padding-top:10px;
	}

	.phone-mail p:hover {

	color:#d4d4d4;

	}
	
.flags-div {
	padding-top:10px;
	}

.top-bar {
	background:#0c377b;
	min-height:35px;
	height:auto;
	width:100%;
	}

.logo {
	margin-top:15px;
	}

.navbar-default { background:none; border:none; margin:15px 0 0 0; border-radius:0px!important;}

.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus { background-color:transparent; color:#b3b3b3; text-decoration:underline;}
.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus { 
	color:#40a629 ; 
	text-decoration:none;
}
.navbar-default .navbar-nav  { float:right!important; padding-top:15px;}
.navbar-default .navbar-nav &gt; li:last-child { border:none;}
.navbar-default .navbar-nav &gt; li &gt; a { 
	color:#0c377b; 
	font-weight:500;
	font-size: 16px;
}

@media (min-width: 1500px) {
.navbar-default .navbar-nav &gt; li &gt; a { 
	font-size: 20px;
	}
}

@media (min-width: 1500px) {
.navbar-default .navbar-nav { 
	margin-left: -92px;
	}
}

@media (max-width: 767px) {
.navbar-default .navbar-nav &gt; li &gt; a {
margin: 0px 10px 0px 0px;
    padding: 15px 18px 10px 0px;
	}
}
.nav &gt; li &gt; a { padding:14px 22px;}
.signup a {
	background:#0c377b;
	color:#FFF!important;
	border-radius:5px;
	}
.signup a:hover {
	text-decoration:none;
	background:#4f004f!important;
	}
.nav-bar { margin-top:14px;}

.navbar { margin-bottom:0px;}

.top-div {
	/* border-bottom:1px solid rgba(255, 255, 255, 0.1); */
	margin:20px 0;
	}


.intro-text h1 {
	font-size:40px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:normal;
	line-height:55px;
	}
.intro-text p {
	color:#FFF;
	padding-bottom:20px;
	}
.intro-text a {
	color:#fff;
	text-decoration:none;
	}
.intro-text a img {
	margin-right:10px;
	}
.sending-exactly {
	background:#FFF;
	border-radius:3px 0px 0px 0px;
	}
.sending-exactly input {
	width:100%;
	border:none;
	height:35px;
	font-size:24px;
	}
.sending-exactly h3 {
	color:#2e75cd;
	font-size:14px;
	font-weight:bold;
	}
.sending-select-div{
	background:#40a629 none repeat scroll 0 0;
	border-radius:0px 3px 0px 0px;
	height:81px;
	}
.sending-select-div select{
	background:#40a629!important;
	border:#40a629!important;
	width:100%;
	height:45px;
	color:#FFF;
	font-size:24px;
	margin-top:20px;
	overflow:hidden;
	-webkit-appearance: none; appearance: none /*menulist*/ !important;
	-moz-appearance: none;
	}
.sending-select-div select option {
    padding:5px 10px;
}
	
	
	
.sending-exactly-2 {
	background:#FFF;
	border-radius:0px 0px 0px 3px;
	border-top:1px solid #CCC;
	}
.sending-exactly-2 input {
	width:100%;
	border:none;
	height:35px;
	font-size:24px;
	}
.sending-exactly-2 h3 {
	color:#2e75cd;
	font-size:14px;
	font-weight:bold;
	}
.sending-select-div-2{
	background:#1f7b0a none repeat scroll 0 0;
	border-radius:0px 0px 3px 0px;
	height:81px;
	margin-bottom:20px;
	}
.sending-select-div-2 select{
	background:none;
	border:none;
	width:100%;
	height:45px;
	color:#FFF;
	font-size:24px;
	margin-top:20px;
	overflow:hidden;
	-webkit-appearance: none; appearance: none /*menulist*/ !important;
	-moz-appearance: none;
	}
.sending-select-div-2 select option{background:#4f004f!important;}
.slogan {text-align:center; margin-top:10px; margin-bottom:20px; color:#FFF; font-weight:bold; text-shadow:3px 3px 5px #000;}


.exchange-rate p {
	color:#FFF;
	font-size:15px;
	}

.exchange-rate{
	background:rgba(0,0,0,0.5);
	padding: 5px 0px 0px 0px;
	border-radius: 5px;
}


.taxas-list li {
	list-style-type:circle;
	margin-left:15px;
	color: #70838c;
    font-size: 16px;
	}

.compare-price input[type="button"] {
	width:100%;
	height:45px;
	background:#2e75cd
;
	color:#FFF;
	font-weight:bold;
	}

.get-started input[type="button"] {
	width:100%;
	height:45px;
	background:#0c377b;
	color:#FFF;
	font-weight:bold;
	margin: 5px;
	}

	.get-started input[type="button"]:hover {

	background:#40a629;

	}

.get-started {
	margin-bottom:60px;
	}
	
.four-w{
	color:#9daab3;
	font-size:14px;
	margin:4% 0;
	}
.four-w img {
	padding:7px 0;
	}
	
.pad-top {
	padding-top:5%;
	padding-bottom:4%;
	}
	
.semi-white {
	background:#f2f5f7;
	widows:100%;
	height:auto;
	margin:2% 0;
	padding:2% 0;
	}

.graph-div {
	margin-bottom:20px;
	}
.graph-div h3 {
	font-size:17px;
	color:#9daab3;
	font-weight:bold;
	}
.graph-div h3 span {
	color:#58d941;
	}
.graph-div h4 {
	font-size:14px;
	color:#9daab3;
	font-weight:bold;
	padding:15px 0;
	}
.graph-div a {
	color:#2e75cd
;
	padding:5px 10px;
	border:1px solid #2e75cd
;
	border-radius:3px;
	text-decoration:none;
	}
.graph-div a:hover {
	background:#2e75cd
;
	color:#FFF;
	}

.get-real h2 {
	font-size:36px;
	font-family: 'Conv_Roboto-Thin';
	color:#2f4366;
	font-weight:bold;
	line-height:45px;
	}
.get-real p {
	font-size:15px;
	color:#9daab3;
	font-weight:500;
	line-height:25px;
	text-align:justify;
	padding:15px 0;
	}
.get-real p a {
	text-decoration:underline;
	font-weight:bold;
	color:#2e75cd
;
	}
.get-real h4{
	font-size:14px;
	}
	
.get-real p span a {
	color:#2e75cd
;
	padding:5px 15px;
	border:1px solid #2e75cd
;
	border-radius:3px;
	text-decoration:none;
	}
.get-real p span a:hover{
	background:#2e75cd
;
	color:#FFF;
	}

.you-always {
	margin:9% 0 2% 0;
	}
.you-always h2 {
	font-size:36px;
	color:#2e75cd;
	font-family: 'Conv_Roboto-Thin';
	font-weight:bold;
	text-transform:uppercase;
	}
.you-always p {
	font-size:15px;
	color:#9daab3;
	font-weight:500;
	line-height:25px;
	text-align:justify;
	padding:15px 0;
	}
.you-always p a {
	text-decoration:underline;
	font-weight:bold;
	color:#2e75cd
;
	}

.secure-img img {
	margin:25px  auto;
	}

.video-div {
	widows:100%;
	height:auto;
	}
.video-div h3 {
	font-size:36px;
	color:#db2229;
	font-family: 'Conv_Roboto-Thin';
	font-weight:bold;
	text-transform:uppercase;
	padding:5% 0 2% 0;
	}

.trusted-all {
	background:#f5f7f9;
	padding:5% 0;
	}
.trusted-all h2 {
	font-size:36px;
	font-family: 'Conv_Roboto-Thin';
	color:#2f4366;
	font-weight:bold;
	line-height:45px;
	}
.trusted-all p {
	font-size:15px;
	color:#9daab3;
	font-weight:500;
	line-height:25px;
	padding:15px 0;
	}
.trusted-all p a {
	text-decoration:underline;
	font-weight:bold;
	color:#2e75cd;
	}

.wired {
	padding:10%;
	padding-bottom:7%;
	}
.wired p {
    color: #4C5F68;
    font-size: 14px;
	padding:5px 0;
}

.awsome-customer-div {
	background:url(../images/supportTeamRebrand-photo.jpg) no-repeat scroll 50% center / cover ;
	display:block;
	}

.awsome-customer-div h2 {
	font-size:36px;
	font-family: 'Conv_Roboto-Thin';
	color:#fff;
	font-weight:bold;
	line-height:45px;
	}
.awsome-customer-div p {
	font-size:15px;
	color:#fff;
	font-weight:500;
	line-height:25px;
	padding:15px 0;
	}
.awsome-customer-div p a {
	font-weight:bold;
	color:#FFF;
	background:#2e75cd;
	padding:10px 25px;
	border-radius:5px;
	text-decoration:underline;
	font-size:18px;
	}
.padd-div {
	padding-top:15%;
	padding-bottom:15%;
	}
	
.client-says {
	background:#0c377b;
	width:100%;
	height:auto;
	padding:10% 0 5% 0;
	margin-bottom: 5%;
	}
.client-says h2 {
	font-size:36px;
	font-family: 'Conv_Roboto-Thin';
	color:#fff;
	font-weight:bold;
	line-height:45px;
	}

.get-the-app h2 {
	font-size:36px;
	font-family: 'Conv_Roboto-Thin';
	color:#2f4366;
	font-weight:bold;
	line-height:45px;
	}
.get-the-app p {
	font-size:15px;
	color:#9daab3;
	font-weight:500;
	line-height:25px;
	padding:15px 0;
	}
.get-the-app p a {
	opacity:0.7;
	}
.get-the-app p a:hover {
	opacity:1;
	}

	
.company-team h4{
	color: #050708;
    display: block;
    font-size: 16px;
    font-weight:bold;
    margin-bottom: 12px;
    text-transform: uppercase;
	font-family: 'Conv_Roboto-Thin';
	}
.company-team ul li {
	list-style-type:none;
	color: #333c41;
    display: block;
    font-weight: 400;
    padding: 2px 0;
	}
.company-team ul li a {
	color: #333c41;
    display: block;
    font-weight: 400;
    padding: 2px 0;
	}
.company-team ul li a:hover {
	color:#2e75cd;
	}
.icons ul li {
	float:left;
	padding-right:10px;
	}
.icons ul li a:hover {
	opacity:0.5;
	}
.company-team {
	padding-top:0%;
	padding-bottom:5%;
	}
.footer-text p {
	padding:10px 0;
	color:#333c41;
	}
.footer-text p a {
	font-weight:bold;
	text-decoration:underline;
	color:#2e75cd;
	}
	
	
.top-main-about-us-bg{
	background:url(../images/about-bg.jpg) no-repeat scroll 50% 100%, #4f5c7e none repeat scroll 0 0;
	}
.about-text h1 {
	font-family: 'Conv_Roboto-Thin';
	font-size:40px;
	color:#FFF;
	}
.about-text p {
	padding-bottom:5px;
	color:#FFF;
	}
	
.about-text-2 h1 {
	font-family: 'Conv_Roboto-Thin';
	font-size:40px;
	color:#0c377b;
	}
.about-text-2 p {
	padding-bottom:5px;
	color:#666;
	}	
	
.top-main-services-us-bg{
	background:url(../images/services-img.jpg) no-repeat scroll top 100%, #4f5c7e none repeat scroll 0 0;
	min-height:400px;
	}
	
.top-main-news-us-bg{
	background:url(../images/news-img.jpg) no-repeat scroll 50% 100%, #4f5c7e none repeat scroll 0 0;
	}
	
.services-imgs img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.services-imgs:hover img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: none;
  filter: none;
}


.news-img img {
	margin-top:25px;
	border-radius:3px;
	}
.news-img{
	padding-top:30px;
	padding-bottom:30px;
	}
.news-description h2 {
	font-size:24px;
	font-family: 'Conv_Roboto-Thin';
	}
.news-description p {
	text-align:justify;
	color:#666;
	}
.news-description {
	padding-top:30px;
	padding-bottom:30px;
	}
.news-description-detils h2 {
	font-size:24px;
	font-family: 'Conv_Roboto-Thin';
	padding-bottom:20px;
	color:#0752ab;
	}
.news-description-detils p {
	text-align:justify;
	color:#666;
	line-height:25px;
	}
.news-description-detils h3 {
	font-family: 'Conv_Roboto-Thin';
	font-size:24px;
	color:#db2229;
	}
.line {
	border-bottom:1px solid #999;
	margin:25px 0;
	}
	
.input-height {
	height:45px;
	margin:15px 0;
	}

.pop-up-logo {
	padding:20px 0;
	}
.pop-up-logo h2 {
	font-family: 'Conv_Roboto-Thin';
	font-size:24px;
	color:#db2229;
	}

.steps {
	margin:200px 0;
	}
.active-step {
	background:#db2229!important;
	width:100%;
	
	}
.steps ul li span {
	font-size:30px;
	font-weight:bold;
	}
.steps ul li {
	list-style-type:none;
	padding:5%;
	border-bottom:1px solid #8c8d8e;
	font-size:18px;
	background:#c5c5c5;
	border-radius:3px;
	margin:3px 0;
	color:#FFF;
	}
.signup-fields {
	margin:0 0 50px 0;
	}

.beneficiary-details {
	border:1px solid #CCC;
	padding:20px;
	}
.beneficiary-details h2{
	font-family: 'Conv_Roboto-Thin';
	font-size:24px;
	color:#db2229;
	}
	
.top-main-contact-us-bg {
	background:url(../images/contact-img.jpg) no-repeat scroll 50% 100%, #4f5c7e none repeat scroll 0 0;
	}
.contact-form {
	margin-top:40px;
	margin-bottom:60px;
	}
.contact-form .form-group input {
	margin:35px 0;
	}
	
.slider-strip {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e00202+1,a90000+100 */
	background: #e00202; /* Old browsers */
	background: -moz-linear-gradient(top,  #e00202 1%, #a90000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e00202 1%,#a90000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e00202 1%,#a90000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00202', endColorstr='#a90000',GradientType=0 ); /* IE6-9 */
	padding:15px 0 0 0;
}
.col-sm-12.text-center.slider-text &gt; p {
	color:#FFF;
	padding:0 40px;
	}

.btn-hide-show {
	position:absolute;
	top:20px;
	right:30px;
	background:#ef0000;
	border:1px solid #ff5f5f;
	padding:3px;
	z-index:9999;
	}
.services-list li {
	font-size: 18px;
	padding: 10px 0;
}
.t-c ul li {padding:3px 0; margin-left:20px;}
.t-c ul ul{margin-left:15px;}


.logo-menu{width: 100%; height: auto; background: rgba(255,255,255,0.8); padding-bottom: 15px;}
footer{background: #e9e9e9; padding-top: 50px; margin-top: 25px;}</pre></body></html>