/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.glass {
	background-color: #ffffff10;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	padding: 1rem;
}

/*shine effect*/

.shine-btn {
	transition: 0.6s;
	overflow: hidden;
	position: relative;
}

.shine-btn:focus {
	outline: 0;
}

.shine-btn:before {
	content: "";
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	width: 60px;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.5;
	-webkit-filter: blur(30px);
	filter: blur(30px);
	-webkit-transform: translateX(-100px) skewX(-15deg);
	transform: translateX(-100px) skewX(-15deg);
}

.shine-btn:after {
	content: "";
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	width: 30px;
	height: 100%;
	left: 30px;
	top: 0;
	opacity: 0;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	-webkit-transform: translateX(-100px) skewX(-15deg);
	transform: translateX(-100px) skewX(-15deg);
}

.shine-btn:hover {
	cursor: pointer;
}

.shine-btn:hover:before {
	-webkit-transform: translateX(300px) skewX(-15deg);
	transform: translateX(300px) skewX(-15deg);
	opacity: 0.6;
	transition: 0.7s;
}

.shine-btn:hover:after {
	-webkit-transform: translateX(300px) skewX(-15deg);
	transform: translateX(300px) skewX(-15deg);
	opacity: 1;
	transition: 0.7s;
}

.shine {
	position: absolute;
	top: -30%;
	left: 6%;
	pointer-events: none;
	z-index: 9999;
}

#starshine {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	z-index: 9999;
}

.shine {
	display: block;
	position: absolute;
	background-image: url(../images/glitter.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	overflow: hidden;
	z-index: 99999;
	opacity: 0;
	width: 130px;
	height: 130px;
	-webkit-animation: glitter 6s linear 0s infinite normal;
	animation: glitter 6s linear 0s infinite normal;
}

.shine.shine-1 {
	top: 50%;
	left: 33%;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.shine.shine-2 {
	top: 80%;
	left: 50%;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.shine.shine-3 {
	top: 26%;
	left: 83%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.shine.shine-4 {
	top: 30%;
	left: 40%;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.shine.shine-5 {
	top: 20%;
	left: 60%;
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}

@-webkit-keyframes glitter {
	0% {
		-webkit-transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}

	25% {
		-webkit-transform: scale(1) rotate(360deg);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(0.3) rotate(720deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}
}

@keyframes glitter {
	0% {
		-webkit-transform: scale(0.3) rotate(0deg);
		transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}

	25% {
		-webkit-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(0.3) rotate(720deg);
		transform: scale(0.3) rotate(720deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(0.3) rotate(0deg);
		transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}
}

@-moz-keyframes glitter {
	0% {
		-moz-transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}

	25% {
		-moz-transform: scale(1) rotate(360deg);
		opacity: 1;
	}

	50% {
		-moz-transform: scale(0.3) rotate(720deg);
		opacity: 0;
	}

	100% {
		-moz-transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}
}

@media (min-width: 992px) {

	.block-nav-header-2 #top-bar.transparent-topbar {
		background: transparent !important;
		z-index: 399;
		border-bottom: 0;
	}

	.block-nav-header-2 .primary-menu {
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}

	.block-nav-header-2 .transparent-topbar+.transparent-header+#content {
		margin-top: -163px;
		/*  #header(height) + #top-bar(height) */
	}
}

.block-nav-header-2 .dark .top-links li>a,
.block-nav-header-2 .dark #top-social li a {
	color: #f5f5f5;
}

.block-nav-header-2 .dark #top-social li,
.block-nav-header-2 .top-links-item {
	border-left: 0;
}

/*Portfolio Start*/
.breadcrumb-logo {
	display: flex;
	justify-content: center;
	padding: 1rem
}

.breadcrumb-title h2 {
	color: #000000d9;
	text-align: center;
	padding-bottom: 2rem;
	font-weight: 500;
}

.breadcrumb-content ul {
	color: #ffffff;
	list-style: none;
	display: flex;
	justify-content: center;
}

.breadcrumb-content ul li {
	padding: 2rem;
	padding-top: 0;
}

.breadcrumb-content ul li i {
	color: #d39735;
}

.main-contact-form-area .form-design-contact .contact-form1 ul li a {
	color: #074466;
}

.main-contact-form-area .form-design-contact .contact-form1 p a {
	color: #074466;
}

.main-contact-form-area .form-design-contact .contact-form1 p {
	padding: 3rem;
	font-size: small;
	font-weight: 600;
}

.main-contact-form-area .form-design-contact .contact-form1 .form-description {
	text-align: center;
}

.main-contact-form-area .form-design-contact .contact-form1 hr {
	background-color: peachpuff
}

.main-contact-form-area .form-design-contact .contact-form1 .hr-div {
	margin-left: 5rem
}

.main-contact-form-area .form-design-contact .contact-form1 ul {
	list-style: none;
	display: flex;
	margin-left: 1rem;
	padding-top: 1rem;
}

.main-contact-form-area .form-design-contact .contact-form1 ul li {
	padding-left: 0rem
}

.main-contact-form-area .form-design-contact .contact-form1 .form-label {
	padding: 0 0 0 5rem;
	font-size: small;
}

.main-contact-form-area .form-design-contact .contact-form1 ul .form-inner {
	padding-left: 2rem !important;
}

.main-contact-form-area .form-design-contact .contact-form1 .form-social-icon ul {
	display: flex;
	list-style: none;
	justify-content: center;
}

.main-contact-form-area .form-design-contact .contact-form1 .form-social-icon ul li {
	padding: 2rem;
}

.main-contact-form-area .form-design-contact .contact-form1 .form-social-icon ul .form-facebook i {
	background-color: rgb(3, 3, 170);
	width: 50px;
	height: 50px;
	padding: 10px;
	padding-left: 15px;
	border-radius: 50%;
	color: #ffffff;
}

.main-contact-form-area .form-design-contact .contact-form1 .form-social-icon ul .form-instagram i {
	border-radius: 50%;
	background-color: #e1306c;
	padding: 9px;
	color: #ffffff;
}

.main-contact-form-area .form-design-contact .contact-form1 .form-social-icon ul .form-whatsapp i {
	border-radius: 50%;
	background-color: green;
	padding: 9px;
	color: #ffffff;
}

.main-contact-form-area .form-design-contact .contact-form1 .form-label a:hover {
	color: #663f29;
}


/*.section-number p {font-size: 35px !important;font-family: 'Open Sans', Arial, sans-serif;font-weight: 100;padding-left: 20px;}
.section-number span {font-weight: 400;}
.portfolio-container {height: 100%;background-color: #fcfcfc;}
.portfolio-container h1 {text-align: center;padding-top: 80px;}
.portfolio-container > p {text-align: center;width: 50%;margin: auto;}
.portfolio-content {width: 70%;text-align:center;display: flex;flex-wrap: wrap;justify-content: center;margin-left: auto;margin-right: auto;margin-top: 100px;margin-bottom: 100px;}
.portfolio-content img {width: 30%;height: 30%;-webkit-filter: grayscale(60%);filter: grayscale(60%);padding: 3px;}
.section-number p {font-size: 35px !important;font-family: 'Open Sans', Arial, sans-serif;font-weight: 100;padding-left: 20px;}
.section-number span {font-weight: 400;}
.portfolio-container {height: 100%;background-color: #fcfcfc;}
.portfolio-container h1 {text-align: center;padding-top: 80px;}
.portfolio-container > p {text-align: center;width: 50%;margin: auto;}
.portfolio-content {width: 100%;text-align:center;display: flex;flex-wrap: wrap;justify-content: center;margin-left: auto;margin-right: auto;margin-top: 30px;margin-bottom: 100px;}
.portfolio-content img {width: 30%;height: 30%;-webkit-filter: grayscale(60%);filter: grayscale(60%);padding: 3px;}
.gallery-lightbox {display: none;position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;background-color: rgba(0, 0, 0, 0.5);}
.gallery-content {display: flex;align-items: center;justify-content: center;position: fixed;left: 15vw;top: 20vh;width: 70vw;height: 60vh;}
.gallery-button-close {color: #ffffff;font-size: 50px;position: absolute;right: -50px;top: -50px;border: 0;background-color: transparent;transform: rotate(45deg);}
.gallery-button-previous {color: #ffffff;font-size: 50px;position: absolute;left: -50px;top: 50%;transform: translate(0, -50%);border: 0;border-radius: 50%;width: 30px;height: 30px;background-color: transparent;}
.gallery-button-next {color: #ffffff;font-size: 50px;position: absolute;right: -50px;top: 50%;transform: translate(0, -50%);border: 0;border-radius: 50%;width: 30px;height: 30px;background-color: transparent;}
.gallery-navigation {list-style: none;padding: 0;margin: 0;position: absolute;display: flex;bottom: -20px;left: 50%;transform: translate(-50%);}
.gallery-navigation-button {display: block;width: 10px;height: 10px;border: 0;background-color: rgba(255, 255, 255, 0.4);border-radius: 50%;margin: 0 3px;}
.gallery-navigation-button.active {background-color: rgba(255, 255, 255, 0.95);}
.gallery-lightbox {display: none;position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;background-color: rgba(0, 0, 0, 0.5);}
.gallery-content {display: flex;align-items: center;justify-content: center;position: fixed;left: 15vw;top: 20vh;width: 70vw;height: 60vh;}
.gallery-button-close {color: #ffffff;font-size: 50px;position: absolute;right: -50px;top: -50px;border: 0;background-color: transparent;transform: rotate(45deg);}
.gallery-button-previous {color: #ffffff;font-size: 50px;position: absolute;left: -50px;top: 50%;transform: translate(0, -50%);border: 0;border-radius: 50%;width: 30px;height: 30px;background-color: transparent;}
.gallery-button-next {color: #ffffff;font-size: 50px;position: absolute;right: -50px;top: 50%;transform: translate(0, -50%);border: 0;border-radius: 50%;width: 30px;height: 30px;background-color: transparent;}
.gallery-navigation {list-style: none;padding: 0;margin: 0;position: absolute;display: flex;bottom: -50px;left: 50%;transform: translate(-50%);}
.gallery-navigation-button {display: block;width: 10px;height: 10px;border: 0;background-color: rgba(255, 255, 255, 0.4);border-radius: 50%;margin: 0 3px;}
.gallery-navigation-button.active {background-color: rgba(255, 255, 255, 0.95);}
.openItem {width: 60%;}*/
/*Portfolio End*/

/*thank-you page start*/
.go-home {
	margin-top: 30px;
}

.wrapper-2 {
	padding: 50px;
	text-align: center;
	padding-bottom: 30px;
}

.thank-you h1 {
	font-family: 'Kaushan Script', cursive;
	font-size: 4em;
	letter-spacing: 3px;
	color: #663f29;
	margin: 0;
	margin-bottom: 20px;
}

.wrapper-2 p {
	margin: 0;
	font-size: 1.3em;
	color: #aaa;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 1px;
}

.wrapper-1 {
	height: initial;
	max-width: 620px;
	margin: 0 auto;
	margin-top: 50px;
	box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}

.thank-you .wrapper-1 .wrapper-2 p {
	padding-top: 30px;
}

/*---------- Thank You  end-------------------*/

.loader {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 75px;
	display: inline-block;
	vertical-align: middle;
}

.loader-star {
	position: absolute;
	top: calc(50% - 12px);
}

/*LOADER-12*/
.loader-12 {
	-webkit-animation: stars-rotate-reverse 2s ease infinite;
	animation: stars-rotate-reverse 2s ease infinite;
}

.loader-12 polygon {
	fill: #074466 !important;
}

.loader-12 .loader-star {
	position: absolute;
}

.loader-12 .star1 {
	top: 0px;
	right: -7px;
}

.loader-12 .star2 {
	right: 9px;
	top: -12px;
	position: absolute;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-animation: stars-catch 2s 0.1s ease infinite;
	animation: stars-catch 2s 0.1s ease infinite;
}

.loader-12 .star3 {
	right: 27px;
	top: -11px;
	position: absolute;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-animation: stars-catch 2s 0.15s ease infinite;
	animation: stars-catch 2s 0.15s ease infinite;
}

.loader-12 .star4 {
	right: 41px;
	top: -2px;
	position: absolute;
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: stars-catch 2s 0.2s ease infinite;
	animation: stars-catch 2s 0.2s ease infinite;
}

.loader-12 .star5 {
	right: 47px;
	top: 10px;
	position: absolute;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-animation: stars-catch 2s 0.25s ease infinite;
	animation: stars-catch 2s 0.25s ease infinite;
}

.loader-12 .star6 {
	right: 47px;
	top: 21px;
	position: absolute;
	-webkit-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: stars-catch 2s 0.3s ease infinite;
	animation: stars-catch 2s 0.3s ease infinite;
}

.css-star {
	margin: 10px 0;
	position: relative;
	display: block;
	width: 0px;
	height: 0px;
	border-right: 26px solid transparent;
	border-bottom: 23px solid #e11a2b;
	border-left: 23px solid transparent;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.css-star:before {
	border-bottom: 18px solid #e11a2b;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	height: 0;
	width: 0;
	top: -9px;
	left: -16px;
	display: block;
	content: '';
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);
}

.css-star:after {
	position: absolute;
	display: block;
	top: 2px;
	left: -26px;
	width: 0px;
	height: 0px;
	border-right: 25px solid transparent;
	border-bottom: 22px solid #e11a2b;
	border-left: 27px solid transparent;
	-webkit-transform: rotate(-70deg);
	-moz-transform: rotate(-70deg);
	-ms-transform: rotate(-70deg);
	-o-transform: rotate(-70deg);
	content: '';
}


/* ----------------     KEYFRAMES    ----------------- */

@-webkit-keyframes stars-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	50% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	75% {
		-webkit-transform: rotate(-270deg);
		transform: rotate(-270deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes stars-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	50% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	75% {
		-webkit-transform: rotate(-270deg);
		transform: rotate(-270deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes stars-rotate-reverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes stars-rotate-reverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes stars-catch {
	0% {}

	25% {}

	50% {}

	75% {
		top: -2px;
		right: -11px;
		opacity: 0;
	}

	100% {}
}

@keyframes stars-catch {
	0% {}

	25% {}

	50% {}

	75% {
		top: -2px;
		right: -11px;
		opacity: 0;
	}

	100% {}
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.menu-area .mobile-nav-toggler {
		display: none !important;
	}

	.main-menu {
		display: block !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-top-two .top-inner .info {
		float: left;
	}

	.image_block_2 .image-box {
		padding-left: 20px;
	}

	.banner-carousel .content-box h2 {
		font-size: 50px;
		line-height: 62px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 670px) {
	.our-service .service-block .service-block-two {
		height: 520px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
	.sec-title p {
		padding: 10px;
	}

	.sec-title h2 {
		font-size: 25px !important;
		line-height: 25px !important;
	}

	.sec-pad {
		padding: 60px 0px !important;
	}

	.testimonial-style-three {
		margin-top: 0 !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.subscribe-section .text h3 {
		padding-left: 0px;
	}

	.call-to-action .call-to-action-btn a {
		float: unset;
	}

	.call-to-action .call-to-action-btn {
		margin-right: 0;
		text-align: center;
	}

	.call-to-action .text {
		text-align: center;
	}

	.image_block_2 .image-box {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.auto-hidden {
		display: block !important;
	}
}

@media only screen and (max-width: 991px) {
	.service-block-two .inner-box {
		margin-bottom: 0;
	}

	.top-header {
		display: none !important;
	}

	.main-header.style-five .header-lower {
		background: #ffffff;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}

	.banner-section.style-one .banner-carousel .slide-item {
		padding-top: 150px !important;
	}

	.mobile-menu .contact-info h4,
	.mobile-menu .contact-info ul li,
	.mobile-menu .contact-info ul li a,
	.mobile-menu .social-links li a {
		color: #663f29;
	}

	.mobile-menu .contact-info ul li a:hover {
		color: #d39735;
	}

	.mobile-menu .contact-info {
		padding-top: 80px !important;
	}

	.mobile-menu .navigation li a.theme-btn-four {
		background: #fff !important;
		color: #663f29 !important;
		border-left: 5px solid #d39735;
		border-radius: 0;
	}

	.mobile-menu .navigation li.current>a:before {
		height: unset !important;
	}

	.portfolio-breadcrumb {
		padding-top: 90px;
	}

	.page-title {
		padding: 185px 0px 129px 0px !important;
	}
}

@media only screen and (max-width: 767px) {
	.banner-section.style-one .banner-carousel .slide-item {
		padding: 60px 0;
	}

	.top-header .footer-social li {
		float: none;
	}

	.top-header .footer-social {
		float: none !important;
		text-align: center;
	}
}

@media only screen and (max-width: 599px) {
	.main-header .logo-box {
		float: left;
	}
}