@charset "utf-8";
/* CSS Document */
/*
*/
/*-----------------------------------
General css class
-----------------------------------*/
body { font-size: 15px; font-family: 'Roboto', sans-serif; line-height: 1.4; color: #778191; background-color: #f4f6f8; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
h1, h2, h3, h4, h5, h6 { margin: 0px 0px 10px 0px; color: #3c4d6b; font-weight: 500; }
h1 { font-size: 32px; line-height: 44px; letter-spacing: -1px; }
h2 { font-size: 24px; line-height: 32px; }
h3 { font-size: 20px; line-height: 28px; }
h4 { font-size: 16px; line-height: 1.6; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }
p { margin: 0 0 26px; line-height: 1.6; font-weight: 400; }
ul, ol { }
ul li, ol li { line-height: 1.8 }
a { color: #f51f8a; text-decoration: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
a:focus, a:hover { text-decoration: none; color: #15549a; }
strong { font-weight: 600; }
blockquote { padding: 10px 20px; margin: 0 0 0px; font-size: 21px; border-left: 5px solid #eff1f4; color: #414346; font-style: italic; line-height: 35px; font-family: 'Merriweather', serif; font-weight: 700; }
blockquote.alignright { max-width: 50%; }
blockquote.alignleft { max-width: 50%; }
p:last-child { margin-bottom: 0px; }
::selection { background: #ffecb3; color: #333; }
*, *::before, *::after { transition: all .3s ease-in-out; }
.text-highlight { color: #ffecb3; }
.highlight { color: #f51f8a; }
.italic { }
.small-text { }
.listnone { list-style: none; margin: 0px 0px 20px 0px; padding: 0; }
.required { color: red }
.lead { color: #3c4d6b; line-height: 30px; font-size: 20px; }
.lead-strong { }
.section-title { }
.text-white { color: #fff; }
.title-white { color: #fff; }
.title { color: #3c4d6b; }
.text-bold { font-weight: 600; }
.text-black { color: #000000 !important; }
.text-light { color: #a1a4a8 !important; }
.text-dark { color: #414855 !important; }
.text-light-blue { color: #cce4ff; }
.border-primary { border-color: #15549a !important; }
.text-primary { color: #15549a !important; }
.border-default{border-color: #f51f8a !important;}
.border-top-default{border-top:3px solid #f51f8a;}
/*-----------------------------------
Space css class
-----------------------------------*/
/*----------------
margin space
-----------------*/
.mb0 { margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mt0 { margin-top: 0px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }
.mr0 { margin-right: 0px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 10px; }
.ml0 { margin-left: 0px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
/*----------------
less margin space from top
-----------------*/
.mt-20 { margin-top: -20px; }
.mt-40 { margin-top: -40px; }
.mt-60 { margin-top: -60px; }
.mt-80 { margin-top: -80px; }
/*---------------
Padding space
-----------------*/
.nopadding { padding: 0px; }
.nopr { padding-right: 0px; }
.nopl { padding-left: 0px; }
.pinside10 { padding: 10px; }
.pinside20 { padding: 20px; }
.pinside30 { padding: 30px; }
.pinside40 { padding: 40px; }
.pinside50 { padding: 50px; }
.pinside60 { padding: 60px; }
.pinside80 { padding: 80px; }
.pinside100 { padding: 100px; }
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt60 { padding-top: 60px; }
.pdt80 { padding-top: 80px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb60 { padding-bottom: 60px; }
.pdb80 { padding-bottom: 80px; }
.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl60 { padding-left: 60px; }
.pdl80 { padding-left: 80px; }
.pdl120 { padding-left: 120px; }
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.pdr40 { padding-right: 40px; }
.pdr60 { padding-right: 60px; }
.pdr80 { padding-right: 80px; }
.x { }
.y { padding-top: 220px; }
/*---------------
Section Space
* Section space help to create top bottom space.
*
-----------------*/
.section-space20 { padding-top: 20px; padding-bottom: 20px; }
.section-space40 { padding-top: 40px; padding-bottom: 40px; }
.section-space60 { padding-top: 60px; padding-bottom: 60px; }
.section-space80 { padding-top: 80px; padding-bottom: 80px; }
.section-space100 { padding-top: 100px; padding-bottom: 100px; }
.section-space120 { padding-top: 120px; padding-bottom: 120px; }
.section-space140 { padding-top: 140px; padding-bottom: 140px; }
/*-----------------------------------------
Background & Block color
------------------------------------------*/
.bg-light { background-color: #fafcfd; }
.bg-primary { background-color: #ffffff !important; color: #778191; }
.bg-default { background-color: #15549a; color: #87c0ff; }
.bg-white { background-color: #fff; }
.outline { border: 1px solid #dee4ee; }
.link-title { }
.small-title { font-size: 14px; color: #778191; font-weight: 500; }
.big-title { font-size: 36px; font-weight: 600; color: #15549a; }
.capital-title { text-transform: uppercase; font-size: 16px; font-weight: 600; }
.bdr-btm { }
.green-text { }
.bg-boxshadow { -webkit-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5); -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5); box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5); }
.bg-gradient { position: relative;    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f2b70+0,1f2b70+47,943a9e+100&0.9+0,0.9+100 */ background: -moz-linear-gradient(-45deg, rgba(31, 43, 112, 1) 0%, rgba(31, 43, 112, 1) 47%, rgba(148, 58, 158, 1) 100%);    /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, rgba(31, 43, 112, 0.9) 0%, rgba(31, 43, 112, 0.9) 47%, rgba(148, 58, 158, 0.9) 100%);    /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, rgba(31, 43, 112, 0.9) 0%, rgba(31, 43, 112, 0.9) 47%, rgba(148, 58, 158, 0.9) 100%);    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61f2b70', endColorstr='#e6943a9e', GradientType=1);    /* IE6-9 fallback on horizontal gradient */ }
.well-box { background-color: #fff; padding: 30px; border-radius: 4px; }
.bg-yellow-light { background-color: #fff9e0; }
.bg-pink { background-color: #f51f8a !important; }
.bg-dark { background-color: #4e5257 !important; }
.bg-dark-blue { background-color: #023975; }
.bg-light-blue { background-color: #15549a; }
.text-pink { color: #f51f8a; }
.card{border-color: #d3dbea; background-color: #f7fafd; border-radius: 3px; margin-bottom: 30px;}
.card-body{padding: 30px;}
.card-header{background-color: #f7fafd;}
.tp_p{font-weight: 600; color: #3e3c3c; padding: 18px;}
/* Update 16 june 2017*/
/*-----------------------------------------
Buttons
------------------------------------------*/
.btn { font-size: 14px; border-radius: 2px; line-height: 12px; letter-spacing: 1px; text-transform: uppercase; padding: 20px 30px; border: none; font-weight: 600; }
.btn-default { background-color: #f51f8a; color: #fff; border-color: #f51f8a; }
.btn-default:hover { color: #fff; background-color: #ff389c; border-color: #ff389c; }
.btn-default.focus, .btn-default:focus { color: #fff; background-color: #d5504f; border-color: #c64241; }
.btn-primary { background-color: #15549a; color: #fff; }
.btn-primary:hover { color: #fff; background-color: #2573cb; }
.btn-primary.focus, .btn-primary:focus { }
.btn-secondary { background-color: #778191; color: #fff; }
.btn-secondary:hover { background-color: #f51f8a; color: #fff; }
.btn-outline { border: 2px solid #dee4ee; color: #9aa9c3; background-color: transparent; padding: 17px 28px; }
.btn-outline:hover { border: 2px solid #dee4ee; color: #6a7a94; background-color: #dee4ee; }
.btn-lg { padding: 19px 50px; font-size: 18px; text-align: center; }
.btn-sm { padding: 15px 20px; font-size: 12px; text-align: center; }
.btn-xs { padding: 4px 8px; font-size: 10px; }
.btn-link { color: #15549a; font-weight: 500; padding-bottom: 4px; border-bottom: 2px solid #15549a; display: inline-block; text-decoration: none; }
.btn-link:hover { color: #f51f8a; font-weight: 500; padding-bottom: 4px; border-bottom: 2px solid #f51f8a; text-decoration: none; }
.btn-link.focus, .btn-link:focus { text-decoration: none; border-color: #f51f8a; box-shadow: none; color: #f51f8a; }
.btn-link-white { color: #fff; font-weight: 500; padding-bottom: 4px; border-bottom: 2px solid #fff; display: inline-block; text-decoration: none; }
.btn-link-white:hover { border-color: #657bf9; color: #657bf9; }
.btn-link-orange { }
.btn-link-white:hover { }
.btn-default-link { color: #f51f8a; font-weight: 500; text-decoration: none; }
.btn-default-link:hover { color: #15549a; }
/*-----------------------------------------
Input Form
------------------------------------------*/
label { }
.control-label { text-transform: uppercase; color: #3c4d6b; font-size: 13px; font-weight: 600; }
.form-control { width: 100%; height: 52px; padding: 6px 16px; font-size: 14px; line-height: 1.42857143; color: #555; background-image: none; background-color: #fff; border-radius: 4px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); margin-bottom: 10px; border: 2px solid #e6ecef; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #fff; }
.form-control:focus { }
.required { color: red }
textarea.form-control { border-radius: 2px; height: auto; }
select { -webkit-appearance: none; background-color: #fff; }
.input-group-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .375rem .75rem; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #555; text-align: center; white-space: nowrap; background-color: #ffffff; border: 2px solid #e6ecef; border-radius: .25rem; margin-right: -1px; }
/*-----------------------------------------
content
------------------------------------------*/
.content { padding-bottom: 100px; padding-top: 100px; }
.content-area { }
.sidebar-area { }
.wrapper-content { margin-top: -10px; margin-bottom: 100px; position: relative;border-radius: 60px 60px 0px 0px;  }
/*-----------------------------------------
Bullet
------------------------------------------*/
.bullet { position: relative; padding-left: 25px; line-height: 32px; }
.bullet-arrow-circle-right li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #919297; content: "\f18e"; }
.bullet-arrow-right li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #747474; content: "\f101"; }
.bullet-check-circle li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #15549a; content: "\f058"; }
.bullet-check-circle-default li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #10a874; content: "\f05d"; padding-right: 4px; }
/* update 16 june 2017 */
.list-pdf-file li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #ec4e10; content: "\f1c1"; padding-right: 4px; }
.list-pdf-file li a { color: #104b8c; text-decoration: underline; font-weight: 500; }
.list-pdf-file li a:hover { color: #f51f8a; }
/*-----------------------------------------
icon
------------------------------------------*/
.icon {font-size: 50px;
margin-top: 30px;
color: #fff;
text-align: center; }
.icon-1x { font-size: 24px; }
/* default icon size of font*/
.icon-2x { font-size: 48px; }
.icon-4x { font-size: 68px; }
`
.icon-6x { font-size: 88px; }
.icon-8x { font-size: 108px; }
.icon-default { color: #f51f8a; }
.icon-primary { color: #15549a; }
.icon-secondary { color: #bcbcbc; }
.dark-line { border-top: 2px solid #2b2e35; }
/*-------- updated v 1.0.2 -------*/
.fa-primary { }
.fa-default { color: #f51f8a; }
.fa-success { color: #6eb232; }
/*-----------------------------------------
top bar
------------------------------------------*/
.top-bar { padding-top: 1px; padding-bottom: 2px; background-color:#ffffff; font-size: 12px; color: #83bcfa; font-weight: 500; text-transform: uppercase; }
.top-text { padding-left: 20px; line-height: 1.6; }
.top-text a {color:#002396;font-weight: 800;font-size: 15px;margin-right: 14%;}
.top-text a:hover { color: #002396; }
.search-nav { margin-top: 10px; text-align: center; }
.search-btn { border-radius: 50%; width: 30px; height: 30px; padding: 5px 0px 0px 0px; margin-top: 7px; color: #7e93ae; background-color: #eff3f8; display: inline-block; }
.searchbar { }
.search-area { padding: 30px; }
.header { background-color: #fff; padding-top: 20px; padding-bottom: 20px; position: relative; z-index: 99; -webkit-box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); -moz-box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); }
.logo { }
a {
	color: #3544ee;
}
a:hover {
	color: #202db8;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
	text-decoration: none;
}

a.text-primary:focus, a.text-primary:hover {
	color: #202db8!important;
}
ol, ul {
}
ol li, ul li {
}
.lead {
	font-size: 21px;
	line-height: 32px;
	color: #181825;
}
.z-index-0 {
	z-index: 0;
}
::selection {
	background: rgba(255, 244, 147, .8);
	color: #272c30;
}


/*----------------- 7. Headers ---------------------------------*/
.header-classic {
	background-color: #fff;
}

/*-------------------- Navigation classic ---------------------*/
.navbar-classic {
}
.navbar-classic.navbar-light .navbar-nav .nav-link {
	color: #181825;

	padding: 12px 16px;
}
.navbar-classic .navbar-nav .nav-item {
}
.navbar-classic .navbar-nav .nav-item .nav-link {
	font-size: 18px;
	color: #66707f;
	padding: 12px 10px;
	line-height: 20px;
	border-bottom: 1px solid #fff;
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover {
	color: #3544ee;
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
	color: #3544ee;
}
.navbar-classic.navbar {
	padding: 18px 0px;
}
.navbar-classic .dropdown-toggle::after {
	margin-top: 1px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	vertical-align: -2px;
	content: "\f107";
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #bdbebf;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	margin-right: 15px;
	font-size: 13px;
	float: right;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #f1f1f6;
	border-radius: 0px;
}
.navbar-brand {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-right: initial;
	line-height: inherit;
	white-space: nowrap;
	color:#181825;
	font-size:24px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 16rem;
	padding: 12px;
	margin: 18px 0px;
	font-size: 1rem;
	color: #808294;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 15px 15px;
	clear: both;
	font-weight: 400;
	color: #181825;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 15px;
	line-height: 15px;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #4955ef;
	text-decoration: none;
	background-color: #eeeffd;
	border-radius: 4px;
}
.dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after {
	color: #4955ef;
}
@media(min-width:992px) {
	.dropdown .dropdown-menu {
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in 
}
	.dropdown:hover>.dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}
	.dropdown-submenu:hover .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 17px;
	top: 25px;
}
.dropdown-submenu .dropdown-menu {
	top: 0px;
	left: 100%;
	margin-left: 13px;
	margin-right: .1rem;
}
.caret-up {
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid;
	display: inline-block;
	margin-left: 2px;
	vertical-align: middle;
}
.mega-dropdown {
	position: unset;
}
.mega-dropdown-menu {
	width: 100%;
	position: absolute;
	top: 55px;
	margin: 50px 40px;
}
.mega-dropdown-menu ul {
	list-style: none;
}
.nav-dropitem-arrow {
	position: relative;
	font-size: 12px;
	opacity: 0;
	padding-right: 10px;
}
.nav-dropitem-arrow i {
	position: absolute;
	/* top: -1px;
	*/
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #3544ee;
	text-decoration: none;
	background-color: #eeeffd;
	border-radius: 4px;
}
.dropdown-item:hover .nav-dropitem-arrow {
	color: #4955ef;
	opacity: 1;
	margin-right: 5px;
}
.navbar-classic .navbar-toggler, .navbar-boxed .navbar-toggler {
	padding: 17px 15px;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid #eaeaf0;
	border-radius: .25rem;
	position: relative;
}
/* mobile menu css */
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #495bfb;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}
.icon-bar {
	width: 21px;
	height: 3px;
	background-color: #3544ee;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: 4px 
}
.navbar-toggler:focus {
	outline: 0px;
}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 190%;
	background-color: #3544ee;
}
.navbar-toggler .middle-bar {
	opacity: 0;
}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% -80%;
	background-color: #3544ee;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
	background-color: #3544ee;
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
	background-color: #3544ee;
}



#header{background:#1E262D;width:100%;position:relative}
#header:after{content:"";clear:both;display:block}
/*-----------------------------------------
Slider
------------------------------------------*/
#slider { }
.slider { position: relative; }
.slider-img img { position: relative; z-index: -1; width: 100%; }
.slider-img { background: -moz-linear-gradient(top, rgba(16, 75, 149, 0.8) 0%, rgba(16, 75, 149, 0.8) 100%); background: -webkit-linear-gradient(top, rgba(16, 75, 149, 0.8) 0%, rgba(16, 75, 149, 0.8) 100%); background: linear-gradient(to bottom, rgba(16, 75, 149, 0.8) 0%, rgba(16, 75, 149, 0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0); position: relative; }
.slider-captions { position: absolute; bottom: 200px; }
.slider-title { color: #fff; font-size: 52px; font-weight: 700; line-height: 62px; }
.slider-text { color: #fff; }
.slider .owl-prev { position: absolute; left: 0px; top: 40%; left: 20px; }
.slider .owl-next { position: absolute; right: 0px; top: 40%; right: 20px; }
#slider .owl-next, #slider .owl-prev { background-color: transparent !important; border: 2px solid #fff; color: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
#slider .owl-next:hover, #slider .owl-prev:hover { background-color: #fff !important; border: 2px solid #fff; color: #15549a; }
#slider .owl-pagination { margin: 0px; bottom: 40px; position: relative; }
#slider .owl-page span { border-radius: 2px; width: 98%; height: 1px; background-color: #fff; margin: 0px; }
#slider .owl-page { width: 5% }
/*-----------------------------------------
index-1
------------------------------------------*/
.mail-text { border-right: 2px solid #1b5ca5; }
.rate-table { background-color: #fff; border-top: 1px solid #dee7f2; border-bottom: 1px solid #dee7f2; margin-top: -21px; }
.loan-rate { font-size: 32px; color: #414855; margin-bottom: 0px; font-weight: 600; line-height: 1; }
.rate-counter-block { border-right: 1px solid #dee7f2; padding-top: 20px; padding-bottom: 20px; }
.rate-counter-block:first-child { }
.rate-icon { float: left; padding-top: 5px; padding-right: 20px; padding-left: 20px; }
.rate-box { }
.rate-title { text-transform: uppercase; font-size: 14px; color: #778191; }
.cta { background-size: cover; margin: 0; min-height: 410px; border: none; padding: 100px 0px; background: linear-gradient(rgba(16, 75, 149, 0.8), rgba(16, 75, 149, 0.8)), rgba(16, 75, 149, 0.8) url(../images/cta-img.jpg) no-repeat center; }
.testimonial-img-1 { }
.testimonial-name-1 { color: #15549a; font-size: 14px; text-transform: uppercase; font-weight: 500; margin-bottom: 0px; }
/*------------------------------------
index-3 (updated: 16 june 2017)
-------------------------------------*/
.header-transparent { background-color: rgba(255, 255, 255, .1); padding-top: 19px; padding-bottom: 19px; border-bottom: 1px solid rgba(255, 255, 255, .08); position: fixed; z-index: 9; width: 100%; }
.header-transparent #navigation>ul>li.has-sub>a { padding-right: 30px; }
.header-transparent #navigation>ul>li>a { padding: 16px 10px; font-size: 13px; text-decoration: none; color: #fff; font-weight: 600; text-transform: uppercase; }
.header-transparent #navigation { float: right; margin-top: 0px; position: relative; z-index: 99; }
.top-nav-collapse { background-color: #15549a; }
.lender-logo-section { margin-top: -20px; }
.lender-box { margin-bottom: 8px; margin-top: 8px; }
.slider-gradient-img img { position: relative; z-index: -1; width: 100%; }
.slider-gradient-img { position: relative; background: -moz-linear-gradient(-45deg, rgba(31, 43, 112, 0.9) 0%, rgba(31, 43, 112, 0.9) 47%, rgba(148, 58, 158, 0.9) 100%); background: -webkit-linear-gradient(-45deg, rgba(31, 43, 112, 0.9) 0%, rgba(31, 43, 112, 0.9) 47%, rgba(148, 58, 158, 0.9) 100%); background: linear-gradient(135deg, rgba(25, 46, 167, 0.9) 0%, rgba(24, 40, 134, 0.9) 47%, rgba(148, 58, 158, 0.9) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61f2b70', endColorstr='#e6943a9e', GradientType=1); }
.service-block-v3 { background-color: #fff; padding: 40px 0px 0px 0px; text-align: center; margin-bottom: 30px; }
.service-block-v3 .service-content { padding: 5px 30px; }
.service-block-v3 .service-title { margin-bottom: 20px; line-height: 24px; }
.service-rate-block { margin-bottom: 30px; }
.service-rate-block .product-rate { color: #f51f8a; margin-bottom: 6px; font-size: 18px; }
.rate-text { font-size: 12px; }
.customer-block { background-color: #fff; padding: 30px; }
.customer-img { position: relative; margin-bottom: 30px; }
.customer-content { }
.customer-text { color: #3c4d6b; font-size: 21px; margin-bottom: 30px; font-family: 'Merriweather', serif; letter-spacing: -1px; font-style: italic; line-height: 36px; font-weight: normal; }
.customer-name { font-size: 14px; font-weight: 600; color: #f51f8a; }
.customer-meta { }
.customer-quote-circle { background-color: #f51f8a; border-radius: 100%; padding: 10px; position: absolute; width: 40px; height: 40px; top: 20px; left: 30px; color: #fff; text-align: center; z-index: 1; }
.how-it-block { background-color: #fff; padding: 30px; min-height: 320px; }
.how-it-no { font-size: 76px; line-height: 86px; color: #15549a; }
.how-it-content { }
/*------------------------------------
index-4 Students Home page
-------------------------------------*/
.students-slider-img { }
.students-slider-img img { width: 100%; }
.student-slider-img .slider-captions { }
.fee-charges-table { }
.fee-charges-table .list-group-item.active { z-index: 2; color: #414855; background-color: #ccd8e5; border-color: #ccd8e5; }
.fee-charges-table .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #eff4f9; border: 1px solid #d1deeb; }
.education-rate-box { background-color: #eff4f9; padding: 20px; border-radius: 4px; margin-bottom: 5px; }
.education-rate-number { font-size: 32px; margin-bottom: 0px; }
/*------------------------------------
index-5 Business Loan Home Page
-------------------------------------*/
.business-loan-products { background-color: #fff; padding: 40px; border: 1px solid #dee4ee; text-align: center; margin-bottom: 30px; }
.loan-products-icon { margin-bottom: 20px; }
.loan-products-content { }
.video-play { position: absolute; top: 24%; left: 41%; }
.section-about-video { }
.about-img { position: relative; }
.business-request-form { margin-bottom: -180px; }
.business-request-form h3 { margin-bottom: 30px; }
.business-request-form .form-group { margin-bottom: 0px; }
.lender-block { padding: 80px 40px; background-color: #fff; border: 1px solid #dee4ee; border-radius: 4px; text-align: center; }
.rate-badge { background: #104b8c; display: inline-block; padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: 600; color: #fff; }
/*------------------------------------
index-6 Lead Genrator
-------------------------------------*/
.header-wide { }
.header-wide .lead { font-size: 21px; color: #778191; margin-top: 12px; }
.lead-hero-wrapper { background: url(../images/lead-hero-img.jpg)no-repeat; background-size: cover; padding-top: 80px; padding-bottom: 80px; }
.lead-hero-caption { color: #fff; padding-top: 50px; margin-bottom: 20px; }
.rating-list { color: #f99d31; margin-top: 25px; font-size: 14px; }
.lead-hero-title { font-size: 48px; color: #fff; line-height: 58px; }
.lead-calculator { background: #15549a; color: #fff; border-radius: 6px; }
.lead-calculator .ui-widget.ui-widget-content { border: 1px solid #064489; }
.lead-calculator .ui-widget-header { border: 1px solid #61a6f2; background: #61a6f2; }
.lead-calculator .ui-widget-content { border: 1px solid #61a6f2; background: #61a6f2; }
.lead-cal-small-text { font-size: 12px; color: #70adf0; }
.pink-circle { }
.pink-circle.circle { background-color: transparent; width: 60px; height: 60px; border: 2px solid #f51f8a; border-radius: 100px; color: #f51f8a; text-align: center; padding: 10px; margin: 0px auto 30px auto; line-height: 1.7; display: inline-block; }
.highlight-outline { border-radius: 2px; }
.highlight-outline.outline:hover { border-color: #15549a; -webkit-box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.2); box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.2); }
.counter-wrapper { background: url(../images/counter-wrapper.jpg)no-repeat; background-size: cover; padding-top: 150px; padding-bottom: 150px; text-align: center; }
.counter-block { text-align: center; display: inline-block; margin-bottom: 20px; }
.counter { display: inline-block; font-size: 46px; border-radius: 50%; color: #fff; font-weight: 600; margin-bottom: 20px; }
.lead-testimonial .customer-quote-circle { position: initial; margin-bottom: 20px; }
.lead-testimonial .testimonial-text { font-size: 18px; font-style: italic; font-family: 'Poppins', sans-serif; line-height: 28px; }
.about-lead-text { font-size: 19px; line-height: 30px; }
.loan-block { background-color: #286ab3; padding: 40px 50px; color: #b0ceef; text-align: center; margin-bottom: 30px; }
.loan-icon { margin-bottom: 30px; }
.loan-content { }
.lead-calculator .slider .ui-widget-content .ui-state-default { background-color: #f51f8a !important; border-radius: 100%; }
.percentage-text { position: relative; bottom: 28px; left: 32px; }
.counter-small-text { font-size: 48px; font-weight: 600; margin-left: 10px; color: #fff; }
/*------------------------------------
index-7 homepage tab (11 June, 2018)
-------------------------------------*/
.header-regular { }
.header-regular.header { background-color: #15549a; color: #fff; padding-bottom: 13px; padding-top: 13px; }
.header-regular.header #navigation>ul>li>a { color: #fff; }
.nav-call-info { padding-top: 17px; }
.header-regular .logo { line-height: 3.3; }
.header-regular #navigation.small-screen #menu-button { color: #fff; }
.header-regular #navigation.small-screen #menu-button:before { background: #fff; }
.header-regular #navigation.small-screen #menu-button:after { border-top: 2px solid #fff; border-bottom: 2px solid #fff; }
.hero-section { background: url(../images/hero-img-1.jpg)no-repeat; background-size: cover; background-position-x: center; }
.hero-tab-block { padding-top: 241px; padding-bottom: 100px; }
.hero-tab-block .st-tabs .nav-link { padding: 18px 25px; text-align: center; margin-right: -1px; margin-left: -1px; }
.loan-form { }
.hero-tab-block .st-tabs a { text-transform: capitalize; }
.hero-tab-block .st-tabs .nav-tabs .nav-item.show .nav-link, .hero-tab-block .nav-tabs .nav-link.active { color: #f51f8a; background-color: white; border-color: #ffffff #ffffff #ffffff #ffffff; }
.hero-tab-block .nav-tabs { border-bottom: transparent; }
.hero-tab-block .btn-default { color: #fff; }
.hero-tab-block .btn-default:hover { color: #fff; }
.hero-tab-block .st-tabs .tab-content { border: transparent; }
.hero-tab-block .tab-content { border: transparent; }
/* Nice Select
-------------------------------------------------------------- */
.nice-select{ -webkit-tap-highlight-color: transparent; background-color: #ffffff; border-radius: 2px; border: solid 2px #f4f6f8; box-sizing: border-box; clear: both; cursor: pointer; display: block; float: none; font-family: inherit; font-size: 14px; font-weight: normal; height: 64px; line-height: 30px; outline: none; padding: 9px 14px; position: relative; text-align: left !important; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; width: auto; color: #3c4d6b;margin-left: -10%;height: 53px; }
.nice-select:hover { border-color: #dbdbdb; }
.nice-select:active, .nice-select.open, .nice-select:focus { border-color: #15549a; }
.nice-select:after { border-bottom: 2px solid #3c4d6b; border-right: 2px solid #3c4d6b; content: ''; display: block; height: 7px; margin-top: -4px; pointer-events: none; position: absolute; right: 14px; top: 50%; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; width: 7px; }
.nice-select.open:after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }
.nice-select.open .list { opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0); }
.nice-select.disabled { border-color: #ededed; color: #999; pointer-events: none; }
.nice-select.disabled:after { border-color: #cccccc; }
.nice-select.wide { width: 100%; }
.nice-select.wide .list { left: 0 !important; right: 0 !important; }
.nice-select.right { float: right; }
.nice-select.right .list { left: auto; right: 0; }
.nice-select.small { font-size: 12px; height: 36px; line-height: 34px; }
.nice-select.small:after { height: 4px; width: 4px; }
.nice-select.small .option { line-height: 34px; min-height: 34px; }
.nice-select .list { border: 1px solid #999999; background-color: #fff; border-radius: 2px;width:100%; border-top-left-radius: 0px; border-top-right-radius: 0px; box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11); box-sizing: border-box; margin-top: 0px; opacity: 0; overflow: hidden; padding: 0; pointer-events: none; position: absolute; top: 100%; left: 0; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform: scale(0.75) translateY(-21px); -ms-transform: scale(0.75) translateY(-21px); transform: scale(0.75) translateY(-21px); -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; z-index: 9; }
.nice-select .list:hover .option:not(:hover) { background-color: transparent !important; }
.nice-select .option { cursor: pointer; font-weight: 400; line-height: 40px; list-style: none; min-height: 40px; outline: none; padding-left: 18px; padding-right: 29px; text-align: left; -webkit-transition: all 0.2s; transition: all 0.2s; color: #3c4d6b; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus { background-color: #f3f7fa; }
.nice-select .option.selected { font-weight: bold; }
.nice-select .option.disabled { background-color: transparent; color: #343031; cursor: default; }
.no-csspointerevents .nice-select .list { display: none; }
.no-csspointerevents .nice-select.open .list { display: block; }
.process-section { position: relative; }
.process-section .circle { background-color: #fff; border: 3px solid #f51f8a; color: #f51f8a; margin: -32px auto 18px auto; position: relative; }
.process-img { }
.rating-testimonials { }
.rating-testimonials .lead { font-size: 20px; font-weight: 600; line-height: 28px; margin-bottom: 18px; }
.rating-testimonials .testimonial-text { font-family: inherit; color: #414855; font-style: normal; line-height: 27px; font-size: 18px; }
.rating-testimonials .testimonial-name-1 { color: #585f66; font-size: 14px; text-transform: uppercase; font-weight: 600; margin-bottom: 0px; }
/*---------------------------------------------------
index-8 homepage student-refinance (11 June, 2018)
-----------------------------------------------------*/
.header-wide { padding-top: 10px; padding-bottom: 10px; }
.refinance-hero-section { background: url(../images/hero-img-2.jpg)no-repeat; background-size: cover; position: relative; background-position-x: center; }
.refinance-hero-block { padding-top: 164px; padding-bottom: 164px; }
.refinance-hero-block h1 { font-size: 48px; line-height: 58px; }
.refinance-rate-section { background-color: rgba(21, 84, 154, 0.8); color: #fff; padding: 20px 25px; position: absolute; bottom: 0; border-bottom: 5px solid #0a4b94; }
.refinance-rate-block { display: inline-block; margin-right: 20px; line-height: 2; }
.refinance-rate-block-title { letter-spacing: 0px; font-weight: 600; font-size: 32px; margin-bottom: 0px; color: #fff; }
.how-it-section { color: #fff; }
.how-it-section .how-it-block { background-color: transparent; padding: 0px; min-height: inherit; margin-bottom: 30px; }
.how-it-section .how-it-no { float: left; color: #fff; font-size: 30px; height: 67px; width: 67px; background-color: #276ebc; border-radius: 100%; display: block; line-height: 1; padding: 20px 26px; }
.how-it-section .how-it-content { padding-left: 100px; }
.benifits-feature { margin-bottom: 30px; }
.benifits-feature ul { }
.benifits-feature ul li { padding-left: 20px; margin-bottom: 35px; }
.benifits-feature .bullet-check-circle-default li:before { font-size: 20px; }
.loan-rate-table { }
.loan-rate-table .table-light { background-color: #eff5ff; margin-bottom: 30px; }
.loan-rate-table .table thead { background-color: #e6f0ff; }
.loan-rate-table .table>thead>tr>th { text-align: center; color: #15549a; font-size: 18px; border-top: transparent; border-bottom: transparent; padding: 20px 43px 20px; }
.loan-rate-table .table tbody tr td { text-align: center; font-size: 16px; color: #414855; font-weight: 600; border-top: transparent; padding: 20px 0px; }
.loan-half-img { }
.loan-half-section { padding: 100px; }
/*---------------------------------------------------
compare card table
-----------------------------------------------------*/
.compare-table { }
.compare-card-title { font-size: 18px; font-weight: 600; }
.compare-table .table>thead>tr>th { padding: 12px 0px 10px 29px; text-align: left; font-weight: 500; }
.compare-table .table>tbody>tr>td { border-top: transparent; padding: 30px; vertical-align: middle; }
.compare-table .table { margin-bottom: 0px; }
.expandable-info { background-color: #fafafb; padding: 0px !important; }
.expandable-collapse { padding: 30px; }
.expandable-info ul li { font-size: 14px; line-height: 24px; }
.expandable-info .card { min-height: 285px; }
.expandable-info .card-body { padding: 20px 20px 5px; }
.card-tag { }
.card-name { }
.anuual-fees { }
.reward-rate { }
.compare-table .btn-link { font-size: 13px; padding-bottom: 0px; }
/*---------------------------------------------------
compare personal loan table
-----------------------------------------------------*/
.compare-personal-loan-table { }
.compare-personal-loan-title { font-size: 22px; font-weight: 600; margin-bottom: 0px; color: #414855; }
.compare-personal-loan-table .table>thead>tr>th { background-color: #f3f7fc; padding: 20px 0px 20px 29px; text-align: left; font-weight: 500; }
.compare-personal-loan-table .table>tbody>tr>td { border-top: transparent; padding: 30px; vertical-align: middle; }
.compare-personal-loan-table .table { margin-bottom: 0px; }
.compare-personal-loan-table .list-group-item { position: relative; display: block; padding: 16px; margin-bottom: -1px; background-color: #fff; border: 1px solid rgba(222, 227, 235, 1); font-size: 15px; color: #414855; font-weight: 600; }
.lender-tag { }
.estimate-tex { }
.credit-score { }
.terms { }
.monthly-payment { }
/*---------------------------------------------------
compare Student loan table
-----------------------------------------------------*/
.compare-student-loan-table { }
.compare-student-loan-title { font-size: 22px; font-weight: 600; margin-bottom: 0px; color: #414855; }
.compare-student-loan-table .table>thead>tr>th { background-color: #f3f7fc; padding: 20px 0px 20px 29px; text-align: left; font-weight: 500; }
.compare-student-loan-table .table>tbody>tr>td { border-top: transparent; padding: 30px; vertical-align: middle; }
.compare-student-loan-table .table { margin-bottom: 0px; }
.compare-student-loan-table .list-group-item {position: relative; display: block; padding: 16px; margin-bottom: -1px; background-color:#ffffff;  font-size: 15px; color: #414855; font-weight: 600; }
.lender-tag { }
.fixed-text { }
.variable-apr { }
.terms { }
.list-group-item {
position: relative;
display: block;
padding: .75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: none;
}
/*---------------------------------------------------
Card Landing Page
-----------------------------------------------------*/
.header-wide { padding-top: 10px; padding-bottom: 10px; }
.card-hero-section { padding-top: 100px; padding-bottom: 100px; background: rgba(19, 88, 144, 1); background: -moz-linear-gradient(-45deg, rgba(19, 88, 144, 1) 0%, rgba(19, 88, 144, 1) 37%, rgba(59, 64, 160, 1) 57%, rgba(59, 64, 160, 1) 77%, rgba(59, 64, 160, 1) 100%); background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(19, 88, 144, 1)), color-stop(37%, rgba(19, 88, 144, 1)), color-stop(57%, rgba(59, 64, 160, 1)), color-stop(77%, rgba(59, 64, 160, 1)), color-stop(100%, rgba(59, 64, 160, 1))); background: -webkit-linear-gradient(-45deg, rgba(19, 88, 144, 1) 0%, rgba(19, 88, 144, 1) 37%, rgba(59, 64, 160, 1) 57%, rgba(59, 64, 160, 1) 77%, rgba(59, 64, 160, 1) 100%); background: -o-linear-gradient(-45deg, rgba(19, 88, 144, 1) 0%, rgba(19, 88, 144, 1) 37%, rgba(59, 64, 160, 1) 57%, rgba(59, 64, 160, 1) 77%, rgba(59, 64, 160, 1) 100%); background: -ms-linear-gradient(-45deg, rgba(19, 88, 144, 1) 0%, rgba(19, 88, 144, 1) 37%, rgba(59, 64, 160, 1) 57%, rgba(59, 64, 160, 1) 77%, rgba(59, 64, 160, 1) 100%); background: linear-gradient(135deg, rgba(19, 88, 144, 1) 0%, rgba(19, 88, 144, 1) 37%, rgba(59, 64, 160, 1) 57%, rgba(59, 64, 160, 1) 77%, rgba(59, 64, 160, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#135890', endColorstr='#3b40a0', GradientType=1); }
.card-hero-block { }
.card-benefit-tabs .st-tabs .tab-content { padding: 0px; border: none; background-color: transparent; margin-top: 30px; }
.card-benefit-tabs .nav-tabs { border-bottom: 0px; }
.card-benefit-tabs .st-tabs .nav-link { display: block; padding: 16px 49px; border: 1px solid #f6f9ff; border-radius: 5px; background-color: #f6f9ff; margin-bottom: -1px; margin-right: 10px; }
.card-benefit-tabs .st-tabs a { font-size: 14px; font-style: initial; text-transform: capitalize; font-weight: 500; color: #7e93ae; }
.card-benefit-tabs .st-tabs .nav-tabs .nav-item.show .nav-link, .card-benefit-tabs .st-tabs .nav-tabs .nav-link.active { color: #ffffff; background-color: #15549a; border-color: #15549a; }
.card-rate-info .list-group-item { position: relative; display: block; padding: 19px 30px; margin-bottom: 2px; background-color: #e8f0f9; border: transparent; font-size: 14px; border-radius: 0px; }
/*---------------------------------------------------
Card Landing Page
-----------------------------------------------------*/
.header-standard { }
.header-standard.header { padding-bottom: 0px; padding-top: 0px; }
.top-header { padding-top: 22px; padding-bottom: 22px; }
.quick-info { float: right; font-size: 16px; color: #414855; font-weight: 600; padding-top: 9px; }
.header-standard .search-btn { border-radius: 2px; width: 46px; height: 42px; padding: 10px 0px 0px 0px; margin-top: 0px; color: #ffffff; background-color: #15549a; display: inline-block; }
.header-standard #navigation { float: inherit; margin-top: -1px; }
.header-standard #navigation>ul>li>a { padding: 22px 35px; color: #ffffff; font-weight: 400; }
.slider-second .slider-img { background: none; }
.slider-second#slider { margin-bottom: -1px; }
.slider-second#slider .owl-pagination { display: none; }
.overlay-section { margin-top: -60px; }
.hover-tabs { }
.hover-tabs.st-tabs .nav-link { display: block; padding: 16px 68px 16px 0px; border: none; border-radius: 0px; background-color: transparent; margin-bottom: 10px; }
.hover-tabs.st-tabs .tab-content { padding: 30px; border: 1px solid #ffffff; background-color: #fff; margin-top: -1px; border-radius: 5px; }
.hover-tabs.st-tabs a { font-size: 16px; font-style: initial; text-transform: capitalize; font-weight: 500; color: #15549a; }
.post-caption-block { position: relative; }
.post-caption-img { }
.post-caption-img img { border-radius: 3px; }
.post-caption-content { position: absolute; bottom: 0px; padding: 27px; }
.post-caption-block .meta { text-transform: capitalize; }
.cta-section-app { background: url(../images/cta-img-4.jpg)no-repeat; background-size: cover; background-position-x: 50%; }
/*---------------------------------------------------
borrow-life-saving
-----------------------------------------------------*/
.bank-account-tabs{}
.bank-account-tabs.st-tabs .nav-link{background-color: #f4f6f8; border-color: #f4f6f8;}
.bank-account-tabs.st-tabs .tab-content{background-color: #eff1f3; border-color: #eff1f3;}
.bank-account-tabs.st-tabs .nav-tabs .nav-item.show .nav-link, .bank-account-tabs.st-tabs .nav-tabs .nav-link.active {
color: #f51f8a;
/*background-color: #094e92;*/
/*border-color: #eff1f3;*/
}
.bank-account-tabs .tab-content .table>thead>tr>th {
line-height: 1.42857143;
vertical-align: top;
border-top: 0px;
padding: 18px 10px;
text-align: left;

}
#partner {
background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
background-size: cover;
}
/*-----------------------------------------------------------------------
Service Page & Block Css
----------------------------------------------------------------------*/
#service { }
#service .owl-next, #service .owl-prev { background-color: transparent !important; border: 2px solid #a3b1c1; color: #a3b1c1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
#service .owl-next:hover, #service .owl-prev:hover { background-color: #f51f8a !important; border: 2px solid #f51f8a; color: #fff; }
.service-block { transition: box-shadow .5s;}
.service-block:hover { -webkit-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); -moz-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); }
.service-block:hover i { color: #f51f8a; }
#service .owl-controls { text-align: center; margin-top: 10px; }
.icon-svg-2x { width: 80px; }
.icon-svg-1x { width: 60px; }
/*--------------------------------
Service-img
---------------------------------*/
.service-img-box { transition: box-shadow .5s; }
.service-img-box:hover { -webkit-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); -moz-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); }
.service-img { position: relative; }
.service-content {max-height: 220px; }
.service-content>h2 { margin-bottom: 0px; }
.circle { background-color: #e3f0fe; width: 60px; height: 60px; border: 1px solid #15549a; border-radius: 100px; color: #15549a; margin: -70px auto 40px auto; padding: 10px; text-align: center; line-height: 1.7; }
.number { font-size: 24px; font-weight: 500; }
.number-block { text-align: center; }
.number-title { margin-bottom: 20px; }
.circle-large { width: 100px; height: 100px; border-radius: 100%; line-height: 2; padding: 10px; text-align: center; font-size: 42px; }
.circle-default { background-color: #f51f8a; color: #fff; }
/*--------------------------------
testimonial
---------------------------------*/
.testimonial-block { position: relative; }
.testimonial-text { font-family: 'Merriweather', serif; color: #414855; font-style: italic; line-height: 32px; }
.testimonial-autor { padding-top: 15px; padding-bottom: 12px; }
.testimonial-name { color: #fff; line-height: 1; margin-bottom: 5px; }
.testimonial-autor-box { }
.testimonial-title { color: #f51f8a; margin-bottom: 0px; }
.testimonial-img { float: left; padding-right: 29px; }
.testimonial-meta { font-size: 12px; }
.testimonial-simple { }
.testimonial-name-inverse { color: #15549a; text-transform: uppercase; font-size: 14px; font-weight: 600; }
.client-rating { margin-bottom: 10px; }
.rate-done { color: #f9b218; letter-spacing: 3px; }
.rate-remain { color: #c7ced5; }
/*--------------------------------
footer
---------------------------------*/
.newsletter-form { margin-bottom: 30px; }
.newsletter-title { color: #778191; margin-top: 10px; }
.footer { background-color: #1e2127; }
.footer-logo { margin-bottom: 30px; }
.widget-footer { }
.widget-footer ul { }
.widget-footer ul li { line-height: 1.6; margin-bottom: 8px; }
.widget-footer ul li a { color: #778191; }
.widget-footer ul li a:hover { color: #f51f8a; }
.tiny-footer { background-color: #16191e; font-size: 12px; padding-top: 10px; padding-bottom: 10px; }
.widget-footer { position: relative; padding-left: 20px; line-height: 32px; }
.widget-footer ul li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #778191; content: "\f105"; }
.widget-social { }
.widget-social ul { }
.widget-social ul li { line-height: 1.6; margin-bottom: 8px; }
.widget-social ul li a { color: #778191; text-transform: uppercase; font-weight: 500; }
.widget-social ul li a i { width: 30px; }
.widget-social ul li a:hover { color: #f51f8a; text-decoration: underline; }
.address-text { }
.call-text { }
.call-text span { padding-right: 10px; vertical-align: -webkit-baseline-middle; }
/*--------------------------------
Page header
---------------------------------*/
.page-header { margin: 0; padding: 175px 0px 80px; min-height: auto; border: none; background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(0, 0, 0, 0.2) url(../images/slider/CONATCT-US.png) no-repeat center; background-size: cover; }
.page-title { margin-bottom: 0px; font-size: 36px; }
.rate-block { text-align: right; }
.rate-number { margin-bottom: 0px; line-height: 1; color: #f51f8a; }
.btn-action { text-align: right; }
.sub-nav { background-color: #eff3f8; border-top: 1px solid #dee7f2; }
.is-sticky .sub-nav { position: relative; z-index: 9; top: 120px; }
.sub-nav>.nav { }
.sub-nav>.nav li a { padding: 16px; font-size: 14px; text-transform: uppercase; color: #7e93ae; font-weight: 500; border-right: 1px solid #dee7f2; }
.sub-nav>.nav li a:hover { background-color: #fff; color: #f51f8a; }
.sub-nav>.nav li a:focus { background-color: #fff; color: #f51f8a; }
.sub-nav>.nav li.active a { color: red; background-color: #fff; color: #f51f8a; }
.page-breadcrumb { }
.page-breadcrumb .breadcrumb { background-color: transparent; padding: 0px; font-size: 12px; text-transform: uppercase; color: #15549a; font-weight: 700; }
.page-breadcrumb .breadcrumb>li { }
.page-breadcrumb .breadcrumb>.active { color: #fff; font-weight: 700; }
.page-breadcrumb .breadcrumb>li a { color: #15549a; font-weight: 700; }
.page-breadcrumb .breadcrumb>li a:hover { color: #f51f8a; }
.page-breadcrumb .breadcrumb>li+li:before { padding: 0 5px; color: #15549a; content: "/\00a0"; }
/*--------------------------------
Blog
---------------------------------*/
.post-holder { border-bottom: 1px solid #e8eaec; margin-bottom: 29px; }
.post-header { border-bottom: 1px solid #dee4ee; margin-bottom: 20px; padding-bottom: 19px; }
.post-block { }
.post-img { }
.meta { font-size: 12px; text-transform: uppercase; font-weight: 600; color: #a4a7ac; margin-bottom: 14px; margin-top: 14px; }
.meta span { margin-right: 0px; }
.meta span:after { margin-left: 15px; margin-right: 15px; color: #b0b0b0; content: "|"; }
.meta span:last-child:after { margin-left: 0px; margin-right: 0px; content: ""; }
/*----- Related Post-----*/
.post-related { border-bottom: 1px solid #e8eaec; }
.post-related-title { }
.post-related-content { }
.related-title { font-size: 18px; color: #4b5565; }
.related-img { }
/*----- prev-next-----*/
.post-navigation { border-bottom: 1px solid #e8eaec; margin-bottom: 29px; padding-bottom: 30px; }
.nav-links { }
.nav-previous { }
.prev-link, .next-link { color: #778191; margin-bottom: 10px; display: block; text-decoration: underline; text-transform: uppercase; font-weight: 600; font-size: 14px; letter-spacing: 1px; }
.nav-next { }
.next-link { }
.prev-link { }
.prev-link:hover, .next-link:hover { color: #f51f8a }
.meta-date { color: #f51f8a; font-weight: 600; }
.meta-author { }
.meta-comments { }
#post-gallery { }
.quote-block { }
.meta-link { color: #a4a7ac; }
/*--------------------------------
Blog-sidebar
---------------------------------*/
.widget { padding: 30px; margin-bottom: 30px; }
.widget-title { border-bottom: 1px solid #e8eaec; margin-bottom: 19px; padding-bottom: 20px; }
.widget-search { }
.widget-category { }
.widget-category li a, .widget-archives li a { padding-top: 10px; padding-bottom: 10px; display: block; line-height: 14px; color: #797b80; font-size: 14px; }
.widget-category li a:hover, .widget-archives li a:hover { color: #f51f8a; }
.widget-tags { }
.widget-tags a { text-transform: uppercase; border: 2px solid #c3c7d1; padding: 9px 16px; display: inline-block; margin-bottom: 5px; font-weight: 700; font-size: 12px; line-height: 12px; color: #9a9fab; border-radius: 4px; letter-spacing: 1px; }
.widget-tags a:hover { background-color: #f51f8a; color: #fff; border-color: #f51f8a; }
/*----- post-author-----*/
.post-author { border-bottom: 1px solid #e8eaec; margin-bottom: 29px; padding-bottom: 30px; }
.author-img { }
.author-bio { }
.author-header { }
.author-header small { text-transform: uppercase; color: #de4526; font-weight: 700; margin-left: 15px; }
.author-content { }
.author-social { }
.author-social a { color: #707070; display: inline-block; text-align: center; font-size: 13px; padding: 8px 12px; }
.author-social a:hover { background-color: #de4526; color: #fff; }
/*----- comments-----*/
.comments-area { border-bottom: 1px solid #e8eaec; padding-bottom: 40px; }
.comments-title { margin-bottom: 40px; }
.comment-list { }
.comment { }
.comment-body { margin-bottom: 60px; }
.comment-author { }
.comment-author img { width: 120px; float: left; }
.comment-info { padding-left: 160px; }
.comment-header { }
.user-title { margin-bottom: 0px; }
.comment-meta { margin-bottom: 20px; font-size: 13px; font-weight: 400; text-transform: uppercase; }
.comment-meta-date { }
.comment-content { }
.reply { }
.reply-title { margin-bottom: 40px; }
.childern { padding-left: 140px; }
.leave-comments { background-color: #f3f5f5; }
.widget-share { background-color: #fff; padding: 14px; position: absolute; top: 0px; right: -56px; }
.btn-share { padding: 12px 16px; display: inline-block; line-height: 1; margin-bottom: 2px; font-size: 14px; width: 40px; }
.btn-facebook { background-color: #3b5998; color: #fff; }
.btn-facebook:hover { background-color: #3b5998; color: #fff; }
.btn-twitter { background-color: #1da1f2; color: #fff; }
.btn-twitter:hover { background-color: #1da1f2; color: #fff; }
.btn-google { background-color: #dc483a; color: #fff; }
.btn-google:hover { background-color: #dc483a; color: #fff; }
.btn-linkedin { background-color: #0088b5; color: #fff; }
.btn-linkedin:hover { background-color: #0088b5; color: #fff; }
/*--------------------------------
Blog-single
---------------------------------*/
.name { font-size: 14px; text-transform: uppercase; color: #f51f8a; font-weight: 600; padding-left: 30px; }
/*--------------------------------
Pagination
---------------------------------*/
.st-pagination { }
.st-pagination .pagination>li>a, .pagination>li>span { position: relative; float: left; margin-left: -1px; line-height: 1.42857143; color: #9a9fab; text-decoration: none; font-size: 12px; border: 2px solid #c3c7d1; font-weight: 600; border-radius: 4px; text-transform: uppercase; margin-right: 3px; margin-bottom: 5px; background-color: #fff; padding: 8px 13px; }
.st-pagination .pagination>li>a:focus, .st-pagination .pagination>li>a:hover, .st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover { z-index: 2; color: #fff; background-color: #f51f8a; border-color: #f51f8a; border-radius: 4px; }
.st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span { margin-left: 0; border-radius: 4px; }
.st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span { border-radius: 4px; }
.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, .st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover { z-index: 3; color: #fff; cursor: default; background-color: #f51f8a; border-color: #f51f8a; border-radius: 4px; }
.st-accordion { }
.st-accordion .sign { color: #3c4d6b; padding: 0 2px; position: absolute; left: 0px; top: 5px; margin-left: -20px; font-size: 14px; }
.st-accordion .accordion .panel-heading.active .sign { color: #95cd40; }
.st-accordion .panel-title { margin-top: 0; margin-bottom: 0; font-size: 18px; color: inherit; position: relative; color: #3c4d6b; }
.sign { color: #084988; padding: 0 2px; position: absolute; right: -10px; top: 6px; }
.st-accordion .panel-heading.active .sign { color: #f51f8a; }
.st-accordion .panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 0px; -webkit-box-shadow: none; box-shadow: none; }
.st-accordion .panel-default { border-color: transparent; border-bottom: 1px solid #e0e7ea; }
.st-accordion .panel-group .panel { margin-bottom: 10px; border-radius: 0px; -webkit-box-shadow: 0px 0px 0px 0px rgba(234, 234, 234, 1); -moz-box-shadow: 0px 0px 0px 0px rgba(234, 234, 234, 1); box-shadow: 0px 0px 0px 0px rgba(234, 234, 234, 1); }
.st-accordion .panel-default>.panel-heading { color: #323734; background-color: #fff; border-bottom: 1px solid transparent; padding: 10px 0px 10px 30px; }
.st-accordion .panel-group .panel-heading+.panel-collapse>.list-group, .st-accordion .panel-group .panel-heading+.panel-collapse>.panel-body { }
.st-accordion .panel-body { padding: 30px; }
.st-accordion .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body { border-top: 1px solid transparent; }
/*--------------------------------
Extra Plugin CSS - Back to top
---------------------------------*/
.cd-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 40px; right: 10px; overflow: hidden; text-indent: 100%; white-space: nowrap; visibility: hidden; border-radius: 5px; background: rgba(245, 31, 138, 100) url(../images/cd-top-arrow.svg) no-repeat center 50%; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; }
.cd-top.cd-is-visible {    /* the button becomes visible */
visibility: visible; opacity: 1; }
.cd-top.cd-fade-out {    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
opacity: .5; }
.no-touch .cd-top:hover { background-color: #cb2529; opacity: 1; }
/*-------- filter gallery -------*/
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
.isotope, .isotope .isotope-item {    /* change duration value to whatever you like */
-webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; transition-property: transform, opacity; }
.portfolioContainer { }
.portfolioFilter { margin-bottom: 30px; text-align: center; }
.portfolioFilter a { text-transform: uppercase; background-color: #eff3f8; padding: 9px 26px; display: inline-block; color: #7e93ae; font-size: 12px; font-weight: 500; margin-bottom: 5px; border: 1px solid #dee7f2; }
.portfolioFilter a:hover { color: #fff; background-color: #f51f8a; border: 1px solid #f51f8a; }
.portfolioFilter a.current { color: #fff; text-decoration: none; background-color: #f51f8a; border: 1px solid #f51f8a; }
.box1{border: 2px solid #d1cfcf; border-radius: 4px; box-shadow: 0 1px 2px 0 #969696;}
.box1:hover{border: 2px solid #18579b !important; box-shadow: 0 1px 2px 0 #969696;}
.box2{border: 2px solid #d1cfcf; border-radius: 4px; box-shadow: 0 1px 2px 0 #969696; padding: 10px 10px 10px 10px;}
.box2:hover{border: 2px solid #18579b !important; box-shadow: 0 1px 2px 0 #969696;}
.top_cntr{padding-top: 30px; padding-bottom: 30px;}
.simcard{float:left; padding: 15px 0px 0px 20px;}
.arrow{float: right; padding: 15px 15px 1px 0px; font-size: xx-large; color: #3f99f1;}
.arrow:hover{float: right; padding: 15px 15px 1px 0px; font-size: xx-large; color: #002396;}
.compu_head{margin-top: 50px;}
.phn_p {padding-left: 47px; margin-top: -15px; font-weight: 600; color: #002396; font-size: 18px; color: #3f99f1;}
.nonpage{background-color: #99e2ff; padding: 55px;}
.nonpage_txt{font-size: 18px; margin-bottom: 5px;}
.return{color: #0c54a1; text-decoration: underline !important;}
/*---------- Thumbnail hover effect -------*/
/* ============================================================
GLOBAL
============================================================ */
.effects { }
.effects .img { position: relative; }
.effects .img:nth-child(n) { }
.effects .img:first-child { margin-bottom: 20px; }
.effects .img:last-child { margin-right: 0; }
.effects .img img { display: block; margin: 0; padding: 0; max-width: 100%; height: auto; }
/*.overlay { display: block; position: absolute; z-index: 20; background: rgba(246, 96, 171, 0.8); overflow: hidden; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }*/
/*a.close-overlay { display: block; position: absolute; top: 0; right: 0; z-index: 100; width: 45px; height: 45px; font-size: 20px; font-weight: 700; color: #fff; line-height: 45px; text-align: center; background-color: #de4526; cursor: pointer; }*/
/*a.close-overlay.hidden { display: none; }*/
/*a.expand { display: block; position: absolute; z-index: 100; width: 60px; height: 60px; border: solid 5px #fff; text-align: center; color: #fff; line-height: 50px; font-weight: 700; font-size: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }*/
/* ============================================================
EFFECT 6 - ICON BOUNCE IN
============================================================ */
#effect-6 .overlay { top: 0; bottom: 0; left: 0; right: 0; opacity: 0; }
#effect-6 .overlay a.expand { left: 0; right: 0; top: 0; margin: 0 auto; opacity: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
#effect-6 .img.hover .overlay { opacity: 1; }
#effect-6 .img.hover .overlay a.expand { top: 50%; margin-top: -30px; opacity: 1; }
/*----------------- Gallery Wide ---------------*/
.gallery-thumbnail { }
.gallery-thumbnail img { width: 100%; }
.gallery-img img { width: 100%; }
.gallery-block { }
/*----------------- Image Hover Effect ---------------*/
img { width: auto; max-width: 100%; height: auto; margin: 0; padding: 0; border: none; line-height: normal; vertical-align: middle; }
.imghover { display: block; position: relative; max-width: 100%; }
.imghover::before, .imghover::after { display: block; position: absolute; content: ""; text-align: center; opacity: 0; }
.imghover::before { top: 0; right: 0; bottom: 0; left: 0; }
.imghover::after { top: 50%; left: 50%; width: 50px; height: 50px; line-height: 50px; margin: -25px 0 0 -25px; content: "\f06e";    /* fa-eye */ font-family: "FontAwesome"; font-size: 36px; }
.imghover:hover::before, .imghover:hover::after { opacity: 1; }
.imghover:hover::before { background: rgba(34, 62, 92, .55); }
.imghover:hover::after { color: #FFFFFF; }
/*--------------------------------
Team
---------------------------------*/
.team-block { }
.team-img { }
.team-content { }
.designation { font-size: 12px; color: #f51f8a; text-transform: uppercase; font-weight: 600; }
/*--------------------------------
About us
---------------------------------*/
.about-section { }
.counter-section { }
.why-choose-section { }
.testimonial-section { }
.cta-section { }
.cta-section-second { background: url(../images/cta-img-2.jpg)no-repeat; background-size: cover; }
.cta-section-second h1 { font-size: 42px; }
.text-big { font-size: 20px; color: #f51f8a; font-weight: 600; margin-bottom: 0px; }
/*--------------------------------
Contact us
---------------------------------*/
.map { height: 400px; }
.widget-contact { margin-top: 30px; margin-bottom: 30px; }
.widget-contact li { margin-bottom: 10px; border-bottom: 1px solid #eff3f8; padding-bottom: 10px; }
.widget-contact li span { width: 120px; display: inline-block; }
/*----------------- Gallery Wide ---------------*/
.gallery-thumbnail img { width: 100%; }
.gallery-img img { width: 100%; }
.gallery-block { }
.slide-ranger .ui-widget-header { background-color: #f51f8a; }
.slide-ranger .ui-state-default, .ui-widget-content .ui-state-default { background-color: #fff !important; }
.slide-ranger .ui-widget.ui-widget-content { border: 1px solid #f51f8a; }
.slide-ranger .ui-slider .ui-slider-handle { border-radius: 100%; border: 3px solid #f51f8a; }
/*--------------------------------
Product Single Sidebar
---------------------------------*/
.product-tabs { }
.product-tabs ul { position: relative; z-index: 9; }
.product-tabs .nav>li { margin-top: -1px; }
.product-tabs .nav>li.active a { border-right: 1px solid #f4f6f8; background: #eff3f8; color: #f51f8a; }
.product-tabs .nav>li>a { background: #fff; border-bottom: 1px solid #dee7f2; border-right: 1px solid #dee7f2; border-left: 1px solid #dee7f2; border-top: 1px solid #dee7f2; color: #7e93ae; }
.product-tabs .nav>li>a:hover { background: #eff3f8; border-bottom: 1px solid #dee7f2; border-right: 1px solid transparent; border-left: 1px solid #dee7f2; border-top: 1px solid #dee7f2; color: #f51f8a; }
.product-tabs .nav>li>a i { padding-right: 10px; }
.tab-content { background: #eff3f8; padding: 40px; border: 1px solid #dee7f2; position: relative; z-index: 8; margin-left: -1px; margin-top: -1px; }
.fee-table { }
/*--------------------------------
EMI Calculator
---------------------------------*/
.loantable { margin-top: 40px; }
.table-head { background: #eff3f8; }
.loan-title { margin-bottom: 30px; }
.table-bordered { border: 1px solid transparent; color: #333; }
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th { border: 1px solid #dee4ee; color: #3c4d6b; }
.table-striped>tbody>tr:nth-of-type(odd) { background-color: #fafcfd; }
.table>thead>tr>th { padding: 12px 43px 12px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; text-align: center; }
/*--------------------------------
Card Listing Page
---------------------------------*/
.card-listing { padding: 26px; border: 1px solid #dee7f2; margin-bottom: 30px; background: #eff3f8; }
.card-img { }
.card-img img { }
.card-content { margin-top: 20px; }
.card-content .btn { margin-right: 30px; }
.card-name { }
.card-features { margin-top: 20px; }
.card-features ul li { border-bottom: 1px solid #eff3f8; padding-bottom: 10px; margin-bottom: 8px; line-height: 1.5; }
.card-details { }
.card-head-sections { margin-bottom: 40px; }
/*--------------------------------
Lender Listing Page
---------------------------------*/
.lender-listing { border: 1px solid #dee7f2; margin-bottom: 30px; }
.lender-head { padding: 15px; background: #eff3f8; border-bottom: 1px solid #dee7f2; }
.lender-logo { display: inline-block; width: 170px; }
.lender-reviews { color: #ffb607; display: inline-block; float: right; padding-top: 15px; }
.lender-rate-box { padding: 15px; border-bottom: 1px solid #dee7f2; }
.lender-ads-rate { border-right: 1px solid #dee7f2; }
.lender-ads-rate, .lender-compare-rate { display: inline-block; text-align: center; width: 143px; }
.lender-rate-value { font-size: 20px; font-weight: 600; margin-top: 6px; }
.compare-rate { }
.lender-feature-list { padding: 20px; border-bottom: 1px solid #dee7f2; }
.lender-feature-list ul { margin-bottom: 0px; }
.lender-feature-list ul li { font-size: 14px; margin-bottom: 8px; }
.lender-actions { text-align: center; padding: 20px; }
.lender-actions .btn-link { margin-top: 30px; font-size: 14px; }
.lender-details { }
.lender-head-sections { margin-bottom: 60px; }
.lender-img { }
.lender-name { }
.lender-rates-list { background-color: #eff4f9; padding: 20px; border-radius: 4px; }
.lender-loan-sections { }
.lender-apply { }
.lender-features { }
.lender-loan-sections, .lender-apply, .lender-features, .lender-rates-list { margin-bottom: 60px; }
/*--------------------------------
Loan Eligibility Page
---------------------------------*/
.loan-eligibility-block { padding: 30px; background: #eff3f8; }
.loan-eligibility-form .input-group-addon { border-left: 2px solid #e6ecef; border-top: 2px solid #e6ecef; border-bottom: 2px solid #e6ecef; background: #fff; }
.loan-eligibility-form .control-label { margin-bottom: 10px; }
.loan-eligibility-info { }
.loan-eligibility-form .form-group { display: block; }
.eligibility-amount { font-size: 52px; font-weight: 600; color: #15549a; }
.eligibility-text { font-size: 21px; }
/*-----------------------------------------
Shortcodes
------------------------------------------*/
.st-tabs {    /*border: 1px solid #dee7f2; */ }
.st-tabs .nav-tabs { }
.st-tabs .nav-item { }
.st-tabs .tab-content { padding: 30px; border: 1px solid #e6e9eb; background-color: #fff; margin-top: -1px; }
.st-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: #f51f8a; background-color: transparent; border-color: #dee7f2 #dee7f2 #dee7f2 #dee7f2; }
.st-tabs .nav-link { display: block; padding: 16px 40px; border: 1px solid #dee7f2; border-radius: 0px; background-color: #eff3f8; margin-bottom: -1px; }
.st-tabs a { font-size: 14px; font-style: initial; text-transform: uppercase; font-weight: 500; color: #7e93ae; }
.st-tabs a:hover { color: #f51f8a; }
.provider-hero .provider-hero-logo {
    background-color: #fff;
}
.provider-hero-logo {
    padding: 5px 10px;
    margin-right: 16px;
    border-radius: 7px;
    float: left;
}

.good-review-score{
    background-color:#f7fafd;;
    color:white;
    text-align: center;
    padding: 10px;
    margin-right: 5px;
    border-radius: 5px;
}
.futer_heading{font-size: 16px; font-weight: bold; color: #424040;}
.futer_dealtxt{color: #3c3b3b; padding: 10px;}
.bt_txt{color: #fff; padding: 20px;}
.bt_p{float: right; color: #fff; padding: 12px;}

/*-----------------------------------------
Compare-Loan
------------------------------------------*/
.compare-title { }
.compare-block { }
.compare-row { }
.rate { }
.rate, .fees, .compare-rate, .repayment { font-size: 18px; color: #4b5565; margin-bottom: 0px; margin-top: 15px; font-weight: 600; }
.fees { }
.compare-rate { }
.repayment { }
.comapre-action { padding-top: 15px; }
/*-----------------------------------------
Error-page
------------------------------------------*/
.error-img { text-align: center; }
.error-title { font-size: 36px; color: #192139; letter-spacing: 1px; text-transform: uppercase; }
.msg { font-size: 24px; color: #f51f8a; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; }
/*-----------------------------------------
Header - 2
------------------------------------------*/
.header-2 { background-color: #fff; padding-top: 10px; position: relative; z-index: 9 }
.header-action { margin-top: 10px; }
.header-2 .navigation-2 { background-color: #fff; border-top: 1px solid #dee7f2; margin-top: 20px; border-bottom: 1px solid #dee7f2; }
.header-2 #navigation { float: left; margin-top: 0px; background-color: #fff; }
.header-2 #navigation>ul>li>a { padding: 16px 30px; font-size: 13px; text-decoration: none; color: #66707f; font-weight: 600; text-transform: uppercase; border-left: 1px solid #dee7f2; }
.header-2 #navigation>ul>li.has-sub>a { padding-right: 50px; }
.header-2 #navigation>ul>li.has-sub>a:before { position: absolute; right: 28px; font-family: FontAwesome; content: "\f107"; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
/*-----------------------------------------
Landing Page Template
------------------------------------------*/
.hero { position: relative; padding-top: 60px; padding-bottom: 100px; background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(0, 0, 0, 0.2) url(../images/lp-car-image.jpg) no-repeat center; background-size: cover; }
.hero-home-loan { position: relative; padding-top: 60px; padding-bottom: 100px; background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(0, 0, 0, 0.2) url(../images/home-loan-lp.jpg) no-repeat center; background-size: cover; }
.hero-title { font-size: 48px; line-height: 52px; color: #fff; font-weight: 800; letter-spacing: -1px; margin-bottom: 30px; }
.hero-captions { padding-top: 80px; }
.hero-text { color: #fff; }
.request-form { background-color: #fff; padding: 30px; border-radius: 4px; }
.form-title { color: #104b8c; font-size: 30px; }
.price-rate { margin-top: 30px; }
.price-big { font-size: 40px; color: #fff; font-weight: 800; }
.price-rate small { color: #fff; text-transform: uppercase; }
.new-price, .old-price { margin-bottom: 30px; }
/*--------------- Features block class --------------*/
.circle-outline-icon { font-size: 36px; height: 80px; width: 80px; border: 2px solid #85b6ee; border-radius: 100%; padding: 18px 19px; margin-bottom: 30px; color: #15549a; display: block; line-height: 1.2; text-align: center; }
.feature-card .feature-content { }
.feature { }
.feature-icon { }
.feature .feature-icon { margin-bottom: 20px; }
/*-------- feature icon left --------*/
.feature-left { }
.feature-left .feature-icon { float: left; color: #15549a; font-size: 28px; line-height: 1; }
.feature-left .feature-content { padding-left: 60px; }
.feature-content { }
/*--------- feature center --------*/
.feature-center { text-align: center; }
.feature-center .feature-icon { margin-bottom: 20px; }
.feature-icon-style { text-align: center; }
.feature-icon-style .feature-icon { margin: 0 auto 40px auto; background-color: #f4f6f8; width: 80px; height: 80px; border-radius: 100px; padding: 24px; text-align: center; color: #15549a; }
.feature-icon-style .feature-title { margin-bottom: 16px; }
.call-to-action { color: #fff; }
.feature-circle { background-color: #f4f6f8; width: 60px; height: 60px; border-radius: 100px; padding: 14px; color: #15549a; font-size: 26px; text-align: center; }
/*----- updated in v 1.0.2 ----*/
.feature-bg { background-color: #e3edf9; border-radius: 4px; padding: 60px; text-align: center; }
.feature-bg .feature-icon { background-color: #bacadd; color: #3c4d6b; width: 120px; height: 120px; border-radius: 120px; font-size: 40px; text-align: center; line-height: 120px; margin: 0 auto 40px auto; }
.feature-bg .feature-content { }
.feature-list-bar { background: #e3edf9; padding-top: 16px; padding-bottom: 16px; color: #3c4d6b; }
.switch_txt{font-size: 40px; color: #e4eaf3;}
.switch_p{font-size:30px; color: #e4eaf3;}
.app_box{width:350px; height:256px;}
.code_tab{width: 25%;}
@media screen and (max-width:1366px) {
.slider-captions { position: absolute; bottom: 70px; width: 100%; }
.slider-title { color: #fff; font-size: 32px; font-weight: 700; line-height: 42px; }
.slider .owl-prev { position: absolute; left: 0px; top: 40%; left: 0px; }
.slider .owl-next { position: absolute; right: 0px; top: 40%; right: 0px; }
}
@media screen and (min-width:1300px) and (max-width:1440px) {
.slider-captions { position: absolute; bottom: 100px; width: 100%; }
}
@media screen and (min-width:992px) and (max-width:1200px) {
/*--------------- index - 8 -------------*/
.refinance-rate-block-title { letter-spacing: 0px; font-weight: 600; font-size: 27px; }
.loan-half-section { padding: 50px; }
/*--------------- card landing page  ---------- */
.card-benefit-tabs .st-tabs .nav-link { display: block; padding: 16px 27px; }
/*--------------- borrow life saving   ---------- */
.bank-account-tabs.st-tabs .nav-link {

padding: 16px 46px;
}
}
/*============= media query max-width: 768px; =============*/
@media only screen and (max-width:768px) {
/* start query */
.header { padding-top: 5px; padding-bottom: 5px; }
.logo { }
/*--------------- slider for mobile view ( for mobile view  )---------- */
.slider-captions { position: absolute; bottom: 28px; text-align: center; }
.slider-title { color: #fff; font-size: 22px; text-transform: uppercase; font-weight: 700; line-height: 26px; }
.slider .owl-prev { position: absolute; left: 0px; top: 30%; left: 0px; }
.slider .owl-next { position: absolute; right: 0px; top: 30%; right: 0px; }
/*--------------- Page Header ( for mobile view  )---------- */
.page-header { padding: 40px 0px 80px; }
.page-title { font-size: 28px; margin-bottom: 14px; }
.btn-action { text-align: center; }
.btn-action .btn { padding: 10px; float: left; margin-left: 5px; }
.sub-nav>.nav li a { border-bottom: 1px solid #dee7f2; margin-bottom: 0px; }
.childern { padding-left: 0px; }
.widget-share { background-color: #fff; padding: 14px; position: absolute; top: 0px; right: 0px; }
.search-nav { display: none; }
.rate-counter-block { text-align: center; }
.rate-icon { float: none; margin-bottom: 10px; }
.loan-rate { font-size: 24px; }
/*--------------- index - 4 ()-------------*/
.header-transparent { position: relative; background-color: #15549a; }
.header-transparent #navigation.small-screen #menu-button { display: block; padding: 16px 0px; color: #f51f8a; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 700; border-top: 1px solid #0a4587; margin-top: 20px; }
.header-transparent #navigation.small-screen ul li { width: 100%; border-top: 1px solid #0a4587; }
.header-transparent #navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid #0a4587; height: 46px; width: 46px; cursor: pointer; }
.header-transparent #navigation.small-screen ul ul li a { color: #fff; background: none; }
.video-play { left: 39%; top: 45px; }
.st-tabs .nav-link { padding: 16px 11px; }
.lender-ads-rate, .lender-compare-rate { width: 123px; }
.sub-nav>.nav li a { padding: 8px 0px; font-size: 11px; }
.portfolioFilter a { text-transform: uppercase; background-color: #eff3f8; padding: 9px 23px; }
/*--------------- index-6 ---------- */
.lead-hero-caption { padding-top: 0px; }
.header-wide .lead { font-size: 19px; }
/*--------------- index-7 ---------- */
/*--------------- index-8 ---------- */
.refinance-hero-block { padding-top: 100px; padding-bottom: 160px; }
.loan-half-section { padding: 66px; }
/*--------------- compare credit card  ---------- */
.expandable-info .card { min-height: inherit; }
/*--------------- compare personal loan card  ---------- */
.compare-personal-loan-table .table>tbody>tr>td { padding: 6px; }
.compare-personal-loan-title { font-size: 13px; font-weight: 600; display: block; width: 148px; }
.expandable-info .card { min-height: inherit; }
/*--------------- compare student loan card  ---------- */
.compare-student-loan-table .table>tbody>tr>td { padding: 6px; }
.compare-student-loan-title { font-size: 13px; font-weight: 600; display: block; width: 148px; }
.expandable-info .card { min-height: inherit; }
/*--------------- card landing page  ---------- */
.header-wide .lead, .header-wide .lead { font-size: 21px; }
.card-benefit-tabs .st-tabs .nav-link { display: block; padding: 16px 8px; }
.card-benefit-tabs .st-tabs a { font-size: 12px; }
/*--------------- Index - 9 bank borrow  ---------- */
.overlay-section { margin-top: 0px; }
.overlay-section .card { margin-bottom: 20px; }
.post-caption-content h3 {
font-size: 12px;
line-height: 18px;}

.switch_txt{font-size: 22px; color: #fff !impotant;}
.switch_p{font-size:22px; color:#fff !impotant;}
}
@media only screen and (max-width:460px) {
/*--------------- slider for mobile view ( for mobile view  )---------- */
.slider-captions { position: absolute; bottom: 10px; text-align: center; width: 100%; }
.slider-title { color: #fff; font-size: 18px; text-transform: uppercase; font-weight: 700; line-height: 26px; }
.slider .owl-prev { position: absolute; left: 0px; top: 30%; left: 0px; }
.slider .owl-next { position: absolute; right: 0px; top: 30%; right: 0px; }
.rate-icon { float: none; }
.rate-counter-block { text-align: center; }
.loan-rate { font-size: 24px; }
.widget-share { background-color: #fff; padding: 14px; position: absolute; top: 0px; right: 0px; }
.search-nav { display: none; }
.top-text { padding-left: 14px; }
.header-action { text-align: center; }
.rate-badge { display: none; }
.video-play { left: 39%; }
/*--------------- index-6 ---------- */
.lead-hero-caption { padding-top: 0px; }
/*--------------- index-7 ---------- */
#navigation { margin-top: 18px; }
.hero-tab-block { padding-top: 91px; padding-bottom: 100px; }
/*--------------- index-8 ---------- */
.refinance-rate-block-title { font-size: 24px; }
.refinance-hero-block { padding-top: 44px; }
/*--------------- compare credit card  ---------- */
.compare-table .table>tbody>tr>td { padding: 10px; }
.compare-card-title { font-size: 13px; font-weight: 600; display: block; width: 148px; }
.expandable-info .card { min-height: inherit; }
/*--------------- compare personal loan card  ---------- */
.compare-personal-loan-table .table>tbody>tr>td { padding: 10px; }
.compare-personal-loan-title { font-size: 13px; font-weight: 600; display: block; width: 148px; }
.expandable-info .card { min-height: inherit; }
/*--------------- compare student loan card  ---------- */
.compare-student-loan-table .table>tbody>tr>td { padding: 10px; }
.compare-student-loan-title { font-size: 13px; font-weight: 600; display: block; width: 148px; }
.expandable-info .card { min-height: inherit; }
/*--------------- card landing page  ---------- */
.card-benefit-tabs .st-tabs .nav-link { display: block; padding: 16px 58px; border: 1px solid #f6f9ff; border-radius: 5px; background-color: #f6f9ff; margin-bottom: 8px; margin-right: 10px; }
.header-wide .lead, .header-wide .lead { font-size: 13px; }
.card-hero-section { padding-top: 60px; padding-bottom: 60px; }
/*--------------- Index - 9 bank borrow  ---------- */
.overlay-section { margin-top: 0px; }
.overlay-section .card { margin-bottom: 20px; }
.hover-tabs.st-tabs .nav-link { display: block; padding: 0px 39px 3px 0px; }
.quick-info span:nth-child(2){display: none;}
/*--------------- borrow-life-saving  ---------- */
.bank-account-tabs.st-tabs .nav-link {
padding: 30px 80px;
}
.pinside60 {
padding: 30px;
}
.hero-text {
text-align: center;
position: absolute;
top: 50%;
left: 50% !important;
transform: translate(-50%, -50%);
color: white;
}
.p-3 {
padding: 3px!important;
}
.switch_txt{font-size: 22px; color: #fff !impotant;}
.switch_p{font-size:22px; color:#fff !impotant;}
.req-callback {
background-color: #f51f8a;
color: #fff;
border-color: #f51f8a;
margin-left: -26px;
}
}
@media only screen and (max-width:320px) {
/*--------------- slider for mobile view ( for mobile view  )---------- */
.slider-captions { position: absolute;
bottom: 20px;
text-align: center;
max-width: 70%;
left: 15%; }
.slider-title { color: #fff; font-size: 18px; text-transform: uppercase; font-weight: 700; line-height: 26px; }
.slider-captions .btn{display: none;}
.slider .owl-prev { position: absolute; left: 0px; top: 30%; left: 0px; }
.slider .owl-next { position: absolute; right: 0px; top: 30%; right: 0px; }
.rate-icon { float: none; }
.rate-counter-block { text-align: center; }
.loan-rate { font-size: 24px; }
.widget-share { background-color: #fff; padding: 14px; position: absolute; top: 0px; right: 0px; }
.search-nav { display: none; }
.pinside60 {
padding: 30px;
}
.switch_txt{font-size: 22px; color: #fff !impotant;}
.switch_p{font-size:22px; color:#fff !impotant;}
.app_box {
width: 100%;
height: auto;
}
.req-callback {
background-color: #f51f8a;
color: #fff;
border-color: #f51f8a;
margin: 0 auto;
margin-left: -50px;
}
.hero-text {
text-align: center;
position: absolute;
top: 50%;
left: 50% !important;
transform: translate(-50%, -50%);
color: white;
}
.hero-image {
/*background-image: linear-gradient(rgba(158, 226, 237, 0.5), rgba(74, 211, 225, 0.5)),  url(images/pic3.jpg);*/
height: 350px !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.p-3 {
padding: 3px!important;
}
}
.list{list-style: none; display: inline-block;}
.fpc-right-part .fpc-right-contact {
text-align: center;
margin-top: 0;
}
.fpc-contact-number {
font-size:30px;
font-weight: bold;
}
.fpc-right-part .fpc-right-contact .phone-number-link{
color: #000;
margin-top: 5px;
display: inline-block;}
.fpc-right-part .fpc-right-contact .icon {
width: 76px;
height: 76px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
cursor: default;
border: 2px solid #91c129;
background-color: #fff;
display: inline-block;
text-align: center;
position: relative;
}
.fpc-reivew-part {
width: 100%;
display: inline-block;
text-align: center;
padding-top: 10px;
margin-bottom: 10px;
}
.fpc-reivew-part .sidereviewbox {
border: 0;
border-left: 1px solid #c3c3c3;
border-radius: 0;
}
.happy_customer {
font-size: 14px;
font-weight: bold;
}
.serviceimgfix{
width: 100%;
max-height: 250px;
min-height: 250px;
}
/*----- slider-----*/
/*.containera {*/
/*      width: 100%;*/
/*      height: 500px;*/
/*      position: relative;*/
/*    }*/
/*    .containera .other-content {*/
/*      position: absolute;*/
/*      top: 0;*/
/*      left: 0;*/
/*      width: 100%;*/
/*      text-align: center;*/
/*      z-index: 2;*/
/*      padding: 30px;*/
/*      font-size: 32px;*/
/*      color: #1c1f4e;*/
/*    }*/
/*    .containera .slide {*/
/*      z-index: 1;*/
/*      position: absolute;*/
/*      width: 100%;*/
/*      top: 0;*/
/*      left: 0;*/
/*      height: 75%;*/
/*      transition: opacity 1s ease-in-out;*/
/*      background-position: center center;*/
/*      background-repeat: no-repeat;*/
/*      background-size: cover;*/
/*      opacity: 0;*/
/*    }*/
/*    .containera .slide.show {*/
/*      opacity: 1;*/
/*      background-color: #99e2ff;*/
/*    }*/

/** ---------------------------------------
 * slick Slider 
 ----------------------------------------*/
 .owl-item {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.first-slide:before {
  position: absolute;
  content: "";
  padding: 25px;
  border-bottom: 7px solid #e64a19;
  top: -53px;
  left: 140px;
  width: 75px;
}

.first-slide {
  position: relative;
  text-align: left;
  border: 3px solid #0cb1ef;
  padding: 10px 20px;
  margin-top: 40px;
}

.first-slide h5 {
  color: #ff4800;
  font-size: 14px;
  text-transform: uppercase;
}

.first-slide h3 {
  font-size: 24px;
}

.first-slide-before {
  margin-top: 50px;
}

.jimmysection h2 {
  margin: 10px 0px;
  padding-left: 0px;
  text-transform: uppercase;
  font-size: 14px;
  color: #ff4800;
  font-weight: 600;
}

.jimmysection p {
  font-weight: 600;
}

.second-slide:before {
  position: absolute;
  content: "";
  padding: 25px;
  border-bottom: 7px solid #ed145b;
  top: -53px;
  left: 140px;
  width: 75px;
}

.second-slide {
  position: relative;
  text-align: left;
  border: 3px solid #f5989d;
  padding: 10px 20px;
  margin-top: 40px;
}

.second-slide h5 {
  color: #ff4800;
  font-size: 14px;
  text-transform: uppercase;
}

.second-slide h3 {
  font-size: 24px;
}

.second-slide-before {
  margin-top: 50px;
}

.gailsection h2 {
  margin: 10px 0px;
  padding-left: 0px;
  text-transform: uppercase;
  font-size: 14px;
  color: #ff4800;
  font-weight: 600;
}

.gailsection p {
  font-weight: 600;
}

.third-slide:before {
  position: absolute;
  content: "";
  padding: 25px;
  border-bottom: 7px solid #e64a19;
  top: -53px;
  left: 140px;
  width: 75px;
}

.third-slide {
  position: relative;
  text-align: left;
  border: 3px solid #92278f;
  padding: 10px 20px;
  margin-top: 40px;
}

.third-slide h5 {
  color: #ff4800;
  font-size: 14px;
  text-transform: uppercase;
}

.third-slide h3 {
  font-size: 24px;
}

.third-slide-before {
  margin-top: 50px;
}

.mansonsection h2 {
  margin: 10px 0px;
  padding-left: 0px;
  text-transform: uppercase;
  font-size: 14px;
  color: #ff4800;
  font-weight: 600;
}

.mansonsection p {
  font-weight: 600;
}

 .slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.hero-image {
/*background-image: linear-gradient(rgba(158, 226, 237, 0.5), rgba(74, 211, 225, 0.5)),  url(images/pic3.jpg);*/
height: 450px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.hero-text {
text-align: center;
position: absolute;
top: 50%;
left: 26%;
transform: translate(-50%, -50%);
color: white;
}
.hero-text button {
border: none;
outline: 0;
display: inline-block;
padding: 10px 25px;
color: black;
background-color: #ddd;
text-align: center;
cursor: pointer;
}
.hero-text button:hover {
background-color: #555;
color: white;
}
/*offer prize banner*/

#offers-container{
  width: 100%;
  margin: 0 auto;
}

#offers-container img{
  border: 1px solid #dadada;
  height: 100px;
}

#offers-container a{
  text-decoration: none;
  margin-bottom: 20px;
}

.offers-hero{
  width: 100%;
  position: relative;
  float: left;
  margin: 20px 0 0 0;
}

.offers-hero img{
  width: 100%;
}
.offers-sub:nth-child(even){
  float: left;
}
.serv_imgcenter{margin: 0 auto; display: block;}
.serv_p{text-align: center; font-family: serif; font-size: 18px;}
.serv_txt{color: #716c6c; font-family: initial;}

#owl-demo .item{
  /*background: #42bdc2;*/
  padding: 20px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 20px;
  text-align: center;
}

#owl-demo .item:hover{
  border:2px solid #18579b;
  border-radius: 20px;
  text-align: center;
}

a.dfn-hover {
	color: #333;
	text-decoration: none;
}

/** Code for hover info **/

dfn {
  background: #e9e9e9;
  border-bottom: dashed 1px rgba(0,0,0,0.8);
  padding: 0 0.4em;
  cursor: help;
  font-style: normal;
  position: relative;
  
}
dfn::after {
  content: attr(data-info);
  display: inline;
  position: absolute;
  top: 22px; left: 0;
  opacity: 0;
  width: 265px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.5em 0.8em;
  background: rgba(0,0,0,0.8);
  color: #fff;
  pointer-events: none; /* This prevents the box from apearing when hovered. */
  transition: opacity 250ms, top 250ms;
}
dfn::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px; left: 20px;
  opacity: 0;
  width: 0; height: 0;
  border: solid transparent 5px;
  border-bottom-color: rgba(0,0,0,0.8);
  transition: opacity 250ms, top 250ms;
}
dfn:hover {z-index: 2;} /* Keeps the info boxes on top of other elements */
dfn:hover::after,
dfn:hover::before {opacity: 1;}
dfn:hover::after {top: 30px;}
dfn:hover::before {top: 20px;}
.offers-sub:nth-child(odd){}
/*Extra code is start*/
// Box shadow helper
@mixin BoxShadowHelper($level: 1){
@if $level == 1 {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
@if $level == 2 {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}
}
a {transition: .25s all;}
.card {
overflow: hidden;
@include BoxShadowHelper(1);
transition: .25s box-shadow;
&:focus,
&:hover {@include BoxShadowHelper(2);}
}
.card-inverse .card-img-overlay {
background-color: rgba(#333,.85);
border-color: rgba(#333,.85);
}
.imgbox{width: 75px; margin-top: 50px;}
hr {
margin-top: 10px;
margin-bottom: 8px;
border: 0;
border-top: 1px solid rgba(0,0,0,.1);
}
.filter {
border: 1px solid #b0b8bf;
border-radius: 3px;
}
.filter__header {
background-color: #e9ecef;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
font-size: 16px;
line-height: 45px;
padding-left: 10px;
padding-right: 10px;
position: relative;
color: #484545;
font-weight: bold;
}
.filter__subtitle {
padding-left: 10px;
padding-bottom: 10px;
color: #65717b;
font-size: 12px;
font-weight: 400;
line-height: normal;
}
.collapse-filter-icon {
position: absolute;
right: 11px;
top: 15px;
}
.facet {
display: block;
border-bottom: 1px solid #e9ebed;
position: relative;
}
.facets {
height: auto;
opacity: 1;
overflow: hidden;
-webkit-transition: opacity .25s;
transition: opacity .25s;
}
.facet__item {
position: relative;
color: #2f353a;
cursor: pointer;
display: block;
line-height: normal;
padding: 10px;
}
.facet__label-container {
display: inline;
}
.facet__item .facet__input {
margin-right: 10px;
}
.facet .us-form-input {
margin-right: 10px;
}
.facet__name {
display: inline;
font-size: 14px;
}
.facet__name-value {
display: inline;
}
.filter-group {
padding: 0;
margin: 0 0 10px;
}
.button-filter.facets {
padding: 10px;
}
.button-filter .button-filter-row:last-of-type {
margin-bottom: 0;
}
.button-filter.facets .facet {
font-weight: 700;
display: inline-block;
width: 31.3333333%;
margin-right: 3%;
vertical-align: top;
border: none;
min-height: 55px;
}
.button-filter .facet__label-container {
padding: 10px 0 6px;
border: 1px solid #b0b8bf;
text-align: center;
border-radius: 3px;
min-height: 55px;
line-height: 1.2;
display: block;
}
.button-filter .facet__input:checked+.facet__label-container {
background-color: #e4f8ff;
border-color: #008fe9;
}
.filter-group--monthly_cost .button-filter .facet__label-container {
padding-top: 19px;
}
.button-filter .facet__label-container:active {
background-color: #e4f8ff;
}
.button-filter .facet__label-container:hover {
background-color: #fff;
border-color: #008fe9;
color: #008fe9;
}
.button-filter.facets .facet .facet__item {
padding: 0;
border: none;
}
.facet__item {
position: relative;
color: #2f353a;
cursor: pointer;
display: block;
line-height: normal;
padding: 10px;
}
.facet__item .facet__input {
margin-right: 10px;
}
.facet .us-form-input {
margin-right: 10px;
}
.button-filter .facet__input {
position: absolute;
top: 0;
outline: 0;
opacity: 0;
}
.us-form-input[type=checkbox] {
border-radius: .3em;
}
.us-form-input[type=checkbox], .us-form-input[type=radio] {
position: relative;
width: 1.6em;
height: 1.6em;
padding: 0;
font-size: .8em;
cursor: pointer;
}
input[type=checkbox], input[type=radio] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
.us-form-input {
height: 37px;
padding: .35em .5em;
font-size: 1em;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.intro{border: 1px solid rgba(0,143,233,.4); width: 215px; height: 130px; }
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora);
[class*=' imghvr-'],
[class^=imghvr-]
{font-family:Montserrat,sans-serif;position:relative;display:inline-block;margin:0;max-width:100%;background-color:rgba(230,230,230,.7);color:#666;overflow:hidden;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}[class*=' imghvr-'] img,[class^=imghvr-] img{vertical-align:top;max-width:100%}[class*=' imghvr-'] figcaption,[class^=imghvr-] figcaption{background-color:rgba(255,255,255,.9);padding:20px;position:absolute;top:15px;bottom:15px;left:15px;right:15px;border:1px solid rgba(0,0,0,.1)}[class*=' imghvr-'] h3,[class*=' imghvr-'] p,[class^=imghvr-] h3,[class^=imghvr-] p{margin:0;padding:0}[class*=' imghvr-']
h3,[class^=imghvr-] h3{font-weight:700;color:#333;margin-bottom:2px}[class*=' imghvr-']
p,[class^=imghvr-] p{font-family:Lora,sans-serif;font-size:.9em}[class*=' imghvr-']
a,[class^=imghvr-] a{/*position:absolute;*/top:0;bottom:0;left:0;right:0;z-index:1}[class*=' imghvr-']
,[class*=' imghvr-'] *,[class*=' imghvr-'] :after,[class*=' imghvr-']
:before,[class*=' imghvr-']:after,[class*=' imghvr-']
:before,[class^=imghvr-],[class^=imghvr-] *,[class^=imghvr-]
:after,[class^=imghvr-] :before,[class^=imghvr-]
:after,[class^=imghvr-]:before{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .35s ease;transition:all .35s ease}.imghvr-fade figcaption,.imghvr-fade:hover img{opacity:0}.imghvr-fade:hover figcaption{opacity:1}[class*=' imghvr-push-']:hover figcaption,[class*=' imghvr-slide-']
:hover figcaption,[class^=imghvr-push-]:hover figcaption,[class^=imghvr-slide-]:hover figcaption{-webkit-transform:translate(0,0)
;transform:translate(0,0)}.imghvr-push-up figcaption{-webkit-transform:translateY(120%)
;transform:translateY(120%)}.imghvr-push-up:hover img{-webkit-transform:translateY(-100%)
;transform:translateY(-100%)}.imghvr-push-down figcaption{-webkit-transform:translateY(-120%)
;transform:translateY(-120%)}.imghvr-push-down:hover img{-webkit-transform:translateY(100%)
;transform:translateY(100%)}.imghvr-push-left figcaption{-webkit-transform:translateX(120%);transform:translateX(120%)}.imghvr-push-left:hover img{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.imghvr-push-right figcaption{-webkit-transform:translateX(-120%);transform:translateX(-120%)}.imghvr-push-right:hover img{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-slide-up figcaption{-webkit-transform:translateY(120%);transform:translateY(120%)}
.imghvr-slide-down figcaption{-webkit-transform:translateY(-120%);transform:translateY(-120%)}.imghvr-slide-left figcaption{-webkit-transform:translateX(120%);transform:translateX(120%)}.imghvr-slide-right figcaption{-webkit-transform:translateX(-120%);transform:translateX(-120%)}[class*=' imghvr-reveal-']:before,[class^=imghvr-reveal-]:before{position:absolute;top:0;bottom:0;left:0;right:0;content:'';background-color:inherit}[class*=' imghvr-reveal-'] figcaption,[class^=imghvr-reveal-] figcaption{opacity:0}[class*=' imghvr-reveal-']
:hover:before,[class^=imghvr-reveal-]:hover:before{-webkit-transform:translate(0,0);transform:translate(0,0)}[class*=' imghvr-reveal-']:hover figcaption,[class^=imghvr-reveal-]:hover figcaption{opacity:1;-webkit-transition-delay:.2s;transition-delay:.2s}.imghvr-reveal-up:before{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-reveal-down:before{-webkit-transform:translateY(-100%)
;transform:translateY(-100%)}.imghvr-reveal-left:before{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-reveal-right:before{-webkit-transform:translateX(-100%)
;transform:translateX(-100%)}[class*=' imghvr-hinge-'],[class^=imghvr-hinge-]{-webkit-perspective:50em;perspective:50em}[class*=' imghvr-hinge-'] figcaption,[class^=imghvr-hinge-] figcaption{opacity:0;z-index:1}[class*=' imghvr-hinge-']:hover img,[class^=imghvr-hinge-]:hover img{opacity:0}[class*=' imghvr-hinge-']:hover figcaption,[class^=imghvr-hinge-]:hover figcaption{opacity:1;-webkit-transition-delay:.2s;transition-delay:.2s}.imghvr-hinge-up img{-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}.imghvr-hinge-up figcaption{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.imghvr-hinge-up:hover img{-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg)}.imghvr-hinge-up:hover figcaption{-webkit-transform:rotateX(0);transform:rotateX(0)}.imghvr-hinge-down img{-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.imghvr-hinge-down figcaption{-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:50% -50%;-ms-transform-origin:50% -50%;transform-origin:50% -50%}.imghvr-hinge-down:hover img{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);opacity:0}.imghvr-hinge-down:hover figcaption{-webkit-transform:rotateX(0);transform:rotateX(0)}.imghvr-hinge-left img{-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.imghvr-hinge-left figcaption{-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.imghvr-hinge-left:hover img{-webkit-transform:rotateY(90deg);transform:rotateY(90deg)}.imghvr-hinge-left:hover figcaption{-webkit-transform:rotateY(0);transform:rotateY(0)}.imghvr-hinge-right img{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.imghvr-hinge-right figcaption{-webkit-transform:rotateY(90deg);transform:rotateY(90deg);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.imghvr-hinge-right:hover img{-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg)}.imghvr-hinge-right:hover figcaption{-webkit-transform:rotateY(0);transform:rotateY(0)}[class*=' imghvr-flip-'],[class^=imghvr-flip-]{-webkit-perspective:50em;perspective:50em}[class*=' imghvr-flip-'] img,[class^=imghvr-flip-] img{backface-visibility:hidden}[class*=' imghvr-flip-'] figcaption,[class^=imghvr-flip-] figcaption{opacity:0}[class*=' imghvr-flip-']:hover figcaption,[class^=imghvr-flip-]:hover figcaption{opacity:1;-webkit-transition-delay:.15s;transition-delay:.15s}.imghvr-flip-horiz figcaption{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.imghvr-flip-horiz:hover figcaption{-webkit-transform:rotateX(0);transform:rotateX(0)}.imghvr-flip-vert figcaption{-webkit-transform:rotateY(90deg);transform:rotateY(90deg);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}.imghvr-flip-vert:hover figcaption{-webkit-transform:rotateY(0);transform:rotateY(0)}.imghvr-flip-diag-1 figcaption{-webkit-transform:rotate3d(1,-1,0,100deg);transform:rotate3d(1,-1,0,100deg)}.imghvr-flip-diag-1:hover figcaption{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg)}.imghvr-flip-diag-2 figcaption{-webkit-transform:rotate3d(1,1,0,100deg);transform:rotate3d(1,1,0,100deg)}.imghvr-flip-diag-2:hover figcaption{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg)}[class*=' imghvr-shutter-out-']:before,[class^=imghvr-shutter-out-]:before{background:inherit;position:absolute;content:'';-webkit-transition-delay:.1s;transition-delay:.1s}[class*=' imghvr-shutter-out-'] figcaption,[class^=imghvr-shutter-out-] figcaption{opacity:0;-webkit-transition-delay:0s;transition-delay:0s}[class*=' imghvr-shutter-out-']:hover:before,[class^=imghvr-shutter-out-]:hover:before{-webkit-transition-delay:0s;transition-delay:0s}[class*=' imghvr-shutter-out-']:hover figcaption,[class^=imghvr-shutter-out-]:hover figcaption{opacity:1;-webkit-transition-delay:.1s;transition-delay:.1s}.imghvr-shutter-out-horiz:before{left:50%;right:50%;top:0;bottom:0}.imghvr-shutter-out-horiz:hover:before{left:0;right:0}.imghvr-shutter-out-vert:before{top:50%;bottom:50%;left:0;right:0}.imghvr-shutter-out-vert:hover:before{top:0;bottom:0}.imghvr-shutter-out-diag-1:before{top:50%;bottom:50%;left:-35%;right:-35%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.imghvr-shutter-out-diag-1:hover:before{top:-35%;bottom:-35%}.imghvr-shutter-out-diag-2:before{top:50%;bottom:50%;left:-35%;right:-35%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.imghvr-shutter-out-diag-2:hover:before{top:-35%;bottom:-35%}[class*=' imghvr-shutter-in-']:after,[class*=' imghvr-shutter-in-']:before,[class^=imghvr-shutter-in-]:after,[class^=imghvr-shutter-in-]:before{background:inherit;position:absolute;content:''}[class*=' imghvr-shutter-in-']:after,[class^=imghvr-shutter-in-]:after{top:0;left:0}[class*=' imghvr-shutter-in-']:before,[class^=imghvr-shutter-in-]:before{right:0;bottom:0}[class*=' imghvr-shutter-in-'] figcaption,[class^=imghvr-shutter-in-] figcaption{opacity:0;z-index:1}[class*=' imghvr-shutter-in-']:hover figcaption,[class^=imghvr-shutter-in-]:hover figcaption{opacity:1;-webkit-transition-delay:.2s;transition-delay:.2s}.imghvr-shutter-in-horiz:after,.imghvr-shutter-in-horiz:before{width:0;height:100%}.imghvr-shutter-in-horiz:hover:after,.imghvr-shutter-in-horiz:hover:before{width:50%}.imghvr-shutter-in-vert:after,.imghvr-shutter-in-vert:before{height:0;width:100%}.imghvr-shutter-in-vert:hover:after,.imghvr-shutter-in-vert:hover:before{height:50%}.imghvr-shutter-in-out-horiz:after,.imghvr-shutter-in-out-horiz:before{width:0;height:100%}.imghvr-shutter-in-out-horiz:hover:after,.imghvr-shutter-in-out-horiz:hover:before{width:100%}.imghvr-shutter-in-out-vert:after,.imghvr-shutter-in-out-vert:before{height:0;width:100%}.imghvr-shutter-in-out-vert:hover:after,.imghvr-shutter-in-out-vert:hover:before{height:100%}.imghvr-shutter-in-out-diag-1:after,.imghvr-shutter-in-out-diag-1:before{width:200%;height:200%;-webkit-transition:all .6s ease;transition:all .6s ease}.imghvr-shutter-in-out-diag-1:after{-webkit-transform:skew(-45deg) translateX(-150%);transform:skew(-45deg) translateX(-150%)}.imghvr-shutter-in-out-diag-1:before{-webkit-transform:skew(-45deg) translateX(150%);transform:skew(-45deg) translateX(150%)}.imghvr-shutter-in-out-diag-1:hover:after{-webkit-transform:skew(-45deg) translateX(-50%);transform:skew(-45deg) translateX(-50%)}.imghvr-shutter-in-out-diag-1:hover:before{-webkit-transform:skew(-45deg) translateX(50%);transform:skew(-45deg) translateX(50%)}.imghvr-shutter-in-out-diag-2:after,.imghvr-shutter-in-out-diag-2:before{width:200%;height:200%;-webkit-transition:all .6s ease;transition:all .6s ease}.imghvr-shutter-in-out-diag-2:after{-webkit-transform:skew(45deg) translateX(-100%);transform:skew(45deg) translateX(-100%)}.imghvr-shutter-in-out-diag-2:before{-webkit-transform:skew(45deg) translateX(100%);transform:skew(45deg) translateX(100%)}.imghvr-shutter-in-out-diag-2:hover:after,.imghvr-shutter-in-out-diag-2:hover:before{-webkit-transform:skew(45deg) translateX(0);transform:skew(45deg) translateX(0)}[class*=' imghvr-fold'],[class^=imghvr-fold]{-webkit-perspective:50em;perspective:50em}[class*=' imghvr-fold'] img,[class^=imghvr-fold] img{-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}[class*=' imghvr-fold'] figcaption,[class^=imghvr-fold] figcaption{z-index:1;opacity:0}[class*=' imghvr-fold']:hover img,[class^=imghvr-fold]:hover img{opacity:0;-webkit-transition-delay:0;transition-delay:0}[class*=' imghvr-fold']:hover figcaption,[class^=imghvr-fold]:hover figcaption{-webkit-transform:rotateX(0) translate3d(0,0,0) scale(1);transform:rotateX(0) translate3d(0,0,0) scale(1);opacity:1;-webkit-transition-delay:.2s;transition-delay:.2s}.imghvr-fold-up img{-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}.imghvr-fold-up figcaption{-webkit-transform:rotateX(-90deg) translate3d(0,-50%,0) scale(.6);transform:rotateX(-90deg) translate3d(0,-50%,0) scale(.6);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.imghvr-fold-up:hover img{-webkit-transform:rotateX(90deg) scale(.6) translateY(50%);transform:rotateX(90deg) scale(.6) translateY(50%)}.imghvr-fold-down img{-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.imghvr-fold-down figcaption{-webkit-transform:rotateX(90deg) translate3d(0,50%,0) scale(.6);transform:rotateX(90deg) translate3d(0,50%,0) scale(.6);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}.imghvr-fold-down:hover img{-webkit-transform:rotateX(-90deg) scale(.6) translateY(-50%);transform:rotateX(-90deg) scale(.6) translateY(-50%)}.imghvr-fold-left img{-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.imghvr-fold-left figcaption{-webkit-transform:rotateY(90deg) translate3d(-50%,0,0) scale(.6);transform:rotateY(90deg) translate3d(-50%,0,0) scale(.6);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.imghvr-fold-left:hover img{-webkit-transform:rotateY(-90deg) scale(.6) translateX(50%);transform:rotateY(-90deg) scale(.6) translateX(50%)}.imghvr-fold-right{-webkit-perspective:50em;perspective:50em}.imghvr-fold-right img{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.imghvr-fold-right figcaption{-webkit-transform:rotateY(-90deg) translate3d(50%,0,0) scale(.6);transform:rotateY(-90deg) translate3d(50%,0,0) scale(.6);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.imghvr-fold-right:hover img{-webkit-transform:rotateY(90deg) scale(.6) translateX(-50%);transform:rotateY(90deg) scale(.6) translateX(-50%)}.imghvr-zoom-in figcaption{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}.imghvr-zoom-in:hover figcaption{-webkit-transform:scale(1);transform:scale(1);opacity:1}[class*=' imghvr-zoom-out'] figcaption,[class^=imghvr-zoom-out] figcaption{-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;opacity:0}[class*=' imghvr-zoom-out'].hover figcaption,[class*=' imghvr-zoom-out']:hover figcaption,[class^=imghvr-zoom-out].hover figcaption,[class^=imghvr-zoom-out]:hover figcaption{-webkit-transform:scale(1);transform:scale(1);opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s}.imghvr-zoom-out:hover img{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}.imghvr-zoom-out-up.hover img,.imghvr-zoom-out-up:hover img{-webkit-animation:imghvr-zoom-out-up .4s linear;animation:imghvr-zoom-out-up .4s linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes imghvr-zoom-out-up{50%{-webkit-transform:scale(.8) translateY(0);transform:scale(.8) translateY(0);opacity:.5}100%{-webkit-transform:scale(.8) translateY(-150%);transform:scale(.8) translateY(-150%);opacity:.5}}@keyframes imghvr-zoom-out-up{50%{-webkit-transform:scale(.8) translateY(0);transform:scale(.8) translateY(0);opacity:.5}100%{-webkit-transform:scale(.8) translateY(-150%);transform:scale(.8) translateY(-150%);opacity:.5}}.imghvr-zoom-out-down.hover img,.imghvr-zoom-out-down:hover img{-webkit-animation:imghvr-zoom-out-down .4s linear;animation:imghvr-zoom-out-down .4s linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes imghvr-zoom-out-down{50%{-webkit-transform:scale(.8) translateY(0);transform:scale(.8) translateY(0);opacity:.5}100%{-webkit-transform:scale(.8) translateY(150%);transform:scale(.8) translateY(150%);opacity:.5}}@keyframes imghvr-zoom-out-down{50%{-webkit-transform:scale(.8) translateY(0);transform:scale(.8) translateY(0);opacity:.5}100%{-webkit-transform:scale(.8) translateY(150%);transform:scale(.8) translateY(150%);opacity:.5}}.imghvr-zoom-out-left.hover img,.imghvr-zoom-out-left:hover img{-webkit-animation:imghvr-zoom-out-left .4s linear;animation:imghvr-zoom-out-left .4s linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes imghvr-zoom-out-left{50%{-webkit-transform:scale(.8) translateX(0);transform:scale(.8) translateX(0);opacity:.5}100%{-webkit-transform:scale(.8) translateX(-150%);transform:scale(.8) translateX(-150%);opacity:.5}}@keyframes imghvr-zoom-out-left{50%{-webkit-transform:scale(.8) translateX(0);transform:scale(.8) translateX(0);opacity:.5}100%{-webkit-transform:scale(.8) translateX(-150%);transform:scale(.8) translateX(-150%);opacity:.5}}.imghvr-zoom-out-right.hover img,.imghvr-zoom-out-right:hover img{-webkit-animation:imghvr-zoom-out-right .4s linear;animation:imghvr-zoom-out-right .4s linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes imghvr-zoom-out-right{50%{-webkit-transform:scale(.8) translateX(0);transform:scale(.8) translateX(0);opacity:.5}100%{-webkit-transform:scale(.8) translateX(150%);transform:scale(.8) translateX(150%);opacity:.5}}@keyframes imghvr-zoom-out-right{50%{-webkit-transform:scale(.8) translateX(0);transform:scale(.8) translateX(0);opacity:.5}100%{-webkit-transform:scale(.8) translateX(150%);transform:scale(.8) translateX(150%);opacity:.5}}.imghvr-zoom-out-flip-horiz{-webkit-perspective:50em;perspective:50em}.imghvr-zoom-out-flip-horiz figcaption{opacity:0;-webkit-transform:rotateX(90deg) translateY(-100%) scale(.5);transform:rotateX(90deg) translateY(-100%) scale(.5)}.imghvr-zoom-out-flip-horiz.hover img,.imghvr-zoom-out-flip-horiz:hover img{-webkit-transform:rotateX(-100deg) translateY(50%) scale(.5);transform:rotateX(-100deg) translateY(50%) scale(.5);opacity:0;-webkit-transition-delay:0;transition-delay:0}.imghvr-zoom-out-flip-horiz.hover figcaption,.imghvr-zoom-out-flip-horiz:hover figcaption{-webkit-transform:rotateX(0) translateY(0) scale(1);transform:rotateX(0) translateY(0) scale(1);opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s}.imghvr-zoom-out-flip-vert{-webkit-perspective:50em;perspective:50em}.imghvr-zoom-out-flip-vert figcaption{opacity:0;-webkit-transform:rotateY(90deg) translate(50%,0) scale(.5);transform:rotateY(90deg) translate(50%,0) scale(.5)}.imghvr-zoom-out-flip-vert.hover img,.imghvr-zoom-out-flip-vert:hover img{-webkit-transform:rotateY(-100deg) translateX(50%) scale(.5);transform:rotateY(-100deg) translateX(50%) scale(.5);opacity:0;-webkit-transition-delay:0;transition-delay:0}.imghvr-zoom-out-flip-vert.hover figcaption,.imghvr-zoom-out-flip-vert:hover figcaption{-webkit-transform:rotateY(0) translate(0,0) scale(1);transform:rotateY(0) translate(0,0) scale(1);opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s}.imghvr-blur figcaption{opacity:0}.imghvr-blur:hover img{-webkit-filter:blur(30px);filter:blur(30px);-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}.imghvr-blur:hover figcaption{opacity:1;-webkit-transition-delay:.2s;transition-delay:.2s}[class*=' imghvr-blocks'] figcaption:after,[class*=' imghvr-blocks'] figcaption:before,[class*=' imghvr-blocks']:after,[class*=' imghvr-blocks']:before,[class^=imghvr-blocks] figcaption:after,[class^=imghvr-blocks] figcaption:before,[class^=imghvr-blocks]:after,[class^=imghvr-blocks]:before{background-color:#fff;opacity:0;position:absolute;content:''}[class*=' imghvr-blocks']:after,[class*=' imghvr-blocks']:before,[class^=imghvr-blocks]:after,[class^=imghvr-blocks]:before{z-index:1}[class*=' imghvr-blocks']:before,[class^=imghvr-blocks]:before{top:15px;right:15px;bottom:50%;left:50%}[class*=' imghvr-blocks']:after,[class^=imghvr-blocks]:after{bottom:15px;left:15px;top:50%;right:50%}[class*=' imghvr-blocks'] figcaption,[class^=imghvr-blocks] figcaption{z-index:3;background-color:transparent;border-width:0}[class*=' imghvr-blocks'] figcaption *,[class^=imghvr-blocks] figcaption *{opacity:0}[class*=' imghvr-blocks'] figcaption:after,[class*=' imghvr-blocks'] figcaption:before,[class^=imghvr-blocks] figcaption:after,[class^=imghvr-blocks] figcaption:before{height:50%;width:50%;z-index:-1}[class*=' imghvr-blocks'] figcaption:before,[class^=imghvr-blocks] figcaption:before{top:0;left:0}[class*=' imghvr-blocks'] figcaption:after,[class^=imghvr-blocks] figcaption:after{bottom:0;right:0}[class*=' imghvr-blocks'] a,[class^=imghvr-blocks] a{z-index:3}[class*=' imghvr-blocks']:hover figcaption:after,[class*=' imghvr-blocks']:hover figcaption:before,[class*=' imghvr-blocks']:hover:after,[class*=' imghvr-blocks']:hover:before,[class^=imghvr-blocks]:hover figcaption:after,[class^=imghvr-blocks]:hover figcaption:before,[class^=imghvr-blocks]:hover:after,[class^=imghvr-blocks]:hover:before{-webkit-transform:translate(0,0);transform:translate(0,0);opacity:.9}[class*=' imghvr-blocks']:hover figcaption *,[class^=imghvr-blocks]:hover figcaption *{opacity:1;-webkit-transition-delay:.25s;transition-delay:.25s}.imghvr-blocks-rotate-left:before{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-blocks-rotate-left:after{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.imghvr-blocks-rotate-left figcaption:before{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-blocks-rotate-left figcaption:after,.imghvr-blocks-rotate-right:before{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.imghvr-blocks-rotate-right:after{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-blocks-rotate-right figcaption:before{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-blocks-rotate-in-left:before,.imghvr-blocks-rotate-right figcaption:after{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.imghvr-blocks-rotate-in-left:after{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-blocks-rotate-in-left figcaption:before{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.imghvr-blocks-rotate-in-left figcaption:after,.imghvr-blocks-rotate-in-right:before{-webkit-transform:translateX(100%);transform:translateX(100%)}.imghvr-blocks-rotate-in-right:after{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.imghvr-blocks-rotate-in-right figcaption:before{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.imghvr-blocks-rotate-in-right figcaption:after{-webkit-transform:translateY(100%);transform:translateY(100%)}.imghvr-blocks-in:before{-webkit-transform:translate(100%,-100%);transform:translate(100%,-100%)}.imghvr-blocks-in:after{-webkit-transform:translate(-100%,100%);transform:translate(-100%,100%)}.imghvr-blocks-in figcaption:before{-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}.imghvr-blocks-in figcaption:after{-webkit-transform:translate(100%,100%);transform:translate(100%,100%)}.imghvr-blocks-out:before{-webkit-transform:translate(-100%,100%);transform:translate(-100%,100%)}.imghvr-blocks-out:after{-webkit-transform:translate(100%,-100%);transform:translate(100%,-100%)}.imghvr-blocks-out figcaption:before{-webkit-transform:translate(100%,100%);transform:translate(100%,100%)}.imghvr-blocks-out figcaption:after{-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}[class*=' imghvr-book-open-'] figcaption,[class^=imghvr-book-open-] figcaption{background-color:transparent;border:none;-webkit-perspective:50em;perspective:50em}[class*=' imghvr-book-open-'] figcaption *,[class^=imghvr-book-open-] figcaption *{opacity:0}[class*=' imghvr-book-open-'] figcaption:after,[class*=' imghvr-book-open-'] figcaption:before,[class^=imghvr-book-open-] figcaption:after,[class^=imghvr-book-open-] figcaption:before{z-index:-1;background-color:#999;content:'';position:absolute;opacity:0;-webkit-transition:all .45s ease;transition:all .45s ease}[class*=' imghvr-book-open-']:hover figcaption,[class^=imghvr-book-open-]:hover figcaption{opacity:1}[class*=' imghvr-book-open-']:hover figcaption *,[class^=imghvr-book-open-]:hover figcaption *{opacity:1;-webkit-transition-delay:.2s;transition-delay:.2s}[class*=' imghvr-book-open-']:hover figcaption:after,[class*=' imghvr-book-open-']:hover figcaption:before,[class^=imghvr-book-open-]:hover figcaption:after,[class^=imghvr-book-open-]:hover figcaption:before{opacity:1;background-color:#fff;-webkit-transform:rotateY(0);transform:rotateY(0)}.imghvr-book-open-horiz figcaption:after,.imghvr-book-open-horiz figcaption:before{height:100%;width:50%;top:0}.imghvr-book-open-horiz figcaption:before{background-image:-webkit-linear-gradient(left,transparent 60%,rgba(0,0,0,.1) 99%,rgba(0,0,0,.15) 100%);background-image:linear-gradient(to right,transparent 60%,rgba(0,0,0,.1) 99%,rgba(0,0,0,.15) 100%);left:0;-webkit-transform:rotateY(90deg);transform:rotateY(90deg);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.imghvr-book-open-horiz figcaption:after{background-image:-webkit-linear-gradient(right,transparent 60%,rgba(0,0,0,.12) 99%,rgba(0,0,0,.15) 100%);background-image:linear-gradient(to left,transparent 60%,rgba(0,0,0,.12) 99%,rgba(0,0,0,.15) 100%);right:0;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.imghvr-book-open-vert figcaption:after,.imghvr-book-open-vert figcaption:before{height:50%;width:100%;left:0}.imghvr-book-open-vert figcaption:before{background-image:-webkit-linear-gradient(top,transparent 60%,rgba(0,0,0,.1) 99%,rgba(0,0,0,.15) 100%);background-image:linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.1) 99%,rgba(0,0,0,.15) 100%);top:0;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.imghvr-book-open-vert figcaption:after{background-image:-webkit-linear-gradient(bottom,transparent 60%,rgba(0,0,0,.13) 99%,rgba(0,0,0,.15) 100%);background-image:linear-gradient(to top,transparent 60%,rgba(0,0,0,.13) 99%,rgba(0,0,0,.15) 100%);bottom:0;-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}[class*=' imghvr-scale-']:before,[class^=imghvr-scale-]:before{background-color:inherit;top:15px;bottom:15px;left:15px;right:15px;position:absolute;content:''}[class*=' imghvr-scale-'] figcaption,[class^=imghvr-scale-] figcaption{opacity:0}[class*=' imghvr-scale-']:hover:before,[class^=imghvr-scale-]:hover:before{top:15px;bottom:15px;left:15px;right:15px;opacity:.9}[class*=' imghvr-scale-']:hover figcaption,[class^=imghvr-scale-]:hover figcaption{opacity:1;-webkit-transition-delay:.25s;transition-delay:.25s}.imghvr-scale-top-left:before{bottom:100%;right:100%}.imghvr-scale-top-right:before{bottom:100%;left:100%}.imghvr-scale-bottom-left:before{top:100%;right:100%}.imghvr-scale-bottom-right:before{top:100%;left:100%}[class*=' imghvr-fall-away-'],[class^=imghvr-fall-away-]{-webkit-perspective:50em;perspective:50em}[class*=' imghvr-fall-away-'] img,[class^=imghvr-fall-away-] img{-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all .45s ease-in;transition:all .45s ease-in}[class*=' imghvr-fall-away-'] figcaption,[class*=' imghvr-fall-away-']:hover img,[class^=imghvr-fall-away-] figcaption,[class^=imghvr-fall-away-]:hover img{opacity:0}[class*=' imghvr-fall-away-']:hover figcaption,[class^=imghvr-fall-away-]:hover figcaption{opacity:1;-webkit-transition-delay:.45s;transition-delay:.45s}.imghvr-fall-away-horiz:hover img{-webkit-transform:rotateX(-360deg) scale(.2);transform:rotateX(-360deg) scale(.2)}.imghvr-fall-away-horiz:hover figcaption{-webkit-transform:rotateX(0);transform:rotateX(0)}.imghvr-fall-away-vert:hover img{-webkit-transform:rotateY(-360deg) scale(.2);transform:rotateY(-360deg) scale(.2)}.imghvr-fall-away-vert:hover figcaption{-webkit-transform:rotateX(0);transform:rotateX(0)}
.img_dtail{background: #15549a; border-radius: 4px; border: 3px solid #e7d8d8;}
.img_left{float: left;}
.feature-blurb{width: 150%;}
.footer1{
background-color:#18579b;
}
.line-center{
margin: 0;
padding: 0 10px;
background: #18579b;
display: inline-block;
color: white;
}
.abc h2{
text-align:center;
position:relative;
z-index:2;
}
.abcd h2:after{
content:"";
position:absolute;
top:50%;
left:0;
right:0;
border-top:solid 2px #ffffff;
z-index:-1;
}
.policy ul{
text-align: center;
}
.policy ul li{
display: inline-block;
}
.policy ul li a{
color: #ffffff;
}
.fafaicon{
margin-right:10px;
color: #ffffff;
font-size:18px;
}

/* my filter code for responsive*/

$responsive-card-table-bottom-gap: 1.5rem;
$responsive-card-table-border: 1px solid $black;
$responsive-card-table-stack-point: 640px;
$responsive-card-table-label-bg: $light-gray;

.responsive-card-table {
  border-collapse: collapse;

  &.unstriped tbody {
    background-color: transparent;
  }

  th {
    background-color: $responsive-card-table-label-bg;
  }

  tr,
  th,
  td {
    border: $responsive-card-table-border;
  }

  @media screen and (max-width: $responsive-card-table-stack-point) {
    thead tr {
      position: absolute;
      top: -9999em;
      left: -9999em;
    }

    tr {
      border: $responsive-card-table-border;
      display: block;
    }

    tr + tr {
      margin-top: $responsive-card-table-bottom-gap;
    }
    /* Get table cells to act like rows */

    td {
      border: none;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      border-bottom: $responsive-card-table-border;
      padding-left: 50%;
      position: relative;

      &:before {
        content: attr(data-label);
        display: inline-block;
        font-weight: bold;
        line-height: 1.5;
        margin-left: -100%;
        width: 100%;
        position: relative;
        z-index: 1;
      }

      &:after {
        content: '';
        position: absolute;
        background: $responsive-card-table-label-bg;
        width: 45%;
        height: 95%;
        left: 1px;
        top: 1px;
        z-index: 0;
      }
    }
  }
}

.responsive-card-table {
  border-collapse: collapse;
}

.responsive-card-table.unstriped tbody {
  background-color: transparent;
}

.responsive-card-table th {
  background-color: #e6e6e6;
}

/*.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
  border: 1px solid #0a0a0a;
}*/

@media screen and (max-width: 640px) {
	.code {margin: 0px 0px 15px 50px !important;
}
  .responsive-card-table {
   /* border: 1px solid #0a0a0a;*/
  }
  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .responsive-card-table tr {
    border: 1px solid #0a0a0a;
    display: block;
  }
  .responsive-card-table tr + tr {
    margin-top: 0px;
  }
  .responsive-card-table td {
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #0a0a0a;
    padding-left: 50%;
    position: relative;
    padding: 18px 15px 10px 90px;
  }
  .responsive-card-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -76%;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .sp_code{  padding: 18px 15px 10px 50px !important;  }
  /*.responsive-card-table td:after {
    content: '';
    position: absolute;
    background: #e6e6e6;
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }*/
 .code_tab{width: 100%;}
}
/* breakpoint and up - mega dropdown styles */

 @media only screen and (max-width: 410px) {
                .slider-wrapper {
                                height: 160px;
                }
                .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgba(59, 64, 160, 1);
    border: 1px solid #f7f6f6f0;
    border-radius: .25rem;
}

 }
