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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.15;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, 
blockquote:after,
q:before, 
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button{
    outline: none;
    box-shadow: none;
    -webkit-appearance:none;
}
img{
  max-width: 100%;
}
a{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration:none;
    outline:none;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover,
a:focus{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration:none;
    outline:none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset !important;
}
/*---------------START----------------*/
#topbar{
    padding: 40px;
}
.phone{
    align-items: center;
    display: flex;
}
.email{
    align-items: center;
    display: flex;
    text-align: center;
}
.time{
    align-items: center;
    display: flex;
    text-align: center;
    padding: 0px;
}
.phone i, .email i, .time i{
    padding: 10px;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 700;
}
#header {
  background: #141942;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

#header.header-scrolled {
  top: 0;
}
.logo a img{
    position: absolute;
    z-index: 99;
}
.carousel-item h5{
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 30px;
}
.carousel-item p{
    font-size: 44px;
    font-weight: 600;
    background: #141942;
}
.top-heading{
    padding-top: 80px;
}
.top-heading-text{
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}
.top-heading-text i{
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-heading-texta{
    text-align: center;
    position: relative;
}
.newsheading{
    padding-top: 90px;
}
.top-heading-texta i{
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.small{
    font-size: 22px;
    color: #141942;
    font-weight: 600;
    padding-top: 0px;
    z-index: 1;
    position: relative;
}
.big{
    font-size: 22px;
    color: #141942;
    font-weight: 400;
    padding-top: 16px;
}
.second{
    padding-bottom: 60px;
}
.heading{
    padding-top: 90px;
}
.heading .remit,.heading .book, .heading .bank{
    text-align: center;
}
.heading .western, .heading .note,.heading .smart{
    text-align: center;
    padding-top: 60px;
}
.remit h5, .book h5, .bank h5, .western h5, .note h5, .smart h5 {
    font-size: 18px;
    font-weight: 600;
    color: #141942;
    padding-top: 20px;
}
.news p{
    font-size: 14px;
    font-weight: 400;
    color: #5c5c5c;
    padding-top: 20px;
    line-height: 28px;
    text-align: justify;   
}
.news .container p{
    font-size: 14px;
    font-weight: 400;
    color: #5c5c5c;
    padding-top: 20px;
    line-height: 22px;
    text-align: justify;   
}
.remit p, .book p, .bank p, .western p, .note p, .smart p {
    font-size: 12px;
    font-weight: 400;
    color: #5c5c5c;
    padding: 20px 10px 0px 10px;
    line-height: 28px;
}
.news, .policy{
    background-color: #fafafb;
    float: left;
    width: 100%;
}
.news img{
    width: 100%;
}

.news p,{
    font-size: 12px;
    font-weight: 400;
    color: #5c5c5c;
    padding-top: 30px;
    line-height: 28px;
}

.news h5 {
    font-size: 14px;
    font-weight: 700;
    color: #393939;
    padding-top: 15px;
    line-height: 30px;
}
.newsa{
    padding-top: 60px;
}
.texta{
    padding-top: 90px;
}
.newsb p{
    padding-top: 48px;
}
.newsa p{
    padding-bottom: 60px;
}
.btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin: 40px 0px 60px 0px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #141942;
}
.btn-get-started:hover{
    color: #fafafa !important;
}
.footer{
    background: #141942;
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.logoabout, .additional{
    float: left;
}
.logoabout p{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    padding-top: 30px;
    line-height: 38px;
    text-align: justify;
    margin-right: 50px;
}
.additional h5, .talk h5{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding-top: 50px;
}
.additional p{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    padding-top: 63px;
    line-height: 34px;
    text-align: center;
}
.talk{
    float: left;
}
.call, .Hours, .Email{
  float: left;
  width: 100%;
  padding: 20px 0 6px 0;
}
.call h4, .Hours h4, .Email h4 {
    
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    float: left;
    text-align:left ;
}
.call p,.Hours p, .Email p{
    padding-top: 30px;
    font-size: 14px;
    color: #ffffff;
}
.Hours{
  float: left;
  width: 100%;
}
.Email{
 float: left;
  width: 100%; 
}
.copyrights{
    background: #0e1337;
    float: left;
    width: 100%;
    padding: 16px 0px;
}
.copyrights p, .copyrights a{
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
}
.carousel-control-prev, .carousel-control-next{
    background: none;
    border: none;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > #navbarNav ul {
  display: block;
    width: 100%;
    text-align: right;
}

.nav-menu > #navbarNav ul > li {
  position: relative;  
  padding: 8px 10px;
  display: inline-block;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #ffffff;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 16px 2px;
  font-weight: 600;
  margin-right: 50px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
  border-color: #fff;
  border-bottom: 2px solid #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #1977cc;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
a.logo{
    z-index: 99;
    position: absolute;
}


#carouselExampleCaptions .carousel-caption {
width: 100%;
    max-width: 565px;
    margin: 0 auto;
}
#carouselExampleCaptions .carousel-item p{ padding: 10px 0;}



/*----------------END-----------------*/

.first-section{margin-bottom: 75px;}
.readmore-main{ display: block; text-align: center; }

body.fixed-nav nav#navbar {
  position: fixed;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  width: 100%;
}

.whatsapp{
    align-items: center;
    display: flex;
    float: left;
    width: 100%;
    padding: 20px 0 6px 0;
    margin-right: 15px;
}
.whatsapp img{
    margin-right: 15px;
}
.whatsapp p{
    padding-top: 0px;
    font-size: 14px;
    color: #ffffff;
}
.Email{
    float: left;
    padding-right: 11px;
}
.Email h4{
    padding-right: 10px;
}
.Email p{
    padding-top: 0px;
}