/*
Theme Name: Spec Wood
Theme URI: http://elitewebdevelopers.com/
Author: Elite Web Developers
Author URI: http://elitewebdevelopers.com/
Text Domain: wood
Version: 1.0
*/
@import url("font-awesome.css");
@import url("fonts.css");
@import url("css.css");
@import url("flexslider.css");

body {
	margin: 0px;
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	background:#fff;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	z-index:-9999;
}
.container {
	width:100%;
	height:auto;
}
.header {
	width:auto;
	height:auto;
}
.wrapper {
	width:1170px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.hdr-tp {
	width:100%;
	height:auto;
	background:rgba(15, 59, 108, .9);
	position:absolute;
	top:0px;
	z-index:9;
}
a.lang {
	float:right;
	display:block;
	font-size:15px;
	color:#0f3b6c;
	text-decoration:none;
	text-transform:uppercase;
	background:#efc045;
	letter-spacing:1px;
	padding:33px 28px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
a.lang:hover {
	color:#fff;
	background:rgba(0, 0, 0, .3);
}
.social-links {
	width:auto;
	height:auto;
	overflow:hidden;
	float:right;
	margin:30px 20px 0 0;
}
.social-links ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.social-links ul li {
	float:left;
	padding:0 0 0 2px;
}
.social-links ul li .fa {
	width:33px;
	height:30px;
	font-size:13px;
	color:#fff;
	text-align:center;
	line-height:30px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	border:rgba(255, 255, 255, .2) solid 1px;
}
.social-links ul li .fa-facebook:hover {
	border-color:#3b5998;
	background:#3b5998;
}
.social-links ul li .fa-twitter:hover {
	border-color:#55acee;
	background:#55acee;
}
.social-links ul li .fa-google-plus:hover {
	border-color:#dd4b38;
	background:#dd4b38;
}
.social-links ul li .fa-linkedin:hover {
	border-color:#0075b8;
	background:#0075b8;
}
.logo {
	width:auto;
	height:auto;
	overflow:hidden;
	float:left;
	padding:8px 30px 8px 0;
	border-right:rgba(255, 255, 255, .12) solid 1px;
}
.nav {
	width:auto;
	height:auto;
	overflow:hidden;
	float:left;
	margin-top:33px;
}
.nav ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.nav ul li {
	float:left;
	padding:0 22px;
	background:url("nav-divider.png") right no-repeat;
}
.nav ul li:last-child {
	padding-right:0px;
	background:none;
}
.nav ul li a {
	display:block;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.nav ul li a:hover {
	color:#efc045;
}

.nav ul li a:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.nav ul li a:hover:after {
	width: 100%;
	background: #efc045;
}


.nav li {
	font-size:15px;
	font-weight: normal;
	text-decoration: none;
	text-transform:none;
	height: auto;
	padding: 10px;
	z-index: 9999 !important;
}
.nav li ul {
	font-size:15px;
	color: #FFF;
	text-decoration: none;
	text-transform:none;
	position: absolute;
	left: -999em;
	height: auto;
	width: 230px;
	z-index: 9999 !important;
	margin-top: 0px;
	padding-top:31px;
	margin-left:0px !important;
}
.nav li li {
	width: 230px;
	height: auto;
	display: block;
	cursor: pointer;
	border: none;
	padding: 0px 0px 0px 0px;
	background-color:rgba(0, 0, 0, .8) !important;
	background-image:none !important;
	z-index: 9999;
	border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
}
.nav li ul a {
	font-size:14px;
	color: #7b7b7b;
	text-decoration: none;
	text-transform:uppercase;
	width: auto;
	display: block;
	cursor: pointer;
	text-align: left;
	letter-spacing:1px;
	padding: 7px 20px 7px 20px !important;
	margin: 0 auto;
	z-index: 9999;
	background:none !important;
	border:none !important;
}
.nav li ul a:after {
	display:none;
}
.nav li ul a:hover {
	color: #efc045;
	text-decoration: none;
	left: auto;
	background-image: none;
	text-shadow: none !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	background-color:rgba(0, 0, 0, 1) !important;
	opacity: 1;
	z-index: 9999;
}
.nav li ul ul {
	margin-top: -26px !important;
	margin-left: 230px !important;
	padding-left: 1px;
	z-index: 9999;
}
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;
	color: #FFF;
	text-decoration: none;
	z-index: 9999;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	left: auto;
	color: #FFF;
	text-decoration: none;
	z-index: 9999;
}
.nav li:hover, .nav li.sfhover {
	color: #FFF;
	text-decoration: none;
	z-index: 9999;
}





.hdr-btm {
	width:auto;
	height:auto;
	overflow:hidden;
	position:relative;
}
.hdr-btm.insd img {
	width:100%;
}
#slider-main {
	width:auto;
	height:auto;
	overflow:hidden;
	background:#000;
	cursor:pointer;
}
.slides-conts {
	width:calc(100% - 50px);
	height:auto;
	position:absolute;
	bottom:30%;
	z-index:999;
	font-family:'Qanelas';
	font-weight: 400;
	font-size:30px;
	color:#fff;
	padding:25px;
	text-transform:uppercase;
	text-align:center;
	line-height:43px;
	letter-spacing:-1px;
}
.slides-conts strong {
	font-size:65px;
	font-weight: 400;
}

.slides-conts span {
	position:relative;
	display:inline-block;
}
.slides-conts span::before {
	content:'';
	width:50px;
	height:1px;
	position:absolute;
	left:-60px;
	top:22px;
	background:#fff;
}
.slides-conts span::after {
	content:'';
	width:50px;
	height:1px;
	position:absolute;
	right:-60px;
	top:22px;
	background:#fff;
}
.slides-conts p {
	margin-top:20px;
}
.slides-conts a {
	font-family:'Qanelas Medium';
	font-weight: 500;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:-.2px;
	border:#efc045 solid 2px;
	padding:15px 45px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.slides-conts a:hover {
	background:#efc045;
	color:#133f70;
}
.h-services-sec-otr {
	width:auto;
	height:auto;
	background:#ececec;
	padding-bottom:50px;
}
.h-ser-wht-bx {
	width:1170px;
	height:auto;
	background:#fff;
	padding:30px;
	margin:0 auto;
	display:table;
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
	box-shadow: 0 0 25px rgba(0, 0, 0, .1);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-khtml-border-radius: 7px;
	position:relative;
	z-index:9;
	margin-top:-30px;
}
.lft-sec {
	width:575px;
	height:auto;
	overflow:hidden;
	float:left;
	position:relative;
}
.lft-sec img {
	width:100%;
}
.abt-conts-bx {
	width: auto;
	height: auto;
	position: absolute;
	background: rgba(19, 63, 112, .9);
	top: 35px;
	bottom: 35px;
	left: 35px;
	right: 35px;
	font-size: 17px;
	color: #b8cfe8;
	text-decoration: none;
	line-height: 24px;
	padding: 35px;
}
h1	{
	font-family:'Qanelas';
	font-weight: 400;
	font-size:30px;
	color:#000;
	text-transform:uppercase;
	position:relative;
	margin:0px;
	margin-bottom:35px;
}
h1::after {
	content:'';
	width:40px;
	height:1px;
	position:absolute;
	bottom:-20px;
	left:0px;
	background:#000;
}
.abt-conts-bx h1 {
	color:#fff;
}
.abt-conts-bx h1::after {
	background:#fff;
}
a.readmore {
	font-weight:500;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	border:#efc045 solid 2px;
	padding:8px 25px 5px 25px;
	display:inline-block;
	position:relative;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
a.readmore .fa {
	width:22px;
	height:22px;
	background:#efc045;
	font-size:10px;
	color:#133f70;
	text-align:center;
	line-height:22px;
	position:absolute;
	right:-12px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
a.readmore:hover {
	background:#efc045;
	color:#133f70;
}
a.readmore:hover .fa {
	background:#133f70;
	color:#fff;
}

.rht-sec {
	width:575px;
	height:auto;
	overflow:hidden;
	float:right;
}
.rht-ser-bx {
	width:auto;
	height:auto;
	overflow:hidden;
	background:#333333;
	padding:10px;
	font-size:15px;
	color:#b9b9b9;
	text-decoration:none;
	line-height:19px;
}
.rht-ser-bx.space {
	margin-bottom:20px;
}
.rht-ser-bx p {
	margin:0px;
}
.rht-ser-bx img {
	float:left;
	margin-right:25px;
}
.rht-ser-bx ul {
	list-style:none;
	padding:0px;
	margin:0px;
	margin-left:20px;
	margin-top:7px;
	min-height:90px;
}
.rht-ser-bx ul li {
	display:block;
	padding:0 0 0 0;
	color:#fff;
}
.rht-ser-bx ul li::before {
	font-family: 'FontAwesome';
  	content: "\f00c";
	font-size:15px;
	color:#efc045;
	margin-right:5px;
}

h3 {
	font-family:'Qanelas Medium';
	font-weight: 500;
	font-size:23px;
	color:#efc045;
	text-decoration:none;
	text-transform:uppercase;
	margin:12px 0px;
}
.rht-ser-bx a.readmore {
	font-size:12px;
	color:#fff;
	border:#4b4b4b solid 2px;
	padding:6px 20px 5px 10px;
	float:right;
	margin-right:15px;
}
.rht-ser-bx a.readmore .fa {
	background:#4b4b4b;
	color:#fff;
	margin-top:-2px;
}
.rht-ser-bx a.readmore:hover {
	background:#fff;
	color:#133f70;
}
.rht-ser-bx a.readmore:hover .fa {
	background:#efc045;
	color:#133f70;
}
.mission-bx {
	width:auto;
	height:auto;
	overflow:hidden;
	background:url("mission-icon.png") 20% 0px no-repeat #133f70;
	font-size:19px;
	color:#a1bad6;
	text-decoration:none;
	text-align:center;
	line-height:22px;
	padding:45px 0px;
}
.mission-bx strong {
	font-weight:400;
	font-size:35px;
	color:#fff;
	text-transform:uppercase;
	line-height:35px;
}
.mission-bx p {
	margin:10px 120px;
}
.half-sec {
	width:575px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:50px 0px;
}
.half-sec.moverht {
	float:right;
}
.news-sec {
	width:auto;
	height:auto;
	overflow:hidden;
}
.news-sec ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.news-sec ul li {
	width:100%;
	display:table;
	padding:0 0 0 0;
}
.news-img {
	width:auto;
	height:auto;
	overflow:hidden;
	float:left;
}
.news-conts {
	width:400px;
	height:auto;
	overflow:hidden;
	float:right;
	font-size:16px;
	color:#464646;
	text-decoration:none;
	line-height:18px;
}
.news-conts span {
	font-size:14px;
	color:#9a9a9a;
}
.news-conts strong {
	font-weight:500;
	font-size:21px;
	color:#133f70;
}
.news-conts a {
	font-weight:500;
	font-size:14px;
	color:#133f70;
	text-decoration:none;
	text-transform:uppercase;
	border:#133f70 solid 2px;
	padding:7px 12px 3px 12px;
	display:inline-block;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.news-conts a:hover {
	color:#fff;
	background:#133f70;
}
.list-form {
	width:auto;
	height:auto;
	overflow:hidden;
}
.list-form ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.list-form ul li {
	padding:0 0 3px 0;
}
.list-form ul li.clear {
	width:100%;
	clear:both;
}
.list-form ul li.half {
	width:49%;
	float:left;
}
.list-form ul li.half.rht {
	float:right;
}
.list-form ul li input {
	width:calc(100% - 32px);
	height:42px;
	border:#d7d7d7 solid 1px;
	padding:0px 15px;
	font-size:15px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.list-form ul li input::-webkit-input-placeholder {
  color: #a6a6a6;
  opacity:1;
  letter-spacing:1px;
}
.list-form ul li input::-moz-placeholder {
  color: #a6a6a6;
  opacity:1;
  letter-spacing:1px;
}
.list-form ul li input:-ms-input-placeholder {
  color: #a6a6a6;
  opacity:1;
  letter-spacing:1px;
}
.list-form ul li textarea {
	font-family: 'Catamaran', sans-serif;
	width:calc(100% - 32px);
	height:auto;
	border:#d7d7d7 solid 1px;
	padding:10px 15px;
	font-size:15px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.list-form ul li textarea::-webkit-input-placeholder {
  color: #a6a6a6;
  opacity:1;
  letter-spacing:1px;
}
.list-form ul li textarea::-moz-placeholder {
  color: #a6a6a6;
  opacity:1;
  letter-spacing:1px;
}
.list-form ul li textarea:-ms-input-placeholder {
  color: #a6a6a6;
  opacity:1;
  letter-spacing:1px;
}





.list-form ul li input:focus, .list-form ul li textarea:focus {
	border:#133f70 solid 1px;
}



.send {
	width:inherit !important;
	background:none;
	height:inherit !important;
	font-weight:500;
	font-size:14px;
	text-decoration:none;
	color:#133f70;
	display:inline-block;
	text-transform:uppercase;
	text-align:center;
	border:#133f70 solid 2px !important;
	letter-spacing:1px;
	padding:8px 35px !important;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
	border:none;
	margin-top:8px;
}
.send:hover {
	cursor:pointer;
	background:#133f70;
	color:#fff !important;
	text-decoration:none !important;
}












.footer {
	width:auto;
	height:auto;
	overflow:hidden;
	background:#212121;
	padding:40px 0px;
	text-align:center;
}
.ftr-nav-widget {
	overflow:hidden;
}
.ftr-nav-widget ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.ftr-nav-widget ul li {
	display:inline-block;
	padding:0 10px 0 10px;
}
.ftr-nav-widget ul li a {
	font-weight:normal;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.ftr-nav-widget ul li a:hover {
	color:#efc045;
}

.ftr-nav-widget ul li a:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.ftr-nav-widget ul li a:hover:after {
	width: 100%;
	background: #efc045;
}









.con-info-widget {
	width:auto;
	overflow:hidden;
	margin:25px auto;
	font-size:18px;
	text-decoration:none;
	color:#fff;
	line-height:21px;
	border-top:rgba(255, 255, 255, .1) solid 1px;
	border-bottom:rgba(255, 255, 255, .1) solid 1px;
	padding:25px 0 16px 0;
}
.con-info-widget a {
	text-decoration:none;
	color:#fff;
}
.con-info-widget a:hover {
	text-decoration:underline;
}
.con-info-widget ul {
	list-style:none;
	margin:0 auto;
	display:inline-block;
	padding:0px;
}
.con-info-widget ul li {
	float:left;
	text-align:left;
	margin-right:40px;
	display:flex;
}
.con-info-widget ul li p {
	margin:0px;
}
.con-info-widget ul li:last-child {
	margin-right:0px;
}
.con-info-widget ul li .fa {
	width:50px;
	height:50px;
	border:rgba(255, 255, 255, .25) solid 2px;
	font-size:18px;
	color:#efc045;
	text-align:center;
	line-height:50px;
	float:left;
	margin-right:10px;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	margin-top:-2px;
}
.con-info-widget ul li:hover .fa {
	border:rgba(255, 255, 255, .1) solid 2px;
	background:rgba(255, 255, 255, .1);
}
.copyright {
	float:left;
	font-size:15px;
	color:#6a6a6a;
	text-decoration:none;
}
.footer .social-links {
	margin:0px;
}
.subpg-hdr {
	width:auto;
	height:auto;
	overflow:hidden;
}
.subpg-hdr img {
	width:100%;
}
.bdy-conts {
	width:auto;
	height:auto;
	overflow:hidden;
	padding:50px 0px;
	font-size:17px;
	color:#4d4d4d;
	text-decoration:none;
}
.bdy-conts strong {
	font-weight:500;
	color:#000;
}
.bdy-conts a {
	text-decoration:underline;
	color:#4d4d4d;
}
.bdy-conts a:hover {
	text-decoration:none;
}
.alignrht {
	float:right;
	padding:7px;
	border:#d3d3d3 solid 1px;
	margin:0 0 25px 30px;
}
.cntc-lft-sec {
	width:545px;
	height:780px;
	overflow:hidden;
	float:left;
	border:#fff solid 6px;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	margin-top:15px;
}
.cntc-rht-sec {
	width:545px;
	height:auto;
	overflow:hidden;
	float:right;
	margin-top:15px;
}
.cnt-info {
	width:auto;
	height:auto;
	overflow:hidden;
	line-height:21px;
}
h2 {
	font-family:'Qanelas Medium';
	font-weight: 500;
	font-size:28px;
	color:#103a6f;
	line-height:26px;
	margin:0px;
}
.cnt-info ul {
	list-style:none;
	padding:0px;
	margin:0px;
	margin-top:10px;
}
.cnt-info ul li {
	padding:8px 0;
	display:flex;
}
.cnt-info ul li .fa {
	width:34px;
	height:34px;
	background:#103a6f;
	float:left;
	font-size:17px;
	color:#efc045;
	text-align:center;
	line-height:34px;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
	margin-right:10px;
	margin-top:-6px;
}
.enquiry-form {
	width:auto;
	height:auto;
	overflow:hidden;
	border-top: #e3e3e3 solid 1px;
	margin-top:25px;
	padding-top:25px;
}
.enquiry-form ul {
	list-style:none;
	padding:0px;
	margin:0px;
	margin-top:10px;
}
.enquiry-form ul li {
	padding:5px;
}
.enquiry-form ul li input {
	width:calc(80% - 32px);
	height:42px;
	border:#d7d7d7 solid 1px;
	padding:0px 15px;
	font-size:15px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.enquiry-form ul li input:focus {
	border:#103a6f solid 1px;
}
.enquiry-form ul li textarea {
	width:calc(100% - 32px);
	height:auto;
	border:#d7d7d7 solid 1px;
	padding:15px;
	font-size:15px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.enquiry-form ul li textarea:focus {
	border:#103a6f solid 1px;
}
.enquiry-form ul li .send {
	font-size:20px;
}
.products-sec {
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:19px;
	color:#414141;
	margin-top:25px;
}
h4 {
    font-family:'Qanelas SemiBold';
    font-weight: 600;
	font-size:23px;
	color:#000;
	text-transform:uppercase;
	margin:0px;
	margin-top:25px;
}
.products-sec ul {
	list-style:none;
	padding:0px;
	margin:0px;
	margin-top:20px;
	padding-left:10px;
}
.products-sec ul li {
	width:280px;
    font-family:'Qanelas SemiBold';
    font-weight: 600;
	font-size:20px;
	color:#103a6f;
	text-transform:uppercase;
	text-align:center;
	float:left;
	margin-right:10px;
}
.products-sec ul li:last-child {
	margin-right:0px;
}
.products-sec ul li a {
	color:#103a6f;
	text-decoration:none;
	display:block;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.products-sec ul li a:hover {
	color:#efc045;
}
.products-sec ul li img {
	border:#fff solid 6px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.products-sec ul li p {
	margin-top:15px;
}
.products-sec ul li:hover img {
	border-color:#efc045;
}
.bdr-clear {
	width:100%;
	overflow:hidden;
	clear:both;
	border-top:#d9d9d9 solid 1px;
	margin-top:25px;
}
.tablepress {
	width:100%;
	border-left:rgba(0, 0, 0, .07) solid 1px;
	border-bottom:rgba(0, 0, 0, .07) solid 1px;
	margin-top:10px;
}
.tablepress tr:nth-child(even) {
	background:#f3f3f3;
}
.tablepress tr.titles {
	background:#103a6f;
	color:#fff;
}
.tablepress tr td {
	padding:10px 15px;
	border-right:rgba(0, 0, 0, .07) solid 1px;
}
.tablepress tr th {
	font-weight:500;
	padding:10px 15px;
	border-right:rgba(255, 255, 255, .15) solid 1px;
}




.gallery {
	width:400px;
	height:auto;
	overflow:hidden;
	margin:50px 0 0 0;
	background:#f4f4f4;
	padding:50px;
}
ul.spec-list {
	list-style:none;
	padding:0px;
	margin:0px;
	display:inline-block;
}
ul.spec-list li {
	padding:2px 15px;
}
ul.spec-list li:nth-child(even) {
	background:#f3f3f3;
}
ul.spec-list li span {
	width:120px;
	display:inline-block;
}

ul.reasons {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.reasons li {
	padding: 0 0 0 0;
}
ul.reasons li:before {
  	font-family: 'FontAwesome';
	content: "\f00c";
	padding: 0 7px 0 0;
	color: #133f70;
}

.back-btn {
	width: auto;
	height: auto;
	overflow: hidden;
	float: right;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
}
.back-btn a {
	color: #000;
	text-decoration: none;
}
.back-btn .fa {
	width: 30px;
	height: 30px;
	background: #133f70;
	line-height: 28px;
	text-align:center;
	font-size: 17px;
	color: #fff;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}
label.error { display:none !important;}
input.error, textarea.error, select.error {
	border: 1px solid red !important;
}







.conts-lft-sec {
	width:65%;
	height:auto;
	overflow:hidden;
	float:left;
}
.widget {
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:15px;
	color:#666666;
	text-decoration:none;
	line-height:23px;
	margin-top:25px;
	border-bottom:#e5e5e5 solid 1px;
	padding-bottom:25px;
}
.widget span {
	font-size:13px;
	color:#8b8b8b;
	display:table;
	margin-top:2px;
}
.widget .imgs {
	margin-bottom:15px;
}
.widget a {
	color:#000;
	text-decoration:none;
}
.widget a:hover {
	text-decoration:underline;
}
.widget:last-child {
	border-bottom:none;
}
.widget h4 {
	font-family: 'Catamaran', sans-serif;
	font-size:23px;
	color:#133f70;
	padding-left:0px;
	margin-top:0px;
}
.widget h4 a {
	color:#133f70;
	text-decoration:none;
}
.widget h4 a:hover {
	color:#000;
}
.widget h4:before {
	display:none;
}
a.reading-btn {
	display:inline-block;
	background:#133f70;
	font-size:15px;
	color:#fff !important;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px 22px;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
a.reading-btn .fa {
	float:right;
	margin:3px 0 0 10px;
}
a.reading-btn:hover {
	text-decoration:none !important;
	background:#000;
	color:#efc045 !important;
}
a.sml-link {
	font-size:15px;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	float:right;
}
a.sml-link .fa {
	float:right;
	margin:0 0 0 7px;
}
a.sml-link:hover {
	color:#f6b418;
}
.wid-info-sml .fa {
	font-size:14px;
	color:#003144;
	margin-right:5px;
}
.pagination {
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:50px;
}
.pagination ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.pagination ul li {
	float:left;
	padding:0 3px 0 0;
}
.pagination ul li a {
	display:block;
	font-size:17px;
	text-decoration:none;
	color:#000;
	border:rgba(0, 0, 0, .1) solid 1px;
	padding:7px 10px;
}
.pagination ul li a:hover {
	background:#133f70;
	color:#fff;
}
.pagination ul li a.active {
	background:#393f99;
	color:#fff;
}
.conts-rht-sec {
	width:30%;
	height:auto;
	overflow:hidden;
	float:right;
}



.blg-widgets {
	width:auto;
	height:auto;
	overflow:hidden;
	margin-bottom:25px;
}
.blg-widgets h4 {
	font-family: 'Catamaran', sans-serif;
	font-size:23px;
	color:#133f70;
	padding-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}
.blg-widgets h4:before {
	display:none;
}
.blg-widgets .input-field {
	width:80%;
	height:36px;
	border:none;
	background:#fbfbfb;
	padding:0px 10px;
	float:left;
	border:#d7d7d7 solid 1px;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
	color:#818181;
}
.blg-widgets .input-field3:focus {
	background:#fff;
}
.srch-btn {
	float:left;
	padding-left:3px;
}







#blg-widgets {
	width:auto;
	height:auto;
	overflow:hidden;
	margin-bottom:25px;
}
#blg-widgets h4 {
	font-family: 'Catamaran', sans-serif;
	font-size:23px;
	color:#133f70;
	padding-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}
#blg-widgets h4:before {
	display:none;
}
#blg-widgets .input-field {
	width:80%;
	height:36px;
	border:none;
	background:#fbfbfb;
	padding:0px 10px;
	float:left;
	border:#d7d7d7 solid 1px;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
	color:#818181;
}
#blg-widgets .input-field3:focus {
	background:#fff;
}
.srch-btn {
	float:left;
	padding-left:3px;
}
#blg-widgets ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#blg-widgets ul li {
	padding:0 0 0 0;
	border-bottom:#d2d2d2 dotted 1px;
}
#blg-widgets ul li:last-child {
	border-bottom:none;
}
#blg-widgets ul li a {
	padding:8px 0 8px 7px;
	display:flex;
	font-size:14px;
	text-decoration:none;
	color:#4e4e4e !important;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

#blg-widgets ul li a:before {
  	font-family: 'FontAwesome';
	content: "\f105";
	font-size:15px;
	color:#000;
	float:left;
	margin:1px 7px 0 0;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
#blg-widgets ul li a .fa {
	float:left;
	margin:1px 10px 0 0;
}
#blg-widgets ul li a:hover {
	background:rgba(0, 0, 0, .1);
}

.blg-vid {
	width:auto;
	height:400px;
	overflow:hidden;
}
.wid-pics {margin-bottom:20px;}