@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 {
}
/*Reset*/
#main-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.header-banner-bx {
	width: 100%;
	min-height: 648px;
	float: left;
	background-image: url(../images/top-banner-bg.png);
	background-position: center top; 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, .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:.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%;
	min-height:144px;
	float: left;
	background:#fff;
	position: fixed;
	opacity: 1;
	-webkit-transition: opacity .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 #ccc;
}
.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 .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 .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:140px;}
.banner-title-bx h1{ width:100%; height:auto; float:left; text-align:center; font-size:40px; font-weight:300; color:#fff; 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;
    margin-bottom: 25px;
}
.content-txt-bx {
    width: 100%;
    float: left;
    margin-top: 25px;
}
.content-txt-bx h2{ width:100%; height:auto; margin:25px 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;}
.content-txt-bx a {color: #db3824;text-decoration: none;}
.content-txt-bx a:hover; {color: #db3824;text-decoration: none;}

.what-we-do{ width:100%; height:auto; float:left; position:relative; margin:35px 0 0; border-top: 1px dashed #000; }
.products {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 35px 0 0;
    border-top: 1px dashed #000;
}
.w-w-d-content-bx{ width:100%; float:left;}
.w-w-d-single-bx{ width:16.6%; min-height: 190px; text-align:center; float:left; margin-top: 10px;}
.w-w-d-single-bx .icon-box{ width:100%; height:110px; float:left; line-height:110px; }
.w-w-d-single-bx img{ width:auto; vertical-align:middle;}
.w-w-d-single-bx span{width:100%; float:left; font-size:14px; font-weight:400; color:#000; font-family: 'Open Sans', sans-serif !important; text-align:center; display:block; margin-top:20px;}
.clients-bx{ width:100%; height:auto; float:left; position:relative; margin:35px 0; border-top: 1px dashed #000;}
.clients-content-bx{width:100%; height:auto; float:left;}
.clients-single-bx{ width:20%; 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;
    margin: 35px 0 60px 0;
    border-top: 1px dashed #000;
}
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;
    width: 370px;
    margin: auto;
}
.footer-nav-bx ul li{ width:auto; height:auto; float:left; padding:0 13px; border-left:1px solid #000; line-height:12px;}
.footer-nav-bx ul li:first-child{ border:none;}
.footer-nav-bx ul li a{ font-family: 'Open Sans', sans-serif !important; font-size:12px; color:#000;}
.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{ width:100%; height:144px; float:left; line-height:144px;}
.fix-logo-bx img{ width:auto; vertical-align:middle;}
.fixed-nav-bx{ width: auto; height:auto; float:right; margin-top:80px;}
.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:16px; color:#000;}
.email-us {
    text-align: center;
    margin-top: 50px;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    float: left;
    width: 100%;
}
.email-us strong{ font-size:28px;}
.email-us a{ text-decoration: none; color: #000;}
/*NEW CSS*/


/*Fixed Nav Cont*/
@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: 100% 100%;
}*/
}
