/* Common Css */

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

section,
aside,
footer,
header,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
figure,
div,
body,
html,
input,
ul,
li,
a,
img {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding-top: 135px;
	-webkit-padding-before: 135px;
	text-transform: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	outline: 0;
	max-width: 100%;
}

a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #333;
	outline: none;
}


/* Common Css */

.wrapper {
	float: left;
	width: 100%;
}

.container {
	max-width: 1180px;
}


/* Header */

.header {
	width: 100%;
	padding: 20px 0 5px 0;
	margin: 0px 0 0px 0;
}

.header {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 999;
}

.header,
.brand {
	transition: all 0.3s ease-in-out 0s;
}

.brand {
	display: inline-block;
}

.main-menu li.dropdown {
	background-color: #252525;
}

.header.small_nav {
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2)
}

.header .brand img {
	transition: all 0.3s ease-in-out 0s;
}

.header.small_nav .main-menu {
	margin: 10px 0 0 0;
	transition: all 0.3s ease-in-out 0s;
	height: 36px;
}

.header.small_nav .main-menu {
	margin: 10px 0 0 0;
}

.header.small_nav .main-menu ul.navbar-nav > li > a {
	padding: 8px 20px;
	transition: all 0.3s ease-in-out 0s;
}

.header.small_nav .main-menu ul.navbar-nav > li:last-child > a {
	-webkit-padding-start: 22px;
	-webkit-padding-end: 22px;
}

.header-container {
	max-width: 1240px;
	margin: 0 auto;
}

.tl-right {
	float: right;
}

.tl-right ul {
	float: left;
	margin: 6px 0 0 0;
}

.tl-right ul li {
	float: left;
}

.tl-right ul li:last-child a,
.main-menu ul.navbar-nav > li:last-child a {
	border: none;
}

.tl-right ul li a {
	font-size: 13px;
	color: #6c6c6c;
	padding: 0 10px;
	border-right: 1px solid #ccc;
}

.tl-right ul li a.c_call {
	background: url(../images/call-icon.png) no-repeat left center;
	padding: 0 10px 0 25px;
}

.tl-right ul li a:hover {
	color: #2f517e;
}

.search_top {
	float: left;
	min-width: 148px;
	border: 1px solid #dadada;
	padding: 2px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	margin: 0 0 0 20px;
}

.search_txt {
	border: none;
	float: left;
	padding: 2px 0;
	-webkit-padding-before: 1px;
	-webkit-padding-after: 1px;
}

.search_btn {
	width: 23px;
	height: 26px;
	background: url(../images/search_btn.png) no-repeat center #2f517e;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	float: left;
	text-indent: -9999px;
}

.main-menu {
	/*float:right;*/
	clear: both;
	background: #2d2d2d;
	margin: 55px 0 0 0;
}

@media (min-width: 768px) {
	.main-menu {
		float: right;
		clear: both;
		background: #2d2d2d;
		margin: 25px 0 0 0;
	}
}

@media (min-width: 768px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
}

.yamm .container {
	position: relative;
}

.yamm .dropdown-menu {
	left: -633px;
	width: 1116px;
	box-shadow: none;
	background: transparent;
	padding: 0;
	border: none;
}

.yamm .yamm-content {
	padding: 0;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}

.main-menu ul.navbar-nav > li > a {
	padding: 15px 20px;
	color: #ffffff;
	border-right: 1px solid #626262;
	position: relative;
}

.main-menu ul.navbar-nav > li:last-child > a {
	-webkit-padding-start: 22px;
	-webkit-padding-end: 22px;
}

.main-menu ul.navbar-nav > li > a:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	margin-left: 0;
	width: 100%;
	height: 10px;
	background: #256797;
	display: none;
	z-index: 1001;
}

.main-menu ul.navbar-nav > li:hover > a:after {
	display: block;
}

.main-menu ul.navbar-nav > li > a:hover,
.main-menu ul.navbar-nav > li:hover > a {
	color: #ffffff;
	background: #256797;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #ffffff;
	background: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	border-color: #626262;
}

a:hover img {
	opacity: .85;
}

a:active img {
	opacity: .7;
}

.main-menu .navbar {
	border: none;
	background: transparent;
	margin: 0;
}

.ct-blank {
	float: left;
	width: 100%;
	height: 8px;
	background: transparent;
}

.wwr,
.wwr-cni {
	float: left;
	width: 100%;
	padding: 30px 0;
	background: #256797;
}

.wwr,
.wwr-cni,
.industries-wr {
	background: #256797;
	float: left;
	padding: 30px 0;
	width: 100%;
}

.what-wedo-wr {
	background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, #4285b5 0%, #256797 100%) repeat scroll 0 0;
	float: left;
	/* padding: 30px 0 0 0; */
	width: 100%;
}

.wwr-cni {
	background: url(../images/Cool-New-Ideas-Dropdown.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 350px;
}

.col-new-headline-wr {
	padding-right: 20px;
}

.col-new-headline {
	color: #fff;
	font-size: 24px;
	text-align: right;
	padding-right: 20px;
}

.bg-dp {
	float: left;
	width: 100%;
	padding: 0 2%;
	background: url(../images/dp_one.png) no-repeat right bottom;
}

.bg-dp2 {
	float: left;
	width: 100%;
	padding: 0;
	background: url(../images/dp_two.png) no-repeat right bottom;
}

.bg-dp3 {
	float: left;
	width: 100%;
	padding: 0;
	background: url(../images/d_three.png) no-repeat center;
}

.left-wwr {
	float: left;
	width: 65%;
}

.left-wwr ul li {
	width: 205px;
	height: 205px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 3px solid #ffffff;
	margin: 0 18px 0 0;
	float: left;
}

.left-wwr ul {
	float: left;
	margin: 0 0 20px 0;
}

.left-wwr h1 {
	font-size: 30px;
	color: #ffffff;
	padding: 5px 0;
}

.left-wwr p {
	font-size: 14px;
	color: #ffffff;
}


/* Header */


/* Slider */

.slider #myCarousel {
	height: 400px;
	background: url(../images/slider-bg.png) repeat-x;
	border-bottom: 3px solid #ffa900;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.35);
}

.carousel .item .carousel-caption {
	bottom: auto;
	left: 0;
	position: absolute;
	text-align: left;
	text-shadow: none;
	top: 40px;
	width: 100%;
}

.carousel .item .carousel-caption h3,
.carousel .item .carousel-caption h2 {
	color: #fff;
}

.carousel-indicators {
	bottom: 0px;
	left: auto;
	right: 130px;
	width: 25%;
}

.carousel-indicators li {
	width: 13px;
	height: 13px;
	background: #fff;
}

.carousel-indicators .active {
	width: 13px;
	height: 13px;
	background: #deae3f;
	border-color: #deae3f;
	margin: 1px;
}

.req-buttons {
	margin-top: -35px;
	position: relative;
}

.order-now img,
.quick-quote img {
	margin: 0 5px;
}

.order-now {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #ffffff;
	margin-right: 15px;
	font-size: 20px;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	min-width: 215px;
	min-height: 60px;
	position: relative;
	z-index: 99;
}

.quick-quote {
	background: #deae3f;
	font-size: 20px;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 99;
}

.bold {
	font-weight: 900;
}

.carousel-caption h1 {
	font-size: 56px;
	line-height: 67px;
	font-weight: 300;
	text-transform: uppercase;
}

.carousel-caption h2 {
	font-weight: 300;
	font-size: 37px;
	line-height: 44px;
	padding: 14px 0 0;
}

.carousel-caption ul {
	margin: 10px 0 0 0;
}

.carousel-caption li {
	font-size: 30px;
	line-height: 48px;
	font-weight: 300;
	padding: 0 0 0 15px;
	list-style: none;
	/*list-style-image: url(../images/ul-rrow.png);*/
	list-style-position: inside;
	list-style: none;
	position: relative;
}

.carousel-caption li:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	left: 4px;
	top: 23px;
	border: 3px solid transparent;
	border-left: 3px solid #FFFFFF;
}

.main-content {
	float: left;
	width: 100%;
	background: #f4f4f4;
}

.feature {
	padding-top: 40px;
}

.feature h1 span {
	display: block;
	height: 1px;
	width: 20px;
	background: #5c5c5c;
	margin: 15px auto;
}

.feature h1 {
	color: #deae3f;
	margin: 8px 0;
	text-transform: uppercase;
	font-size: 30px;
}

.feature .italic {
	font-style: italic;
}

.feature .panel,
.feature .panel-body {
	background: none;
	border: 0px;
	margin-bottom: 0px;
	box-shadow: none;
}

.f-content:hover {
	background: #ece9ea;
}

.feature .blue {
	margin: 10px 0px;
	display: block;
}

.blue {
	color: #2f517e;
}

.smartest-office {
	background: #2f517e;
	position: relative;
	margin-top: 40px;
}

.smartest-office:after {
	content: "";
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #2f517e;
	border-right: 10px solid transparent;
	right: 0;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	width: 0px;
}

.smartest-office h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 0;
	text-align: center;
}

.office {
	background: #f4f4f4;
	padding-top: 20px;
	padding-bottom: 60px;
}

.office p {
	color: #767676;
	margin-top: 10px;
}

h3 {
	font-size: 30px;
}

.servcies,
.servcies li,
.servcies a {
	color: #767676;
}

.servcies {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #ffffff;
}

.decorated-title:after {
	content: "";
	height: 1px;
	z-index: -1;
	background: #deae3f;
	right: 0px;
	left: 0px;
	top: 17px;
	position: absolute;
}

.decorated-title {
	text-align: center;
	color: #fff;
	font-weight: normal;
	z-index: 2;
	text-transform: uppercase;
	top: 17px;
	position: relative;
}

.office .decorated-title {
	color: #deae3f;
}

.decorated-title span {
	background: #deae3f;
	padding: 4px 9px;
}

.office .decorated-title span {
	background: #f4f4f4;
	padding: 4px 5px;
}

.servcies h4 {
	padding: 10px 0 10px;
}

.servcies .panel,
.servcies .panel-body {
	margin-bottom: 0px;
	border: 0px;
	box-shadow: none;
	background: none;
}

.servcies .s-content:hover {
	background: #2f517e;
	color: #fff;
}

.s-content {
	min-height: 230px;
}

.servcies .s-content p,
.servcies .s-content h3,
.servcies .s-content ul li a,
.servcies .s-content ul li {
	color: #767676;
}

.servcies .s-content:hover p,
.servcies .s-content:hover h3,
.servcies .s-content:hover ul li a,
.servcies .s-content:hover ul li {
	color: #ffffff;
}

.servcies .s-content ul li {
	background: url(../images/ull-arrow.png) no-repeat;
	background-position: center left;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.servcies .s-content:hover ul li {
	background: url(../images/ull-active-arrow.png) no-repeat;
	background-position: center left;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.clients {
	background: #f4f4f4;
	padding-top: 30px;
	padding-bottom: 40px;
}


/* Demo Slides */


/* BEGIN of CSS for home slider animations*/

.slide-images {
	position: relative;
	height: 400px;
	top: -30px;
}

.slide-images img {
	position: absolute;
}

.slide-images h2 {
	margin: 63px 0 0;
	position: absolute;
	width: 100%;
	color: #FFFFFF;
	z-index: 3;
}

.img-wr {
	position: relative;
	text-align: right;
	padding: 30px 70px 0 0;
	height: 395px;
}

.img-wr-b {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*background: url(../images/slider-b-1.png) no-repeat 25% center;*/
}

.img-wr img {
	display: inline-block;
	margin: 0 0 40px 40px;
	z-index: 5;
	position: relative;
}

.slider-wrapper .item.slide-2 .carousel-caption {
	padding-left: 90px;
}

.slider-wrapper .item.slide-3 .carousel-caption {
	padding-left: 90px;
}

.slide-2 .img-wr img {
	display: inline-block;
	margin: -18px 70px 40px 10px;
}

.slide-2 h2 {
	line-height: 52px;
	padding: 20px 0 0;
}

.slide-2 ul {
	margin: 6px 0 0 0;
	line-height: 43px;
}

.slide-3 .carousel-caption ul {
	margin: 29px 0 0 0;
}

.slide-3 .img-wr img {
	display: inline-block;
	margin: -26px 38px 40px 10px;
}

.slide-images .img-wr-b {
	background: url(../images/slider-b-1.png) no-repeat center center;
	background-size: 104% 460px;
}

.animated-0-0 {
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
}

.animated-1-5 {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.animated-2-0 {
	-webkit-animation-duration: 2.0s;
	animation-duration: 2.0s;
}

.animated-2-5 {
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
}

.animated-3-0 {
	-webkit-animation-duration: 3.0s;
	animation-duration: 3.0s;
}

.animated-3-5 {
	-webkit-animation-duration: 3.5s;
	animation-duration: 3.5s;
}

.delay-0-1 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.delay-0-2 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.delay-0-3 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.delay-0-4 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.delay-0-5 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.delay-0-6 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.delay-0-7 {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.delay-0-8 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.delay-0-9 {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.delay-1-0 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.delay-1-1 {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.delay-1-2 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.delay-1-3 {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.delay-1-4 {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.delay-1-5 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.delay-1-6 {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.delay-1-7 {
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
}

.delay-1-8 {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.delay-1-9 {
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
}

.delay-2-0 {
	-webkit-animation-delay: 2.0s;
	animation-delay: 2.0s;
}

.delay-2-1 {
	-webkit-animation-delay: 2.1s;
	animation-delay: 2.1s;
}

.delay-2-2 {
	-webkit-animation-delay: 2.2s;
	animation-delay: 2.2s;
}

.delay-2-3 {
	-webkit-animation-delay: 2.3s;
	animation-delay: 2.3s;
}

.delay-2-4 {
	-webkit-animation-delay: 2.4s;
	animation-delay: 2.4s;
}

.delay-2-5 {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.delay-2-6 {
	-webkit-animation-delay: 2.6s;
	animation-delay: 2.6s;
}

.delay-2-7 {
	-webkit-animation-delay: 2.7s;
	animation-delay: 2.7s;
}

.delay-2-8 {
	-webkit-animation-delay: 2.8s;
	animation-delay: 2.8s;
}

.delay-2-9 {
	-webkit-animation-delay: 2.9s;
	animation-delay: 2.9s;
}

.delay-3-0 {
	-webkit-animation-delay: 3.0s;
	animation-delay: 3.0s;
}

.delay-3-1 {
	-webkit-animation-delay: 3.1s;
	animation-delay: 3.1s;
}

.delay-3-2 {
	-webkit-animation-delay: 3.2s;
	animation-delay: 3.2s;
}

.delay-3-3 {
	-webkit-animation-delay: 3.3s;
	animation-delay: 3.3s;
}

.delay-3-4 {
	-webkit-animation-delay: 3.4s;
	animation-delay: 3.4s;
}

.delay-3-5 {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

.delay-3-6 {
	-webkit-animation-delay: 3.6s;
	animation-delay: 3.6s;
}

.delay-3-7 {
	-webkit-animation-delay: 3.7s;
	animation-delay: 3.7s;
}

.delay-3-8 {
	-webkit-animation-delay: 3.8s;
	animation-delay: 3.8s;
}

.delay-3-9 {
	-webkit-animation-delay: 3.9s;
	animation-delay: 3.9s;
}

.delay-4-0 {
	-webkit-animation-delay: 4.0s;
	animation-delay: 4.0s;
}

.delay-4-1 {
	-webkit-animation-delay: 4.1s;
	animation-delay: 4.1s;
}

.delay-4-2 {
	-webkit-animation-delay: 4.2s;
	animation-delay: 4.2s;
}

.delay-4-3 {
	-webkit-animation-delay: 4.3s;
	animation-delay: 4.3s;
}

.delay-4-4 {
	-webkit-animation-delay: 4.4s;
	animation-delay: 4.4s;
}

.delay-4-5 {
	-webkit-animation-delay: 4.5s;
	animation-delay: 4.5s;
}

.delay-4-6 {
	-webkit-animation-delay: 4.6s;
	animation-delay: 4.6s;
}

.delay-4-7 {
	-webkit-animation-delay: 4.7s;
	animation-delay: 4.7s;
}

.delay-4-8 {
	-webkit-animation-delay: 4.8s;
	animation-delay: 4.8s;
}

.delay-4-9 {
	-webkit-animation-delay: 4.9s;
	animation-delay: 4.9s;
}

.delay-5-0 {
	-webkit-animation-delay: 5.0s;
	animation-delay: 5.0s;
}

.delay-5-1 {
	-webkit-animation-delay: 5.1s;
	animation-delay: 5.1s;
}

.delay-5-2 {
	-webkit-animation-delay: 5.2s;
	animation-delay: 5.2s;
}

.delay-5-3 {
	-webkit-animation-delay: 5.3s;
	animation-delay: 5.3s;
}

.delay-5-4 {
	-webkit-animation-delay: 5.4s;
	animation-delay: 5.4s;
}

.delay-5-5 {
	-webkit-animation-delay: 5.5s;
	animation-delay: 5.5s;
}

.delay-5-6 {
	-webkit-animation-delay: 5.6s;
	animation-delay: 5.6s;
}

.delay-5-7 {
	-webkit-animation-delay: 5.7s;
	animation-delay: 5.7s;
}

.delay-5-8 {
	-webkit-animation-delay: 5.8s;
	animation-delay: 5.8s;
}

.delay-5-9 {
	-webkit-animation-delay: 5.9s;
	animation-delay: 5.9s;
}

.delay-6-0 {
	-webkit-animation-delay: 6.0s;
	animation-delay: 6.0s;
}

.delay-6-1 {
	-webkit-animation-delay: 6.1s;
	animation-delay: 6.1s;
}

.delay-6-2 {
	-webkit-animation-delay: 6.2s;
	animation-delay: 6.2s;
}

.delay-6-3 {
	-webkit-animation-delay: 6.3s;
	animation-delay: 6.3s;
}

.delay-6-4 {
	-webkit-animation-delay: 6.4s;
	animation-delay: 6.4s;
}

.delay-6-5 {
	-webkit-animation-delay: 6.5s;
	animation-delay: 6.5s;
}

.delay-6-6 {
	-webkit-animation-delay: 6.6s;
	animation-delay: 6.6s;
}

.delay-6-7 {
	-webkit-animation-delay: 6.7s;
	animation-delay: 6.7s;
}

.delay-6-8 {
	-webkit-animation-delay: 6.8s;
	animation-delay: 6.8s;
}

.delay-6-9 {
	-webkit-animation-delay: 6.9s;
	animation-delay: 6.9s;
}

.delay-7-0 {
	-webkit-animation-delay: 7.0s;
	animation-delay: 7.0s;
}

.delay-7-1 {
	-webkit-animation-delay: 7.1s;
	animation-delay: 7.1s;
}

.delay-7-2 {
	-webkit-animation-delay: 7.2s;
	animation-delay: 7.2s;
}

.delay-7-3 {
	-webkit-animation-delay: 7.3s;
	animation-delay: 7.3s;
}

.delay-7-4 {
	-webkit-animation-delay: 7.4s;
	animation-delay: 7.4s;
}

.delay-7-5 {
	-webkit-animation-delay: 7.5s;
	animation-delay: 7.5s;
}

.delay-7-6 {
	-webkit-animation-delay: 7.6s;
	animation-delay: 7.6s;
}

.delay-7-7 {
	-webkit-animation-delay: 7.7s;
	animation-delay: 7.7s;
}

.delay-7-8 {
	-webkit-animation-delay: 7.8s;
	animation-delay: 7.8s;
}

.delay-7-9 {
	-webkit-animation-delay: 7.9s;
	animation-delay: 7.9s;
}

.delay-8-0 {
	-webkit-animation-delay: 8.0s;
	animation-delay: 8.0s;
}

.carousel.c-fade .item {
	-webkit-transition: opacity 2s ease-in-out;
	-moz-transition: opacity 2s ease-in-out;
	-ms-transition: opacity 2s ease-in-out;
	-o-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
}

.carousel.c-fade .active.left,
.carousel.c-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.c-fade .next,
.carousel.c-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.c-fade .carousel-control {
	z-index: 3;
}

.slider-wrapper > .container {
	position: relative;
}

.slider-wrapper-outer {
	overflow: hidden;
	padding: 0 0 30px;
	margin: 0 0 -30px;
	background: #f4f4f4;
}

.slider-wrapper {
	height: 390px;
	/*background: url(../images/slider-bg.png) repeat-x;*/
	border-bottom: 3px solid #ffa900;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.35);
}

.slider-wrapper .cs-container .cs-nav-cont {
	left: auto;
	bottom: auto;
	top: 93%;
	right: 16%;
}

.cs-container .cs-nav-cont span {
	width: 13px;
	height: 13px;
	margin: 0 5px;
	background: #fff;
	border-radius: 50px;
	border-radius: 50%;
}

.cs-container .cs-nav-cont span:hover {
	background: #949494;
}

.cs-container .cs-nav-cont span.cs-current {
	background: #deae3f;
	border-color: #deae3f;
}

.bx-wrapper .bx-pager {
	left: auto;
	bottom: auto;
	top: 93%;
	right: 16%;
	width: auto;
	padding: 0;
	z-index: 99;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 13px;
	height: 13px;
	margin: 0 5px;
	background: #fff;
	border-radius: 50px;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #949494;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #deae3f;
	border-color: #deae3f;
}

.slider-wrapper .cs-container {
	height: 100%;
}

.slider-wrapper .cs-slider {
	overflow: hidden;
	max-width: 100%;
}

.sl-wr > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.sl-wr .item {
	position: relative;
	overflow: hidden;
	height: 387px;
}

.sl-wr .carousel-caption {
	position: static;
	text-align: left;
	padding: 31px 0 0;
}


/* END of CSS for home slider animations */

#owl-example .item {
	padding: 30px 0px;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

#owl-example .item img {
	width: auto;
	margin: 0 auto;
	display: block;
}

#owl-example .item h3 {
	font-size: 28px;
	font-weight: 300;
	margin: 25px 0 0;
}

#owl-example .item h4 {
	margin: 5px 0 0;
	font-size: 18px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../images/left-btn.png)!important;
	background-repeat: no-repeat;
	height: 43px;
	width: 43px;
	border-radius: 0px;
	position: absolute;
	left: 0;
	top: 21%;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../images/rgt-btn.png)!important;
	background-repeat: no-repeat;
	height: 43px;
	width: 43px;
	border-radius: 0px;
	position: absolute;
	right: 0;
	top: 21%;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	text-align: center;
	border-right: 1px solid #eee;
}

.owl-pagination {
	background: #deae3f;
	padding: 10px 0;
}

.owl-theme .owl-controls {
	margin-top: 0px!important;
}

.owl-carousel .owl-item {
	padding-bottom: 10px;
	padding-top: 10px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #2f517e!important;
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.38) inset;
	width: 14px;
	height: 14px;
}

.text-center {
	text-align: center;
}

.owl-theme .owl-controls .owl-page span {
	background: #fff!important;
	opacity: 1!important;
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.38) inset!important;
	width: 14px!important;
	height: 14px!important;
}

.our-client {
	background: #ffffff none repeat scroll 0 0;
	float: left;
	width: 100%;
	padding: 0 0 50px 0;
}


/* footer */

footer {
	padding: 20px 0 0;
	background: url(../images/footer-bg.jpg) repeat #262d33;
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
}

footer h1 {
	color: #7c8487;
	font-size: 22px;
	padding-bottom: 10px;
}

footer .foot-left li {
	padding-left: 10px;
	margin: 0 0 5px 0;
}

footer .foot-left li h1 {
	color: #fff;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 20px;
}

footer .foot-left li h1.mg-hd {
	margin-top: 20px;
	padding-top: 0;
}

footer .foot-left li a {
	color: #666d73;
	font-size: 12px;
}

footer .foot-left li a:hover {
	color: #fff;
	text-decoration: none;
}

.foot-logo {
	margin-top: 50px;
}

foot-logo img {
	margin-bottom: 20px
}

.foot-logo h1 {
	font-size: 16px;
}

.mar-top {
	margin-top: 35px;
}

.left-border {
	background: url(../images/footer-line-bg.jpg) left repeat-y;
}

.newsletter {
	background-color: #2c353c;
	padding: 20px 0;
	text-align: center;
	margin-top: 15px;
}

.newsletter h1 {
	font-size: 14px;
	display: inline-block;
	padding-top: 8px;
}

.newsletter .btn {
	border-radius: 50px;
	background-color: #2c353c;
	border: 1px solid #414950;
	color: #586168;
	margin-right: 55px;
}

.newsletter .btn:hover {
	background: #ffffff;
}

.copy-nav a,
.copy p,
.copy {
	color: #737780;
	font-size: 12px;
}

.copy-nav a:hover {
	color: #ffffff;
}

.copy p {
	padding: 11px 0;
}

.copy-nav li {
	padding: 10px 4px;
}

.copy {
	background: #222629;
}

.main-head {
	font-weight: bold;
	margin: 0 0 0 8px;
}

.foot-left.left-border img {
	margin: 0 5px 2px 0;
}


/* Footer Ends */

.what-wedo-wr {
	background: url(../images/dp_two.png) #256797 no-repeat right bottom;
}

.what-wedo-wr h5 {
	color: #fff;
	padding-bottom: 10px;
	padding-left: 5px;
	text-transform: uppercase;
	padding-top: 30px;
	display:  block;
	overflow:  hidden;
}

.what-wedo-wr ul li {
	color: #fff;
	float: left;
	width: 100%;
}

.what-wedo-wr ul li a {
	padding: 5px;
	border-right: none;
	display: inline-block;
	color: #ffffff;
}

.col-md-3.col-md-offset-1 > ul {
	float: left;
	margin: 0 0 30px;
}

.what-wedo-wr .glyphicon {
	font-size: 10px;
	padding-right: 5px;
}

.what-wedo-wr .h-spacer {
	padding-top: 30px !important;
}

.what-wedo-wr .resources-content {
	padding: 30px;
	margin-top: 70px;
	background: rgba(36, 95, 138, 0.2);
	float: left;
	width: 90%;
}

.what-wedo-wr .col-md-offset-1 {
	margin-left: 5%;
}

.what-wedo-wr .resources-content h3 {
	color: #faa91a;
}

.what-wedo-wr .btn-wr {
	padding-left: 30px;
	padding-right: 30px;
}

.what-wedo-wr .btn-wr .btn-default {
	margin-top: 15px;
	padding: 5px 20px;
	background-color: #313234;
	border-color: #ccc;
	border-radius: 16px;
	color: #fff;
}

.navbar-fixed-top {
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.wwr-cni {
	background: url(../images/Cool-New-Ideas-Dropdown.jpg) #256797;
	background-repeat: no-repeat;
	height: 100%;
}

.col-new-headline-wr {
	padding-right: 20px;
}

.col-new-headline {
	color: #fff;
	font-size: 30px;
	text-align: right;
	padding-right: 20px;
}

.content-wr {
	margin-left: 30%;
}

.spacer-lg {
	margin-top: 50px;
}

.spacer-md {
	margin-top: 20px;
}

.search-form-wr {
	background: rgba(36, 95, 138, 0.5);
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10%;
	border-radius: 4px;
	padding-top: 10px;
}

.search-form-wr .form-control {
	border-color: #2a6d9a;
	background-color: #2a6d9a;
}

.search-form-wr .form-control::-webkit-input-placeholder {
	color: #ffffff;
}

.search-form-wr .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff;
}

.search-form-wr .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff;
}

.search-form-wr .form-control:-ms-input-placeholder {
	color: #ffffff;
}

.search-form-wr .go-button {
	border-color: #2b506a;
	color: #fff;
	background-color: #2b506a;
}

.col-new-text {
	color: #fff;
	font-size: 16px;
}

.col-new-text-label {
	color: #fff;
	font-size: 18px;
}

.row-list-cni ul {
	color: #fff;
	font-size: 20px;
}

.row-list-cni ul li a {
	padding: 0px;
	border-right: none;
	display: inline;
	color: #ffffff;
}

.row-list-cni .glyphicon {
	font-size: 12px;
	padding-right: 4px;
}

.who-list {
	display: inline-block;
	float: left;
	width: 30%;
	padding: 20px 20px 80px 20px;
	margin: 0 0 0 3%;
	background: rgba(36, 95, 138, 0.5);
	color: #fff;
}

.who-list h2 {
	color: #eba523;
	padding-bottom: 25px;
}

.who-list ul li a {
	padding: 0px;
	border-right: none;
	display: inline-block;
	color: #ffffff;
}

.who-list ul li {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

.who-list .glyphicon {
	font-size: 10px;
	padding-right: 5px;
}

.industries-wr {
	color: #fff;
}

.industries-wr ul {
	padding-left: 20px;
}

.industries-wr ul li {
	color: #fff;
	padding: 5px;
}

.industries-wr ul li a {
	padding: 5px;
	border-right: none;
	display: inline;
	font-size: 16px;
	color: #ffffff;
}

.industries-wr ul li a:after {
	background: none !important;
}

.industries-wr .glyphicon {
	font-size: 10px;
	padding-right: 5px;
}

.industries-wr .left {
	float: left;
}

.industries-wr .right {
	float: right;
}

#owl-menusmple {
	clear: both;
}

#owl-menusmple .owl-item {
	text-align: left;
	border-right: 0 none;
}

#owl-menusmple .owl-item .itm {
	padding: 0 40px 0 60px;
}

#owl-menusmple .owl-item .itm > img {
	float: left;
}

#owl-menusmple .owl-item .itm .owl-txt {
	margin-left: 175px;
}

#owl-menusmple.owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../images/menu-rrr.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border-radius: 0;
	height: 46px;
	left: 0;
	position: absolute;
	top: 21%;
	width: 36px;
}

#owl-menusmple.owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../images/menu-lrrr.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border-radius: 0;
	height: 46px;
	right: 0;
	position: absolute;
	top: 21%;
	width: 36px;
}

.foot-logo h1 {
	margin: 20px 0 0 0;
}


/* about */

.banner {
	/*background:url(../images/innr-bg.png);    */
	float: left;
	width: 100%;
	display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d527f+0,1e324a+100 */
	background: #2d527f;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkNTI3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTMyNGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #2d527f 0%, #1e324a 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d527f), color-stop(100%, #1e324a));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2d527f 0%, #1e324a 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2d527f 0%, #1e324a 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2d527f 0%, #1e324a 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #2d527f 0%, #1e324a 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2d527f', endColorstr='#1e324a', GradientType=0);
	/* IE6-8 */
}

.banner .order-now {
	min-height: 1px;
	margin-bottom: 20px;
	min-width: 1px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	margin-right: 0px;
}

.banner .quick-quote {
	font-size: 15px;
}

.banner .order-now img,
.banner .quick-quote img {
	margin: 0 6px;
}

.banner.about {
	color: #fff;
	padding-top: 50px;
	border-bottom: 3px solid #ffb000;
	box-shadow: 0px 8px 8px -2px rgba(0, 0, 0, 0.15);
}

.scroll-spy {
	background: #4f729c;
	border-bottom: 2px solid #ffb000;
	border-radius: 0px;
}

.banner.about .font-lgt {
	font-weight: 300;
	font-size: 53px;
}

.banner.about p {
	color: #fff;
}

.breadcrumb .active a {
	color: #fba91a;
}

.breadcrumb > li + li:before {
	content: "> ";
}

.p-about p {
	font-size: 15px;
	color: #616161;
	margin-bottom: 20px;
	line-height: 30px;
}

.sidebar {
	font-size: 12px;
	color: #666666;
	float: left;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}

li.title,
.title {
	font-weight: 600;
	color: #000;
	font-size: 16px;
}

.breadcrumb {
	background: none;
	float: left;
	width: 100%;
	padding: 21px 15px 0px;
	margin-bottom: 11px;
}

.sidebar ul li {
	padding: 6px 10px;
}

.mrgnT30 {
	margin-top: 30px;
}

.p-about .container {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sidebar ul li:nth-child(2n+1) {
	background: none repeat scroll 0 0 #f4f4f4;
}

.sidebar .connect ul li:nth-child(2n+1) {
	background: none;
	padding-left: 5px;
	padding-right: 5px;
}

.connect {
	background: #f4f4f4;
	margin-bottom: 40px;
	margin-bottom: 0;
	padding: 15px;
}

.scroll-spy {
	margin-bottom: 0px;
	margin-top: 30px;
	height: 41px;
	min-height: 41px !important;
}

.scroll-spy .navbar-nav > li > a {
	color: #fff;
	padding-bottom: 0;
	padding-top: 11px;
}


/* Order Now */

.banner .inb {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 25px;
}

.banner.odf {
	padding-bottom: 20px;
}

.odf p {
	margin: 20px 0 0 0;
}

.order-steps {
	float: left;
	width: 100%;
}

.order-steps ul li {
	float: left;
	width: 115px;
	height: 115px;
	border-radius: 100px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #b0b0b0;
	border: 7px solid #d0d0d0;
	text-align: center;
	margin: 0 15.4% 0 0;
}

.order-steps ul {
	float: left;
	position: relative;
	width: 100%;
}

.order-steps ul::after {
	background: #d0d0d0 none repeat scroll 0 0;
	content: "";
	height: 10px;
	left: 0;
	margin-left: 0;
	position: absolute;
	top: 47%;
	width: 100%;
	z-index: -1;
}

.order-steps ul li:last-child {
	margin-right: 0px;
}

.order-steps h2 {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	padding: 8px 0 0 0;
}

.order-steps h2 span {
	font-size: 16px;
	display: block;
	clear: both;
}

.order-steps ul li.active {
	background: #ffa200;
}

.form-content {
	float: left;
	width: 100%;
	margin: 30px 0 60px 0;
}

.form-content h4 {
	font-size: 16px;
	font-weight: bold;
	color: #3e3e3e;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.form-content h4 span {
	color: #616161;
	font-size: 12px;
	clear: both;
	padding: 10px 0 0 0;
	display: block;
}

.od-option {
	float: left;
	margin: 0 15px 0 0;
}

.rd-btn {
	float: left;
	padding: 5px 10px;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.od-option label {
	padding: 6px 8px;
	color: #616161;
	font-size: 14px;
	font-weight: normal;
}

.form-row {
	float: left;
	margin: 0 0 15px;
	width: 100%;
}

.form-row::after {
	content: "";
	display: block;
	clear: both;
}

.clear {
	clear: both;
}

.no-padding {
	padding: 0px;
}

.order_txt {
	height: 40px;
}

.error {
	color: #be0404;
	font-size: 12px;
	float: right;
	margin: 5px 0 0 0;
}

.error-file {
	color: #be0404;
	font-size: 12px;
	float: left;
	margin: 5px 0 0 0;
}

.in_btn {
	float: left;
	background: url(../images/choose-btn.png) no-repeat;
	margin: 0 10px 0 7%;
}

.in_btn input {
	cursor: pointer;
	display: block !important;
	height: 31px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	width: 165px !important;
}

.file-box p {
	float: left;
	font-size: 14px;
	color: #616161;
}

.no-padding-left {
	padding-left: 0px;
}

.no-padding-right {
	padding-right: 0px;
}

.order-bd {
	border-bottom: 1px solid #dadada;
}

.ad_file {
	background: none;
	color: #9a9999;
	font-size: 14px;
	cursor: pointer;
	border: none;
	float: left;
	box-shadow: none;
	margin: 0;
}

.txtarea_of {
	min-height: 100px;
}

.search-form label {
	font-size: 13px;
	font-weight: normal;
}

.order_btn {
	float: right;
	margin: 20px 0 0 0;
	padding: 6px 37px 6px 19px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	background: #398fb0 url("../images/button-bg.jpg") no-repeat scroll 90% 7px;
	border: none;
	font-size: 17px;
	color: #ffffff;
}

.order_btn:hover {
	opacity: .8;
	color: #ffffff;
}

.order_btn:focus {
	color: #ffffff;
}

.order_btn:active {
	opacity: .7;
}

.sel:before {
	background: url("../images/drop-r.jpg") no-repeat scroll center center #fff;
	border-radius: 4px;
	content: "";
	height: 20px;
	padding: 19px 0;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 35px;
}

.sel {
	position: relative;
}

select.form-control {
	box-shadow: none;
	border-color: #dadada;
}

.del_ins label {
	font-size: 14px;
	color: #333333;
	padding: 10px 0 15px 0;
	font-weight: normal;
}

.chk_of {
	float: left;
	margin: 14px 10px 0 0 !important;
}

.del_ins .ad_file {
	margin-top: 0px;
}

ul.dl_methods {
	float: left;
	margin: 0 0 0 20px;
	clear: both;
}

ul.dl_methods li {
	float: left;
	width: 100%;
}

ul.dl_methods label {
	padding: 0px 0 0px;
}

.dl_radio {
	margin: 4px 10px 0 0 !important;
	float: left;
}

.sc {
	background-position: 92% 7px;
}

.panel-bg {
	background: #f4f4f4;
}

.od-sum ul li {
	float: left;
	width: 100%;
}

.l-name p {
	color: #000000;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

.l-name {
	float: left;
	width: 45%;
}

.r-content {
	float: left;
	width: 55%;
}

.r-content p {
	color: #616161;
	font-size: 14px;
	margin: 0;
	line-height: 20px;
}

.bd-right {
	border-right: 1px solid #398fb0;
}

.rt-p p {
	color: #616161;
	font-size: 14px;
	margin: 0;
	line-height: 20px;
}

.panel-bg .col-xs-6 {
}

p.c-black {
	color: #000000;
}

.od-table th,
.od-table td {
	padding: 10px 5px;
	font-size: 14px;
}

.od-table th {
	border-top: 3px solid #398fb0 !important;
	border-bottom: 3px solid #398fb0 !important;
}

.panel-bg h3 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 8px 0;
}

ul.last-ul {
	float: left;
	margin: 15px 0 0 0;
}

.sc_type {
	float: left;
	width: 90%;
	margin: 0 0 0 3%;
}

a.tooltips {
	position: relative;
	display: inline;
	background: #398fb0;
	padding: 3px 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	color: #ffffff;
	margin: 0 0 0 15px;
}

a.tooltips:hover {
	text-decoration: none;
}

a.tooltips span {
	position: absolute;
	width: 140px;
	color: #FFFFFF;
	background: #000000;
	line-height: 18px;
	text-align: center;
	visibility: hidden;
	border-radius: 6px;
	padding: 5px;
}

a.tooltips span:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid #000000;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

a:hover.tooltips span {
	visibility: visible;
	opacity: 0.8;
	bottom: 30px;
	left: 50%;
	margin-left: -71px;
	z-index: 999;
}

.ch-st p {
	line-height: 20px;
}

.ch-st ul li i {
	margin: 0 10px 0 0;
	color: #545454;
	font-size: 20px;
	vertical-align: sub;
}

.ch-st ul li {
	margin: 0 0 8px 0;
}

.ch-st ul li:hover a,
.ch-st ul li:hover i {
	color: #398fb0;
	text-decoration: none;
}

.modal-body .tooltips strong {
	margin: 0;
	font-weight: 800;
}

.modal-body a.tooltips {
	display: inline-block;
	padding: 0px 7px;
}

.col-sm-6.no-padding-rigth.text-center > p > strong {
	margin: 0;
}

.modal-dialog .col-sm-6.no-padding-left > .form-control {
	padding: 6px 10px 8px;
	height: 36px;
	margin: 9px 0 14px;
	color: #888888;
}

.modal-dialog .col-sm-6.no-padding-left > select.form-control {
	padding-left: 5px;
}

.datepicker-input {
	background: url(../images/i-calendar.png) no-repeat 97% center;
	background-size: 20px auto;
}

.form-content form::after {
	content: "";
	display: block;
	clear: both;
}

.form-content form {
	position: relative;
	z-index: 3;
}


.cons-instr::after {
	content: "";
	display: block;
	clear: both;
}

.cons-instr {
	position: relative;
	z-index: 3;
}

.cons-instr ul a {
	line-height: 24px;
	font-size: 16px;
	color: #545454;
}

.cl_btn {
	background: #398fb0;
	padding: 6px 30px;
}

.order-detail {
	width: 100%;
	border: 1px solid #398fb0;
	margin: 0 auto 15px;
	line-height: 22px;
}

.od-heading {
	float: left;
	width: 100%;
	padding: 8px 0;
	background: #398fb0;
	margin: 0 0 0;
}

.od-heading + .row {
	padding-top: 10px;
	clear: both;
}

.od-heading h3 {
	color: #ffffff;
	font-size: 16px;
	margin: 0 0 3px;
	text-align: center;
}

.order-detail h4 {
	color: #3c3c3c;
	font-size: 14px;
	margin: 8px 0 0 0px;
	line-height: inherit;
}

.order-detail i {
	margin: 0 4px 0 0;
	font-size: 12px;
	vertical-align: text-top;
	color: #6D6D6D;
}

.order-detail a {
	color: #616161;
}

.order-detail ul i {
	margin: 0 2px 0 0;
}

.order-detail p {
	margin: 0px;
	font-size: 13px;
	line-height: inherit;
}

.order-detail ul li {
	float: left;
	width: 96%;
	margin: 0 0 0 4%;
}

.sidebar-ordering .cl_btn {
	background: #398fb0;
	padding: 6px 15px 4px;
	margin: 15px auto 30px;
	width: 100%;
	text-align: center;
}

.order-detail-table {
	clear: both;
}

.order-detail-table > div {
	padding: 0 15px;
	border-bottom: 1px solid #dadada;
}

.order-detail-table > div:nth-child(odd) {
	background: #F5F5F5;
}

.order-detail-table > div > div {
	padding: 0 0 0 20px;
}

.order-detail-table div p {
	line-height: 24px;
}

.order-detail-table span {
	display: inline-block;
	float: right;
	min-width: 64px;
	text-align: center;
	margin: 0 -15px 0 0;
	padding: 0 0 0 0;
	border-left: 1px solid #dadada;
}

.order-detail-table a {
	display: block;
}

.order-detail-table i {
	font-size: 16px;
}

.sidebar-ordering {
	clear: both;
}

.secure-payments img {
	display: block;
	margin: 0 auto 20px;
}

.order-detail .cl_btn {
	background: #398fb0;
	margin: 15px 0 30px;
	padding: 6px 15px 4px;
	width: 100%;
	text-align: center;
}

.od-total {
	float: left;
	padding: 0 0 10px;
	margin: 0 0 0;
}

.scroll-spy {
	margin-bottom: 0px;
	margin-top: 30px;
	height: 41px;
	left: 0;
	right: 0;
	z-index: 99;
	min-height: 40px !important;
}

.scroll-spy .navbar-nav > li > a {
	color: #fff;
	padding-bottom: 11px;
	padding-top: 11px;
}

#nav .navbar {
	margin-bottom: 0;
	min-height: 20px;
	border: 0 none;
}

.affix {
	top: 73px;
}


/*#nav .active::before {
	border-color: transparent transparent #fff;
	border-style: solid;
	border-width: 8px;
	bottom: 0;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 0;
	z-index: 2;
}
#nav .active::after {
	border-color: transparent transparent #ffb000;
	border-style: solid;
	border-width: 11px;
	bottom: 0;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -23px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 0;
	z-index: 0;
}*/

#nav li a:hover,
#nav li a:focus {
	background: transparent;
}

#nav .active {
	background: #314a67;
}

.a-tab li.active > a {
	background: none repeat scroll 0 0 #335684;
	border-color: #335684;
	color: #fff;
}

.breadcrumb > li + li:before {
	padding: 0 1px;
	color: #333;
}

.vtab h4 {
	border-bottom: 1px solid #ddd;
	display: block;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 19px;
	padding-bottom: 8px;
}

.padLno {
	padding-left: 0;
}

.vtab .ltabs li a {
	background: none repeat scroll 0 0 #efefef;
	border-left: 5px solid #ddd;
	border-radius: 0;
	color: #333;
	margin-bottom: 1px;
}

.vtab .ltabs li.active a,
.vtab .ltabs li:focus,
.vtab .ltabs li:hover a,
.vtab .ltabs li.active > a:hover,
.vtab li.active > a,
.vtab .nav-tabs > li.active > a,
.vtab .nav-tabs > li.active > a:hover,
.vtab .nav-tabs > li.active > a:focus {
	border-left-color: #ffb000!important;
	border-left-width: 5px;
}

.vtab {
	margin-bottom: 40px;
}

.ltabs {
	border-bottom: 0px;
}

.vtab .tab-pane h5 {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
}

.vtabs-list {
	border: 1px solid #eee;
	margin: 17px;
	overflow: hidden;
	padding: 20px 0;
}

.nav-tabs.ltabs li {
	float: none;
}

.vtab .ltabs li a {
	display: block;
}


/*resources page css*/

.r-headings h4 {
	font-size: 22px;
	font-weight: 400;
	padding: 4px 0 4px;
}

.r-headings h5 {
	font-weight: bold;
	padding: 15px 0px;
}

.r-headings h6 {
	color: #676767;
	border-bottom: solid 1px #e8e8e8;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.seo1 {
	background: #efefef;
	border-left: 4px solid #ffb000;
	font-weight: 500;
	padding: 7px 0;
	text-align: center;
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: none;
	outline: none;
}

.seo-div {
	border-bottom: solid 1px #e8e8e8;
	padding-bottom: 28px;
}

p.text1 {
	padding-top: 14px;
}

p.text1 a {
	color: #ffb000;
}

.share-img {
	margin-bottom: 10px;
}

.heading1 h4 {
	padding-bottom: 10px;
	padding: 7px 0 17px;
}

.pdf-div {
	text-align: right;
	margin-bottom: 25px;
}

.pdf-div .img-responsive {
	display: inline;
}

.videodiv {
	float: left;
	margin-right: 25px;
	border: none;
	margin-top: 10px;
}

.videos h5 {
	font-size: 17px;
	margin: 20px 0 15px;
}

.videos h6 {
	padding: 5px 0px;
}

.videos li {
	margin-bottom: 80px;
}

.videos li:first-child {
	margin-bottom: 0;
}

h4.v-text {
	font-size: 16px;
	padding: 0 0 12px;
}

.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}

.a-tab .nav-tabs li a {
	border: 1px solid #cecece;
	border-bottom: 0px;
	border-radius: 5px 5px 0 0;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	color: #afafaf;
	display: inline-block;
	font-size: 17px;
	height: 40px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	margin: 0 10px 0px 0;
	padding: 7px 17px;
}

.a-tab li.active > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-color: #335684 !important;
	color: #fff;
	background: #335684;
}

.a-tab ul {
	border-bottom: 5px solid #335684;
}

.a-tab {
	margin: 28px 0 15px;
}

.listing li {
	list-style: none;
}

.listing h5 {
	color: #335684;
	font-size: 16px;
	border-bottom: solid 1px #d7d6d6;
	margin-bottom: 8px;
	padding: 0 0 16px;
	font-weight: 700;
}

.paging li.p1:hover {
	background: none repeat scroll 0 0 #fff;
	border: 0 solid #fba91a;
	color: #333;
}

.videos li i {
	font-size: 11px;
}

.listing span {
	color: #ffb000;
}

.paging li {
	border: solid 1px #cccccc;
	color: #000;
	float: left;
	margin: 0 3px;
	padding: 1px 7px;
}

.paging li:hover {
	background: #fba91a;
	border: solid 1px #fba91a;
	color: #fff;
}

.paging li:hover a {
	color: #fff;
}

li.active1 {
	background: #fba91a;
	border: solid 1px #fba91a;
	color: #fff;
}

.paging .active1 a {
	color: #fff;
}

li.next {
	background: url(../images/arrow.jpg) no-repeat;
	background-position: right;
	padding: 1px 20px 1px 8px;
}

li.p1 {
	border: none;
}

.paging {
	float: right;
	padding: 20px 0 80px;
}

.listing > li {
	border: medium none;
}

ul.listing {
	border: medium none;
	margin: 20px 0;
}


/* Responsive */

@media (max-width: 1024px) {
	.yamm .dropdown-menu {
		left: -541px;
		width: 1024px;
	}
	.left-wwr {
		float: left;
		width: 69%;
	}
	.who-list {
		width: 27%;
	}
	.order-steps ul li {
		margin: 0 3% 0 0;
	}
	.order-steps ul::after {
		display: none;
	}
	.order-detail {
		width: 100%;
	}
}

@media (max-width: 980px) {
	body {
		padding-top: 0px;
	}
	html {
		overflow-x: hidden;
	}
	.header {
		position: static;
	}
	.slider #myCarousel {
		height: 350px;
	}
	.carousel-caption li {
		font-size: 18px;
	}
	.carousel-caption h2 {
		font-size: 30px;
	}
	.carousel-caption h1 {
		font-size: 41px;
	}
	.header-container {
		padding: 0 9px;
	}
	.header.small_nav {
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0)
	}
	.header.small_nav .main-menu {
		margin: 25px 0 0 0;
		height: auto;
	}
	.tl-right ul li a.c_call {
		padding: 0 6px 0 23px;
	}
	.tl-right ul li a {
		padding: 0 6px;
	}
	.yamm .dropdown-menu {
		left: -493px;
		width: 980px;
	}
	.left-wwr ul li {
		width: 195px;
		height: 195px;
	}
	.what-wedo-wr .resources-content {
		padding: 20px;
		width: 100%;
	}
	.main-menu ul.navbar-nav > li > a {
		padding: 15px;
	}
	.header.small_nav .main-menu ul.navbar-nav > li > a {
		padding: 15px;
	}
	.brand {
		width: 100% !important;
	}
	.order-steps ul li {
		margin: 0 3% 0 0;
	}
}

@media (max-width: 768px) {
	.carousel-caption h1 {
		font-size: 41px;
	}
	.carousel-caption h2 {
		font-size: 32px;
	}
	.carousel-caption li {
		font-size: 20px;
	}
	.slider #myCarousel {
		height: 350px;
	}
	.search_top {
		margin: 0 0 0 10px;
	}
	.search_txt {
		width: 120px;
	}
	.search_btn {
		float: right;
	}
	.yamm .dropdown-menu {
		left: -273px;
		width: 768px;
	}
	.left-wwr ul li {
		width: 145px;
		height: 145px;
	}
	.what-wedo-wr .resources-content {
		padding: 20px;
		width: 100%;
	}
	.search-form-wr {
		margin-right: 4%;
	}
}

@media (max-width: 767px) {
	.carousel .item .carousel-caption {
		left: 20px;
		width: 96%;
	}
	.main-menu {
		float: none;
	}
	.header {
		padding: 20px 0px 0px;
	}
	.carousel .item .carousel-caption {
		top: 0px;
	}
	.carousel .item .col-sm-6.col-xs-6.pull-right {
		float: none;
	}
	.office img {
		text-align: center;
		margin: 0 auto;
	}
	.brand {
		text-align: center;
		margin: 0px auto;
		display: block;
	}
	.brand img {
		display: inline-block;
	}
	p:empty {
		display: none;
	}
	.main-menu .navbar-header {
		padding: 0 15px;
	}
	.tl-right {
		margin-bottom: 10px;
		float: none;
		margin: 10px auto 20px auto;
		width: 71%;
	}
	.req-buttons {
		margin-top: 40px;
	}
	.carousel-indicators {
		right: 0px;
		width: 100%;
		text-align: center;
	}
	.carousel .item .carousel-caption {
		margin-bottom: 30px;
	}
	.office,
	.servcies,
	.clients,
	.our-client,
	footer {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-container {
		padding: 0 0px;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: transparent;
	}
	.brand {
		width: 100%!important;
	}
	.left-wwr {
		float: left;
		width: 100%;
	}
	.who-list {
		width: 90%;
		margin-top: 30px;
	}
	.main-menu li.dropdown {
		float: left;
		width: 100%;
		display: block;
	}
	.main-menu ul.navbar-nav > li:hover > a::after {
		display: none;
	}
	.ct-blank {
		display: none;
	}
	.order-steps ul li {
		margin: 0 10% 20px 0;
	}
	.order-steps ul::after {
		display: none;
	}
	.order-bd .no-padding-right,
	.order-bd .no-padding-left,
	.del_ins .no-padding-left {
		padding: 0px;
		margin: 0 0 10px 0;
	}
	.header-container .col-xs-12 {
		padding: 0px;
	}
	.panel-bg .col-xs-6 {
		display: block;
		width: 100%;
		margin: 0 0 20px 0;
		float: left;
	}
	.bd-right {
		border: none;
	}
	.search-form .s_div.col-sm-6.col-xs-12.no-padding-left.file-box {
		padding: 0;
	}
}

@media (max-width: 710px) {
	.carousel-inner .item .col-sm-6.col-xs-6 {
		width: 100%;
	}
	.carousel .item .carousel-caption {
		position: relative;
	}
	.carousel-caption h2 {
		font-size: 20px;
	}
	.carousel-caption h1 {
		font-size: 31px;
	}
	.carousel-caption h1 br {
		display: none;
	}
	.carousel-caption ul li {
		font-size: 14px;
	}
	.slider #myCarousel {
		height: auto;
		min-height: 500px;
		background: #384c6f;
	}
	.tl-right {
		width: 81%;
	}
	.carousel-inner img {
		margin: 0 auto;
		text-align: center;
	}
	.content-wr {
		margin-left: 35%;
	}
	.left-wwr ul li {
		width: 120px;
		height: 120px;
		margin: 0 5px;
	}
}

@media (max-width: 610px) {
	.tl-right {
		width: 90%;
	}
	.what-wedo-wr .col-md-offset-1 {
		clear: both;
	}
	.what-wedo-wr h5 {
		float: left;
	}
}

@media (max-width: 580px) {
	.tl-right {
		width: 100%;
		float: left;
		margin: 0 0 10px 0;
	}
	.search_txt {
		width: 100px;
	}
	.search_btn {
		float: right;
	}
	.main-menu {
		margin: 15px 0 0 0;
	}
	.left-wwr ul li {
		width: 100px;
		height: 100px;
		margin: 0 5px;
	}
}

@media (max-width: 479px) {
	.order-now, .quick-quote {
		font-size: 20px;
	}
}

@media (max-width: 414px) {
	.tl-right ul {
		margin: 0 auto 10px;
	}
	.order-now,
	.quick-quote {
		font-size: 17px;
	}
	.order-now {
		margin-right: 6px;
		min-width: 190px;
		min-height: 10px;
	}
}

@media (max-width: 375px) {
	.order-now img {
		width: 18px;
	}
	.quick-quote img {
		width: 22px;
	}
	.order-now {
		margin-right: 6px;
		min-width: 150px;
		font-size: 14px;
	}
	.quick-quote {
		font-size: 14px;
	}
	.left-wwr ul li {
		width: 90px;
		height: 90px;
		margin: 0 1px;
	}
}


/* Back to Top */

.cd-top {
	display: inline-block;
	height: 51px;
	width: 51px;
	position: fixed;
	bottom: 30px;
	right: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	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;
	z-index: 5;
}

.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}

.cd-top.cd-is-visible:hover {
	opacity: .7;
}

.cd-top.cd-is-visible:focus {
	opacity: .6;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-top {
		right: 0;
		bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 51px;
		width: 51px;
		right: 0;
		bottom: 30px;
	}
}

.brand img {
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.brand img:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.brand img:focus,
.brand img:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.tab-content iframe {
	border: none;
	max-width: 100%;
}


/* BEGIN of Click to Dial Modal */

.modal-dialog h4 {
	font-size: 16px;
}

.modal-dialog p {
	font-size: 15px;
	line-height: 30px;
}

.modal-dialog .form-control {
	padding: 6px 10px 8px;
	margin: 12px 0 19px;
	height: 47px;
}

.modal-dialog label {
	margin: 0 10px 0 0;
}

.modal-body strong {
	margin: 0 26px 0 0;
}

.modal-body:after {
	content: "";
	display: block;
	clear: both;
}

.fa {
	color: #398fb0;
	font-size: 35px;
	margin: 10px 5px 20px 0;
}

.fa-facebook-square {
	color: #325C94;
}

.fa-twitter-square {
	color: #00ABDC;
}

.fa-google-plus-square {
	color: #EA3032;
}

.fa-linkedin-square {
	color: #0073B2;
}

.fa-youtube-square {
	color: #F20026;
}

.fa:hover,
.modal-dialog .go-button:hover {
	opacity: .8;
}

.fa:active,
.modal-dialog .go-button:active {
	opacity: .7;
}

.modal-dialog .go-button {
	background: #398fb0;
	text-transform: uppercase;
	color: #FFFFFF;
	border: none;
	border-radius: 40px;
	margin: 10px 0 0;
}

.modal-dialog .order_btn {
	margin: 0 0 0 14px;
	background: #398fb0 url("../images/i-ph.png") no-repeat scroll 25px 8px;
	padding: 0 23px 0 44px;
}

#login-form .order_btn {
	background: #398fb0 url("../images/button-bg.jpg") no-repeat scroll 17% 4px;
}

.radio {
	display: none;
}

.radio + *:before {
	content: "";
	display: inline-block;
	background: url(../images/i-ch-unch.png) no-repeat left center;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 10px 0 0;
}

.radio:checked + *:before {
	background: url(../images/i-ch-ch.png) no-repeat left center;
}

.modal-footer {
	line-height: 30px;
	padding: 23px 15px;
}


/* END of Click to Dial Modal */


/* BEGIN of Live Chat */

.live-chat-wr {
	position: fixed;
	right: -106px;
	bottom: 170px;
	z-index: 9999;
	background: #FFFFFF;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	width: 106px;
}

.live-chat-wr:hover {
	right: 0;
}

.live-chat-wr.active {
	right: 0;
	width: 334px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.live-chat-wr a:hover {
	opacity: .85;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.live-chat-wr a:active {
	opacity: .7;
}

.live-chat-hover {
	display: block;
	position: absolute;
	top: 0;
	left: -51px;
}

.live-chat-header {
	border: 1px solid #c2bcbc;
	box-sizing: border-box;
	height: 51px;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
}

.live-chat-btn {
	background: #335684;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
	line-height: 34px;
	display: inline-block;
	padding: 0 0 0;
	margin: 8px 8px 6px;
	width: 90px;
	text-align: center;
	overflow: hidden;
	height: 34px;
}

.live-chat-btn:hover,
.live-chat-btn:focus {
	color: #FFFFFF;
}

.live-chat-content {
	padding: 50px 20px 30px;
	border: 1px solid #c2bcbc;
	border-top: none;
	display: none;
	position: relative;
}

.live-chat-content .form-control {
	min-width: 292px;
	height: 40px;
	margin: 0 0 16px;
	text-align: center;
	box-sizing: border-box;
}

.live-chat-content textarea,
.live-chat-content textarea.form-control {
	min-height: 70px;
	height: auto;
}

.live-chat-content h4 {
	font-size: 16px;
	padding: 0 0 5px;
}

.live-chat-content select,
.live-chat-content select.form-control {
	font-size: 13px;
	margin-top: 13px;
	color: #999999;
}

.live-chat-wr .order_btn {
	margin: 50px 0 0;
	float: none;
}

.live-chat-helpers {
	background: #335684;
	position: absolute;
	left: -173px;
	top: 122px;
	height: 51px;
	box-sizing: border-box;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: #FFFFFF;
	overflow: hidden;
}

.live-chat-helpers a {
	color: #FFFFFF;
	padding: 0 10px 0;
	display: inline-block;
	text-transform: uppercase;
}

.live-chat-helpers a:hover {
	text-decoration: underline;
}

.live-chat-close {
	outline: 1px solid #FFFFFF;
}

.live-chat-close:hover {
	outline: 1px solid #FFFFFF;
	opacity: .7;
}


/* END of Live Chat */


/* BEGIN of Comment Popup */

.comments-popup-wr {
	bottom: 100px;
}

div.stars {
	display: block;
	width: 164px;
	margin: 0 auto;
}

div.stars:after {
	content: "";
	display: block;
	clear: both;
}

input.star {
	display: none;
}

label.star {
	float: right;
	padding: 0 5px;
	font-size: 24px;
	color: #FFD103;
	transition: all .2s;
	font-weight: 400;
}

input.star:checked ~ label.star:before {
	content: '\f005';
	color: #FD4;
	transition: all .25s;
}

input.star-5:checked ~ label.star:before {
	color: #55B957;
	text-shadow: 0 0 10px #A3E6A4;
}

input.star-1:checked ~ label.star:before {
	color: #F62;
}

input.star-2:checked ~ label.star:before {
	color: #F62;
}

label.star:hover {
	transform: rotate(-15deg) scale(1.3);
}

label.star:before {
	content: '\f006';
	font-family: FontAwesome;
}


/* END of Comment Popup */


/* BEGIN of FAQ page */

.faq-item {
	margin: 18px 0 0;
}

.faq-item:after {
	content: "";
	display: block;
	clear: both;
}

.faq-item-header a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #006fa4;
	padding: 12px 17px 13px;
	text-indent: 11px;
	background: #f4f4f4;
	border: 1px solid #e9e9e9;
	border-radius: 0;
}

.faq-item-header a:hover {
	opacity: .85;
}

.faq-item-header a:active {
	opacity: .7;
}

.faq-item-header a:before {
	content: "";
	float: left;
	width: 21px;
	height: 21px;
	background: url(../images/i-arr-r-2.png) no-repeat center;
}

.faq-item-header a.active:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.faq-item-detail {
	display: none;
	padding: 8px 18px 0;
}

.faq-item-detail p {
	margin-bottom: 10px;
	line-height: 29px;
}


/* END of FAQ page */


/* BEGIN of IT Portfolio page */

.it-portfolio-content .nav > li > a > img {
	display: block;
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	width: 100%;
	max-width: 100%;
}

.it-portfolio-content .nav > li > a > img:hover {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.it-portfolio-content .nav-tabs > li > a {
	display: block;
	padding: 0;
	border: none;
	overflow: hidden;
	border-radius: 3px;
}

.it-portfolio-content .nav-tabs > li {
	float: none;
	display: block;
	padding: 0 0 15px;
}

.it-portfolio-content .nav-tabs > li > a:hover,
.it-portfolio-content .nav-tabs > li > a:focus {
	cursor: pointer;
	border: none;
}

.it-portfolio-content .nav-tabs {
	max-height: 480px;
	overflow-y: auto;
	border: 1px solid #eee;
	padding: 15px;
}

.it-portfolio-content *::-webkit-scrollbar {
	width: 8px;
}

.it-portfolio-content *::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px 0 #DCDCDC;
}

.it-portfolio-content *::-webkit-scrollbar-thumb {
	background-color: #2B4E78;
	outline: none;
}

.btn-1 {
	font-size: 16px;
	line-height: 40px;
	border-radius: 5px;
	padding: 0 20px 0;
	box-sizing: order-box;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	background: #2c517d;
	background: -moz-linear-gradient(top, rgba(74, 108, 148, 1) 0%, rgba(31, 52, 78, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74, 108, 148, 1)), color-stop(100%, rgba(31, 52, 78, 1)));
	background: -webkit-linear-gradient(top, rgba(74, 108, 148, 1) 0%, rgba(31, 52, 78, 1) 100%);
	background: -o-linear-gradient(top, rgba(74, 108, 148, 1) 0%, rgba(31, 52, 78, 1) 100%);
	background: -ms-linear-gradient(top, rgba(74, 108, 148, 1) 0%, rgba(31, 52, 78, 1) 100%);
	background: linear-gradient(to bottom, rgba(74, 108, 148, 1) 0%, rgba(31, 52, 78, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4a6c94', endColorstr='#1f344e', GradientType=0);
}

.btn-1:hover {
	color: #FFFFFF;
	opacity: .85;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.btn-1:active {
	opacity: .7;
	color: #FFFFFF;
}

.btn-1:focus {
	color: #FFFFFF;
}

.vtabs-list .btn-1 {
	display: block;
	margin: 20px 0 10px;
}

.it-portfolio-content h3 {
	font-size: 25px;
	line-height: 35px;
	padding: 0 0 16px;
	color: #2b4d77;
	font-style: italic;
	font-weight: bold;
}

.it-portfolio-content h3 a {
	color: #2b4d77;
}

.it-portfolio-content h3:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin: 8px 0 0;
	background: url(../images/i-b.png) repeat-x;
}

.alignright {
	float: right;
}

p.alignright {
	max-width: 72%;
	font-size: 14px;
	line-height: 16px;
}

.it-portfolio-content .img-wr {
	text-align: left;
	padding: 15px;
	height: auto;
	border: 1px solid #eee;
}

.it-portfolio-content .img-wr img {
	display: block;
	margin: 0;
	position: static;
}

.it-portfolio-content h4 {
	font-weight: bold;
	padding: 20px 0 8px;
}

.it-portfolio-content h4:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin: 8px 0 0;
	background: url(../images/i-b.png) repeat-x;
}

.more-content-wr {
	text-align: right;
}

.more-content-wr > a,
.more-content-wr > a.btn-1 {
	display: inline-block;
}

.more-content {
	display: none;
	text-align: left;
}

.keywords-item {
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	line-height: 28px;
	margin: 10px 10px 0 0;
	color: #333333;
	background: #e8f2fb;
	border-radius: 4px;
}

.filter-box h5 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
}

.filter-box .btn-1 {
	display: block;
}

.filter-box .col-sm-7 {
	padding: 0;
}

.rel-links a {
	display: block;
	font-size: 17px;
	line-height: 30px;
	padding: 0 15px 0;
	color: #2b4d77;
	font-weight: 500;
}

.view-f-s {
	float: left;
	margin: 2px 24px 5px 0;
	padding: 9px 15px 9px;
	background: #398fb0;
}

.ekko-lightbox .glyphicon-chevron-left {
	background: url(../images/i-arr-l-3.png) no-repeat left center;
	left: -70px;
}

.ekko-lightbox .glyphicon-chevron-left:before {
	content: "";
}

.ekko-lightbox .glyphicon-chevron-right {
	background: url(../images/i-arr-r-3.png) no-repeat right center;
	right: -70px;
}

.ekko-lightbox .glyphicon-chevron-right:before {
	content: "";
}


/* END of IT Portfolio page */

/* BEGIM of consultants page */

.consultants-wrapper {
	clear: both;
}

.consultants-wrapper h3,
.inner-wr h3 {
	font-size: 22px;
	padding: 7px 0 15px;
}

.consultants-main-info .col-sm-3 {
	max-width: 166px;
}

.consultants-main-info .order_btn {
	min-width: 100px;
}

.cons-s-item {
	/*padding: 0 0 25px;*/
	padding: 0 0 40px;
}

.cons-s-item-detail {
	display: none;
}

.cons-s-item.active .cons-s-item-detail {
	display: block;
	padding: 8px 0 0;
}

.btn-2,
.bordered-t-b .btn-2 {
	padding: 0px 8px;
	margin: 0 0 0 12px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	background: #398fb0;
	border: none;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
	display: inline-block;
}

.btn-2:hover,
.btn-2:active,
.btn-2:focus {
	color: #FFFFFF;
}

.btn-2:hover {
	opacity: .8;
}

.btn-2:active {
	opacity: .7;
}

.cons-s-item .bordered-t-b img {
	height: 18px;
}

.cons-s-item-cont {
	background: #f4f4f4;
	background: transparent;
	border-top: 1px solid #dadada;
	clear: both;
	padding: 10px 15px 0px 0;
}

.cons-s-item-cont:after {
	content: "";
	display: block;
	clear: both;
}

.cons-s-item-cont img {
	float: left;
	/*margin: 4px 0 0 0;*/
	margin: 7px 0 0 0;
}

.cons-s-item-cont h4 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #006fa4;
	padding: 5px 0 8px;
}

.cons-s-item-cont h4 a {
	color: #006fa4;
}

.cons-s-item-cont h6 {
	font-size: 12px;
	line-height: 20px;
	padding: 0 0 0;
	color: #747474;
	font-style: italic;
}

.cons-s-item-cont p {
	font-size: 15px;
	line-height: 30px;
	color: #616161;
	margin: 0;
}

.cons-s-item-cont p a {
	color: #ffb000;
	margin: 0 10px;
}

body .cons-s-item-cont .row {
	margin: 0;
}

.cons-s-item-cont .col-xs-2 {
	max-width: 0;
	padding-right: 0;
	margin: 0 -15px 0 0;
}

.cons-s-item.active .cons-s-item-cont .col-xs-2 {
	max-width: 100px;
	margin: 0 0 0 0;
}

.cons-s-item-btn {
	background: #e0e0e0;
	background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(224, 224, 224, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252, 252, 252, 1)), color-stop(100%, rgba(224, 224, 224, 1)));
	background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(224, 224, 224, 1) 100%);
	background: -o-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(224, 224, 224, 1) 100%);
	background: -ms-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(224, 224, 224, 1) 100%);
	background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 0%, rgba(224, 224, 224, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e0e0e0', GradientType=0);
	border: 1px solid #cbcbcb;
	border-bottom: none;
	border-radius: 3px 3px 0px 0px;
	float: right;
	width: 24px;
	height: 21px;
	text-align: center;
	margin: 0 10px 0 0;
}

.bordered-t-b {
	/*border-top: 1px solid #dadada;*/
	border-bottom: 1px solid #dadada;
	clear: both;
	/*padding: 7px 0 7px;*/
	/*margin: 9px 0 0;*/
	padding: 0px 0 7px;
	margin: 0px 0 0;
}

.no-padding-left .bordered-t-b {
	padding: 8px 0 10px;
	margin: 20px 0 0;
	font-size: 15px;
}

.bordered-t-b a {
	margin: 0 5px;
}

.bordered-t-b span {
	color: #ffb000;
	font-weight: bold;
}

.consultants-main-info {
	padding: 4px 0 20px;
}

.consultants-main-info > img {
	float: left;
	margin: 0 20px 0 0;
}

.consultants-main-info p {
	margin: 0 0 0;
	line-height: 24px;
	font-size: 14px;
}

.consultants-main-info h2 {
	font-size: 22px;
	line-height: 18px;
	padding: 0 0 9px;
	text-transform: uppercase;
}

.consultants-main-info p a img {
	height: 18px;
}

.consultants-main-info p a {
	margin: 0 3px 0 5px;
}

.consultants-main-info p span {
	padding: 0 4px 0 3px;
}

.consultants-main-info:after {
	content: "";
	display: block;
	clear: both;
}

.consultants-wrapper .a-tab {
	margin: 21px 0 15px;
}

.consultants-tab-item {
	padding: 12px 12px 35px;
}

.consultants-tab-item p {
	margin: 0 0 3px;
}

.consultants-tab-item p > span {
	min-width: 110px;
	margin: 0 10px 0 0;
	display: inline-block;
}

.consultants-tab-item p > span::after {
	content: ":";
	float: right;
}

.consultants-tab-item .row {
	margin-left: -15px;
	margin-right: -15px;
}

.consultants-tab-details {
	padding: 25px 0 0;
}

.consultants-tab-details p {
	font-size: 15px;
	line-height: 30px;
	margin: 0 0 16px;
}

.consultants-tab-details p strong {
	color: #000000;
	font-size: 16px;
	display: block;
}

.consultants-tab-details img {
	padding: 10px 0 0;
}

.consultants-tab-details p a {
	color: #ffb000;
	margin: 0 10px 0 0;
}

.checked {
	background: url(../images/i-check.png) no-repeat 0px 10px;
	padding: 0 0 0 24px;
}

p > strong {
	color: #000000;
}


/* END of consultants page */


/* BEGIN of Referral page */

.referral-wrapper p {
	font-size: 15px;
	line-height: 30px;
	margin: 0 0 9px;
}

.inner-wr p > strong {
	display: block;
	font-size: 16px;
	line-height: 30px;
	display: block;
}

.inner-wr .row {
	margin-left: -15px;
	margin-right: -15px;
}

.inner-wr .col-sm-5 {
	padding-right: 0;
	max-width: 320px;
}

.bordered-btm {
	padding: 15px 0 15px;
}

.bordered-btm:after {
	content: "";
	display: block;
	height: 1px;
	border-bottom: 1px solid #D9D9D9;
	margin: 0 15px;
	clear: both;
	padding: 5px 0 0;
}

.social-share a {
	color: #ffb000;
	display: block;
	margin: 0 0 17px;
}

.social-share {
	padding: 0 0 15px;
}


/* END of Referral page */


/* BEGIN of Search-results page */

.search-item {
	color: #616161;
	padding: 7px 0 36px;
}

.search-item h4 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #006fa4;
}

.search-item h6 {
	font-size: 12px;
	line-height: 26px;
	color: #747474;
}

.search-item .share {
	text-align: right;
	color: #006fa4;
	font-size: 12px;
	line-height: 26px;
}

.search-item .share > span {
	padding: 0 15px 0 0;
}

.search-item p {
	font-size: 15px;
	line-height: 30px;
	margin: 0 0 10px;
}

.search-item p a {
	color: #ffb000;
	margin: 0 10px;
}

.search-item .row {
	margin-left: 0;
	margin-right: 0;
}

.search-item [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.search-item-header {
	border-bottom: 1px solid #d7d6d6;
	padding: 10px 0 5px;
	margin: 0 0 12px;
}

.search-tags {
	background: #f4f4f4;
	font-size: 15px;
	line-height: 24px;
	color: #676767;
	padding: 0 9px;
}

.search-tags a {
	color: #006fa4;
}

.search-tags span {
	font-size: 14px;
}

.search-tags a:hover {
	text-decoration: underline;
}


/* END of Search-results page */


/* BEGIN of Sitemap page */

.sitemap-wrapper {
	padding: 0 0 50px;
}

.sitemap-wrapper li {
	list-style: square inside url(../images/i-quote.png);
	color: #616161;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
}

.sitemap-wrapper li li {
	font-weight: 400;
	list-style: square url(../images/i-quote-2.png);
	margin: 0 0 0 45px;
}

.sitemap-wrapper li li li {
	margin: 0 0 0 36px;
}

.sitemap-wrapper li a {
	color: #616161;
	padding: 0 3px;
}

.sitemap-wrapper a:hover {
	text-decoration: underline;
}


/* END of Sitemap page */


/* BEGIN of Contact-us page */

.contact-wrapper {
	padding-bottom: 40px;
}

.contact-wrapper:after {
	content: "";
	display: block;
	clear: both;
}

.contact-wrapper h3 {
	font-size: 22px;
	padding: 7px 0 11px;
}

.contact-wrapper p {
	margin: 0 0 0;
	font-size: 15px;
	line-height: 30px;
	color: #616161;
}

.contact-wrapper h3 + p {
	padding: 0 0 6px;
}

.contact-wrapper .fa {
	color: #616161;
	font-size: 15px;
	margin: 0 5px 0 0;
	min-width: 20px;
}

.contact-wrapper form {
	padding: 22px 0 0;
}

.contact-wrapper .error {
	line-height: 18px;
	margin: 5px 0 -13px 0;
}

.contact-wrapper .form-row {
	margin: 0 0 19px;
}

.contact-wrapper textarea {
	min-height: 107px;
}

.contact-wrapper p a {
	color: #e8af2e;
}

.contact-wrapper .order_btn {
	background: #398fb0 url("../images/button-bg.jpg") no-repeat scroll 95% 7px;
}

.data-privacy {
	clear: both;
	padding: 5px 0 5px;
}

.data-privacy p {
	font-size: 12px;
	line-height: 20px;
}

.input-error {
	-webkit-box-shadow: 0px 0px 20px 0px #C70000;
	box-shadow: 0px 0px 20px 0px #C70000;
}

.input-error:focus {
	-webkit-box-shadow: 0px 0px 20px 0px #C70000;
	box-shadow: 0px 0px 20px 0px #C70000;
}

.input-success {
	background: url(../images/i-check.png) no-repeat 98% center;
}

.input-success:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}


/* END of Contact-us page */


/* BEGIN of Affiliate page */

.affiliate-wrapper {
	padding: 0 0 50px;
}

.affiliate-wrapper h3 {
	font-size: 22px;
	padding: 7px 0 18px;
}

.affiliate-wrapper p {
	line-height: 30px;
	margin: 0 0 20px;
}

.affiliate-wrapper p a {
	color: #e8af2e;
}

.divider-line {
	clear: both;
	border-bottom: 1px solid #dadada;
	padding: 10px 0 0;
	margin: 0 0 6px;
}

.affiliate-wrapper {
	padding: 0 0 50px;
}

.apply_btn {
	background-image: url(../images/i-beg.png);
	float: none;
	display: inline-block;
	margin: 7px 0 22px;
	padding: 3px 49px 6px 25px;
}

.affiliate-wrapper h4 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin: 0 0 9px;
}

.affiliate-wrapper .data-privacy p {
	margin: 0 0 0;
	line-height: 20px;
}

.affiliate-wrapper form {
	padding: 6px 0 0;
}

.customer-support-wrapper h3 {
	font-size: 22px;
	padding: 7px 0 11px;
}

.customer-support-wrapper p {
	margin: 0 0 0;
	font-size: 15px;
	line-height: 30px;
	color: #616161;
}

.customer-support-wrapper h3 + p {
	padding: 0 0 6px;
}

.customer-support-wrapper p a {
	color: #e8af2e;
}

.customer-support-wrapper .order_btn {
	background: #398fb0 url("../images/button-bg.jpg") no-repeat scroll 95% 7px;
}


/* END of Affiliate page */


/* BEGIN of Newsletter-and-alerts page */

.checkbox {
	display: none;
}

.checkbox + *:before {
	content: "";
	display: inline-block;
	background: url(../images/i-ch-unch.png) no-repeat left center;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 4px 0 0;
}

.checkbox:checked + *:before {
	background: url(../images/i-ch-ch.png) no-repeat left center;
}

.checkbox-wrapper {
	padding: 12px 0 20px;
	clear: both;
}

.checkbox-wrapper .checkbox + * {
	font-size: 15px;
	color: #616161;
	cursor: pointer;
	font-weight: normal;
}

.checkbox-wrapper .checkbox + * strong {
	color: #3E3E3E;
	font-weight: bold;
}

.checkbox-wrapper p {
	font-size: 14px;
	line-height: 28px;
	margin: 0 0 17px 27px;
}

.newsletter-and-alerts-login p {
	margin: 0 0 10px;
}

.newsletter-and-alerts-login .order_btn {
	float: none;
	margin: 0 0 20px;
}



.newsletter-and-alerts-login .checkbox-wrapper {
	padding: 5px 0 20px;
}

.newsletter-and-alerts-login .checkbox-wrapper label {
	margin-bottom: 10px;
}

.newsletter-and-alerts-login > .row > .col-sm-6:first-of-type:after {
	content: "";
	display: block;
	position: absolute;
	right: 8px;
	top: 69px;
	bottom: 103px;
	width: 1px;
	border-right: 1px solid #dadada;
}

.container .form-header-1 {
	text-decoration: underline;
	color: #545454;
	padding: 0 0 10px;
	line-height: 25px;
}

.progress {
	clear: both;
	height: 13px;
	margin: 5px 0 10px;
}

.progress-bar {
	background-color: #5B8DAE;
}

.progress-info-item {
	font-size: 12px;
	line-height: 18px;
	color: #969696;
}

.progress-info-item .progress-info img {
	vertical-align: middle;
	margin: 0 0 0 4px;
	max-height: 20px;
}

.progress-info-item .progress-info::after {
	content: "";
	clear: both;
	display: block;
}

.progress-info-wrapper {
	max-height: 230px;
	overflow-y: auto;
	padding: 0 10px 0 0;
}

.scrollbar-custom::-webkit-scrollbar {
	width: 15px;
}

.scrollbar-custom::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px 0 #DCDCDC;
	border-radius: 4px;
}

.scrollbar-custom::-webkit-scrollbar-thumb {
	background-color: #5B8DAE;
	outline: none;
	border-radius: 4px;
}

.ordering-connect {
	clear: both;
	background: #F9F9F9;
	padding: 10px 15px 11px;
	margin: 0 0 30px;
}

.ordering-connect::after {
	content: "";
	display: block;
	clear: both;
}

.ordering-connect h4 {
	clear: both;
	color: #616161;
	margin: 0 0px 10px;
}

.ordering-connect a {
	display: inline-block;
	float: left;
	width: 32%;
	text-align: center;
	color: #398fb0;
	font-weight: bold;
}

.ordering-connect .fa {
	color: inherit;
	font-size: 39px;
	margin: 0;
}

.col-sm-12.no-padding-left textarea {
	min-height: 80px;
}

/* END of Newsletter-and-alerts page */


/* BEGIN of Quick Quote page */

.q-q-wrapper {
	padding-bottom: 40px;
}

.q-q-wrapper:after {
	content: "";
	display: block;
	clear: both;
}

.q-q-form input[type="text"] + .error {
	margin: 5px 0 -10px 0;
}

.q-q-form .divider-line {
	padding: 7px 0 0;
	margin: 0 0 21px;
}

.q-q-form .checkbox + * {
	font-size: 12px;
	font-weight: 400;
	color: #333333;
}

.q-q-form .form-row > span:first-child {
	float: left;
	line-height: 30px;
	font-size: 14px;
	color: #676767;
}

.q-q-wrapper .order_btn {
	margin: 20px 0 0 0;
	background: #398fb0 url("../images/button-bg.jpg") no-repeat scroll 95% 7px;
	padding: 2px 37px 3px 19px;
}

.q-q-form .order_btn {
	margin: 20px 0 0 0;
	background: #398fb0 url("../images/button-bg.jpg") no-repeat scroll 95% 7px;
	padding: 6px 37px 6px 19px;
}

.q-q-summary-item {
	background: #f4f4f4;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	line-height: 20px;
	color: #616161;
	padding: 14px 4px 17px;
	margin: 0 0 28px;
}

.q-q-summary-item p {
	margin: 0 0 0;
	font-size: 14px;
	line-height: 20px;
}

.q-q-summary-item .col-sm-3 p {
	color: #000000;
}

.q-q-summary-item {}

.q-q-table {
	width: 100%;
	margin: 0 0 30px;
}

.q-q-table td, .q-q-table th {
	text-align: center;
	border: 1px solid #afafaf;
	border-collapse: collapse;
	line-height: 1;
	padding: 6px 10px 6px;
}

.q-q-table th:first-child, .q-q-table td:first-child {
	width: 50%;
	text-align: left;
}

.q-q-table tr:nth-child(odd) {
	background: #f4f4f4;
}

.q-q-table th {
	border-top: 3px solid #398fb0 !important;
	border-bottom: 3px solid #398fb0 !important;
	padding: 9px 10px 9px;
	background: #FFFFFF;
}

/* END of Quick Quote page */
/* BEGIN of FTP pages */

.ftp-wrapper label {
	font-weight: normal;
}

.ftp-wrapper .order_btn {
	background: #398fb0 url("../images/button-bg.jpg") no-repeat scroll 97% 7px;
}

.ftp-wrapper .form-control {
	color: #999999;
}

.ftp-wrapper .data-privacy {
	margin-top: 25px;
}

/* END of FTP pages */
/* BEGIN of Employment pages */

.employment-wrapper .q-q-form .form-row > span:first-child {
	line-height: 16px;
	font-size: 12px;
}

.employment-wrapper .data-privacy {
	margin-top: 25px;
}

.employment-wrapper .job-details {
	padding: 0 0 20px;
}

.employment-wrapper .job-details strong {
	display: inline-block;
	color: #000000;
	min-width: 82px;
}

.employment-wrapper .order_btn {
	color: #FFFFFF;
	margin-top: 15px;
}

.employment-wrapper .q-q-form .order_btn {
	margin-bottom: 10px;
}

.job-details-list li {
	font-size: 15px;
	color: #616161;
	margin-bottom: 5px;
	line-height: 30px;
	list-style: square;
	margin-left: 50px;
	padding-left: 11px;
}

.job-details-wrapper p {
	margin: 0 0 10px;
}

.job-details-list ul {
	margin: 0 0 10px;
}

.aligncenter, img.aligncenter {
	float: none;
	display: block;
	margin: 10px auto 10px;
	clear: both;
}

.alignleft, img.alignleft {
	float: left;
	display: block;
	margin: 8px 20px 0 0;
}

.employment-wrapper .paging + * {
	clear: both;
}

.employment-wrapper .paging {
	padding: 5px 0 20px;
}

.employment-wrapper .paging li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.job-search-item {
	border-bottom: 2px solid #828282;
	border-collapse: collapse;
}

.job-search-item:nth-child(even) {
	background: #f4f4f4;
}

.job-search-item:first-of-type {
	background: #FFFFFF;
}

.job-search-item td {
	border: 1px solid #dadada;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	color: #616161;
	padding: 10px 15px 10px;
}

.job-search-item td a {
	color: #006fa4;
	font-size: 12px;
	letter-spacing: 0.02em;
}

.job-search-item td a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 4px solid #828282;
	margin: 0 3px 0 0;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.job-search-item-header {
	border-top: 3px solid #398fb0;
	border-bottom: 3px solid #398fb0;
	width: 100%;
}

.job-search-item-header td {
	color: #000000;
}

.job-search-item + .paging {
	padding-top: 25px;
}

/* END of Employment pages */
/* BEGIN of Locations page */

.locations-wrapper {
	padding: 10px 0 0;
	margin: 0 0 40px;
	border-bottom: 1px solid #dadada;
	clear: both;
}

.locations-wrapper::after {
	content: "";
	clear: both;
	display: block;
}

.locations-finder-wr {
	background: #28486E;
	color: #FFFFFF;
}

.locations-finder-wr h1 {
	padding: 20px 15px;
	font-weight: 800;
	font-size: 40px;
}

.search-by {
	float: left;
	margin: 5px 10px 0 0;
}

.locations-finder-wr-inner {
	background: #233D5C;
	padding: 25px 15px 15px;
}

.locations-finder-wr .nav-tabs > li > a {
	padding: 5px 8px;
	border-radius: 0;
	color: #FFFFFF;
}

.locations-finder-wr .nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
}

.locations-finder-wr form input[type="submit"] {
	float: right;
	margin: 5px 7px 0 -40px;
	text-indent: -9999px;
	background: transparent url(../images/i-search.png) no-repeat center;
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	outline: none;
}

.locations-finder-wr form input[type="submit"]:hover {
	opacity: .85;
}

.locations-finder-wr form input[type="submit"]:active {
	opacity: .75;
}

.locations-finder-wr form {
	padding: 20px 0 0;
}

.locations-finder-wr input[type="checkbox"] {
	margin: 5px 10px 0 0px;
	display: inline-block;
	float: left;
	cursor: pointer;
}

.locations-finder-wr label {
	cursor: pointer;
	font-weight: normal;
}

.locations-finder-wr a.tooltips {
	display: inline-block;
	background: #172A40;
	padding: 0px 0px;
	text-align: center;
	width: 19px;
	height: 19px;
	color: #ffffff;
	margin: 0 0 0 7px;
}

.locations-finder-wr a.tooltips:hover {
	color: #FFFFFF;
}

.locations-finder-wr .checkboxes {
	background: #FFFFFF;
	margin: 13px 0 0;
	padding: 15px 15px 12px;
	border-radius: 4px;
	color: #505050;
}

.locations-finder-wr .checkboxes h4 {
	border-bottom: 1px solid #5A5A5A;
	padding: 0 0 8px;
	margin: 0 0 15px;
}

#map {
	width: 100%;
	min-height: 650px;
}

.locations-search-items {
	max-height: 300px;
	overflow-y: auto;
}

.locations-search-item {
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	position: relative;
	padding: 10px 15px 30px;
	margin: 0 0;
	font-size: 12px;
	line-height: 16px;
}

.locations-search-item > a {
	display: block;
}

.locations-search-item span {
	display: block;
}

.locations-search-item .last-links {
	position: absolute;
	bottom: 5px;
	left: 30.6%;
}

.locations-search-item .last-links a {
	padding: 0 10px 0 0;
	color: #CD2027;
}

.locations-search-item .last-links a:first-child {
	background: url(../images/storeInfornation.png) no-repeat left center;
	padding-left: 16px;
}

.locations-search-item .last-links a:hover {
	opacity: .85;
}

.locations-search-item img {
	margin: 3px auto 8px;
	display: block;
}

.locations-search-item::after {
	content: "";
	clear: both;
	display: block;
}

.locations-search-item .col-xs-3 {
	text-align: center;
}

.locations-wrapper *::-webkit-scrollbar {
	width: 15px;
}

.locations-wrapper *::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px 0 #DCDCDC;
}

.locations-wrapper *::-webkit-scrollbar-thumb {
	background-color: #233D5C;
	border-top: 1px solid #FFFFFF;
	outline: none;
	border-radius: 4px;
}

/* END of Locations page */
/* BEGIN of Blog pages */


.blog-wrapper {
	padding: 0 0 50px;
}

.blog-wrapper h3 {
	font-size: 22px;
	padding: 7px 0 18px;
}

.blog-wrapper p {
	line-height: 30px;
	margin: 0 0 20px;
}

.blog-wrapper p a {
	color: #006fa4;
}

.blog-wrapper .tab-pane {
	padding-top: 10px;
}

.blog-item {
	border-bottom: 1px solid #d7d6d6;
	padding: 8px 0 16px;
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #616161;
}

.blog-item::after {
	content: "";
	clear: both;
	display: block;
}

.blog-item p a {
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #006fa4;
}

.blog-item h4 a {
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	color: #006fa4;
}

.blog-item h6 a {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #006fa4;
}

.blog-item p {
	margin: 0;
	line-height: 18px;
}

.blog-item h4 {
	padding: 9px 0 7px;
}

.blog-sidebar ul.col-xs-6 li a {
	background: transparent url(../images/i-list-style.png) no-repeat left center;
	padding: 0 0 0 16px;
	font-size: 12px;
	line-height: 20px;
}

.blog-sidebar .title {
	clear: both;
	color: #000000;
	padding: 10px 0 10px;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
}

.blog-sidebar .connect {
	clear: both;
	background: transparent;
	margin-bottom: 40px;
	padding: 15px 0 15px;
}

.blog-sidebar .search-blog {
	float: none;
	min-width: 0;
	border: 1px solid #dadada;
	padding: 3px 3px 3px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	margin: 0 0 3px;
}

.blog-sidebar .search-blog:after {
	content: "";
	display: block;
	clear: both;
}

.blog-sidebar input[type="submit"] {
	float: right;
	background: transparent url(../images/i-search-3.png) no-repeat center;
	border: none;
	outline: none;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
}

.blog-article-info {
	border-bottom: 1px solid #dadada;
	padding: 0 0 6px;
	margin: 0 0 11px;
}

.blog-article-info h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	padding: 0 0 8px;
}

.blog-article-info h4 span {
	margin: 0 5px;
}

.blog-article-info h6 {
	font-style: italic;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #747474;
}

.blog-article iframe {
	border: none;
	max-width: 100%;
}

.blog-article p {
	margin: 0 0 10px;
}

.blog-article .seo-div {
	border: none;
	border-top: solid 1px #e8e8e8;
	padding-bottom: 28px;
	padding: 25px 0 17px;
	margin: 18px 0 0;
}

.blog-comment-wr {
	font-size: 14px;
}

.blog-comment-wr h5 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	font-style: italic;
	color: #676767;
}

.blog-comment-wr h6 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #676767;
	padding: 16px 0 11px;
}

.blog-comment-wr .form-control {
	height: 46px;
}

.blog-comment-wr textarea {
	min-height: 250px;
}

.blog-comment-wr input[type="submit"] {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	border: 1px solid #cccccc;
	border-radius: 30px;
	padding: 8px 27px;
	color: #676767;
	background: transparent;
	outline: none;
}

/* END of Blog pages */
/* BEGIN of frozen sidebar */

.sidebar {
	position: relative;
	bottom: auto;
}

.sidebar-fixed {
	position: fixed;
	top: 150px;
	bottom: auto;
	overflow-y: auto;
}

.sidebar-fixed div.title + .list-unstyled {
	/*display: none;*/
}

.sidebar-fixed div.title + .list-unstyled.list-inline {
	display: block;
}

.sidebar div.title {
	background: #f4f4f4;
	padding: 6px 10px;
	margin-bottom: 0;
}

.sidebar-item {
	margin-bottom: 30px;
}

.sidebar div.title a {
	position: relative;
	display: block;
}

.sidebar div.title a:active, .sidebar div.title a:focus {
	color: #333;
}

.sidebar div.title a:hover {
	opacity: .8;
	color: #333;
}

.sidebar .connect div.title {
	margin: 0;
	padding: 0;
}

.sidebar .connect .list-unstyled {
	margin-bottom: 0;
}

.sidebar-fixed div.title a:after {
	/*content: "";*/
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	right: 0;
	top: 7px;
	border: 8px solid transparent;
	border-top-color: #777777;
}

.sidebar div.title + ul li:nth-child(2n) {
	background: none repeat scroll 0 0 #f4f4f4;
}

.sidebar div.title + ul li:nth-child(2n+1) {
	background: transparent;
}

.sidebar .mrgnT30 {
	margin-top: 0;
}

.sidebar .list-unstyled {
	margin-bottom: 30px;
}

.sidebar-fixed::-webkit-scrollbar {
	width: 8px;
}

.sidebar-fixed::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px 0 #DCDCDC;
}

.sidebar-fixed::-webkit-scrollbar-thumb {
	background-color: #2B4E78;
	outline: none;
}

.sidebar-bottom {
	top: auto;
}

.breadcrumb + .col-sm-9 {
	padding-bottom: 40px;
}

/* END of frozen sidebar */

/* BEGIN of ordering fixes */

.consultation-setup label {
	font-size: 15px;
	color: #616161;
	margin-bottom: 13px;
	font-weight: normal;
}

.consultation-setup h4.text-center {
	padding: 15px 0 25px;
}

.consultation-setup select {
	color: #909090;
}

.consultation-setup label span span {
	color: #398FB0;
}

.consultation-setup-info {
	font-size: 15px;
	line-height: 30px;
	color: #616161;
	margin: 15px 0 0;
	font-weight: normal;
}

.consultation-setup-info a {
	display: inline-block;
	color: #398fb0;
	margin: 0 0 0 10px;
}

.consultation-setup-info a i {
	vertical-align: baseline;
	margin: 0 3px 0 0;
}

label i img {
	float: right;
	margin: -7px 0 0px 8px;
}

.od-sum .panel-bg {
	margin: 0 0 0;
}

.od-sum .bd-right {
	border-right: 1px solid #398fb0;
	padding-bottom: 10px;
	padding-top: 10px;
}

.od-sum .od-table th {
	border-top: 1px solid #398fb0 !important;
	border-bottom: 1px solid #398fb0 !important;
}

.od-sum .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #FFFFFF;
}

.od-sum .table-striped > tbody > tr:nth-of-type(even) {
	background-color: #f9f9f9;
}

.od-sum tr:not(:first-of-type) th {
	text-align: center;
}

.od-sum .od-table td, .od-sum .od-table th {
	padding: 8px 5px 8px 15px;
	font-size: 14px;
}

.od-sum .od-table td {
	padding: 6px 5px 6px 15px;
}

.od-sum .panel-body {
	padding: 10px 5px 10px;
}

.total-od-table {
	background-color: #f9f9f9;
	border-top: 3px solid #398fb0;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	clear: both;
}

.total-od-table > div {
	border-bottom: 3px solid #398fb0;
	line-height: 27px;
	padding: 0 0 0 15px;
}

.total-od-table > div span {
	float: right;
	min-width: 96px;
	border-left: 1px solid #dddddd;
	text-align: center;
}

.ordering-1 {
	padding: 7px 0 0;
}

.ordering-1-item {
	border: 1px solid #dddddd;
	color: #23527c;
	padding: 13px 0;
	margin: 0 0 15px;
}

.ordering-1-item a {
	display: block;
	color: #23527c;
}

.ordering-1-item .order_btn {
	color: #FFFFFF;
	background: #23527c;
	margin: 6px -2px 0 0;
	padding: 3px 15px 3px;
}

.ordering-1-item:after {
	content: "";
	display: block;
	clear: both;
}

.ordering-1-item:nth-child(odd) {
	background: #f4f4f4;
}

.ordering-1-item .col-sm-8 {
	padding-top: 25px;
}

/* END of ordering fixes */































/* BEGIN of CSS for responsivness */

@media only screen and (max-width: 1199px) {
	.img-wr {
		padding: 30px 40px 0 0;
	}
	.img-wr img {
		margin: 0 0 35px -5px;
	}
	.carousel-caption h2 {
		font-size: 32px;
		line-height: 34px;
	}
	.slider-wrapper .item.slide-2 .carousel-caption,
	.slider-wrapper .item.slide-3 .carousel-caption {
		padding-left: 0;
	}
	.carousel-caption li {
		font-size: 24px;
		line-height: 30px;
	}
	.img-wr-b {
		background: url(../images/slider-b-1.png) no-repeat 25% 20%;
		background-size: 100%;
	}
	.carousel-caption li:before {
		top: 14px;
	}
	.smartest-office:after {
		margin-left: 0;
	}
	.locations-finder-wr .nav-tabs > li > a {
		padding: 3px 2px;
	}
	.locations-finder-wr h1 {
		font-size: 38px;
	}
	.order-steps ul li {
		margin: 0 10.6% 0 0;
	}
}

@media only screen and (max-width: 991px) {
	.slider-wrapper .cs-container .cs-nav-cont {
		right: 20px;
	}
	.slide-1 img {
		width: 70px;
	}
	.slide-1 .img-wr {
		padding: 80px 0 0 0;
	}
	.img-wr-b {
		background: none;
	}
	.carousel-caption h2 {
		font-size: 27px;
		line-height: 30px;
	}
	.carousel-caption li {
		font-size: 16px;
		line-height: 22px;
	}
	.carousel-caption li:before {
		top: 9px;
	}
	.main-menu ul.navbar-nav > li > a {
		padding: 15px 10px;
	}
	.header.small_nav .main-menu ul.navbar-nav > li > a {
		padding: 15px 10px;
	}
	.bx-wrapper .bx-pager {
		right: 8%;
	}
	.tl-right ul li a {
		padding: 0 4px;
		font-size: 12px;
	}
	.search_txt {
		width: 100px;
	}
	.search_top {
		margin: 0 0 0 10px;
		float: right;
		min-width: 100px;
	}
	.banner .order-now,
	.banner .quick-quote,
	.banner .inb {
		margin: 0 5px 10px;
	}
	li.title,
	.title {
		font-size: 14px;
	}
	.connect ul li,
	.sidebar .connect ul li:nth-child(2n+1) {
		padding: 0;
	}
	.connect ul {
		text-align: center;
	}
	.seo1 {
		font-size: 10px;
	}
	.a-tab .nav-tabs li a {
		font-size: 15px;
		height: 36px;
		margin: 0 2px 0 0;
		padding: 7px 5px;
	}
	.filter-box h5 {
		font-size: 13px;
	}
	p.alignright {
		max-width: 100%;
		margin: 0;
		float: none;
	}
	.job-search-item td {
		font-size: 11px;
		line-height: 14px;
		padding: 3px 4px 3px;
	}
	.locations-finder-wr h1 {
		font-size: 27px;
	}.locations-finder-wr .checkboxes {
		 padding: 15px 5px 12px;
	 }
	.locations-finder-wr .checkboxes h4 {
		font-size: 16px;
	}
	.locations-finder-wr-inner {
		padding: 25px 8px 15px;
	}
	.locations-finder-wr-inner {
		font-size: 11px;
	}
	.locations-finder-wr input[type="checkbox"] {
		margin: 2px 5px 0 0px;
	}
	.order-steps ul li {
		margin: 0 3% 0 0;
	}
}

@media only screen and (max-width: 980px) {
	.affix {
		top: 0;
	}
	.scroll-spy {
		margin-top: 0;
	}
	.banner.about .font-lgt {
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.img-wr {
		height: auto;
		text-align: center;
	}
	.slide-1 .img-wr {
		padding: 10px 0 0;
	}
	.sl-wr .carousel-caption {
		padding: 10px 0 0;
		text-align: center;
	}
	.img-wr {
		padding: 5px 0 0;
	}
	.slide-2 .img-wr img {
		display: inline-block;
		margin: 0;
		max-width: 260px;
		height: 150px;
	}
	.carousel-caption li:before {
		content: none;
	}
	.slide-3 .img-wr img {
		margin: 0;
		max-height: 180px;
	}
	.carousel-caption h2 {
		font-size: 24px;
		line-height: 28px;
		padding: 5px 0 0;
	}
	.slide-3 .carousel-caption ul {
		margin: 10px 0 0 0;
	}
	.slide-images h2 {
		margin: 8px 0 0;
		font-size: 20px;
		position: static;
	}
	.slide-images img {
		max-width: 146px;
		max-height: 65px;
		position: static;
		display: inline-block;
	}
	.slide-images {
		top: 0;
		text-align: center;
	}
	.carousel-caption h1 {
		line-height: 40px;
	}
	.carousel-caption h1 br {
		display: none;
	}
	.main-menu ul.navbar-nav > li:last-child > a {
		padding: 15px 10px;
	}
	footer {
		text-align: center;
		padding: 30px 0 0;
	}
	.newsletter {
		padding: 20px 5px;
	}
	.newsletter .btn {
		float: none !important;
		margin: 0;
	}
	footer .left-border {
		background: none;
	}
	.main-head {
		margin: 0;
	}
	footer .text-right {
		text-align: center;
	}
	.foot-logo {
		margin-top: 20px;
	}
	footer .foot-left li {
		padding-left: 0;
	}
	footer .mar-top {
		margin-top: 0px;
	}
	.servcies .panel-body {
		display: inline-block;
		text-align: left;
		min-width: 270px;
		padding: 15px 0;
	}
	.servcies .panel {
		text-align: center;
	}
	.panel {
		text-align: left;
	}
	.smartest-office:after {
		left: 48%;
	}
	.tl-right {
		padding: 6px 15px 0;
	}
	.header.small_nav .main-menu ul.navbar-nav > li:last-child > a {
		padding: 15px 10px;
	}
	.main-menu ul.navbar-nav > li > a {
		text-align: center;
	}
	.img-wr img {
		margin: 0 0 25px -5px;
	}
	.banner.about {
		padding-top: 10px;
	}
	.banner.about .font-lgt {
		padding: 0 0 10px;
	}
	.order_btn {
		margin: 14px 0 14px 0;
	}
	.a-tab .nav-tabs li a {
		margin: 0 1px 0px 0;
		padding: 7px 5px;
	}
	.order-steps ul li {
		margin: 0 5px 20px 0;
		float: none;
		display: inline-block;
		width: 108px;
		height: 108px;
		box-sizing: border-box;
	}
	.order-steps ul {
		text-align: center;
	}
	.order-steps h2 span {
		font-size: 14px;
	}
	.no-padding-left {
		padding: 0;
	}
	.order-detail {
		margin: 0 0 20px;
	}
	.form-content {
		margin: 30px 0 30px 0;
	}
	.seo1 {
		margin: 3px 0 0;
	}
	.seo-div .no-padding-left {
		padding: 0 15px;
	}
	.vtabs-list > div {
		width: 100%;
		padding: 0 15px;
	}
	.vtab .tab-pane h5 {
		margin: 15px 0;
	}
	.videos li {
		margin-bottom: 25px;
		text-align: center;
	}
	.videodiv {
		margin-right: 0;
		max-width: 100%;
		border: none;
	;
	}
	.left-wwr ul {
		float: none;
	}
	.left-wwr ul:after {
		content: "";
		display: block;
		clear: both;
	}
	#owl-menusmple .owl-item .itm .owl-txt {
		margin-left: 10px;
	}
	#owl-menusmple .owl-item .itm > img {
		margin: 0 5px 0 0;
	}
	.wwr-cni .content-wr {
		margin-left: 0;
	}
	.wwr-cni {
		background: #256797;
	}
	.search-form-wr {
		margin: 0 15px;
	}
	.modal-dialog label {
		display: block;
		height: 25px;
		margin: 10px 0 0;
	}
	.modal-body .col-sm-6:first-of-type {
		margin: 0 0 20px;
	}
	.it-portfolio-content .nav-tabs > li {
		float: left;
		max-width: 25%;
		display: block;
		padding: 0 5px 10px;
	}
	.it-portfolio-content .nav-tabs {
		max-height: 200px;
	}
	.it-portfolio-content h3 {
		padding: 30px 0 16px;
	}
	.filter-box .col-sm-7 {
		padding: 0 15px 15px;
	}
	.inner-wr .col-sm-5 {
		padding-right: 15px;
		max-width: 100%;
	}
	.consultants-main-info .form-control {
		margin: 0 0 15px;
	}
	.q-q-form input[type="text"] + .error {
		margin: -10px 0 5px 0;
	}
	.q-q-form .form-row {
		margin: 0;
		padding: 0;
	}
	.q-q-form .form-row input,
	.q-q-form .form-row select {
		margin: 0 0 15px;
	}
	.q-q-form .form-row [class*="col-"],
	.q-q-form .col-sm-6.col-xs-12 {
		padding: 0;
	}
	.q-q-form .in_btn {
		margin: 0;
	}
	.q-q-form .error-file {
		float: right;
		margin: 5px 0;
	}
	.q-q-form .form-row input[type="file"] {
		margin: 0;
	}
	.q-q-summary-item p {
		font-size: 11px;
		line-height: 14px;
		word-wrap: break-word;
	}
	.q-q-table {
		font-size: 11px;
		line-height: 14px;
	}
	.q-q-table td, .q-q-table th {
		padding: 4px 3px 4px;
	}
	.newsletter-and-alerts-login > .row > .col-sm-6:first-of-type:after {
		content: none;
	}



}

@media only screen and (max-width: 500px) {
	.header .brand img {
		max-width: 250px;
	}
	.header {
		padding: 6px 0 0;
	}
	.tl-right ul {
		float: none;
		display: block;
		text-align: center;
		margin: 6px -15px 6px;
	}
	.tl-right ul li {
		float: none;
		display: inline-block;
	}
	.search_top {
		margin: 0;
		float: none;
		padding: 2px 2px 2px 8px;
	}
	.search_top:after {
		content: "";
		display: block;
		clear: both;
	}
	.search_txt {
		width: 80%;
	}
	.order-now {
		margin: 0 10px 15px;
	}
	.req-buttons {
		margin-top: 20px;
	}
	.feature {
		padding-top: 20px;
	}
	.smartest-office:after {
		left: 46%;
	}
	.banner .order-now,
	.banner .quick-quote,
	.banner .inb {
		margin: 10px 5px 10px;
		display: block;
	}
	.odf p {
		margin: 10px 0 0 0;
	}
	.paging li {
		margin: 0 1px;
		padding: 1px 5px;
	}
	li.next {
		background: none;
	}
	.banner.about .font-lgt {
		text-align: center;
	}
	.breadcrumb {
		margin-bottom: 0;
	}
	.order-steps h2 {
		font-size: 20px;
	}
	.order-steps h2 span {
		font-size: 9px;
	}
	.order-steps ul li {
		margin: 0 -1px 0px 0;
		width: 65px;
		height: 65px;
		border: 2px solid #d0d0d0;
	}
	.order-steps {
		padding: 15px 0 0;
	}
	.od-table th,
	.od-table td {
		padding: 5px 1px;
		word-break: break-word;
		font-size: 9px;
	}
	.l-name p {
		font-size: 11px;
	}
	.panel-bg .col-xs-6 {
		margin: 0 0 10px 0;
	}
	.panel-body {
		padding: 8px;
	}
	.r-content p {
		font-size: 10px;
	}
	.form-content {
		margin: 30px 0 30px 0;
	}
	.order_btn {
		margin: 10px 0;
		background: #398fb0 url("../images/button-bg.jpg") no-repeat scroll 93% 7px;
	}
	.connect .title {
		font-size: 14px;
		margin: 0 0 12px;
	}
	.col-md-3.col-md-offset-1 > ul {
		margin: 0 0 8px;
	}
	.who-list {
		margin: 0;
		padding: 20px 10px 0;
	}
	.what-wedo-wr .resources-content {
		padding: 20px 0;
		margin: 0;
	}
	#owl-menusmple .owl-item .itm .owl-txt {
		float: none;
		clear: both;
		margin: 0 0 0;
		padding: 5px 0 0;
	}
	.col-new-text-label {
		text-align: center;
	}
	.live-chat-wr.active {
		width: 240px;
	}
	.live-chat-content .form-control {
		min-width: 100px;
	}
	.it-portfolio-content .nav-tabs > li {
		max-width: 50%;
	}
	.it-portfolio-content .nav-tabs {
		max-height: 100px;
	}
	.it-portfolio-content .col-sm-12 {
		padding: 0;
	}
	.consultants-wrapper h3 {
		font-size: 19px;
	}
	.a-tab .nav-tabs li a {
		margin: 0 1px 0px 0;
		padding: 3px 2px;
		font-size: 10px;
		height: 22px;
		line-height: 14px;
	}
	.consultants-tab-details {
		padding: 0 0;
	}
}


/* END of CSS for responsivness */


/****************Menu & footer CSS****************/
.what-wedo-wr ul li {position: relative;padding-left: 15px;}
.what-wedo-wr .glyphicon{position: absolute !important;left: 0 !important;top: 10px !important;}
@media screen and (min-width:1200px) and (max-width:80000px)
{
.bg-dp2 .row{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.bg-dp2 .col-md-4.col-sm-4.col-xs-12{-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;min-width: 0;max-width: 100%;}
.gcol{width: 20%;float: left;}
}