@import url(font-awesome.css) screen;
@import url(bootstrap.css) screen;
@import url(owl.carousel.css) screen;
@import url(pe-icon-7-stroke.css) screen;
@import url(animate.min.css) screen;

/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,600italic,700,800,400italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800,900,700,600,500,300,200,100);


/* ======================
   1. GENERAL SECTION
 ====================== */

* {
    margin: 0;
    padding: 0px;

}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    background: #fff;
    color: #656565;
    padding: 0;
    margin: 0;
    overflow: visible;
}

.hidden {
    display: none;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}
::-moz-selection {
    color: #555252;
    text-shadow: none;
    background: #2B2E31;
}
::-webkit-input-placeholder {
    color: #555252 !important;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #555252 !important;
}
::-moz-placeholder  {
    /* Firefox 19+ */
    color: #555252 !important;
}
:-ms-input-placeholder {
    color: #555252 !important;
}
.contact-form .form-control::-webkit-input-placeholder{
    color: #fff !important;
}
.contact-form .form-control::-moz-placeholder{
    color: #fff !important;
}
.contact-form .form-control:-moz-placeholder{
    color: #fff !important;
}
.contact-form .form-control:-ms-input-placeholder{
    color: #fff !important;
}

*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a {
    color: #0098d7;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
a:hover,a:focus {
    text-decoration: none;
    color: #01090C;
}
a img {
    border: none;
    vertical-align: bottom;
}
a.remove {
    display: block;
    height: 18px;
    width: 18px;
    margin: 10px;
    padding-left: 0 !important;
    text-indent: -9999px;
    background: url(images/remove.png) #01090C;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px
}
h1,h2,h3,h4,h5,h6 {
    letter-spacing: 0px;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    font-family: 'Roboto', serif;
    line-height: 140%;
    color: #01090c;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px;
}
.lead {
    font-family: 'Open Sans', Arial,sans-serif !important;
    font-size: 18px;
    margin: 15px 0;
    padding: 0;
}
.first {
    clear: both
}
.last {
    margin-right: 0
}
audio,
video {
    max-width: 100%;
    height: auto;
}

iframe,embed,object {
    max-width: 100%;
}
input,textarea {
    color: #000;
}

html, body, .wrapper{
    height: 100%;
}
.titie-section{
    margin-bottom: 30px;
    display: block;
    position: relative;
}
/*.titie-section h1{
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 48px;
    color: #515151;
    font-weight: 900;
    text-transform: uppercase;
}*/
/*.titie-section-customer h1{
    margin-top: 1%;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 48px;
    color: #515151;
    font-weight: 900;
    text-transform: uppercase;
}*/
.titie-section-customer h1{
    margin-top: 1%;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 48px;
    color: #000000;
    font-weight: 900;
    text-transform: uppercase;
}

.titie-section h1{
    margin-top: 7%;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 48px;
    color: #424242;
    font-weight: 900;
    text-transform: uppercase;
}

.titie-section i {
	color:#FFF;
	font-style:normal;
}
/*.titie-section h5{
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 48px;
    color: #515151;
    font-weight: 900;
    text-transform: uppercase;
}*/
.titie-section h5{
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 48px;
    color: #424242;
    font-weight: 900;
    text-transform: uppercase;
}
.titie-section h1:before{
    content: "";
    width: 165px;
    display: block;
    height: 0;
    background:#003a84;
    position: absolute;
    bottom: -16px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.titie-section h5:before{
    content: "";
    width: 165px;
    display: block;
    height: 3px;
    background:#e9f0fd;
    position: absolute;
    bottom: -16px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.titie-section h1:after{
    content: "";
    width: 165px;
    display: block;
    height: 0;
    background:#003a84;
    position: absolute;
    bottom: -30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.titie-section h5:after{
    content: "";
    width: 165px;
    display: block;
    height: 3px;
    background:#e9f0fd;
    position: absolute;
    bottom: -30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.titie-section:after{
    content: "";
    width: 165px;
    display: block;
    height: 7px;
    background:#424242;
    position: absolute;
    bottom: -25px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.titie-sectionmy:after{
    content: "";
    width: 165px;
    display: block;
    height: 7px;
    background:#e9f0fd;
    position: absolute;
    bottom: -25px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.titie-section.white h1:before{
    content: "";
    width: 165px;
    display: block;
    height: 0;
    background:#fff;
    position: absolute;
    bottom: -16px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.titie-section.white h1:after{
    content: "";
    width: 165px;
    display: block;
    height: 0;
    background:#fff;
    position: absolute;
    bottom: -30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.titie-section.white:after{
    content: "";
    width: 165px;
    display: block;
    height: 7px;
    background:#fff;
    position: absolute;
    bottom: -25px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.white-title{

}

.header-section {
	position:fixed;
	display: block;
    width: 100%;
	z-index:999999;
}

/*
    HEADER TOP SECTION
 */
/*.header-top-section{
    display: block;
    width: 100%;
    background: #003a84;
    color: #fff;
	height:45px;
}

.header-top-content{}
.header-top-content ul{}
.header-top-content ul li{}
.header-top-content ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding-left: 0;
}
.header-top-content ul li a:hover, .header-top-content ul li a:active, .header-top-content ul li a:focus{
    background: transparent;
    color: #fff;
}
.header-top-content ul li:last-child a i{
    font-size: 20px;  
    position: relative;
    top: 2px;
}

.header-top-menu{}
.header-top-menu ul{}
.header-top-menu ul li{}
.header-top-menu ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.header-top-menu ul li a:hover, .header-top-menu ul li a:active, .header-top-menu ul li a:focus{
    background: transparent
}
.header-top-menu ul li a i{

}



.header-section{
    display: block;
    width: 100%;
    padding: 20px 0;
    position: relative;
    transition: all 1s;
    background: #fff;
}

.header-section{
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
    position: relative;
    transition: all 1s;
    background: #fff;
}
header.header-section.fixed {
    position: fixed;
    display: block;
    z-index: 99999;
}


.header-section .navbar{
    min-height: 65px;
    min-height: none;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    background: #1069a0 !important;
}
.header-section .navbar .navbar-brand{
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #555252;
}
.header-section .navbar .navbar-brand b{
    color: #003a84;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    text-align: center;
    padding: 0 !important;
    background: transparent !important;
}

ul.navbar-nav{
    background: transparent;
    margin: 0 auto;
    margin-bottom: -5px;
    display: inline-block;
    float: none;
}
ul.navbar-nav li{}
ul.navbar-nav li a{
    font-size: 14px;
    font-weight: 600;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: uppercase;
	
}
ul.navbar-nav li.active a, ul.navbar-nav li a:hover{
    color: #003a84 !important;
}
ul.navbar-nav.cart-menu li a{
    padding-right: 0;
    color: #0f0101;
    font-weight: 700;
}
ul.navbar-nav.cart-menu li a .fa-search{
    margin-top: 6px;
    display: block;
}



.mymenu {
	width:100%;
	margin:0 auto;
	text-align:center;
}*/

/*-------------------------------------------customize css starts here------------------------------------*/

.justup {
	margin-top:-5%;
}

.mylogo {
	margin-top:-5px;
	padding:0;
	z-index:999999;
}
.myleft {
	height:auto;
	color:#FFF;
}

.slider-section .col-md-2 {
	margin:0;
	padding:0;
}

.topsearch {
	background-color:#ff5a60;
	color:#FFF;
	border:none;
	outline:none;
	padding:5px;
}

.myleft img {
	width:100%;
	height:100%;
	margin-top:11.5%;
}

p.mylefttextarea {
	width:100%;
	float:left;
	font-size:11px;
	text-align:justify;
}
.myformarea {
	padding:15px;
	min-width:250px;
	margin-right:20px;
	border:0;
	color:#2b2b2b;
	margin-bottom:5px;
	font-weight:500;
}
.mybutton {
	padding:6px 20px 12px 20px;
	line-height:150%;
	border:0;
	background-color:#ff5a60;
	font-size:22px;
}
.mybutton:hover {
	background-color:#1069a0;
	color:#FFF;
}


.call {
	color:#FFF;
}
.map,.map iframe {
	position:relative;
}
.mappos {
	position:absolute;
}
.firsticon {
	color:#116a9e;
}
.service-item a {
	color:#116a9a;
}
.service-item a:hover {
	color:#000000;
	cursor:pointer;
}
.secondicon {
	color:#3ff5a6;
}
.thirdicon {
	color:#c4f53f;
}
.fourthicon {
	color:#f5913f;
}
.contact-section i {
	color:#000;
}
.mybottomcontact {
	padding:20px;
}
.mybottomcontact i {
	font-size:36px;
	font-weight:bold;
	font-style:normal;
	color:#FFF;
}
.mymf {
	width:100%;
	border-right: 1px solid #cccccc;
	padding-right:35px;
	box-shadow: 7px 0 5px -5px #cccccc;
}
.mymf ul {
	list-style-type:none;
	margin-top:7px;
}

.mymf ul li a {
	background-color:transparent;
	color:#303030;
	border-bottom: solid 1px #cccccc;
	width:100%;
	display:block;
	margin-top:25px;
	padding:5px;
	font-size:15px;
	font-weight:bold;
}
.mymf ul li a:hover {
	background-color:transparent;
	color:#ff5a60;
	cursor:pointer;
}

.mymf i {
	font-style:normal;
	font-size:18px;
	color:#000;
	font-weight:600;
	border-bottom:solid 7px #ececec;
	width:100%;
	display:block;
	line-height:250%;
}
.mybg {
	background-image:url(../images/mybg.png);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;	
	}

.myinvestonlinebg {
	background-image:url(../images/onlineinvestmentbanner.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;	
	}	

.myinsurancebg {
	background-image:url(../images/insuranceBanner.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;	
	}
	
.mytaxbg {
	background-image:url(../images/taxbanner2.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;	
}
.mybondsbg {
	background-image:url(../images/bondsbanner.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;	
}
.myfdbg {
	background-image:url(../images/fdbanner.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;	
}	
.myrealbg {
	background-image:url(../images/realbanner.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;	
}
.myequitybg {
	background-image:url(../images/equitybanner.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;
}			
	
/*.myinsurancebg {
	background-image:url(../images/insuranceBanner.jpg);
	background-size:cover;
	width:100%;
	height:300px;
	margin:0;
	padding:0;	
	}*/	
/*.mytaxbg {
	background-image:url(../images/taxbanner.jpg);
	background-size:cover;
	width:100%;
	height:300px;
	margin:0;
	padding:0;	
}*/
/*.myrealbg {
	background-image:url(../images/realbanner.jpg);
	background-size:cover;
	width:100%;
	height:300px;
	margin:0;
	padding:0;	
}*/
/*.myequitybg {
	background-image:url(../images/equitybanner.jpg);
	background-size:cover;
	width:100%;
	height:300px;
	margin:0;
	padding:0;	
}*/		
/*.mybondsbg {
	background-image:url(../images/bondsbanner.jpg);
	background-size:cover;
	width:100%;
	height:300px;
	margin:0;
	padding:0;	
}	*/
/*.myfdbg {
	background-image:url(../images/fdbanner.jpg);
	background-size:cover;
	width:100%;
	height:300px;
	margin:0;
	padding:0;	
}	*/
.mydownloadbg {
	background-image:url(../images/downloadsbanner.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;	
}	
.mychildeducationplannerbg {
	background-image:url(../images/childeducationplannerbanner2.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;	
}	

.myretirementbg {
	background-image:url(../images/retirementbanner.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;	
}
.myloanbg {
	background-image:url(../images/loansbanner.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;		
}	
.mynribg {
	background-image:url(../images/nribanner.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;		
}	
.mycareerbg {
	background-image:url(../images/careerbanner.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;		
}
.mycontactbg {
	background-image:url(../images/contact-banner.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;		
}	
.mysipcalculatorbg {
	background-image:url(../images/sipcalculator.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;		
}
.mychildmarriagebg {
	background-image:url(../images/marriagecalculator.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;		
}
.mygoalbg {
	background-image:url(../images/goalcalculator2.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;		
}
.myreturnbg {
	background-image:url(../images/returncalculator2.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;		
}
.myaboutbg {
	background-image:url(../images/aboutbanner2.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;		
}
.myaboutbg2 {
	background-image:url(../images/aboutbanner.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;		
}
.mydisclaimerbg {
	background-image:url(../images/disclaimer.jpg);
	background-repeat:repeat-x;
    background-size:contain;
    background-position:center;
	width:100%;
	min-height:300px;
	margin:0;
	padding:0;		
}
.mysitemap {
	margin-left:30px;
}
.myaboutli {
	font-size:16px;
	line-height:170%;
	color:#333;
	font-weight:600;
}
.nospace {
	padding:0;
	margin:0;
}
.search {
	margin-top:0.9%;
	margin-left:10px;
}

.footer span {
	float:right;
}
.myknow {
	background-color:#ff5a60;
}
h2.myslidetxtsize {
	font-size:72px;
}

.extraup {
	margin-top:-16%;
}
.blog-item2 h2 {
	padding-bottom:0;
}
.mynifty {float:left; width:5%; height:auto; padding:4px 0; text-align:center; color:#FFF; background-color:#ff5a60; font-size:16px;}

.myticker {float:left; width:95%;}

.myportfoliobottomspace {margin-bottom:10px;}

.myexpert {
	margin-bottom:6%;
}
.loginbox {color:#000000; font-weight:lighter; padding:5px 0 5px 10px; border:#FFF 2px solid; background-color:#ffffff;}

.lefticon {width:40px; height:40px; float:left; margin-top:-14px;}

.myimportant {
	text-align:center;
}
.myimportantbottom {
	text-align:center;
}
.mycontactformarea {
	margin:3% 0 0 32%;
}


/*---------------------------------------------form supporting files-----------------------------------------------*/




.myforminput {
	padding:10px;
	margin-bottom:2%;
	margin-right:3%;
	width:100%;
	border-radius:5px;
	border: solid 1px #d5d5d5;
}
.myforminputQuery {
	padding:10px;
	margin-bottom:10px;
	width:100%;
	border-radius:5px;
	border: solid 1px #d5d5d5;
	background-color:rgba(255,255,255,1);
	color:#fff;
}

.myforminputQuery:focus {
	color:#FFF;
}

.feedback-input {
	color:#666;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color:rgba(255,255,255,1);
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(16,105,160,1);
}

.feedback-input:focus{
	background: #000;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #fff;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

.feedback-input1 {
	color:#fff;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color:rgba(50,20,10,0.8);
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:48%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(255,255,255,0.7);
  margin-right:1.5%;
}

.feedback-input1:focus{
	background: #000;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #fff;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.feedback-input2 {
	color:#fff;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color:rgba(50,20,10,0.8);
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:48%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(255,255,255,0.7);
  margin-left:1.5%;
}

.feedback-input2:focus{
	background: #000;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #fff;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.feedback-input3 {
	color:#fff;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color:rgba(50,20,10,0.8);
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(255,255,255,0.7);
  margin-right:1.5%;
  margin-bottom:20px;
}

.feedback-input3:focus{
	background: #000;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #fff;
	outline: none;
  padding: 13px 13px 13px 54px;
}



/* Icons ---------------------------------- */
#name{
	background-image:url(../form-images/user-old.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(../form-images/user-old.png);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#male{
	background-image:url(../form-images/male.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#interest{
	background-image:url(../form-images/interested-old.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#interest:focus{
	background-image:url(../form-images/interested-old.png);
	background-size: 30px 30px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

#query{
	background-image:url(../form-images/query-old.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#query:focus{
	background-image:url(../form-images/query-old.png);
	background-size: 30px 30px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

#male:focus{
	background-image:url(../form-images/female.png);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image:url(../form-images/mail-old.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image:url(../form-images/mail-old.png);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}


#phone{
	background-image:url(../form-images/mobile-old.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#phone:focus{
	background-image:url(../form-images/mobile-old.png);
	background-size: 30px 30px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

#department{
	background-image: url(../form-images/department.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#department:focus{
	background-image: url(../form-images/department.png);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#profile{
	background-image:url(../form-images/user-old.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#profile:focus{
	background-image:url(../form-images/user-old.png);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#employer{
	background-image:url(../form-images/employer.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#employer:focus{
	background-image:url(../form-images/employer.png);
	background-size: 30px 30px;
	background-position: 8px 5px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

#birth{
	background-image:url(../form-images/birth.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#birth:focus{
	background-image:url(../form-images/birth.png);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}


#pan{
	background-image:url(../form-images/pan.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#pan:focus{
	background-image:url(../form-images/pan.png);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#area{
	background-image:url(../form-images/area.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#area:focus{
	background-image:url(../form-images/area.png);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#date{
	background-image:url(../form-images/date.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#date:focus{
	background-image:url(../form-images/date.png);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#reference{
	background-image:url(../form-images/reference.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#reference:focus{
	background-image:url(../form-images/reference.png);
	background-size: 30px 30px;
	background-position: 8px 5px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

#upload{
	background-image:url(../form-images/upload.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#upload:focus{
	background-image:url(../form-images/upload.png);
	background-size: 30px 30px;
	background-position: 8px 5px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

/*---------------------------------------------------form supporting ends here----------------------------------------------*/




/*-------------------------------------------customize css ends here------------------------------------*/

span.shoping-cart {
    border: 1px solid #0f0101;
    padding: 2px 7px 2px 6px;
    text-align: center;
    display: inline-block;
    position: relative;
    background: #fff;
}
span.shoping-cart:after{
    height: 90%;
    width: 80%;
    display: block;
    background: transparent;
    position: absolute;
    content: "";
    border: 1px solid #0f0101;
    border-radius: 50%;
    top: -47%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -9999;
}
span.shoping-cart:hover:after{
    top: -50%;
}

span.shoping-cart:before{
    height: 100%;
    width: 100%;
    display: block;
    background: #fff;
    position: absolute;
    content: "";
    top: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -999;
}
span.shoping-cart {
    border: 1px solid #0f0101;
    padding: 2px 7px 2px 6px;
    text-align: center;
    display: inline-block;
    position: relative;
    background: #fff;
    z-index: 9999999;
    color: #003a84;
}
/*
    SEAARCH SECTION
 */
.search-section{
    display: block;
    background: url(../images/bg.png) #003a84 no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding: 40px 0 80px;
    display: none;
}
.suscribe-btn, .suscribe-btn:hover, .suscribe-btn:active, .suscribe-btn:focus{
    outline: none
}

/*
    SLIDER SECTION
 */
.slider-section{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
/*.slider-section:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    background: rgba(0, 0, 0, 0.52);
    z-index: 9
}*/

.slider-section img{
    display: block;
    width: 100%;
    height: auto;
}
.carousel-inner{
    position: relative;
}
.carousel-inner .item{}
.carousel-inner .item:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9
}
.carousel-inner .item img{}
.carousel-inner .item .carousel-caption{
    /*top: 30%;*/
	top: 30%;
    z-index: 999;
}
/*.carousel-inner .item .carousel-caption h2{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    text-shadow: none;
    color: #fff;
    margin: 0;
    padding: 0;
}*/
.carousel-inner .item .carousel-caption h2{
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    text-shadow: none;
    color: #fff;
    margin-top: 5%;
    padding: 0;
}
.carousel-inner .item .carousel-caption h2 b{
    color: #003a84
}

/*.carousel-inner .item .carousel-caption h3{
    font-size: 24px;
    text-transform:none;
    font-weight: 400;
    text-align: center;
    text-shadow: none;
    color: #fff;
    margin: 0;
    padding: 0;
}*/
.carousel-inner .item .carousel-caption h3{
    font-size: 28px;
    text-transform:none;
    font-weight: 600;
    text-align: center;
    text-shadow: none;
    color: #fff;
    margin: 0;
    padding: 0;
}
.carousel-inner .item .carousel-caption h3 span{
    color: #003a84;
}

.carousel-inner .item .carousel-caption a{
    display: inline-block;
    padding: 13px 30px;
    border: 2px solid #ffffff;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 400;
    margin-top: 10px;
}
.carousel-inner .item .carousel-caption a:hover{
    background: #116a9e;
}
.carousel-control{
    background-image: none !important;
    box-shadow: none !important;
    background: red;
}

.carousel-control span{
    font-size: 90px !important;
    color: #fff;
    }
a.carousel-control.left, a.carousel-control.right{
    background: #46bfa9 !important;
    background-image: none !important;
    box-shadow: none !important;
    width: 0px;
    height: 0px;
    background: #46bfa9;
    text-align: center;
    position: absolute;
    top: 45%;
	right:5%;
    border: none;
    display: block;
    text-align: center;
    z-index: 999

}
a.carousel-control.left > span{
    position: absolute;
    top: 7px;
    margin: 0 auto;
    left: 5px;
}

a.carousel-control.right > span{
    position: absolute;
    top: 7px;
    margin: 0 auto;
    left: -5px;
}

.carousel-control.right{
    width: 0;
    height: 0;
    background: #46bfa9;
   /* border-width: 50px 100px 50px 0;
    border-color: transparent #46bfa9 transparent transparent;*/
}
.carousel-control.left{
    width: 0;
    height: 0;
    background: #46bfa9;
    /*border-width: 50px 0 50px 100px;
    border-color: transparent transparent transparent #46bfa9;*/

}
.carousel-control span{
    font-size: 100px;
    color: #000;
}
.slider-indicators{
    display: none;
}

/*
    SERVICE SECTION
 */
.service-section{
    display: block;
    text-align: center;
    padding: 100px 0 80px;
}
.service-item{}
.service-item i{
    font-size: 70px;
    text-align: center;
}
.service-item h3{
    font-size: 18px;
    font-weight: 700;
    color: #555252;
    font-family: 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
}
.service-item p{
    font-size: 14px;
    font-weight: 300;
    color: #555252;
    line-height: 24px;
}
.service-item:hover h3, .service-item:hover i{
    color: #000000;

}

/*
    NEW PRODUCR SECTION
 */
/*.new-section{
    background: #e9f0fd;
    display: block;
    padding: 100px 0 80px;
}*/
.new-section{
    background: #e9f0fd;
    display: block;
    padding: 20px 0 0;
}
.product-item{
    position: relative;
    margin-top: 30px;
    transition: all 0.5s
}
.product-item img{
    width: 100%;
    height: auto;
}

.product-hover{
    position: absolute;
    display: block;
    width: 100%;
    height: calc(100% - 40px);
    background: rgba(0, 0, 0, 0.5);
    top:0;
    border: 10px solid rgba(255, 255, 255, 0.55);
    text-align: center;
    transform: scale(0.1, 0.1);
    opacity: 0;
    transition: all 0.5s
}
.product-item:hover .product-hover{
    transform: scale(1, 1);
    opacity: 1;
}

.product-meta{
    display: block;
    margin-top: 35%;

}

.product-hover a{
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 4.2%;
    margin: 5px;
}
.product-hover a i{
    font-size: 30px;
}

.product-hover a:last-child{
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    background: #323232;
    border: 1px solid #fff;
    margin: 5px 12%
}
.product-hover a:last-child i{
    font-size: 18px;
    margin-right: 5px;
}
.product-hover a:hover{
    background: #003a84;
    border: 1px solid #003a84
}

.product-title{
    display: block;
    background: #323232;
    width: 100%;
    bottom: 0;
    position: absolute;
    bottom: 0;
    height: 40px;
    overflow: hidden;
    transition: all 0.5s;
}
.product-item:hover .product-title{
    background:#003a84;
}

.product-title h3{
    margin: 0;
    padding: 0;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    float: left;
    padding: 10px;
    padding-left: 15px;
}
.product-title span{
    display: block;
    background: rgba(255, 255, 255, 0.5);
    float: right;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
}

.sell-meta{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: block;
    width: auto;
}
.sell-meta a{
    width: 70px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding:5px 10px;
    color: #555252;
    border: 1px solid #000;
}
.sell-meta a.new-item{
    float: left;
}
.sell-meta a.sell-item{
    float: right;
}

/*
    FEATURED SECTION
 */
.featured-section{
    display: block;
    padding: 100px 0 80px;
}
.filter-menu{
    display: block;
    text-align: center;
    margin: 30px 0 50px;
}
.filter-menu ul{
    display: inline-block;
    margin: 0 auto;
}
.filter-menu ul li{
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 5px 15px;
    border: 1px solid #000;
    margin: 5px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}
.filter-menu ul li.active{
    background: #003a84;
    border: 1px solid #003a84;
    color: #fff;
}

.filter-menu ul li span{
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #003a84;
    font-weight: 700;
    display: block;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 50%;
    top: -55px;
    right: -20px;
    opacity: 0;
    transition: all 0.5s;
}
.filter-menu ul li.active span{
    opacity: 1;
    top: -22px;
    right: -5px
}

.featured .product-item{
    background: #e9f0fd
}

/*
    OFFER SECTION
 */
.offer-section{
    display: block;
    padding: 70px 0 130px;
    position: relative;
    width: 100%;
    background: url(../images/offer-bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
    color: #fff;
}
.offer-section:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    background: rgba(0, 0, 0, 0.5)
}
.offer-section h1{
    font-size: 60px;
    font-family: 'Open Sans';
    font-weight: 900;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
.offer-section h2{
    font-size: 38px;
    font-weight: 300;
    color: #fff;
    font-family: 'Open Sans';
    margin: 0;
    padding: 0;
}

/*
    BEST SELLER SECTION
 */
.best-seller-section{
    display: block;
    padding: 100px 0 80px;
    position: relative;
    width: 100%;
    background: #e9f0fd
}

/*
    REVIEW SECTION
 */
.review-section{
    padding: 100px 0 60px;
    display: block;
    width: 100%;
}
.review-section .feedback{
    display: block;
    margin-top: 60px;
    text-align: center;
}
.feedback .item:before{
    display: none;
}
.feedback .item{
    text-align: center;
}
.feedback .item img{
    display: inline-block;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    /*border-radius: 50%;*/
}
.feedback .item .carousel-caption{
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 75%;
    text-shadow: none;
    margin-top: 0;
}
.feedback .item .carousel-caption p{
    font-size: 14px;
    font-weight: 400;
    color: #515151 ;
    text-align: center;
    line-height: 24px;
}
.feedback .item .carousel-caption h3{
    font-size: 18px;
    font-weight: 700;
    color: #1069a0;
    text-align: center;
}
.feedback .item .carousel-caption span{
    font-size: 14px;
    font-weight: 400;
    color: #515151 ;
    text-align: center;
    line-height: 24px;
}

.review-controlar{
    position: relative;
    margin: 0 auto;
    display: inline-block;
    left: 0;
    right: 0;
    width: auto;
}
.review-controlar li{
    height: 5px;
    width: 5px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    position: relative;
    border: 5px solid #000;
    margin: 10px;
}
.review-controlar li.active{
    height: 5px;
    width: 5px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    position: relative;
    border: 5px solid #003a84;
    margin: 10px;
}

.review-controlar li img{
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

/*
    NEWS LATTER SECTION
 */
.news-letter-section{
    display: block;
    background: url(../images/bg.png) #1abc9c  no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding: 50px 0 40px;
}
.titie-section{}
.news-letter-section p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 25px;
    display: block;
    overflow: hidden;
}

.subscribe-from{
    display: block;
    margin-top: 50px;
}
.form-inline{
    /*width: 100%;   */
    display: block;
    background: #fff;
    position: relative;
    padding: 0;
    border-radius: 10px;

}
.form-group{
    width: 100%;
    display: block;
}
.form-inline .form-group{
    margin-bottom: 0;
}

.subscribe-from .form-control{
    display: block;
    width: 100% !important;
    height: 100%;
    height: 63px;
    color: #000;
    font-size: 16px;
    padding: 20px;
}
.subscribe-from .form-control:hover, .subscribe-from .form-control:focus{
    box-shadow: none !important;
    outline: none;

}

.suscribe-btn{
    position: absolute;
    display: block;
    padding: 16px;
    width: 100px;
    background: #003a84;
    border: none;
    bottom: 2px;
    top: 2px;
    right: 2px;
}
.suscribe-btn i{
    color: #fff;
    font-size: 25px;
}

/*
    CLIENT SECTION
 */
.client-section{
    display: block;
    padding: 100px 0 80px;
    background: #e9f0fd;
    display: block;
}
.client-area{
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: 40px;
}
.client-area .item{}
.client-area .item img{
    width: 100%;
    height: auto;
    border: 1px solid #003a84;
}

/*
    NEWS SECTION
 */
/*.news-section{
    display: block;
    padding: 100px 0 80px;
}*/
.news-section{
    display: block;
    padding: 0 0 80px;
}
.news-section .titie-section{
    display: block;
    margin-bottom: 80px;
}
.blog-item{}
.blog-item img{
    width: 100%;
    height: auto;
}
.blog-item h3{
    font-size: 18px;
    font-weight: 600;
    color: #555252;
    display: block;
    line-height: 24px;
    position: relative;
    margin: 15px 0 ;
    padding: 0;
}
.blog-item h3:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 3px;
    display: block;
    background: #1069a0;
    bottom: -8px;
}

.blog-item p{
    font-size: 14px;
    font-weight: 40px;
    line-height: 24px;
    display: block;
    margin-top: 10px;
	text-align:justify;
}

.blog-item2 p{
    font-size: 14px;
    font-weight: 40px;
    line-height: 24px;
    display: block;
    margin-top: 0;
	text-align:justify;
}

.blog-item a:last-child{
    display: inline-block;
    color: #fff;
    font-weight: 300;
    background: #1069a0;
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 3px;
    transition: all 0.5s;
}
.blog-item a:last-child:hover{
    background: #3c7fd6
}

/*
    CONTACT SECTION
 */
.contact-section{
    /*background: url(../images/map-bg.png) #2d3237 no-repeat;
    background-size: 100%;   
    background-position: center center;*/
    padding: 80px 0 80px 0;
    display: block;
	margin-top:-45%;
}
.contact-section:before{
    content: "";
    width: 100%;
    display: block;
    
    
}
.contact-section .titie-section{
    display: block;
    margin-bottom: 80px;
}
.contact-section .titie-section h1{
    color: #fff;
}
.contact-section .left-content{background: rgba(45, 50, 55, .80);}
.contact-section .left-content h1{
    font-size: 72px;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1;
    font-weight: 300;
}
.contact-section .left-content h1 span{
    color: #003a84;
}

.contact-section .left-content h3{
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto';
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact-section .left-content p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: 'Roboto';
}
.contact-section .left-content p b{
    color: #003a84;
}

.contact-section .left-content p{}
.contact-info{
    display: block;
    margin-top: 10px;
}

.contact-info p{
    margin: 0;
}
.social-media{
    display: block;
    margin-top: 10px;
}
.social-media ul{
    margin: 0;
    padding: 0;
    display: block;
}
.social-media ul li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.social-media ul li a{
    color: #fff;
}
.social-media ul li a i{
    height: 35px;
    width: 35px;
    font-size: 20px;
    border: 1px solid #fff;
    text-align: center;
    padding: 7px 0;
}
.social-media ul li a:hover i{
    background: #003a84;
    border: 1px solid #003a84;
}
.contact-form{
    margin-top: 10px;
    display: block;
}
.contact-form .col-md-6{
    display: block;
    margin-bottom: 30px;
}

.contact-form .input-group{
    width: 100%;
    display: block;
}
.contact-form .input-group input.form-control, .contact-form .input-group textarea.form-control{
    width: 100%;
    display: block;
    background: transparent;
    border: 1px solid #fff;
    height: 50px;
}
.contact-form .input-group textarea.form-control{
    height: 150px;
}
.contact-form .input-group .form-control:focus, .contact-form .input-group .form-control:hover{
    border: 1px solid #003a84;
    box-shadow: none;
    color: #003a84 !important;
}

.contact-form .input-group input.contact-submit{
    display: inline-block;
    background: #003a84 !important;
    padding: 10px 40px;
    border: none;
    color: #fff !important;
    margin-top: 30px;
    font-size: 16px;
    text-transform: uppercase;
}

/*
    FOOTER SECTION
 */
footer.footer{
    display: block;
    text-align: center;
    background: #424242;
    padding: 20px 0;
	margin-bottom:2.5%;
    color: #fff;
}
footer.footer p{
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
footer.footer p a{
    color: #ffffff;
}
footer.footer p a:hover {
    color:#FF0;
}


/*
    Fix FOOTER SECTION
 */
footer.fixfooter{
	width:100%;
    text-align: center;
    background: #1069a0;
    padding: 7px 0;
    color: #fff;
	position:fixed;
	bottom:0;
	z-index:999999;
}
footer.fixfooter p{
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
footer.fixfooter p a{
    color: #ffffff;
}
footer.fixfooter p a:hover {
    color:#FF0;
}

/* PERLOADER */
#preloader{
    width: 100%;
    height: 100%;
    animation: preloader_6 5s infinite linear;
    background: #fff;
    display: block;
    text-align: center;
    position: fixed;
    z-index: 999999999;
}

.preloader-area {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}
.preloader-area > .preloader-box {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 186px;
}

.preloader-area .preloader-box > div {
    position: relative;
    width: 30px;
    height: 30px;
    background: #003a84;
    float: left;
    text-align: center;
    line-height: 30px;
    font-family: Verdana;
    font-size: 20px;
    color: #FFF;
}
#example td
{
	border-bottom:#000 1px solid;
}

    @-webkit-keyframes preloader {
      0% {
        box-shadow: -2em 0 0 #003a84, 0 -2em 0 rgba(163, 189, 227, 0.75), 2em 0 0 rgba(163, 189, 227, 0.5), 0 2em 0 rgba(163, 189, 227, 0.25);
      }
      25% {
        box-shadow: -2em 0 0 rgba(163, 189, 227, 0.25), 0 -2em 0 #003a84, 2em 0 0 rgba(163, 189, 227, 0.75), 0 2em 0 rgba(163, 189, 227, 0.5);
      }
      50% {
        box-shadow: -2em 0 0 rgba(163, 189, 227, 0.5), 0 -2em 0 rgba(163, 189, 227, 0.25), 2em 0 0 #003a84, 0 2em 0 rgba(163, 189, 227, 0.75);
      }
      75% {
        box-shadow: -2em 0 0 rgba(163, 189, 227, 0.75), 0 -2em 0 rgba(163, 189, 227, 0.5), 2em 0 0 rgba(163, 189, 227, 0.25), 0 2em 0 #003a84;
      }
      100% {
        box-shadow: -2em 0 0 #003a84, 0 -2em 0 rgba(163, 189, 227, 0.75), 2em 0 0 rgba(163, 189, 227, 0.5), 0 2em 0 rgba(163, 189, 227, 0.25);
      }
    }
    @keyframes preloader {
      0% {
        box-shadow: -2em 0 0 #003a84, 0 -2em 0 rgba(163, 189, 227, 0.75), 2em 0 0 rgba(163, 189, 227, 0.5), 0 2em 0 rgba(163, 189, 227, 0.25);
      }
      25% {
        box-shadow: -2em 0 0 rgba(163, 189, 227, 0.25), 0 -2em 0 #003a84, 2em 0 0 rgba(163, 189, 227, 0.75), 0 2em 0 rgba(163, 189, 227, 0.5);
      }
      50% {
        box-shadow: -2em 0 0 rgba(163, 189, 227, 0.5), 0 -2em 0 rgba(163, 189, 227, 0.25), 2em 0 0 #003a84, 0 2em 0 rgba(163, 189, 227, 0.75);
      }
      75% {
        box-shadow: -2em 0 0 rgba(163, 189, 227, 0.75), 0 -2em 0 rgba(163, 189, 227, 0.5), 2em 0 0 rgba(163, 189, 227, 0.25), 0 2em 0 #003a84;
      }
      100% {
        box-shadow: -2em 0 0 #003a84, 0 -2em 0 rgba(163, 189, 227, 0.75), 2em 0 0 rgba(163, 189, 227, 0.5), 0 2em 0 rgba(163, 189, 227, 0.25);
      }
    }
    .preloader {
      -webkit-animation: preloader;
              animation: preloader;
      -webkit-animation-duration: 1500ms;
              animation-duration: 1500ms;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      background-color: #003a84;
      border-radius: 2px;
      box-shadow: -2em 0 0 #003a84, 2em 0 0 #003a84, 0 -2em 0 #003a84, 0 2em 0 #003a84;
      height: 1.5em;
      margin: 4em;
      width: 1.5em;
    }



/*
    RESPONSIVE STYLE
 */
@media (max-width: 1920px){
 .contact-section{
    /*background: url(../images/map-bg.png) #2d3237 no-repeat;
    background-size: 100%;   
    background-position: center center;*/
    padding: 80px 0 35px 0;
    display: block;
	margin-top:-28%;
}
.extraup {
	margin-top:-10%;
}
.mybg, .myinvestonlinebg, .myinsurancebg, .mytaxbg, .mybondsbg, .myfdbg, .myrealbg, .myequitybg, .mydownloadbg, .mychildeducationplannerbg, .myretirementbg, .myloanbg, .mynribg, .mycareerbg, .mysipcalculatorbg, .mychildmarriagebg, .mygoalbg, .myreturnbg, .myaboutbg, .mycontactbg, .mydisclaimerbg {
	min-height:400px;
	}
}
@media (max-width: 1610px){
 .contact-section{
    /*background: url(../images/map-bg.png) #2d3237 no-repeat;
    background-size: 100%;   
    background-position: center center;*/
    padding: 80px 0 80px 0;
    display: block;
	margin-top:-38%;
}

.extraup {
	margin-top:-12%;
}

.mybg, .myinvestonlinebg, .myinsurancebg, .mytaxbg, .mybondsbg, .myfdbg, .myrealbg, .myequitybg, .mydownloadbg, .mychildeducationplannerbg, .myretirementbg, .myloanbg, .mynribg, .mycareerbg, .mysipcalculatorbg, .mychildmarriagebg, .mygoalbg, .myreturnbg, .myaboutbg, .mycontactbg, .mydisclaimerbg {
	min-height:350px;
	}

}
@media (max-width: 1450px){
 .contact-section{
    /*background: url(../images/map-bg.png) #2d3237 no-repeat;
    background-size: 100%;   
    background-position: center center;*/
    padding: 80px 0 80px 0;
    display: block;
	margin-top:-38%;
}

.extraup {
	margin-top:-15%;
}
.mybg, .myinvestonlinebg, .myinsurancebg, .mytaxbg, .mybondsbg, .myfdbg, .myrealbg, .myequitybg, .mydownloadbg, .mychildeducationplannerbg, .myretirementbg, .myloanbg, .mynribg, .mycareerbg, .mysipcalculatorbg, .mychildmarriagebg, .mygoalbg, .myreturnbg, .myaboutbg, .mycontactbg, .mydisclaimerbg {
    min-height: 325px;
}
}
@media (max-width: 1280px){
 .contact-section{
    /*background: url(../images/map-bg.png) #2d3237 no-repeat;
    background-size: 100%;   
    background-position: center center;*/
    padding: 80px 0 50px 0;
    display: block;
	margin-top:-45%;
}
.extraup {
	margin-top:-16%;
}

.mybg, .myinvestonlinebg, .myinsurancebg, .mytaxbg, .mybondsbg, .myfdbg, .myrealbg, .myequitybg, .mydownloadbg, .mychildeducationplannerbg, .myretirementbg, .myloanbg, .mynribg, .mycareerbg, .mysipcalculatorbg, .mychildmarriagebg, .mygoalbg, .myreturnbg, .myaboutbg, .mycontactbg, .mydisclaimerbg {
	min-height:300px;
	}
}
@media (max-width: 1200px){
    .product-hover a {
        padding: 2%;
    }
    a.carousel-control.left, a.carousel-control.right{
        width: 70px;
        height: 70px;
    }
    a.carousel-control.right > span {
        top: -9px;
        left: -19px;
    }
    a.carousel-control.left > span {
        top: -6px;
        left: -11px;
    }
     .carousel-inner .item .carousel-caption h2, .carousel-inner .item .carousel-caption h3{
        font-size: 30px;
    }
    .carousel-inner .item .carousel-caption a{
        padding: 6px 15px;
    }
    .product-hover a:last-child {
        margin: 5px 25%;
        padding: 10px;
    }

}

@media (max-width: 1024px){
	.navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
	text-align:center;
	}
	.carousel-inner {
		margin-top:1%;
	}
	.extraup {
	margin-top:-20%;
}
}

@media (max-width: 992px){
    ul.navbar-nav li a{
        font-size: 12px;
    }
    .blog-item h3{
        font-size: 15px;
    }
    .blog-item p{
        font-size: 12px;
    }
    .blog-item a:last-child{
        font-size: 14px;
    }
    .contact-form .col-md-6 {
        display: block;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .carousel-caption {
        right: 15%;
        left: 15%;
        padding-bottom: 30px;
    }
	a.navbar-brand {
		width:81%;
	}
	.nav > li > a {
    padding: 10px 5px 0 5px;
	}
	.navbar-inverse .navbar-nav > li > a {
    font-size: 12px;
	}
	.mymf i {
    font-size: 14px;
	}
	.mymf ul li a {
    font-size: 12px;
	}

}

@media only screen and (width: 768px){
	#search{display:none;}
	 .slider-section{
	  padding-top:6%;
  }
  .navbar-header {
    float: left;
	width:36%;
	padding:1% 0 0 0;
  }
  .myfooter768{
	  width:50%;
	  float:left;
	  height:auto;
	  margin-top:5%;
  }
  .myfooter768b{
	  width:100%;
	  text-align:center;
	  margin:auto;
	  height:auto;
  }
    .myfooter768b h4{
		visibility:hidden;
  }
  .carousel-control.right {
  right: 0;
}
.extraup {
	margin-top:-26%;
}
}



@media (max-width: 767px){
    /*ul.navbar-nav {
        width: 81%;
        display: block;
        text-align: center;
    }*/
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        overflow: hidden;
    }
    ul.navbar-nav.cart-menu li a{
        padding: 15px 0;
    }
	.navbar-inverse .navbar-nav > li > a {
    font-size: 12px;
	text-align:center;
	}
    .header-top-menu ul, .header-top-content ul{
        display: inline-block;
    }
    .header-top-menu, .header-top-content {
        text-align: center;
    }
    .titie-section h1{
        font-size: 26px;
    }
    .contact-form {
        margin-top: 30px;
        display: block;
    }
    .offer-section{
        padding: 60px 0 50px;
    }

    .offer-section h1{
        font-size: 30px;
    }
    .offer-section h2{
        font-size: 20px;
    }
    .blog-item {
        margin-bottom: 30px;
    }
	header.header-section.fixed {
    position:static;
    display: block;
	}
	.carousel-inner {
		margin-top:10%;
	}
	.service-section {
    display: block;
    text-align: center;
    padding: 10px 0 80px;
}
.mynifty {float:left; width:10%; height:auto; padding:4px 0; text-align:center; color:#FFF; background-color:#ff5a60;}

.myticker {float:left; width:90%;}
.titie-section h5 {
	font-size:24px;
}
.myexpert {
	margin-bottom:1%;
}
.footer.footer{
	min-height:210px;
}
footer.fixfooter p {
    font-size: 11px;
}
footer.footer p {
    font-size: 11px;
}
.footer span {
    float: none;
	display:block;
	margin-top:3%;
}
.mybutton {
	width:67%;
	margin:0 auto;
	display:block;
}
.news-section{
    display: block;
    padding: 0;
}
.mybg {
	min-height:170px;
	}
.myinvestonlinebg {
	min-height:170px;
	}	
.myinsurancebg {
	min-height:170px;
	}
.mytaxbg {
	min-height:170px;
	}
.mybondsbg {
	min-height:170px;
	}
.myfdbg {
	min-height:170px;
	}
.myrealbg {
	min-height:170px;
	}
.myequitybg {
	min-height:170px;
	}
.mydownloadbg {
	min-height:170px;
	}
.mychildeducationplannerbg {
	min-height:170px;
	}
.myretirementbg {
	min-height:170px;
	}
.myloanbg {
	min-height:170px;
	}
.mynribg {
	min-height:170px;
	}
.mycareerbg {
	min-height:170px;
	}
.mysipcalculatorbg {
	min-height:170px;
	}
.myaboutbg {
	min-height:170px;
	}
.mydisclaimerbg {
	min-height:170px;
	}	
	
.mychildmarriagebg {
	min-height:170px;
	}
.mygoalbg {
	min-height:170px;
	}
.myreturnbg {
	min-height:170px;
	}	
	.mycontactbg {
	min-height:170px;
	}																
.titie-section h1 {
	margin-top:-5%;
	padding:0;
	font-size:16px;
}
.titie-section:after{
    display: none;
}
}

@media screen and (min-device-width: 590px) and (max-device-width: 610px) {
	.titie-section h1 {
	margin-top:0;
	padding:0;
	font-size:16px;
}
input.mysubscribelast {
	width:71%;
}
}

@media (max-width: 620px){

    .header-top-content ul li a{
        font-size: 12px;
    }
    .header-top-menu ul li a{
        font-size: 12px;
    }
     a.carousel-control.left, a.carousel-control.right{
        width: 70px;
        height: 70px;
        display: none;
    }
    a.carousel-control.right > span {
        top: -9px;
        left: -7px;
    }
    a.carousel-control.left > span {
        top: -6px;
        left: -11px;
    }
    .carousel-inner .item .carousel-caption h2, .carousel-inner .item .carousel-caption h3{
        font-size: 14px;
    }
    .carousel-inner .item .carousel-caption a{
        padding: 2px 10px;
        font-size: 12px
    }
    .product-hover a:last-child {
        margin: 5px 25%;
        padding: 10px;
        font-size: 12px;
    }
    .filter-menu ul li{
        display: block;
    }
    .carousel-inner .item .carousel-caption {
        top: 7%;
        z-index: 999;
    }
	header.header-section.fixed {
    position:static;
    display: block;
	}
	.search {
		margin-left:20%;
	}
	.mynifty {float:left; width:15%; height:auto; padding:4px 0; text-align:center; color:#FFF; background-color:#ff5a60;}

.myticker {float:left; width:85%;}
.titie-section h1 {
	margin-top:5%;
	padding:0;
	font-size:16px;
}
.myformarea {
    min-width: 255px;
    margin-right: 0;
}
.mycontactformarea {
	margin:3% 0 0 0;
}

}

@media (max-width: 320px){
	a.navbar-brand {
		width:81%;
	}
	.mybg {
	min-height:170px;
	}
	.myinvestonlinebg {
	min-height:170px;
	}
	.myinsurancebg {
		min-height:170px;
	}
	.mytaxbg {
		min-height:170px;
	}
	.mybondsbg {
		min-height:170px;
	}
	.myfdbg {
		min-height:170px;
	}
	.myrealbg {
		min-height:170px;
	}
	.myequitybg {
		min-height:170px;
	}
	.mydownloadbg {
		min-height:170px;
	}
	.mychildeducationplannerbg {
		min-height:170px;
		}
	.myretirementbg {
		min-height:170px;
		}
	.myloanbg {
		min-height:170px;
		}
	.mynribg {
		min-height:170px;
		}
		.mycontactbg {
		min-height:170px;
		}
	.mycareerbg {
		min-height:170px;
		}
	.mysipcalculatorbg {
		min-height:170px;
		}
	.myaboutbg {
		min-height:170px;
		}
	.mydisclaimerbg {
		min-height:170px;
		}	
	.mychildmarriagebg {
		min-height:170px;
		}
	.mygoalbg {
		min-height:170px;
		}
	.myreturnbg {
		min-height:170px;
		}
	.titie-section h1 {
		margin-top:-0%;
		padding:0;
		font-size:16px;
	}
	footer.fixfooter p a {
		font-size:9px;
		}
	.myaboutli {
    font-size: 13px;
    line-height: 220%;
    color: #333;
	margin-left:5px;
}
.carousel-inner {
	min-height:160px;
}
.mynifty {width:15%;}

.myticker {width:85%;}

.justup {
	margin-top:5%;
}
.search {
		margin-left:15%;
	}
	.mybutton {
    width: 88%;
    margin: 0 auto;
    display: block;
}

	
}


@media (max-width: 480px){
input.mysubscribelast {
	width:73%;
}
.myfooter768 h4 {
	margin-bottom:0;
	padding:0;
	margin-top:20px;
}
.mybutton {
    width: 75%;
    margin: 0 auto;
    display: block;
}
.mycontactformarea {
	margin:3% 0 0 0;
}
.extraup {
	margin-top:-26%;
}
.myimportantbottom {
	min-height:130px;
}
}

@media (max-width: 420px){

.mybutton {
    width: 67%;
    margin: 0 auto;
    display: block;
}
	
}
@media (max-width: 1920px){
input.mysubscribelast {
	width:20%;
}
}
