@charset "utf-8";
/*
+----------------------------------------------------------------+																																																		
|	File Information:																	
|	- Theme CSS File																	
|	- assets/css/theme.css																														
+----------------------------------------------------------------+
*/

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #0080d0;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 0px;
}
#top-links ul {
	margin: 0;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 0px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
 @media (max-width: 478px) {
#cart .dropdown-menu {
	width: 100%;
}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
 @media (max-width: 478px) {
#cart .dropdown-menu li > div {
	min-width: 100%;
}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	margin: 18px 0 0;
	min-height: 0;
	padding: 0;
	z-index: 9999;
}
.navbar-collapse {
	padding: 0 !important;
}
#menu .nav > li > a {
	color: #444444;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	border-radius: 2px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #0080d0;
}
#menu .nav > li.active > a {
	background-color: #f3f3f3;
	color: #0080d0;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
}
#menu .btn-navbar {
	background-color: #1183ca;
	background-repeat: repeat-x;
	border: 0 none;
	color: #fff;
	float: right;
	font-size: 15px;
	font-stretch: expanded;
	line-height: 15px;
	margin: 0;
	padding: 8px 10px;
	position: absolute;
	right: 0;
	top: -60px;
}
.wrapper.header-wrapper {
	overflow: visible !important;
}
#menu .btn-navbar i {
	font-size: 21px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #1183CA;
}
@media (min-width: 768px) {
#menu .dropdown:hover .dropdown-menu {
	display: block;
}
}
@media (max-width: 767px) {
#menu {
	border-radius: 4px;
}
#menu div.dropdown-inner > ul.list-unstyled {
	display: block;
}
#menu div.dropdown-menu {
	margin-left: 0 !important;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-inner {
	display: block;
}
#menu .dropdown-inner a {
	width: 100%;
	color: #fff;
}
#menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
	background: rgba(0, 0, 0, 0.1);
}
#menu .see-all {
	margin-top: 0;
	border: none;
	border-radius: 0;
	color: #fff;
}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	background-color: #071845;
	border-top: 0px solid #ddd;
	color: #5c6c8e;
	font-size: 90%;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #5c6c8e;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 140%;
	color: #fff;
	font-weight: 300;
	padding-bottom: 10px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	box-shadow: inset 0 0px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 0px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-repeat: repeat-x;
	border: none;
	transition: all 0.2s ease-in-out;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
	background-color: #1156B7;
	border: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #043a9b;
	background-position: 0 -15px;
}
.btn-theme {
	background-color: #89b606;
	border: 0 none;
	color: #ffffff;
}
.btn-theme:hover, .btn-theme:active, .btn-theme.active, .btn-theme.disabled, .btn-theme[disabled] {
	background-color: #a9c622;
	color: #fff;
}
footer .btn-theme {
	font-weight: 500;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: -15px;
	padding: 9px 50px;
	color: #fff !important;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 0px solid #ddd;
	margin-bottom: 30px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	/*color: #111;*/
	color: #111;
	font-size: 17px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 4px;
}
.product-thumb p {
	font-weight: 300;
	margin: 0;
	color: #656565;
}
.product-thumb .caption {
	position: relative;
	padding: 20px;
	min-height: 70px;
	background: /*#ededed;*/ #d3e8fc;
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	-ms-border-radius: 0px 0px 2px 2px;
	overflow: hidden;
	transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}
.goto-link {
	background: #1052b3 none repeat scroll 0 0;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 21px;
	width: 40px;
}
.product-thumb:hover .caption {
	background: #0042a3;
	transition: 0.3s all ease-in-out;
}
.product-thumb:hover .caption h4 {
	color: #FFF;
}
.product-thumb:hover .caption p {
	color: #b0d0ff;
}
.product-thumb:hover .goto-link {
	background: #fff;
	color: #1052b3 !important;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
#column-left .product-layout .col-md-3 {
	width: 100%;
}
#column-left + #content .product-layout .col-md-3 {
	width: 50%;
}
#column-left + #content + #column-right .product-layout .col-md-3 {
	width: 100%;
}
#content + #column-right .product-layout .col-md-3 {
	width: 100%;
}
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
/*Custom CSS for this Theme*/
.top-wrapper {
	background: #090909;
	font-size: 85%;
	padding: 8px 0px;
}
.header-wrapper {
	padding: 10px 0px;
}
.banner-wrapper {
	background: url(../images/banner-bg.png) no-repeat center bottom #1a73db;
	padding: 10px 0px 0px 0px;
}
.slide-text {
	text-align: center;
	color: #fff;
	max-width: 950px;
	margin: 0 auto;
}
.slide-text h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 500;
}
.slide-text p {
	font-size: 18px;
	font-weight: 300;
}
.banner-wrapper .container-fluid {
	position: relative;
	z-index: 100;
}
.banner-wrapper::before {
	background: url(../images/banner-right-bg.png) no-repeat right bottom;
	bottom: 0;
	content: '';
	height: 400px;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
}
.banner-wrapper::after {
	background: url(../images/banner-left-bg.png) no-repeat left bottom;
	bottom: 0;
	content: '';
	height: 400px;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
}
.wrapper.footer-top-wrapper {
	padding: 30px 0;
}
.wrapper.footer-bottom-wrapper {
	padding: 30px 0px;
	background: #061540;
}
h5.footer-title {
	margin: 0 0 24px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #0e235b;
	position: relative;
}
ul.info-ul {
	border-right: 1px solid #0e235b;
}
ul.info-ul.info-ul-last {
	border: 0px;
}
ul.info-ul li {
	position: relative;
	padding-left: 35px;
	padding-bottom: 10px;
}
ul.info-ul li span {
	color: #88b6f6;
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 4px;
}
ul.info-ul li p {
	padding: 0 30px 0px 0px;
	margin: 0;
}
ul.info-ul li.flg-1 {
	background: url(../images/flg-1.jpg) no-repeat;
}
ul.info-ul li.flg-2 {
	background: url(../images/flg-2.jpg) no-repeat;
}
ul.info-ul li.flg-3 {
	background: url(../images/flg-3.jpg) no-repeat;
}
ul.info-ul li i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
}
.links-row {
	padding: 20px 0px 0px 0px;
}
.links-row ul.list-unstyled li {
	padding-bottom: 10px;
}
.links-row ul.list-unstyled.social-link li {
	position: relative;
	padding-left: 35px;
	padding-bottom: 8px;
}
.links-row {
	background: url(../images/map.png) no-repeat right top;
}
.links-row ul.list-unstyled.social-link li a {
	display: inline-block;
}
.links-row ul.list-unstyled.social-link li a span {
	display: inline-block;
	float: left;
	margin-top: 2px;
}
.links-row ul.list-unstyled.social-link li a i {
	background: #6276a3 none repeat scroll 0 0;
	border-radius: 100%;
	color: #071845;
	font-size: 15px;
	height: 24px;
	left: 0;
	line-height: 24px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 24px;
	transition: all 0.3s ease-in-out 0s;
}
.links-row ul.list-unstyled.social-link li a:hover i {
	background: #fff;
}
.block-title {
	font-size: 36px;
	font-weight: 300;
	margin: 0px;
	padding: 0 0 25px 0;
}
footer .footer-contact-wrapper .block-title, .featured-wrapper .block-title {
	color: #000;
}
.testimonial-wrapper .block-title, .wh-text .block-title {
	color: #fff;
}
.testimonial-wrapper .owl-carousel:hover {
	cursor: move;
}
.wrapper {
	overflow: hidden;
}
.wrapper.custom-wrapper {
	padding: 35px 0px;
}
.wrapper.custom-wrapper.footer-contact-wrapper {
	background: url(../images/mid-contact-bg.png) #f9fafd no-repeat center bottom;
	overflow: hidden;
}
.wrapper.custom-wrapper.footer-contact-wrapper:after {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 340px;
	background: url(../images/left-contact-bg.png) no-repeat left bottom;
	content: '';
}
.wrapper.custom-wrapper.footer-contact-wrapper:before {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 340px;
	background: url(../images/right-contact-bg.png) no-repeat right bottom;
	content: '';
}
.container.contact-container {
	position: relative;
	z-index: 100;
}
.container.contact-container a {
	display: inline-block;
	text-decoration: none !important;
	outline: none !important;
}
.container.contact-container a h4 {
	font-size: 24px;
	color: #1052b3;
	font-weight: 400;
	margin: 0;
	padding: 15px 0px 3px;
}
.container.contact-container a p {
	font-size: 18px;
	font-weight: 300;
	color: #000;
	margin: 0;
}
.container.contact-container span.icon {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #1052b3;
	border-radius: 100%;
	display: inline-block;
	padding: 10px;
}
.container.contact-container span.icon i {
	width: 113px;
	height: 113px;
	background: #1052b3;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 60px;
	line-height: 113px;
}
.wrapper.testimonial-wrapper {
	background: #1156b7 url(../images/testimonial-bg.png) no-repeat left bottom;
}
.client-comment {
	background: #e8edf6 none repeat scroll 0 0;
	border-radius: 2px;
	font-style: italic;
	font-weight: 400;
	line-height: 171%;
	padding: 30px;
	color: #444444;
	position: relative;
	box-shadow: 7px 7px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 7px 7px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 7px 7px 0 rgba(0,0,0,0.1);
	-ms-box-shadow: 7px 7px 0 rgba(0,0,0,0.1);
	min-height: 200px;
}
.client-comment:after {
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #E8EDF6;
	position: absolute;
	bottom: -19px;
	left: 44px;
	z-index: 1;
}
.client-dtl {
	padding: 32px 0px 0px 20px;
}
.owl-carousel .owl-item img {
	transform-style: inherit;
}
.client-photo {
	border: 6px solid #0f4697;
	border-radius: 100%;
	float: left;
	height: 90px;
	margin-right: 10px;
	overflow: hidden;
	width: 90px;
}
.client-name {
	padding-top: 20px;
}
.client-name h6 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 5px;
}
.client-name p {
	color: #fff;
	margin: 0px;
}
.services-wrapper {
	background: #0a3796;
}
.wrapper.custom-wrapper.services-wrapper::after {
	background: url(../images/left-services-bg.png) no-repeat left bottom;
	bottom: 0;
	content: "";
	height: 360px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.wrapper.custom-wrapper.services-wrapper::before {
	background: url(../images/right-services-bg.png) no-repeat right bottom;
	bottom: 0;
	content: "";
	height: 240px;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
}
.wh-text {
	color: #FFF;
}
.text-300 {
	font-weight: 300;
}
ul.services-list {
	margin: 0px;
}
.custom-wrapper p.text-300 {
	margin-bottom: 40px;
}
ul.services-list li div.service-icon {
	width: 90px;
	height: 90px;
	background: #2d73cd !important;
	border: 3px solid #aebddc;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	float: left;
	text-align: center;
	margin-right: 18px;
	position: relative;
	z-index: 1000;
}
ul.services-list li div.service-icon {
	width: 90px;
	height: 90px;
	background: #1183ca !important;
	border: 3px solid #e0f1fc;
}
 ul.services-list. li div.service-icon {
 width: 90px;
 height: 90px;
 background: #1183ca !important;
 border: 3px solid #e0f1fc;
}
ul.services-list.our-services li div.service-icon {
	width: 95px;
	height: 95px;
	background: #1183ca !important;
	border: 8px solid #e0f1fc;
}
ul.services-list.why-chose li div.service-icon {
	width: 70px;
	height: 70px;
	border: 2px solid #aebddc;
	margin-right: 18px;
}
ul.services-list li {
	min-height: 122px;
	position: relative;
}
ul.services-list.why-chose li {
	min-height: 88px;
	position: relative;
}
.list-unstyled.services-list > li::after {
	background: #29569e none repeat scroll 0 0;
	content: "";
	height: 150px;
	left: 44px;
	position: absolute;
	top: 5px;
	width: 2px;
	z-index: 100;
}
.list-unstyled.services-list.why-chose > li::after {
	background: #5584c9 none repeat scroll 0 0;
	height: 120px;
	left: 35px;
	top: 5px;
	width: 1px;
}
.list-unstyled.services-list.our-services > li::after {
	background: #c2e3f9 none repeat scroll 0 0;
	height: 150px;
	left: 47px;
	top: 5px;
	width: 1px;
}
ul.services-list li:last-child::after {
	display: none;
}
ul.services-list li div.service-icon i {
	font-size: 42px;
	line-height: 86px;
}
ul.services-list.why-chose li div.service-icon.glyph div, ul.services-list.why-chose li div.service-icon i {
	font-size: 35px !important;
	line-height: 73px !important;
}
ul.services-list.our-services li div.service-icon.glyph div, ul.services-list.our-services li div.service-icon i {
	font-size: 37px !important;
	line-height: 85px !important;
}
ul.services-list li div.service-des h3 {
	color: #fff;
	font-size: 21px;
	font-weight: 400;
}

.top-services ul.services-list li div.service-des h3{
	color:#333;
	}

ul.services-list li div.service-des p {
	font-size: 14px;
	font-weight: 300;
}
.feature-row {
	padding-top: 40px;
}
.wrapper.custom-wrapper.about-wrapper {
	background: url(../images/about-bg.png) no-repeat left bottom #0a3796;
}
.side-image {
	position: absolute;
	display: block;
	bottom: 0;
}
.side-image.why-chose-img {
	right: 0;
	bottom: 0;
	max-width: 35%;
}
.side-image.our-services-img {
	left: 0;
	bottom: 55px;
	max-width: 35%;
}
.wrapper.custom-wrapper.top-services {
	background: url(../images/top-services-bg.png) no-repeat left top;
	z-index: 1001;
}
body.common-home .wrapper.custom-wrapper.top-services {
	margin-top: -85px;
	padding-top: 0;
}
 @media (max-width: 480px) {
body.common-home .wrapper.custom-wrapper.top-services {
	margin-top: -20px;
}
}
ul.services-list.our-services li div.service-des h4 {
	color: #000;
}
.slide-img {
	text-align: center;
}
.slide-img img {
	width: auto !important;
	display: inline-block !important;
}
.wrapper.banner-wrapper .bottom-shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height:170px;*/
	height: 26%;
	background: #fff;
	z-index: 500;
}
.wrapper.banner-wrapper .owl-carousel:hover {
	cursor: move;
}
.wrapper.banner-wrapper .container-fluid {
	z-index: 1000;
}
.inner-banner-wrapper {/*background:#1a73db;*/
	color: #fff;
	padding: 30px 0px;
}
.inner-banner-wrapper h2 {
	margin: 0;
	padding: 0 0 5px;
	font-size: 48px;
	color: #fff;
	font-weight: 400;
	line-height: 60px;
}
.inner-banner-wrapper p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}
.inner-container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.inner-container p {
	font-weight: 300;
}
.content-banner-wrapper {
	background: url(../images/content-banner-bg.png) no-repeat top center #d9edff;
	padding: 30px 0px;
}
.content-banner-wrapper h3 {
	text-transform: uppercase;
	font-size: 48px;
	color: #113d6c;
	font-weight: 600;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.content-banner-wrapper p {
	font-weight: 400;
	padding-top: 10px;
}
.content-banner-wrapper p strong {
	display: block;
	font-weight: 600;
}
body.information-information .wrapper.custom-wrapper.top-services {
	background: none;
}
body.information-information .list-unstyled.services-list.our-services > li::after {
	display: none;
}
body.information-information ul.services-list li:before, body.information-information ul.services-list li:after {
	display: table;
	line-height: 0;
	content: "";
}
body.information-information ul.services-list li:after {
	clear: both;
}
body.information-information ul.services-list li {
	margin: 0px 0px 30px 0px;
	min-height: 0 !important;
	position: relative;
}
body.information-information ul.services-list.our-services li div.service-icon {
	position: absolute;
	top: 0;
	left: 0;
}
body.information-information ul.services-list.our-services li div.service-des {
	margin-left: 118px;
	margin-top: 15px;
}
.quote-form {
	background: #f4f4f4 none repeat scroll 0 0;
	border: 1px solid #e2e2e2;
	margin: 30px 0 0;
	padding: 20px;
}
body.information-contact .quote-form {
	margin: 0px;
}
.quote-form label span {
	color: #f30;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: bold;
	line-height: 10px;
}
.quote-form label {
	color: #434343;
	font-size: 115%;
	font-weight: 500;
	padding-bottom: 5px;
}
body.information-contact .quote-form label {
	font-size: 100%;
	font-weight: 400;
	padding-bottom: 1px;
}
.quote-form .text-danger {
	color: #ff0000 !important;
	font-size: 13px;
	font-weight: 300;
}
.quote-form .checkbox label, .quote-form .radio label {
	font-size: 100%;
	font-weight: 300;
}
.quote-form p {
	font-size: 100%;
	font-weight: 300;
}
.quote-form .checkbox, .quote-form .radio {
	margin-top: -10px;
}
.quote-form textarea {
	height: 100px;
}
.form-control {
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
}
.contact-info ul li {
	font-weight: 300;
	margin-bottom: 15px;
	position: relative;
	padding: 0 0 0 22px;
}
.contact-info ul li i {
	font-size: 15px;
	left: 0;
	position: absolute;
	top: 3px;
}
.btn-go-home {
	margin-top: 20px;
	color: #1156B7;
}
.wrapper.inner-banner-wrapper.not-fond {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.not-fond-container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wrapper.inner-banner-wrapper.not-fond h2 {
	font-size: 77px;
	font-weight: 700;
	line-height: normal;
	padding: 0 0 5px;
}
.wrapper.inner-banner-wrapper.not-fond p {
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.list-group-item:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.list-group-item:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.container.text-300 h3 {
	margin: 0 0 10px 0;
}
.container.text-300 p {
	margin-bottom: 20px;
}
i.ico-img {
	width: 84px;
	height: 84px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
i.ico-img.ico-php {
	background-image: url("../images/ico-php.png");
}
i.ico-img.ico-ms-sharepoint {
	background-image: url("../images/ico-ms-sharepoint.png");
}
i.ico-img.ico-bootstrap {
	background-image: url("../images/ico-bootstrap.png");
}
i.ico-img.ico-responsive {
	background-image: url("../images/ico-responsive.png");
}
i.ico-img.ico-jsp-app {
	background-image: url("../images/ico-jsp-app.png");
}
i.ico-img.ico-cms-app {
	background-image: url("../images/ico-cms-app.png");
}
.filter-nav {
	background: #4d90d3;
	text-align: center;
}
.filter-nav ul {
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	text-align: center;
}
.filter-nav ul li {
	border-left: 1px solid #60a9ff;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-left: -4px;
}
.filter-nav ul li:last-child {
	border-right: 1px solid #60a9ff;
}
.filter-nav ul li span {
	display: block;
	padding: 22px 25px;
	cursor: pointer;
}
.filter-nav ul li span.active {
	background: #60a9ff;
}
#portfoliolist .product-layout {
	display: none;
}
.team-thumb {
	text-align: center;
	margin-bottom:30px;
}

.team-thumb .image {
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	max-width: 210px;
	display: inline-block;
	border: 5px solid #fff;
	box-shadow:0px 1px 14px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 1px 14px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 1px 14px rgba(0,0,0,0.2);
	-o-box-shadow:0px 1px 14px rgba(0,0,0,0.2);
}
.team-thumb .image img {
	border-radius: 100%;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.team-thumb .caption{padding:20px 10px 0 10px;}
.team-thumb h4{font-size:24px; color:#113d6c; font-weight:600; margin:0;}
.team-thumb h5 {
	font-size: 15px;
	color: #999999;
	font-weight: 400;
	margin: 10px 0px 7px 0px;
	padding-bottom: 8px;
	position: relative;
}
.team-thumb h5::after{
	position:absolute;
	content:'';
	width:50px;
	height:1px;
	background:#999999;
	bottom:0px;
	left:50%;
	margin-left:-25px;
	}
.team-thumb p{font-size:14px; margin:0; line-height:150%; height:107px; overflow: hidden;}

