/* CSS
Author: GILLAN E SOLUTIONS
Created: 26-12-2016
*/
/*
-------------------------------------------------------------- 
BROWSER SPECIFICATION STYLES
-------------------------------------------------------------- 
*/ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a:hover {
	transition: all 0.4s ease-in-out;
}
h1 {
	background: url(../images/banner-quote-img.png) no-repeat bottom center;
	font-family: 'FuturaStd-Heavy';
	color: #0e1e58;
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 7px;
	margin-bottom: 22px;
}
h1 span {
	font-family: 'FuturaStd-Book';
	color: #393c4a;
}
h2 {
	font-family: 'FuturaStd-Book';
	font-size: 28px;
	color: #000;
	line-height: 29px;
	margin-bottom: 27px;
}
h3 {
	font-family: 'FuturaStd-Book';
	font-size: 20px;
	color: #0e1e58;
	line-height: 29px;
	margin-bottom: 18px;
}
h4 {
	font-family: 'FuturaStd-Book';
	font-size: 18px;
	color: #434448;
	margin-bottom: 8px;
}
/*
-------------------------------------------------------------- 
GLOBAL STYLES
-------------------------------------------------------------- 
*/
.bttn {
	display: inline-block;
	text-transform: uppercase;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.bttn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #6280ed;
	border-radius: 3px;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.bttn:hover:before, .bttn:focus:before, .bttn:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.white-btn {
	display: inline-block;
	font-family: 'FuturaStd-Heavy';
	font-size: 17px;
	color: #0e1e58;
	margin-left: 26px;
	text-transform: uppercase;
	border: 2px solid #0e1e58;
	padding: 9px 29px 8px;
	transition: all 0.5s;
	background: rgb(253, 253, 253);
	background: -moz-linear-gradient(90deg, rgb(253, 253, 253) 30%, rgb(221, 221, 221) 70%);
	background: -webkit-linear-gradient(90deg, rgb(253, 253, 253) 30%, rgb(221, 221, 221) 70%);
	background: -o-linear-gradient(90deg, rgb(253, 253, 253) 30%, rgb(221, 221, 221) 70%);
	background: -ms-linear-gradient(90deg, rgb(253, 253, 253) 30%, rgb(221, 221, 221) 70%);
	background: linear-gradient(180deg, rgb(253, 253, 253) 30%, rgb(221, 221, 221) 70%);
}
.white-btn img {
	margin: 0 0 5px 0 !important;
}
.white-btn:hover, .white-btn:focus {
	color: #6280ed;
	text-decoration: none;
	background: rgb(221, 221, 221);
	background: -moz-linear-gradient(90deg, rgb(221, 221, 221) 30%, rgb(253, 253, 253) 70%);
	background: -webkit-linear-gradient(90deg, rgb(221, 221, 221) 30%, rgb(253, 253, 253) 70%);
	background: -o-linear-gradient(90deg, rgb(221, 221, 221) 30%, rgb(253, 253, 253) 70%);
	background: -ms-linear-gradient(90deg, rgb(221, 221, 221) 30%, rgb(253, 253, 253) 70%);
	background: linear-gradient(180deg, rgb(221, 221, 221) 30%, rgb(253, 253, 253) 70%);
}
.blue-btn {
	background: #0e1e58;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px 8px 24px;
	transition: all 0.5s;
}
.blue-btn:hover, .blue-btn:focus {
	background: #6280ed;
	color: #fff;
	text-decoration: none;
}
.blue-btn img {
	margin: 0 0 5px 0 !important;
}
.btn-go {
	background: #0e1e58;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px 8px 24px;
	border: 0;
	transition: all 0.5s;
}
.btn-go:hover, .btn-go:focus {
	background: #6280ed;
	color: #fff;
	text-decoration: none;
}
.btn-go img {
	margin: 0 0 5px 0 !important;
}
img {
	height: auto;
}
.hide {
	display: none;
}
/*
-------------------------------------------------------------- 
HEADER STYLE
-------------------------------------------------------------- 
*/
.header {
	background: #eff3f9;
	float: left;
	width: 100%;
	-webkit-box-shadow: 3px 2px 11px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 3px 2px 11px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 3px 2px 11px 0px rgba(50, 50, 50, 0.75);
	position: relative;
	z-index: 100;
}
.header-top {
	float: left;
	width: 100%;
	min-height: 40px;
}
.header-top-area {
	float: right;
	position: relative;
	padding-top: 11px;
	background: #fff;
	padding-left: 18%;
}
.header-top-area:before {
	content: "";
	position: absolute;
	background: url(../images/top-header-after.gif) no-repeat;
	width: 11px;
	height: 39px;
	left: 0;
	right: 0;
	top: 0;
}
.header-top-area .widget-odd, .header-top-area .widget-even {
	float: left;
}
.call-div {
	float: left;
	padding: 0px 16px 0px 8px;
}
.call-us {
	float: left;
	font-family: 'FuturaStd-Heavy';
	font-size: 14px;
	color: #141516;
	border-right: 1px dotted #949494;
	padding: 0 14px 0 0;
}
.call-us span {
	font-size: 15px;
	color: #57585c;
}
.call-us:hover, .call-us:focus {
	color: #158fe5;
	text-decoration: none;
}
.search-btn {
	float: left;
	position: relative;
	padding-left: 27px;
}
.search-btn .button {
	position: absolute;
	top: 10px;
	right: 0px;
	background: url(../images/search-img.png) no-repeat;
	font-size: 0px;
	border: 0;
	width: 9px;
	height: 9px;
	outline: none;
}
.search-btn .form-control {
	display: inline-block;
	width: 64px;
	height: 22px;
	border-right: 1px dotted #949494;
	border-bottom: 0;
	border-left: 0;
	border-top: 0;
	padding: 0px;
	margin-right: 20px;
}
.login-div {
	float: left;
	padding: 0px 20px 0px 8px;
}
.login-btn {
	background: url(../images/login.png) no-repeat top 5px left 0px;
	float: left;
	font-family: 'FuturaStd-Heavy';
	font-size: 14px;
	color: #57585c;
	border-right: 1px dotted #949494;
	padding: 0 14px 0 28px;
	margin-left: 35px;
}
.login-btn:hover, .login-btn:focus {
	color: #158fe5;
	text-decoration: none;
}
.header-bottom {
	float: left;
	width: 100%;
}
.logo {
	float: left;
	margin: -36px 0 9px 0;
}
/*
-------------------------------------------------------------- 
MAIN-NAV STYLE
-------------------------------------------------------------- 
*/
.main-nav {
	float: right;
	margin: 13px 28px 0px 0;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	margin-right: 1px;
}
.top-nav {
	float: right;
	padding-top: 20px;
}
.top-nav ul {
	list-style: none;
}
.top-nav ul li {
	display: inline-block;
	margin-left: -5px;
}
.top-nav ul li a {
	color: #fff;
	font-family: 'FuturaStd-Book';
	font-size: 16px;
	text-transform: none;
	transition: all 0.5s;
	padding: 9px 18px 8px 17px;
}
.top-nav ul li a:hover, .top-nav ul li a:focus {
	color: #fff;
	text-decoration: none;
}
.top-nav ul li:nth-child(1) a {
	background: #0e1e58;
}
.top-nav ul li:nth-child(1) a:hover, .top-nav ul li:nth-child(1) a:focus {
	background: #6280ed;
}
.top-nav ul li:nth-child(2) a {
	background: #2b46a8;
}
.top-nav ul li:nth-child(2) a:hover, .top-nav ul li:nth-child(2) a:focus {
	background: #0e1e58;
}
.top-nav ul li:nth-child(3) a {
	background: #6280ed;
}
.top-nav ul li:nth-child(3) a:hover, .top-nav ul li:nth-child(3) a:focus {
	background: #2b46a8;
}
/*
-------------------------------------------------------------- 
BANNER STYLE
-------------------------------------------------------------- 
*/
.banner-area {
	float: left;
	width: 100%;
	min-height: 380px;
	position: relative;
}
.carousel-inner > .item > img {
	width: 100%;
}
.banner-area .nivo-caption {
	position: absolute;
	width: 35%;
	top: 38px;
	right: 0;
	left: 5%;
	margin: 0;
	font-size: 23px;
	color: #181920;
	line-height: 28px;
	background: none;
	opacity: 1;
	padding: 0;
}
.banner-area .nivo-caption h1 {
	background: none;
	font-family: 'FuturaStd-Heavy';
	font-size: 30px;
	color: #181920;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.banner-area .nivo-caption p {
	margin-bottom: 20px;
	padding: 0;
}
.banner-area a.white-btn {
	display: inline-block !important;
}
.banner-area a.white-btn img {
	position: relative !important;
}
/*
-------------------------------------------------------------- 
CONTENT-STYLE 
-------------------------------------------------------------- 
*/
.content-area {
	float: left;
	width: 100%;
}
.contact-div {
    font-size: 16px;
}
/*
-------------------------------------------------------------- 
BANNER-QUOTE-AREA STYLE 
-------------------------------------------------------------- 
*/
.banner-quote-area {
	display: inline-block;
	background: #fff;
	text-align: center;
	position: relative;
	margin: -59px 24px 0;
	padding: 10px 29px 9px;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
}
.banner-quote-area .radio {
	display: inline-block;
	margin: 0;
}
.banner-quote-area form p {
	display: inline-block;
	margin-bottom: 0;
}
.banner-quote-area .form-control {
	display: inline-block;
	width: 259px;
	height: inherit;
	font-size: 16px;
	color: #57585c;
	border: 0;
	border-bottom: 2px solid #c9d1ee;
	padding: 10px 5px 1px;
	margin-left: 12px;
}
.quote-tab {
	display: inline-block;
	max-width: 322px;
	font-size: 16px;
	color: #686b74;
	border-bottom: 2px solid #c9d1ee;
}
.banner-quote-area .quote-tab span.wpcf7-list-item {
	margin-right: 10px;
}
.banner-quote-area h2 {
	background: url(../images/banner-quote-img.png) no-repeat bottom center;
	font-family: 'FuturaStd-Heavy';
	font-size: 22px;
	color: #0e1e58;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom: 3px;
	margin-bottom: 22px;
}
.banner-quote-area .btn-go {
	background: #0e1e58 url(../images/white-arrow.png) no-repeat right 18px center;
	margin-left: 20px;
	padding: 10px 36px 8px 24px;
}
.banner-quote-area .btn-go:hover, .banner-quote-area .btn-go:focus {
	background: #6280ed url(../images/white-arrow.png) no-repeat right 18px center;
}
.banner-quote-area form span.ajax-loader {
	position: absolute;
}
.quote-tab .radio-btn {
	position: relative;
	display: inline-block;
	margin-right: 2px;
}
.quote-tab .radio-btn .check {
	left: 0px;
	height: 22px;
	width: 22px;
}
.quote-tab .radio-btn .check::before {
	height: 12px;
	width: 12px;
}
.quote-tab .radio-btn label {
	padding: 0px 0px 0px 27px;
}
.quote-tab input[type=radio], .quote-tab input[type=checkbox] {
}
.quote-tab label {
	display: block;
	position: relative;
	color: #606060;
	z-index: 9;
	cursor: pointer;
	margin: 7px auto;
}
.checkbox-area label {
	padding: 0px 0px 0px 30px;
}
.quote-tab .check {
	display: block;
	position: absolute;
	background: #d3dcfe;
	border: 1px solid #192960;
	height: 13px;
	width: 13px;
	top: 12px;
	border-radius: 50%;
	left: 0px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.quote-tab .check::before {
	display: block;
	position: absolute;
	content: '';
	height: 7px;
	width: 7px;
	top: 2px;
	left: 2px;
	margin: auto;
	border-radius: 50%;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
.quote-tab input[type=radio]:checked ~ .check, .quote-tab input[type=checkbox]:checked ~ .check {
	border: 1px solid #192960;
}
.quote-tab input[type=radio]:checked ~ .check::before {
	background: #192960;
}
.quote-tab input[type=checkbox]:checked ~ .check::before {
	background: url(../../../../index.html) no-repeat top center;
	background-size: 100%;
}
.quote-tab input[type=radio]:checked ~ label, .quote-tab input[type=checkbox]:checked ~ label {
	color: #192960;
}
.banner-quote-area .wpcf7-form-control-wrap {
	display: inline-block;
}
.banner-quote-area span.wpcf7-list-item {
	margin-right: 10px;
}
.banner-quote-area .wpcf7-validation-errors {
	border: 0px;
	color: #f00;
	display: inline-block;
}
.banner-quote-area div.wpcf7-mail-sent-ng {
	border: 0px;
}
.banner-quote-area div.wpcf7-response-output {
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: -14px;
	right: 0;
}
.banner-quote-area div.wpcf7-mail-sent-ok {
	border : 0px;
	color: #398f14;
}
.banner-quote-area span.wpcf7-not-valid-tip {
	color: #f00;
	position: absolute;
	bottom: -25px;
	z-index: 10;
	left: 0;
}
.ship-radio {
	font-size: 16px;
}
/*
-------------------------------------------------------------- 
WELCOME-STYLE 
-------------------------------------------------------------- 
*/
.welcome-area {
	background: url(../images/welcome-area.png) no-repeat top center;
	float: left;
	width: 100%;
	padding: 55px 0 0;
	text-align: center;
}
.welcome-text {
	display: block;
	font-size: 17px;
	color: #2a2b2f;
	line-height: 23px;
	padding-bottom: 45px;
}
.welcome-text p {
	margin: 0 0 14px;
}
.welcome-text h2 {
	background: url(../images/welcom-heading.png) no-repeat bottom center;
	font-family: 'FuturaStd-Heavy';
	color: #0e1e58;
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 7px;
	margin-bottom: 22px;
}
.welcome-text h2 span {
	font-family: 'FuturaStd-Book';
	color: #393c4a;
}
.welcome-tab-area {
	float: left;
	width: 100%;
}
.welcome-tab-area .heading-div {
	margin-bottom: 47px;
}
.welcome-tab {
	float: left;
	width: 33.33%;
	position: relative;
}
.welcome-tab ul {
	list-style: none;
}
.welcome-tab ul li {
	background: url(../images/welcome-text-bg.png) no-repeat 5px 8px !important;
	display: inline-block;
	padding: 0 0 7px 15px !important;
}
.welcome-tab ul li:first-child {
	background: none;
}
.welcome-tab img {
	width: 100%;
	min-height: 415px;
}
.content-div .welcome-tab img {
	border: 0px;
}
.welcome-tab-text {
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	line-height: 25px;
	padding: 0 13px;
}
.tab-text {
	display: inline-block;
	min-height: 171px;
}
.welcome-tab-text img {
	display: inline-block;
	margin-bottom: 14px;
	width: inherit;
	min-height: inherit !important;
}
.welcome-tab h3 {
	background: url(../images/welcome-tab-heading.png) no-repeat bottom center;
	font-family: 'FuturaStd-Heavy';
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	line-height: 29px;
	padding-bottom: 5px;
	margin-bottom: 27px;
}
.welcome-tab h3 a {
	color: #fff;
}
.welcome-tab h3 a:hover, .welcome-tab h3 a:focus {
	color: #6280ed;
	text-decoration: none;
}
.welcome-tab-text .white-btn {
	border: 0px;
	border-bottom: 1px solid #a4a4a4;
	border-right: 1px solid #a4a4a4;
}
.welcome-tab-text .white-btn img {
	width: inherit;
}
/*
-------------------------------------------------------------- 
MAIN-TAB-AREA AREA  
-------------------------------------------------------------- 
*/
.main-tab-area {
	background: #e5e8fc;
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0 55px;
}
.main-tab {
	display: block;
	color: #434448;
	line-height: 20px;
}
.main-tab-text {
	display: inline-block;
	margin-bottom: 13px;
}
.main-tab img {
	margin-bottom: 14px;
	transition: all 0.3s;
}
.main-tab:hover {
	opacity: 0.8;
}
.main-tab h3 {
	font-family: 'FuturaStd-Heavy';
	font-size: 22px;
	color: #0e1e58;
	text-transform: capitalize;
	line-height: 25px;
	margin-bottom: 23px;
}
.main-tab h3 a {
	color: #0e1e58;
	transition: all 0.3s;
}
.main-tab:hover h3 a, .main-tab h3 a:focus {
	color: #158fe5;
	text-decoration: none;
}
.read-more {
	display: inline-block;
	font-size: 16px;
	color: #158fe5;
	text-transform: capitalize;
	transition: all 0.5s;
}
.read-more:hover, .read-more:focus {
	border-color: #0e1e58;
	color: #158fe5;
	text-decoration: underline;
}
.read-more img {
	margin: 0 0 5px 0;
}
.main-tab:hover .read-more {
	border-color: #0e1e58;
	color: #158fe5;
	text-decoration: underline;
}
/*
-------------------------------------------------------------- 
HOME-CONTACT STYLE
-------------------------------------------------------------- 
*/
.home-contact-area {
	background: #0e1e58;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 42px 0 45px;
}
.home-contact-div {
	position: relative;
}
.home-contact-div:before {
	background: url(../images/thank-you-stamp.png) no-repeat top center;
	content: '';
	width: 213px;
	height: 180px;
	position: absolute;
	top: -20px;
	right: 60px;
}
.home-contact-area h3 {
	font-family: 'FuturaStd-Heavy';
	font-size: 25px;
	color: #fff;
	text-transform: none;
	margin-bottom: 10px;
}
.home-contact-area p {
	margin-bottom: 18px;
}
.home-contact-area .form-inline {
	position: relative;
	z-index: 10;
}
.home-contact-area .form-inline .form-group {
	padding: 0px 3px;
}
.home-contact-area .tnp-widget .tnp-firstname, .home-contact-area .tnp-widget .tnp-email, .home-contact-area .tnp-widget .tnp-profile {
	color: #fff;
	min-width: 239px;
	height: 43px;
	background-color: rgba(19,22,36,0.53);
	background-image: none;
	border: 1px solid #20388e;
	padding: 16px 18px;
}
.home-contact-area form p {
	display: inline-block;
	margin-bottom: 0px;
	padding: 0px 5px;
}
.home-contact-area textarea.form-control {
	height: 43px;
	padding: 12px 19px 5px;
}
 .home-contact-area .form-control::-moz-placeholder {
 color: #fff;
}
 .home-contact-area .form-control:-ms-input-placeholder {
 color: #fff;
}
 .home-contact-area .form-control::-webkit-input-placeholder {
 color: #fff;
}
.home-contact-area .tnp-widget .tnp-submit {
	background: #fff;
	display: inline-block;
	font-family: 'FuturaStd-Heavy';
	font-size: 15px;
	color: #0e1e58;
	text-transform: uppercase;
	border-radius: 3px;
	border: 1px solid transparent;
	vertical-align: middle;
	padding: 10px 30px 7px 30px;
	transition: all 0.5s;
}
.home-contact-area .tnp-widget .tnp-submit:hover, .home-contact-area .tnp-widget .tnp-submit:focus {
	background: #111a3c;
	color: #fff;
	border: 1px solid #20388e;
	text-decoration: none;
}
/*
-------------------------------------------------------------- 
FOOTER STYLE
-------------------------------------------------------------- 
*/
.footer {
	background: #191c27;
	float: left;
	width: 100%;
	padding: 45px 0 16px;
}
.footer-top {
	background: url(../images/footer-sep.gif) repeat-x left bottom;
	float: left;
	width: 100%;
	padding-bottom: 27px;
	margin-bottom: 18px;
}
.footer h4 {
	font-family: 'FuturaStd-Heavy';
	font-size: 15px;
	color: #158fe5;
	text-transform: uppercase;
	border-bottom: 2px solid #158fe5;
	padding-bottom: 4px;
	margin-bottom: 8px;
}
.footer-nav {
	float: left;
	width: 17.95%;
	margin: 0 15px;
}
.footer-nav:first-child {
	margin-left: 0;
}
.footer-nav:last-child {
	margin-right: 0;
}
.footer-nav ul {
	list-style: none;
}
.footer-nav ul li {
	background: url(../images/footer-nav-bg.png) no-repeat 0px 8px;
	display: block;
	padding: 0px 0 12px 14px;
	font-size: 14px;
	color: #e5e8fc;
}
.footer-nav ul li a:hover, .footer-nav ul li a:focus {
	text-decoration: none;
	color: #158fe5;
}
.footer-bottom {
	float: left;
	width: 100%;
}
.f-logo {
	float: left;
	border-right: 1px solid #222530;
	padding: 17px 42px 0 0;
	margin-right: 45px;
}
.f-logo img:hover {
	opacity: 0.5;
	transition: 0.4s;
}
.f-logo-div {
	float: left;
}
.f-logo-div div {
	display: inline-block;
}
.f-logo-div img {
	display: inline-block;
	padding: 25px 0px;
	margin: 0px 9px;
}
.f-logo-div a {
	display: inline-block;
	padding: 25px 9px;
	transition: all 0.4s;
}
.f-logo-div a:hover {
	opacity: 0.5;
}
.copy-right {
	display: block !important;
	font-size: 13px;
	color: #616368;
}
.social-div {
	float: right;
	padding: 45px 40px 0 0;
}
.social-div h5 {
	font-size: 15px;
	color: #fff;
	text-transform: none;
	margin-bottom: 12px;
}
.social-div a {
	display: inline-block;
	padding-left: 7px;
	margin: 0 -2px;
}
.social-div img {
	transition: all 0.5s ease;
}
.social-div a img:hover {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}
/*
-------------------------------------------------------------- 
INNER CONTENT STYLE
-------------------------------------------------------------- 
*/
.inner-banner {
	background: url(../images/welcome-area.png) no-repeat top center;
	float: left;
	width: 100%;
	text-align: center;
	min-height: 200px;
	padding-top: 84px;
	-webkit-box-shadow: 3px 2px 4px 0px rgba(50, 50, 50, 0.05);
	-moz-box-shadow: 3px 2px 4px 0px rgba(50, 50, 50, 0.05);
	box-shadow: 3px 2px 4px 0px rgba(50, 50, 50, 0.05);
}
.content-div {
	float: left;
	width: 100%;
	min-height: 450px;
	padding: 50px 0;
}
.content-div img {
    border: 2px solid #c5c5c5;
}
.content-div ul {
	list-style: none;
}
.content-div ul li {
	background: url(../images/blue-bullet.png) no-repeat 0 5px;
	padding: 0 0 10px 18px;
}
.content-div ol {
	padding-left: 20px;
	margin-bottom: 20px;
}
.content-div ol li {
	padding: 0 0 10px 0px;
}
.content-div a.thumbnail:hover, .content-div a.thumbnail:focus, .content-div a.thumbnail.active {
	border-color: #112c61;
}
.danger-img img {
}
/*
-------------------------------------------------------------- 
CONTACT STYLE
-------------------------------------------------------------- 
*/
.contact-form {
	display: block;
}
.contact-form .contact-div ul {
	margin-top: 50px;
}
.contact-div ul li {
	padding: 0 0 18px 31px;
}
.contact-div ul li a:hover, .contact-div ul li a:focus {
	text-decoration: underline;
}
.location-icon {
	background: url(../images/location-icon.png) no-repeat 0px 5px !important;
}
.fax-icon {
	background: url(../images/fax-icon.png) no-repeat 0px 2px !important;
}
.call-icon {
	background: url(../images/call-icon.png) no-repeat 0px 0px !important;
}
.email-icon {
	background: url(../images/email-icon.png) no-repeat 0px 5px !important;
}
.map-area {
	float: left;
	width: 100%;
}
/*
-------------------------------------------------------------- 
SERVICES STYLE
-------------------------------------------------------------- 
*/
.content-div .welcome-tab h3 {
	font-size: 26px;
}
.content-div .welcome-tab ul li {
	font-size: 17px;
	padding: 0 0 3px 15px !important;
}
.service-img-div {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.service-img-div ul li {
	background: none;
	display: inline-block;
	border: 2px solid #c5c5c5;
	padding: 0;
	margin: 0 12px;
}
.content-div span.wpcf7-list-item {
	margin-right: 10px;
}
.content-div div.wpcf7-validation-errors {
	border: 0px;
	color: #f00;
	display: inline-block;
}
.content-div div.wpcf7-mail-sent-ng {
	border: 0px;
}
.content-div div.wpcf7-response-output {
	margin: 0px;
	padding: 0px;
}
.content-div div.wpcf7-mail-sent-ok {
	border : 0px;
	color: #398f14;
}
.content-div span.wpcf7-not-valid-tip {
	color: #f00;
}

/* I Pad Landscape */
@media only screen and (max-width:1024px) {
.main-nav {
	margin: 16px 15px 0px 0;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 14px;
	line-height: 36px;
	height: 36px;
}
.banner-area {
	min-height: 280px;
}
.banner-quote-area {
	margin: -29px 20px 0;
	padding: 10px 20px 9px;
}
.banner-quote-area .form-control {
	width: 160px;
	margin-left: 8px;
}
.banner-quote-area .btn-go {
	background: #0e1e58 url(../images/white-arrow.png) no-repeat right 12px center;
	margin-left: 15px;
	padding: 10px 29px 8px 16px;
}
.banner-quote-area .btn-go:hover, .banner-quote-area .btn-go:focus {
	background: #6280ed url(../images/white-arrow.png) no-repeat right 12px center;
}
.banner-area .nivo-caption {
	width: 45%;
}
.banner-area .nivo-caption h1 {
	font-size: 27px;
	margin-bottom: 20px;
}
.welcome-tab-text {
	top: 6%;
}
.welcome-tab-text img {
	margin-bottom: 10px;
}
.home-contact-area form p {
	padding: 0px 2px;
}
.home-contact-area .tnp-widget .tnp-firstname, .home-contact-area .tnp-widget .tnp-email, .home-contact-area .tnp-widget .tnp-profile {
	min-width: 190px;
}
.home-contact-area .tnp-widget .tnp-submit {
	padding: 10px 40px 7px 12px;
}
.footer-nav {
	width: 17%;
	margin: 0 13px;
}
}

/* I Pad Potrait */
@media (min-width: 768px) and (max-width: 979px) {
.main-nav {
	margin: 15px 0px 8px 0;
	width: 100%;
	text-align: center;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary {
	text-align: center;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 26px;
	font-size: 17px;
	height: 38px;
	line-height: 38px;
}
.logo {
	margin: -26px 0 9px 0;
}
.banner-area {
	min-height: 180px;
}
.banner-quote-area {
	margin: 30px 10px 0;
	padding: 10px 20px 15px;
}
.banner-quote-area h2 {
	margin-bottom: 28px;
}
.quote-tab {
	display: block;
	max-width: 100%;
	text-align: left;
	margin-bottom: 20px;
}
.banner-quote-area form p {
	display: block;
}
.banner-quote-area .form-control {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 20px;
}
.banner-quote-area .btn-go {
	margin-left: 0px;
	padding: 10px 38px 8px 24px;
}
.banner-area .nivo-caption {
	width: 58%;
	font-size: 19px;
}
.banner-area .nivo-caption h1 {
	font-size: 22px;
	margin-bottom: 5px;
}
.banner-area .nivo-caption p {
	margin-bottom: 10px;
}
.welcome-tab img {
	min-height: 490px;
}
.welcome-tab h3 {
	font-size: 26px;
}
.home-contact-area form p {
	display: block;
	margin-bottom: 10px;
	padding: 0px 5px;
}
.home-contact-area .tnp-widget .tnp-firstname, .home-contact-area .tnp-widget .tnp-email, .home-contact-area .tnp-widget .tnp-profile {
	min-width: inherit;
	width: 100%;
}
.footer-nav {
	width: 18.7%;
	margin: 0 5px;
}
.social-div {
	padding: 45px 0px 0 0;
	width: 100%;
	text-align: center;
}
.f-logo-div {
	float: right;
}
.banner-quote-area .wpcf7-form-control-wrap {
	width: 100%;
}
.banner-quote-area span.wpcf7-not-valid-tip {
	position: relative;
	bottom: 0;
}
.banner-quote-area div.wpcf7-response-output {
	position: relative;
	bottom: 0;
}
}

/* I Phone 6 Land Scape */
@media (max-width: 767px) {
.logo {
	margin: -26px 0 9px 0;
}
.main-nav {
	margin: 13px 0px 0px 0;
	width: 100%;
	background: #2b46a8;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	margin-right: 0;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
	margin-bottom: 10px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	margin: 5px 10px;
	background: #1d3488;
	color: #fff;
}
.banner-area {
	min-height: inherit;
}
.banner-area .nivo-caption {
	width: 58%;
	font-size: 17px;
}
.banner-area .nivo-caption h1 {
	font-size: 20px;
	margin-bottom: 5px;
	padding-bottom: 0;
}
.banner-area .nivo-caption p {
	margin-bottom: 10px;
}
.banner-quote-area {
	margin: 30px 10px 0;
	padding: 10px 20px 15px;
}
.banner-quote-area h2 {
	margin-bottom: 28px;
}
.quote-tab {
	display: block;
	max-width: 100%;
	text-align: left;
	margin-bottom: 20px;
}
.banner-quote-area form p {
	display: block;
}
.banner-quote-area .form-control {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 20px;
}
.banner-quote-area .btn-go {
	margin-left: 0px;
	padding: 10px 38px 8px 24px;
}
.welcome-tab {
	width: 100%;
}
.welcome-tab img {
	min-height: inherit;
	height: 340px;
}
.welcome-tab-text img {
	height: inherit !important;
}
.tab-text {
	min-height: inherit;
}
.welcome-tab h3 {
	font-size: 26px;
}
.main-tab {
	margin-bottom: 50px;
}
.home-contact-area form p {
	display: block;
	margin-bottom: 10px;
	padding: 0px 5px;
}
.home-contact-area .tnp-widget .tnp-firstname, .home-contact-area .tnp-widget .tnp-email, .home-contact-area .tnp-widget .tnp-profile {
	min-width: inherit;
	width: 100%;
}
.footer-nav {
	width: 100%;
	margin: 0 5px 20px;
}
.social-div {
	padding: 45px 0px 0 0;
	width: 100%;
	text-align: center;
}
.f-logo-div {
	float: right;
}
.banner-quote-area .wpcf7-form-control-wrap {
	width: 100%;
}
.banner-quote-area span.wpcf7-not-valid-tip {
	position: relative;
	bottom: 0;
}
.banner-quote-area div.wpcf7-response-output {
	position: relative;
	bottom: 0;
}
}
@media (max-width: 640px) {
.call-us {
	font-size: 13px;
	padding: 0 10px 0 0;
}
.search-btn {
	padding-left: 10px;
}
.login-btn {
	margin-left: 20px;
}
.banner-area .nivo-caption {
	width: 70%;
}
.white-btn {
	font-size: 15px;
	margin-left: 15px;
	padding: 6px 20px 5px;
}
.welcome-text h2 {
	font-size: 25px;
}
.f-logo {
	border-right: 0;
	padding: 0px 0px 10px 0;
	margin-right: 0;
	width: 100%;
	text-align: center;
}
.f-logo-div {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.header-top-area {
	padding-left: 7%;
}
}

/* Mobile Phone */
@media (max-width: 480px) {
.welcome-tab img {
	height: 422px;
}
.welcome-text h2 {
	font-size: 22px;
}
.logo {
	margin: 15px 0 10px 0;
	width: 100%;
	text-align: center;
}
.top-nav {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.banner-area .nivo-caption {
	display: none !important;
}
.header-top-area {
	padding-left: 2%;
	width: 100%;
}
.header-top-area:before {
	display: none;
}
}
@media (max-width:320px) {
.header-top-area {
	padding: 6px 6px 0px 30px;
}
.call-us {
	padding: 0 10px 0 10px;
	margin-bottom: 5px;
}
.banner-quote-area .quote-tab span.wpcf7-list-item {
	display: block;
}
.content-div .welcome-tab img {
	height: 468px;
}
}