/*
* ----------------------------------------------------------------------------------------***
Author       : Targetiv
Template Name: Nuage Real Estate Template
Version      : 1.0
* ----------------------------------------------------------------------------------------***
*/

/*------------------------------------------------------------------*

[Table of contents]

01.Reset CSS
02.Font CSS
0.General Css 
04. Common CSS
05.CSS Transantion
06.preloader css
07. Header CSS
08. Parralax Banner  CSS
11.About css
12.Service Css
13.Skill & Experience css
14.Counter Css
12.Portfolio Css
14.Testimonial Css
15.Blog  css
19.Contact  css
20.Footer   css
21.Responsive Css

***-------------------------------------------------------------------*/

/* Reset CSS
=============================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

a:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
    text-decoration: none;
}

body {
    background: #fff;
    color: #333;
    overflow-x: hidden;
}

html,
body {
    width: 100%;
}

a {
    word-wrap: break-word;
    text-decoration: none !important;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

img {
    max-width: 100%;
}

button:focus {
    outline: inherit;
    outline: inherit;
}

/* Reset CSS End
===============================================================*/

/* Font CSS Start
=============================================================== */

body,
p {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
ul {
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #181818;
    padding-bottom: 0.625rem;
    letter-spacing: 0.0313rem;
    font-weight: 600;
}

h1 {
    font-size: 2.8125rem;
    line-height: 3.75rem;
    letter-spacing: 1px;
}

h2 {
    font-size: 2.25rem;
    line-height: 2.8125rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

h6 {
    font-size: 0.875rem;
    line-height: 1.125rem;
}

p {
    margin-bottom: 0.9375rem;
}

a {
    font-size: 0.875rem;
}

blockquote {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 300;
}


/* Font CSS End
=============================================================== */

/* Common CSS Start
=============================================================== */
a:hover {
    color: #00c6ec;
}

.btn:focus {
    box-shadow: inherit;
}

.light-clr {
    color: #fff;
}

.dark-clr {
    color: #444444;
}

.primary_color {
    color: #00c6ec;
}

.primary_bg {
    background-color: #00c6ec;
	width: 100%;
}

.bg_ash {
    background-color: #eee;
}

.com_bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
}

.com_bg:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.53);
}

.com_bg .container {
    position: relative;
    z-index: 1;
}

.com_tran {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sec_pad {
    padding-top: 70px;
    padding-bottom: 70px;
}

.com_btn .fa-arrow-alt-circle-right {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.com_btn:hover .fa-arrow-alt-circle-right {
    -webkit-animation: rotation 2s infinite linear;
    margin-left: 0.875rem;
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

.animated.standby {
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    visibility: hidden;
}

#toTop {
    position: fixed;
    right: 0.625rem;
    bottom: 0.625rem;
    z-index: 999;
    background: #00c6ec;
    color: #fff;
    border: 1px solid #00c6ec;
    width: 1.875rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

/* Common CSS End
=============================================================== */

/* Header CSS Start
=============================================================== */

.header_top {
    background-color: #4b50b3;
    overflow: hidden;
    padding: 5px 0;
}

.left_top_header,
.right_top_header {
    width: 50%;
    float: left;
}

.left_top_header p {
    margin-bottom: 0;
}

.left_top_header p a {
    color: #fff;
    font-size: 16px;
}

.left_top_header p a:hover {
    color: #00c6ec;
}

.left_top_header p a .fa-mobile-alt {
    margin-right: 10px;
}

.right_top_header ul {
    float: right;
}

.header_right_button ul.header_right li,
ul.social > li {
    display: inline-block;
    margin: 0 8px;
}

ul.social > li > a {
    color: #fff;
    font-size: 14px;
}

ul.social > li > a:hover {
    color: #00c6ec;
}

ul.navbar-nav > li {
    margin: 0 3px;
}
 .navbar-brand img {
        width: 70%;
    }

    .navbar-brand .shakalogo {
        width: 40%;
    }
.header_right_button ul.header_right li > a,
ul.navbar-nav > li > a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #08090D;
}

@media (max-width:991px){ 
.header_right_button ul.header_right li > a,
ul.navbar-nav > li > a {

    color: #fff;
    }
}

ul.navbar-nav > li > a:hover {
    color: #00c6ec;
}

#navbarNav {
    margin-top: -60px;
}

.header_right_button {
    float: right;
}

.header_right_button ul.header_right li a {
    background: #00c6ec;
    padding: 3px 10px;
    color: #fff;
    border-radius: 2px;
}

.header_right_button ul.header_right li a:hover {
    background: #4b50b3;
}

/*====Toggle Menu Css Start ===*/
.navbar-toggler-icon {
    background: #4b50b3;
    padding: 7px 0px;
    width: 45px;
    height: 44px;
    border-radius: 4px;
}

#toggle {
    width: 28px;
    height: 30px;
    margin: 0 auto;
}

#toggle div {
    width: 100%;
    height: 5px;
    background: white;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}

#toggle.on .one {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
    opacity: 0;
}

#toggle.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
}

/*====Toggle Menu Css End===*/




/* Header CSS End
=============================================================== */

/* Slider CSS Start
=============================================================== */
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet-active {
    background: #00c6ec;
}

.sl_slider_item {
    width: 100%;
    display: table;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;

}


.slider_content_wrapper {
    position: relative;
    width: 100%;
    min-height: 600px;
}

.slider_content {
    position: absolute;
    width: 100%;
}

.slider_1 .slider_content {
    left: 0;
    bottom: 15%;
}
.slider_1 .slider_content h1 {
	padding-top: 7%;
	text-shadow: 1px 2px #FFF;
}

.slider_3 .slider_content h1 {
    padding-top: 7%;
    text-shadow: 1px 2px #FFF;
}

.slider_title h1 {
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.01em;
}

.slider_logo {
    padding-top: 50px;
}

.slider_2 .slider_content {
    width: 50%;
    top: 30%;
    right: 0;
}

.slider_4 .slider_title h1,
.slider_2 .slider_title h1 {
    font-size: 36px;
    line-height: 40px;
}
.fourth-slide-logo {padding-top: 0px;}
.slider_4 h1 {padding-top: 15px; text-shadow: 2px 2px #FFF;}

.slider_2 .slider_logo {
    padding-top: 10px;
    width: 25%;
    margin: 0 auto;
}

.slider_2 .slider_title h1 {
    font-size: 25px;
    line-height: 36px;
}

.slider_4 .slider_content {
    top: 5%;
	
}



.swiper-button-next,
.swiper-button-prev {
    width: 35px;
    height: 35px;
    background-size: 50%;
    background-color: #00c6ec;
    border-radius: 50%;
}

/*=============*/


@keyframes listfadeleft {

    0% {
        left: -6.25rem;
        opacity: 0;
    }

    40% {
        left: -6.25rem;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

.swiper-slide-active .slider_title h1 {
    -webkit-animation: listfadeleft 2s;
    position: relative;
}

@keyframes listfaderight {

    0% {
        right: -10.25rem;
        opacity: 0;
    }

    60% {
        right: -10.25rem;
        opacity: 0;
    }

    100% {
        right: 0;
        opacity: 1;
    }
}

.swiper-slide-active .slider_logo {
    -webkit-animation: listfaderight 2s;
    position: relative;
}

/*=============*/





/*===Country List==*/
/*.country_list_form {
    border-radius: 12px;
    margin-top: 15px;
}*/

.country_list_form .col-4,
.country_list_form .col-2 {
    padding: 0 2px;
}

.m-4 {
    margin: 15px 0 !important;
    float: right;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #fff;
    border-radius: .25rem;
    height: 42px;
    padding: 6px 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 5px;
}

.country_list_form .select2-container {
    min-width: 320px;
}

.cntry_btn {
    margin: 15px 0 !important;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 6px 0;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    color: #181818;
    width: 120px;
    display: inline-block;
}

.cntry_btn .fa-arrow-alt-circle-right {
    font-size: 14px;
}

/* Slider CSS End
=============================================================== */

/* Why Choose Area Strat
=============================================================== */

.title {
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    padding-bottom: 20px;
}

.why_choose_title {
    color: #00c6ec;
}

.sl_circle_box {
    text-align: center;
}

.sl_choose_item {
    padding: 5px 20px 20px;
    margin-bottom: 20px;
    min-height: 270px;
}

.sl_choose_item:hover {
    -webkit-box-shadow: 0px 6px 16px 0px rgba(189, 189, 189, 1);
    -moz-box-shadow: 0px 6px 16px 0px rgba(189, 189, 189, 1);
    box-shadow: 0px 6px 16px 0px rgba(189, 189, 189, 1);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.circle_icon {
    background: #00c6ec;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    padding: 20px;
    margin: 20px auto 15px;
}

.sl_circle_box h3 {
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

.sl_circle_box p {
    font-size: 16px;
    line-height: 19px;
    color: #444444;
}

/* Why Choose Area End
=============================================================== */


/* Money Recieve Area Start
=============================================================== */
.money_receive_wrapper {
    background: url(../images/other/female-student.jpg);
    background-position: center center !important;
}

.money_receive_wrapper.com_bg:after {
    background: rgba(0, 0, 0, 0.29);
}

.money_receive_title {
    color: #fff;
}

.sl_money_receive .circle_icon {
    width: 130px;
    height: 130px;
}

.sl_money_receive h3 a {
    color: #fff;
    font-size: 24px;
    line-height: 29px;
}

.sl_money_receive h3 a:hover {
    color: #00c6ec;
}

/* Money Recieve Area End
=============================================================== */

/* App Area Start
=============================================================== */
.mobile_img {
    text-align: center;
}

.app_title {
    text-align: left;
}

.app_content {
    padding-top: 80px;
}

.app_content p {
    font-size: 27px;
    line-height: 40px;
    color: #4F4F4F;
    margin-bottom: 20px;
}

.app_content ul li {
    display: inline-block;
    margin-right: 15px;
}

/* App Area End
=============================================================== */
/* How it Work Area Start
=============================================================== */
.hw_wrk_wrapper {
    background-color: #00c6ec;
}

h2.hw_wrk_title {
    color: #fff;
}

.sl_hw_wrk h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FCFCFC;
}

.sl_hw_wrk p {
    font-size: 16px;
    line-height: 24px;
    color: #F3F3F3;
}

.sl_hw_wrk .circle_icon {
    background: #fff;
}

.sl_hw_wrk {
    padding: 5px 10px 20px;
    margin-bottom: 25px;
}

.hw_wrk_btn a {
    background-color: #4b50b3;
    padding: 12px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #181818;
    width: 280px;
    display: inline-block;
    color: #fff;
}

.hw_wrk_btn a > span {
    margin-right: 15px;
}

/* How it Work Area End
=============================================================== */

/* Subscribe Area Start
=============================================================== */
.subscrb_title {
    color: #4b50b3;
}

.subcribe_content h5 {
    font-weight: 500;
    color: #444444;
}

.subscribe_form {
    margin-top: 25px;
}

.input-group {
    display: inline-block;
    width: 40%;
    border-bottom: 1px solid #ddd;
}

.subscribe_form input.email {
    font-weight: 600;
    font-size: 12px;
    line-height: 37px;
    letter-spacing: 1px;
    border: initial;
    width: 64%;
    padding: 0 10px;
}

.subscribe_form input.email::placeholder {
    letter-spacing: 4px;
    text-transform: uppercase;
}

.subscribe_form button.submit {
    background: transparent;
    padding: 8px 0;
    font-weight: 800;
    font-size: 12.6px;
    line-height: 26px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #00c6ec;
    margin-left: 20px;
    width: 134px;
}

.subscribe_form button.submit .fa-arrow-alt-circle-right {
    font-size: 14px;
}

/* Subscribe Area End
=============================================================== */


/* Footer Area Start
=============================================================== */
.footer-top {
    background-color: #4b50b3;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer_widget h4 {
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #FCFCFC;
}

.footer_bottom p,
.footer_widget p {
    color: #FCFCFC;
}

.footer_widget ul > li {
    margin: 0;
}

.footer_widget ul > li > a {
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #FCFCFC;
}

.footer_widget ul > li > a .svg-inline--fa {
    margin-right: 15px;
}

.footer a:hover {
    color: #00c6ec;
}

.footer_bottom {
    background-color: #2d1d3e;
    ;
}

.footer_bottom a {
    color: #00c6ec;
    font-weight: 600;
}

.footer_bottom a:hover {
    color: #ddd;
}

.footer_bottom p {
    margin: 0;
    padding: 10px 0;
}

/* footer Area End
=============================================================== */











































/*Responsive Css Start
=========================================*/

@media all and (max-width:1199px) {}

@media all and (max-width: 1024px) {
    .slider_title h1 {
        font-size: 40px !important;
        line-height: 46px !important;
    }

    .slider_2 .slider_title h1 {
        font-size: 30px !important;
        line-height: 36px !important;
    }

    .slider_2 .slider_content {
        width: 46%;
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {
    #navbarNav {
        position: absolute;
        top: 180%;
        right: 0px;
        background: rgb(6, 6, 6, 0.58);
        z-index: 9;
        width: 25%;
    }

    .navbar-brand img {
        width: 50%;
    }

    .navbar-brand .shakalogo {
        width: 35%;
    }


    .header_right_button ul.header_right li {
        margin: 0 4px;
    }

    .header_right_button ul.header_right li a {
        font-size: 14px;
        padding: 4px 5px;
    }

    .header_right_button {
        margin-right: 80px;

    }
}

@media all and (max-width: 767px) {
    #navbarNav {
        position: absolute;
        top: 180%;
        right: 0px;
        background: rgb(6, 6, 6, 0.58);
        z-index: 9;
        width: 35%;
    }

    .navbar-brand img {
        width: 50%;
    }

     .navbar-brand .shakalogo {
        width: 35%;
    }

    .header_right_button ul.header_right li {
        margin: 0px 0px;
    }

    .header_right_button ul.header_right li a {
        font-size: 13px;
        padding: 4px 6px;
    }
    ul.header_right{
        text-align: center;
    }
    .header_right_button {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 10px;
        width: 100%;
    }

   .sl_circle_box h3 {
    font-size: 22px;
    }
    .slider_content_wrapper {
        width: 90%;
        margin: 0 auto;
}
    .slider_content {
        width: 100% !important;
        top: 30% !important;
    }

    .slider_title h1 {
        font-size: 38px !important;
        line-height: 44px !important;
    }

    .slider_logo {
        padding-top: 25px;
        width: 70%;
        margin: 0 auto;
    }
   

   
 
    .slider_1{ /* Low fees */
      background-position: right 60% bottom 0 !important;
        background-size:cover;

    }

     .slider_2 { /* sending money banner */
        background-position: right 60% bottom 0 !important;
        background-size: 300% 90%!important;
 
    }

    .slider_3{ /* A faster and secure */
        background-position: right 60% bottom 0 !important;
        background-size: 300% 90%!important;

    }

    .slider_4 { /* African diaspora */
        background-position: right 60% bottom 0 !important;
        background-size: 150% 90%!important;

    }




   .slider_2 .slider_logo {
    width: 50%;
}
    .country_list_form .select2-container {
    min-width: 200px;
}
    .title {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    text-align: center!important;
    }
    .footer,
    .app_content ul,
    .app_content p {
    text-align: center;
}
    .app_content ul li{
        margin-bottom: 10px;
    }
    .input-group {
        width: 90%;
    }
    .subscribe_form input.email {
        width: 52%;
    }
    .money_receive_wrapper {
        background-position: right 37% bottom 0 !important;
    }
    .sl_choose_item {
    min-height: 230px;
}
    .footer_widget {
    margin-bottom: 30px;
}
}

@media all and (max-width: 480px) {}


.page-heading {
	width: 100%;
	height: auto;
	background: #4b50b3;
}
.page-heading h1 {
	font-size: 45px;
	color: #FFF;
	padding: 15px 0;
	font-weight: 500;
}
.content-text h2 {
	font-size:30px;
}
.content-text p {
	font-size: 16px;
	line-height: 19px;
	color: #444444;
	text-align: justify;
}
.list-points li {
	display: block!important;
	list-style:circle;
}




.top-left-menu{float:right;padding-right:10px;margin-bottom:20px;position:relative}
.top-left-menu ul li.drop-items{background:#00c6ec;padding:0 0 0 8px;float:left;margin:0 5px 10px 5px;list-style-type:none; border-radius: 25px;}
.arrow-bg{background:#4b50b3 none repeat scroll 0 0;padding:5px 10px;display:inline-block; border-radius: 0 25px 25px 0;}
.top-left-menu ul li.drop-items>a{color:#fff;cursor:pointer}
.top-left-menu ul li a:hover{text-decoration:none}
.sitemap2{background:#000!important}


.accordion {
      background-color: #4b50b3;
      color: #fff;
      cursor: pointer;
      padding: 6px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 22px;
      transition: 0.4s;
      margin-top: 3px;
    }

    .active, .accordion:hover {
      background-color: #4b50b3;
    }

    .accordion:after {
      content: '\002B';
      color: #fff;
      font-weight: bold;
      float: right;
      margin-left: 5px;
    }

    .active:after {
      content: "\2212";
    }

    .panel {
      padding: 0 18px;
      background-color: white;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
    }






@media(min-width:300px) and (max-width:768px){
	.top-left-menu{margin-top:50px}
	.top-left-menu ul{margin:10px 0}
	.top-left-menu ul li{width:100%;padding:10px 0 0 8px!important;margin:5px 0;height:40px}
	.arrow-bg{float:right; background:#4b50b3 none repeat scroll 0 0;padding:6px 10px;margin-top:-10px}
	.top-left-menu{float:none}
	.Latest-rates-div {width: 100%;}
	.first-div {top:30px!important;}
	.sec-div {top:80px!important;}
	.third-div {top:130px!important;}
}
.Service-fee-div table tr td{background:#1c1c1c;color:#fff;padding-top:6px}
.Service-fee-div table tr td label { color:#FFF;}

.round-border{border:1px solid #eee;border:1px solid rgba(0,0,0,0.05);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:10px;margin-bottom:5px}
.Latest-rates-div{background:#efefef;padding:10px;margin-left:-8px;position:absolute;width:30%;z-index:99999;top:45px; border-radius:5px; border:1px solid #ccc;}
.Latest-rates-div label{color:#3f3f3f;font-weight:normal;}
.Latest-rates-div select{width:100%;height:30px;margin-bottom:15px}
.Latest-rates-div input{width:100%;height:30px;margin-bottom:15px;text-align:right}
.Latest-rates-div table{font-size:12px;color:#3f3f3f;text-align:center;border-top:1px solid #b8b8b8}
.Latest-rates-div table tr{height:35px;border-bottom:1px solid #b8b8b8}
.calculate-btn{background:#00c6ec;color:#FFF;padding:5px 12px;border:0;font-size:14px;}
.calculate-btn2 {
    background: #00c6ec;
    color: #FFF;
    padding: 5px 12px;
    border: 0;
	font-size: 14px;}
.Latest-rates-div {
    background: #efefef;
    padding: 10px;
    margin-left: -8px;
	margin-top: 10px;
    position: absolute;
    width: 50%;
    z-index: 99999;
    top: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.login-btn {
	background: #00c6ec;
	color:#FFF!important;
	border-radius: 3px;
	font-weight: bold!important;
	border-radius: 25px;
	padding-right: 10px !important;
	padding-left: 10px !important;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
}
.navbar-nav {
	margin-top: 0px;
}

.receive-money-div{
	padding-top:10%;
	padding-bottom:10%;	
}
.signup-today-btn {
	border-radius:25px;	
}
.approval-lists li {
	background: url(../images/lis-bg.png) center left no-repeat;
	padding-left:25px;
}

.our-team-img-div {
	padding-top:12%;
}
.contact-fields {
	float: left;
}
.submit-btn {
	background: #ed4a63;
	color: #FFF;
	border-radius:45px;
	padding: 5px 20px;
}
.submit-btn:hover {
	box-shadow: 3px 3px 10px #000;
}
.contant-bg-div {
	margin:40px 0;

}
.form-div {
	background:rgba(255,255,255,0.8);
	padding: 2%;
	margin: 2% 0;
}


@media(min-width:300px) and (max-width:768px) {
	.contant-bg-div {
	background: url(../images/contact-img.png) left bottom no-repeat;
    }
	.form-div {
	background: #FFF;
	margin-top:410px;
    }
}

.partner-logos div {
	width:65px;
	height:65px;
	float: left;
	margin: 10px;
	box-sizing:none!important;
}

.widgets{

    position: absolute;
    margin-top: 22%;
    padding-left: 2.5%;
    
}

.Enter_Amount{

        border: 0px;
            background-color: #f3f3f3;
            border-radius: 0px 4px 4px 0px;

    }


.btn_send_money , .btn_send_money:after{

    border-radius: 30px;
    background-color: #4b50b3;
    border-color: #4b50b3;
    content:'Send Money'; 
}

.btn_send_money:hover{

    background-color: #4b50b3;
    border-color: #4b50b3;
}

  .Mwallet_BG img {
      width: 100%;
      height: 100%;
  }


#IndexDeliveryMethods {
    border: 1px solid #fff;
    border-radius: .25rem;
    height: 42px;
    padding: 6px 7px;
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    width:100%;
}


@media (min-width:768px) {
    .btn_send_money{
        margin-top: 1.5pc;
        height: 3pc;
    }
}


@media(min-width:320px) and (max-width:767px) {


.custom-select{
    height: 38px;
}


.Enter_Amount{

        height: 38px; 

    }

    .widgets{

    margin-top: 19%;
    padding-left: 0%;
    
}

.btn_send_money:after{

    content:'Send'; 
}

.btn_send_money{
        margin-left: -5.6pc;
        border-radius: 3px;
        margin-top: 5px; 
       
    }

    .input-group-prepend{
    margin-top: 5px;
}
}

@media(min-width:320px) and (max-width:575px) {

.mobileimage {
    margin-top: 155px;
}

.widgets{

    margin-top: 50%;
    padding-left: 6.5%;
}

.btn_send_money{
        margin-left: 0pc;
        width: 100%;  
        margin-top: 5px; 
    }

.input-group-prepend{
    margin-top: 5px;
}

}




.p-pink {
	width: 100%;
	min-height: 290px;
	background: url(../images/p-bg.jpg) repeat;
}

.oplace-logo {
	margin:50px 0 10px 40px;
	display: inline-block;
}

.blue-strip{
	background: #0374bc;
	width: 100%;
	min-height: 35px;
}

.ph-num p{
	color: #FFF;
	padding-top: 10px;
	padding-right: 50px;
	font-weight: bold;
}

.tech-logos {
	padding-top: 15px;
	padding-bottom: 25px;
}

.whit-bg {
	background: #FFF;
	padding: 25px;
}

.sthree-banner-text p {
	font-size: 28px;
	color: #000;
	font-weight: bold;
	padding-top: 30px;
	line-height: 36px;
}
.sthree-banner-text p a{
	font-size: 28px;
	color: #f26929;
}
.signup-text p span{
	font-size: 18px;
	color: #f26929;
}
.signup-text{
	padding-left: 0;
	padding-top: 20px;
}
.signup-text a, p{
	font-size: 20px;
	color: #000;
}
.products-div {
	padding-bottom: 20px;
}
.products-div h4 {
	color: #ed215b;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 64px;
}

.bottom-blue-bg-div{
	background: #0175bc;
	padding: 30px 0;
	margin: -30px 20px 0 20px;
}
.bottom-blue-bg-div h4{
	font-size: 18px;
	color: #fff300;
	padding-bottom: 0;
}

.shopping-btn{
	background: #4b50b3;
	color: #FFF !important;
	border-radius: 3px;
	font-weight: bold !important;
	border-radius: 25px;
	padding-right: 10px !important;
	padding-left: 10px !important;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;}
/*Responsive Css End
=========================================*/