/* Preloader Style */
.spinner-section{
    width: 100%;
    max-width: 100%;
    height: 100vh;
    min-height: 100vh;
    background: #000;
    position: fixed;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.loader {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}
.preloader {
    border-width: 7px;
    border-style: double;
    -webkit-animation: ball-turn 1s linear infinite;
    animation: ball-turn 1s linear infinite;
}
.preloader::before, 
.preloader::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	bottom: 0px;
	right: 10px;
	background: #000;
	border-width: 1px;
	border-style: solid;
}
.preloader::after {
	left: 10px;
	top: 0;
}

/* ----------------     KEYFRAMES    ----------------- */
@-webkit-keyframes ball-turn {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ball-turn {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* button */
.main-btn {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ffffff52;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
	padding: 10px 30px;
	text-transform: uppercase;
	cursor: pointer;
}
.main-btn:hover{
	color: #ffffff;
}
.main-btn:active:before, 
.main-btn:focus:before, 
.main-btn:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.main-btn:before {
	content: "";
	position: absolute;
	background-color: #333;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.white-btn.main-btn {
	background-color: #ffffff !important;
}
.white-btn.main-btn:hover{
	color: #ffffff;
}

/* carousel dots */
.owl-carousel {
	margin-bottom: 50px;
}
.testimonial-section .owl-dots {
	bottom: 0px;
}
.best-client-list.owl-carousel{
	margin-bottom: 0px;
}
.owl-dots {
	bottom: -50px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}
.owl-dot {
	height: 8px;
}

/* ----------------------------------------------------------------------------- */
/*					BURKEN CUSTOMIZATIONS										 */
/* ----------------------------------------------------------------------------- */
#logo {
	height: 70px;
}
#footer-logo {
	width: 80%;
}
#about-page, #service-page, #blog-page {
	background-color: black;
}
#contact-page {
	background-image: url("../images/map.png");
/*	background-blend-mode: color-burn; */
	background-size: cover;
	padding-top: 300px;
	padding-bottom: 100px;
}
#blog-content-page .page-banner-text {
	height: calc(100vh - 60px);
}
#service-display {
	padding-top: 200px;
	background-color: black;
}
#service-display-content {
	background-color: #232532;
}
.service-title {
	font-size: 64px;
    margin-bottom: 15px;
}
.single-service h3 {
	color: #fff; /* #00abc9; */
}
.single-service .fas, .single-service .far {
	background-color: dodgerblue; /* #00abc9; */
	color: #000;
}
.first-funfact span, .second-funfact span, .third-funfact span, .four-funfact span {
	color: #000;
}
#blog-page .grid-content p, .main-blog-section .grid-content p {
	color: #000;
}
.single-contact span a, .single-contact span a:active, .single-contact span a:visited {
	color: #d4d9e4;
}
.single-client a img {
	max-height: 75px;
}
.banner-bredcrumb .bread-crumb li, .banner-bredcrumb .bread-crumb li a, .banner-bredcrumb .bread-crumb li i {
    color: #ffffff !important;
}
.flex-rectangle{
    width: 100%;
}
.flex-rectangle:before{
    content: "";
    display: block;
    padding-top: 50%;
}
.flex-rectangle2{
    width: 100%;
	overflow-y: hidden;
	position: relative;
}
.flex-rectangle2:before{
    content: "";
    display: block;
    padding-top: 70%;
}
.flex-rectangle3{
    width: 100%;
	overflow-y: hidden;
	position: relative;
}
.flex-rectangle3:before{
    content: "";
    display: block;
    padding-top: 50%;
}
.blog-post h2, .thepost.meta-info li i, .thepost.meta-info li {
    color: #ffffff;
}
.footer-subscribe {
    margin-top: 10px;
}
.header-top-list li i {
	color: #00abc9;
}
.footer-section #footer-logo {
    /*
	filter: hue-rotate(154deg);
    mix-blend-mode: hard-light;
    */
}
.flex-square{
    width: 18%;
}
.flex-square:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.post-list a h4 {
    color: #ffffff;
}
.single-sidebar h3, .single-aside-bar h3 {
    background: #0257f9;
}
.single-funfacts h3 p {
    color: #333;
    font-size: 20px;
}
.single-funfacts h3 p strong {
    color: #999;
    font-size: 28px;
}
.contact-line h4, .contact-line i {
	color: #55a8ff; /* #00abc9; */
}
.single-service-list li {
	background-color: #00abc9;
	border: 1px solid #cccccc69;
}
.single-service-list li a {
    color: #fff;
}
.footer-copyright {
	filter: opacity(0.6);
}
.card-header h5 button:hover, .card-header h5 button:focus, .card-header h5 button:active, .card-header h5 button:hover:before, .card-header h5 button:focus:before, .card-header h5 button:active:before {
    color: #027ff9; /* #00abc9; */
}
.testimonial-section .heading:before {
    background: #fff;
}
.testimonial-section .heading h2 {
    color: #fff;
}
.featured-hover figcaption a:hover h3 {
    color: #0014e2;
}
.scroll-top {
    border-radius: 50%;
    background-color: #fff;
    right: 10px;
    bottom: 20px;
    display: block;
    text-align: center;
}
.scroll-top i {
	line-height: 47px;
}
.footer-service-list li {
    margin: 18px 0;
}
.footer-top .footer-service-list a {
    font-size: 18px;
}
#form-info {
    margin-top: 20px;
    padding: 30px;
    background-color: #fff;
    color: red;
    text-align: center;
    display: none;
}
.service-more-text ul li {
	margin-left: 35px;
	list-style-type: disc;
}
.heading {
	padding-left: 0;
	padding-right: 0;
}
.featured-hover figcaption i {
	line-height: 80px;
}
.download-pdf-btn {
	line-height: 50px;
}
.portfolio-slider {
	margin-bottom: 0;
}
.about-page-div p {
	font-size: 120% !important;
}
.single-testimonial1 h3:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f10d";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 24px
}
.single-testimonial1 h3:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f10d";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 24px
}
.single-service-bar1 .single-service-list li {
    background-color: transparent;
/*    border: 1px solid #cccccc69; */
}
.single-service-bar1 .single-service-list li {
    margin-bottom: 0px !important;
    border: none;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.single-service-bar1 .single-service-list li:not(:first-child) a {
	margin-left: 50px;
	padding: 5px 15px;
}
.download-pdf-btn i {
	font-size: 16px;
	width: 40px;
	height: 40px;
}
.meta-info {
    border-bottom: 1px solid #999;
}
.thepostcontent ul {
	padding: revert;
	margin: revert;
	list-style: revert;
}

.editableState {
    border: 1px dashed yellow;
}

.editableTools {
	text-align: right;
	font-size: 10px;
	position: relative;
	top: 0;
	line-height: 1;
	background-color: black;
}
.editableTools i {
	cursor: pointer;
}

@media (min-width: 1200px) {
    .container.wider {
        max-width: 1280px;
    }
}
@media screen and (max-width: 990px) {
	#logo {
		height: 70px;
	}

}
@media screen and (max-width: 1000px) {
	#quote-button {
		display: none;
	}
}
@media screen and (max-width: 460px) {
	.banner-content h1 b {
		font-size: 30px;
	}
	.single-testimonial {
		margin-right: 30px;
	}
	#owl-thumbs .owl-dot {
		width: 0px;
	}
	#contact-page {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

}
