/*
Author       : LitmusThemes
Template Name: Angles - Multipurpose One & Multi Page HTML5 template - ThemeForest
Version      : 1.1
*/

/*=============================================================
CSS SITEMAP >>>>

    01. GENERAL CSS
	02. PRELOADER CSS
    03. GENERAL CSS
	04. COMMON PAGES CSS
	05. MAIN NAVIGATION CSS
	06. HOMEPAGE MAIN SLIDER CSS
	07. WHO WE ARE SECTION CSS
	08. WHY CHOOSE US SECTION CSS
	09. WHAT WE DO SECTION CSS
	10. COUNTER SECTION CSS
	11. LATEST PROJECTS SECTION CSS
	12. TEAM SECTION CSS
	13. TESTIMONIALS SECTION CSS
	14. BLOG SECTION CSS
	15. OUR PARTNERS SECTION CSS
	16. CONTACT SECTION CSS
	17. FOOTER SECTION CSS
	18. TEAM PAGE CSS
	19. WORK PAGE CSS
	20. CONTACT PAGE CSS
	21. BLOG PAGE CSS
	22. BLOG DETAIL PAGE CSS
	23. ABOUT PAGE CSS
	24. PRICING CSS
	25. 404 PAGE
	26. LOGIN AND REGISTER PAGE
	27. ELEMENTS
	
	==========================
	Version      : 1.1 ( new pages )
	==========================
	28. PORTFOLIO PAGES
	29. COMING SOON
	30. MAINTENANCE
	 	REPORT PAGE

==================================================*/


/*==============================================
01. GENERAL CSS
================================================*/

html, 
body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
body {
	font: 16px/1.625 'Poppins', Arial, Helvetica, sans-serif;
	color: #737373;
	font-weight: 400;
    overflow-x: hidden;
  min-width: 320px;
}
img {
	vertical-align: top;
	border: 0;
	max-width: 100%;
}
a, 
input[type="button"], 
input[type="submit"], 
button, 
table th, 
table td {
	-moz-transition: background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-webkit-transition: background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-o-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-ms-transition: background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	transition: background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
}
.alltrans, 
.btn, 
.btn::before,
.owl-dot, 
.owl-dot span, 
.navtrigger, 
.slider-content h1, 
.slider-content h2, 
.slider-content p, 
.slider-content .cta-row, 
.main-slider .owl-nav > div, 
.feature-col, 
.service-col::after,
.feature-col::after,
#header, .owl-nav > div, 
.owl-nav > div::after,
.partners-slider img, 
.team-overlay, 
.team-overlay p, 
.team-social-links, 
.team-social-links a, 
.work-overlay, 
.blog-category::after,
#logo img, .logo, 
#header, 
.side-menu-trigger, 
.side-menu-trigger::after,
/*.navigation-menu > li > ul, */
.sidenav-wrapper, 
.navigation-menu > li > a, 
.navigation-menu > li, 
.contact-col i::after,
.search-trigger, 
.pricing-box, 
.team-header, 
.search-wrapper,
.feature-col p,
.service-col p {
	-moz-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-webkit-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-o-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-ms-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
}
a {
	color: #3a9ac8;
	text-decoration: none;
}
a:hover, 
a:focus {
	color: #3a9ac8;
	outline: none;
	text-decoration: underline;
}
td:focus-visible {
	outline: none !important;
}
th:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
iframe body:focus-visible,
button:focus-visible,
div.btn:focus-visible,
.parent_focus_within:has(:focus-visible) 
{
	border-radius: 2px;
	box-shadow:
		0 0 0 4px #ffffff,
		0 0 0 8px #5db85c !important; 
}
a:focus-visible {
	text-decoration: none !important;
}
a:focus-visible:not(.edit_property_link):not(.parent_focus_within a) {
	box-shadow:
		0 0 0 2px #ffffff,
		0 0 0 6px #5db85c !important; 
}
th:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
iframe body:focus-visible,
button:focus-visible,
div.btn:focus-visible,
a:focus-visible:not(.edit_property_link),
.parent_focus_within:has(:focus-visible) 
{
	outline: none !important;
	border-radius: 2px;
	-moz-transition: box-shadow 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000) !important;
	-webkit-transition: box-shadow 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000) !important;
	-o-transition: box-shadow 0.2s ease-in, color 0.2s ease-in !important;
	-ms-transition: box-shadow 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000) !important;
	transition: box-shadow 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000) !important;
	z-index: 10 !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none;
}
.custom-control-input:focus-visible ~ .custom-control-label::before {
  box-shadow:
  	0 0 0 2px #ffffff,
  	0 0 0 6px #5db85c !important;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
a:active {
	background-color: transparent;
}
}
strong {
	font-weight: 700;
}
small, 
.small {
	font-size: 85%;
}
sub, 
sup {
	font-size: 80%
}
p {
	margin: 0 0 15px;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	line-height: 1.3;
	margin: 0 0 15px;
	font-weight: 700;
	color: #242424;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
h1, 
h2 {
	font-size: 52px;
}
h3 {
	font-size: 30px;
	font-weight: 600;
}
h4 {
	font-size: 26px;
	font-weight: 600;
}
h5 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 600;
}
h6 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}
figure {
	margin: 0;	
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
button:focus {
	outline: none;	
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    border-bottom-color: rgb(238, 238, 238);
}


/*==============================================
02. PRELOADER CSS
================================================*/
.preloader {
	background: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	text-align: center;
}
.preloader h3 {
	top: 50%;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin-top: 60px;
	color: #242424;
	font-weight: 600;
	font-size: 26px;
}
.preloader-bounce {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.preloader-bounce {
	position: relative
}
.pl-child {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #2b7396;
	opacity: .9;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: pl-doubleBounce 2s infinite ease-in-out;
	animation: pl-doubleBounce 2s infinite ease-in-out
}
.pl-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
@-webkit-keyframes pl-doubleBounce {
0%, 
100% {
-webkit-transform: scale(0);
transform: scale(0)
}
50% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes pl-doubleBounce {
0%, 
100% {
-webkit-transform: scale(0);
transform: scale(0)
}
50% {
-webkit-transform: scale(1);
transform: scale(1)
}
}

/*==============================================
03. GENERAL CSS
================================================*/
#main {
	padding: 0;
	background: #fff;
}
@font-face {
	font-family: 'PoppinsRegular';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Poppins-Regular.woff2') format('woff2'),  url('../fonts/Poppins-Regular.woff') format('woff'),  url('../fonts/Poppins-Regular.ttf') format('truetype'),  url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: 400;
	font-style: 400;
}
.no-margin {
	margin: 0 !important;
}
.mt-0 {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.no-padding {
	padding: 0 !important;
}
.pt-0 {
	padding-top: 0;
}
.pb-0 {
	padding-bottom: 0;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-60 {
	padding-bottom: 60px;
}
hr {
	border-color: #e5e5e5;	
}
.hr-lg {
	margin-top: 55px;
	margin-bottom: 55px;	
}
blockquote {
	font-size: 16px;
	font-style: italic;
	border: 0;
	text-align: center;
	padding: 20px 0;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
}
.blockquote-footer {
	padding-top: 35px;
	font-weight: 600;
	font-size: 16px;
}
.blockquote-footer.hr-primary::after {
	margin: 15px auto 20px;
	right: 0;
	width: 50px;
	height: 2px;
	left: 0;
	top: 0;
	bottom: auto;
}
blockquote .fa { 
	color: #3a9ac8;
	font-size: 2em;
	display: block;
	margin: 0 0 5px;
}
.back-top {
	background:	#3a9ac8;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: fixed;
	right: 25px;
	bottom: 25px;
	font-size: 30px;
	display: none;
	z-index: 10;
}
.back-top i {
	position: absolute;
	left: 16px;
	top: 8px;	
	color: #fff;
}
.section-full {
	position: relative;
	overflow: hidden;		
}
.bg-cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	height: 100%;
	background-position: 50% 0;	
}
.f-right {
	float: right;	
}
.f-left {
	float: left;	
}
.hr-primary {
	position: relative;
	padding-bottom: 8px;	
}
.hr-primary::after {
	background: #3a9ac8 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin: 10px 0 0;
    width: 40px;
	bottom: -1px;
	position: absolute;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


/*==============================================
04. COMMON PAGES CSS
================================================*/
.container {
	max-width: 1170px;
	width: 100%;
}
#header {
	background: rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	padding: 0 20px;
}
.logo {
	float: left;
	height: 86px;
	display: table;
}
.logo span {
	display: table-cell;
	vertical-align: middle;
}
#logo {
	display: block;
}
#logo img {
	max-height: 48px;
}
#header.fixed .logo {
	height: 68px;
}
#header.fixed #logo img {
	max-height: 40px;
}
.animated-row {
	overflow: hidden;
}
.section {
	padding: 60px 0 70px;
	overflow: hidden;
}
.section-title {
	position: relative;
	padding-bottom: 10px;
}
.section-title + * {
	margin-top: 40px;
}
.section-title::before,
.section-title::after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: 6px;
	width: 35px;
	height: 2px;
	background: #3a9ac8;
	top: 100%;
}
.section-title::after {
	left: auto;
	right: 50%;
	margin-right: 6px;
}
.section-title span::before,
.section-title span::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #3a9ac8;
	left: 50%;
	top: 100%;
	margin-top: -2px;
	margin-left: 2px;
}
.section-title span::after {
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: 2px;
}

/*==============================================
05. MAIN NAVIGATION CSS
================================================*/
.navbar {
	margin: 0;
	border: 0;
	border-radius: 0;
	min-height: 1px;
	position: static;
	display:block;
	padding:0;
}
.navigation-row {
	float: right;
}
.navigation-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display:block;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
}
.nav-box {
	float: right;
}
.navigation-menu::after {
	content: '';
	display: table;
	clear: both;
}
.navigation-menu > li {
	float: left;
	margin: 0 0 0 1px;
}
.navigation-menu > li > a {
	color: #fff;
	padding: 0 22px;
	display: block;
	line-height: 86px;
}
.navigation-menu > li > a:hover, 
.navigation-menu > li > a:focus,
.navigation-menu > li.active > a {
	background: #3a9ac8;
	color: #fff;
	text-decoration: none;
}
@media screen and (min-width: 900px) {

	li.switch-organization {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 86px;
		color: white;
		cursor: pointer;
	}

	li.switch-organization .navtrigger {
		display: block;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		color: white;
	}

	.navigation-menu > li.switch-organization:hover > a.switch-organization--active-organization {
		padding: 34px initial;
		border-radius: 0;
		border-color: transparent;
		transform: none;
	}

	a.switch-organization--active-organization:after {
		position: absolute;
		content: attr(data-name);
		display: block;
		top: -.6em;
		color: #212728;
		background: white;
		border-radius: 5px;
		font-size: 11px;
		padding: 1px 5px;
	}

	.navigation-menu > li > a.switch-organization--active-organization span {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		display: block;
	}

	.navigation-menu > li.switch-organization:hover > a.switch-organization--active-organization:after {
		display: none;
	}

	.navigation-menu > li.switch-organization:hover .navtrigger {
		/* right: 5px; */
	}

	.navigation-menu > li.switch-organization > ul {
		width: 260px;
	}

	#header.fixed .navigation-menu > li > a.switch-organization--active-organization {
		line-height: 1;
	}

	#header.fixed li.switch-organization {
		height: 68px;
	}

	.navigation-menu > li > a.switch-organization--active-organization {
		width: 250px;
		line-height: 1;
		padding: 15px 25px 15px 15px;
		border: 1px solid;
		border-radius: 20px;
		margin-right: 10px;
	}
}
.sidenav-wrapper .nav > li > a:hover, 
.sidenav-wrapper .nav > li > a:focus {
	background: none;
}
.sidenav-wrapper .nav > li.active > a {
	color: #3a9ac8;
}
.navigation-menu > li:hover {
	background: #3a9ac8;
}
.navigation-menu > li > ul {
	position: absolute;
	top: 115%;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.navigation-menu > li:nth-last-child(-n+2) > ul {
    right: 0;
}
.navigation-menu > li > ul li a {
	padding: 11px 20px 10px;
	display: block;
	color: #737373;
	font-size: 14px;
	font-weight: 500;
}
.navigation-menu > li > ul li a:hover, 
.navigation-menu > li > ul li a:focus {
	text-decoration: none;
	color: #3a9ac8;
}
.navigation-menu > li > ul li + li {
	border-top: 1px solid rgba(0,0,0,0.08);
}
.navigation-menu > li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
#header.fixed {
	background: #212628;
	position: fixed;
}
#header.fixed .navigation-menu > li > a {
	line-height: 68px;
}

#navigation {
	float: left;
}
#sidenav {
	float: right;
	width: 50px;
	margin-left: 25px;
	min-height: 1px;
}
.side-menu-trigger, 
.navbar-toggle {
	font-size: 25px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);	
	transform: translateY(-50%);
	right: 35px;
	color: #fff;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	background: #3a9ac8;
	text-align: center;
	overflow: hidden;
}
.side-menu-trigger:hover, 
.close-menu:hover, 
.navbar-toggle:hover {
	background: #2b7396;
}
.side-menu-trigger i, 
.navbar-toggle i {
	position: absolute;
	left: 0;
	right: 0;
	line-height: 46px;
	top:0;
}
.side-menu-trigger:hover, 
.side-menu-trigger:focus {
	color: #fff;
}
.navbar-toggle {
	margin: 0;
	padding: 0;
	right: 15px;	
}
.sidenav-wrapper {
	position: fixed;
	background: #fff;
	top: 0;
	height: 100%;
	right: 0;
	width: 300px;
	right: -320px;
	padding: 90px 0 30px;
	-webkit-box-shadow: -5px 0 5px rgba(0,0,0,0.08);
	-moz-box-shadow: -5px 0 5px rgba(0,0,0,0.08);
	box-shadow: -5px 0 5px rgba(0,0,0,0.08);
	overflow-y: auto;
}
.sidenav-wrapper.visible {
	right: 0;
}
.sidenav-wrapper .nav > li > a {
	padding: 10px 0;
	font-size: 18px;
	color: #737373;
	font-weight: 500;
}
.sidenav-wrapper .nav > li > a:hover {
	color: #3a9ac8;
}
.sidenav-wrapper .nav {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 15px 30px 0;
	-ms-flex-direction: column;
  	flex-direction: column;
}
.sidenav-wrapper .nav ul {
	margin: 0;
	display: none;
	padding: 0 0 0 15px;
	list-style: none;
}
.sidenav-wrapper .nav ul li a {
	color: #737373;
	text-decoration: none;
	padding: 5px 0;
	display: block;
	font-size: 15px;
}
.sidenav-wrapper .nav ul li a::before {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-right: 5px;
	font-size: 16px;	
}
.sidenav-wrapper .nav ul li a:hover {
	color: #3a9ac8;
}
.close-menu {
	font-size: 54px;
	background: #3a9ac8;
	right: 20px;
	position: absolute;
	top: 22px;
	line-height: 50px;
	height: 46px;
	width: 46px;
	border-radius: 50%;
}
.close-menu::before,
.close-menu::after {
	content: '';
	position: absolute;
	top: 21px;
	height: 4px;
	width: 22px;
	border-radius: 2px;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-menu::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sidenav-wrapper .social-links {
	padding: 20px 30px;
}
.sidenav-wrapper .social-links li:first-child {
	margin-left: 0;
}
.sidenav-wrapper .navtrigger {
	display: block;	
}
.navtrigger {
	font-size: 24px;
	position: absolute;
	right: -5px;
	top: 12px;
	padding: 0 5px;
	z-index: 1;
	line-height: 1;
	cursor: pointer;
	display: none;	
}
.navtrigger.nav-open {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);	
}

.search-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	padding: 40px;
	background: rgba(0,0,0,0.9);
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	z-index: 999;
}
.search-wrapper.open {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.search-trigger {
	line-height: 86px;
	font-size: 20px;

	color: #fff;	
	display: block;
}
.search-trigger:focus {
	color: #fff;	
}
.search-box {
	max-width: 800px;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
	margin: 0 auto;
	left: 0;
	right: 0;	
}

.search-area {
	float: left;	
}
.search-wrapper .submit-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: none;
	padding: 5px;
	font-size: 30px;
}
.search-wrapper input[type="text"], 
.search-wrapper input[type="search"] {
	background: none;
	border-radius: 0;
	font-size: 56px;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 15px;
	border: 0;
	border-bottom: 3px solid #fff;
	padding-right: 70px;
	padding-left: 0;
	height: auto;
	color: #fff;
}
#header.fixed .search-trigger {
	line-height: 68px;	
}
.close-search {
	position: absolute;
	font-size: 50px;
	top: 25px;
	right: 40px;
	color: #fff;	
}

/*==============================================
06. HOMEPAGE MAIN SLIDER CSS
================================================*/
.main-slider {
	height: 100vh;
	min-height: 600px;
}
.banner-section {
	background-color: #212628;
}
.banner-section.bg-dark::after {
	display: none;
}
.main-slider .item {
	position: relative;
	height: 100vh;
	min-height: 600px;
}
.slide-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-background-position:50% 0;
	background-position:50% 0;
}
.slide-img img {
	width: 100%;
}
.slider-contentbox {
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background: rgba(0,0,0,0.70);
	text-align: center;
	color: #fff;
	display: table;
	width: 100%;
	position: relative;
	font-size: 18px;
	min-height: 600px;
}
.slider-content {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 90px;
}
.slider-content h1, 
.slider-content h2, 
.slider-content h3 {
	color: inherit;
	font-size: 100px;
}
.slider-content h1, 
.slider-content h2 {
	line-height: 1.2;
	margin-bottom: 30px;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
	opacity: 0;
	overflow: hidden;
}
.slider-content p {
	margin-bottom: 45px;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
	opacity: 0;
}
.slider-content .cta-row {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
	opacity: 0;
}
.main-slider .owl-item.active .slider-content h1, 
.main-slider .owl-item.active .slider-content h2, 
.main-slider .owl-item.active .slider-content p, 
.main-slider .owl-item.active .slider-content .cta-row {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.owl-dots {
	text-align: center;
	font-size: 0;
	margin: 30px 0;
}
.owl-dot {
	display: inline-block;
	margin: 0 4px;
	border: 2px solid transparent;
	padding: 2px;
	border-radius: 50%;
}
.owl-dot span {
	background: #242424;
	height: 9px;
	width: 9px;
	border-radius: 50%;
	display: block;
}
.owl-dot.active, 
.owl-dot:hover {
	border-color: #3a9ac8;
}
.owl-dot.active span, 
.owl-dot:hover span {
	background: #3a9ac8;
}
.owl-nav > div {
	position: absolute;
	left: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
}
.owl-nav > div.owl-next {
	left: auto;
	right: 25px;
}
.main-slider .owl-nav > div {
	color: #fff;
	border-color: #fff;
	color: #fff;
}
.owl-nav > div:hover {
	opacity: 1;
}
.owl-prev, .owl-next {
	border: 2px solid #656565;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	color: #656565;
	opacity: 0.4;
}
.owl-prev::after,
.owl-next::after {
	font-family: 'FontAwesome';
	content: "\f104";
	font-size: 40px;
	display: block;
	line-height: 44px;
	margin: 0 0 0 -1px;
}
.owl-next::after {
	content: "\f105";
	margin: 0 0 0 4px;
}

.bg-light .slider-contentbox {
	background:none;	
}
.scroll-down {
	position: absolute;
	text-align: center;
	width: 22px;
	height: 22px;
	border-style: solid;
	border-color: #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 30px;
	z-index: 2;
	-webkit-animation: up-down 0.5s ease-in-out infinite alternate;
    animation: up-down 0.5s ease-in-out infinite alternate;
	-webkit-transform-origin:50% 0;
	transform-origin:50% 0;
	
}
@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(0) rotate(45deg);
    }
    100% {
       -webkit-transform: translateY(5px) rotate(45deg);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(5px) rotate(45deg);
    }
}


/*==============================================
07. WHO WE ARE SECTION CSS
================================================*/
.title-col {
	margin-bottom: 40px;
}
.section-title + h4 {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.2em;
	font-weight: 600;
}
.feature-col {
	font-size: 14px;
	padding: 15px 15px 20px;
	position: relative;
	z-index: 1;
    height: 100%;
}
.feature-col p {
	margin: 0;
}
.feature-col:hover *, 
.service-col:hover * {
	color: #fff;
}
.feature-col i {
	font-size: 44px;
	color: #3a9ac8;
	margin-bottom: 20px;
}
.text-white {
	color: #fff;
}
.text-white h1, 
.text-white h2, 
.text-white h3, 
.text-white h4, 
.text-white h5, 
.text-white h6 {
	color: #fff;
}

/*==============================================
08. WHY CHOOSE US SECTION CSS
================================================*/
.bg-primary {
	background: #3a9ac8;
}
.why-choose-contentbox {
	padding: 100px;
	color: #fff;
}
.why-choose-contentbox h2 {
	color: #fff;
	margin-bottom: 55px;
}
.why-choose-col {
	position: relative;
	font-size:0;
}
.why-choose-col > i {
	font-size: 50px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: rgba(36,36,36,0.28);
	text-align: center;
	line-height: 84px;
	display:inline-block;
	vertical-align:middle;
}
.why-choose-content {
	overflow: hidden;
	font-size: 15px;
	display:inline-block;
	vertical-align:middle;
	padding-left:30px;
	width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
}
.why-choose-content h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 5px;
}
.why-choose-col + .why-choose-col {
	margin-top: 25px;
}
.why-choose-content p {
	margin: 0;
}
.video-col {
	height: 100%;
}
.video-col .video-popup {
	height: 100%;
	position: relative;
	display: block;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-background-position: 50% 0;
	background-position: 50% 0;
}
.video-col .video-popup i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 110px;
	color: #000;
	opacity: 0.56;
}

/*==============================================
09. WHAT WE DO SECTION CSS
================================================*/
.service-col {
	border:1px solid #e5e5e5;
	font-size: 14px;
	padding: 40px 35px 45px;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}
.service-col::after,
.feature-col::after {
	content: '';
	background: #3a9ac8;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	position: absolute;
	z-index: -1;
}
.service-col h3 {
	font-size: 22px;
	letter-spacing: 0.02em;
	margin-bottom: 15px;
}
.service-col p {
	margin: 0;
}
.service-col i {
	font-size: 44px;
	color: #3a9ac8;
	margin-bottom: 25px;
}
.service-col:hover::after,
.feature-col:hover::after {
	height: 100%;
}
.services-list .row {
	margin-top:-30px;	
}
.services-list .column:nth-of-type(4) {
	clear: left;
}
.bg-grey {
	background: #f4f4f4;
}

/*==============================================
10. COUNTER SECTION CSS
================================================*/
.bg-dark {
	background: #212628;
	color: #fff;
	position: relative;
	z-index: 1;
}
.bg-dark h1, 
.bg-dark h2, 
.bg-dark h3, 
.bg-dark h4, 
.bg-dark h5, 
.bg-dark h6 {
	color: #fff;
}
.bg-dark::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	top: 0;
	right: 0;
	background: #212628;
	opacity: 0.75;
	height: 100%;
	z-index: -1;
}
.bg-dark .owl-dot span {
	background: #929596;
	background: rgba(255,255,255,0.5);
}
.bg-dark .owl-dot.active, 
.bg-dark .owl-dot:hover {
	border-color: #fff;
}
.bg-dark .owl-dot.active span, 
.bg-dark .owl-dot:hover span {
	background: #fff;
}
.counter-box {
	text-align: center;
	font-size: 18px;
	color: #bcbcbd;
}
.count-number {
	font-weight: 600;
	display: block;
	font-size: 66px;
	line-height: 1.2;
	color: #fff;
}
#counters-section {
	background: url(../images/bg/counters-bg.jpg) no-repeat 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

/*==============================================
11. LATEST PROJECTS SECTION CSS
================================================*/
#work-section {
	padding-bottom: 0;
}
.work-row {
	position: relative;
}
.work-row .btn-projects {
	position: absolute;
	top: -24px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.project-box {
	position: relative;
	overflow:hidden;
}
.project-box:hover .work-overlay {
	opacity: 1;
}
.work-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,0.88);
	color: #fff;
	color: #bbb;
	letter-spacing: 0.02em;
	font-size: 14px;
	z-index: 1;
	opacity: 0;
}
.project-details {
	position: absolute;
	border: 4px solid rgba(255,255,255,0.2);
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	background: rgba(0,0,0,0.2);
}
.project-content {
	position: absolute;
	padding: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.project-details h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 5px;
}
.project-catagory {
	color: #3a9ac8;
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
.project-details p {
	margin-bottom: 20px;
}
.zoom-icon {
	width: 62px;
	height: 62px;
	background: #fff;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	line-height: 62px;
}

.mfp-container .mfp-close {
	background: #3a9ac8;
	color: #fff;
	line-height: 42px;
	height: 50px;
	width: 50px;
	font-size: 34px;
	right: 0;
	opacity: 1;
	border-radius: 0;
	text-align: center;
	font-weight: 400;
	top: 0;
	padding: 0;
	position: fixed;
}
.mfp-bottom-bar {
	font-size: 20px;
	font-weight: 600;
	height: auto;
	padding: 0 65px;
	min-height: 50px;	
	top: 0;
	margin: 0;
	background: #212628;
	position: fixed;
	left: 0;
	right: 0;
}
.mfp-img-mobile .mfp-bottom-bar {
	bottom: auto;
	top: 0;	
	background: #212628;
}
.mfp-title {
	text-align: center;
	padding: 16px 0;	
}
img.mfp-img, .mfp-img-mobile img.mfp-img {
	padding: 50px 0;
}
.mfp-figure::after {
	top: 50px;
	bottom: 50px;	
}
.mfp-img-mobile img.mfp-img {
	padding: 60px 0 25px;	
}
.mfp-img-mobile .mfp-figure::after {
	top: 60px;
	bottom: 25px;	
}
.mfp-counter {
	display: none;	
}
.mfp-container .mfp-arrow::before {
	display: none;
}

/*==============================================
12. TEAM SECTION CSS
================================================*/
.team-box {
	position: relative;
	overflow: hidden;
}
.team-box img {
	width: 100%;	
}
.team-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #000;
	height: 87px;
	background: rgba(0,0,0,0.88);
	letter-spacing: 0.02em;
	height: 100%;
}
.team-header {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	padding: 20px 30px 15px;
	background: rgba(0,0,0,0.88);	
}
.team-overlay p {
	opacity: 0;
	margin: 30px 0;
	font-size: 13px;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	color: #bbb;
}
.team-box:hover .team-overlay {
	top: 0;
	height: 100%;
}
.team-box:hover .team-header {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	background: none;
	padding: 0;
}
.team-box:hover .team-overlay p {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.team-box:hover .team-details h4 {
	margin-bottom: 3px;
}
.team-box:hover .team-social-links {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.team-box:hover .team-details {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 30px;
	right: 30px;
	margin: 0 auto;
}
.team-header h4 {
	font-size: 20px;
	margin: 0;
}
.team-social-links {
	margin: 0;
	padding: 0;
	list-style: none;
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
}
.team-social-links li {
	display: inline-block;
	margin: 0 2px;
}
.team-social-links li a {
	font-size: 16px;
	display: block;
	color: #fff;
	height: 36px;
	width: 36px;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 34px;
	opacity: 0.6;
}
.team-social-links li a:hover {
	opacity: 1;
}
.team-slider .owl-nav > div.owl-prev {
	left: -75px;
}
.team-slider .owl-nav > div.owl-next {
	left: auto;
	right: -75px;
}
.owl-carousel .owl-nav > div.disabled {
	opacity: 0.25;
	cursor: default;
}
.team-row .row {
	margin-top: -30px;	
}
.team-row .row .column {
	margin-top: 30px;	
}

/*==============================================
13. TESTIMONIALS SECTION CSS
================================================*/
#testimonials-section {
	background: url(../images/bg/testimonials-bg.jpg) no-repeat 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.img-round img {
	border-radius: 50%;
}
.client-image img {
	display: block;
	margin: 0 auto 25px;
	padding: 4px;
	border: 2px solid #4e5152;
	border: 2px solid rgba(255,255,255,0.2);
	max-width: 160px;
	width: 100%;
}
.quote-icon {
	font-size: 40px;
	display: block;
	opacity: 0.22;
	line-height: 1.2;
	margin-bottom: 10px;
}
.testimonials-row {
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
}
.testimonial-box {
	letter-spacing: 0.02em;
}
.testimonial-box p {
	color: #d7d7d8;
	letter-spacing: 0;
	margin-bottom: 30px;
}
.testimonial-box h4 {
	font-size: 20px;
	color: #3a9ac8;
	margin-bottom: 5px;
}
.testimonials-slider .owl-dots {
	margin-bottom: 0;
}

/*==============================================
14. BLOG SECTION CSS
================================================*/
.blog-box {
	font-size: 14px;
	text-align:left;
}
.blog-img-box {
	position: relative;
}
.blog-img-box img {
	width: 100%;
}
.blog-category {
	position: absolute;
	left: 0;
	top: 20px;
	background: #fff;
	background: rgba(255,255,255,0.85);
	color: #242424;
	padding: 12px 25px;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 500;
	z-index: 1;
}
.blog-category::after {
	content: '';
	left: 0;
	width: 0;
	background: #3a9ac8;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
.blog-box:hover .blog-category {
	color: #fff;
}
.blog-box:hover .blog-category::after {
	width: 100%;
}
.blog-info {
	border: 1px solid #e5e5e5;
	border-top: 0;
}
.blog-details {
	padding: 20px;
}
.blog-details p {
	margin: 0;
}
.blog-details p + p {
	margin:15px 0;	
}
.posted-date {
	display: block;
	color: #3a9ac8;
	font-weight: 500;
	margin-bottom: 15px;
	padding-bottom:5px;
}
.posted-date::after {
	width: 34px;
}
.post-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.post-title a {
	display: block;
	color: #242424;
}
.post-title a:hover, 
.post-title a:focus {
	text-decoration: none;
	color: #3a9ac8;
}
.blog-bottom-row {
	border-top: 1px solid #e5e5e5;
	padding: 13px 20px;
}
.blog-bottom-row::after {
	content: '';
	display: table;
	clear: both;
}
.posted-by {
	float: left;
	margin-right: 20px;
	font-weight: 500;
	color: #959595;
}
.posted-by i, 
.comments i {
	font-size: 1.4em;
	margin-right: 4px;
}
.posted-by a {
	color: inherit;
}
.posted-by a:hover, 
.posted-by a:focus {
	color: #3a9ac8;
	text-decoration: none;
}
.comments {
	float: right;
	font-weight: 500;
	color: #959595;
}
.blog-posts .btn {
	margin-top: 35px;
}

/*==============================================
15. OUR PARTNERS SECTION CSS
================================================*/
.partners-slider img {
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.35;
	filter: alpha(opacity=50);
	cursor: default
}
.partners-slider img:hover {
	-webkit-filter: none;
	-ms-filter: none;
	-moz-filter: none;
	filter: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
#partners-section {
	padding: 35px 0;
}
#partners-section h3 {
	font-weight: 600;
	margin: 0;
}

/*==============================================
16. CONTACT SECTION CSS
================================================*/
#contact-section > .row {
	margin: 0;	
}
#contact-section > .row > .column {
	padding: 0;	
}
.contact-row .contact-box {
	background: url(../images/bg/form-bg.jpg) no-repeat 50% 0 fixed;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 1;
	min-height: 600px;
}

.contact-row .contact-box::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	background: #212628;
	opacity: 0.9;
	z-index: -1;	
}
.contact-row .contact-box h2 {
	color: #fff;	
}
.contact-box {
	padding: 65px 75px 75px;	
}
.contact-box h2 {
	font-size: 36px;
	margin-bottom: 20px;	
}

.contact-map { 
	width: 100%; 
	height: 600px; 
}
.bg-grey .form-control {
	background: #fff;
}
.form-group {
	margin-bottom: 25px;	
}


/*==============================================
17. FOOTER SECTION CSS
================================================*/
#footer {
	background: #242424;
	color: #aaa;
	font-weight: 300;
	font-size: 15px;
}
.quick-contact {
	padding: 50px 0;	
}
.quick-contact h3 {
	color: #fff;
	margin: 0;
}

.footer-cols {
	padding: 45px 0 35px;
}
.footer-cols h4 {
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.01em;
}
.nav-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-list li {
	line-height: 1.8;
}
.nav-list li a {
	text-decoration: none;
}
.nav-list li a::before {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-right: 10px;
	font-size: 1.1em;
}
.footer-cols .nav-list li a {
	color: #aaa;
}
.footer-cols .nav-list li a:hover {
	color: #fff;
}
.getintouch {
	position: relative;
	padding-left: 42px;
}
.getintouch i {
	font-size: 1.8em;
	position: absolute;
	left: 0;
	top: -2px;
	opacity: 0.85;
}
.email-col.getintouch i {
	font-size: 1.5em;
}
.getintouch address {
	margin: 0;
}
.getintouch ~ .getintouch {
	margin-top: 20px;
}
.getintouch a {
	color: #aaa;
}
.getintouch a:hover {
	color: #fff;
	text-decoration: none;
}
.footer-newsletter {
	position: relative;
	margin-bottom: 30px;
}
.footer-newsletter .form-control {
	border: 0;
	color: #aaa;
	background: #fff;
	background: rgba(255,255,255,0.08);
	font-weight: 300;
	padding-left: 50px;
	padding-right: 135px;
}
.footer-newsletter i {
	position: absolute;
	top: 13px;
	left: 15px;
	font-size: 24px;
}
.newsletter-subscribe .btn {
	position: absolute;
	top: 0;
	right: 0;
	text-transform: none;
	font-size: 15px;
	height: 50px;
	padding-left: 18px;
	padding-right: 18px;
}
.social-links::after {
	content: '';
	display: table;
	clear: both;
}
.social-links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-links li {
	float: left;
	margin-left: 10px;
}
.social-links li a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	display: block;
	line-height: 44px;
	background: #26a6d1;
	color: #fff;
	font-size: 22px;
}
.social-links li.fb a {
	background: #3b5998;
}
.social-links li.yt a {
	background: #c4302b;
}
.social-links li.in a {
	background: #0e76a8;
}
.social-block span {
	float: left;
	margin: 7px 10px 0 0;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
.copyright {
	font-size: 14px;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 20px 0;
	text-align: center;
}

/*==============================================
18. TEAM PAGE CSS
================================================*/
.inner-content {
	position: relative;
	z-index: 1;
	padding: 160px 30px 70px;
	text-align: center;	
}
.inner-banner.bg-dark::after {
	display: block;
	z-index: 0;
	opacity: 0.85;	
}
/*==============================================
19. WORK PAGE CSS
================================================*/

.work-row .row {
	margin-top: -30px;	
}
.work-row .column { 
	margin-top: 30px;
}

/*==============================================
20. CONTACT PAGE CSS
================================================*/
.contact-col {
	text-align: center;
	font-size: 20px;
}
.contact-col * {
	color: #737373;	
}
.contact-col i {
	font-size: 40px;
	color: #3a9ac8;
	margin: 0 auto 20px;
	display: block;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	line-height: 90px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.contact-col i::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: #3a9ac8;
	height: 100%;
	border-radius: 50%;
	z-index: -1;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.contact-col:hover i::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.contact-col:hover i {
	color: #fff;	
}
.contact-col address {
	font-size: 18px;
	margin: 0;
}

.contact-inforow .contact-box {
	padding: 0;
	text-align: center;
}

/*==============================================
21. BLOG PAGE CSS
================================================*/
.blog-section .blog-box { 
	margin-bottom: 30px; 
} 
.pagination-section {
	text-align: center;	
}

/* ------ SIDEBAR CSS ------ */
.widget-single { 
	background: #f4f4f4; 
	padding: 20px;  
}
.widget-single ~ .widget-single {
	margin-top: 25px;
}
.widget-single h4 { 
	font-size: 20px; 
	padding-bottom: 8px; 
	margin-bottom: 15px; 
	position: relative; 
	font-weight: 600; 
}
.widget-single ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
.widget-single li::after {
	clear: both; 
	display: table; 
	content: ""; 
}
.list li { 
	border-top: 1px dashed #dbdbdb; 
	padding: 8px 0; 
	font-size: 15px; 
}
.list li:first-child, 
.widget-recent-blog li:first-child { 
	border: 0; 
}
.list li a { 
	color: #737373; 
	padding-left: 11px; 
	text-decoration: none; 
	display: block; 
	word-wrap: break-word;
	position: relative; 
}
.widget-single li a:hover { 
	color: #3a9ac8; 
}
.list li a::before {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: -1px;  
}

.search-section { 
	position: relative; 
}
.search-section input[type="text"] { 
	background: #fff; 
	padding-right: 60px;
	color: #737373;
}
.search-section .btn-search { 
	cursor: pointer; 
	font-size: 0; 
	text-align: center;
	top: 1px;
	bottom: 1px; 
	padding: 0; 
	position: absolute; 
	right: 0; 
	width: 50px;
	line-height: 44px;
}
.btn-search i {
	font-size: 20px;
	display: block;
	margin-left: 2px;	
}

.widget-categories li { 
	padding-right: 35px; 
	position: relative; 
}
.widget-categories span { 
	background: rgba(0,0,0,0.2); 
	border-radius: 50%; 
	color: #fff;  
	font-size: 12px;
	font-weight: 500; 
	height: 26px; 
	line-height: 28px; 
	text-align: center; 
	width: 26px; 
	position: absolute; 
	top: 6px; 
	right: 0; 
}

.widget-recent-blog li { 
	padding: 12px 0; 
	position: relative;
	border-top: 1px dashed #dbdbdb; 
}
.widget-recent-blog li:first-child { 
	border: 0; 
}
.widget-recent-blog figure { 
	float: left; 
	margin-right: 15px; 
	max-width: 90px;
	width: 100%; 
}
.widget-recent-blog img { 
	max-width: 100%; 
}
.post-summary { 
	overflow: hidden; 
}
.post-summary h5 { 
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 2px; 
}
.post-summary a { 
	color: #242424; 
	display: block;
	text-decoration: none; 
}
.post-summary a:hover {
	color: #3a9ac8;
}
.post-summary .posted-date { 
	font-size: 12px;
	margin: 0;
	color: #737373;
	font-weight: 400; 
}
.post-summary .posted-date::after {
	display: none;	
}

.taglist::after {
	content: '';
	display: table;
	clear: both;	
}
.taglist li {
	float: left; 
	margin: 8px 8px 0 0;
}
.taglist li a {
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	padding: 5px 8px;
	font-size: 13px;
	background: #fff;
	display: block;
	color: #737373;
}
.taglist li a:hover {
	background: #3a9ac8;
	color: #fff;
	text-decoration: none;
	border-color: #3a9ac8;
}

/*==============================================
22. BLOG DETAIL PAGE CSS
================================================*/
h1.post-title {
	font-size: 30px;
	margin: 0 0 20px;	
}
.tags-share::after,
.author-inforow::after {
	content: '';
	display: table;
	clear: both;	
}
.tags-share {
	border-bottom: 1px solid #e5e5e5;	
}
.tags-list {
	float: left;	
}
.tags-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.tags-list ul li {
	float: left;
	margin-right: 15px;
}
.tags-list ul li a {
	color: #737373;
	font-size: 16px;
	text-decoration: none;	
}
.tags-list ul li a:hover {
	color: #3a9ac8;
}
.tags-list h6 {
	float: left;
	margin-right: 15px;	
}
.social-share-links.social-links li {
	margin-left: 6px;	
}
.social-share-links.social-links li a {
	width: 34px;
	height: 34px;
	font-size: 18px;
	line-height: 34px;	
}
.author-inforow {
	background: #f4f4f4;	
}
.author-inforow img {
	float: left;
}
.author-infobox {
	overflow: hidden;
	font-size: 14px;
	padding: 20px 20px 0;
}

.comments h3 {
	font-size: 24px;	
}
.comments-list {
	margin: 0;
	padding: 0;
	list-style: none;	
}
.comments-list .avatar img {
	float: left;
	margin-right: 25px;	
	border-radius: 50%;
}
.comment-details {
	overflow: hidden;
	font-size: 14px;	
}
.comment-by {
	position: relative;
	margin-bottom: 10px;
	padding-right: 100px;
}
.comment-by .date {
	display: block;
	font-weight: 400;
	color: #737373;	
	font-size: 14px;
}
.comment-by .reply {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #3a9ac8;
	padding: 4px 10px 3px;
	color: #3a9ac8;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
}
.comment-by .reply:hover {
	background: #3a9ac8;
	color: #fff;
}
.comment-by {
	color: #242424;
	font-weight: 600;
	font-size: 16px;
}
.comments-list ul {
	list-style: none;
	margin: 20px 0 0;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	padding: 20px 0 5px 70px;	
}
.comments-list li + li {
	margin-top: 20px;	
}
.comments-list ul li + li {
	margin-top: 15px;	
}

/*==============================================
23. ABOUT PAGE CSS
================================================*/
.sub-title {
	display: block;
	font-size: 0.6em;
	text-transform: uppercase;
	font-weight: 500;
	color: #3a9ac8;
	margin-bottom: 5px;
	letter-spacing: 0.02em;	
}
.skill-bar {
    height: 8px;
    position: relative;
    background-color: #f4f4f4;
    border-radius: 50px;
}
.skill-bar + .skill-bar {
	 margin: 65px 0 0 0;
}
.skill-bar h5 {
    display: block;
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    top: -35px;
	margin: 0;
}
.progress-bar-value {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #3a9ac8;
    border-radius: 50px
}
.progress-value {
	position: absolute;
	right: 0;
	top: -30px;
	font-size: 14px;
}

/*==============================================
24. PRICING CSS
================================================*/

#pricing-section {
	border-top: 1px solid #e5e5e5;	
}
.pricing-box {
	text-align: center;	
	background: #f4f4f4;
	cursor: pointer;
	-webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 3px 15px rgba(0,0,0,0.05);
	box-shadow: 0 3px 15px rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
	border: 1px solid #e5e5e5;
}
.pricing-box.popular-plan {
	background: #3a9ac8;
}
.pricing-box.popular-plan, 
.pricing-box.popular-plan .plan-price, 
.pricing-box.popular-plan h3 {
	color: #fff;	
}
.popular-plan.pricing-box .plan-features-list ul li, 
.pricing-box.popular-plan .plan-features-list ul {
	border-color: rgba(255,255,255,0.25);	
}
.pricing-box.popular-plan .btn.btn-outline {
	border-color: #fff;
	color: #fff;
}
.pricing-box:hover .btn.btn-outline {
	color: #fff;	
}
.pricing-box:hover .btn.btn-outline::before {
	height: 100%;
}
.pricing-box.popular-plan .btn.btn-outline::before {
	background: #fff;
}
.pricing-box.popular-plan:hover .btn.btn-outline {
	color: #3a9ac8;
}
.pricing-header {
	padding: 30px 20px 20px;	
	position: relative;
}
.pricing-header h3 {
	letter-spacing: 0.02em;
	font-size: 24px;	
}
.plan-price {
	font-size: 46px;
	font-weight: 700;
	color: #3a9ac8;	
	line-height: 1.15;
	padding-top: 10px;	
}
.plan-price sub {
	font-size: 18px;
	font-weight: 500;
	bottom: 5px;	
}
.plan-features-list {}
.plan-features-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px dashed #d7d7d7;		
}
.plan-features-list ul li {
	padding: 12px 15px;
	border-top: 1px dashed #d7d7d7;	
}
.pricing-footer {
	padding: 25px;	
}
.pricing-footer .btn {
	min-width: 180px;	
}
.popular-tag {
	color: #3a9ac8;
	background: #fff;	
	position: absolute;
	-webkit-transform:  rotate(90deg);
	transform:  rotate(90deg);
	padding: 7px 25px 7px 15px;
	height: 36px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	top: 11px;
	right: 0;
	font-weight: 500;
	font-size: 14px;
}
.popular-tag::after {
	content: '';
	position: absolute;
	right: -1px;
	top: 0;
	border-right: 15px solid #3a9ac8;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	width: 0;
	height: 0;
}

/*==============================================
25. 404 PAGE CSS
================================================*/
.error-404 {
	height: 100vh;
	color: #fff;
	position: relative;	
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-background-position: 50% 0;
	background-position: 50% 0;
	padding: 120px 0 30px;
}
.error-content {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
	font-size: 18px;	
}
.error-content h1 {
	color: #fff;
	font-size: 200px;
	line-height: 1;	
}
.error-content h3 {
	color: #fff;	
}
.error-content p {
	margin-bottom: 30px;	
}

/*==============================================
26. LOGIN AND REGISTER PAGE
================================================*/
.forgot-link {
	float: right;	
}
.account-box button {
	width: 100%;
}
.account-box .nav-tabs {
	font-size: 18px;	
}

/*==============================================
27. ELEMENTS CSS
================================================*/
.page-header {
	padding-bottom: 0;
	text-align: left;
	border-color: #e5e5e5;
}
.page-header h3 {
	margin-bottom: 10px;	
}
.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus {
	background: #3a9ac8;
	border-color: #3a9ac8;
}
.dropdown-menu {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #3a9ac8;
    border-color: #3a9ac8;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	background: #3a9ac8;
	color: #fff;
	text-decoration: none;
	outline: 0;
}
.dropdown-menu > li > a {
	display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
	box-shadow: none;
}

.label, .badge {
	font-weight: 600;	
	padding: 0.3em 0.6em;
}
.label-primary, .badge-primary {
	background: #3a9ac8;	
}
.badge {
    padding: 0.45em 0.6em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.page-header {
	margin-bottom: 30px;	
}
.page-header h3 {
	font-size: 26px;	
}
.custom-list {
	margin: 0;
	padding: 5px 0 0;
	list-style: none;	
}
.custom-list li {
	margin: 0 0 5px;	
}
.custom-list li i {
	font-size: 1.1em;
	margin-right: 5px;	
}
.text-success {
	color: #5cb85c;		
}
.text-primary {
	color: #3a9ac8 !important;
}
.text-warning {
    color: #f0ad4e;
}
.text-info {
    color: #5bc0de;
}
.text-danger {
    color: #d43f3a;
}
.container .jumbotron, .container-fluid .jumbotron {
	padding-right: 60px;
	padding-left: 60px;
}


/* Alertbox CSS
========================================================================================*/
.alert {
	padding: 16px;
	margin: 20px 0;
	color: #242424;
	position: relative;
}
.alert-notification {
	background-color: #fff0f4;
	border: solid 1px #db524c;
	color: #db524c;
}
.alert-info {
	background-color: #e8f6ff;
	border: solid 1px #0082d5;
	color: #0082d5;
}
.alert-warning {
	background-color: #fef4ec;
	border: solid 1px #ff9948;
	color: #ff9948;
}
.alert-success {
	background-color: #edfff6;
	border: solid 1px #04be5b;
	color: #04be5b;
}
.alert i {
	position: absolute;
	left: 15px;
	top: 12px;
	font-size: 1.8em;
}

/* Tabs
==========================================================*/
.nav-tabs {
	margin-bottom: 15px;	
}
.nav-tabs > li > a {
	font-weight: 500;
	color: #737373;
	padding: 12px 20px;
	border: 0;
}
.nav-tabs > li > a:hover {
	border-color: transparent;
	color: #3a9ac8;
}
.property_nav > ul > li > a {
	white-space: nowrap;
}
.property_nav ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 25px 0 -10px;
}

.property_nav li {
	margin-right: 3px;
	display: flex;
}

.property_nav a {
	background: rgb(255 255 255 / 20%);
	padding: 15px 20px;
	border-radius: 5px 5px 0 0;
	color: white;
	margin: 0;
}

.property_nav a.active {
	background: white;
	color: black;
}

.property_nav a:hover, .property_nav a:focus {
	background: rgb(255 255 255 / 30%);
	text-decoration: none;
}

.property_nav a.active:hover {
	background: white;
}
@media screen and (max-width: 768px) {
	.property_nav ul {
		flex-wrap: nowrap;
		margin-bottom: 0;
	}

	.property_nav {
		-ms-overflow-style: none;
		scrollbar-width: none;
		overflow-x: auto;
		width: 100vw;
		margin: 30px 0 -11px -45px;
		padding: 0 15px;
		overflow-y: visible;
	}

	.property_nav::-webkit-scrollbar {
		display: none;  /* Safari and Chrome */
	}
}
.nav-tabs > li > a.active, 
.nav-tabs > li > a.active:hover, 
.nav-tabs > li > a.active:focus {
	color: #3a9ac8;
	border: 0;
	border-bottom: 2px solid #3a9ac8;
}
.custom-tab.nav-tabs {
	border: 0;	
}
.custom-tab.nav-tabs > li > a, 
.custom-tab.nav-tabs > li > a.active, 
.custom-tab.nav-tabs > li > a.active:hover, 
.custom-tab.nav-tabs > li > a.active:focus {
	border: 0;
}
.custom-tab.nav-tabs > li > a {
	background: #e5e5e5;
	border-radius: 5px;	
	margin-right: 8px;
}
.custom-tab.nav-tabs > li > a.active, 
.custom-tab.nav-tabs > li > a.active:hover, 
.custom-tab.nav-tabs > li > a.active:focus {
	background: #3a9ac8;
	color: #fff;
}
.tabs-left.nav-tabs > li > a.active, 
.tabs-left.nav-tabs > li > a.active:hover, 
.tabs-left.nav-tabs > li > a.active:focus {
	border: 0;	
	border-right: 1px solid #3a9ac8;
}
.tabs-left.nav-tabs > li > a {
	display: block;
	margin: 0;
	border-radius: 0;
	border-right: 1px solid #ddd;
}
.tabs-left.nav-tabs > li {
	float: none;	
}
.tabs-left.nav-tabs {
	border: 0;
	display: block;
}
.nav-tabs.verticle-tabs-default > li > a {
	background: #e5e5e5;
	border: 0;
}
.nav-tabs.verticle-tabs-default > li > a.active, 
.nav-tabs.verticle-tabs-default > li > a.active:hover, 
.nav-tabs.verticle-tabs-default > li > a.active:focus {
	background: #3a9ac8;
	color: #fff;
}

/* Accordians
==========================================================*/
.panel-title {
	font-size: 18px;	
}
.accordion-box {
	 border: 1px solid #ddd;
}
.accordion-row {
	margin-bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border:0;
	border-radius:0;
	border-bottom: 1px solid #ddd;
	background: none;
}
.accordion-row:last-child {
	border-width:0;	
}
.accordion-row .panel-title {
 	font-weight: 500;
	margin:0;
}
.accordion-row .panel-title a {
	text-decoration: none;
	color: #737373;
	display: block;
	position: relative;
	padding: 20px 50px 20px 20px;
}
.accordion-row .panel-title a i {
	position: absolute;
	top: 17px;
	right: 17px;
	font-size: 1.6em;
}
.accordion-row .panel-title a[aria-expanded="true"] {
	background:#3a9ac8;
	color:#fff;	
}
.accordion-row .panel-title a[aria-expanded="true"] i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion-row .panel-title a[aria-expanded="true"] i.fa-plus-circle {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.accordion-row .accordion-content {
	padding: 20px;
	font-size: 15px;
}
.accordion-row .accordion-content p:last-child {
	margin:0;	
}
.accordion-box.accordion-custom {
	border: 0;	
}
.accordion-custom .accordion-row:last-child {
	border-width: 1px;	
}	

/* Spinners
==========================================================*/
.spinners i {
  margin-right: 20px;
  margin-bottom: 10px;
  color: #242424;
}
.spinner-md {
  font-size: 36px;
}
.spinner-lg {
  font-size: 72px;
}
.fa-spin-custom {
  -webkit-animation: spin 2000ms infinite linear;
  animation: spin 2000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Modals
==========================================================*/
.modal {
	z-index: 9999;
}
.modal-header {
	padding: 15px 20px;	
}
.modal-body {
	padding: 20px;	
}
.modal-body p:last-child {
	margin: 0;	
}
.modal-header h4 {
	font-size: 24px;
	padding-right: 30px;
}
.modal-header .close {
	margin-top: 2px;
	padding:0;
	opacity: 1;
	color: #666;
	font-size: 30px;
	margin:0 0 0 auto;
}

/* Pagination
==========================================================*/
.pagination {
	margin: 0;	
	font-size: 0;
	display:block;
}
.pagination > li {
	display: inline-block;
	margin: 0 4px;
	text-align: center;
	font-size: 16px;
}
.pagination > li > a, 
.pagination > li > span {
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	line-height: 46px;
	border: 1px solid #d1d1d1;
	color: #737373;
	padding: 0;
	margin: 0;
}
.pagination > li:first-child > a, 
.pagination > li:first-child > span, 
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
	border-radius: 50%;
}
.pagination > li > a:hover, 
.pagination > li.current > a {
	background: #3a9ac8;
	color: #fff!important;
	border-color: #3a9ac8;
	text-decoration:none;
}
.pagination > li i {
	font-size: 24px;
	line-height: 40px;	
}

.pagination.pagination-custom > li > a, 
.pagination.pagination-custom > li > span {
	border-radius: 0;	
	border-left-width: 0;
	cursor: pointer;
}
.pagination > li > a.disabled,
.pagination > li > span.disabled {
	background: none;
}
.pagination.pagination-custom > li {
	margin: 0;
}
.pagination.pagination-custom > li:first-child > a, 
.pagination.pagination-custom > li:first-child > span {
	border-left-width: 1px;
}

/* Checkbox and Radiobox
==========================================================*/
.form-group .checkbox, 
.form-group .radio {
	margin: 0;	
}
.checkbox label, .radio label {
	display:  inline-block;
	position:  relative;
	padding-left:  33px;
	line-height: 1.6;
	margin-right: 20px;
}
.checkbox label::before,
.radio label::before {
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	left: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.radio label::before {
	border-radius: 50%;
}
.checkbox label::after,
.radio label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
	position: absolute;
	left: 4px;
	top: -1px;
	font-size: 15px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	color: #fff;
}
.radio label::after {
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 50%;	
	background: #3a9ac8;
	left: 6px;
	top: 6px;
	position: absolute;
}
.checkbox input[type="checkbox"], 
.radio input[type="radio"] {
	opacity:  0;
	margin: 0;
	width: 23px;
	height: 23px;
	position: absolute;
	left: 0;
	top: 0;
}
.checkbox input[type="checkbox"]:checked + label::after,
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.checkbox input[type="checkbox"]:checked + label::before {
	background: #3a9ac8;
	border-color: #3a9ac8;
}
 .radio input[type="radio"]:checked + label::before {
	border-color: #3a9ac8;	 
}
.checkbox input[type="checkbox"]:disabled + label, 
.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before, 
.radio input[type="radio"]:disabled + label::before, 
.checkbox input[type="checkbox"]:disabled + label, 
.radio input[type="radio"]:disabled + label {
	cursor: not-allowed;
}

.quick-delete {
	position: relative;
}
.quick-delete label,
.quick-delete-all label {
    display:  inline-block;
    position:  relative;
    line-height: 0.8;
/*    line-height: 1;*/
    margin-right: 20px;
}
    .quick-delete label::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.qdel_minus label::after {
    font-family: 'FontAwesome';
    content: "\f068";
    position: absolute;
    left: 5px;
    top: 6px;
    font-size: 15px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: #fff;
}
    .qdel_check label::after {
        font-family: 'FontAwesome';
        content: "\f00c";
        position: absolute;
        left: 4px;
        top: 5px;
        font-size: 15px;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        color: #fff;
    }
.quick-delete input[type="checkbox"] {
    opacity: 0;
    margin: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    left: -10000px;
    top: 0;
}
.quick-delete input[type="checkbox"]:checked + label::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.quick-delete input[type="checkbox"]:checked + label::before {
    background: #3a9ac8;
    border-color: #3a9ac8;
}
.quick-delete input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.quick-delete input[type="checkbox"]:disabled + label::before, 
.quick-delete input[type="checkbox"]:disabled + label {
    cursor: not-allowed;
}

/* Tables
==========================================================*/
.table-bordered > thead > tr > th {
	border-bottom-color: #3a9ac8;
	background: #f6f6f6;
}

.table thead th {
  border-bottom: 1px solid #3a9ac8;
  border-top: 2px solid #3a9ac8;
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	padding: 15px 20px;	
}
.table > thead > tr > th {
	border-bottom-color: #3a9ac8;
}
table th {
	font-weight: 600;	
}
.bs-example {
	overflow-x: auto;	
}

.table-word-wrap td {
    word-wrap: break-word;
    word-break: break-all; /* optional */
    white-space: normal !important;
}

/* Tooltips
==========================================================*/
.tooltip {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #3a9ac8;
  border-radius: 4px;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #3a9ac8;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #3a9ac8;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #3a9ac8;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #3a9ac8;
}

/* Dropcaps
==========================================================*/
p.drop-caps:first-child:first-letter { 
	float: left; 
	font-size: 80px; 
	line-height: 60px; 
	padding: 5px; 
	margin-right: 5px; 
	margin-top: 5px; 
}
p.drop-caps.secondary:first-child:first-letter { 
	background: #3a9ac8; 
	color: #fff; 
	padding: 7px; 
	margin-right: 11px; 
	border-radius: 5px; 
}


/* Form Style
==========================================================*/
button, input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="tel"], 
input[type="search"], 
input[type="url"], 
textarea, 
select, 
input[type="submit"], 
input[type="button"] {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="tel"], 
input[type="search"], 
input[type="url"], 
textarea, 
input[type="submit"], 
input[type="button"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
button, input {
	line-height: normal;
}
.form-control, 
input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="tel"],
input[type="number"],
input[type="search"], 
input[type="url"], 
textarea, 
select, 
textarea.form-control {
	background: #f6f6f6;
	padding: 7px 20px 5px;
	height: 50px;
	line-height: 1.55;
	border: solid 1px #dbdbdb;
	color: #454648;
	width: 100%;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	-moz-transition: border-color 200ms ease-in;
	-webkit-transition: border-color 200ms ease-in;
	transition: border-color 200ms ease-in;
	border-radius: 5px;
	text-overflow: ellipsis;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size:15px;
}
textarea, 
textarea.form-control {
	width: 100%;
	height: 140px;
	overflow: auto;
	resize: vertical;
	padding: 10px 20px;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	border-radius: 12px;
	border-radius: 5px;
}
select {
	height: 50px;
	padding: 10px 42px 9px 22px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
	background: none;
	line-height: 1.25;
	border-radius: 50px;
	cursor: pointer;
	color: #454648;
	background: #fff;
	border: solid 1px #dbdbdb;
}
select::-ms-expand {
display: none;
}
.custom-selectbox {
	overflow: hidden;
	display: block;
	margin: 0;
	position: relative;
}
.custom-selectbox::before {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 48px;
	background: #ebefef;
	content: '';
	height: 48px;
}
.custom-selectbox::after {
	border-right: 2px solid #737373;
	border-top: 2px solid #737373;
	content: "";
	height: 10px;
	margin-top: -8px;
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 10px;
	z-index: 1;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus,
.form-control:focus {
	border-color: #c3c3c3;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
}
input::-moz-focus-inner, 
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="button"], 
input[type="submit"], button {
	background: #3a9ac8;
	color: #fff;
	border: 0;
	letter-spacing: 0.01em;
	cursor: pointer;
	width: auto;
	overflow: visible;
	padding: 13px 30px 10px;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.4;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-weight: 600;
	border-radius: 5px;
}
input[type="button"]:hover, 
input[type="submit"]:hover, 
button:hover {
	color: #fff;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #737373;
}
::-moz-placeholder {
	opacity: 1;
	color: #737373;
}
:-ms-input-placeholder {
	opacity: 1;
	color: #737373;
}
:-moz-placeholder {
	opacity: 1;
	color: #737373;
}

.form-control {
	height: 50px;	
}
.control-label, 
.form-group > label {
	font-weight: 600;	
}

.ss-main.form-select .ss-single-selected {
	height: 50px;
	background: #f6f6f6;
	border: solid 1px #dbdbdb;
	color: #454648;
	padding: 7px 20px 5px;
}

.ss-main.form-select .ss-single-selected .placeholder .ss-disabled {
	color: #a2b8c4;
	padding: .5rem 0;
}

/* Breadcrumb
==========================================================*/
.breadcrumb {
	font-size: 24px;
	background: none;
	margin: 0;
	padding: 0;
	display: block;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb li.active {
	color: #fff;
}
.breadcrumb li + li::before {
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 16px;
	color: #fff; 
	margin-right: 2px;
	padding: 0 5px;
}
.breadcrumb li a {
	color: #fff;
}
.breadcrumb li a:hover {
	color: #3a9ac8;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 18px;
  }
}

/* Common button CSS
==========================================================*/
.btn {
	background-color: #3a9ac8;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	padding: 0 25px;
	vertical-align: bottom;
	font-weight: 600;
	position: relative;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	z-index: 1;
	border: 0;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	border-radius: 5px;
}
.btn::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.25);
	height: 2px;
	z-index: -1;
}
.btn:hover,
.btn:focus {
	text-decoration: none;
	color: #fff;
	box-shadow: none;
}

.btn.btn-block {
	display: block;
}
.btn.btn-danger {
	background: #d43f3a;	
}
.btn.btn-warning {
	background: #f0ad4e;	
}
.btn.btn-info {
	background: #5bc0de;	
}
.btn.btn-success {
	background: #5cb85c;	
}
.btn.btn-primary {
	background: #3a9ac8;
}
.btn.btn-grey {
	background: #888;
}
.btn:active, 
.btn.active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn:hover::before,
.btn:focus::before {
	height: 100%;
}
.btn + .btn {
	margin-left: 10px;
}
.btn.btn-white {
	background-color: #fff;
	color: #242424;
}
.btn.btn-white:hover, 
.btn.btn-white:focus {
	color: #fff;
}
.btn.btn-white::before {
	background: #3a9ac8;
}
.btn.btn-lg, 
input[type="submit"].btn-lg, 
input[type="button"].btn-lg, 
button.btn-lg {
	padding: 0 35px;
	font-size: 20px;
	height: 56px;
	line-height: 56px;
}
.btn.btn-sm, 
input[type="submit"].btn-sm, 
input[type="button"].btn-sm, 
button.btn-sm {
	padding: 0 20px;
	font-size: 15px;
	height: 42px;
	line-height: 42px;
}
.btn.btn-sm.btn-sm::after {
	margin-bottom: 0;
}
.btn.btn-xs, 
input[type="submit"].btn-xs, 
input[type="button"].btn-xs, 
button.btn-xs {
	padding: 0 15px;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
}
.btn.btn-outline, 
input[type="submit"].btn-outline, 
input[type="button"].btn-outline, 
button.btn-outline {
	background: none;
	border: solid 2px #3a9ac8;
	color: #3a9ac8;
	line-height: 38px;
}
.btn.btn-outline-white, 
input[type="submit"].btn-outline-white, 
input[type="button"].btn-outline-white, 
button.btn-outline-white {
	border-color: #fff;
	color: #fff;
}
.btn.btn-outline:hover, 
input[type="submit"].btn-outline:hover, 
input[type="button"].btn-outline:hover, 
button.btn-outline:hover,
.btn.btn-outline:focus, 
input[type="submit"].btn-outline:focus, 
input[type="button"].btn-outline:focus, 
button.btn-outline:focus {
	color: #fff;
	border-color: #3a9ac8;
}
.btn.btn-outline::before {
	background: #3a9ac8;	
}
.btn.btn-outline-white:hover, 
input[type="submit"].btn-outline-white:hover, 
input[type="button"].btn-outline-white:hover {
	border-color: #fff;
	color: #3a9ac8;
}
.btn.btn-outline:hover::after,
input[type="button"].btn-outline:hover::after,
button.btn-outline:hover::after {
	border-color: #fff;
}
.btn.btn-outline-white:hover::before {
	background: #fff; 
}
.btn.btn-lg.btn-outline, 
input[type="submit"].btn-lg.btn-outline, 
input[type="button"].btn-lg.btn-outline {
	padding: 0 35px;
}
.btn.btn-sm.btn-outline, 
input[type="submit"].btn-sm.btn-outline, 
input[type="button"].btn-sm.btn-outline {
	padding: 0 20px;
}
.btn.btn-xs.btn-outline, 
input[type="submit"].btn-xs.btn-outline, 
input[type="button"].btn-xs.btn-outline {
	padding: 0 15px;
	line-height: 28px;
}
.disabled {
	background: #7e7e7e;
	opacity: .4;
	cursor: not-allowed;
}
.disable_annotation {
	opacity: .4 !important;
	cursor: not-allowed !important;
	color: #737373 !important;
}

a.disabled {
	background: inherit;
	color: #7e7e7e;
	opacity: .4;
	cursor: not-allowed;
}


/* Demo Page CSS
==========================================================*/
.demo-col { 
	text-align: center; 
}
.demo-img { 
	width: 400px; 
	margin: 0 auto 10px; 
	display: block; 
	overflow: hidden; 
	background: url(../images/demo/demo-bg.png) no-repeat 0 0; 
	padding: 14px 62px 40px; 
	-webkit-background-size: 400px auto; 
	background-size: 400px auto; 
}
.demo-img span {
	width: 278px;
	left: -1px;
	height: 173px;
	display: block;
	position: relative;
	overflow: hidden;
	background: #000;
}
.demo-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.demos-container {
	padding: 80px 20px;
	text-align: center;
}
.demos-container h2 {
	font-size: 40px;
	margin: 0 0 60px;
	color: #3a9ac8;
	font-weight: 600;
}
.demos-container h2 ~ h2 {
	margin-top: 40px;
}
.demos-container .row {
	font-size: 0;
}
.demos-container .column {
	float: none;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 50px;
}

/*========================================================
NEW CSS
==========================================================*/
.demo-img {
	position: relative;
	overflow: visible;	
}
.new-page {
	position: absolute;
	width: 80px;
	height: 80px; 
	border-radius: 50%;
	right: 20px;
	top: -30px;
	line-height: 80px;
	text-align: center;
	background: #3a9ac8;
	color: #fff;
	font-weight: 600;
}
.navigation-menu > li > ul li a, .sidenav-wrapper .nav ul li a {
	position: relative;	
}
.navigation-menu > li > ul li a .label, .sidenav-wrapper .nav ul li a .label {
	float: right;
	margin-left: 5px;
	line-height: 1.2;
	padding: 3px 8px 2px;
	font-size: 70%;
	font-weight: 400; 
	position: relative;
	top: 2px;
}
.about-inforow .owl-dots {
	display: none;	
}

/*==============================================
28. PORTFOLIO PAGES CSS
================================================*/
.masonry { 
	margin: 0 !important; 
	padding-bottom: 50px; 
}
.masonry .project-img img { 
	width: 100%; 
}
.grid-item { 
	margin: -5px 0 0 !important; 
	padding: 0; 
}
.btn-row {
	padding-top: 15px;	
}
.btn-row a { 
	display: inline-block; 
	font-size: 24px;
	margin: 0 5px;
}
.project-details-trigger { 
	width: 62px; 
	height: 62px;
	background: #fff;
	border-radius: 50%;
	line-height: 62px; 
}
.project-detail-col p {
	margin-bottom: 18px;
}
.project-detail-col strong {
	color:#242424;
	font-weight:600;
	text-transform:uppercase;
	display:block;
}
.project-detail-col h3 {
	font-weight: 700;
}
.project-detail-col .page-header {
	margin-top: 10px;	
}
.category-tag {
	background: #f4f4f4;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 4px 10px;
	font-size: 14px;
	display: inline-block;
	color: #737373;	
	margin:5px 5px 5px 0;
}
.category-tag:hover, .category-tag:focus {
	text-decoration:none;
	background:#3a9ac8;
	border-color:#3a9ac8;
	color:#fff;	
}
.project-share { 
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	display:inline-block;
	vertical-align:middle;	
}
.view-project {
	margin-top: 20px;	
}
.project-share li {
	display:inline-block;
	vertical-align:middle;
	margin: 0 6px; 	
}
.project-share li a {
	color: #737373;
	font-size: 18px;	
}
.project-share li a:hover, .related-projectbox h4 a:hover {
	color: #3a9ac8;	
	text-decoration:none;
}
.project-detail-col strong.share-project {
	display:inline-block;
	vertical-align:middle;	
}
.related-projects h3 {
	font-weight:700;	
}
.related-projects {
	padding-top: 30px;	
}
.related-projectbox figure {
	margin-bottom:20px;	
}
.related-projectbox h4 a {
	color: #242424;
}
.related-projectbox h4 {
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.error-content-dark.error-content {
	position: static; 	
	color: #737373;
	padding:50px 0;
}
.error-content-dark.error-content h3 {
	color: #242424; 	
}
.error-content-dark.error-content  h1 {
	color: #f0ad4e;
}

/*==============================================
29. COMING SOON
================================================*/
.coming-soon {
	overflow: hidden;
	height: 100vh;	
}
.coming-soon-img {
	height: 100vh;
	background-position: 50% 50%;
}
.coming-soon .row {
	margin:0;	
}
.coming-soon .column {
	padding:0;
}
.coming-soon-wrapper {
	height: 100vh;
	width: 100%;	
	text-align: center;
	overflow-y: auto;
}
.coming-soon-box {
	padding: 40px;
}
.company-logo {
	margin-bottom: 50px; 	
}
.coming-soon-box h1 {
	font-size: 40px; 
	margin-bottom: 5px;	
}
.countdown {
	margin: 60px -35px 50px;
	padding: 0;
	list-style: none;	
}
.countdown li {
	display: inline-block;
	padding: 0 35px;	
	font-size: 20px;
}
.countdown li span {
	font-size: 54px;
	font-weight: 700;
	display: block;
	line-height: 1; 
	color: #3a9ac8;	
}
.get-updates {
	background: #f4f4f4;
	padding: 40px;
	border-radius: 5px;
	margin: 0 20px;
}
.get-updates > span {
	margin-bottom: 15px;
	display: block;	
}
.email-subscribe {
	position: relative;
	max-width: 450px;
	margin: 0 auto;	
}
.email-subscribe .form-control {
	float: left;
	width: 280px;	
	background: #fff;
}
.email-subscribe button {
	float: right;	
}

/*==============================================
30. MAINTENANCE
================================================*/
.maintenance-wrapper {
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.maintenance-section {
	height: 100vh;
	position: relative;
	overflow-y: auto;
}
.maintenance-section::before, .coming-soon-wrapper::before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.maintenance-box, .coming-soon-box {
	display: inline-block;
    vertical-align: middle;
	width: 98%;	
}
.maintenance-wrapper::after {
	opacity: 0.8;
	background: #000;	
}
.maintenance-box {
	padding: 50px;	
	font-size: 20px;
}
.maintenance-box p strong {
	font-weight: 600; 	
}
.maintenance-box h1 {
	margin:50px 0 30px; 	
}
.site-logo img {
	margin-bottom: 100px;
	width: 137px;	
}
.maintenance-icon {
	display: block;	
	opacity:0.7;
}
.connect-links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.connect-links li {
	display: inline-block;
	vertical-align: middle;
	padding:0 18px;	
}
.connect-links li a {
	color: #fff;
	font-size: 26px;	
}
.stay-connected {
	padding-top: 80px;
}
.connect-links .fb a:hover {
	color: #3b5998;	
}
.connect-links .tw a:hover {
	color: #26a6d1;	
}
.connect-links .yt a:hover {
	color: #c4302b;	
}
.connect-links .in a:hover {
	color: #0e76a8;	
}

#form-messages:not(:empty) {
    border-radius: 5px;
    padding: 10px 15px;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}

/*==============================================
CUSTOM NEWCO
================================================*/

/* --- Parsley --- */
.parsley-errors-list {
  list-style: none;
  color: #dc3545;
  padding: 0;
  margin-bottom: 0;
}

.parsley-errors-list li {
  padding: 6px 12px 6px 0;
  margin-top: 3px;
}

/* custom user menu item */
.header-user-icon {
  min-width: 80px;
  text-align: center;
}

/* jumbotron on header_landing.php */
.header-landing {
  margin-top: 70px;
}

@media (min-width: 768px) {
  .header-landing {
    margin-top: 50px;
  }
}

/* make sure header on landing has dark background */
.header-dark {
  background-color: #212628;
}

/* custom height and margin to deal with footer not being stuck to bottom */
.main-min-height {
  min-height: 90vh;
}

.mt-tuning {
  margin-top: 7rem
}

/* helper class to disable scroll completely in full screen mode */
.home-no-scroll {
	overflow: hidden !important;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* signature orientation mode notice */
.signature-notice {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000 !important;
  z-index: 999;
  display: none;
}

.signature-notice-container {
  width: 100%;
  height: 100%;
  display: table;
}

.signature-notice-holder {
  vertical-align: middle;
  display: table-cell;
}

.signature-notice-icon {
  margin: 0 auto 20px auto;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTcuMzQgNi40MUwuODYgMTIuOWw2LjQ5IDYuNDggNi40OS02LjQ4LTYuNS02LjQ5ek0zLjY5IDEyLjlsMy42Ni0zLjY2TDExIDEyLjlsLTMuNjYgMy42Ni0zLjY1LTMuNjZ6bTE1LjY3LTYuMjZDMTcuNjEgNC44OCAxNS4zIDQgMTMgNFYuNzZMOC43NiA1IDEzIDkuMjRWNmMxLjc5IDAgMy41OC42OCA0Ljk1IDIuMDUgMi43MyAyLjczIDIuNzMgNy4xNyAwIDkuOUMxNi41OCAxOS4zMiAxNC43OSAyMCAxMyAyMGMtLjk3IDAtMS45NC0uMjEtMi44NC0uNjFsLTEuNDkgMS40OUMxMC4wMiAyMS42MiAxMS41MSAyMiAxMyAyMmMyLjMgMCA0LjYxLS44OCA2LjM2LTIuNjQgMy41Mi0zLjUxIDMuNTItOS4yMSAwLTEyLjcyeiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L3N2Zz4=') no-repeat center center;
}

.signature-notice-content {
  margin: 0 auto;
  color: #fff;
  display: table;
}

/* init mobile signature full screen mode */
.signature-button {
  display: none !important;
}

/* --- signature pad --- */
.signature-pad {
  position: relative;
  width: 100%;
	height: 300px;
	border: 1px dashed #000;
  background-color: #fff;
	flex-direction: column;
	display: none;
}

/* smartphones / small devices with touch capability in portrait mode */
@media only screen and (hover: none) and (pointer: coarse) {
  .home-no-scroll .signature-notice {
    display: block;
  }

  .signature-button {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .signature-upload {
    display: none !important;
  }
}

/* smartphones / small devices with touch capability in landscape mode */
@media only screen and (hover: none) and (pointer: coarse) and (orientation:landscape) {
	.signature-pad-mobile-on {
		position: fixed !important;
		left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
		width: 100% !important;
		height: 100vh !important;
		height: calc(var(--vh, 1vh) * 100) !important;
		z-index: 999;
	}

	.signature-pad-mobile-on .signature-pad--footer {
		position: absolute !important;
		left: auto !important;
		right: 10px !important;
    top: 10px !important;
  }

  .signature-notice {
    display: none !important;
	}

  .signature-pad-mobile-on {
    display: block !important;
	}

	.signature-pad-mobile-on > .signature-button {
		display: none !important;
	}
}

/* tablets / large devices with touch capability */
@media only screen and (hover: none) and (pointer: coarse) and (min-width: 650px) and (min-height: 450px) {
	.signature-pad {
		height: 30vh;
		display: flex !important;
	}

	.signature-pad--footer {
		position: absolute !important;
		right: auto !important;
		left: 10px !important;
		bottom: 10px !important;
	}

	.signature-button {
		display: none !important;
	}

	.signature-notice {
		display: none;
	}
}

.signature-status {
  width: 100%;
  text-align: center;
}

.signature-pad--body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
	flex: 1;
	width: 100%;
  height: 100%;
  border: 1px dashed #282828;
  background: #fff;
}

.signature-pad--body canvas {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,.02) inset
}

.signature-pad--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


/* button overrides */
.btn {
  padding: 14px 25px;
  height: auto !important;
  line-height: inherit !important;
}

.btn-lg {
  padding: 14px 35px !important;
}

.btn-sm {
  padding: 10px 20px !important;
}

@media (max-width: 468px) {
  .btn-lg {
    font-size: 18px !important;
  }
}

.btn-photos {
  background-color: #2F82A9 !important;
}

/* --- toastr --- */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

/* remove padding on messages */
#error p, #success p {
  margin-bottom: 0;
}

/* datatables */
.dataTables_processing {
  background-color: #ce8483;
  color: #fff;
}
.datatable_clickable { /* custom class used to make a row clickable */
  cursor: pointer;
}

.datatable_clickable:hover {
  color: #fff !important;
  background-color: #2F82A9 !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
	border-radius: 0;
	border-color: #3b9ac8;
	box-shadow: none;
	background: #3b9ac8;
	top: 50%;
	font-weight: bold;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
	background-color: #a4a1a1;
}

/* backoffice top spacing design fix */
.backoffice-section {
  padding-top: 70px !important;
  overflow: unset;
}

/* typeahead loading gif */
.loading {
  background-color: #fff;
  background-image: url("../images/ajax-loader.gif") !important;
  background-size: 16px 16px !important;
  background-position: right 5px center !important;
  background-repeat: no-repeat !important;
}

#typeahead_target {
  position: absolute;
  height: auto;
  z-index: 1020;
  left: 15px;
  right: 15px;
  border: 1px solid #ccc;
  padding: 15px;
  background: white;
}

.js-company-hide {
  position: absolute;
  top: 0;
  right: 10px;
}

.js-viewer-btn {
  position: absolute;
  left: 5px;
  z-index: 1030;
  font-size: 24px !important;
}

.btn-viewer-right {
  right: 5px;
  left: auto;
}

.parsley-error-block-save ul {
  margin-bottom: 0;
}

.parsley-error-block-save ul li {
  line-height: 1;
}

/* better placeholder colors */
input::-webkit-input-placeholder {
  color: #9AB4BF !important;
  font-style: italic;
}
input::-moz-placeholder {
  color: #9AB4BF !important;
  font-style: italic;
}
input:-moz-placeholder { /* Older versions of Firefox */
  color: #9AB4BF !important;
  font-style: italic;
}
input:-ms-input-placeholder {
  color: #9AB4BF !important;
  font-style: italic;
}

/* better placeholder colors */
textarea::-webkit-input-placeholder {
  color: #9AB4BF !important;
  font-style: italic;
}
textarea::-moz-placeholder {
  color: #9AB4BF !important;
  font-style: italic;
}
textarea:-moz-placeholder { /* Older versions of Firefox */
  color: #9AB4BF !important;
  font-style: italic;
}
textarea:-ms-input-placeholder {
  color: #9AB4BF !important;
  font-style: italic;
}

/* remove readonly styles */
.typeahead {
  cursor: text !important;
  background-color: #fff !important;
}

/* Webstie settings
Also applies to overview page */
.wlist_datatables  tbody td{
    line-height: 1.3em;
    padding-bottom: 11px;
    padding-top: 13px;
    vertical-align: middle;
}

.wlist_datatables  .td-icon,
.wlist_datatables  .settings_td_status{
    text-align: center;
}
.wlist_datatables  .td-icon .fa{
    cursor: pointer;
    font: normal normal normal 1.4em/1.4 FontAwesome;
}
.wlist_datatables  .td-icon-dark{
    color: #333333;
}

.wlist_datatables  .settings_td_status .fa{
    font: normal normal normal 1em/1.5 FontAwesome;
}

.wlist_datatables  .td-icon-success{
    color: #11CC11;
}
.wlist_datatables  .td-icon-success .fa{
    font: normal normal normal 1.5em/1.4 FontAwesome;
}

.wlist_datatables  .td-icon-scanning{
    color: #555555;
    vertical-align: middle;
}
.wlist_datatables  .td-icon-scanning .fa{
    vertical-align: middle;
    font: normal normal normal 1.3em/1.4 FontAwesome;
}

.wlist_datatables  .td-icon-error{
    color: #EE1111;
}
.wlist_datatables  .td-icon-error .fa{
    vertical-align: top;
    font: normal normal normal 1.2em/1.5 FontAwesome;
}

.wlist_datatables  .td-icon-info{
    color: #17a2b8;
}
.wlist_datatables  .td-icon-info .fa{
    vertical-align: top;
    font: normal normal normal 1.2em/1.5 FontAwesome;
}

.wlist_datatables  span.settings_icon_txt{
    font-size: 0.8em;
    margin-left: 5px;
}
.wlist_datatables  a.settings_icon_link{
    display: inline-block;
    font-size: 0.8em;
    line-height: 1em;
    margin-left: 5px;
    max-width: 7em;
    text-align: left;
    width: auto;
}

input[type='button']:disabled{
    background: #AAAAAA;
    cursor: default;
}

.properties_modal_form .response_alert,
.mail_modal_form .mail_response_alert,
#test_mail_status_message,
#send_test_mail_progress
{
    display: none;
}
.properties_modal_form .alert,
.mail_modal_form .alert
{
    margin: 0 0 10px;
}
.properties_modal_form .modal-footer button:disabled{
    cursor: wait;
}
.settings_data_content.reloading{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: wait;
}
.btn_ctm_dialog {
    padding: 12px 30px 11px;
}
.line-divider {
	border-bottom: 1px solid #e5e5e5;
    height: 1px;
	width: 100%;
	margin: 15px 0;
}
.line-divider::after {
    background: #3a9ac8 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin: 10px 0 0;
    width: 40px;
/*    bottom: -1px;*/
/*    position: absolute;*/
}
.prop_filter_page_header .ss-main{
    margin: 2px 0 3px;
	height: 100%;
}
.ss-main .ss-multi-selected .ss-add {
	margin: auto 12px;
}
.ss-main .ss-multi-selected {
	min-height: 100%;
}
.overview_table_loading{
    position: absolute;
    left: -5000px;
    z-index: -1;
}
.overview_row_loading{
    font-size: 3em;
    text-align: center;
    vertical-align: middle;
}

.prop_filters input {
	background: white;
	padding-left: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
}

.prop_filters .input-group > .form-control:not(:first-child) {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.prop_filters .input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

span.js_clear_input {
	position: absolute;
	right: 7px;
	top: 12px;
	font-family: sans-serif;
	font-size: 16px;
	padding: 12px;
	cursor: pointer;
	background: white;
	z-index: 3;
}

span.js_clear_input:before {
	background: #666;
	content: "";
	position: absolute;
	height: 2px;
	width: 12px;
	transform: rotate(45deg);
}

span.js_clear_input:after {
	background: #666;
	content: "";
	position: absolute;
	height: 12px;
	width: 2px;
	top: 7px;
	right: 5px;
	transform: rotate(45deg);
}

.custom_placeholder {
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

.custom_placeholder.with-icon {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
}

.custom_placeholder .placeholder {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	font-style: italic;
	font-weight: normal;
	color: #9eb6c2;
	transition: 1s all;
	padding: 0 3px;

}

.custom_placeholder.with-textarea .placeholder {
	top: .8em;
	transform: none;
}


.custom_placeholder.active .placeholder {
	top: -1.5em;
	transform: none;
	font-size: 14px;
	left: 0;
}

/***** settings: appearance  *****/
.client_cont_hidden {
    display: none;
}
#client_branding_form .btn {
    padding: 13px 30px 10px;
}
#client_branding_form .alert{
    display: none;
    padding: 2px 10px 2px 60px;
}
#client_branding_form .alert i{
    top: 5px;
    font-size: 1.3em;
}
#client_logo_container {
    min-height: 64px;
}
#client_logo_file {
    position: absolute;
    top: -9999px;
    z-index: -99;
}
#client_logo_fullsize{
    position: absolute;
    top: -9999px;
    z-index: -99;   
}
.client_logo_cont{
    height: auto;
    max-height: 65px;
    max-width: 450px;
    width: auto;    
}
.client_logo_cont img {
    border: 2px solid #000;
    border-radius: 5px;
    height: 64px;
    max-height: 64px;
    object-fit: cover;
    width: auto;
}
.logo_content_hidden {
    display: none;
}
.logo_btns_hidden{
    display: none;
}
.btn_save:disabled{
    cursor: default;
}
.blockUI.blockMsg h1{
    color: #FFFFFF;
    font-size: 1.2em;
    margin-bottom: 0;
}

/***** sign-up  *****/
#bo_signup_submit.disabled{
    cursor: default;
}

/***** order  *****/
#bo_order_submit.disabled{
    cursor: default;
}

/***** Transition to change styles after AJAX save *****/
.header-dark {
    transition: all 0.2 linear;
    -moz-transition: all 0.2 linear;
    -webkit-transition: all 0.2 linear;
}
.navigation-menu > li > a:hover, 
.navigation-menu > li > a:focus,
.navigation-menu > li.active > a {
    transition: all 0.2 linear;
    -moz-transition: all 0.2 linear;
    -webkit-transition: all 0.2 linear;
}
.dcrt_custom_logo {
    transition: all 0.5 linear;
    -moz-transition: all 0.5 linear;
    -webkit-transition: all 0.5 linear;
}

/***** common useful rules *****/
.clearfix::after {
    clear: both;
    display: block;
}

/*==============================================
 PROPERTY DETAILS PAGE
================================================*/
.pl-10 {
	padding-left: 10px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-50 {
	padding-left: 50px;
}
.pl-100 {
	padding-left: 100px;
}
.edit_property,
.edit_property_mail {
	border-radius: 5px;
	margin-left: -5px;
	padding-left: 5px;
}
.edit_property:hover,
.edit_property_mail:hover {
	background-color: #eeeeee;
}

.link-unstiled,
.link-unstiled:hover,
.link-unstiled:link,
.link-unstiled:visited {
	text-decoration: none;
	color: inherit;
}
.edit_property pre,
.edit_property_mail pre {
	color: inherit;
	margin: unset;
	font-size: inherit;
	font-family: inherit;

}
#edit_web_notes {
	height: 80px;
}

#edit_mail_dialogue .custom-select,
#create_web_dialogue .custom-select,
#edit_web_dialogue .custom-select,
#widget_configuration .custom-select
{
	background-color: #f6f6f6;
	height: 50px;
}
.detail_label {
	font-weight: 600;
}
.detail_value {
	padding-left: 10px;
}

/* Alert details page
=================================================*/
.page_settings .alert {
	color: #000;
}
.page_settings .alert-success i {	
	color: #04be5b;
}
.page_settings .alert-warning i {	
	color: #ff9948;
}
.page_settings .alert-info {
	padding-left: 60px;
}
.page_settings .alert-danger,
.page_settings .alert-warning,
.page_settings .alert-success {
	padding-left: 60px;
}
.page_settings .alert-info i {
	color: #0082d5;
}
.page_settings .alert-danger i {
	color: #d43f3a;
}

/*==============================================
 OVERVIEW PAGE
================================================*/
.backoffice-admin-section > .container {
	max-width: 90%;
}
.overview_data_content.reloading {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: wait;
}
button#create_property + p {
	margin-right: 10px;
}
.internal_date {
	white-space: pre;
	text-align: center;
}
.settings_td_name {
	word-break: break-word;
}
#sortable {
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}
#sortable,
#sortable li,
#sortable label {
	width: 100%;
}
.dragging_dots {
	cursor: grabbing;
}
.sort_zone {
	width: 100%;
	height: 100%;
	position: inherit;
}
#sortable_dps_component_list .ui-sortable-placeholder {
    min-height: 42px;
    margin-bottom: 5px;
    background-color: #F8F8F8;
    border-color: #D3D7CF;
}
/*==============================================
 REPORT PAGE
================================================*/
.target_dps_anchor::before {
  content: "";
  display: block;
  height: 90px;
  margin-top: -90px;
  visibility: hidden;
}
.popover {
	max-width: 100%;
	max-width: 400px;
}
.alert-notes {
	border-color: #e9ecef;
	background-color: #e9ecef;
	color: #000;
}
.alert-notes pre {
	margin: unset;	
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}
.alert-notes-white {
	border-color: #888888;
	background-color: #ffffff;
	color: #000;
}
.note_title {
	font-weight: bold;
	color: inherit;
}
.note_text {
	font-style: italic;
	color: inherit;
}
.score_history_bar {
	height: 18px;
	width: 6px;
	margin: 0px;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #7d7d7d;
	margin-right: 0;
	padding: 0;
	cursor: pointer;
    user-select: none;
}
.annotate_recommendation .fa,
.a11y_issues .fa {
	font-size: 22px;
}
.fa.disabled {
	background: none;
}
.annotate_recommendation .fa:hover,
.a11y_issues .fa:hover {
	color: #2A2A2A;
	transition: all .2s ease-in-out;
}
.hide_recommendation {
	opacity: 0.4;
}
ul.fafa_ul li i,
ul.fafa_ul_sub li i {
	font-size: 1.1em;
}
ul.fafa_ul,
ul.fafa_ul_sub {
    list-style-type: none;
    padding-left: 0;
}

ul.fafa_ul .fafa_li {
    position: absolute;
    left: 0em;
}

ul.fafa_ul li {
    position: relative;
    padding-left: 1.5em;
}
ul.fafa_ul_sub li {
    position: relative;
    padding-left: 1em;
}
#a11y_filter,
#a11y_filter button {
	font-size: 15px;
}
table.a11y_table .dataTables_filter,
div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_filter {
	display: none !important;
}
table.a11y_table,
table.a11y_table tbody tr:first-child td {
	border-top: none !important;
}
.a11y_div_header {
	border: 1px solid #3a9ac8;
	border-top-width: 2px; 
	border-bottom-width: 1px; 
	border-top-color: #3a9ac8;
	border-left-color: #dee2e6;
	border-right-color: #dee2e6;
	background-color: #f6f6f6;
	padding: 15px 20px;
	font-weight: 600;
	cursor: pointer;
}
.a11y_issue_critical .fa,
.a11y_issue_serious .fa,
.a11y_issue_moderate .fa,
.a11y_issue_minor .fa {
	font-size: 18px;
	padding-bottom: 5px;
	margin-right: 10px;
}

.a11y_issue_critical {
	color: #dc3545;
}
.a11y_issue_serious {
	color: #fbbc32;
}
.a11y_issue_moderate,
.a11y_issue_minor {
	color: #6b757d;
}
.a11y_issue_tmb_container {
  width: 140px; 
  height: 50px; 
  overflow: hidden; 
  position: relative; 
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
}
.a11y_issue_tmb_container > .original_img {
    max-width: initial;
    max-height: initial;
    object-position: center; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.a11y_issue_tmb_container .stretch_img,
.a11y_issue_tmb_container .placeholder_img {
	aspect-ratio: auto;
    max-width: initial;
    max-height: initial;
    object-fit: cover; 
    object-position: center; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.a11y_issue_tmb_container .stretch_img {
    width: 100%; 
    height: 100%;
}
.a11y_issue_additional_info {
	min-width: 100px;
	color: #3c8dbe;
}
.a11y_issue_additional_info > .color_circle {
	display: inline-block;
	width: 1.2rem; 
	height: 1.2rem; 
	border: 1px solid #3c8dbe; 
	border-radius: 50%; 
}
.a11y_issues_popup {
	cursor: pointer;
}
.a11y_table_container table:last-child {
	margin-bottom: 0 !important;
}
.a11y_btn_outline {
	color: #3a9ac8;
	background: none !important;
	border: 2px solid #3a9ac8 !important;
}
.a11y_btn_outline::before {
	color: #fff;
	background: #3a9ac8;
	height: 0;
}
.a11y_count_info {
	color: #3a9ac8;
}
.a11y_count_info .fa:hover {
	color: unset;
	transform: none;
}
.a11y_count_info span.hover_tip {
    position: absolute;
    top: -40px;
    right: -3px;
    background: rgb(0 0 0 / 50%);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.5;
    width: max-content;
    color: #fff;
    padding: 4px 8px;
    border-radius: 3px;
}
.a11y_count_info .hover_tip::after {
    position: absolute;
    content: '';
    top: 100%;
    right: 5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: rgb(0 0 0 / 50%) transparent transparent transparent;
}
.a11y_resize_table_tooltip i.fa {
	margin-top: -3px;
	font-size: 1.8em;
}
.a11y_zoom_img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	transform: translate(-50%, -50%);
	background-color: rgba(150, 150, 150, 0.5);
	color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.a11y_zoom_img .fa:hover {
	color: unset;
	transition: initial;
}
.a11y_limit_cell_width {
	white-space: nowrap;
	width: 1%;
	max-width: max-content;
}
.a11y_image_cell {
	width: 140px;
}
.a11y_contrast_cell {
	width: 22%;
}
.a11y_wcag_level {
/*	font-weight: 500;*/
	text-wrap: nowrap;
}
@media screen and (max-width: 960px) {
	.a11y_wcag_level {
		text-wrap: unset;
	}
}
.fa_svg_ico {
	width: 1.4em; 
	height: 1.4em; 
	fill: #737373;
}
.fa_svg_ico:hover {
	fill: #000;
  	transition: fill .3s ease-in-out;
}
/*==============================================
 TRACKERS PAGES
================================================*/
#tracker_search_result,
#company_search_result {
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	margin-top: 10px;
	padding: 5px;
}
#details_frame {
	width: 100%;
	height: 100%;
	min-height: 400px;
}
#tracker_search_result p {
	margin-bottom: 5px;
}
.selected {
	background-color: #f6f6f6;
}
.error_message {
	color: #dc3545;
}
#blacklist_tracker .alert {
	padding-top: 0;
}
#blacklist_domain {
	font-weight: bold;
}

/* Page Tracker overview */
.revision-box {
	border: 1px solid #dee2e6;
	border-radius: 3px;
	padding: 10px;
	height: 100%;
	font-size: 13px;
}
.revision-box pre {
	height: 100%;
	overflow-x: auto;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
.flex-fill-512 {
	flex: 1 1 512px;
	width: 100%;
}
.flex-grow-5 {
	flex-grow: 5;
}
.tracker-table {
	max-height: 600px;
	overflow-y: scroll;
	border: 1px solid #dee2e6;
}
.tracker-table table {
	table-layout: fixed;
	min-width: 100%;
	margin-bottom: 0;
	font-size: 14px;
}
.tracker-table table thead tr th,
.tracker-table table tbody tr td {
	padding: 15px 15px;
}
.tracker-table td {
	overflow: hidden;
	white-space: normal;
}
.details_frame {
	width: 100%;
	height: 95%;
}
.cookie-table {
	font-size: 14px;
	max-height: 600px;
}
.cookie-table table thead tr th,
.cookie-table table tbody tr td {
	padding: 10px;
}
#cookie_backlog_table {
	flex-basis: 50%;
	width: 100%;
}
#cookie_backlog_table table{
	width: 100%;
}
#tracker_results_wrapper {
	flex-basis: 28%;
}

#delete_tracker_name,
#delete_company_name,
#delete_cookie_name {
	font-weight: bold;
}

#result_list ul {
	list-style: none;
}

#select_columns {
	background: #f6f6f6;
	font-size: 8px;
}

#select_columns:hover {
	background: #efefef;
}

.icon-three-dots {
	width: 1em;
	height: 1em;
	background: #737070;
	background: #a29e9e;
	display: block;
	border-radius: 50%;
	position: relative;
}

.icon-three-dots:before, .icon-three-dots:after {
	content: '';
	background: #a29e9e;
	display: block;
	border-radius: 50%;
	left: 125%;
	width: 1em;
	height: 1em;
	position: absolute;
}

.icon-three-dots:before {
	left: unset;
	right: 125%;
}

.select_columns_dropdown {
	background: white;
	border: 1px solid #ccc;
	width: 100%;
	right: 0;
	min-width: 220px;
	z-index: 1;
	padding: 1rem 0.3rem;
	top: 107%;
}

.select_columns_dropdown .checkbox label {
	margin-right: 0;
}

.column_edit {
	max-width: 50px;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.rows_per_page__active {
	height: 46px;
	line-height: 46px;
	padding: 0 15px 0 15px;
	background: #f6f6f6;
	border: 1px solid #f6f6f6;
	border-radius: 5px;
	cursor: pointer;
}

.rows_per_page__active i {
	font-size: 24px;
}

.pagination.pagination-custom li i {
	margin: 0;
	margin-left: -6px;
	transform: translateX(3px);
	padding: 0;
	letter-spacing: 0;
}

.rows_per_page__dropdown {
	background: white;
	line-height: 46px;
	border: 1px solid #cccccc;
	width: 100%;
	bottom: 110%;
	z-index: 1;
	text-align: center;
}

.rows_per_page__option {
	padding: 0 15px 0 15px;
	cursor: pointer;
}

.rows_per_page__option:hover {
	background: #f6f6f6;
}

input#botcheck {
	-moz-appearance:textfield;
}

input#botcheck::-webkit-outer-spin-button,
input#botcheck::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/* share modal */
.share_links {
	position: relative;
}
.share_links.loading .preloader-bounce {
	display: block!important;
	z-index: 1;
}

.share_links .preloader-bounce {
	position: absolute;
}

.share_links.loading:after {
	content: '';
	width: 100%;
	height: 100%;
	background: white;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .7;
}

/*==============================================
 SUBPAGE
================================================*/
.wb {
	word-break: break-word;
}

@media screen and (max-width: 1200px) {
	.overview_buttons {
		margin: .5rem 0;
	}
}

@media screen and (max-width: 1200px) {
	#cookie_backlog_table {
		flex-basis: unset;

	}
}

@media all and (min-width: 900px) and (max-width: 1024px) {
	.navigation-menu > li > a {
		padding: 0 10px;
	}

	.header-user-icon {
		min-width: auto;
	}

	.logo {
		max-width: 220px;
	}
}

/*==============================================
 CUSTOM TOGGLE BUTTON
================================================*/
.toggle-button {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    flex-shrink: 0;
}

.toggle-button input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 25px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #3a9ac8;
}

input:checked + .slider:before {
    transform: translateX(24px);
}
/* Custome switch left text */
.custom-switch.left_text {
	padding-left: 0!important;
}

.custom-switch.left_text .custom-control-label {
	left: 0;
	padding-left: 0;
}

.custom-switch.left_text .custom-control-label::before {
	left: calc(100% + 10px)!important;
}

.custom-switch.left_text .custom-control-label::after {
	left: calc(100% + 12px)!important;
}
/* Custome switch xl size */
.custom-switch.xl {
	padding-bottom: .5rem;
	cursor: pointer;
}

.custom-switch.xl .custom-control-label {
	padding-top: 0.5rem;
	padding-bottom: 0.1rem;
}

.custom-switch.xl .custom-control-label::before {
	top: 0;
	left: -2.25rem;
	height: 1.5rem;
	width: 3rem;
	pointer-events: all;
	border-radius: 1rem;
}

.custom-switch.xl .custom-control-label::after {
	top: calc(0.1rem + 0.5px);
	left: calc(-2.25rem + 2px);
	width: calc(1.5rem - 4px);
	height: calc(1.5rem - 4px);
	background-color: #adb5bd;
	border-radius: 1.5rem;
}
@media (prefers-reduced-motion: reduce) {
	.custom-switch.xl .custom-control-label::after {
		transition: none;
	}
}

.custom-switch.xl .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(1.5rem);
	transform: translateX(1.5rem);
}