/*
==========================
	Theme Name: Health Care
	Theme URI: http://aonetheme.com/
	Description: Health Care Theme by aonetheme
	Version: 1.0.0
	Author: Aonetheme Team
	Author URI: http://themeforest.net/user/aonetheme
    Text Domain: service-finder
	Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, sticky-post, theme-options, translation-ready
	License: 
	License URI: 
==========================
*/


/*
==========================
	Theme Name: Health Care
==========================
*/


/*
======================================
  || CSS TABLE CONTENT ||  
======================================

---------------------------------------------------------------
1. GENERAL 
---------------------------------------------------------------
---------------------------------------------------------------
2. HEADING & TITLE 
---------------------------------------------------------------
---------------------------------------------------------------
3. TITLE SEPARATOR LINE 
---------------------------------------------------------------
---------------------------------------------------------------
4. TEXT & PARAGRAPH 
---------------------------------------------------------------
---------------------------------------------------------------
5. LISTING STYLES 
---------------------------------------------------------------
---------------------------------------------------------------
6. BOX SPACING (inner & outer spacing)
	>padding
	>marging
---------------------------------------------------------------
---------------------------------------------------------------
7. POSITIONS css ( absolute & relative & statice)
---------------------------------------------------------------
---------------------------------------------------------------
8. COLOR (text & background) 
	>text color
	>background color
---------------------------------------------------------------
---------------------------------------------------------------
9. OVERLAY ( transparient background )
---------------------------------------------------------------
---------------------------------------------------------------
10. BOXES CSS 
---------------------------------------------------------------
---------------------------------------------------------------
11. IMAGES OVERLAY EFFECTS (overly animation on images)  
---------------------------------------------------------------
---------------------------------------------------------------
12. IMAGES EFFECTS (image animation in images)  
---------------------------------------------------------------
---------------------------------------------------------------
13. CUSTOM ELEMENTS 
---------------------------------------------------------------
---------------------------------------------------------------
14. TRANSITION (Slow animateion speed) 
---------------------------------------------------------------
---------------------------------------------------------------
15. BUTTONS STYLE 
---------------------------------------------------------------
---------------------------------------------------------------
16. FORM  ELEMENTS
---------------------------------------------------------------
---------------------------------------------------------------
17. TABLES 
---------------------------------------------------------------
---------------------------------------------------------------
18. WP DEFAULT 
---------------------------------------------------------------
---------------------------------------------------------------
19. BLOG
	>blog post listing
	>side bar
	>single blog
	>comment listing
	>comment form  
--------------------------------------------------------------- 
---------------------------------------------------------------
20. HRADER (top part of page)
---------------------------------------------------------------
---------------------------------------------------------------
21. PAGE TOP BAR (left & right content)
	>eamil-phone
	>social-links
	>language
---------------------------------------------------------------
---------------------------------------------------------------
22. LOGO ( company identify  symbol )
	>logo for header
	>logo for footer
---------------------------------------------------------------
---------------------------------------------------------------
23. MAIN BAR ( place logo & main-navigation )
---------------------------------------------------------------
---------------------------------------------------------------
24. NAVIGATIONS 
	>mena-menu
	>mobile-menu
	>footer-menu
--------------------------------------------------------------- 
---------------------------------------------------------------
25. BANNER
---------------------------------------------------------------
---------------------------------------------------------------
26. SLIDER
---------------------------------------------------------------
---------------------------------------------------------------
27. PAGINATION 
---------------------------------------------------------------
---------------------------------------------------------------
28. FOOTER
--------------------------------------------------------------- 
---------------------------------------------------------------
29. PAGE-CONTENT
---------------------------------------------------------------
---------------------------------------------------------------
30. INNER-CONTENT
---------------------------------------------------------------
---------------------------------------------------------------
31. AFTER-LOGIN-CONTENT
---------------------------------------------------------------

End Content

*/


/*---------------------------------------------------------------
1. GENERAL 
---------------------------------------------------------------*/
body {
	background:#FFF url(inc/images/background/bg1.jpg) center no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight:400; 
	color:#767676;
	padding:0;
	margin:0; 
	overflow-x: hidden;
}  

a {
  color: #1BBCE8;
  outline: 0 none;
  text-decoration:none;
}

a:hover,
a:focus {
  text-decoration:none;
  outline: 0 none;
}

a:active,
a:hover {
  color: #333333;
}

p a{
	color:#333333;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

hr {
	clear:both;
}

section, 
article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
main, 
menu, 
nav, 
summary { 
	display:block; 
}

address {
	font-style:italic;
}

table {
    background-color: transparent;
    width: 100%;
}
table thead th {
	color:#333;
}

table td {
    padding:15px 10px;
}

p, 
address, 
pre, 
hr, 
ul, 
ol, 
dl, 
dd, 
table {
	margin-bottom:24px;
}

.overflow-hide {
	overflow:hidden;
}
.overflow-auto {
	overflow:auto;
}
.clear { 
	clear:both; 
}

.pull-none { 
	float:none;
}

::-moz-selection {
	background: #3396d1;
	color: #fff;
}
::selection {
	background: #3396d1;
	color: #fff;
}

/*---------------------------------------------------------------
2. HEADING & TITLE 
---------------------------------------------------------------*/
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  margin-bottom:24px;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
  color:#3d474a;
}
h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover {
  color:#1BBCE8;
}


h1 {
  font-family:Open Sans;	
  font-weight: 600;	
  font-size: 36px;
  line-height:36px;
  color:#3d474a;
  text-transform:;
}

h2 {
  font-family:Open Sans;	
  font-weight: 600;	
  font-size: 24px;
  line-height:24px;
  color:#3d474a;
  text-transform:;
}

h3 {
  font-family:Open Sans;	
  font-weight: 600;	
  font-size: 20px;
  line-height:24px;
  color:#3d474a;
  text-transform:;
  margin-bottom:20px;
}

h4 {
  font-family:Open Sans;	
  font-weight: 600;	
  font-size: 18px;
  line-height:22px;
  color:#3d474a;
  text-transform:;
  margin-bottom:15px;
}

h5 {
  font-family:Open Sans;	
  font-weight: 600;	
  font-size: 16px;
  line-height:22px;
  color:#3d474a;
  text-transform:;
  margin-bottom:10px;
}

h6 {
  font-family:Open Sans;	
  font-weight: 600;	
  font-size: 14px;
  line-height:18px;
  color:#3d474a;
  text-transform:;
  margin-bottom:10px;
}


/*---------------------------------------------------------------
3. TITLE SEPARATOR LINE 
---------------------------------------------------------------*/
.after-titile-line {
	width:50px;
	height:3px;
	margin: 0 0 20px;
	display: inline-block;
	position: relative;
	background-color:#1bbce8;
}
.aon-bw-line {
	width:100%;
	height:2px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	display:block;
	position: relative;
	background-color:#000;
}
.aon-bw-line:before, 
.aon-bw-line:after {
	content: "";
	width:30%;
	height: 2px;
	background: #fff;
	position: absolute;
	top:0;
	left:0;
	z-index:1;
}
.aon-bw-line:after {
	left: auto;
	right:0;
}

/*---------------------------------------------------------------
4. TEXT & PARAGRAPH 
---------------------------------------------------------------*/
p {
  line-height:20px;
  margin-bottom:20px;
}

strong { 
	font-weight:600;
}

/*text align*/
.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify
}


/*text vertical align*/
.v-align-t { 
	vertical-align:top;
}

.v-align-m { 
	vertical-align:middle;
}

.v-align-b { 
	vertical-align:bottom;
}

/*text no line brack*/
.text-nowrap {
	white-space: nowrap
}


/*text transform*/
.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}


/*text size*/
.font-size-14 { 
	font-size:14px;
}
.font-size-16 { 
	font-size:16px;
}
.font-size-18 { 
	font-size:18px;
}
.font-size-20 { 
	font-size:20px;
}
.font-size-22 { 
	font-size:22px;
}
.font-size-24 { 
	font-size:24px;
}
.font-size-26 { 
	font-size:26px;
}

/*text size*/
.font-weight-300{font-weight:300;}
.font-weight-400{font-weight:400;}
.font-weight-500{font-weight:500;}
.font-weight-600{font-weight:600;}
.font-weight-700{font-weight:700;}
.font-weight-800{font-weight:800;}
.font-weight-900{font-weight:900;}

/*---------------------------------------------------------------
5. LISTING STYLES 
---------------------------------------------------------------*/
dl, ul, ol {
    list-style-position: outside ;
}
ul, ol {
	margin-bottom:24px;
}
 ul li,
 ol li {
    padding:0;
}
dl {
    margin-left:0;
	margin-bottom:30px;
}
dl dd{
    margin-bottom:10px;
}

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-check-circle,
.list-chevron-circle,
.list-arrow-circle,
.list-times-circle {
    margin: 0 0 20px 0;
	padding:0;
	list-style:none; 
}

.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-check-circle li,
.list-chevron-circle li,
.list-arrow-circle li,
.list-times-circle li {
    padding:5px 5px 5px 20px;
    position: relative;
}

.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-check-circle li:before,
.list-chevron-circle li:before,
.list-arrow-circle li:before,
.list-times-circle li:before {
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	font-size:15px;
	color:#777;
}

.list-circle li:before{
	top:10px;
	font-size:10px;
}

.list-circle li:before { content: "\f111"; }
.list-angle-right li:before { content: "\f105"; }
.list-arrow li:before { content: "\f0da"; }
.list-check li:before { content:"\f00c"; }
.list-checked li:before { content:"\f046"; }
.list-check-circle li:before { content:"\f058"; }
.list-chevron-circle li:before { content:"\f138"; }
.list-arrow-circle li:before { content:"\f0a9"; }
.list-times-circle li:before { content:"\f057"; }


/*listing before icon color css*/

ul.primary li:before {
	color:#1BBCE8;	
}
ul.secondry li:before {
	color:#77C04B;	
}
ul.black li:before {
	color:#000;	
}
ul.white li:before {
	color:#fff;	
}
ul.orange li:before {
	color:#FF6600;	
}
ul.green li:before {
	color:#00CC00;	
}
ul.red li:before {
	color:#FF3737;	
}


dl.no-margin, 
ul.no-margin, 
ol.no-margin {
    margin: 0 0 0 0 !important;
	list-style:none;
}

/*listing before numbers*/
ol.list-num-count {
	counter-reset:li;
	padding-left:0;
}
ol.list-num-count > li {
	position:relative;
	margin:0 0 6px 30px;
	padding:4px 8px;
	list-style:none;
}
ol.list-num-count > li:before {
	content:counter(li , decimal);
	counter-increment:li; 
	position:absolute;
	top:0;
	left:-28px;
	width:28px;
	height:28px;
	padding:5px;
	color:#fff;
	background:#1BBCE8;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	-webkit-border-radius:100px;
	border-radius:100px;
}
ol.list-num-count.lower-alpha > li:before {
	content:counter(li , lower-alpha);
}
ol.list-num-count.upper-alpha > li:before {
	content:counter(li , upper-alpha);
}


/*---------------------------------------------------------------
6. BOX SPACING (inner & outer)
---------------------------------------------------------------*/
/*== >padding (around) ======*/
.p-a0 {padding:0;}
.p-a5 {padding:5px;}
.p-a10 {padding:10px;}
.p-a15 {padding:15px;}
.p-a20 {padding:20px;}
.p-a25 {padding:25px;}
.p-a30 {padding:30px;}
.p-a40 {padding:40px;}
.p-a50 {padding:50px;}
.p-a60 {padding:60px;}
.p-a70 {padding:70px;}
.p-a80 {padding:80px;}
.p-a90 {padding:90px;}
.p-a100 {padding:100px;}

/*== >Padding (top) ==*/
.p-t0 {padding-top:0;}
.p-t5 {padding-top:5px;}
.p-t10 {padding-top:10px;}
.p-t15 {padding-top:15px;}
.p-t20 {padding-top:20px;}
.p-t30 {padding-top:30px;}
.p-t40 {padding-top:40px;}
.p-t50 {padding-top:50px;}
.p-t60 {padding-top:60px;}
.p-t70 {padding-top:70px;}
.p-t80 {padding-top:80px;}
.p-t90 {padding-top:90px;}
.p-t100 {padding-top:100px;}

/*== >Padding (bottom) ==*/
.p-b0 {padding-bottom:0;}
.p-b5 {padding-bottom:5px;}
.p-b10 {padding-bottom:10px;}
.p-b15 {padding-bottom:15px;}
.p-b20 {padding-bottom:20px;}
.p-b30 {padding-bottom:30px;}
.p-b40 {padding-bottom:40px;}
.p-b50 {padding-bottom:50px;}
.p-b60 {padding-bottom:60px;}
.p-b70 {padding-bottom:70px;}
.p-b80 {padding-bottom:80px;}
.p-b90 {padding-bottom:90px;}
.p-b100 {padding-bottom:100px;}

/*== >Padding (left) ==*/
.p-l0 {padding-left:0;}
.p-l5 {padding-left:5px;}
.p-l10 {padding-left:10px;}
.p-l15 {padding-left:15px;}
.p-l20 {padding-left:20px;}
.p-l30 {padding-left:30px;}
.p-l40 {padding-left:40px;}
.p-l50 {padding-left:50px;}
.p-l60 {padding-left:60px;}
.p-l70 {padding-left:70px;}
.p-l80 {padding-left:80px;}
.p-l90 {padding-left:90px;}
.p-l100 {padding-left:100px;}

/*== >Padding (right) ==*/
.p-r0 {padding-right:0;}
.p-r5 {padding-right:5px;}
.p-r10 {padding-right:10px;}
.p-r15 {padding-right:15px;}
.p-r20 {padding-right:20px;}
.p-r30 {padding-right:30px;}
.p-r40 {padding-right:40px;}
.p-r50 {padding-right:50px;}
.p-r60 {padding-right:60px;}
.p-r70 {padding-right:70px;}
.p-r80 {padding-right:80px;}
.p-r90 {padding-right:90px;}
.p-r100 {padding-right:100px;}

/*== >Padding (left right) ==*/
.p-lr0 {padding-left:0; padding-right:0; }
.p-lr5 {padding-left:5px; padding-right:5px;}
.p-lr10 {padding-left:10px; padding-right:10px;}
.p-lr15 {padding-left:15px; padding-right:15px;}
.p-lr20 {padding-left:20px; padding-right:20px;}
.p-lr30 {padding-left:30px; padding-right:30px;}
.p-lr40 {padding-left:40px; padding-right:40px;}
.p-lr50 {padding-left:50px; padding-right:50px;}
.p-lr60 {padding-left:60px; padding-right:60px;}
.p-lr70 {padding-left:70px; padding-right:70px;}
.p-lr80 {padding-left:80px; padding-right:80px;}
.p-lr90 {padding-left:90px; padding-right:90px;}
.p-lr100 {padding-left:100px; padding-right:100px;}

/*== >Padding (top bottom) ==*/
.p-tb0 {padding-bottom:0; padding-top:0; }
.p-tb5 {padding-bottom:5px; padding-top:5px;}
.p-tb10 {padding-bottom:10px; padding-top:10px;}
.p-tb15 {padding-bottom:15px; padding-top:15px;}
.p-tb20 {padding-bottom:20px; padding-top:20px;}
.p-tb30 {padding-bottom:30px; padding-top:30px;}
.p-tb40 {padding-bottom:40px; padding-top:40px;}
.p-tb50 {padding-bottom:50px; padding-top:50px;}
.p-tb60 {padding-bottom:60px; padding-top:60px;}
.p-tb70 {padding-bottom:70px; padding-top:70px;}
.p-tb80 {padding-bottom:80px; padding-top:80px;}
.p-tb90 {padding-bottom:90px; padding-top:90px;}
.p-tb100 {padding-bottom:100px; padding-top:100px;}

/*== >margin (around) ======*/
.m-a0 {margin:0;}
.m-a5 {margin:5px;}
.m-a10 {margin:10px;}
.m-a15 {margin:15px;}
.m-a20 {margin:20px;}
.m-a30 {margin:30px;}
.m-a40 {margin:40px;}
.m-a50 {margin:50px;}
.m-a60 {margin:60px;}
.m-a70 {margin:70px;}
.m-a80 {margin:80px;}
.m-a90 {margin:90px;}
.m-a100 {margin:100px;}

/*== >marging (top) ==*/
.m-t0 {margin-top:0;}
.m-t5 {margin-top:5px;}
.m-t10 {margin-top:10px;}
.m-t15 {margin-top:15px;}
.m-t20 {margin-top:20px;}
.m-t30 {margin-top:30px;}
.m-t40 {margin-top:40px;}
.m-t50 {margin-top:50px;}
.m-t60 {margin-top:60px;}
.m-t70 {margin-top:70px;}
.m-t80 {margin-top:80px;}
.m-t90 {margin-top:90px;}
.m-t100 {margin-top:100px;}

/*== >marging (bottom) ==*/
.m-b0 {margin-bottom:0;}
.m-b5 {margin-bottom:5px;}
.m-b10 {margin-bottom:10px;}
.m-b15 {margin-bottom:15px;}
.m-b20 {margin-bottom:20px;}
.m-b30 {margin-bottom:30px;}
.m-b40 {margin-bottom:40px;}
.m-b50 {margin-bottom:50px;}
.m-b60 {margin-bottom:60px;}
.m-b70 {margin-bottom:70px;}
.m-b80 {margin-bottom:80px;}
.m-b90 {margin-bottom:90px;}
.m-b100 {margin-bottom:100px;}

/*== >marging (left) ==*/
.m-l0 {margin-left:0;}
.m-l5 {margin-left:5px;}
.m-l10 {margin-left:10px;}
.m-l15 {margin-left:15px;}
.m-l20 {margin-left:20px;}
.m-l30 {margin-left:30px;}
.m-l40 {margin-left:40px;}
.m-l50 {margin-left:50px;}
.m-l60 {margin-left:60px;}
.m-l70 {margin-left:70px;}
.m-l80 {margin-left:80px;}
.m-l90 {margin-left:90px;}
.m-l100 {margin-left:100px;}

/*== >marging (right) ==*/
.m-r0 {margin-right:0;}
.m-r5 {margin-right:5px;}
.m-r10 {margin-right:10px;}
.m-r15 {margin-right:15px;}
.m-r20 {margin-right:20px;}
.m-r30 {margin-right:30px;}
.m-r40 {margin-right:40px;}
.m-r50 {margin-right:50px;}
.m-r60 {margin-right:60px;}
.m-r70 {margin-right:70px;}
.m-r80 {margin-right:80px;}
.m-r90 {margin-right:90px;}
.m-r100 {margin-right:100px;}

/*== >marging (left right) ==*/
.m-lr0 {margin-left:0; margin-right:0; }
.m-lr5 {margin-left:5px; margin-right:5px; }
.m-lr10 {margin-left:10px; margin-right:10px; }
.m-lr15 {margin-left:15px; margin-right:15px; }
.m-lr20 {margin-left:20px; margin-right:20px; }
.m-lr30 {margin-left:30px; margin-right:30px; }
.m-lr40 {margin-left:40px; margin-right:40px; }
.m-lr50 {margin-left:50px; margin-right:50px; }
.m-lr60 {margin-left:60px; margin-right:60px; }
.m-lr70 {margin-left:70px; margin-right:70px; }
.m-lr80 {margin-left:80px; margin-right:80px; }
.m-lr90 {margin-left:90px; margin-right:90px; }
.m-lr100 {margin-left:100px; margin-right:100px; }

/*== >marging (top bottom) ==*/
.m-tb0 {margin-bottom:0; margin-top:0; }
.m-tb5 {margin-bottom:5px; margin-top:5px; }
.m-tb10 {margin-bottom:10px; margin-top:10px; }
.m-tb15 {margin-bottom:15px; margin-top:15px; }
.m-tb20 {margin-bottom:20px; margin-top:20px; }
.m-tb30 {margin-bottom:30px; margin-top:30px; }
.m-tb40 {margin-bottom:40px; margin-top:40px; }
.m-tb50 {margin-bottom:50px; margin-top:50px; }
.m-tb60 {margin-bottom:60px; margin-top:60px; }
.m-tb70 {margin-bottom:70px; margin-top:70px; }
.m-tb80 {margin-bottom:80px; margin-top:80px; }
.m-tb90 {margin-bottom:90px; margin-top:90px; }
.m-tb100 {margin-bottom:100px; margin-top:100px; }

/*== > colum gap less ==*/
.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
	padding-left:0;
	padding-right:0;
}

/*---------------------------------------------------------------
7. BOX MAX-WIDTH css (  )
---------------------------------------------------------------*/
.max-w100 {max-width:100px; }
.max-w200 {max-width:200px; }
.max-w300 {max-width:300px; }
.max-w400 {max-width:400px; }
.max-w500 {max-width:500px; }
.max-w600 {max-width:600px; }
.max-w700 {max-width:700px; }
.max-w800 {max-width:800px; }
.max-w900 {max-width:900px; }
.max-w1000 {max-width:1000px; }

/*---------------------------------------------------------------
7. MAKE-TABLE css (  )
---------------------------------------------------------------*/
.table-behavior {
	display:table;
}
.table-behavior .table-cell-behavior{
	display:table-cell;
	float:none;
}


/*---------------------------------------------------------------
7. POSITIONS css ( absolute & relative & statice & z-index )
---------------------------------------------------------------*/
.absolute{position:absolute;}
.relative{position:relative;}
.static{position:static;}

.z-index1{z-index:1;}
.z-index2{z-index:2;}
.z-index3{z-index:3;}
.z-index4{z-index:4;}
.z-index5{z-index:5;}
.z-index6{z-index:6;}
.z-index7{z-index:7;}
.z-index8{z-index:8;}
.z-index9{z-index:9;}
.z-index10{z-index:10;}
.z-index100{z-index:100;}
.z-index999{z-index:999;}


/*---------------------------------------------------------------
8. COLOR (text & background)
---------------------------------------------------------------*/

/*=== >text ===*/
.text-white{color:#fff;}
.text-primary{color:#1bbce8;}
.text-black{color:#000;}
.text-gray{color:#666;}
.text-red{color:#F00;}
.text-green{color:#090;}
.text-yellow{color:#FF0;}

/*=== >background color===*/
.bg-transparent{background-color:transparent;}
.bg-primary{background-color:#1bbce8;}
.bg-white{background-color:#FFF;}
.bg-black{background-color:#000;}
.bg-black-light{background-color:#212121;}
.bg-gray{background-color:#f5f6f6;}
.bg-gray-dark{background-color:#d3d3d3;}
.bg-red{background-color:#FF4045;}
.bg-green{background-color:#38E225;}
.bg-yellow{background-color:#F0F52E;}

/*=== >background image===*/
.bg-img-fix { background-attachment:fixed;}

/*---------------------------------------------------------------
9. OVERLAY ( transparient box style  )
---------------------------------------------------------------*/
/*use for section*/
.overlay-black-light,
.overlay-black-middle,
.overlay-black-dark,
.overlay-gradient-light,
.overlay-gradient-middle,
.overlay-gradient-dark,
.overlay-white-light,
.overlay-white-middle,
.overlay-white-dark,
.overlay-primary-light,
.overlay-primary-middle,
.overlay-primary-dark { 
	position:relative ;
}

.overlay-black-light:after,
.overlay-black-middle:after,
.overlay-black-dark:after,
.overlay-gradient-light:after,
.overlay-gradient-middle:after,
.overlay-gradient-dark:after,
.overlay-white-light:after,
.overlay-white-middle:after,
.overlay-white-dark:after,
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after { 
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.overlay-black-light:after,
.overlay-black-middle:after,
.overlay-black-dark:after { 
	background:#000;
}

.overlay-gradient-light:after,
.overlay-gradient-middle:after,
.overlay-gradient-dark:after { 
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}


.overlay-white-light:after,
.overlay-white-middle:after,
.overlay-white-dark:after { 
	background:#FFF;
}

.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after { 
	background:#1bbce8;
}


.overlay-black-light:after { opacity:0.3;}
.overlay-black-middle:after { opacity:0.5;}
.overlay-black-dark:after { opacity:0.9;}

.overlay-gradient-light:after { opacity:0.3;}
.overlay-gradient-middle:after { opacity:0.5;}
.overlay-gradient-dark:after { opacity:0.9;}

.overlay-white-light:after { opacity:0.5;}
.overlay-white-middle:after { opacity:0.7;  }
.overlay-white-dark:after { opacity:0.9;}

.overlay-primary-light:after { opacity:0.3;}
.overlay-primary-middle:after { opacity:0.5;  }
.overlay-primary-dark:after { opacity:0.9;}

.overlay-black-light .container,
.overlay-black-middle .container,
.overlay-black-dark .container,
.overlay-white-light .container,
.overlay-white-middle .container,
.overlay-white-dark  .container,
.overlay-primary-light .container,
.overlay-primary-middle .container,
.overlay-primary-dark  .container,

.overlay-black-light .container-fluid,
.overlay-black-middle .container-fluid,
.overlay-black-dark .container-fluid,
.overlay-white-light .container-fluid,
.overlay-white-middle .container-fluid,
.overlay-white-dark  .container-fluid,
.overlay-primary-light .container-fluid,
.overlay-primary-middle .container-fluid,
.overlay-primary-dark  .container-fluid  { 
	position:relative;
	z-index:1; 
}

/*use for box*/
.overlay-bx { 
	position:absolute; 
	left:0; 
	bottom:0; 
	width:100%; 
	height:100%; 
	text-align:center; 
	z-index:111111; 
	opacity:0; 
	visibility:hidden; 
}

.overlay-icon { 
	list-style:none; 
	width:160px; 
	height:40px; 
	position:absolute; 
	left:50%; 
	top:50%; 
	margin:-20px -75px;    
}

.overlay-icon a { 
	display:inline-block; 
	padding:0;
	margin:0 2px;
}

.overlay-icon a i { 
	background-color:#FFF;
}


.overlay-bx:hover a > i,
.aon-thum-bx:hover .overlay-bx  a > i,
.aon-element-bx:hover .overlay-bx  a > i { 
	opacity:1; 
	visibility:visible; 
	
-webkit-transition: all .5s ease-in-out;
-moz-transition:    all .5s ease-in-out;
-ms-transition:     all .5s ease-in-out;
-o-transition:      all .5s ease-in-out;
transition:         all .5s ease-in-out;

}

.overlay-bx:hover,
.aon-thum-bx:hover .overlay-bx,
.aon-element-bx:hover .overlay-bx  { 
	opacity:1; 
	visibility:visible; 
}

/* show for text */
.overlay-text { 
	width:100%; 
	position:absolute;
	padding:20px;
	color:#FFF;
	left:0; 
	bottom:20px; 
}

.aon-address-bx {
	display:table;
	text-align:left;
	padding:20px 20px 20px 25px;
	width:100%;
	height:100%;
	position:relative;
	font-size:14px;
	vertical-align:middle;
    font-weight:600;
}
.aon-address-bx .fa{
	position:absolute;
	top:22px;
	left:0;
	font-size:22px;
}
.col-md-3 .overlay-text {
	padding:5px;
}
.col-md-4 .overlay-text {
	padding:20px;
}
.aon-address2-bx {
	display:table;
	background:#eaeaea;
	padding:5px 10px;
	margin-bottom:10px
}


/*---------------------------------------------------------------
10. BOXES CSS 
---------------------------------------------------------------*/
.rounded-bx,
.aon-element-bx ,
.icon-bx ,
.icon-bx-small,
.aon-thum-bx,
.aon-post-thum {
	position:relative;	
}

.rounded-bx {
  -webkit-border-radius:100%; 
  -moz-border-radius:100%; 
  border-radius:100%; 	 
}

.border-bx {
  border:1px solid #ccc;	 
}

/*==box content==*/
.aon-element-bx { 
	margin-bottom:30px; 
}
.aon-element-bx.no-margin { 
	margin-bottom:0; 
}

/*== For icons with box ==*/
.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs {
    color: #1bbce8;
	display:inline-block;
    text-align: center;
}

.icon-bx-xl {
	width:180px;
	height:180px;
	line-height:180px;
}

.icon-bx-lg {
	width:120px;
	height:120px;
	line-height:130px;
}

.icon-bx-md {
	width:100px;
	height:100px;
	line-height:100px;
}

.icon-bx-sm {
	width:80px;
	height:80px;
	line-height:80px;
}

.icon-bx-xs {
	width:40px;
	height:40px;
	line-height:40px;
}


.icon-bx-xl i,
.icon-bx-lg i,
.icon-bx-md i,
.icon-bx-sm i,
.icon-bx-xs i {
	vertical-align:middle;
}


.icon-bx-xl i {
	font-size:80px;
}

.icon-bx-lg i {
	font-size:60px;
}

.icon-bx-md i {
	font-size:45px;
}

.icon-bx-sm i {
	font-size:30px;
}

.icon-bx-xs i {
	font-size:20px;
}

.icon-bx-xl img,
.icon-bx-lg img,
.icon-bx-md img,
.icon-bx-sm img,
.icon-bx-xs img {
	vertical-align:middle;
	max-width:100%;
	width:auto; 
}

.icon-bx-xl img {
	height:80px;
}

.icon-bx-lg img {
	height:55px;
}

.icon-bx-md img {
	height:40px;
}

.icon-bx-sm img {
	height:30px;
}

.icon-bx-xs img {
	height:20px;
}

/*== For only icons ==*/
.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
    color: #1bbce8;
	display:inline-block;
    text-align: center;
}

.icon-xl {
	width:120px;
	height:100px;
	line-height:100px;
}
.icon-lg {
	width:100px;
	height:80px;
	line-height:80px;
}
.icon-md {
	width:80px;
	height:60px;
	line-height:60px;
}
.icon-sm {
	width:60px;
	height:40px;
	line-height:40px;
}
.icon-xs {
	width:40px;
	height:30px;
	line-height:30px;
}


.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
	vertical-align:middle;
}

.icon-xl i {
	font-size:80px;
}
.icon-lg i {
	font-size:60px;
}
.icon-md i {
	font-size:45px;
}
.icon-sm i {
	font-size:30px;
}
.icon-xs i {
	font-size:20px;
}

.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
	vertical-align:middle;
	max-width:100%;
	width:auto; 
}
.icon-xl img {
	height:80px;
}
.icon-lg img {
	height:70px;
}
.icon-md img {
	height:50px;
}
.icon-sm img {
	height:30px;
}
.icon-xs img {
	height:20px;
}


/*== place icon with box ==*/
.icon-place-left,
.icon-place-right {
	position:relative;
}
.icon-place-left .icon-xl,
.icon-place-left .icon-lg,
.icon-place-left .icon-md,
.icon-place-left .icon-sm,
.icon-place-left .icon-xs,

.icon-place-right .icon-xl,
.icon-place-right .icon-lg,
.icon-place-right .icon-md,
.icon-place-right .icon-sm,
.icon-place-right .icon-xs {
	position:absolute;
	top:-20px;
}

.icon-place-right .icon-xl,
.icon-place-right .icon-lg,
.icon-place-right .icon-md,
.icon-place-right .icon-sm,
.icon-place-right .icon-xs {
	right:0;
}


/*== before & after for line css==*/
.left-border,
.right-border  {
	position:relative;
}
.left-border:before,
.right-border:before {
	content:"";
	position:absolute;
	top:5px;
	width:1px;
	height:90%;
	background:#CCC;
}
.right-border:before {
	right:0;
}



/*==for images==*/
.aon-thum-bx,
.aon-post-thum { 
	background-color:#FFF; 
}
.aon-thum-bx img,
.aon-post-thum img { 
	width:100%; 
	height:auto; 
}

/*---------------------------------------------------------------
11. IMAGES OVERLAY EFFECTS (overly animation on images)  
---------------------------------------------------------------*/

.aon-img-overlay1,
.aon-img-overlay2,
.aon-img-overlay3,
.aon-img-overlay4,
.aon-img-overlay5,
.aon-img-overlay6,
.aon-img-overlay7,
.aon-img-overlay8,
.aon-img-overlay9 { 
	position:relative; 
}

.aon-img-overlay1:before,
.aon-img-overlay1:after,
.aon-img-overlay2:before,
.aon-img-overlay2:after,
.aon-img-overlay3:before,
.aon-img-overlay3:after,
.aon-img-overlay4:before,
.aon-img-overlay4:after,
.aon-img-overlay5:before,
.aon-img-overlay5:after,
.aon-img-overlay6:before,
.aon-img-overlay6:after,
.aon-img-overlay7:before,
.aon-img-overlay7:after,
.aon-img-overlay8:before,
.aon-img-overlay8:after,
.aon-img-overlay9:before,
.aon-img-overlay9:after {
	content:"";
	background:#000;
	position:absolute; 
	left:0; 
	top:0; 
	width:0; 
	height:0;
	opacity:0.4; 
	z-index:1;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}


/*effect 1*/
.aon-img-overlay1:before {
	width:100%;
	height:100%;
	opacity:0;
}

.aon-img-overlay1:hover:before,
.aon-element-bx:hover .aon-img-overlay1:before { 
	opacity:0.5;
}

/*effect 2*/
.aon-img-overlay2:before {
	width:100%;
	height:100%;
	opacity:0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}

.aon-img-overlay2:hover:before,
.aon-element-bx:hover .aon-img-overlay2:before { 
	opacity:0.9;
}

/*effect 3*/
.aon-img-overlay3:before {
	left:50%; 
	top:50%;
}

.aon-img-overlay3:hover:before,
.aon-element-bx:hover .aon-img-overlay3:before  { 
	width:100%;
	height:100%;
	top:0;
	left:0;
}

/*effect 4*/
.aon-img-overlay4:before {
	left:50%; 
	top:0;
	height:100%;
}

.aon-img-overlay4:hover:before,
.aon-element-bx:hover .aon-img-overlay4:before { 
	width:100%;
	left:0;
}

/*effect 5*/
.aon-img-overlay5:before {
	left:0; 
	top:50%;
	width:100%;
}

.aon-img-overlay5:hover:before,
.aon-element-bx:hover .aon-img-overlay5:before { 
	height:100%;
	top:0;
}

/*effect 6*/
.aon-img-overlay6:before {
	left:0; 
	top:auto;
	bottom:0;
	width:100%;
}

.aon-img-overlay6:hover:before,
.aon-element-bx:hover .aon-img-overlay6:before { 
	height:100%;
}

/*effect 7*/
.aon-img-overlay7:before,
.aon-img-overlay7:after {
	height:100%;
}
.aon-img-overlay7:after {
	left:auto;
	right:0;
}
.aon-img-overlay7:hover:before,
.aon-img-overlay7:hover:after,
.aon-element-bx:hover .aon-img-overlay7:before,
.aon-element-bx:hover .aon-img-overlay7:after
 { 
	width:50%;
}

/*effect 8*/
.aon-img-overlay8:before,
.aon-img-overlay8:after {
	height:100%;
}
.aon-img-overlay8:after {
	left:auto;
	right:0;
}
.aon-img-overlay8:hover:before,
.aon-img-overlay8:hover:after,
.aon-element-bx:hover .aon-img-overlay8:before,
.aon-element-bx:hover .aon-img-overlay8:after { 
	width:100%;
	opacity:0.3;
}

/*effect 9*/
.aon-img-overlay9:before,
.aon-img-overlay9:after {
	
}
.aon-img-overlay9:after {
	left:auto;
	right:0;
	top:auto;
	bottom:0;
	
}
.aon-img-overlay9:hover:before,
.aon-img-overlay9:hover:after,
.aon-element-bx:hover .aon-img-overlay9:before,
.aon-element-bx:hover .aon-img-overlay9:after { 
	width:100%;
	height:100%; 
	opacity:0.3;
}

/*effect 10*/
.aon-img-overlay10:before,
.aon-img-overlay10:after {
	width:100%;
	height:100%;
	opacity:0;
}

.aon-img-overlay10:hover:before,
.aon-element-bx:hover .aon-img-overlay10:before { 
	opacity:0.5;
}

.aon-img-overlay10:hover:after,
.aon-element-bx:hover .aon-img-overlay10:after { 
	width:90%;
	height:80%;
	left:5%;
	top:10%; 
	opacity:0.5;
	background:none;
	border:1px dashed #FFFFFF; 
}


/*---------------------------------------------------------------
12. IMAGES EFFECTS (image animation in images) 

	 1. image-opacity 
	 2. image-zoom 
	 3. image-zoom-slow
	 5. image-shrink 
	 6. image-side-pan 
	 7. image-vertical-pan 
	 8. image-fade-in 
	 9. image-fade-out 
	 10. image-rotate 
	 11. image-sepia 
	 11. image-blurr 
	 12. image-blurr-invert 
	 13. image off color 
	 14. image on color 
---------------------------------------------------------------*/

.aon-img-effect {
	position: relative;
	overflow: hidden;
	display: block;
}
.aon-img-effect img {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
}

/* 1. image-opacity */
.aon-img-effect.opacity img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}

/* 2. image-zoom */
.aon-img-effect.zoom-slow img {
	transition: all 10s;
	-moz-transition: all 10s;
	-webkit-transition: all 10s;
	-o-transition: all 10s;
}
.aon-img-effect.zoom-slow:hover img {
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

/* 2. image-zoom-slow */
.aon-img-effect.zoom:hover img {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

/* 3. image-shrink */
.aon-img-effect.shrink:hover img {
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-moz-transform: scale(0.8);
}

/* 4. image-side-pan */
.aon-img-effect.side-pan:hover img {
	margin-left: -11%;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

/* 5. image-vertical-pan */
.aon-img-effect.vertical-pan:hover img {
	margin-top: -10%;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

/* 6. image-fade-in */
.aon-img-effect.fade-in {
	background: #000
}
.aon-img-effect.fade-in img {
	opacity: 0.65;
	-moz-opacity: 0.65;
	-webkit-opacity: 0.65;
}
.aon-img-effect.fade-in:hover img {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

/* 7. image-fade-out */
.aon-img-effect.fade-out {
	background: #000
}
.aon-img-effect.fade-out:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
}

/* 8. image-rotate */
.aon-img-effect.rotate:hover img {
	-moz-transform: scale(1.5) rotate(-20deg);
	-webkit-transform: scale(1.5) rotate(-20deg);
	-o-transform: scale(1.5) rotate(-20deg);
	-ms-transform: scale(1.5) rotate(-20deg);
	transform: scale(1.5) rotate(-20deg);
}

/* 9. image-sepia */
.aon-img-effect.sepia img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
}
.algo-image-hover.sepia:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

/* 10. image-blurr */
.aon-img-effect.blurr img {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.aon-img-effect.blurr:hover img {
	filter: blur(3px);
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
}

/* 11. image-blurr-invert */
.aon-img-effect.blurr-invert img {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.aon-img-effect.blurr-invert img {
	filter: blur(3px);
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
}
.aon-img-effect.blurr-invert:hover img {
	filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
}

/* 12. image off color */
.aon-img-effect.off-color img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}
.aon-img-effect.off-color:hover img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
}

/* 13. image on color */
.aon-img-effect.on-color img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
}
.aon-img-effect.on-color:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}


/*---------------------------------------------------------------
12. content show on image box () 
---------------------------------------------------------------*/

/* info box show */
.aon-info-has {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:auto;
	padding:30px 40px 40px;
	opacity:0;
	margin-bottom:-100px;
	z-index:2;
}
.aon-info-has.p-a15 {
	padding:15px;
}
.aon-info-has.p-a20 {
	padding:20px;
}

.aon-info-has.bg-primary {
	background-color:rgba(27,188,232,0.9);
}
.aon-info-has.bg-green {
	background-color:rgba(106,179,62,0.9);
}
.aon-info-has.bg-black {
	background-color:rgba(0,0,0,0.6);
}
.aon-info-has.bg-white {
	background-color:rgba(255, 255, 255,0.8);
}
.aon-info-has.bg-white h1,
.aon-info-has.bg-white h2,
.aon-info-has.bg-white h3,
.aon-info-has.bg-white h4,
.aon-info-has.bg-white h5,
.aon-info-has.bg-white h6 {
	color:#3d474a;
}
.aon-info-has.bg-white h1 a,
.aon-info-has.bg-white h2 a,
.aon-info-has.bg-white h3 a,
.aon-info-has.bg-white h4 a,
.aon-info-has.bg-white h5 a,
.aon-info-has.bg-white h6 a {
	color:#3d474a;
}
.aon-info-has.bg-white .aon-info-has-text,
.aon-info-has.bg-white p {
	color:#767676;
}



.aon-info-has h1,
.aon-info-has h2,
.aon-info-has h3,
.aon-info-has h4,
.aon-info-has h5,
.aon-info-has h6,
.aon-info-has p,
.aon-info-has-text,
.aon-info-has a {
	color:#fff;
}
.aon-info-has .aon-info-has-text {
	margin-bottom:20px;
	line-height:24px;
}

.aon-element-bx:hover .aon-info-has,
.aon-thum-bx:hover .aon-info-has {
	opacity:1;
	width:100%;
	margin-bottom:0;
}

.aon-info-has.no-hover  {
	opacity:1;
	width:100%;
	margin-bottom:0;
}

/*---------------------------------------------------------------
12. SORTCODES 
	> no-radius
	> tabs 
	> accordian 
	> alert box
	> modal pop
	> social & social share links
	> info box show
	> breadcrumb menu 
---------------------------------------------------------------*/
/*set-radius*/
.btn,
.panel, 
.form-control,
.img-thumbnail,
.panel-head ing,
.dropdown-menu,
.panel-group .panel,
.nav-tabs > li > a,
.modal-content,
.navbar-toggle,
.nav-pills > li > a,
.pager li > a, 
.pager li > span,
.well,
.alert,
.list-group-item:first-child,
.list-group-item:last-child,
.input-group-addon,
.btn-group-divides > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group-divides > .btn:last-child:not(:first-child), 
.btn-group > .dropdown-toggle:not(:first-child),
.aon-booking-form .aon-extra-services li .icon-bx-lg,
.aon-booking-form .aon-extra-services li.active .icon-bx-lg:after,
.widget_tag_cloud a,
.searchform input[type="text"],
.searchform input[type="submit"],
ol.comment-list li.comment .comment-body {
  -webkit-border-radius: 0; 
  -moz-border-radius: 0; 
  border-radius: 0; 
}


 
/*no-box-shadow*/ 
.panel,
.well { 
	box-shadow:none; 
	-webkit-box-shadow:none;
}
 
.panel-group .panel + .panel{margin:-1px 0 0;}
.panel-default > .panel-heading {
	background-color:#fff;
}


/*== TABS CSS START ======= */
/*tabs style 1 [ defult ]*/
.aon-tabs  .tab-pane { 
	padding:20px 0;
}
.aon-tabs  .nav-tabs > li > a { 
	color:#3d474a;
	font-weight:600;
	font-size:13px;
	-webkit-border-radius: 3px 3px 0 0 ;
	border-radius: 3px 3px 0 0 ;
}
.aon-tabs .nav-tabs > li.active > a, 
.aon-tabs .nav-tabs > li.active > a:focus, 
.aon-tabs .nav-tabs > li.active > a:hover{
	background-color:#fff;
	border-color:#ddd;
	border-bottom:1px solid #FFF;
}
.aon-tabs .nav > li > a:focus, 
.aon-tabs .nav > li > a:hover{
	background-color:transparent;
} 
.aon-tabs .nav li  a:hover{
	border:1px solid transparent;
}

.aon-tabs  .nav-tabs > li > a i{ 
	color:#1BBCE8;
	margin-right:5px;
}

/*tabs bg  [ tabs background ]*/
.aon-tabs.bg-tabs .nav-tabs > li > a {
    border:1px solid #ddd;
	background-color:#efefef;
    margin-right: 2px;
}
.aon-tabs.bg-tabs .nav-tabs > li.active > a {
    border-bottom:1px solid transparent;
	background-color:#fff;
}

.aon-tabs.vertical.bg-tabs .nav-tabs > li > a {
    border:1px solid #ddd;
}
.aon-tabs.vertical.bg-tabs .nav-tabs > li.active > a {
    border-right:1px solid transparent;
}

.aon-tabs.vertical.right.bg-tabs .nav-tabs > li > a {
    border:1px solid #ddd;
}
.aon-tabs.vertical.right.bg-tabs .nav-tabs > li.active > a {
    border-left:1px solid transparent;
}

/*tabs bg & top border  [ tabs background & top border in active ]*/
.aon-tabs.border-top .nav-tabs > li.active > a {
    border-top:2px solid #1BBCE8;
	padding:9px 15px 10px;
}

/*tabs style 2 [ content with border outer ]*/
.aon-tabs.border .tab-pane { 
	padding:20px ;
	border:1px solid #ddd;
	margin-top:-1px;
}

/*tabs style 3  [ left-nav ]*/
.aon-tabs.vertical .nav-tabs {
	float:left;
	width:170px;
	border-bottom:none;
	border-right:1px solid #DDD;
}

.aon-tabs.vertical  .tab-pane { 
	padding:10px 0 10px 20px;
}
.aon-tabs.vertical .nav-tabs li {
	float:none;
	margin-right:-1px;
}
.aon-tabs.vertical .nav-tabs li a {
	margin-right:0;
	border-right:none;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.aon-tabs.vertical .nav-tabs li.active a {
	border-bottom:1px solid #ddd;
}
.aon-tabs.vertical .tab-content{
	border-left:1px solid #DDD;
	margin-left:169px;
	
}

/*tabs style 4  [ left-nav & content with border ]*/
.aon-tabs.vertical.border  .tab-pane { 
	padding:20px;
	margin-left:-1px;
}

/*tabs style 5  [ right-nav ]*/
.aon-tabs.vertical.right .nav-tabs {
    border-left: 1px solid #ddd;
	border-right:none;
    float:right;
}
.aon-tabs.vertical.right .nav-tabs li {
	margin-right:0;
	margin-left:-1px;
}
.aon-tabs.vertical.right .nav-tabs li a {
    border-radius:  0 3px 3px 0;
    border-right:1px solid transparent;
	border-left:none;
}
.aon-tabs.vertical.right .nav-tabs li.active a {
    border-right:1px solid #ddd;
	border-left:none;
}
.aon-tabs.vertical.right .tab-content {
	border-left:none;
	border-right:1px solid #ddd;
	margin-right:169px;
	margin-left:0;
}
.aon-tabs.vertical.right  .tab-pane { 
	padding:10px 20px 10px 0;
}

/*tabs style 6  [ right-nav & content with border ]*/
.aon-tabs.vertical.right.border  .tab-pane { 
	padding:20px;
	margin-right:-1px;
}


/*== ACCORDIAN CSS START ==*/
.aon-accordion .panel {
	border:none;
	border-radius:0;
	margin-bottom:-1px;
}

.acod-head {
	position:relative;
}
.acod-title {
	margin-top:0;
	margin-bottom:0;
}
.acod-head .fa {
	margin-right:5px;
}
.acod-head a {
	display:block;
	padding:12px 40px 12px 15px;
	border:1px solid #ddd;
}
.acod-head a,
.acod-head a:hover,
.acod-head a.collapsed:hover {
	color:#1BBCE8;
}

.acod-head a.collapsed,
.acod-head a.collapsed:after  {
	color:#3d474a;
}
.acod-head a:after {
    font-family:'FontAwesome';
	content:"\f068";
    float: right;
    color:#1BBCE8;
	font-size:14px;
	font-weight:normal;
	position:absolute;
	right:12px;
	top:12px;
}
.acod-head a.collapsed:after {
   content:"\f067"; 
}
.acod-body {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-top:1px solid transparent;
	margin-top:-1px;
}
.acod-content {
	margin:20px;
}

/*== accordian rounded corners ==*/
.aon-accordion.rounded .panel:first-child .acod-head a{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.aon-accordion.rounded .panel:last-child .acod-head a.collapsed{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.aon-accordion.rounded .panel:last-child .acod-body{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.aon-accordion.rounded .panel:last-child .acod-body.in{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*== accordian space between panel ==*/
.aon-accordion.space .panel {
	margin-bottom:5px;
}
.aon-accordion.rounded.space .panel .acod-head a{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.aon-accordion.rounded.space .panel .acod-head a.collapsed{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.aon-accordion.rounded.space .panel .acod-body{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*== accordian background for title ==*/
.aon-accordion.bg-title .acod-head a{
    background-color:#F7F8FA;
}

/*== accordian no cover border with content area ==*/
.aon-accordion.no-cover .acod-body {
    border:none;
}
.aon-accordion.no-cover .acod-content {
	padding-left:20px;
	margin-right:10px;
	border-left:2px solid #e8e8e8;
	position:relative;
}
.aon-accordion.no-cover .acod-content:after{
	content:"";
	position:absolute;
	bottom:0;
	left:-5px;
	width:8px;
	height:8px;
	background-color:#fff;
	border:2px solid #e8e8e8;
}

/*== accordian title bottom bordered ==*/
.aon-accordion.border-bottom .acod-head a {
    border-left:none;
	border-right:none;
	border-top:none;
	padding-left:0;
}

/*== accordian title bottom bordered with colored ==*/
.aon-accordion.border-bottom.no-border .acod-head a {
    border:none;
}
.aon-accordion.no-border .acod-content {
    margin-top:10px;
	margin-bottom:10px;
}

/*== > ALART BOX CSS START ==*/
.alert.alert-sm {
	padding:5px 15px;
	font-size:12px;
}
.alert.alert-lg {
	padding:25px 15px;
	font-size:16px;
}
.alert.alert-xl {
	padding:35px 15px;
	font-size:18px;
}
.alert[class*="alert-"] i{
	margin-right:8px;
}
.alert.no-radius{
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
.alert.no-bg{
	background-color:transparent;
	border-width:2px;
}
.alert[class*="alert-"] ul {
	padding-left:25px;
	margin-top:10px;
}
.alert[class*="alert-"] ul li:before {
	color:#a94442 ;
}

/*== > PRICING BOX CSS START ==*/
.pricingtable-inner {
	text-align:center;
}
.pricingtable-price {
	padding:20px 20px;
	background-color:#F4F7F8;
	border:1px solid #E9E9E9;
}
.pricingtable-bx {
	font-size:50px;
	font-family:Arial;
	color:#666666;
}
.pricingtable-type {
	font-size:20px;
	text-transform:uppercase;
	font-size:16px;
}
.pricingtable-type:before {
	content:"/";
	margin-right:3px;
	
}
.pricingtable-title {
	background-color:#1BBCE8;
	padding:20px;
	text-transform:uppercase;
	
}
.pricingtable-title * {
	margin:0;
	color:#fff;
	font-weight:800;
}
.pricingtable-features {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #E9E9E9;
}
.pricingtable-features li {
	padding:12px;
	border-bottom:1px solid #E9E9E9;
}
.pricingtable-features li i{
	margin:0 3px;
}
.pricingtable-features li:nth-child(even) {
	background-color:#F4F7F8;
}
.pricingtable-features li:last-child {
	border-bottom:none;
}
.pricingtable-footer {
	margin-top:-1px;
	padding:20px;
	background-color:#F4F7F8;
	border:1px solid #E9E9E9;
}

.pricingtable-highlight {
	margin:-20px 0;
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
	position:relative;
	z-index:99;
}
.pricingtable-highlight .pricingtable-price {
	padding:30px 20px;
}
.pricingtable-highlight .pricingtable-footer {
	padding:30px 20px;
}
.no-col-gap .pricingtable-wrapper {
    margin-left: -1px;
}

/*== > Silder main CSS==*/
.mian-slider .slider-text {
	text-align:center;
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	margin:-30px 0;
}
.mian-slider .slider-text strong {
	font-family:"minim100";
	font-size:50px;
	font-weight:bold;
	padding:0 70px;
	opacity:0.6;
}

@media only screen and (max-width: 991px) {
	
.mian-slider .slider-text {
	margin:-20px 0;
}	
.mian-slider .slider-text strong {
	font-size:35px;
}
}
@media only screen and (max-width: 767px) {
	
.mian-slider .slider-text {
	margin:-10px 0;
}	
.mian-slider .slider-text strong {
	font-size:25px;
}
.mian-slider .slider-text strong {
	padding:0 20px;
}
}
@media only screen and (max-width: 480px) {
	
.mian-slider .slider-text {
	margin:-5px 0;
}	
.mian-slider .slider-text strong {
	font-size:15px;
}
}




.mian-slider .owl-controls {
	opacity:0;
}
.mian-slider:hover .owl-controls {
	opacity:1;
}
.mian-slider .owl-prev,
.mian-slider .owl-next {
	margin-left:10px !important;
	margin-right:10px !important;
}



/*== > MODAL POP CSS START ==*/

.modal-header {
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;	
	-moz-border-radius: 3px 3px 0 0;
}
.modal-footer {
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;	
	-moz-border-radius: 0 0 3px 3px;
}

.modal-header { 
	background:#1bbce8;
	padding:15px 25px;
}

.modal-header .modal-title { 
	color:#fff;
}

.modal .modal-body {
	padding:25px;	
}

.modal-xlg {
	width:1000px;	
}

.provider_registration .bootstrap-select div.dropdown-menu ul li a {
	font-weight:600;
}
.provider_registration .bootstrap-select div.dropdown-menu ul li a span.childcat{
	font-weight:400;
    color:#7c7c7c;  
}


@media only screen and (max-width: 1024px) {
	
.modal-xlg {
	width:auto;
	margin-left:15px;
	margin-right:15px;	
}	

}

/*== social links ==*/
ul.aon-social-links {
	display:inline-block;
	margin:0 -3px;
	padding:0;
}

ul.aon-social-links li { 
	display:inline-block;
	padding:0;
	font-size:12px; 
}

ul.aon-social-links li a { 
	display:inline-block;
	width:24px;  
	height:24px;
	padding:4px; 

}

ul.aon-social-links li .fa { 
	vertical-align:middle;
}

/* social links with border */
ul.aon-social-links.border li { 
	padding:0 3px;
}
ul.aon-social-links.border li a { 
	border:1px solid #efeded;  
	border-radius:2px;
	-webkit-border-radius:2px;
}

/* social links dark */
ul.aon-social-links.dark li { 
	padding:0 3px;
}
ul.aon-social-links.dark li a { 
	border:1px solid #777777;  
	color:#777777;  
	border-radius:2px;
	-webkit-border-radius:2px;
}




/* shared style 2*/
ul.share-social-bx li { 
	border:none; 
	width:36px; 
	display:block; 
	float:left;  
	white-space:nowrap;
	overflow:hidden; 
	margin-right:0; 
 }
 
ul.share-social-bx li a { 
	color:#FFF;
}

ul.share-social-bx li i { 
	border-right:none; 
	font-size:14px; 
	color:#FFF; 
	width:36px; 
	height:34px;
	line-height:34px; 
	padding:0; 
	text-align:center; 
}

ul.share-social-bx li.fb {
	background: #354d89;
}
ul.share-social-bx li.fb i {
	background: #3a5799;
}
ul.share-social-bx li.gp {
	background: #d34b2b;
}
ul.share-social-bx li.gp i {
	background: #e35736;
}
ul.share-social-bx li.tw {
	background: #029fdf;
}
ul.share-social-bx li.tw i {
	background: #00abf0;
}
ul.share-social-bx li.dig {
	background:#1d61aa;
}
ul.share-social-bx li.dig i {
	background: #2B6FB8;
}
ul.share-social-bx li.lin {
	background: #0176be ;
}
ul.share-social-bx li.lin i {
	background: #0082CA;
}
ul.share-social-bx li.pin {
	background:#ac0104;
}
ul.share-social-bx li.pin i {
	background: #BD0E15;
}

ul.share-social-bx li:hover {
	width: 90px;
}



/* breadcrumb menu */
.breadcrumb-row { 
	background:#e8e9e9; 
	padding:20px 0;
}

.breadcrumb-row ul { 
	margin:0;  
}

.breadcrumb-row ul li { 
	padding:0; 
	margin-right:3px;  
	color:#333333;
}
.breadcrumb-row ul li:after { 
	content:"/"; 
	margin-left:7px;
}

.breadcrumb-row ul li a { 
	color:#1bbce8;	
}

.breadcrumb-row ul li:last-child { 
	color:#676767;
}

.breadcrumb-row ul li:last-child:after { 
	display:none;
}


/*---------------------------------------------------------------
13. TRANSITION (Slow animateion speed) 
---------------------------------------------------------------*/
a,
.btn, 
.form-control,
.overlay-bx,
ul.overlay-icon li a i,
.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs,
ul.share-social-bx li,
.indicator,
.profile-menu ul li,
.staff-member .member-done,
.how-aon-work .aon-element-bx .shadow-bx img,
.how-aon-work .aon-element-bx .step-no-bx,
.aon-info-has,
.aon-we-find .aon-element-bx,
.mian-slider .owl-controls {
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
 }

.animate-slow {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.animate-mid {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.animate-fast {
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.admin-bar #header-part.fix-map-header .main-bar {
	top:28px;
}

/*---------------------------------------------------------------
14. BUTTON STYLE 
---------------------------------------------------------------*/
.btn {
	outline:0 none !important;
    font-weight: normal;
    padding:9px 15px;
	font-weight:600;
	text-transform:uppercase;
	text-decoration: none;
}

.btn.active,
.btn:active {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.btn-lg,
.btn-group-lg > .btn { 
	padding:15px 30px;
} 

.btn-sm,
.btn-group-sm > .btn  {
    padding: 5px 10px;
}

.btn-xs,
.btn-group-xs > .btn  {
    padding: 1px 5px;
}

.btn-default {
	border-color:#e1e6eb;
}
.btn-default:hover {
	background-color:#eaeded;
	border-color:#d7dce1;
}



.btn-primary {
    background-color: #77c04b;
    border-color: #69b23d;
    color: #ffffff;
}

.btn-primary:hover, 
.btn-primary.focus, 
.btn-primary:focus, 
.btn-primary.active, 
.btn-primary:active, .open > 
.dropdown-toggle.btn-primary {
    background-color: #6ab33e;
    border-color: #5a9e2f;
    color: #ffffff;
}

.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary.focus:active, 
.btn-primary:active:focus, 
.btn-primary:active:hover, 
.open > .dropdown-toggle.btn-primary.focus, 
.open > .dropdown-toggle.btn-primary:focus, 
.open > .dropdown-toggle.btn-primary:hover {
    background-color: #6ab33e;
    border-color: #5a9e2f;
    color: #ffffff;
}

.btn-custom {
    background-color:transparent;
    border-color: #FFFFFF;
    color: #ffffff;
}

.btn-custom:hover, 
.btn-custom.focus, 
.btn-custom:focus, 
.btn-custom.active, 
.btn-custom:active, 
.open > .dropdown-toggle.btn-custom {
    background-color:#0B0B0B;
    border-color: #FFFFFF;
    color: #ffffff;
}

.btn-border{
	background:#FFF; 
	border:1px solid #e1e1e1;
	color:#767676;
}


.btn-border:hover, 
.btn-border.focus, 
.btn-border:focus, 
.btn-border.active, 
.btn-border:active, 
.open > .dropdown-toggle.btn-border {
    background-color: #F5F5F5;
}

.btn-icon {
   padding:9px 10px;
}

/*btn bgroup css*/
.btn-group-divides .btn {
	margin-right:10px;
}


/*== site custom circle buttons css ==*/
.btn-circle {
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 5px 0;
  font-size: 20px;
  line-height:38px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  
}
.btn-circle-micro {
  width: 19px;
  height: 19px;
  text-align: center;
  padding: 1px 0;
  font-size: 10px;
  line-height:14px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.btn-circle-sm {
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 2px 0;
  font-size: 18px;
  line-height:30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.btn-circle-lg {
  width: 79px;
  height: 79px;
  text-align: center;
  padding: 13px 0;
  font-size: 30px;
  line-height:50px;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  
  
}

/*== site custom buttons css ==*/

/* buttons 1*/
.site-button {
	display:inline-block;
	background-color:#77c04b;
	padding:10px 20px;
	color:#FFF;
	font-weight:600;
	text-transform:uppercase;
	border-width:1px;
	border-style:solid;
	border-color: #77c04b;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.site-button:active,
.site-button:focus,
.site-button:hover {
	background-color:#6ab33e;
	border-color: #6ab33e;
	color:#FFF;
}

/* buttons 2*/
.site-button-secondry {
	display:inline-block;
	background-color:#1bbce8;
	border-color: #1bbce8;
	padding:10px 20px;
	color:#FFF;
	font-weight:600;
	text-transform:uppercase;
	border-width:1px;
	border-style:solid;
	border-radius:4px;
	-webkit-border-radius:4px;
}
.site-button-secondry:active,
.site-button-secondry:focus,
.site-button-secondry:hover {
	background-color:#13a8d1;
	border-color: #13a8d1;
	color:#FFF;
}

.button-sm {
	padding:8px 15px;
	font-size:12px;
}
.button-lg {
	padding:18px 35px;
	font-size:18px;
}
.button-xl {
	padding:25px 40px;
	font-size:22px;
}

/* OWL slider button */
.owl-prev,
.owl-next {
	color: #ffffff;
	padding:5px 10px;
	margin-left:5px;
	margin-right:5px;
	font-size:24px;
	display: inline-block;
	cursor: pointer;
	border-radius:4px;
	-webkit-border-radius:4px;
	opacity:0.8;
}

.owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus {
    color: #ffffff;
	opacity:1;
}


/*error for select box*/
.has-error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle:hover,
.has-error .bootstrap-select .dropdown-toggle:focus {
 border-color:#a94442 !important; 
}
/*succes for select box*/
.has-success .bootstrap-select .dropdown-toggle,
.has-success .bootstrap-select .dropdown-toggle:hover,
.has-success .bootstrap-select .dropdown-toggle:focus {
 border-color:#3c763d !important; 
}

 /*---------------------------------------------------------------
15. FORM  ELEMENTS 
---------------------------------------------------------------*/
label {   
	font-weight: 600;
	margin-bottom:10px;
}
.panel-default,
.panel-default > .panel-heading {
	border-color:#e7ecf1;
	color:inherit;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color:#e7ecf1;
}

.form-group {
	margin-bottom:25px;
}
.form-control { 
	border-color:#e1e6eb ; 
    box-shadow: none;
    height:40px;
	font-size:13px;
	line-height:20px;
	padding:9px 12px;
}

.form-control:focus {
	border-color:#e1e1e1; 
	outline:0; 
	
}

.form-control:focus,
.has-error .form-control:focus {
	-webkit-box-shadow:none;
	box-shadow:none;	
}

.form-control.kv-fileinput-caption{
	height:39px;	
}

.form-group.form-inline .radio,
.form-group.form-inline .checkbox {
	margin-right:15px;
}

/*input group*/

.input-group {width:100%;}

.input-group .form-control, 
.input-group-addon, 
.input-group-btn {
    display: table-cell;
}
.input-group-addon {
	background:#fff;
	border-color:#e1e1e1;
	padding:6px 14px;
	font-size:16px;	
}

.input-group-addon.font-size-20 {
	font-size:20px;	
}

.input-group-addon.fixed-w {
	text-align:center;
	padding:6px 0;
	width:40px;	
}

.input-group-addon.v-align-t { 
	line-height:30px;
}

/*select box*/
.dropdown-menu {
	font-size:13px;
} 

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .dropdown-toggle {
    border: 1px solid #e7ecf1 !important;
	background-color: #fff !important;
    height:40px;
	font-size:13px;
	color:#999;
}

.bootstrap-select .dropdown-toggle:after {
	display: none; 
}

.bootstrap-select .dropdown-toggle:active, 
.bootstrap-select .dropdown-toggle:focus, 
.bootstrap-select .dropdown-toggle:hover {
	background-color: #fff !important;
	border: 1px solid #e9e9e9 !important;
	box-shadow: none !important;
	outline: 0px !important; 
}

.bootstrap-select:active, 
.bootstrap-select:focus {
	border: 0px !important;
	box-shadow: none !important;
	outline: 0px !important; 
}

.bootstrap-select.open {
	box-shadow: none !important;
	outline: 0px !important; 
}

.bootstrap-select.open .dropdown-toggle {
	box-shadow: none !important;
	outline: 0px !important; 
}

.bootstrap-select div.dropdown-menu {
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    margin-top:-1px;
    padding: 0;
	font-size:13px;
} 

.bootstrap-select div.dropdown-menu ul li{
    padding: 0;
} 

.bootstrap-select div.dropdown-menu ul li a{
    padding:5px 15px;
}

.bootstrap-select div.dropdown-menu ul li a img {
	border-radius:100%;
	-webkit-border-radius:100%;
    margin-right:5px;
}

.bootstrap-select  .bs-searchbox .form-control {
	padding:5px 10px;
	height:30px;
}

/*radio & checkbox*/
input[type=checkbox], 
input[type=radio] {
  display:;
  opacity:0;
  margin-left:1px !important; 
}

input[type=checkbox] + label, 
input[type=radio] + label {
  display: block;
  padding-left:20px !important;
  position: relative; 
}
  
input[type=checkbox] + label:hover:before, 
input[type=radio] + label:hover:before {
	border-color: #3396d1; 
}

input[type=checkbox] + label:before, 
input[type=radio] + label:before {
  background-color: #fff;
  border: 2px solid #b6b7b8;
  border-radius: 0px;
  content: "";
  display: inline-block;
  height: 16px;
  line-height: 1;
  margin-left: -20px;
  position: absolute;
  top: 2px;
  transition: all linear 0.1s;
  width: 16px; 
}

input[type=checkbox] + label:after {
  color: #fff;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 0px;
  -webkit-font-smoothing: antialiased;
  left: 6px;
  position: absolute;
  top: 7px;
  transition: all linear 0.1s; 
}

input[type=checkbox]:checked + label:before {
  border-width: 7px;
  border-color: #3396d1; 
}

input[type=checkbox]:checked + label:after {
  font-size: 10px;
  left: 2px;
  top: 2px; 
}

input[type=radio] + label:before {
  border-radius: 50%;
  content: ""; 
}

input[type=radio]:checked + label:before {
  border-color: #3396d1;
  border-width: 5px; 
}
 
.form-inline .checkbox input[type="checkbox"], 
.form-inline .radio input[type="radio"] {
	position:absolute;
	left:0;
	bottom:0;
}
  
  
/*touchspin input type number*/  

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding:10px 10px 9px;
  margin-left: -1px;
  position: relative;
  border-width:1px;
  border-style:solid;
  border-color:#e1e1e1;
  background:#FFF;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius:0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius:0;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 4px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
  color:#9fa0a1;
}

  
/*rating star*/
.input-rating input[type=radio] {
  display: none;
}

.input-rating input[type=radio] + label {
  display: inline-block;
  margin-left: -4px;
  padding-left: 0px !important;
  padding-right: 0px;
  width: 24px; 
}
  
.input-rating input[type=radio] + label:first-of-type {
    margin-left: 0px; 
}

.input-rating input[type=radio] + label:before {
  background-color: transparent;
  border: none;
  color: #ffd925;
  content: "\f006";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  height: 14px;
  line-height: 1;
  margin-left: 0px;
  position: static;
  text-align: center;
  top: 2px;
  transition: none;
  width: 14px; 
}

.input-rating input[type=radio]:checked + label:before,
.input-rating input[type=radio] + label.marked:before,
.input-rating input[type=radio] + label.filled:before,
.input-rating input[type=radio] + label.hovered.filled:before {
  content: "\f005"; }

.input-rating input[type=radio] + label.hovered:before {
  content: "\f006"; }

/*simple rating list*/
.rating-bx {
    color: #ffd925;
    font-size: 14px;
}
.rating-bx i {
    margin:0 2px;
}
.rating-container .rating-stars::before{
	text-shadow:none;
}
.rating-container {
    color: #c8c8c8;
}
.rating-container .rating-stars {
    color: #3396d1;
}

/*validation symbol*/

.has-feedback label ~ .form-control-feedback {
    top: 31px;
} 

/*loading*/
.loading-box{
 width:100%;
 height:100%;
 background-color:#FFF;
 position:fixed;
 left:0;
 top:0;
 opacity:0.7;
 z-index:9999;
}
.loading-pic{
 width:70px;
 height:70px;
 background:url(inc/images/loading.GIF) center no-repeat;
 position:fixed;
 left:50%;
 top:50%;
 margin:-35px;
 z-index:99999;
}

/*loading - 2*/
.loading-cover,
.loading-srh-bar,
.loading-map {
	background:rgba(255,255,255,0.8);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:2;
}
.loading-cover .fa-spinner,
.loading-srh-bar .fa-spinner,
.loading-map .fa-spinner{
	position:absolute;
	left:50%;
	top:50%;
	margin:-10px;
	font-size:25px;
	color:#333;
}

.aon-banner-outer {
	margin-bottom:0;
}

.aon-success-top,
.aon-error-top {
	margin-bottom:0;
}

.alert-bx.alert-info {
	padding:15px;
	border:1px solid #bce8f1;
} 


 /*---------------------------------------------------------------
16. TABLES 
---------------------------------------------------------------*/

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
	padding:10px;
}
.table.borderless > tbody > tr > td,
.table.borderless > tbody > tr > th {
    border: none;
}

/*data table*/
.dataTable .sorting_asc .checkbox{
	margin-right:0;
}


/*---------------------------------------------------------------
17. WP DEFAULT  
---------------------------------------------------------------*/
.alignnone {
    margin:0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 15px;
}

.alignright {
    float:right;
    margin: 5px 0 25px 25px;
}

.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}

a img.alignnone {
    margin: 5px 0 25px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}

a img.aligncenter {
    display: block;
    margin: 5px auto 15px;
}

.wp-caption {
    max-width: 100%;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption.alignnone {
    margin: 5px 0 25px 0;
}

.wp-caption.alignleft {
    margin: 5px 25px 25px 0;
}

.wp-caption.alignright {
    margin: 5px 0 25px 25px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width:100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
	color:#9d9d9d;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding:10px 0;
	text-align:left;
}


blockquote {
	padding: 16px 20px 16px 80px;
	font-size:18px;
	font-style:italic;
	color: #555555;
	margin:40px 0;
	border-left:none;
	line-height:30px;
	position: relative;
	background:#f6f6f6;
    clear:both;
	border-left:4px solid #1BBCE8;
}
blockquote p {
	font-size:18px;
	color: #555555;
	line-height:30px;
	margin-bottom: 0px;
}
blockquote:before {
	content: '\f10d';
	font-family:"FontAwesome";
	color:#1BBCE8;
	font-size: 35px;
	position: absolute;
	left:20px;
	top:20px;
	font-style:normal;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
 max-width: 100%;
 height: auto;
}


 /*---------------------------------------------------------------
18. BLOG  
---------------------------------------------------------------*/ 

/*blog post listing 1*/

.blog-post .aon-post-thum{
	position:relative;
}

.aon-post-thum .aon-post-date {
	position:absolute;
	top:30px;
	left:30px;
	margin:0;
	z-index:1;
}

.aon-post-info {
	background:#FFF;
	padding:30px;
	margin-bottom:40px;
}

.aon-post-date {
	width:90px;
	background:#1bbce8;
	text-align:center;
	color:#FFF;
	float:left;
	margin:0 30px 10px 0;
}

.aon-post-date span{
	display:block;
}

.aon-post-date strong a,
.aon-post-date strong a:active,
.aon-post-date strong a:focus,
.aon-post-date strong a:hover {
 color:#fff;
}

.aon-post-date strong{
	padding:10px 5px;
	font-size:30px;
	font-weight:800;
}

.aon-post-date span{
	background:#77c04b;
	padding:8px 5px;
	font-size:14px;
	text-transform:uppercase;
}

/*small date box*/

.aon-post-date.sm {
	width:60px;
}
.aon-post-date.sm strong{
	padding:5px;
	font-size:22px;
	font-weight:800;
}
.aon-post-date.sm span{
	background:#77c04b;
	padding:5px;
	font-size:11px;
	text-transform:uppercase;
}


.aon-post-title {
	margin-top:0;
    word-break:break-all;
}

ul.aon-post-meta {
	margin-bottom:20px;
	padding-left:0;
}

ul.aon-post-meta li {
	display:inline-block;
	padding:0;
	color:#a9a9a9;
	margin-right:5px;
}

ul.aon-post-meta li i{
	color:#1bbce8;
	margin-right:3px;
}
ul.aon-post-meta li a{
	color:#a9a9a9;
}
ul.aon-post-meta li a:hover {
	color:#1BBCE8;
}

.aon-post-text {
	padding-top:30px;
	margin-bottom:0;
}

.aon-post-footer {
	margin:10px 0 10px;
}

.aon-read-more{
	color:#3396d1;
	text-transform:uppercase;
	font-weight:600;
	margin-right:5px;
}

.aon-read-more:after{
	content:"\f101";
	font-family:"FontAwesome";
	margin-left:5px;
	font-size:15px;
}


/*if no image with blog post*/
.blog-post.no-img-post .post-date {
	position:static;
	float:left;
}

.blog-post.no-img-post .post-thum {
	display:none;
}

/*blog post half iamge*/
.blog-md.blog-post .aon-post-thum {
	width:350px;
	float:left;
	margin-right:30px;
}

.blog-md.blog-post .aon-post-date {
	position:absolute;
}

.blog-md.blog-post.no-img-post .aon-post-date {
	position:static;
}

@media only screen and (max-width:640px) {

.blog-md.blog-post .post-thum {
    float:none;
    margin:0 0 10px;
    width: auto;
}

.blog-md.blog-post .post-date {
	position:static;
}

}



/*Blog page pagination main*/
.nav-links:after {
    clear: both;
    content: "";
    display: table;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.pagination .page-numbers {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	color: #767676;
	padding:9px 15px;
	font-weight:600;
	font-size:12px;
	display:block;
	float:left;
	margin-left:-1px;
}
.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
	background:#3396D1;
	color:#fff;
}

/*Blog paging Next & Prev css*/
.nav-links .nav-previous a,
.nav-links .nav-next a {
	display: inline-block;
	color:#3396d1 ;
	font-weight:600;
	margin-bottom:20px;
	outline:none !important;
}
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
	color:#0099CC;
}
.nav-links .nav-previous a:after,
.nav-links .nav-next a:after {
	content:"\f105";
	font-family:"FontAwesome";
	vertical-align:middle;
	margin-left:2px;
	color:#333;
}

/*Post navigation*/
.post-navigation {
	background-color:#fff;
	padding:30px;
	border-bottom:2px solid #e3e3e3;
}
.post-navigation .screen-reader-text {
	margin-top:0;
}
.post-navigation .nav-previous ,
.post-navigation .nav-next {
	display:inline-block;
	width:50%;
}
.post-navigation .nav-next {
	text-align:right;
}
.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
	display:none;
}
.post-navigation .nav-previous .post-title,
.post-navigation .nav-next .post-title {
	display:block;
	font-size:15px;
	color:#777777;
	margin-top:10px;
}

/*post panging*/
.aon-link-pages {
	padding:20px 0 30px;
}
.aon-link-pages a{
	color:#fff;
	padding:2px 6px;
    font-size:12px;
	font-weight:600;
	background-color:#CCC;
	margin:0 2px;
}

/*Sticky Post*/
.sticky-post {
	position:absolute;
	right:0;
	top:0;
	background:#77c04b ;
	color:#FFF;
	padding:10px 15px;
	text-transform:uppercase;
	font-weight:600;
}

/*Post password form*/
.post-password-form {
	position:relative;
	clear:both;
}
.post-password-form input[type="password"] {
	width:100%;
	border:1px solid #ddd;
	padding:10px 100px 10px 15px;
	height:40px;
}
.post-password-form label {
	display:block;
}
.post-password-form input[type="submit"]{
	position:absolute;
	bottom:0;
	right:0;
	padding:10px 20px;
	background-color:#333;
	color:#FFF;
	border:none;
	height:40px;
	text-transform:uppercase;
	font-weight:600;
}

/*gallery css for blog post*/
.blog [class*="galleryid-"] {
	clear:both;
	margin: 0 auto;
	overflow: hidden
}
.gallery .gallery-item {
	float: left;
	list-style: none;
	margin: 0px 0 0;
	overflow: hidden;
	padding: 0px 0px 5px 15px;
	text-align: center
}
.gallery .gallery-caption {
	padding-top:10px;
	font-size:13px;
}
.gallery .gallery-item img {
	float: left;
	padding: 0 0px;
	width: 100%;
	border:none !important;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}



/*side bar*/
.side-bar .widget{
	margin-bottom:30px;
}

@media only screen and (max-width: 991px) {
.side-bar { 
	margin-bottom:40px;
}
} 

/*single blog*/
.blog-content .blog-detail .post-info {
	padding-top:0;
	padding-bottom:25px;
}
.blog-content .post-info .post-meta{
	margin-bottom:30px;
}

.blog-detail .post-info{
	padding-top:25px;
	border-bottom:2px solid #e3e3e3;	
}

.blog-detail.no-img-post .post-thum{
	display:none;
}

.blog-detail .post-meta{
	border-bottom:1px solid #e3e3e3;
	margin-bottom:0;	
}

.blog-detail .post-meta ul{
	float:none;	
}

/*= comment list = */
.comments-area {
    padding:0;
}

.comments-area .comments-title {
    text-transform: uppercase;
    font-size: 20px;
}

.comments-area .comments-title:first-letter {
    font-family: "Open Sans";
    font-weight: 600;
    color:#1BBCE8;
}

ol.comment-list {
    list-style: none;
    margin-bottom:0;
	padding-left:0;
}

ol.comment-list li.comment {
    position: relative;
    padding: 0;
}

ol.comment-list li.comment .comment-body {
    position: relative;
    padding:20px;
    margin-bottom:40px;
	margin-left:80px;
	position:relative;
	border:1px solid #e9e9e9;
}

ol.comment-list li.comment .comment-body:before,
ol.comment-list li.comment .comment-body:after {
    content: '';
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
}
ol.comment-list li.comment .comment-body:before {
    border-color: transparent #fff transparent #fff;
    z-index: 1;
    left: -12px;
    top: 22px;
}
ol.comment-list li.comment .comment-body:after {
    border-color: transparent #e9e9e9 transparent #e9e9e9;
    border-width: 12px 14px 12px 0;
    left: -14px;
}

ol.comment-list li.comment .comment-author {
    display: block;
	margin-bottom:10px;
}

ol.comment-list li.comment .comment-author .avatar {
    position: absolute;
    top:0;
    left:-80px;
    width:56px;
	height:56px;
	border-radius:100%;
	-webkit-border-radius:100%;
    border: 2px solid #FFF;
}

ol.comment-list li.comment .comment-author .fn {
    display: inline-block;
    color: #555555;
	font-size:14px;
	text-transform:uppercase;
    font-weight: 600;
    font-style: normal;
}

ol.comment-list li.comment .comment-author .says {
    display: none;
    color: #999999;
    font-weight:600;
}

ol.comment-list li.comment .comment-meta {
    color: #8d8d8d;
	text-transform:uppercase;
	margin-bottom:15px;
}
ol.comment-list li.comment .comment-meta a{
	color: #8d8d8d;
}
ol.comment-list li.comment .comment-meta a{
	color: #8d8d8d;
}


ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
	font-family:"FontAwesome";
	font-size:11px;
	vertical-align:top;
}

ol.comment-list li.comment .comment-meta:before {
	content:"\f133";
}

ol.comment-list li.comment .reply a:before {
	content:"\f064";
	font-weight:normal;
	color:#555555;
	margin-right:5px;
	vertical-align:middle;
}

ol.comment-list li.comment p {
    line-height: 18px;
    margin: 0 0 5px;
}

ol.comment-list li.comment .reply a {
    position: absolute;
    top: 50px;
    right: 30px;
    margin-top: -5px;
    color:#1BBCE8;
    font-weight: 600;
}

ol.comment-list li .children {
    list-style: none;
    margin-left:80px;
}

ol.comment-list li .children li {
    padding: 0;
}

@media only screen and (max-width: 767px) {

.comments-area .padding-30{
    padding:15px;
}
	
ol.comment-list li.comment .comment-body {
    margin-bottom: 30px;
    margin-left: 70px;
}	

ol.comment-list li.comment .comment-author .avatar {
	left:-75px;
    height: 60px;
    width: 60px;
}

ol.comment-list li .children {
    margin-left: 20px;
}

ol.comment-list li.comment .reply a {
	position:static;
}		

}

@media only screen and (max-width: 480px) {
	
ol.comment-list li.comment .comment-body {
    margin-left: 52px;
}	

ol.comment-list li.comment .comment-author .avatar {
    left: -55px;
    top: 12px;
    width: 40px;
	height: 40px;
}	

}

/*= comment form = */
.comment-respond {
    padding: 30px 30px;
	border:1px solid #e9e9e9;
}

.comment-respond .comment-reply-title {
    text-transform: uppercase;
    font-size: 20px;
}

.comment-respond .comment-reply-title {
    font-size:16px;
	font-weight:600;
}

.comments-area .comment-form {
    margin:0 -15px;
}
.comments-area .comment-form .comment-notes {
    display: none;
}

.comments-area .comment-form p {
    width: 33.333%;
    float: left;
	padding:0 15px;
	margin-bottom:30px;
	position:relative;
}

.comments-area .comment-form p.form-allowed-tags {
    width:100%;
}

ol.comment-list li.comment .comment-respond .comment-form p {
	padding:0 15px !important;
}

.comments-area .comment-form p label {
    display: none;
	line-height:18px;
	margin-bottom:10px;
}

.comments-area  p:before {
   font-family:"FontAwesome";
   display:inline-block;
   position:absolute;
   left:15px;
   top:0;
   font-size:16px;
   color:#ccc;
   width:40px;
   height:40px;
   line-height:40px;
   border:1px solid #e1e6eb;
   text-align:center;
	border-radius:4px  0 0 4px;
	-webkit-	border-radius:4px  0 0 4px;	
	
}

.comments-area  p.comment-form-author:before {
   content:"\f007";
}
.comments-area  p.comment-form-email:before {
   content:"\f0e0";
}
.comments-area  p.comment-form-url:before {
   content:"\f0ac";
}
.comments-area  p.comment-form-comment:before {
   content:"\f040";
}

.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p textarea {
    width: 100%;
    height: 40px;
    line-height: 6px 12px;
    padding:10px 10px 10px 50px;
    border: 1px solid #e1e6eb;
	border-radius:4px;
	-webkit-border-radius:4px;
}

.comments-area .comment-form p.comment-form-comment {
    width: 100%;
    display: block;
    clear: both;
}

.comments-area .comment-form p textarea {
    height: 120px;
}

.comments-area .comment-form p.form-submit {
    clear: both;
    float: none;
    width: 100%;
	margin:0;
}

.comments-area .comment-form p input[type="submit"] {
 	background-color: #77c04b;
    border-color: #77c04b;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
}

.comments-area .comment-form p input[type="submit"]:hover, 
.comments-area .comment-form p input[type="submit"]:focus, 
.comments-area .comment-form p input[type="submit"]:active {
    background-color: #6ab33e;
    border-color: #6ab33e;
    color: #fff;
}

@media only screen and (max-width: 767px) {
	
.comments-area .comment-form p {
    width:100%;
    float: none;
	margin-bottom:20px;
}

.comment-respond {
    padding:20px;
}

}

/*---------------------------------------------------------------
19. WIDGETS css (  )
---------------------------------------------------------------*/

.widget {
	margin-bottom:40px;
}

.widget-title {
	margin:0 0 25px;
}

.widget-title {
    padding-bottom:15px;
	position:relative;
	border-bottom:2px solid #EBEBEB;
	margin-bottom:30px;
}

.widget-title:after {
	content:"";
	background:#1BBCE8;
	position:absolute;
	bottom:-12px;
	left:0;
    height: 4px;
    margin:0 0 0;
    width: 70px;
	margin:10px 0;
}

.widget .widget-title,
.widget .post-title{
	text-transform:none;
}

.recent-posts-entry ul,
.category-entry ul{
	margin:0;
	list-style:none;
	padding:0;
}

/* widget listing*/
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_services ul {
	list-style:none;
	padding-left:0;
	margin-bottom:0;
}

.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_nav_menu li,
.widget_recent_entries ul li,
.widget_services ul li {
	padding-bottom:18px;
	margin-bottom:13px;
	border-bottom:1px solid #e1e1e1;
	position:relative;
	padding:10px 10px 10px 15px;
	margin-bottom:0;
	line-height:20px;
}

.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu li,
.widget_recent_entries ul li a,
.widget_services ul li a {
	color:#767676;
}


.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu  ul li:before,
.widget_recent_entries  ul li:before,
.widget_services ul li:before {
	content:"\f105";
	position: absolute;
	left: 0;
	top:10px;
	display: block;
	font-family: "FontAwesome";
}

.widget_categories ul li li,
.widget_archive ul li li,
.widget_meta ul li li,
.widget_pages ul li li,
.widget_recent_comments ul li li,
.widget_nav_menu li li,
.widget_services li li {
	border-bottom:none;
	padding-left:10px;
	padding-right:5px;
	padding-top:0;
	padding-bottom:0;
	line-height:28px;
}
.widget_categories ul li li:before,
.widget_archive ul li li:before,
.widget_meta ul li li:before,
.widget_pages ul li li:before,
.widget_recent_comments ul li li:before,
.widget_nav_menu li li:before,
.widget_services li li:before {
	top:0;
	left:-8px;
}

/*widget search custom*/
.search-bx .btn { 
    border-left-color:#FFF;
    padding:9px 10px;  
    color:#3396d1;
}

/*widget search wp-default*/
.widget_search .screen-reader-text { 
    display:block;
}
.searchform { 
    position:relative;
}
.searchform input[type="text"] { 
    width:100%;
	height:40px;
	padding:10px 90px 10px 15px;
	border:1px solid #CCCCCC;
}
.searchform input[type="submit"] { 
	height:40px;
	padding:10px 15px;
	background-color:#77c04b;
	position:absolute;
	right:0;
	bottom:0;
	color:#ffffff;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:none;
}
.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus,
.searchform input[type="submit"]:active { 
 background-color:#6ab33e;
 color:#ffffff!important;
 border-bottom-color:#5a9e2f;
}

/*widget recent-posts*/
.recent-posts-entry .post-date, 
.tweets-feed-entry .tweet-date {
	color:#3396d1;
	font-style:normal;
}

.widget .post-title {
	font-size:13px;
	line-height:16px;
	margin-bottom:8x;
}

.recent-posts-entry .widget-post-bx{
    margin-bottom:10px;
}
.recent-posts-entry .widget-post-bx:last-child{
	border-bottom:none;
}

.recent-posts-entry .post-thum-bx {
	float:left;
	width:100px;
}
.recent-posts-entry .aon-post-info {
	background:transparent;
	padding:0;
	margin-left:120px;
}



.recent-posts-entry .post-meta span{
	margin-right:10px;
}

/*widget recent-comment*/
.widget_recent_comments ul li:before {
	content:"\f0e6";
}
.widget_recent_comments ul li {
	padding-left:20px;
	color:#999;
}

/* widget meta*/
.widget_meta ul li a abbr[title] {
	color:#333;
	border-bottom:none;
}

/*widget calender*/
.widget_calendar caption::after {
    color: #707070;
    content: ">";
    font-family: "FontAwesome";
    margin: 0 0 0 5px;
}

.widget_calendar table {
	border-collapse: separate;
	border-spacing: 2px;
	width:100%;
}
.widget_calendar thead {
	background-color:#999999
}
.widget_calendar tfoot tr td {
	border: none;
	padding: 0px
}
.widget_calendar tfoot tr td a {
	background-color: #fff;
	padding: 4px 10px
}
.widget_calendar table thead tr th {
	font-size: 11px;
	padding:5px;
	text-align: center;
	border: none;
	color: #fff;
	
}
.widget_calendar table tbody td {
	font-size: 13px;
	padding:6px 5px;
	text-align: center;
	background-color: #fff;
	border: none;
	color: #444;
}
.widget_calendar table tbody td#today {
	background-color: #77c04b ;
	color: #FFF; 
}
.widget_calendar table tbody td#today a {
	color: #FFF; 
}

/*widget tags-list*/
.widget_tag_cloud a {
	padding:8px 10px;
	background-color:#FFFFFF;
	border:1px solid #ddd;
	font-size:12px;
	display:inline-block;
	margin:0 0 5px;
	color:#555555; 
}
.side-bar .widget_tag_cloud a:hover{
	background-color:#CCCCCC;

}

/*widget archive*/
.widget_archive select  {
	width:100%;
	padding:5px;
	border:1px solid #CCC;
}

/*widget text*/
.widget_text  select {
	width:100%;
	padding:5px;
	border:1px solid #CCC;
}
.widget_text  select option {
	width:100%;
}

/*widget categories*/
.widget_categories li {
	text-align:right;
}
.widget_categories li a {
	float:left;
}


/*widget RSS*/
.widget_rss ul {
	margin:0;
	line-height:20px;
}
.widget_rss ul li{
	line-height:20px;
	margin-bottom:15px;
}
.widget_rss ul .rsswidget {
	color:#333;
}
.widget_rss ul .rss-date {
	color:#3396D1;
}
.widget_rss ul .rssSummary {
	padding:5px 0;
}
.widget_rss ul cite {
	color:#333;
	font-weight:600;
}

/* widget get in tuch */
.widget_getintuch { 
	padding-top:10px;
}
.widget_getintuch li { 
	margin-bottom:20px;
}
.widget_getintuch b,
.widget_getintuch strong { 
	display:block;
	margin-bottom:5px;
	text-transform:uppercase;
}
.widget_getintuch i { 
	font-size:16px;
}

/* widget gallery */
.widget_gallery ul{ 
	padding-left:0;
}

.widget_gallery li{ 
    display: inline-block;
    margin-bottom:5px;
    width: 32.1%;
	border: 2px solid transparent;
}
.widget_gallery li img{ 
    display: inline-block;
}

.widget_gallery li:nth-child(3n-3) {
    margin-right: 0;
}
.widget_gallery li:hover{ 
    display: inline-block;
    margin-bottom: 0;
    width: 32.1%;
	border: 2px solid #1BBCE8;
}

.widget_gallery a{ 
	display:inline-block;
}



/*---------------------------------------------------------------
19. HEADER (top part of page)
---------------------------------------------------------------*/
#header-part { 
	position:relative; 
	z-index:99; 
    height:auto;
}
#header-part ul,
#header-part ol{
	margin-bottom:0;
}

/*without top bar*/ 
.extra-nav {
	float:right; 
	padding:25px 0;
    margin-right:15px;
	position:relative;
	z-index:9;
}

.extra-nav ul{
	list-style:none;
}
.extra-nav ul li{
	display:inline-block;
	margin-left:10px;
}
.extra-nav .btn-sm{
	margin:5px 0;
}


@media only screen and (max-width: 767px) {

.extra-nav {
    margin-right: 15px;
}

}


@media only screen and (max-width:480px) {

.extra-nav {
    width:100%;
	clear:both;
	margin:0;
    text-align:right;
}

}

/* map page header*/
#header-part.fix-map-header{
	height:90px;
}
#header-part.fix-map-header .main-bar{
	position:fixed;
	top:0;
	left:0;
	z-index:1;

}

@media only screen and (max-width:480px) {

#header-part.fix-map-header{
	height:160px;
}

}

/*---------------------------------------------------------------
20. PAGE TOP BAR (left & right content)
---------------------------------------------------------------*/
.top-bar{
	background:#1bbce8;
	color:#ffffff;
	padding:10px 0;
}
.top-bar .fa {
	vertical-align: middle;
	background-color:rgba(0,0,0,0.08);
	border:1px solid rgba(0,0,0,0.01);
	padding:3px;
	width:22px;
	height:22px;
	text-align:center;
	border-radius:1px;
	-webkit-border-radius:2px;
}

@media only screen and (max-width: 767px) {

.top-bar{
	padding:0;
}
.top-bar	[class*="col-"]	{
	width:100%;
	text-align:right;
	padding:10px 15px;
	border-bottom:1px solid #45A8E3;
}
.top-bar	[class*="col-"]:last-child	{
	border-bottom:none;
}

}

/*=== >eamil-phone (left) ===*/
.e-p-bx li {
	display: inline;
	font-size: 12px;
	padding-right: 10px;
}
.e-p-bx li a {
	color: #FFF;
}
.e-p-bx li i {
	margin-right: 10px;
	vertical-align: middle;
}

/*=== >social-links (right) ===*/
.social-bx,
.login-bx { 
	margin:0 0 0 15px;
	float:right;
}
.social-bx li,
.login-bx li { 
	font-size:12px; 
	margin:0;
	position:relative;
}
.social-bx li{ 
	padding-left:2px;
	padding-right:2px;
}
.social-bx li a,
.login-bx li a {
	 color:#ffffff;
}
.social-bx li i,
.login-bx li i { 
	vertical-align:baseline; 
	margin:0 5px 0 0;
}
.social-bx li span,
.login-bx li span { 
	vertical-align:baseline; 
	margin:0 2px 0;
	font-size:8px;
}

.login-bx li ul {
	top:25px;
	left:auto;
	right:0; 
	border:none;
	padding:0;
}

.login-bx li ul li { 
	border-bottom:1px solid #F7F7F7;
}
.login-bx li ul li a{ 
	color:#767676;
	padding:9px 15px;
}


.arrow-up-border:before,
.arrow-up:after {
  position: absolute;
  display: inline-block;
  content: '';
}
.arrow-up-border:before {
  top: -7px;
  right:19px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #F00;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.arrow-up:after {
  top: -6px;
  right:20px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
}

.arrow-left:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.arrow-left:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

/*=== >language-list () ===*/
.language-bx li{ display:inline; margin:0 10px;}


/*---------------------------------------------------------------
21. LOGO ( company identify  symbol )
---------------------------------------------------------------*/

/*=== >logo for header ===*/
.logo-header{ 
	text-align:center;
	vertical-align:middle; 
	padding:0; 
	font-size:30px;  
	color:#1bbce8;
	z-index:9;
	width:80px;
	height:40;
	margin:10px auto 0;	
}
.logo-header a{ 
	color:#777;
}

.logo-header.center-block {
	margin-left:auto;
	margin-right:auto;
	float:none;
}

.logo-header img,
.logo-footer img { 
	max-width:90%; 
	width:auto; 
	height:auto; 
	vertical-align:middle;
}

.logo-header span,
.logo-footer span { 
	font-size:20px; 
	color:#1bbce8; 
	letter-spacing:20px;
}

/*---------------------------------------------------------------
22. MAIN BAR ( place logo & main-navigation )
---------------------------------------------------------------*/
.main-bar{ 
	width:100%;
}


/*---------------------------------------------------------------
23. NAVIGATIONS 
	>mena-menu
	>mobile-menu
	>footer-menu
---------------------------------------------------------------*/

/*== >mena-menu ==*/
#header-part .navbar-toggle { 
    border:2px solid #1bbce8; 
    margin: 24px auto;
    padding: 12px 10px;
	float:none;
}

#header-part .navbar-toggle span { 
	background:#666;
}

.header-nav {
    position:relative;
}

.header-nav .nav {
    margin:auto;
	float:none;
	display:table;
}

.header-nav .nav i {
    font-size:8px; 
	margin-left:3px;
	vertical-align:middle;
}

.header-nav .nav > li {
    margin: 0px;
	font-weight:400;
	text-transform:uppercase;
    position:relative;
}

.header-nav .nav > li > a {
    border-radius: 0px;
    color: #444;
    font-size: 14px;
    padding:10px 45px;
    cursor:pointer;
	font-weight:600;
}

.header-nav .nav > li > a:hover {
    background-color: transparent;
    color: #c6af5c;
}

.header-nav .nav > li > a:active,
.header-nav .nav > li > a:focus {
    background-color: transparent;
}

.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a {
    background-color: transparent;
    color: #1BBCE8;
}



.header-nav .nav > li:hover > a {
    color: #1BBCE8 !important;
}


.header-nav .nav > li:hover > .sub-menu,
.header-nav .nav > li:hover > .mega-menu {
	opacity: 1;
	visibility: visible;
	
	-webkit-transition: opacity 0.s linear;
	-moz-transition: opacity 0.s linear;
	-o-transition: opacity 0.s linear;
	transition: opacity 0.s linear;

}

.header-nav .nav > li .sub-menu {
    background-color:rgba(0, 0, 0, 0.2);
    display: block;
    left: 0;
    list-style: none;
    margin: 0px;
    opacity: 0;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 180px;
    z-index: 10;
}

.header-nav .nav > li .sub-menu li {
    position: relative;
}

.header-nav .nav > li .sub-menu li a {
    color:#e9c770;
    display: block;
    font-size: 11px;
	font-weight:600;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 0.15s linear;
}

.header-nav .nav > li .sub-menu li a:hover {
    background-color:rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: none;
}

.header-nav .nav > li .sub-menu li:last-child {
    border-bottom: 0px;
}

.header-nav .nav > li .sub-menu li .fa {
    color: #363636;
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 12px;
}

.header-nav .nav > li .sub-menu li:hover > a {
    color: #fff;
	background-color:rgba(0, 0, 0, 0.2);
}

.header-nav .nav > li .sub-menu li > .sub-menu {
    left: 180px;
}

.header-nav .nav > li .sub-menu li:hover > .sub-menu {
	left: 180px;
	margin: 0px;
	opacity: 1;
	top: -1px;
	visibility: visible;
	
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear; 
}

.header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}

.header-nav .nav > li.has-mega-menu {
    position: inherit;
}

.header-nav .nav > li .mega-menu {
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    display: table;
    left: 0px;
    list-style: none;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0px;
    visibility: hidden;
    width: 100%;
}

.header-nav .nav > li .mega-menu > li {
    display: table-cell;
    padding: 5px 0px;
    position: relative;
    vertical-align: top;
    width: 25%;
}

.header-nav .nav > li .mega-menu > li:after {
    background-color:#E9E9E9 ;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    margin: 0px 20px 0px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1px;
}

.header-nav .nav > li .mega-menu > li:last-child:after {
    display: none;
}

.header-nav .nav > li .mega-menu > li > a {
    color: #555555;
    display: block;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

.header-nav .nav > li .mega-menu > li ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.header-nav .nav > li .mega-menu > li ul a {
    color:#555555;
    display: block;
    font-size: 11px;
    line-height: 34px;
    text-transform: uppercase;
}

.header-nav .nav > li .mega-menu > li ul a:hover {
    color: #c6af5c;
}

.header-nav .nav > li.menu-item-has-children:before {
	content: "\f078";
	display: block;
	font-family: "FontAwesome";
	right:10px;
	position: absolute;
	top: 50%;
	color:#999;
	margin-top:-6px;
	font-size:8px; 
}


@media only screen and (max-width: 991px) {
.header-nav .nav {
	display:block;
}	
header .logo{
	display:block;
	padding:4px 0;
}
.header-nav .nav > li > a {
    padding:;
}
 
}

@media only screen and (max-width: 991px) {
	
/* responsive strat when medai screen [991px] css START*/

.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-collapse.collapse.in {  /* NEW */
	display: block!important; 
}

/* responsive strat when medai screen [991px] css END*/


.header-nav {
	clear:both;
	margin:0 -15px;
	border-bottom:1px solid #E9E9E9 ;
}
.header-nav .nav{
	float:none;
	margin:0;
    background:#fff;
}
.header-nav .nav li{
	float:none;
}

.header-nav .nav > li .sub-menu > li,
.header-nav .nav > li .mega-menu > li {
	float:none;
	display:block;
	width:auto;
}

.header-nav .nav > li > a {
    padding: 12px 15px;
	border-top:1px solid #E9E9E9 ;
}

.header-nav .nav i{
	float:right;	
}

.header-nav .nav > li > a:hover,
.header-nav .nav > li > a:active, 
.header-nav .nav > li > a:focus {
    background-color: #f0f0f0;
    text-decoration: none;
}

.header-nav .nav > li .mega-menu > li:after{
	display:none;
}

.header-nav .nav > li ul,
.header-nav .nav > li .sub-menu,
.header-nav .nav > li .mega-menu {
    display: none;
    position: static;
    visibility: visible;
    width:auto;
	background:#f9f9f9;
}

.header-nav .nav > li ul.mega-menu ul {
    display: none;
}

.header-nav .nav > li:hover > ul,
.header-nav .nav > li:hover .sub-menu,
.header-nav .nav > li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
	display:block;
}

.header-nav .nav > li ul.mega-menu li:hover ul {
    display: block;
}
	
}


/*= when header is sticky =*/  
.is-sticky .main-bar {
	position:fixed;
	top:0;
	left:0;
}

 .is-sticky .logo-header {
	margin:6px 0;
}

.is-sticky .header-nav .nav > li > a {
    padding:25px 15px;
}
.is-sticky .extra-nav { 
	padding:15px 0;
}

@media only screen and (max-width: 767px) {
.is-sticky .header-nav{
	overflow:auto;
	height:250px;
}	
.is-sticky .header-nav .nav > li > a {
    padding:12px 15px;
}
.is-sticky#header-part .navbar-toggle{
    margin:15px 0;
}
}

/*= header full width =*/  
#header-part.full-width .top-bar .container,
#header-part.full-width .main-bar .container {
	width:auto;
}

/*= Header style designs strat =*/  

/*header style [1] & default*/  
.header-style1 {  
	padding-bottom:;
}



/*header style [2] & center content*/ 

.header-style2 .logo-header  {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	float:none;
} 

.header-style2 .container{
	position:relative;	
}
.header-style2 .nav-outer {
	display:table;	
}


@media only screen and (max-width: 767px) {
	
.header-style2 .navbar-toggle {
    position:static;
	display:table;
	margin:0 auto 20px !important;
	float:none;
}
	
.header-style2 .nav-outer {
	display:block;
	padding:22px 0 0;	
}

}


/*header style [3] & header transperent*/ 
.header-style3 .main-bar {
	position:absolute;
	background:none;	
}
.header-style3 .header-nav .nav > li > a {
	color:#FFF;	
}
.header-style3 .header-nav .nav > li.menu-item-has-children::before {
	color:#FFF;
}


.header-style3.is-sticky .main-bar {
	position:fixed;
	background:#fff;
}
.header-style3.is-sticky .header-nav .nav > li > a {
	color:#777777;	
}
.header-style3.is-sticky .header-nav .nav > li.menu-item-has-children::before {
	color:#999;
}
.header-style3 .navbar-toggle span {
    background:#FFF !important;
}
.header-style3.is-sticky .navbar-toggle span {
    background:#666 !important;
}

@media only screen and (max-width: 767px) {
.header-style3 .header-nav .nav > li > a {
	color:#555555;	
}
.header-style3 .header-nav .nav > li.menu-item-has-children::before {
	color:#66666;
}	

}


@media only screen and (max-width: 767px) {
	

}

/*header style [4] & header white overlay */ 
.header-style4.overlay-bg-white .main-bar { 
	background-color:rgba(255,255,255,0);
	position:absolute;
}

.header-style4.overlay-bg-white.is-sticky .main-bar {
	position:fixed;
	background:#fff;
}


/*header style [5] & header black overlay */ 
.header-style5.overlay-bg-black .main-bar { 
	background-color:rgba(0,0,0,);
	position:absolute;
}
.header-style5.overlay-bg-black .header-nav .nav > li > a {
	color:#555555;
}
.header-style5.overlay-bg-black .header-nav .nav > li.menu-item-has-children::before {
	color:#FFF;
}


.header-style5.overlay-bg-black.is-sticky .main-bar {
	position:fixed;
	background:#fff;
}
.header-style5.is-sticky .header-nav .nav > li > a {
	color:#777777;	
}
.header-style5.is-sticky .header-nav .nav > li.menu-item-has-children::before {
	color:#999;
}
.header-style5.overlay-bg-black .navbar-toggle span {
    background:#FFF !important;
}
.header-style5.overlay-bg-black.is-sticky .navbar-toggle span {
    background:#666 !important;
}

@media only screen and (max-width: 767px) {
.header-style5.overlay-bg-black  .header-nav .nav > li > a {
	color:#555555;	
}
.header-style5.overlay-bg-black  .header-nav .nav > li.menu-item-has-children::before {
	color:#66666;
}	

}

/*header style [6] & header transparent & without top bar */ 
.header-style6 .main-bar {
	position:absolute;
	background:none;
	box-shadow:none;
	-webkit-box-shadow:none;	
}
.header-style6 .header-nav .nav > li > a {
	color:#FFF;	
}
.header-style6 .header-nav .nav > li.menu-item-has-children::before {
	color:#FFF;
}


.header-style6.is-sticky .main-bar {
	position:fixed;
	background:#fff;
}
.header-style6.is-sticky .header-nav .nav > li > a {
	color:#777777;	
}
.header-style6.is-sticky .header-nav .nav > li.menu-item-has-children::before {
	color:#999;
}
.header-style6 .navbar-toggle span {
    background:#FFF !important;
}
.header-style6.is-sticky .navbar-toggle span {
    background:#666 !important;
}


/*---------------------------------------------------------------
24. BANNER
---------------------------------------------------------------*/

.aon-banner-row,
.aon-banner-outer {
	position: relative;
} 

.aon-bnr-pic {
	width: 100%;
	overflow: hidden;
}
.aon-bnr-pic img {
	width: 100%;
	height: auto;
	display: block;
}
.aon-bnr-text {
	position: absolute;
	left: 0;
	top:35%;
	width: 100%;
	margin: 0;
	font-family: Raleway;
	color: #FFFFFF;
	font-family: "Raleway";
}
.aon-bnr-text-has {
	max-width:600px;
}

.aon-bnr-text strong,
.aon-bnr-text span {
	text-shadow:0 1px 2px rgba(0,0,0,0.3);
	-webkit-text-shadow:0 1px 2px rgba(0,0,0,0.3)
}

.aon-bnr-text strong {
	display: block;
	font-size:60px;
	font-weight: 700;
	line-height: 70px;
	margin: 0 0 25px;
	color: #FFFFFF;
}
.aon-bnr-text strong b {
	color:#1bbce8;
}
.aon-bnr-text span {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	display:block;
	margin-bottom:30px;
}

.aon-bnr-text .btn {
	margin-right:30px;
}


@media only screen and (max-width:1200px) {
.aon-bnr-text strong {
	font-size: 60px;
	line-height: 60px;
	margin: 0 0 15px;
}
.aon-bnr-text span {
	font-size: 20px;
	line-height: 24px;
}	
}

@media only screen and (max-width:991px) {
.aon-bnr-text strong {
	font-size:50px;
	line-height: 50px;
	margin: 0 0 10px;
}

}


@media only screen and (max-width:767px) {
.aon-bnr-text strong {
	font-size:40px;
	line-height: 40px;
	margin: 0 0 0;
}

}

@media only screen and (max-width:680px) {
.aon-bnr-text strong {
	font-size:30px;
	line-height: 30px;
	margin: 0 0 0;
}
.aon-bnr-text span {
    font-size: 14px;
    line-height: 18px;
}

}

@media only screen and (max-width:480px) {
.aon-bnr-text strong {
	font-size:20px;
	line-height: 20px;
}
.aon-bnr-text span {
    font-size: 12px;
    line-height: 16px;
}
}

/*== > inner page banner ==*/
.aon-bnr-inr { 
	height:300px;
	background-size:cover; 
    background-position:center center;
	display:table;
	width:100%;
}
.aon-bnr-inr .container{ 
	display:table;
	height:100%;
}
.aon-bnr-inr-entry { 
	display:table-cell;
	vertical-align:middle;
}


.banner-inner-row h1,
.banner-inner-row h2,
.banner-inner-row h3,
.banner-inner-row h4,
.banner-inner-row h5,
.banner-inner-row h6{ 
	color:#FFF;
}

/*== >  Provider banner off ==*/
.banner-inner-row.provider-banner-off {
	height:150px;
	background-image:url("file:///C|/Users/admin/Documents/inc/images/pattern/pattern1.jpg") !important;
	background-repeat:repeat;
	background-size:auto;
}
.provider-banner-off.overlay-black-middle::after {
    opacity: 0.1;
}

/*---------------------------------------------------------------
25. SLIDER
	>rs slider
	>owl slider
---------------------------------------------------------------*/

/*== >rs slider ==*/

.tp-caption .font-weight-300{font-weight:300;}
.tp-caption .font-weight-400{font-weight:400;}
.tp-caption .font-weight-500{font-weight:500;}
.tp-caption .font-weight-600{font-weight:600;}
.tp-caption .font-weight-700{font-weight:700;}
.tp-caption .font-weight-800{font-weight:800;}
.tp-caption .font-weight-900{font-weight:900;}

.tp-caption .btn{font-weight:600; text-transform:uppercase; }
.tp-caption .btn-lg{padding-left:80px; padding-right:80px;}

.tp-caption h1, 
.tp-caption h2, 
.tp-caption h3, 
.tp-caption h4, 
.tp-caption h5, 
.tp-caption h6 {
  font-weight: 800;
  margin-bottom:24px;
  color:#FFFFFF;
}
.tp-caption h1 {
  font-size:70px;
  line-height:60px;
}
.tp-caption h2 {
  font-size: 60px;
  line-height:50px;
}
.tp-caption h3 {
  font-size: 50px;
  line-height:40px;
  margin-bottom:20px;
}
.tp-caption h4 {
  font-size: 40px;
  line-height:30px;
  margin-bottom:15px;
}
.tp-caption h5 {
  font-size:30px;
  line-height:4px;
  margin-bottom:10px;
}
.tp-caption h6 {
  font-size:20px;
  line-height:22px;
  margin-bottom:10px;
}

.tp-caption h4,
.tp-caption h5, 
.tp-caption h6 {
  font-weight: 600;

}



/*== >owl slider ==*/

/* next pre btn */
.owl-theme .owl-controls {
    margin-top:40px;
    text-align: center;
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

/* owl dots button */
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}


/*owl button top to center  */
.owl-btn-top-c .owl-controls{
	text-align:center;
}

/*owl button top to left  */
.owl-btn-top-l .owl-controls{
	text-align:left;
}
.owl-btn-top-l .owl-controls .owl-nav .owl-prev{
	margin-left:0;
}
/*owl button top to right  */
.owl-btn-top-r .owl-controls{
	text-align:right;
}
.owl-btn-top-r .owl-controls .owl-nav .owl-next{
	margin-right:0;
}
/*owl button top to left & right  */
.owl-btn-top-lr .owl-controls{
	text-align:left;
}
.owl-btn-top-lr .owl-controls .owl-nav .owl-next{
	margin-right:0;
	float:right;
}


/*owl button < > CENTER to left & right */
.owl-btn-center-lr .owl-controls{
	margin:0;	
}
.owl-btn-center-lr .owl-controls .owl-nav .owl-prev,
.owl-btn-center-lr .owl-controls .owl-nav .owl-next { 
	position:absolute;  
	left:0; 
	top:50%; 
	margin:-17px 50px !important;
	opacity:0.6;
}
@media only screen and (max-width:767px) {
.owl-btn-center-lr .owl-controls .owl-nav .owl-prev,
.owl-btn-center-lr .owl-controls .owl-nav .owl-next { 
	margin:-17px 20px !important;
}
}

.owl-btn-center-lr .owl-controls .owl-nav .owl-next { 
	left:auto; 
	right:0;
}

.owl-carousel .owl-item img{
	transform-style: inherit;
}


/*---------------------------------------------------------------
26. PAGINATION 
---------------------------------------------------------------*/
/* pagination style-1 */
.pagination-bx .pagination,
.cvf-universal-pagination  .pagination { 
	margin:0;
}
.pagination { 
	padding:10px 0;
}
.pagination > li:first-child > a, 
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination > li > a, 
.pagination > li > span {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #767676;
    padding:8px 14px;
	font-weight:600;
	font-size:12px;
}
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
    background-color: #1BBCE8;
    border-color:transparent;
	color: #fff;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 

.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: #1BBCE8;
    border-color:transparent;
}
.pagination > .previous > a, 
.pagination > .next > a {
    padding:8px 14px;
	font-size:12px;
}

/*DataTable  pagination */
.dataTables_paginate ul.pagination {margin:0;}
.dataTables_paginate .pagination > li{padding:0;}

/*---------------------------------------------------------------
27. FOOTER 
---------------------------------------------------------------*/
/* footer comapny timing */
.aon-timings-row {
	background-color:#141414;
	background-image:url(../images/clening-demo.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-bottom:30px;
	color:#fff;
	border-bottom:2px solid #1bbce8;
}
.aon-timings-row .aon-tilte{
	margin-top:0;
}
.aon-timings-row .aon-timing-bx,
.aon-timings-row .aon-helping-bx {
	padding-left:60px;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	display:inline-block;
}
.aon-timings-row .aon-timing-bx p,
.aon-timings-row .aon-helping-bx p{
	margin:0;
}
.aon-timings-row .aon-helping-bx {
	float:right;
}

.aon-timings-row .aon-timing-bx .fa,
.aon-timings-row .aon-helping-bx .fa{
	position:absolute;
	left:0;
	top:10px;
	font-size:50px;
}


footer h1, 
footer h2,
footer h3, 
footer h4, 
footer h5, 
footer h6,
footer p,
footer strong,
footer b,
footer { 
	color: #fff;
}

footer h1 a, 
footer h2 a,
footer h3 a, 
footer h4 a, 
footer h5 a, 
footer h6 a,
footer p a { 
	color: #1bbce8;;
}

footer a,
footer a:visited { 
	color: #777;
}

footer a:active,
footer a:focus,
footer a:hover { 
	color: #1bbce8;
}

footer p { 
 margin-bottom:10px;
}

footer p,
footer li { 
 font-size:13px;
 line-height:20px;
}

footer#footer { 
	background-position:center;
	background-size:cover;
} 

.aon-top-footer-overlay,
.aon-bottom-footer-overlay {
	position:relative;
}
.aon-top-footer-overlay .container,
.aon-bottom-footer-overlay .container {
	position:relative;
	z-index:1;
}
.aon-top-footer-overlay:before,
.aon-bottom-footer-overlay:before {
	content:"";
	background:#000;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;	
}
.aon-top-footer-overlay:before {
	opacity:;
}
.aon-bottom-footer-overlay:before {
	opacity:;
}

footer p { 
 color: #fff;
 line-height:22px;
 margin-bottom:10px;
}

footer p a{ 
	color: #3396d1;
}

footer .widget ul{
	list-style:none;
	margin-top:5px;
}








/*widget services*/
#footer .widget_services ul li {
	width:48%;
	float:left;
	margin-right:2%;
	border:none;
}

.footer-top { 
    background:#1c1c1c; 
    background-size:cover; 
    background-position:center;  
    padding:50px 0;
}

.footer-bottom { 
    padding:15px 0; 
    color:#444; 
}
.footer-bottom span { 
    font-weight:600;
}

.footer-bottom .socila-box{ 
    margin:0;
}
.footer-bottom .socila-box a{ 
    color:#444; 
}

@media only screen and (max-width: 767px) {
	
.footer-bottom [class*="col-"] { 
    width:100%;
	float:none;
	text-align:center;
}

.footer-bottom [class*="col-"]:first-child { 
    margin-bottom:15px;
}	
	
.footer-bottom .socila-box{ 
	float:none !important;
}		

}



/* scroll top btn css */
button.scroltop { 
	background:#161616;  
	border:none;   
	position: fixed;   
	right: 10px;   
	bottom:20px;  
	color: #fff; 
	margin:0;   
	cursor: pointer;    
	display: none;    
	height: 30px;  
	width: 30px;
    padding:8px;
	text-align:center;  
	-webkit-border-radius:50px;
	border-radius:50px;
}


@media only screen and (max-width:991px) {


#footer .container {
	width:100%;
	padding-left:30px;
	padding-right:30px;
}

#footer .footer-4-col {
	width:50%;
	margin-bottom:40px;
}
	
}


@media only screen and (max-width: 767px) {

.footer-clear {
	display:block !important;
    clear:both;
}

#footer .footer-4-col {
	width:100%;
}	

.footer-bottom [class*="clo-"] { 
	width:100%;
}

}


/*---------------------------------------------------------------
28. PAGE-CONTENT
---------------------------------------------------------------*/
.page-wraper { 
	width:900px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-450px;
	margin-top:-30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
	
.page-wraper { 
	width:96%;
	position:static;
	top:0;
	left:0;
	margin:0 2%;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);	
	
}	
}

.page-wraper .container{ 
	max-width:980px;
	width:100%;

}

.page-content { 
	position:relative;
	border:4px solid rgba(255,255,255,0.4);
}
.content-area { 
	padding-top:60px;
}

.section-full { 
	position:relative;
}
.section-full:last-child { 
	margin-bottom:-50px;
}

/*= Section Head Part =*/

.section-head {
	margin-bottom:50px;
}
.section-head.no-margin {
	margin-bottom:0;
}

.section-head h1,
.section-head h2,
.section-head h3 {
	margin-top:0;
}
.section-head .title-small {
	display:block;
	color:#7a959d;
	margin-bottom:15px;
}
.section-head p {
	padding-top:10px;
	font-size:14px;
	color:#939393;
}
.text-center.section-head p {
	margin-left:auto;
	margin-right:auto;
	width:700px;
}

.w-t-element { color:#FFF; }
.w-t-element h1,
.w-t-element h2,
.w-t-element h3,
.w-t-element h4,
.w-t-element h5,
.w-t-element h6,
.w-t-element p,
.w-t-element .title-small { 
	color:#FFF; 
}

.w-t-element .after-titile-line { 
	background:#FFF; 
}

/*= Section Content Part =*/
.section-content  {
	
}


@media only screen and (max-width:1024px) {
	
.section-full{
	background-attachment:scroll !important; 
}

}
@media only screen and (max-width: 991px) {
	
.page-content {
    margin-top: 0;
}
.section-full { 
	padding:50px 0; 
}
}


/*---------------------------------------------------------------
1. HOME PAGE VERSION-1 
---------------------------------------------------------------*/
/*== > Book in three steps ==*/
.aon-book-steps .icon-bx{ 
	margin-bottom:5px; 
}

.aon-book-steps [class*="icon-bx-"] { 
	background-color:#FFF;
	position:relative;
	z-index:1;
	margin-bottom:25px;
}
.aon-book-steps .aon-element-bx .shadow-bx { 
	width:151px;
	margin:auto;
	position:relative;
	z-index:0;
}
.aon-book-steps .aon-element-bx .shadow-bx img{ 
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
}
.aon-book-steps .aon-element-bx:hover .shadow-bx  {
	width:130px; 
}
.aon-book-steps .aon-step-no {
	position:absolute;
	right:10px;
	bottom:10px;
	width:34px;
	height:34px;
	line-height:34px;
	font-weight:600;
	font-size:16px;
	background-color:#494949;
	color:#fff;
	border-radius:100%;
	-webkit-border-radius:100%;
}

.aon-book-steps p {
	margin-bottom:10px;
	line-height:20px;
}

.aon-book-steps .aon-element-bx .step-no-bx { 
	font-size:72px; 
	color:#eaeaea; 
	font-weight:700; 
	font-family:Arial;
}

.aon-book-steps .aon-element-bx:hover .icon-bx-xl {
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px); 
}



.aon-book-steps .aon-element-bx:hover .step-no-bx  {
	color:#999999; 
}

@media only screen and (max-width: 991px) {
	
.how-aon-work .padding-lr-30 {
	padding-left:10px;
	padding-right:10px;
}

.line-bx .pull-left,
.line-bx .pull-right { 
	display:none;
}

}

/*== >Our Services ==*/
.aon-our-services {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.aon-our-services .nav-tabs{
	border-bottom:none;
}
.aon-our-services .tabbable .nav-tabs li a {
	background:none;
	border:2px solid #fff;
	color:#fff;
}
.aon-our-services .tabbable .nav-tabs li.active a, 
.aon-our-services .tabbable .nav-tabs li:hover a, 
.aon-our-services .tabbable .nav-tabs li:focus a {
	background-color:#fff;
	color:#5c5c5c;
}

.aon-our-services .tabbable .tab-content{
	background:none;
	border:none;
}
.aon-our-services .tabbable .tab-pane{
	padding:30px 0;
}
.aon-our-services .tabbable .tab-pane *{
	color: #FFF;
}
.aon-our-services .aon-service-img{
	float:right;
	width:360px;
	margin-left:35px;
	margin-bottom:20px;
}
.aon-our-services .tabbable .tab-pane .btn{
	background:none;
	border:2px solid #fff;
}

/*== > Our Work ==*/
.aon-our-work {
	padding:0;
}
.aon-our-work .section-head{
	padding-top:50px;
	padding-bottom:50px;
}
.aon-our-work .section-head .aon-title{
	margin:8px 0;
}
.aon-our-work .section-content{
	margin:0;
	padding-top:100px;
	padding-bottom:100px;
	padding-left:30px;
	padding-right:30px;
}

.aon-our-work .item {
	padding: 0 15 px;
    
}
.aon-our-work .item {
    background:#FFF;
}

/*== > Our Team ==*/
.aon-our-team .aon-title {
	margin-bottom:10px;
}
.aon-our-team span {
	color:#4d7a88;
}

/*== > career ==*/
.aon-career  {
	padding-bottom:0;
}
.aon-career .section-content {
	position:relative;
}
.aon-career .section-content {
	position:relative;
}
.aon-career .aon-career-text {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:50px 100px;
	background-color:rgba(255,255,255,0.95);
}

/*== >  Latest-blog ==*/
.latest-post-one-bx .aon-post-thum {
	position:relative;
}
.latest-post-one-bx .aon-post-date {
	position:absolute;
	bottom:0;
	top:auto;
	left:0;
	margin:0;
	display:table;
	width:auto;
}
.latest-post-one-bx .aon-post-date strong,
.latest-post-one-bx .aon-post-date span {
	display:table-cell;
	padding:5px 15px;
	vertical-align:middle;
}
.latest-post-one-bx .aon-post-date span {
	font-size:15px;
	font-weight:600;
}

/*== > testimonial ==*/
.aon-testimonials {
	background-image:url(inc/images/textbg.png);
	background-repeat:no-repeat;
	background-position:center;
}


.testimonial-bx { 
	margin-bottom:0; 
	margin-left:80px;
	margin-right:50px; 
	padding:30px;
	position:relative;
	border:2px solid #fff;
	position:relative;
}

.aon-testimonials .col-md-6:first-child:after { 
	content:""; 
	border-bottom:1px solid #e0e0e0; 
	border-right:1px solid #e0e0e0; 
	position:absolute; 
	right:0; 
	top:0; 
	width:0; 
	height:100%; 
}


.testimonial-pic {
	background:#FFF; 
	width:100px; 
	height:100px;
	overflow:; 
	border:5px solid #FFF;  
	position:absolute;
	left:-50px;
	top:40px;
	float:left;
	border-radius:100%; 
	-webkit-border-radius:100%;
	-webkit-box-shadow:2px 3px 6px -3px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
	box-shadow:2px 3px 6px -3px rgba(0, 0, 0, 0.35);
	
}

.testimonial-pic img { 
	width:90px; 
	height:90px;
	border-radius:100%; 
	-webkit-border-radius:100%;
	
}

.testimonial-pic:before {
	content:"\f10d"; 
	font-family: "FontAwesome";
	display:block;
	width:36px; 
	height:36px;
	line-height:36px;
	font-size:16px;
	background:#77c04b;
	color:#FFF;
	text-align:center;
	position:absolute ;
	left:0;
	top:65px;
	border-radius:100%; 
	-webkit-border-radius:100%;
	z-index:10;
	
}


.testimonial-text {
	margin-left:40px;
	line-height:20px;
	padding: 10px;
}

.testimonial-text p {
	margin-bottom:0;
	line-height:22px;
	color:#fff;
}

.testimonial-text .testimonial-detail {
	margin-top:15px;
}

.testimonial-text strong {
	font-size:16px;
	color:#fff; 
	display:inline-block; 
	position:relative; 
	margin-right:5px; 
}

.testimonial-text strong:after{ 
	content:"/"; 
	color:#fff;
	margin-left:3px;
}

.testimonial-text span {
	font-size:14px;
	color: #fff; 
	font-style:italic;  
}

@media only screen and (max-width: 480px) {
	
.testimonial-bx { 
	padding:0; 
}	
.testimonial-pic {
	float:none;
	margin:0 auto 15px;
}
.testimonial-text {
    margin-left:0;
	text-align:center;
}
.testimonial-text .testimonial-detail {
	padding-top:10px;
}

}

/*== > Ready to book now ==*/
.ready-to-book {
	padding-bottom:0;
}

/*---------------------------------------------------------------
1. HOME PAGE VERSION-2 
---------------------------------------------------------------*/
/*== > cleaning features ==*/
.aon-feature-bx {
	position:relative;
	padding-left:70px;
	padding-right:30px;
	margin-bottom:50px;
}
.aon-feature-bx:before {
	content:"";
	position:absolute;
	left:35px;
	top:0;
	width:1px;
	height:100%;
	background-color:#EEE;
}
.aon-feature-bx [class*="icon-bx-"]{
	background-color:#fff;
	position:absolute;
	left:0;
	top:-20px;
	width:70px;
	height:70px;
	line-height:70px;
}
.aon-feature-bx [class*="icon-bx-"] img{
	height:45px;
}

/*== > booking tree steps ==*/
.aon-booking-bx {
	padding:80px 80px 80px 250px;
	min-height:200px;
}
.aon-booking-bx p {
	font-size:16px;
	line-height:24px;
}

.aon-booking-bx [class*="icon-bx-"]{
	position:absolute;
	left:40px;
	top:70px;
	margin:0;
	background:none;
	width:200px;
	height:150px;
	line-height:150px;
}
.aon-booking-bx [class*="icon-bx-"] img{
	height:115px;
	width:auto;
}

.aon-booking-first {
	background-color:#5991ab;
}
.aon-booking-second {
	background-color:#6299b2;
}
.aon-booking-third {
	background-color:#68a0b9;
}

/*== > company services ==*/
.aon-services-outer {
	margin-left:-1px;
	margin-top:-1px;
}
.aon-services-outer [class*="col-"]{
	border-top:1px solid #e1e1e1; 
	border-left:1px solid #e1e1e1; 
}
.aon-services-outer [class*="icon-bx-"] {
	height:150px;
	line-height:150px;
}
.aon-services-outer [class*="icon-bx-"] img{
	height:100px;
	width:auto;
}

/*== > We find you a trusted maid ==*/
.aon-guarantee {
	width:148px;
	height:148px;
	position:absolute;
	bottom:-70px;
	left:50%;
	margin-left:-74px;
	z-index:9;

}
.aon-guarantee:after {
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-25px;
	z-index:-1;
	width:50px;
	height:10px;
	background:#D8D8D8;
	box-shadow:0 0 29px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 29px 10px rgba(0, 0, 0, 0.3);
	border-radius:20px;
	-webkit-border-radius:20px;
	
}

/*== > career ==*/
.aon-career-tow  {
	max-width:600 px;
}
.aon-career-tow .section-content {
	position:relative;
}
.aon-career-tow .section-content {
	position:relative;
}
.aon-career-tow .aon-career-text {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:30px 0 60px 60px;
	background-color:rgba(255,255,255,0.95);
}

/*== > staff member ==*/


/*== > testimonial ==*/
.aon-testimonials-two {
	background-image:url(inc/images/textbg.png);
	background-repeat:no-repeat;
	background-position:center;
}

.testimonial-bx-two { 
	margin-bottom:0; 
	margin:10px;
	padding:50px 25px 0;
	position:relative;
	text-align:center;
}

.testimonial-two-pic {
	background:#FFF; 
	width:100px; 
	height:100px;
	margin:0 auto;	
	border:5px solid #FFF;  
	border-radius:100%; 
	-webkit-border-radius:100%;
	-webkit-box-shadow:2px 3px 6px -3px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
	box-shadow:2px 3px 6px -3px rgba(0, 0, 0, 0.35);
}

.testimonial-two-pic img { 
	width:90px; 
	height:90px;
	border-radius:100%; 
	-webkit-border-radius:100%;
}


.testimonial-two-text {
	line-height:20px;
	text-align:center;
	position:relative;
}
.testimonial-two-text:before {
	content:"\f10d";
	font-family:"FontAwesome";
	color:#5991ab;
	position:absolute;
	left:0;
	top:-45px;
	width:100%;
	font-size:55px;
}

.testimonial-two-text p {
	margin-bottom:0;
	line-height:22px;
}

.testimonial-two-detail {
	margin-top:15px;
	margin-bottom:30px;
}

.testimonial-two-detail strong {
	font-size:16px;
	color:#3d474a; 
	display:inline-block; 
	position:relative; 
	margin-right:5px; 
}

.testimonial-two-detail strong:after{ 
	content:"/"; 
	color:#3d474a;
	margin-left:3px;
}

.testimonial-two-detail span {
	font-size:14px;
	color: #777777; 
	font-style:italic;  
}

/*== > our work ==*/
.aon-work-listing  {
	list-style:none;
	margin:0;
	padding:0;
}

/*== > latest blog post ==*/

.latest-post-two-bx {
	display:table;
	margin-bottom:30px;
}
.latest-post-two-bx .post-bx{
	position:relative;
}
.latest-post-two-bx .aon-post-thum,
.latest-post-two-bx .aon-post-info {
	display:table-cell;
	width:50%;
	vertical-align:top;
}
.latest-post-two-bx .aon-post-date {
	position:absolute;
	left:0;
	top:0;
}
.latest-post-two-bx .aon-post-info {
	padding:25px;
}


/*---------------------------------------------------------------
1. HOME PAGE VERSION-3 
---------------------------------------------------------------*/
/*== > Book in three steps ==*/
.line-bx {
	bottom:-5px; 
	left:0; 
	width:100%; 
	position:absolute; 
}

.line-bx .pull-left,
.line-bx .pull-right { 
	width:60%;
}

.aon-booking-three :hover .btn {
	background-color:#77c04b;
}

/*== > Our services ==*/
.aon-work-three .aon-tilte {
	margin-top:0;
}

/*== > Company features ==*/

.aon-company-features .left-border:before {
	content:"";
	left:-40px;
	background-color:#fff;
}

/*== > latest blog post ==*/

.latest-post-three-bx .post-bx{
	position:relative;
}
.latest-post-three-bx .aon-post-thum,
.latest-post-three-bx .aon-post-info {
	display:table-cell;
	vertical-align:top;
}
.latest-post-three-bx .aon-post-thum {
	width:40%;
}
.latest-post-three-bx .aon-post-info {
	width:60%;
}
.latest-post-three-bx .aon-post-date {
	position:absolute;
	left:0;
	top:0;
}
.latest-post-three-bx .aon-post-info {
	padding:25px;
	background:#F7F8FA;
}
.latest-post-three-bx .aon-post-info p{
	padding-top:10px;
}

/*---------------------------------------------------------------
29. INNER-CONTENT
---------------------------------------------------------------*/
/*== booking form classes ==*/

.aon-booking-form .panel-body {
	padding:0;
}
.aon-booking-form .carousel-indicators {
	margin:0;
	padding:20px 0;
	width:100%;
	position:static;
}
.aon-booking-form .aon-extra-services {
	list-style:none;
	margin:0 -5px;
	padding:0;
}
.aon-booking-form .has-bot-line {
	position:relative;
}
.aon-booking-form .has-bot-line:after {
	content:"";
	height:1px;
	background:#e7e7e7;
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}
.aon-booking-form .aon-extra-services li {
	float:left;
	padding:0 5px;
	margin-bottom:20px;
	text-align:center;
	width:20%;
	cursor:pointer;
	
}

.aon-booking-form .aon-extra-services li .icon-bx-lg{
	border:1px solid #CCC;
	background:#FFF;
	position:relative;
	width:100%;
}
.aon-booking-form .aon-extra-services li.active .icon-bx-lg:after {
	content:"\f00c";
	font-family:FontAwesome;
	color:#fff;
	font-size:60px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.9;
	background-color:#46b5e0;
	box-shadow:0 0 0 1px #35a2cc;
	-webkit-box-shadow:0 0 0 1px #35a2cc;	
}

.aon-booking-form .aon-extra-services li p,
.aon-booking-form .aon-extra-services li strong,
.aon-booking-form .aon-extra-services li em {
	padding:2px 0;
	margin:0;
	display:block;
}
.aon-booking-form .aon-extra-services li strong{
	color:#46b5e0;
}
.aon-booking-form .aon-extra-services li em{
	color:#333333;
}

.aon-booking-form .panel-btn .left {
	float:left;
}
.aon-booking-form .panel-btn .right {
	float:right;
}
.aon-booking-form .aon-booking-indicate {
	list-style:none;
	margin:0 0 50px;
	position:relative;
	height:60px;
}
.aon-booking-form .aon-booking-indicate:after {
	content:"";
	position:absolute;
	left:10%;
	top:50%;
	width:80%;
	height:2px;
	background-color:#ccc;
	margin-top:-1px;
	z-index:0;
}
.aon-booking-form .aon-booking-indicate li{
	display:block;
	float:left;
	width:25%;
	padding:0;
	position:relative;
	z-index:3;
}
.aon-booking-form .aon-booking-indicate li span {
	margin:auto;
	display:block;
	width:60px;
	height:60px;
	border:1px solid #d3d3d3;
	text-align:center;
	line-height:60px;
	font-size:30px;
	background-color:#fff;
	box-shadow:0 0 0 4px #fff;
	-webkit-box-shadow:0 0 0 4px #fff;
	border-radius:100%;
	-webkit-border-radius:100%;
}
.aon-booking-form .aon-booking-indicate li.active span {
	border:1px solid #319cc6;
	background-color:#46b5e0;
	color:#fff;
}

.aon-how-often .item-often.active .btn-default {
	background-color:#46b5e0;
	color:#fff;
	border-color:#3ba8d3;
	
}
.aon-need-click .btn.active  {
	background-color:#46b5e0;
	border-color:#03a4d0;
	color:#fff;
	
}
.aon-booking-time  .btn   {
	margin:0 10px;
}
.aon-booking-time  .btn.active   {
	background-color:#46b5e0;
	color:#fff;
	border-color:#3ba8d3;
}
.aon-pament-select {
	padding:15px 0 0;
	margin:0;
}
.aon-pament-select img{
	margin-top:-7px;
	margin-left:0;
	width:45px;
	height:auto;
}
.aon-pament-select label{
	display:inline-block;
}

/*card icon*/
.aon-card-group {
	margin:20px -15px;
	padding:0;
}

.aon-card-group img,
.aon-card-my-account img {
	margin-top:-3px;
	margin-right:5px;
	width:40px;
	height:auto;
}
.aon-card-group.margin-less {
	margin:20px 0;
	padding:0 15px;
}

/*= summary box css start === */
.aon-sumary-bx { 
	margin-top:108px; 
}
.aon-sumary-inr {
	margin-bottom:30px;
}
.aon-sumary-inr .aon-title {
	margin:0 0 20px;
	padding-bottom:10px;
	border-bottom:1px dashed #999; 
}
.aon-sumary-inr .aon-title .fa {
	font-size:18px;
	margin-right:5px;
}

.aon-bed-batn-select li {
	display:inline-block;
	font-weight:600;
	margin-right:3px;
}
.aon-bed-batn-select li:after {
	content:"/";
	padding-left:5px;
}
.aon-bed-batn-select li:last-child:after {
	display:none;
}


.aon-sumry-listing,
.aon-bed-batn-select {
	list-style:none;
	margin:0 -5px 15px;
	padding:0;
}
.aon-sumry-listing li {
	display:block;
	display:table;
}
.aon-sumry-listing .aon-sumry-title,
.aon-sumry-listing .aon-sumry-hours,
.aon-sumry-listing .aon-sumry-multiple,
.aon-sumry-listing .aon-sumry-price {
	display:table-cell;
	padding:2px 3px;
	width:1%;
}
.aon-sumry-listing .aon-sumry-title {
	width:100%;
}
.aon-sumry-listing .aon-sumry-hours {
	min-width:45px;
}
.aon-sumry-listing .aon-sumry-multiple {
	min-width:15px;
	font-size:10px;
	font-weight:600;
	color:#222222;
}
.aon-sumry-listing .aon-sumry-price {
	min-width:65px;
	text-align:right;
}

.aon-sumry-listing.aon-cleaning-hour {
	font-weight:600;
}
.aon-sumry-listing.aon-cleaning-hour .aon-sumry-hours {
	min-width:60px;
}
.aon-sumry-listing.aon-cleaning-hour .aon-sumry-price {
	min-width:65px;
}

.aon-sumry-listing.aon-add-services {
	font-size:13px;
}

.aon-sumry-listing.aon-services-total {
	font-weight:600;
	text-transform:uppercase;
}
.aon-sumry-listing.aon-services-total .aon-sumry-hours {
	min-width:125px;
}

.aon-date-time-select,
.aon-bed-batn-select {
	list-style:none;
	margin:0 -5px 15px;
}
.aon-date-time-select li,
.aon-bed-batn-select li{
	padding:2px 3px;
}

.aon-sumry-table{
	margin-bottom:0;
}
.aon-sumry-table tr td{
	border:none !important;
	padding:0 !important;
	font-weight:600;
	font-size:20px;
	color:#3d474a;
	
}
.aon-sumry-table tr .aon-sum-price{
	text-align:right;
}


/*---------------------------------------------------------------
30. AFTER-LOGIN-CONTENT
---------------------------------------------------------------*/

/*calender css*/
.zabuto_calendar,
.zabuto_calendar th,
.zabuto_calendar td,
.zabuto_calendar .calendar-month-navigation{
	text-align:center;
	cursor:pointer;
}

.zabuto_calendar .allbooked{
	background:#f3e7f3 !important;
	cursor:not-allowed !important;
	color:#b699b6;
	font-weight:600;
}

.zabuto_calendar .unavailable{
	background:#fbdede !important;
	cursor:not-allowed !important;
	color:#c79797;
	font-weight:600;
}

.zabuto_calendar .selected {
	background:#bce1f7 !important;
	color:#6999b5;
	font-weight:600;
}

.zabuto_calendar .badge-today {
    background-color: #f1f1f1 !important;
    color:#757575 !important;
	font-weight:600;
}
.zabuto_calendar .badge {
    border-radius: 0;
    display: table-cell;
    min-width: auto;
}
div.zabuto_calendar .table tr.calendar-dow-header th {
    background-color: #f0f0f0;
    padding: 14px 0;
}
div.zabuto_calendar .table tr.calendar-month-header th {
    background-color: #fff;
}


/*calender-css*/
.cal-context #cal-slide-content{
	background-image:none;
	background-color:#f1f1f1;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.cal-context #cal-slide-content:hover{
	background-color:#f1f1f1;
}
.cal-context #cal-slide-content ul{
	margin:0;
}
.cal-context #cal-slide-content ul li{
	padding:0;
	margin-bottom:10px;
    border-bottom: 1px dashed #ccc;
}
.cal-context .cal-event-list .event.pull-left{
	 margin-top: 6px;
}
.cal-context .event-info{
	background-color:#1bbce8;
}
.cal-context #cal-slide-content a.event-item {
	display:inline-block;
	color:#777777;
}
.cal-context #cal-slide-content a.event-item strong {
	text-transform:uppercase;
}
.cal-context #cal-slide-content a.event-item p {
	margin:0;
}

.event-info.aon-pending {
	background-color:#FF8040;
}
.event-info.aon-complete {
	background-color:#10C21E;
}
.event-info.aon-cancel {
	background-color:#F80C12;
}

/*=== Contact us page ==== */
.banner-contact-row {
	height:300px;
    background-size:cover;
	background-position:center;
}
.banner-contact-row *{
	color:#FFF;
}
.banner-contact-row .container {
	display:table;
    height:100%;
}
.banner-contact-row h1 {
	display:table-cell;
	vertical-align:middle;
}

ul.contact-info { 
	min-height:293px;
}

ul.contact-info li { 
	padding:0 0 15px 25px; 
	margin-bottom:15px;
	border-bottom:1px solid #e1e1e1;
	position:relative; 
	line-height:20px;
}

ul.contact-info li:last-child { 
	padding-bottom:0; 
	margin-bottom:0;
	border-bottom:none;
}

ul.contact-info li h4
ul.contact-info li h5,
ul.contact-info li h6 { 
	margin:0 0 10px;
}
ul.contact-info li p { 
	line-height:20px; 
	margin:0;
}
ul.contact-info li .fa { 
	position:absolute; 
	left:0; 
	top:2px; 
	color:#3396d1; 
	font-size:16px;
}


/*page not found*/
.page-notfound {
	padding:50px 0;
}
.page-notfound strong {
	font-size:200px;
	font-weight:900;
	line-height:140px;
	display:block;
}
.page-notfound strong i {
	font-size:190px;
	margin:0 10px;
}
.page-notfound .searchform { 
    position:relative;
	text-align:left;
	max-width:420px;
	margin:30px auto;
}



/*---------------------------------------------------------------
31. themeforest required classes
---------------------------------------------------------------*/

.sticky{
	clear:both;
}

.gallery-caption{
	clear:both;	
}

.bypostauthor{
	clear:both;
}

.page-notfound span {
	font-size:48px;
	display:block;
	color:#333;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:30px;
}

/*Text meant only for screen readers. */
.screen-reader-text {
 clip: rect(1px, 1px, 1px, 1px);
 position: absolute !important;
 height: 1px;
 width: 1px;
 overflow: hidden;
}

.screen-reader-text:focus {
 background-color: #f1f1f1;
 border-radius: 3px;
 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
 clip: auto !important;
 color: #21759b;
 display: block;
 font-size: 14px;
 font-size: 0.875rem;
 font-weight: bold;
 height: auto;
 left: 5px;
 line-height: normal;
 padding: 15px 23px 14px;
 text-decoration: none;
 top: 5px;
 width: auto;
 z-index: 100000; / Above WP toolbar. /
}


/*theme features nav*/
.features-nav ul { 
	margin:0; 
	list-style:none; 
	background:#FFF;
	text-transform:uppercase;
}

.features-nav ul li { 
	position:relative;
	font-weight:600;
	font-size:14px;
	padding:0;
}

.features-nav ul li a{ 
	border-bottom:1px solid #e8e9e9;
	padding:10px 10px 10px 40px;
	min-height:50px;
	line-height:30px;
	color:#555555;
	display:block;
}

.features-nav ul li a:hover,
.features-nav ul li a.active { 
	color:#FFFFFF;
	background:#1bbce8;
}

.features-nav ul ul li a:hover { 
	padding-left:45px;
}

.features-nav ul ul li a:hover:before,
.features-nav ul ul li a.active:before { 
	color:#FFFFFF;
}

.features-nav ul li.current_page_item a{ 
	color:#FFFFFF;
	background:#1bbce8;
}
.features-nav ul li.current_page_item a:before{ 
	color:#FFFFFF;
}


.features-nav ul li i { 
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	position:absolute;
	top:10px;
	left:10px;
	font-size:15px;
}

.features-nav ul li span{ 
	height:22px;
	min-width:22px;
	line-height:22px;
	font-size:10px;
	text-align:center;
	position:absolute;
	right:10px;
	top:15px;
	background:#1bbce8;
	color:#FFFFFF;
	border-radius:100%;
	-webkit-border-radius:100%;
}

.features-nav ul ul{ 
	text-transform:none;
}
.features-nav ul ul li { 
	font-weight:400;
	font-size:14px;
}
.features-nav ul ul li a { 
	border-bottom-color:#F2F2F2;
	color:#999999;
	padding:6px 10px 6px 40px;
	line-height:20px;
	min-height:0;
}

.features-nav ul ul li a:before{
    color: #999999;
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 14px;
    left:20px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
}

.fs-titaling-list {
	margin-bottom:50px;
	font-weight:600;
}
.aon-total-value {
	min-width:50px;
	text-align:right;
	margin-left:10px;
}

.g-map-area {
	padding:15px;
	margin-bottom:30px;
	background-color:#FFF;
}
.g-map-area img{
	width:100%;
}

.stepsbx strong {
	display:inline-block;
	padding:2px 8px;
	background-color:#DDD;
	font-weight:800;
	margin-right:10px;
	border-radius:3px;
	-webkit-border-radius:3px;
}


/*My Account css*/


.outer-admin {
	background-color:#1BBCE8;
}

.wrapper-admin {

}
.sidebar-admin {
 	float: left;
    margin-right: -100%;
    position: relative;
    width: 240px;
	z-index:999;
}

.page-logo {
	padding:50px 20px;
	text-align:center;
}

.sidebar-admin .sidebar-menu {
	margin:0;
}
.sidebar-admin .sidebar-menu li {
	display:block;
}



.sidebar-admin .sidebar-menu li a {
	position: relative;
	border-bottom:1px solid #49cbee;
	color:#FFF;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 10px 15px;
}
.sidebar-admin .sidebar-menu li a i{
	margin-left:1px;
	margin-right:5px;
}
.sidebar-admin .sidebar-menu li a > .arrow:before {
    content: "\f105";
    display: inline;
    float: right;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    position: absolute;
    right: 14px;
    text-align: center;
    text-shadow: none;
    top: 4px;
    width: 20px;
}

.content-admin {
    float:left;
	width:100%;
}
.content-admin-wraper {
    margin-left: 240px;
    margin-top: 0;
    padding:50px 20px 10px;
	background-color:#F6F6FA;
	min-height:800px;
}
.content-admin-main {
    max-width:1000px;
}

.aon-customer-list {
	position:fixed;
	left:240px;
	top:0;
	width:350px;
	height:100%;
	overflow:auto;
	background-color:#fff;
	z-index:999;
	box-shadow:20px 0px 32px rgba(0, 0, 0, 0.24);
	-webkit-box-shadow:20px 0px 20px rgba(0, 0, 0, 0.4);
}

.aon-customer-list ul{
	margin:0;
	position:relative;
}


.aon-customer-list li {
	border-bottom:1px solid #E5E5E5;
	padding:20px 15px;
}
.aon-customer-list li:hover {
	background-color:#F2F2F2;
}
.aon-customer-list .aon-custo-name {
	max-width:200px;
	float:left;
	margin-top:0;
}
.aon-customer-list .aon-custo-date {
	font-size:12px;
	font-weight:600;
	float:right;
}
.aon-customer-list .aon-address-customer {
	clear:both;
	color:#999;
	padding-left:18px;
}
.aon-customer-list .aon-address-customer .fa {
	margin-left:-16px;
	margin-right:5px
}

.aon-custo-map-view {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.aon-custo-map-iner {
	margin-left:590px;
	position:relative;
	height:100%;
}

.aon-gmap-fixed {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	display:table-cell;
}

/*popup set marker position*/
.set-marker-popup {
	display:none ;
	position:fixed;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	z-index:9999;
}
.set-marker-popup .set-marker-popup-close {
	position:absolute;
	top:8px;
	right:8px;
	width:30px;
	height:30px;
	z-index:2;
	color:#fff;
	text-align:center;
	line-height:30px;
	cursor:pointer;
	border:1px solid rgba(0,0,0,0);
}
.set-marker-popup .set-marker-popup-close:hover {
	background-color:rgba(0,0,0,0.8);
}

.set-marker-popup .set-marker-map {
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.set-marker-popup .set-marker-popup-form {
	background-color:rgba(27,188,232,0.9);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding:30px;
	z-index:1;
	border-bottom:2px solid #fff;
}
.set-marker-popup .set-marker-popup-form label {
	color:#fff;
}
.set-marker-popup .set-marker-popup-form .form-control{
	border-color:#fff;
}

.aon-gallery-listing {
	list-style:none;
	margin:0;
	padding:0;
}
.aon-gallery-listing li{
	margin:0 0 30px;
}

.wrapper-full-screen {
	background-color:#F6F6FA;
}

.vertical-nav-wraper {
	position:fixed;
	left:0;
	top:0;
	width:245px;
	height:100%;
	background-color:#1BBCE8;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:999;
}


.aon-full-screen-left {
    background-color:#ddd;
    height: 100%;
    left: 245px;
    padding-left: 0;
    position: fixed;
    top: 0;
    width: calc(50% - 245px);
}
.aon-post-spacial {
    width: 100%;
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
	border:20px solid #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.aon-post-spacial .aon-post-date {
    position:absolute;
	left:30px;
	top:30px;
	z-index:1;
}

.aon-full-screen-right {
	position:fixed;
	right:0;
	top:0;
	width:50%;
	height:100%;
	padding:30px 15px;
	overflow-x:hidden;
}	


.aon-post-spacial.aon-wide-post {
	border:none;
}	
.aon-full-screen-right.aon-wide-post {
	padding:0;
}	



#masonry {
	min-height:110%;
}

/*===============================================
	gallery full screnn css 
=============================================== */
.aon-thum-spacial {
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	border:20px solid #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.aon-thum-spacial.aon-wide-gallery {
	border:none;
}	
.aon-full-screen-right.aon-wide-gallery {
	padding:0;
}	
.aon-full-screen-right.aon-wide-gallery .aon-gallery-listing li {
	margin-bottom:0;
}	


/*===============================================
	Mobile nav css 
=============================================== */
.mobile-nav {
	display: block;
	clear: both;
	position: relative;
	min-height: 0px;
	padding-top: 0px;
}

a.meanmenu-reveal {
	display: none;
}


/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: static;
	background: none;
	padding: 0px 0 0;
	min-height: 0px;
	z-index: 999999;
}
.mean-container a.meanmenu-reveal {
	width: 35px;
	height: 22px;
	padding: 10px 13px 8px 13px;
	position: abs olute;
	top: 22px;
	right: 15px !important;
	cursor: pointer;
	color: #009999;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: cursive, Helvetica, sans-serif;
	font-weight: 700;
	margin-left: -2 7px;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #009999;
	height: 3px;
	margin-top: 3px;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #E8E8E8;
	margin-top: 0px;
	margin-bottom: 0px;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li.current-menu-item a {
	background: #0FB9B9;
	color: #FFF;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 100%;
	padding: 11px 5%;
	margin: 0;
	text-align: left;
	color: #141414;
	border-top: 1px solid #999;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
	font-size:13px;
}
.mean-container .mean-nav ul li li a {
	padding: 11px 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);	/*opacity: 0.75;	filter: alpha(opacity=75);*/
	text-shadow: none !important;
	visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
	background: #009999;
	color: #FFF;
}
.mean-container .mean-nav ul li a.mean-expand {	
	position: absolute;
	right: 0;
	top:1px;
	z-index: 2;
	width: 40px;
	height: 41px;
	line-height:40px;
	margin:0 !important;
	padding: 0px  !important;
	background-color:transparent;
	border: none !important;
	font-size:0 !important;
	text-align:center;
	font-weight:normal !important;
}


.mean-container .mean-nav ul li a.mean-expand:after {
	content:"\f105";
	font-family: "FontAwesome";	
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	font-size:15px;
	color:#777;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:after {
	content:"\f107";
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background-color: #transparent;
	color: #FFF;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.mean-remove {
	display: none !important;
}

/*===============================================
	vertical nav css 
=============================================== */
.vertical-nav ul.menu_top {
	display:block !important;
}
.vertical-nav .meanmenu-reveal {
	display:none !important;
}
.vertical-nav .mean-container .mean-nav {
	background:none;
}
.vertical-nav .mean-container .mean-nav ul li a {
	color:#fff;
	font-weight:600;
	padding:11px 20px;
	border-top:1px solid rgba(255,255,255,0.2);
}
.vertical-nav .mean-container .mean-nav ul ul li a {
	font-weight:400;
	padding:8px 20px 8px 30px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:30px;
	text-transform:none;
}
.vertical-nav .mean-container .mean-nav ul ul ul li a {
	padding-left:45px;
}
.vertical-nav .mean-container .mean-nav ul ul ul ul li a {
	padding-left:60px;
}
.vertical-nav .mean-container .mean-nav ul ul ul ul li a {
	padding-left:75px;
}
.vertical-nav .mean-container .mean-nav ul li a:hover {
	background-color:rgba(0,0,0,0.1)
}
.vertical-nav ul.menu_top:after {
	content:"";
	display:table;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.mean-container .mean-nav ul ul li a.mean-expand {	
	width:36px;
	height:36px;
	line-height:36px;
}
.vertical-nav .mean-container .mean-nav ul li a.mean-expand:after {
	color:#fff;
}



.aon-content-panel {
	background-color:#fff;
	border:1px solid #e1e6eb;
}
.aon-panel {
	padding:20px 40px;
	text-align:center;
	background-color:#F6F8FA;
}

.aon-panel-tittle {
	margin:0;
}

.aon-nav-tabs {
	background-color:#e8eaec;
	border-bottom:none;
}
.aon-nav-tabs > li ,
.aon-nav-tabs > li {
	margin:0;
}
.aon-nav-tabs > li > a,
.aon-nav-tabs > li.active > a {
    border:none !important;
    border-radius:0;
	webkit-border-radius:0;
	margin:0;
	color:#777777;
}

.aon-nav-tabs > li > a:focus, 
.aon-nav-tabs > li > a:hover {
	background-color:#F6F8FA;
}
.aon-nav-tabs > li.active > a, 
.aon-nav-tabs > li.active > a:focus, 
.aon-nav-tabs > li.active > a:hover {
	background-color:#F6F8FA;
}


.aon-tab-content .tab-pane {
	padding:40px;
}


.aon-inner-content {
	background-size:cover;
	padding:20px;
	background-color:rgba(255,255,255,0.7)
}

.aon-inner-content .content-area {
	padding:15px 20px;
	background-color:rgba(0,0,0,0.6);
	width:45%;
	float:right;
}

@media only screen and (max-width:767px) {
.aon-inner-content .content-area {
	width:100%;
	float:none;
}
}

.description {
    overflow: hidden;
    position: relative;
    width: 100%;
    height:367px;
	color:#fff;
}
.description-inr {
    padding-right:30px;
}
.description,
.description p,
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
    color:#fff;
}

.description .form-control,
.description .input-group-addon {
	background-color:transparent;
}
.description .input-group-addon .fa {
	font-size:12px;
	color:#fff;
	vertical-align:top;
	
}
.description .form-control {
	height:32px;
	padding:5px 10px;
	color:#fff;
}
.description textarea.form-control {
	height:auto;
}



/* Scrollbar css */
.description .ps-scrollbar-y-rail{   
	background:#2b2a2c !important; 
	width:10px !important;  
	-webkit-border-radius: 0;    
	-moz-border-radius: 0;    
	border-radius: 0;
}
.description .ps-scrollbar-y {  
	background:#000 !important;  
	right:2px;
	cursor:move;
	width:6px !important;
	-webkit-border-radius: 0;   
	-moz-border-radius: 0;    
	border-radius: 0;
 }
.description .ps-scrollbar-x-rail {  
	display:none !important;
 }
 
 /* Scrollbar css end */
 
 
.frame-left {
	width:50px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(inc/images/left-pic.jpg) repeat-y;
	z-index:1;
}
.frame-right {
	width:50px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:url(inc/images/right-pic.jpg) repeat-y;
	z-index:1;
}

.frame-top {
	width:100%;
	height:50px;
	position:absolute;
	left:0;
	top:0;
	background:url(inc/images/top-pic.jpg) repeat-x;
	z-index:1;
}
.frame-bottom {
	width:100%;
	height:50px;
	position:absolute;
	right:0;
	bottom:0;
	background:url(inc/images/bottom-pic.jpg) repeat-x;
	z-index:1;
}



.frame-corner1 {
	width:100px;
	height:100px;
	position:absolute;
	left:0;
	top:0;
	background:url(inc/images/corner1.png) no-repeat;
	z-index:2;
}
.frame-corner2 {
	width:100px;
	height:100px;
	position:absolute;
	right:0;
	top:0;
	background:url(inc/images/corner2.png) no-repeat;
	z-index:2;
}

.frame-corner3 {
	width:100px;
	height:100px;
	position:absolute;
	right:0;
	bottom:0;
	background:url(inc/images/corner3.png) no-repeat;
	z-index:2;
}
.frame-corner4 {
	width:100px;
	height:100px;
	position:absolute;
	left:0;
	bottom:0;
	background:url(inc/images/corner4.png) no-repeat;
	z-index:2;
}










@media only screen and (max-width: 900px) {



 
.frame-left {
	width:25px;
	background:url(inc/images/mobile/left-pic.jpg) repeat-y;
}
.frame-right {
	width:25px;
	background:url(inc/images/mobile/right-pic.jpg) repeat-y;
}

.frame-top {
	height:25px;
	background:url(inc/images/mobile/top-pic.jpg) repeat-x;
}
.frame-bottom {
	height:25px;
	background:url(inc/images/mobile/bottom-pic.jpg) repeat-x;
}

.frame-corner1 {
	width:50px;
	height:50px;
	background:url(inc/images/mobile/corner1.png) no-repeat;
}
.frame-corner2 {
		width:50px;
	height:50px;
	background:url(inc/images/mobile/corner2.png) no-repeat;
}

.frame-corner3 {
		width:50px;
	height:50px;
	background:url(inc/images/mobile/corner3.png) no-repeat;
}

.frame-corner4 {
		width:50px;
	height:50px;
	background:url(inc/images/mobile/corner4.png) no-repeat;
}

}

