body {
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.header {
    height: 90px;
}
.header-weapper {
	width: 1300px;
	margin: 0px auto;
}
.logo {
    padding: 9px 0px;
}
.menu {
    height: 90px;
}
.menu nav.navbar {
    padding: 0px;
}
.navbar-expand-lg .navbar-nav li.nav-item {
    line-height: 87px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 17px;
    font-size: 16px;
    color: #010101;
    font-weight: 700;
    text-transform: uppercase;
}
.bg-login {
	background: #eaeaea;
	padding: 0px 10px;
}
.navbar-expand-lg .bg-login li.nav-item a.nav-link {
    padding: 0px 12px;
}
.navbar-expand-lg .bg-login li.nav-item a img {
	padding-right: 5px;
	padding-bottom: 3px;
}
.navbar-expand-lg .navbar-collapse {
    padding-left: 0px;
}
.banner {
    background: url(../imgs/banner.jpg) no-repeat;
    width: 100%;
    height: 602px;
	background-size: cover;
}
.contant-text {
    width: 100%;
    text-align: center;
    padding-top: 160px;
}
.contant-text h1 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 46px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
}
.contant-text h1 span {
    font-size: 37px;
}
.gateway {
    float: left;
    width: 80%;
    margin: 40px 10% 0px;
}
.send {
    padding-right: 0px;
}
.country {
    background: #fff;
    width: 70%;
    float: left;
    margin: 0px;
    height: 72px;
}
.price {
    background: #f0f0f0;
    width: 30%;
    float: left;
    height: 72px;
}
.country label {
    width: 100%;
    margin: 8px 14px;
    font-size: 14px;
    color: #848484;
}
.country img {
    float: left;
    padding-left: 14px;
    padding-top: 10px;
}
.country select {
    width: 100%;
    float: right;
    border: none;
    box-shadow: none;
    font-size: 16px;
    color: #333333;
	position: relative;
    bottom: 2px;
}
.price label {
    width: 67%;
    margin: 8px 10px 8px 10px;
    font-size: 14px;
    color: #848484;
}
.price input,
.price  span#total {
    width: 100%;
    float: left;
    border: none;
    box-shadow: none;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    background: #f0f0f0;
    padding: 20px 16px 10px;
	position: relative;
    bottom: 2px;
}
.price input:focus { 
	border: none;
	box-shadow: none;
	background: #f0f0f0;
}
.country select:focus { 
	border: none;
	box-shadow: none;
	background: #fff;
}
.start {
    padding: 0px;
    width: 100%;
}
.btn-start {
    background: url(../imgs/btn.png) no-repeat;
    width: 168px;
    height: 72px;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    border: none;
    float: left;
    text-align: center;
    line-height: 72px;
    text-decoration: none !important;
}
.btn-start:hover,
.btn-start:focus {
    box-shadow: none;
	outline: 0px;
}
.three-tabs {
    background: #f5f5f5;
    margin-bottom: 40px;
}
.three-tabs .media {
    padding: 50px 0px 25px;
}
.three-tabs .media-body h5 {
    color: #222;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 55px;
    margin: 0px;
}
.media-para {
    padding-bottom: 50px;
    font-size: 16px;
    color: #222222;
    line-height: 34px;
    font-family: 'Roboto Slab', serif;
    padding-right: 40px;
}
.tab_1 {
    padding: 0px;
}
.tab_2 {
    padding: 0px 32px;
    background: #cb1011;
}
.tab_3 {
    padding: 0px;
    padding-left: 30px;
}
.section_1 h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    line-height: 35px;
}
.section_1 h4 {
    font-size: 17px;
    color: #595959;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Roboto Slab', serif;
    padding-top: 5px;
}
.block {
    text-align: center;
    height: 230px;
}
.block .nub {
    font-size: 40px;
    color: #333333;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    border: 3px solid #b7b7b7;
    width: 72px;
    margin: 0px auto;
    height: 72px;
    border-radius: 50px;
    line-height: 65px;
}
.block h3 {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0px 10px;
}
.block p {
    font-size: 14px;
    color: #646464;
    line-height: 30px;
    font-family: 'Roboto Slab', serif;
}
.led {
    text-align: center;
    padding-top: 60px;
}
.p-0 { padding: 0px; }

.section_2 {
    margin-bottom: 60px;
    float: left;
    width: 100%;
	background: #f5f5f5;
}
.welcome_img {
    float: left;
    width: 44%;
}
.welcome_img img {
    width: 100%;
}
.welcome_text {
    float: left;
    width: 56%;
    padding: 40px 60px 30px 40px;
}
.welcome_text h2 {
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    line-height: 30px;
}
.welcome_text p {
    font-size: 14px;
    color: #2e2e2e;
    line-height: 30px;
    font-family: 'Roboto Slab', serif;
}
.welcome_text p.more {
    font-size: 18px;
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
}
.welcome_text p.more img {
    padding-right: 5px;
}
.carousel-caption h3 {
    font-size: 20px;
    color: #1b1b1b;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}
.carousel-caption p {
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.login_form {
    width: 40%;
    margin: 0px auto;
}
.msg {
    text-align: center;
    margin-bottom: 40px;
	float: left;
}
.msg h2 {
    float: left;
    width: 100%;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
}
.msg h3 {
    float: left;
    width: 100%;
    color: #1b1b1b;
    font-size: 20px;
    line-height: 28px;
	text-align: center;
}
.msg p {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 16px;
    line-height: 34px;
	text-align: center;
}

.footer {
    float: left;
    width: 100%;
    background: #344153;
    padding: 44px 0px 0px;
}
.column_1 {
    padding-bottom: 20px;
	width: 25%;
    max-width: 25%;
}
.f-logo {
    padding-bottom: 25px;
}
.column_1 p {
    font-size: 14px;
    color: #b7c1cf;
    line-height: 28px;
}
.column_1 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.column_1 ul li {
    display: inline;
    padding-right: 5px;
}
.footer h3 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.footer h3 img {
    padding-right: 9px;
    padding-bottom: 4px;
}
.column_2,
.column_3,
.column_4 {
    padding-top: 20px;
	width: 25%;
    max-width: 25%;
}
.column_2 ul,
.column_3 ul,
.column_4 ul{
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 16px;
}
.column_2 ul li,
.column_3 ul li {
    padding-bottom: 15px;
}
.column_2 ul li a,
.column_3 ul li a {
    font-size: 14px;
    color: #b7c1cf;
}
.column_2 ul li a img,
.column_3 ul li a img {
    padding-right: 7px;
    padding-bottom: 2px;
}
.column_4 ul li img {
    padding-right: 7px;
	float: left;
	padding-bottom: 20px;
}
.column_4 ul li {
    padding-bottom: 15px;
	font-size: 14px;
    color: #b7c1cf;
}
.column_4 ul.social li {
    padding: 0px;
}
.column_4 ul.social {
    padding-left: 30px;
    padding-top: 5px;
}
.footer ul li a:hover {
     text-decoration: none;
}
.copyright {
    height: 72px;
    text-align: center;
    line-height: 72px;
    font-size: 14px;
    color: #858585;
}

/*Start About us*/

.a-banner img {
    width: 100%;
}
.aboutus {
    margin-top: 55px;
}
.aboutus h2 {
    font-size: 28px;
    font-weight: 700;
    color: #9b0000;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 25px;
    line-height: normal;
	margin: 20px 15px;
}
.aboutus h3{
	float: left;
	width: 100%;
}
.aboutus p {
    font-size: 15px;
    color: #444444;
    line-height: 30px;
}
.aboutus .video {
    margin-top: 60px;
}
.aboutus .video img {}
.two_tabs {
    text-align: center;
    margin: 40px 0px;
}
.two_tabs h2 {
    font-size: 34px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
    margin-bottom: 15px;
}
.two_tabs p {
    font-size: 15px;
    color: #444444;
    line-height: 30px;
}
.two_tabs img {
    padding-bottom: 30px;
}

/*End About us*/

/*Start Contact us*/
.contactus {
    margin: 50px 0px 70px;
}
.contactus h2 {
    font-size: 38px;
    color: #333333;
    font-weight: 500;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 35px;
}
.contactus p {
    font-size: 15px;
    color: #444444;
    line-height: 30px;
    margin-bottom: 40px;
}
.contactus .media-body h5 {
    font-size: 22px;
    color: #333333;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
}
.contactus .media-body p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #5c5c5c;
    line-height: 24px;
}
.contactus form .form-group input {
    font-size: 14px;
    color: #afafaf;
    height: 48px;
    padding-left: 18px;
    border-color: #ececec;
}
.contactus form .form-group input:hover,
.contactus form .form-group input:focus,
.contactus form .form-group textarea:hover,
.contactus form .form-group textarea:focus {
    box-shadow: none;
}
.contactus form .form-group textarea {
	font-size: 14px;
    color: #afafaf;
    padding-left: 18px;
    border-color: #ececec;
}
.contactus form button.btn-send {
	background: url(../imgs/send.png) no-repeat;
    width: 183px;
    height: 61px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
	text-transform: uppercase;
    cursor: pointer;
	border: none;
}
.contactus form button.btn-send:hover,
.contactus form button.btn-send:focus {
    box-shadow: none;
	outline: 0px;
}


/*End Contact us*/

/*Start Register*/

.register {
    background: #fff;
    position: relative;
    bottom: 70px;
    border-radius: 2px;
    padding: 40px 70px;
	-webkit-box-shadow: 0px 12px 12px -3px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 12px 12px -3px rgba(0,0,0,0.21);
box-shadow: 0px 12px 12px -3px rgba(0,0,0,0.21);
}
.register h2 {
    font-size: 38px;
    color: #333333;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
    padding-left: 10px;
    padding-bottom: 25px;
	width: 100%;
}
.register form {}
.register form label {
    font-size: 15px;
    color: #1d1d1d;
}
.register form input,
.register form select {
    background: #fff;
    border-color: #b9b9b9;
    height: 41px;
    color: #515151;
}
.register form input:focus, 
.register form input:hover,
.register form select:focus,
.register form select:hover {
    box-shadow: none;
	border-color: #b9b9b9;
}
.btn-register {
	background: url(../imgs/register_btn.png) no-repeat;
    width: 193px;
    height: 61px;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
	text-transform: uppercase;
    cursor: pointer;
	border: none;
}
.register form .btn-register img {
    position: relative;
    right: 2px;
    padding-right: 7px;
    padding-bottom: 5px;
}
.register form .btn-register:focus,
.register form .btn-register:hover {
	box-shadow: none;
	outline: 0px;
}


/*End Register*/

/*Start Send Money*/

.left-side {
    background: #fff;
    border-radius: 3px;
    position: relative;
    bottom: 80px;
    padding: 28px;
	-webkit-box-shadow: 0px 12px 12px -3px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 12px 12px -3px rgba(0,0,0,0.21);
box-shadow: 0px 12px 12px -3px rgba(0,0,0,0.21);
}
.sendmoney h2 {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 25px;
}
.sendmoney h4 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
    font-family: 'Roboto Slab', serif;
}
.sendmoney p {
}
.sendmoney form label {
    color: #6b6b6b;
}
.sendmoney form input {
	font-size: 16px;
    color: #333333;
    border-color: #e1e1e1;
    border-radius: 2px;
	height: 40px;
	width: 86%;
	float: left;
}
.sendmoney form .input-group-addon {
    width: 14%;
    float: left;
    background: #f0f0f0;
    color: #666666;
    font-weight: 700;
    height: 40px;
}
.sendmoney form select {
    font-size: 16px;
    color: #333333;
    border-color: #e1e1e1;
    border-radius: 2px;
	height: 40px !important;
}
.sendmoney form input:focus,
.sendmoney form input:hover,
.sendmoney form select:focus, 
.sendmoney form select:hover {
	box-shadow: none;
	outline: 0px;
	border-color: #e1e1e1;
}
.sendmoney table tr td {
    color: #333333;
    border: none;
}
.sendmoney .btn-login {
	background: url(../imgs/login-btn.png) no-repeat;
    width: 115px;
    height: 61px;
    cursor: pointer;
	border: none;
	margin-right: 20px;
}
.sendmoney .btn-reg {
	background: url(../imgs/register-btn.png) no-repeat;
    width: 130px;
    height: 61px;
    cursor: pointer;
	border: none;
}
.sendmoney .media-body h5 {
    font-size: 16px;
    color: #777777;
    padding-bottom: 5px;
    font-family: 'Roboto Slab', serif;
}
.sendmoney p {
    font-size: 15px;
    color: #444444;
    line-height: 30px;
}


/*End Send Money*/
 

@media (max-width: 767px) {

.header-weapper {
    width: auto;
}	
.header-weapper .col-2 {
    padding-left: 0px;
}
.menu nav.navbar .navbar-toggler,
.menu nav.navbar .navbar-toggler:focus {
    color: #00285f;
    border-color: #00285f;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 8px 15px;
	outline: 0px auto -webkit-focus-ring-color;
}
.navbar-expand-lg .navbar-toggler-icon {
    background: url(../imgs/nav-icon.png) no-repeat;
    width: 24px;
    height: 18px;
}
.navbar-expand-lg .navbar-collapse {
    padding-left: 0px;
    left: -238px;
    position: absolute;
    width: 300px;
    background: #fff;
    top: 90px;
	border-top: 1px solid #eaeaea;
	z-index: 1;
}	
.navbar-expand-lg .navbar-nav li.nav-item {
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}	
.login_form {
    width: 100%;
}	
	
	
	
	
	

.contant-text {
    padding-top: 90px;
}
.contant-text h1, .contant-text h1 span {
    font-size: 30px;
}
.gateway {
    margin: 40px 0% 0px;
	width: 100%;
}
.send {
    padding-right: 15px;
}
.country label {
    width: 88%;
}
.country select {
    width: 100%;
}
.start {
    padding: 0px 15px;
}	
.btn-start {
    width: 100%;
    background-size: 100% 100%;
}
.tab_1, .tab_2, .tab_3 {
    padding: 0px;
    padding-left: 20px;
}
.section_1 h4 {
    font-size: 15px;
}
.led {
    padding-top: 30px;
    padding-bottom: 50px;
}
.led img {
    width: 100%;
}
.welcome_img {
    width: 100%;
}
.welcome_text {
    width: 100%;
    padding: 30px 20px 10px;
}
.welcome_text h2 {
    font-size: 20px;
}	
.section_2 {
    margin-bottom: 30px;
}	
.footer {
    padding: 30px 0px 0px;
}
.column_1,
.column_2,
.column_3,
.column_4 {
	width: 100%;
    max-width: 100%;
}
.copyright {
    height: 60px;
    line-height: 60px;
    font-size: 13px;
}
.left-side {
    bottom: 30px;
}
.register {
    bottom: 20px;
    padding: 20px 0px;
}
.register h2 {
    font-size: 24px;
    padding-bottom: 10px;
}	
.register .col-md-6 {
    width: 100% !important;
}	
.login_content .col-md-6 {
    width: 100% !important;
}	
	
	
}

@media screen and (min-width: 768px) and (max-width: 979px){

.header-weapper {
    width: auto;
}	
.header-weapper .col-2 {
    padding-left: 0px;
}
.menu nav.navbar .navbar-toggler,
.menu nav.navbar .navbar-toggler:focus {
    color: #00285f;
    border-color: #00285f;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 8px 15px;
	outline: 0px auto -webkit-focus-ring-color;
	position: absolute;
    right: 0px;
    top: 0px;
}
.navbar-expand-lg .navbar-toggler-icon {
    background: url(../imgs/nav-icon.png) no-repeat;
    width: 24px;
    height: 18px;
}
.navbar-expand-lg .navbar-collapse {
    padding-left: 0px;
    position: absolute;
    width: 768px;
    background: #fff;
    top: 90px;
    right: -15px;
    border-top: 1px solid #eaeaea;
    z-index: 1;
}	
.navbar-expand-lg .navbar-nav li.nav-item {
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}	
.contant-text {
    padding-top: 90px;
}
.contant-text h1, .contant-text h1 span {
    font-size: 30px;
}
.gateway {
    margin: 40px 25% 0px;
    width: 50%;
}
.send {
    padding-right: 15px;
}
.country label {
    width: 88%;
}
.country select {
    width: 100%;
}
.start {
    padding: 0px 15px;
}	
.btn-start {
    width: 100%;
    background-size: 100% 100%;
}
.tab_1, .tab_2, .tab_3 {
    padding: 0px;
    padding-left: 10px;
}
.section_1 h4 {
    font-size: 15px;
}
.led {
    padding-top: 100px;
    padding-bottom: 50px;
}
.led img {
    width: 100%;
}
.welcome_img {
    width: 50%;
}
.welcome_text {
    width: 50%;
    padding: 15px 15px 0px;
}
.welcome_text h2 {
    font-size: 22px;
	margin-bottom: 5px;
}	
.welcome_text p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 2px;
}
.section_2 {
    margin-bottom: 20px;
}	
.footer {
    padding: 30px 0px 0px;
}
.column_1 {
	width: 25%;
    max-width: 25%;
	padding: 0px;
	padding-bottom: 10px;
}
.f-logo {
    padding-bottom: 10px;
    padding-top: 15px;
}
.f-logo img {
    width: 100%;
}
.column_2 {
	width: 23%;
    max-width: 23%;
	padding-right: 0px;

}
.footer h3 {
    font-size: 15px;
}
.column_3 {
	width: 21%;
    max-width: 21%;
    padding-right: 0px;
}
.column_4 {
	width: 31%;
    max-width: 31%;
}
.copyright {
    height: 60px;
    line-height: 60px;
    font-size: 13px;
}
.left-side {
    bottom: 30px;
}
.register {
    bottom: 20px;
    padding: 20px 0px;
}
.register h2 {
    font-size: 24px;
    padding-bottom: 10px;
}	
.register .col-md-6 {
    width: 100% !important;
}	
.login_content .col-md-6 {
    width: 100% !important;
}	
.three-tabs .media {
    padding: 20px 0px 15px;
}
.three-tabs .media-body h5 {
    font-size: 16px;
}
.media-para {
    padding-bottom: 25px;
    font-size: 13px;
    line-height: 20px;
    padding-right: 5px;
}
.block h3 {
    font-size: 16px;
    margin: 10px 0px;
}
.block p {
    line-height: 20px;
}
.block .nub {
    font-size: 26px;
    width: 55px;
    height: 55px;
    line-height: 49px;
}	
.block {
    height: 163px;
}	
.login_form {
    width: 50%;
}	

}


@media screen and (min-width: 980px) and (max-width: 1024px){
	
.header-weapper {
    width: 1024px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 12px;
    font-size: 15px;
}
.container {
    max-width: 1024px;
}
.tab_2 {
    padding: 0px 20px;
}
.tab_3 {
    padding-left: 20px;
}	
.led img {
    width: 100%;
}
.welcome_img {
    width: 50%;
}
.welcome_text {
    width: 50%;
    padding: 30px 20px 0px 20px;
}
.welcome_text h2 {
    margin-bottom: 10px;
}
.welcome_text p {
    margin-bottom: 3px;
}	
.section_2 {
    margin-bottom: 40px;
}	
.login_form {
    width: 50%;
}
.banner {
    height: 452px;
}
.contant-text {
    padding-top: 110px;
}
.three-tabs .media-body h5 {
    font-size: 22px;
}	
	
}


























