@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic);
/*Reset*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  overflow-x: hidden;
}
/*Reset*/
#main-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
}
.header-banner-bx {
  width: 100%;
  min-height: 500px;
  float: left;
  background-image: url(../images/top-banner-bg-1.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
/*Main Nav Start*/
.bd-div-nav {
  width: 100%;
  float: left;
  margin: 1px 0 0 0;
  border-top: 1px solid #055b9b;
}
.main-nav-cont {
  width: 1280px;
  height: 75px;
  margin: 22px auto 0;
  clear: both;
}
.logo-bx {
  width: 100%;
  height: auto;
  float: left;
  margin: 0 0 0 0;
  margin-top: 70px;
  text-align: center;
}
.main-nav-inner-bx {
  width: auto;
  float: right;
  margin: 10px 0 0 0;
}
.search-nav-btn-bx {
  width: 120px;
  float: right;
  margin-top: 25px;
}
.search-nav-btn-bx .search {
  width: 49%;
  float: left;
  border-right: 1px solid #fff;
  padding-top: 3px;
}
.search-nav-btn-bx .nav-btn {
  width: 50%;
  float: left;
  text-align: right;
  margin-top: 6px;
}
.main-nav-bx {
  width: auto;
  float: right;
  margin-top: 25px;
  margin-right: 30px;
}
.main-nav-bx ul {
  float: left;
  list-style-type: none;
}
.main-nav-bx ul li {
  width: auto;
  height: auto;
  padding: 0 15px;
  float: left;
}
.main-nav-bx ul li a {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
.per-banking {
  position: relative;
  cursor: pointer;
}
.per-banking .drp {
  width: 160px;
  height: auto;
  background-color: #535353;
  position: absolute;
  top: 99%;
  left: 0;
  z-index: 99;
  border-radius: 0 0 5px 5px;
  background: rgba(83, 83, 83, 1);
  visibility: hidden;
  opacity: 0;
  webkit-transition: opacity 0.75s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.per-banking:hover > .drp {
  visibility: visible;
  opacity: 1;
}
.per-banking .drp ul {
  width: 100%;
  height: auto;
  float: left;
  padding: 5px 0;
}
.per-banking .drp ul li {
  margin: 4px 0;
}
.per-banking .drp ul a {
  font-family: "Open Sans", sans-serif !important;
  color: #fff;
  font-size: 14px;
  padding-left: 0px;
  text-align: left !important;
}
.banner-txt {
  width: auto;
  float: left;
  margin-left: 10%;
  margin-top: 13%;
}
/*Main Nav End*/
/*Drop Down Main Menu*/
.main-drop-bx-cont {
  width: 100%;
  height: auto;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(00, 00, 00, 0.9);
  z-index: 9999;
}
.main-drop-bx {
  width: auto;
  height: auto;
  float: right;
  position: absolute;
  top: -1px;
  right: 0;
}
.main-drop-bx img {
  width: auto;
  opacity: 0.8;
}
.menu-close {
  width: 39px;
  height: 37px;
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 99999;
  display: block;
  border: 1px solid #ccc;
}
.menu-close:hover {
  border: 1px solid #086bb6;
}
.btm-to-top-div {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 78px;
  right: 5%;
}
/*Drop Down Main Menu*/
/*Fixed Nav Cont*/
.fix-nav-wrapper {
  width: 100%;
  float: left;
  background: #fff;
  position: fixed;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  border-bottom: 2px solid #cccccc70;
}
.fix-nav-cont {
  width: 1280px;
  height: 75px;
  margin: 22px auto 0;
  clear: both;
  padding-top: 22px;
}

.fix-nav-inner-bx {
  width: auto;
  float: right;
  margin: 10px 0 0 0;
}
.search-nav-btn-bx {
  width: 120px;
  float: right;
  margin-top: 25px;
}
.search-nav-btn-bx .search {
  width: 49%;
  float: left;
  border-right: 1px solid #8e8e8e;
  padding-top: 3px;
}
.search-nav-btn-bx .nav-btn {
  width: 50%;
  float: left;
  text-align: right;
  margin-top: 6px;
}
.fix-nav-bx {
  width: auto;
  float: right;
  margin-top: 25px;
  margin-right: 30px;
}
.fix-nav-bx ul {
  float: left;
  list-style-type: none;
}
.fix-nav-bx ul li {
  width: auto;
  height: auto;
  padding: 0 15px;
  float: left;
}
.fix-nav-bx ul li a {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
.fix-per-banking {
  position: relative;
  cursor: pointer;
}
.fix-per-banking .fix-drp {
  width: 160px;
  height: auto;
  background-color: #fff;
  position: absolute;
  top: 99%;
  left: 0;
  z-index: 99;
  border-radius: 0 0 5px 5px;
  visibility: hidden;
  opacity: 0;
  webkit-transition: opacity 0.75s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.fix-per-banking:hover > .fix-drp {
  visibility: visible;
  opacity: 1;
}
.fix-per-banking .fix-drp ul {
  width: 100%;
  height: auto;
  float: left;
  padding: 5px 0;
}
.fix-per-banking .fix-drp ul li {
  margin: 4px 0;
}
.fix-per-banking .fix-drp ul a {
  font-family: "Open Sans", sans-serif !important;
  color: #8e8e8e;
  font-size: 14px;
  padding-left: 0px;
  text-align: left !important;
}
.banner-txt {
  width: auto;
  float: left;
  margin-left: 10%;
  margin-top: 13%;
}
.remove-fix-nav {
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.fixed-nav-open {
  width: 100%;
  height: auto;
  margin: 0;
  position: fixed;
  width: 100%;
  z-index: 999999;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
/*NEW CSS*/
.top-nav-inner-bx {
  width: 100%;
  float: left;
  margin: 40px 0 0 0;
}
.top-nav-inner-bx ul {
  list-style-type: none;
  float: left;
  width: 80%;
  margin-left: 10%;
}
.top-nav-inner-bx ul li {
  width: auto;
  height: auto;
  float: left;
  padding: 0 13px;
}
.top-nav-inner-bx ul li a {
  font-family: "Open Sans", sans-serif !important;
  font-size: 24px;
  color: #fff;
}
.banner-title-bx {
  width: 100%;
  float: left;
  margin-top: 160px;
}
.banner-title-bx h1 {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif !important;
  color: #d6df23;
}
.banner-title-bx h2 {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  font-family: "Open Sans", sans-serif !important;
}

.middle-content-area {
  width: 100%;
  height: auto;
  float: left;
  background-color: #f5f5f5;
}
.abt-us-bx {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 35px 0;
}
.cent-img-bx {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  position: relative;
  top: -110px;
}
.cent-img-bx-2 {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}

.clients-title-t {
  text-align: center;
  padding: 60px 0;
}

.clients-title-t a img {
  width: 80px;
}

.clients-title-t h2 {
  font-size: 36px;
  font-weight: 400;
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  text-align: center;
}

.content-txt-bx {
  width: 100%;
  float: left;
}

.content-txt-bx h2 {
  width: 25%;
  height: auto;
  margin: 40px 0;
  float: left;
  font-size: 36px;
  font-weight: 400;
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  text-align: left;
}

.content-txt-bx h3 {
  width: 100%;
  height: auto;
  margin: 40px 0;
  float: left;
  font-size: 36px;
  font-weight: 400;
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  text-align: center;
}
.content-txt-bx p {
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  text-align: center;
  margin-bottom: 25px;
}
.what-we-do {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.w-w-d-content-bx {
  width: 100%;
  float: left;
  margin: 0 0 50px;
}
.w-w-d-single-bx {
  width: 25%;
  height: auto;
  text-align: center;
  float: left;
}
.w-w-d-single-bx .icon-box {
  width: 90%;
  height: auto;
  margin: 0 auto;
  line-height: 80px;
  position: relative;
  margin-bottom: 50px;
}
.w-w-d-single-bx img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.w-w-d-single-bx span {
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  text-align: center;
  display: block;
  margin-top: 8px;
}
.clients-bx {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 0 0;
}
.clients-content-bx {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 25px;
}
.clients-single-bx {
  width: 21%;
  height: auto;
  text-align: center;
  float: left;
}
.clients-single-bx-2 {
  width: 25%;
  height: auto;
  text-align: center;
  float: left;
}

.clients-single-bx .clients-logo-bx {
  width: 100%;
  height: 126px;
  line-height: 126px;
  float: left;
  text-align: center;
  margin: 10px 0;
}
.clients-single-bx .clients-logo-bx img {
  width: auto;
  vertical-align: middle;
}
.contact-us {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
footer {
  width: 100%;
  min-height: 75px;
  float: left;
  background-color: #fff;
  margin-top: 40px;
}
.footer-nav-bx {
  width: 100%;
  float: left;
}
.footer-nav-bx ul {
  list-style-type: none;
  float: left;
  width: 100%;
  margin-left: 5%;
}
.footer-nav-bx ul li {
  width: auto;
  height: auto;
  float: left;
  padding: 0 28px;
}

.footer-nav-bx ul li a {
  font-family: "Open Sans", sans-serif !important;
  font-size: 22px;
  color: #808285;
}
.footer-nav-bx span {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #ccc;
  font-family: "Open Sans", sans-serif !important;
  text-align: center;
  display: block;
  margin-top: 15px;
}

.fix-logo-bx {
  padding: 20px 0;
}
.fix-logo-bx img {
  width: 65%;
  vertical-align: middle;
}
.fixed-nav-bx {
  float: right;
  padding: 40px 0 0;
}
.fixed-nav-bx ul {
  list-style-type: none;
  float: left;
}
.fixed-nav-bx ul li {
  width: auto;
  height: auto;
  float: left;
  padding: 0 13px;
  line-height: 18px;
}
.fixed-nav-bx ul li a {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  color: #fff;
  padding-bottom: 15px;
  border-bottom: 3px solid transparent;
}
.fixed-nav-bx ul li a:hover {
  border-bottom: 3px solid #d7df23;
}
.fixed-nav-bx ul li a:focus {
  border-bottom: 3px solid #d7df23;
}
.fixed-nav-bx ul li a.two {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  color: #808285;
  padding-bottom: 8px;
  border-bottom: 3px solid transparent;
}
.clients-logo-bx-2 {
  width: 100%;
  height: 126px;
  line-height: 126px;
  float: left;
  text-align: center;
  margin: 10px 0;
}
.clients-logo-bx-2 img {
  width: auto;
}
/*NEW CSS*/
.contact-details {
  text-align: center;
}
.contact-details p a {
  color: #333;
}

.contact-us .contact-details p:last-child {
  padding-bottom: 50px;
}

.middle-content-area .cpy-rght {
  text-align: center;
  padding: 20px 0;
}

/*Fixed Nav Cont*/

/* custom css */
.w-w-d-single-bx .text-1 {
  color: #000;
  font-size: 28px;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .w-w-d-single-bx .text-1 {
  color: #fff;
  font-size: 28px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* .w-w-d-single-bx .text-1 {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
} */
/* .middle-content-area .content-txt-bx .icon-box-1 img 
{
  width: 100%;
  height: auto;
  position: relative;
} */
@media (min-width: 1400px) {
  /*.header-banner-bx {
	width: 100%;
	min-height: 820px;
	float: left;
	background-image: url(../images/header-banner-bg.png);
	background-position: center top;
	background-size: cover;
}*/
}

.logo-prtnr img {
  text-align: center;
  margin: 0 auto;
  display: table;
}

.logo-prtnr .row {
  margin: 0px 0 40px 0px;
  /* vertical-align: ; */
}

.logo-prtnr .row:last-child {
  margin: 0 0 50px;
}

.bg-white {
  background-color: #fff;
}
.logo-des {
  margin-bottom: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .logo-prtnr .row:last-child {
    margin: 0 0 0px !important;
  }
  .logo-prtnr img {
    padding: 15px 0 !important;
  }
  .fix-logo-bx {
    width: 100% !important;
    height: 0 !important;
    float: none !important;
    line-height: 0 !important;
    margin: 0 !important;
    text-align: center !important;
  }
  .fixed-nav-bx {
    width: 100% !important;
    height: 0 !important;
    float: none !important;
    text-align: center !important;
    margin: 0 auto !important;
    display: table !important;
  }
  .fixed-nav-bx ul {
    list-style-type: none !important;
    float: none !important;
    margin: 15px 0 !important;
  }
  .fixed-nav-bx ul li {
    width: auto !important;
    height: auto !important;
    float: none !important;
    padding: 0 13px !important;
    line-height: 18px !important;
    display: inline-block !important;
  }
  .w-w-d-single-bx img {
    width: 100%;
  }
  .w-w-d-single-bx {
    width: 100% !important;
  }
  .header-banner-bx {
    background-position: top center !important;
    min-height: 400px !important;
  }
  .banner-title-bx {
    margin: 75px 0 !important;
  }
  .banner-title-bx h2 {
    font-size: 15px !important;
  }
  .banner-title-bx h1 {
    font-size: 25px !important;
  }
  .clients-title-t {
    padding: 30px 0 !important;
  }
  .logo-des {
    text-align: center !important;
  }
  .logo-des img {
    text-align: center !important;
    margin: 0 auto !important;
  }
  footer {
    margin: 40px 0 !important;
  }
  .footer-nav-bx ul li a {
    font-size: 14px !important;
  }
}
