/*
Theme Name: QIIC New | English
Author: Xpert Solutions
Author URI: http://www.xpert-online.com/
Developer : asLin
Version: 2.0
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(../../../fonts.googleapis.com/earlyaccess/droidarabickufi.css);

@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('fonts/helveticaneue-regular.eot');
    src: url('fonts/helveticaneue-regular.html') format('truetype'),
	url('fonts/helveticaneue-regular-2.html') format('woff'),
		url('fonts/helveticaneue-regular.svg#HelveticaNeueRegular') format('svg'),
		url('fonts/fonts/helveticaneue-regular.html') format('embedded-opentype');
         
}
@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('fonts/helveticaneue-bold.eot');
    src: url('fonts/helveticaneue-bold.ttf') format('truetype'),
	url('fonts/helveticaneue-bold.html') format('woff'),
	url('fonts/helveticaneue-bold.svg#HelveticaNeueBold') format('svg'),
		 url('fonts/helveticaneue-bold.eot') format('embedded-opentype');
         
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit;
}

body {
	background: #fff;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate; border-spacing: 0;
}

caption, th, td {
	font-weight: normal; text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	-webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1; outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover, a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 *	- Typography
 */

body, 
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both; font-weight: 700;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070; border-left: 4px solid rgba(51, 51, 51, 0.7); color: #707070; color: rgba(51, 51, 51, 0.7); font-size: 18px; font-size: 1.8rem;
	font-style: italic; line-height: 1.6667; margin-bottom: 1.6667em; padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite, blockquote small {
	color: #333; font-size: 15px; font-size: 1.5rem; line-height: 1.6;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

blockquote strong, blockquote b {
	font-weight: 400;
}

address {
	font-style: italic; margin: 0 0 1.6em;
}

code, kbd, tt, var, samp, pre {
	font-family: Inconsolata, monospace; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none;
}

pre {
	background-color: transparent; background-color: rgba(0, 0, 0, 0.01); border: 1px solid #eaeaea; border: 1px solid rgba(51, 51, 51, 0.1); line-height: 1.2; margin-bottom: 1.6em;
	max-width: 100%; overflow: auto; padding: 0.8em; white-space: pre; white-space: pre-wrap; word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea; border-bottom: 1px dotted rgba(51, 51, 51, 0.1); cursor: help;
}

mark, ins {
	background-color: #fff9c0; text-decoration: none;
}

sup, sub {
	font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 *	- Elements
 */

hr {
	background-color: #eaeaea; background-color: rgba(51, 51, 51, 0.1); border: 0; height: 1px; margin-bottom: 1.6em;
}

ul, ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table, th, td {
	border: 1px solid #eaeaea; border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 1.6em; 
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */ 
	width: 100%;
}

caption, th, td {
	font-weight: normal; text-align: left;
}

th {
	border-width: 0 1px 1px 0; font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic; border: 0; height: auto; max-width: 100%; vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}


/**
 * 5.0 Forms
 */

button, input, select, textarea {
	background-color: #f7f7f7; border-radius: 0; font-size: 16px; font-size: 1.6rem; line-height: 1.5; margin: 0; max-width: 100%; vertical-align: baseline;
	border: 1px solid #007dc6;
}

button, input {
	line-height: normal;
}

input, textarea, select {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea; border: 1px solid rgba(51, 51, 51, 0.1); color: #707070; color: rgba(51, 51, 51, 0.7); border: 1px solid #ccc;
}

input:focus,
textarea:focus {
	background-color: #fff; border: 1px solid #c1c1c1; border: 1px solid rgba(51, 51, 51, 0.3); color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1; outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default; opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; background-color: #007dc6; border: 0; color: #fff; cursor: pointer; font-size: 14px; font-weight: 700; padding: 0.7917em 1.5em;
	text-transform: uppercase; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070; background-color: rgba(51, 51, 51, 0.7); outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0; padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em; width: 100%;
}

textarea {
	overflow: auto; vertical-align: top; min-height: 80px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070; color: rgba(51, 51, 51, 0.7); display: block; font-size: 12px; font-size: 1.2rem; font-weight: 700; letter-spacing: 0.04em; line-height: 1.5; 
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em; position: absolute; right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	margin-top: 10px;
}


/**
 *	- Links
 */

a {
	color: #06C; text-decoration: none;
}

a:hover,
a:focus {
	color: #333;
}

/**
 *	- Alignments
 */

.alignleft {
	display: inline; float: left;
}

.alignright {
	display: inline; float: right;
}

.aligncenter {
	display: block; margin-right: auto; margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both; margin-top: 0.4em; margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/**
 *	- Site Structure
 */
#site-wrapper{
	float: left; width: 100%; height: auto; margin: 0; padding: 0;
}
#site-wrapper .layout{
	width: 1180px; margin: 0px auto; position: relative;
}
 
 
/**
 *	- Header
 */
#header-wrapper{
	float: left; width: 100%; height: auto; background: #fff; position: relative; z-index: 10;
}
#header-wrapper .top-nav{
	float: left; width: 100%; height: 45px; background: #007dc6;
}
#header-wrapper .top-nav .secondary-menu{
	float: left; padding: 10px 0px;
}
#header-wrapper .top-nav .secondary-menu ul{
	margin: 0; padding: 0;
}
#header-wrapper .top-nav .secondary-menu ul li{
	list-style: none; float: left; margin-right: 30px;
}
#header-wrapper .top-nav .secondary-menu li a{
	color: #fff; font-size: 12px; text-decoration: none;
}
#header-wrapper .top-nav .secondary-menu li a:hover{
	color: #ccc;
}
/**/
#header-wrapper .top-nav .another-links{
	float: right; padding: 12px 0px;
}
#header-wrapper .top-nav .another-links ul{
	margin: 0; padding: 0;
}
#header-wrapper .top-nav .another-links ul li{
	float:right; list-style: none; margin-left: 28px; position: relative; color: #fff; font-size: 12px;
}
#header-wrapper .top-nav .another-links ul li:before{
	content: ''; position: absolute; top: 3px; left: -14px; width: 1px; height: 15px; background: #fff;
}
#header-wrapper .top-nav .another-links ul li:last-child:before{
}
#header-wrapper .top-nav .another-links li a{
	color: #fff; font-size: 12px; text-decoration: none; padding: 5px 0px;
}
#header-wrapper .top-nav .another-links li a.arabic-link{
	font-family: 'Droid Arabic Kufi', Tahoma ; font-size: 11px;
}
#header-wrapper .top-nav .another-links li a.webmail{
	background: url(images/sprite.png) no-repeat; background-position: 0px -46px; padding-left: 45px;
}
#header-wrapper .top-nav .another-links li a.mobile-version{
	background: url(images/sprite.png) no-repeat; background-position: 0px 0px; padding-left: 25px;
}
#header-wrapper .top-nav .another-links li a.Services{
	background: url(images/sprite.png) no-repeat; background-position: 0px -73px; padding-left: 35px;
}
#header-wrapper .top-nav .another-links li a:hover{
	color: #ccc;
}
#header-wrapper .top-nav .another-links li a.webmail:hover{
	background-position: -94px -46px;
}
#header-wrapper .top-nav .another-links li a.mobile-version:hover{
	background-position: -94px 0;
}
#header-wrapper .top-nav .another-links li a.Services:hover{
	background-position: -97px -73px;
}
/**/
#header-wrapper .top-nav .mobile-apps{
	padding: 6px 0px 0; color: #fff; font-size: 12px; float: right;line-height: 32px;
}
#header-wrapper .top-nav .mobile-apps a.apple{
	background: url(images/sprite.png) no-repeat; background-position: 0px -111px; padding-left: 25px; float: left; width: 32px; height: 32px;
}
#header-wrapper .top-nav .mobile-apps a.android{
	background: url(images/sprite.png) no-repeat; background-position: -39px -111px; padding-left: 25px; float: left; width: 32px; height: 32px; margin-left: 10px; margin-right: 8px;
}
#header-wrapper .top-nav .mobile-apps a.apple:hover{
	background-position: -97px -111px;
}
#header-wrapper .top-nav .mobile-apps a.android:hover{
	background-position: -136px -111px;
}


/**/
#header-wrapper .main-nav{
	float: left; width: 100%; position: relative;
}
#header-wrapper .main-nav .logo{
	float: left; padding: 10px 0px;
}
#header-wrapper .main-nav .logo img{
	width: 330px;
}
/* Main Menu */
#header-wrapper .main-nav .main-menu{
	float: right; margin: 40px 50px 0 0; padding: 0;
}
.main-menu ul{
	margin: 0; padding: 0; position: relative; 
}
.main-menu li { 
	float: left; padding: 0; list-style: none;
}
.main-menu li:first-child a {
}
.main-menu li:first-child a:hover {
}

.main-menu li a { 
	display: block; padding: 13px 0px 3px; color: #007dc6; text-decoration: none; font-size: 13px; text-transform: uppercase; margin: 0px 20px; font-weight: 600;
}
.main-menu li a:hover{ 
	color: #666; 
}

.main-men li:hover > a,
.main-men ul ul :hover > a,
.main-men a:focus {
	/*background: #efefef;*/
}
.main-men li:hover > a,
.main-men a:focus {
}
.main-men ul li:hover > ul {
	display: block;
}

.main-menu li:first-child.current-menu-item > a{
}
.main-menu .current-menu-item > a,
.main-menu .current-menu-ancestor > a,
.main-menu .current_page_item > a,
.main-menu .current_page_ancestor > a {
	color: #666; border-bottom: 2px solid #007DC6;
}

/*-----sub-menu-----*/
.main-menu li ul {
	display: none; opacity: 0; position: absolute; left: 20px; width: 614px; list-style-type: none; padding: 0; margin: 0px 0 0 0; z-index: 999999;
	background: url(images/header-transparent-bg.png) repeat; border-radius: 0px 0px 10px 10px; -moz-border-radius: 0px 0px 10px 10px; -webkit-border-radius: 0px 0px 10px 10px;
}
.main-menu li:hover ul { 
	opacity: 1; display: block;
	
}
.main-menu li ul li {
	float: left; line-height: 40px; margin: 0; padding: 0; width: 204px;
}
.main-menu li ul li:hover {
	background: none;
}
.main-menu li:hover ul li { 
	/*background: #01639d;*/ 
}
.main-menu li ul li a {
	color: #333; padding: 8px 8px; font-size: 12px; font-weight: normal; line-height: 18px; margin: 6px 8px;
}
.main-menu li ul li a:hover {
	color: #fff; background: #1778B3 !important; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border: none;
}
.main-menu li ul li.current-menu-item > a,
.main-menu li ul li.current-menu-ancestor > a,
.main-menu li ul li.current_page_item > a,
.main-menu li ul li.current_page_ancestor > a {
	border-bottom: none; color: #007DC6;
}
.main-menu li ul li.current-menu-item > a:hover,
.main-menu li ul li.current-menu-ancestor > a:hover,
.main-menu li ul li.current_page_item > a:hover,
.main-menu li ul li.current_page_ancestor > a:hover {
	border-bottom: none; color: #fff;
}
/*end of main-menu*/

#header-wrapper .main-nav .search-area{
	float: right; border: 1px solid #007dc6; margin-top: 43px; position: relative; padding: 5px; position: absolute; right: 0px; z-index: 999999;
}
#header-wrapper .main-nav .search-area .expanding-search-btn{ float:right;}
#header-wrapper .main-nav .search-area .search-form { float: right;}
#header-wrapper .main-nav .search-area .search-field { background-color: transparent; background-image: url(images/sprite.png); background-position: -5px -154px;
 background-repeat: no-repeat; /*background-size: 24px 24px;*/ border: none; cursor: pointer; height: 24px; margin: 0px 0; padding: 3px 0 3px 26px; position: relative; 
 -webkit-transition: width 400ms ease, background 400ms ease; transition:         width 400ms ease, background 400ms ease; width: 0;}

#header-wrapper .main-nav .search-area .search-field:focus { background-color: #f1f1f1; border: none; cursor: text; outline: 0; width: 260px; color:#333; font-size: 12px;}
#header-wrapper .main-nav .search-area .search-form .search-submit { display: none;}
#header-wrapper .main-nav .search-area .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important;}



/**
 *	- Slider
 */
#slider-wrapper{
	float: left; width: 100%; height: auto; position: relative; z-index: 5;
}
/**/
#slider-wrapper .front-quiklinks{
	position: absolute; right: 0px; top: 122px; z-index: 9999;
}
#slider-wrapper .front-quiklinks .mobile-apps{
	float: right; width: 230px; background: #007dc6; padding: 7px 0px 7px 12px;
}
#slider-wrapper .front-quiklinks .mobile-apps h2{
	float: left; color: #fff; font-size: 15px; font-weight: 300; margin: 6px 0 0;
}
#slider-wrapper .front-quiklinks .mobile-apps a{
	background: url(images/sprite.png) no-repeat; float: left; width: 38px; height: 38px; margin-top: 0px;
}
#slider-wrapper .front-quiklinks .mobile-apps a.apple{
	background-position: 0px -205px; margin-right: 13px; margin-left: 15px;
}
#slider-wrapper .front-quiklinks .mobile-apps a.apple:hover{
	background-position: -84px -205px;
}
#slider-wrapper .front-quiklinks .mobile-apps a.android{
	background-position: -46px -205px;
}
#slider-wrapper .front-quiklinks .mobile-apps a.android:hover{
	background-position: -130px -205px;
}
#slider-wrapper .front-quiklinks .Services{
	float: right; width: 230px; background: #ff9901; padding: 14px 0px 14px 18px;
}
#slider-wrapper .front-quiklinks .Services a{
	float: left; color: #fff; font-size: 15px; font-weight: 300; padding-left: 60px; position: relative; width: 195px;
}
#slider-wrapper .front-quiklinks .Services a:before{
	content: ''; position: absolute; top: -3px; left: 0px; background: url(images/sprite.png) no-repeat -2px -92px; width: 43px; height: 33px;
}
#slider-wrapper .front-quiklinks .Services a:hover, #slider-wrapper .front-quiklinks .Services a:hover:before{
	background-position: -96px -92px; color: #ccc;
}
/**/
#slider-wrapper .main-slider{
	position: relative;
}
#slider-wrapper .main-slider .tag-line{
	position: absolute; top: 55%; left: 16%; width: 650px; font-size: 38px; color: #fff; text-transform: uppercase; font-weight: 600; line-height: 50px;
	text-shadow: #000 1px 2px 13px;
}



/**
 *	- Content
 */
#content-wrapper{
	float: left; width: 100%; height: auto; position: relative; z-index: 5; top: -100px;
}

/**/
#content-wrapper .request-quote{
	position: fixed; right: 0px; top: 45%; z-index: 99999;
}
#content-wrapper .request-quote img:hover{
	-webkit-filter: grayscale(1); -webkit-filter: grayscale(100%);
	filter: gray; filter: grayscale(100%);
	filter: url(desaturate.html#greyscale);
}
/**/
#content-wrapper .social-media{
	position: fixed; left: 0px; top: 45%; z-index: 99999;
}
#content-wrapper .social-media ul{
	margin: 0; padding: 0; float: left; width: 35px;
}
#content-wrapper .social-media ul li{
	float: left; border: 1px solid #3397D2; list-style: none; margin-bottom: 6px;
}
#content-wrapper .social-media ul li a{
	float: left; width: 29px; height: 29px; background: url(images/social-icon.png) no-repeat; transition: all 0.5s ease;
}
#content-wrapper .social-media ul li a.facebook{
	background-position: -126px 0px;
}
#content-wrapper .social-media ul li a.twitter{
	background-position: -94px 0px;
}
#content-wrapper .social-media ul li a.linkedin{
	background-position: -63px 0px;
}
#content-wrapper .social-media ul li a.instagram{
	background-position: -31px 0px;
}
#content-wrapper .social-media ul li a.youtube{
	background-position: 0px 0px;
}
#content-wrapper .social-media ul li a:hover{
	margin-left: 3px;
}
#content-wrapper .social-media ul li a:hover, #content-wrapper .social-media ul li:hover{
	-webkit-filter: grayscale(1); -webkit-filter: grayscale(100%);
	filter: gray; filter: grayscale(100%);
	filter: url(desaturate.html#greyscale);
}

/*Home Quick Links Carousel*/
/*#content-wrapper .products-carousel{
	float: left; width: 100%; position: relative; margin-top: 30px;
}*/
#content-wrapper .quick-links-carousel{
	width: 100%; position: relative; margin-top: 30px;
}
#content-wrapper .quick-links-carousel .single-section{
	width: 800px;
}
#content-wrapper .quick-links-carousel .single-section .title{
	display: block; text-align: center; position: relative; background-color: transparent; z-index: 1;
}
#content-wrapper .quick-links-carousel .single-section .title span{
	background: #fff; padding: 0 4%;
}
#content-wrapper .quick-links-carousel .single-section .title:before{
	content: ''; border-bottom: 1px solid #c2c2c2; height: 1px; width: 100%; display: block; position: absolute; top: 50%; left: 0; z-index: -1;
}
#content-wrapper .quick-links-carousel .single-section ul{
	width: 100%; min-height: 200px; padding:0px; margin: 0;
}
#content-wrapper .quick-links-carousel .single-section ul li{
	float:left; margin:0 25px 0 0; width: 140px; list-style: none;
}
#content-wrapper .quick-links-carousel .single-section ul li:last-child{
	margin-right: 0px;
}
#content-wrapper .quick-links-carousel .single-section ul li a{
	display:block; width:140px; overflow:hidden; margin:0; opacity:1; position: relative;
}
#content-wrapper .quick-links-carousel .single-section li a:hover{
	opacity:1; color: inherit;
}
#content-wrapper .quick-links-carousel .single-section ul li .diamond-bg{
	float: left; margin: 0px 70px; width:0px; position: relative;
}
#content-wrapper .quick-links-carousel .single-section ul li .diamond-bg .before, 
#content-wrapper .quick-links-carousel .single-section ul li .diamond-bg .after{ 
	height: 0; width: 0; position: absolute; top: 0;
}
#content-wrapper .quick-links-carousel .single-section ul li .diamond-bg .before{
	left: 100%; border-left: 70px solid #007dc6; border-top: 70px solid transparent; border-bottom: 70px solid transparent;
}
#content-wrapper .quick-links-carousel .single-section ul li .diamond-bg .after{
	right: 100%; border-right: 70px solid #007dc6; border-top: 70px solid transparent; border-bottom: 70px solid transparent;
}
#content-wrapper .quick-links-carousel .single-section ul li .icon{
	position: absolute; top: 40px; left: 18px; padding: 5px;
}
#content-wrapper .quick-links-carousel .single-section ul li .product-name{
	float: left; clear:both; font-size: 13px; font-weight: bold; color: #333; padding: 6px 6px 0px; text-align: center; margin-top: 145px; width: 140px;
}
#content-wrapper .quick-links-carousel .single-section ul li .title{
	font-size: 13px; color: #666; font-weight: 300;
}



/**/
#content-wrapper .content-blocks{
	float: left; width: 100%; margin: 40px 0px 30px;
}
#content-wrapper .content-blocks .single-block{
	float: left; width: 350px; height:550px; margin: 0px 65px 0px 0px; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border: 1px solid #ccc;
	position: relative;
}
#content-wrapper .content-blocks .single-block.margin-none{
	margin: 0;
}
#content-wrapper .content-blocks .single-block h2{
	/*font-family: 'HelveticaNeueRegular'; */font-size: 22px; font-weight: bold; margin: 20px; padding-bottom: 8px; color: #007dc6; position: relative;
}
#content-wrapper .content-blocks .single-block h2 .light{
	font-weight: normal;
}
#content-wrapper .content-blocks .single-block h2:after{
	content: ''; position: absolute; bottom: 0px; left: 0px; width: 30px; height: 2px; background: #ccc;
}
#content-wrapper .content-blocks .single-block .thumbnail{
	float: left; width: 348px; height: 200px; overflow: hidden; margin-left: 0px;
}
#content-wrapper .content-blocks .single-block h3{
	float: left; font-size: 14px; font-weight: bold; margin: 20px 20px 0px; color: #666; text-align: left;
}
#content-wrapper .content-blocks .single-block p{
	float: left; padding: 20px; color: #82848a; text-align: left;
}
#content-wrapper .content-blocks .single-block .readmore{
	position: absolute; bottom: 20px; left: 20px; font-size: 15px; font-weight: bold; color: #525252;
	
}
#content-wrapper .content-blocks .single-block .readmore:hover{
	color: #007dc6;
}
#content-wrapper .content-blocks .single-block.news p{
	padding-top: 0px;
}
#content-wrapper .content-blocks .single-block.news .more-news{
	position: absolute; top: 55px; right: 10px; color: #333; font-size: 14px;
}
#content-wrapper .content-blocks .single-block.news .more-news:before{
	font-family: 'FontAwesome'; content: "\f152"; font-size: 15px; padding-right: 5px;
}
#content-wrapper .content-blocks .single-block.news .more-news:hover{
	color: #007dc6;
}

/**/
#content-wrapper .features-blocks{
	float: left; width: 100%; margin: 0px 0px 0px 0px;
}
#content-wrapper .features-blocks .single-block{
	float: left; width: 350px; height:109px; overflow: hidden; margin: 0px 65px 30px 0px;
}
#content-wrapper .features-blocks .single-block:nth-of-type(3n){
	margin-right: 0px;
}
#content-wrapper .features-blocks .single-block a:hover{
	opacity: 0.8;
}
#content-wrapper .features-blocks .single-block.clients{
	border: 2px solid #ebebeb;
}



/**
 *	- Content
 */
#subpage-content-wrapper{
	float: left; width: 100%; min-height: 600px; position: relative; top: 0px; margin-bottom: 97px;
}
#subpage-content-wrapper .subpage-slider{
	position: relative;
}
#subpage-content-wrapper .subpage-slider .caption{
	position: absolute; top: 22%; left: 15%; width: 400px; font-size: 38px; color: #fff; text-transform: uppercase; font-weight: 300; line-height: 50px;
	text-shadow: #666 1px 2px 9px;
}
#subpage-content-wrapper h1{
	/*font-family: 'HelveticaNeueRegular'; */font-weight: 600; font-size: 30px; color: #007dc6; position: relative; text-transform: uppercase; margin: 0px 0px 15px 0px;
	border-bottom: 1px solid; padding-left: 45px;
}
#subpage-content-wrapper h1:before{
	content: ''; position: absolute; top: 10px; left: 0px; width: 37px; height: 31px; background: url(images/title.png) no-repeat;
}

/**/
#subpage-content-wrapper .content{
	float: left; width: 100%; border-bottom: 1px solid #e0e3e3; padding-bottom: 100px;
}
/*Breadcrumbs*/
#subpage-content-wrapper .breadcrumbs{
	float: left; width: 100%; background: url(images/header-transparent-bg.png) repeat; color: #007dc6; position: relative; top: -40px; z-index: 999;
}
#subpage-content-wrapper .breadcrumbs .current{
	color: #333;
}
#subpage-content-wrapper .breadcrumbs a{
	color: #007dc6;
}
#subpage-content-wrapper .breadcrumbs a:hover{
	color: #333;
}
#subpage-content-wrapper .breadcrumbs .home{
	position: relative;
}
#subpage-content-wrapper .breadcrumbs .home:before{
	font-family: 'FontAwesome'; content: "\f015"; font-size: 25px;
}

/*Inside content social icons Hidden **/
#subpage-content-wrapper #bottomcontainerBox{
	display: none;
}
#subpage-content-wrapper .content .entry-content img {
	float: left; vertical-align: text-top; margin-right: 30px; margin-bottom: 20px;
}
.entry-content ul{
	/*margin-left: 0px;*/
}
.entry-content li{
	/*position: relative; list-style: none; */margin-bottom: 8px;
}
/*.entry-content li:before{
	font-family: FontAwesome; content: "\f0da"; position: absolute; top: -2px; left: -19px; font-size: 20px;
}*/
.entry-content li ul{
	margin-left: 20px;
}
.entry-content li ul li{
	margin-bottom: 4px; list-style: square;
}
.entry-content li ul li:before{
	content: ''; 
}
/**/
.entry-content .readmore{
	float: left; background-color: #007dc6; padding: 3px 25px 3px 10px; color: #fff; position: relative; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	margin-left: 22px;
}
.entry-content .readmore:after{
 	font-family: 'FontAwesome'; content: "\f101"; position: absolute;  top: 4px; right: 10px; font-size: 16px; 
}
.entry-content .readmore:hover{
	background-color: #333; color: #fff;
}

/**/
#subpage-content-wrapper .content .Serviceslink a{
	background-color: #007dc6; padding: 10px 15px 10px 45px; color: #fff; position: relative; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
#subpage-content-wrapper .content .Serviceslink a:before{
	font-family: 'FontAwesome'; content: "\f090"; position: absolute; top: 0px; left: 12px; font-size: 27px;
}
#subpage-content-wrapper .content .Serviceslink a:hover{
	background-color: #333;
}
/**/
#subpage-content-wrapper .social{
	float: left; margin-top: 15px;
}
/**/
.slideshow-wrapper {
  float: left; width: 300px; height: 200px; overflow: hidden; border: 5px solid #FFF; vertical-align: text-top; margin: 0px 10px 10px 0px !important;
}
/**/
.members-list{
	float:left; padding:0px; margin:0px; width:100%; margin-bottom:20px;
}
.members-list li{
	list-style:none; width: 200px; padding: 15px; background-color:#FFF; margin-right:25px; border:1px solid #DDD; height:255px; float:left; margin-bottom: 20px; border-radius: 8px;
}
.members-list li:before{
	display: none;
}
.members-list li:hover{
	border:1px solid #F90;
}
.members-list li img{
	float:left !important; margin: 0px !important; width: 168px; height: auto;
}
.members-list li span.name{
	float:left; width:170px; background-color:#FFF; color:#069; font-size:11px; font-weight:bold;
}
.members-list li span.position{
	float:left; width:170px; background-color:#FFF; color:#666; font-size:11px;
}
/**/
.reports-list{
	float:left; width:100%; padding:0px; margin:0 0 20px;
}
.reports-list li{
	list-style:none !important; float:left; width:100%; margin-bottom: 10px;
}
.reports-list li:before, .reports-list li li:before{
	display: none;
}
.reports-list li a,.reports-list li a:visited{
	padding-left:22px; background-image:url(images/document-pdf-hover.png); background-repeat:no-repeat; background-position:left 41%; color: #333;
}
.reports-list li a:hover{
	background-image:url(images/document-pdf.png); color: #06C;
}
.reports-list li ul li{
	list-style: none !important;
}

/**/
#accordion {
	width:100%; margin: 0; padding: 0;
}
#accordion h4 {
	float:left; width:100%; margin:12px 0px 5px; padding:10px; border-bottom:1px solid #CCC; background-color:#09C; color:#FFF; font-size:16px;
}
#accordion p span {
	cursor:pointer;
}
.faq-title {
	font-family: 'Open Sans', sans-serif; font-size:14px; margin:0px !important; color:#666; background-color:#FFF; width:100%; padding:5px 5px 5px 30px !important; 
	margin-bottom:1px !important; float:left; position: relative;
}
.faq-title:before{
	content: "\f059"; position: absolute; top: 4px; left: 10px; font-size: 16px; font-family: FontAwesome;
}
.faq-title:hover{
	cursor:pointer; color:#FFF; background-color:#F90;
}
.faq_text {
	float:left; width:100%; padding:10px; background-color:#F5F5F5; margin-bottom:10px; border-left:2px solid #069; color:#666;
}
.faq-table {
	float:left; width:100 !important; border-top:1px solid #CCC; margin-bottom:10px;
}
.faq-table td {
	padding:5px; border-bottom:1px solid #CCC; text-align:left;
}
.fax-text-two {
	float:left; width:100%;
}
/**/
.dsm-content{
	width:100%!important; outline:none; overflow: hidden;
}
.dsm-content .entry-content{
 	background-color:#FFF; padding-top:20px !important; float:left; width:100%; 
}
.dsm-content .entry-title{
	position: relative; z-index: 999; background: #fff;
}
.dsm-content .ddpp{
	float: left; width:100%; position: relative; z-index: 999; background: #fff; padding: 20px 20px 20px 444px; top: -15px;
}
.dsm-page{
	float:left; width:100%; height:770px; margin-left:-300px; margin-top:-266px; border:none !important;
}


/** Contact Us page **/
#subpage-content-wrapper .content .contact-box{
	float: left; width: 100%; clear: both; margin-bottom: 30px;
}
#subpage-content-wrapper .content .contact-details{
	float: left; width: 50%;
}
#subpage-content-wrapper .content .location-map{
	float: right; width: 45%;
}
#subpage-content-wrapper .content .location-map iframe{
	width: 100%; height: 250px;
}




/**
 *	- Footer
 */
#footer-wrapper{
	float: left; width: 100%; margin-top: -100px;
}
#footer-wrapper .footer{
	float: left; width: 100%; border-top: 1px solid #e0e3e3; margin-top: 20px; padding-top: 30px; margin-bottom: 10px;
}
#footer-wrapper .footer .sitemap{
	float: left; margin-bottom: 60px;
}
#footer-wrapper .footer .sitemap ul{
	margin: 0; padding: 0;
}
#footer-wrapper .footer .sitemap ul li{
	float: left; margin-right: 57px; list-style: none; 
}
#footer-wrapper .footer .sitemap ul li:last-child{
	margin: 0;
}
#footer-wrapper .footer .sitemap li a{
	float: left; width: 190px; font-family: 'HelveticaNeueBold'; font-size: 16px; color: #007dc6; font-weight: 600; border-bottom: 2px solid #b2b3b6; 
	padding-bottom: 15px; margin-bottom: 15px;
}
#footer-wrapper .footer .sitemap ul li li{
	margin: 0 0 5px 0; padding: 0; clear: both;
}
#footer-wrapper .footer .sitemap ul li li a{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #7d7d7d; font-weight: normal; border: none; padding: 0; margin: 0;
}
#footer-wrapper .footer .sitemap ul li li a:hover{
	color: #ccc;
}

/**/
#footer-wrapper .footer .secure{
	float: left; width: 153px; height: 36px; 
}
#footer-wrapper .footer .iso-certificates{
	float: right; width: 181px; height: 60px;/* background: url() no-repeat -422px -57px;*/
}
#footer-wrapper .copyrights{
	float: left; width: 100%; height: 40px; background: #b2b3b6;
}
#footer-wrapper .copyrights p{
	font-family: Arial, Helvetica, sans-serif; font-size: 11.5px; font-weight: bold; color: #fff; margin: 12px 0px;
}
#footer-wrapper .copyrights p.copy-right{
	float: left;
}
#footer-wrapper .copyrights p.powered-by, #footer-wrapper .copyrights p.powered-by a{
	float: right; color: #fff;
}
#footer-wrapper .copyrights p.powered-by a:hover{
	color: #E2E2E2;
}


/*** Quotation Form and Interact Form Styles ***/
#quotation, #interact-form{
	float:left; width:100%; padding:0px; margin: 25px 20px;
}
#TB_ajaxContent h2{
	color: #666; font-size: 18px; margin-left: 20px;
}
#quotation ul, #interact-form ul {
	padding:0px; margin:0px; float:left; width:100%;
}
#quotation ul li, #interact-form ul li{
	float:left; list-style:none; width:100%; padding:0px; margin:0px 0px 10px 0px;
}
#quotation ul li:before, #interact-form ul li:before{
	display: none;
}
#quotation ul li label, #interact-form ul li label{
	float:left; width:35%; font-size: 15px; color: #007dc6;
}
#quotation ul li input, #interact-form ul li input{
	float:left; padding:10px; width:400px; outline:none;
}
#quotation ul li select, #interact-form ul li select {
	float: left; width: 400px; padding: 10px;
}
#quotation ul li textarea, #interact-form ul li textarea {
	float: left; width: 400px; height: 100px; padding: 10px; border: 1px solid #CCC; overflow:auto; border: 1px solid #007dc6;
}
#quotation ul li input[type="button"],#interact-form ul li input[type="button"]{
	text-transform:capitalize;
}

.i-success, .q-success{color: #0C0;}
.i-error-name, .i-error-email, .i-error-phone, 
.q-error-name, .q-error-email, .q-error-phone{ color: #F00;}


/*Product Page*/
.product-list li, .e-forms-list li, .list li{
	position: relative; list-style: none; margin-bottom: 8px;
}
.product-list li:before, .e-forms-list li:before, .list li:before{
	font-family: FontAwesome; content: "\f0da"; position: absolute; top: -2px; left: -19px; font-size: 20px;
}

/**/
.calculate-btn, .reset-btn, .print-btn{
	position: relative;
}
.calculate-btn:before, .reset-btn:before, .print-btn:before{
	font-family: FontAwesome; position: absolute; top: -2px; left: 15px; font-size: 16px; color: #fff;
}
.calculate-btn:before{
	content: "\f1ec";
}
.reset-btn:before{
	content: "\f12d";
}
.print-btn:before{
	content: "\f02f";
}
.calculate-btn input[type="button"], .reset-btn input[type="button"], .print-btn input[type="button"]{
	padding-left: 40px;
}

/*  Page */
.customer-services li{
	list-style: none; position: relative; margin-bottom: 15px;
}
.customer-services li:before{
	display: none;
}
.customer-services li a{
	position: relative; padding: 5px 15px 5px 0px; font-weight: 600; color: #333;
}
.customer-services li a:hover{
	color: #06C;
}
.customer-services li a .fa{
	font-family: FontAwesome; color: #007dc6; font-size: 18px; padding-right: 5px;
}


/*  Page */
.single-news{
	float: left; width: 100%; margin-bottom: 30px; padding-bottom: 30px; position: relative;
}
.single-news:after{
	content: ''; position: absolute; left: 40%; bottom: 0px; background-color: #E7E7E7; width: 300px; height: 1px;
}
.single-news .news-title h2 a{
	color: #333;
}
.single-news .news-content{
	margin-left: 22px; float: left; width: 100%;
}
.single-news .news-content p{
	margin-bottom: 5px;
}
.published-date{
	font-size: 13px; color: #000;
}

/* Careers Page */
table.job-apply-table th{
	font-weight: normal !important;
}
table.job-apply-table input[type="submit"]{
	margin-left: 468px;
}


/** Medical Network Page **/
.tablepress{
	border: 1px solid #f1f1f1 !important; font-size: 13px;
}
.tablepress tfoot th, .tablepress thead th{
	background-color: rgba(214, 214, 214, 0.75) !important; color: #007dc6; padding: 2px 8px;
}
.column-filter-widgets{
	float: right;
}
.column-filter-widget{
	height: 70px;
}
.column-filter-widget select{
	padding: 5px; width: 200px;
}
.dataTables_wrapper label input, .dataTables_wrapper label select{
	margin: 5px !important;
}
.tablepress thead th.column-1{
	width: 80px !important;
}
.tablepress thead th.column-2{
	width: 80px !important;
}
.tablepress thead th.column-3{
	width: 160px !important;
}
.tablepress thead th.column-4{
	width: 80px !important;
}
.tablepress thead th.column-5{
	width: 160px !important;
}
.tablepress thead th.column-6{
	width: 80px !important;
}
.tablepress thead th.column-7{
	width: 80px !important;
}
.tablepress thead th.column-8{
	width: 50px !important;
}
.tablepress thead th.column-9{
	width: 80px !important;
}
.tablepress td, .dataTables_length, .dataTables_filter, .column-filter-widget, .dataTables_info, .dataTables_paginate{
	font-size: 13px;
}
.dataTables_info{
	color: #999;
}
.filter-term{
	position: relative;
}
.filter-term:after{
	font-family: 'FontAwesome'; content: '\f057'; position: absolute; top: -2px; right: 8px; font-size: 15px; color: red;
}
.filter-term:hover:after{
	color: #900;
}


/** Scroll Top **/
.scrollToTop{
	width:36px; 
	height:36px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:70px;
	right:60px;
	display:none;
	background: url(images/scroll-top.png) no-repeat;
}
.scrollToTop:hover{
	text-decoration:none;
}










