

@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');

 :root{
    --brand-color-1: #7e36f4;
  	--brand-color-2: #00bcd4;
  	--brand-color-3: #FEBC35;
  	--brand-color-4: #549e28;
  	--brand-color-5: #ff3c00;
 }


::selection {
	background-color: var(--brand-color-1);
	color: #fff;
}
::-moz-selection {
	background-color: var(--brand-color-1);
	color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family: 'Do Hyeon', sans-serif;	
  	direction: ltr;
	letter-spacing: 0.5px;
}
.theme-bg-light {
	background-color: #1D4DDC;
}

.theme-dark {
	background-color: #000;
}
p {
	line-height: 24px;
	font-size: 16px;
	
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
	letter-spacing: 1px;
	
}
h1 {
	font-size: 40px;
	font-weight: 700;
}
h2 {
	font-size: 30px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	color: var(--brand-color-1);
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

.scroll-top {
	display: none;
	position: fixed;
	bottom: 2%;
	text-align: center;
	right: 2%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	background-color: var(--brand-color-1);
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}

.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	opacity: 0.5;
	background-color: var(--brand-color-1);
}

.btn-style-1 {
	background-color: var(--brand-color-1);
	color: #fff;
	border: 0;
	border-radius: 4px;
	padding: 12px 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-1:hover {
	opacity: 0.5;
	background-color: var(--brand-color-1);
	color: #fff;
	text-decoration: none;
}
.btn-style-2 {
	color: #fff;
	background-color: #202020;
	border-radius: 4px;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-2:hover {
	background-color: var(--brand-color-1);
	color: #fff;
	text-decoration: none;
}

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}

.section-title h2 {
	font-weight: 600;
	font-size: 34px;
	text-transform: uppercase;
	position: relative;
}
.section-title h2 span {
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 45px;
	display: inline-block;
}
.section-title h2 span:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 0;
	background-color: var(--brand-color-1);
}
.section-title h2 span:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 3px;
	background-color: var(--brand-color-1);
}


.theme-light body {
	color: #c5c5c5;
	background-color: #fff;
}
.theme-light p {
	color: #000;
}
.theme-light h1, .theme-light h2, .theme-light h3, 
.theme-light h4, .theme-light h5, .theme-light h6 {
	color: #202020;
}
.theme-light .section-title h2 {
	color: #333;
}


.theme-dark body {
	color: #ccc;
	background-color: #000;
}

.theme-dark .section-title h2 {
	color: #fff;
}



.header {
	
	z-index: 999;
}
.header .navbar-brand {
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
}

.navbar-brand span{
	color: #fff !important;
}



.theme-dark .service-details-page{
	color: #fff;
}

.theme-dark .contact-theme-bg{
	background-color: #333 !important;
}

.theme-dark .blog-details-page {
	background-color: #000 !important;
}

.theme-dark .comments-wrapper {
	color: #fff;
}

.theme-dark .comments-form{
	color: #fff;
}

.carousel{
	direction: initial;
}

.navbar-brand img{
	width: 50px;
	height: 50px;
	object-fit: contain;
}
.header .navbar {
	direction: initial;
	padding: 0px;
	border-radius: 4px;
}
.header-lover {
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover:after {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 35%;
	height: 100%;
	z-index: -1;
	content: "";
	background-color: var(--brand-color-1);
}
.theme-dark .header-lover .navbar .nav-item .nav-link{
	color: #fff;
}
.header-lover .navbar .nav-item .nav-link {
	font-size: 12px;
	position: relative;
	font-weight: 600;
	padding: 18px 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .navbar .nav-item .nav-link:hover, 
.header-lover .navbar .nav-item.active a {
	color: var(--brand-color-1);
}
.header-lover .navbar .nav-item:last-child .nav-link {
	padding-right: 0px;
}
.header .navbar-toggler span {
	background: #2D2E33;
}
.header .dropdown-menu {
	margin: 0px;
	padding: 0px;
	border-top: 3px solid var(--brand-color-1);
	border-radius: 0px;
}
.header .dropdown-menu .dropdown-item {
	padding: 12px 12px 12px 32px;
	position: relative;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0px;
}
.header .dropdown-menu .dropdown-item:hover {
	background-color: var(--brand-color-1);
	color: #fff;
}
.header .dropdown-menu .dropdown-item:hover:before {
	background-color: #fff;
}
.header .dropdown-menu .dropdown-item:before {
	position: absolute;
	content: '';
	left: 15px;
	background-color: #999;
	top: 50%;
	width: 8px;
	height: 8px;
	transform: translateY(-50%);
}
.header .nav-pills .nav-link.active, 
.header .nav-pills .show > .nav-link {
	background-color: transparent;
}

.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #f5f5f5;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}

.is-sticky {
	z-index: 999;
}

.theme-dark .is-sticky .header-lover{
	background-color: #333 !important;
}

.is-sticky .header-lover {
	z-index: 999 !important;
	background-color: #333;
}
.is-sticky .header-lover .navbar .nav-item .nav-link {
	color: #fff;
	transition: 0.3s ease;
}
.is-sticky .header-lover .navbar .nav-item .nav-link:hover{
	color: var(--brand-color-1);
}
.is-sticky .header-lover .navbar .nav-item.active .nav-link {
	color: var(--brand-color-1);
}
.is-sticky .nav-pills .nav-link.active, 
.is-sticky .nav-pills .show > .nav-link {
	color: #fff !important;
}
@media screen and (min-width: 768px) {
	.navbar .dropdown:hover .dropdown-menu, 
	.navbar .dropdown .dropdown-menu:hover {
		display: block !important;
	}
}



.theme-light .header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item {
	color: #212529;
}
.theme-light .header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item:hover {
	color: #fff;
}
.theme-light .header .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #dedede;
}



.theme-dark .header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item {
	color: #fff;
}
.theme-dark .header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item:hover {
	color: #fff;
}
.theme-dark .header .dropdown-menu .dropdown-item {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background-color: #000;
	color: #fff;
}


.slider .carousel-item:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.second-slide{
	height: 60vh;
	width: 100%;
	object-fit: cover;
}

.carousel-item{
	height: 50vh;
}

.slider h2 {
	font-size: 40px;
	margin-bottom: 10px;
	font-weight: 600;
}
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	padding-top: 0px;
	left: 0px;
	right: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
	z-index: 2;
}
.slider .carousel-caption .white-box {
	background-color: rgb(187 186 186 / 70%);
	margin: auto;
	position: relative;
	border-radius: 6px;
	padding: 20px 20px;
	border: 2px solid var(--brand-color-1);
}
.slider .carousel-caption p a {
	border-radius: 4px;
	background-color: var(--brand-color-1);
	border: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 24px;
}


.theme-light .slider h2 {
	color: #202020;
}
.theme-light .slider .carousel-caption .white-box {
	color: #333;
}


.theme-dark .slider h2 {
	color: #fff;
}
.theme-dark .slider p {
	color: #fff;
}
.theme-dark .slider .carousel-caption .white-box {
	color: #333;
}


.feature-box {
	height: 100%;
	position: relative;
	border-radius: 6px;
	padding: 20px 20px;
	text-align: center;
	border: 2px solid rgba(0,0,0,0.1);
	z-index: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.feature-box:after {
	width: 40px;
	height: 40px;
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: auto;
	background-color: var(--brand-color-1);
	transform: translateY(-50%);
	border-radius: 100%;
	opacity: 0.1;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.feature-box:hover:after {
	width: 190px;
	height: 190px;
}
.feature-box:hover {
	border: 2px solid var(--brand-color-1);
}
.feature-box .icon {
	margin-bottom: 10px;
	font-size: 35px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.feature-box:hover .icon {
	color: var(--brand-color-1);
}
.feature-box h4 {
	margin-bottom: 15px;
}

.theme-dark .feature-box p{
	color: #fff;
}


.theme-light .feature-box {
	background-color: rgba(255,255,255,1);
}
.theme-light .feature-box .icon {
	color: #333;
}
.theme-light .feature-box h4 {
	color: #202020;
}


.theme-dark .feature-box {
	background-color: #222;
	border: 2px solid rgba(255,255,255,0.1);
}
.theme-dark .feature-box .icon {
	color: #fff;
}
.theme-dark .feature-box h4 {
	color: #fff;
}


.single-counter-box {
	position: relative;
	text-align: center;
}
.single-counter-box .icon-wrap {
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	margin: auto auto 20px auto;
	color: #fff;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	background-color: var(--brand-color-1);
	font-size: 24px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-counter-box .text-wrap .counter-info-text span {
	font-weight: 600;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	display: inline-block;
}
.single-counter-box .text-wrap h4 {
	font-weight: 400;
	font-size: 16px;
	white-space: nowrap;
}


.theme-light .single-counter-box .text-wrap .counter-info-text span {
	color: #202020;
}
.theme-light .single-counter-box .text-wrap h4 {
	color: #6c757d;
}


.theme-dark .about-area {
	background-color: #222 !important;
}

.theme-dark .about-area h2 {
	color: #fff;
}

.theme-dark .about-area p {
	color: #fff;
}

.theme-dark .single-counter-box .text-wrap .counter-info-text span, .single-counter-box .text-wrap h4{
	color: #fff;
}

.theme-dark .feature-area {
	background-color: #000;
}


.services-item {
	height: 100%;
	position: relative;
	border-radius: 6px;
	padding: 20px 20px;
	border: 2px solid rgba(0,0,0,0.1);
	z-index: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.services-item .icon-box {
	direction: initial;
	color: var(--brand-color-1);
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 40px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.services-item h4 {
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.services-item p {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-link-abs {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	background-color: #f5f5f5;
	color: #202020;
	border-radius: 4px;
	box-shadow: 0 8px 20px hsla(0, 0%, 0%, 0.13);
}
.services-item:hover {
	background-color: var(--brand-color-1);
	border: 2px solid var(--brand-color-1);
}


.service-link {
	background-color: var(--brand-color-1);
	border-radius: 6px;
	padding: 30px;
	margin-bottom: 0px;
}
.service-link li {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.service-link li a {
	text-decoration: none;
	color: #fff;
	padding-left: 16px;
	font-size: 14px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-link li:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
}
.service-link li:last-child {
	padding-bottom: 0px;
}
.service-link li a:hover {
	color: #333;
}
.service-link li a:before {
	display: inline-block;
	width: 0;
	height: 0;
	left: 0px;
	top: 50%;
	position: absolute;
	margin-left: 0;
	content: "";
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-right: 0;
	border-left: .3em solid;
	transform: translateY(-50%);
}

.download-brochure a {
	background-color: var(--brand-color-1);
	text-decoration: none;
	border-radius: 6px;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	width: 100%;
	font-size: 14px;
}
.download-brochure a i {
	background-color: var(--brand-color-1);
	padding: 20px 16px;
	margin-right: 10px;
}

.service-contant-img img {
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	padding: 6px;
}

.service-detail-contant blockquote {
	border: 0px;
	background-color: #202020;
	padding: 30px;
	border-radius: 6px;
	margin-bottom: 0px;
}
.service-detail-contant blockquote p {
	color: #fff;
	font-style: italic;
	font-size: 16px;
	line-height: 28px;
}
.service-detail-contant blockquote .blockquote-footer {
	margin-top: 10px;
	color: var(--brand-color-1);
	font-size: 12px;
}


.theme-light .services-item {
	background-color: rgba(255,255,255,1);
}
.theme-light .services-item h4 {
	color: #202020;
}


.theme-dark .services-item {
	background-color: #222;
	color: #fff;
}
.theme-dark .services-item h4 {
	color: #fff;
}

.testimonial-area {
	direction: initial;
	background-size: cover;
	background-position: center;
	position: relative;
}
.testimonial-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.testimonial-item p {
	text-align: center;
	color: #fff;
	font-style: italic;
	padding-top: 35px;
	margin-bottom: 0px;
	border-top: 2px solid rgba(255,255,255,0.2);
}
.testimonial-item .position {
	color: var(--brand-color-1);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 6px;
}
.testimonial-item .testimonial-client-img {
	color: #fff;
	border-radius: 50px;
	padding: 0px;
	height: 100px;
	width: 100px;
	margin: 35px auto auto auto;
	display: inline-block;
}
.testimonial-item .testimonial-client-img img {
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 6px;
}
.testimonial-item .testimonial-line {
	width: 100%;
	text-align: center;
	position: relative;
}
.testimonial-item .testimonial-line:after {
	background-color: rgba(255,255,255,0.2);
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin-top: 17px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
}
.testimonial-item .testimonial-client {
	width: 100%;
	margin: 10px 0 0 0px;
}
.testimonial-item .testimonial-client h6 {
	margin-bottom: 0px;
	color: #fff;
	text-transform: uppercase;
}
.testimonial-item .testimonial-client p {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0px;
}
.testimonial-item .testimonial-info {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.testimonial-carousel .owl-nav button {
	width: 40px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	color: #202020 !important;
	border-radius: 4px;
	margin: 15px 4px 0 4px !important;
	background-color: #f5f5f5 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.testimonial-carousel .owl-nav button:hover {
	background-color: var(--brand-color-1) !important;
	color: #fff !important;
}


.team-item {
	position: relative;
	border-radius: 6px;
	border: 2px solid rgba(0,0,0,0.1);
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-item:hover {
	border: 2px solid var(--brand-color-1);
}

.team-info a{
	font-size: 22px;
}
.team-item .team-info {
	padding: 10px 50px 10px 15px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-radius: 0px 6px 6px 0px;
	display: inline-block;
	background-color: #202020;
	clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-item:hover .team-info {
	background-color: var(--brand-color-1);
}
.team-item .team-info h5 a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.team-item .team-info h6 {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
}
.team-social {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: var(--brand-color-1);
}
.team-social li a {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	background-color: var(--brand-color-1);
	display: inline-block;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-social li:last-child a {
	border-bottom: 0px;
}
.team-social li a:hover {
	opacity: 0.5;
	background-color: var(--brand-color-1);
}


.call-to-action-area {
	direction: initial;
	background-size: cover;
	background-position: center;
	position: relative;
	text-align: center;
	z-index: 0;
}
.call-to-action-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
}
.cta-content h3 {
	font-size: 18px;
	color: var(--brand-color-1);
	font-weight: 400;
	margin-bottom: 20px;
}
.call-to-action-area h2 {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	line-height: 44px;
	margin-bottom: 20px;
}
.call-to-action-area h2 a {
	color: #fff;
	text-decoration: underline;
}
.call-to-action-area p {
	color: #fff;
	line-height: 28px;
}
.video-popup {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
	border-radius: 100%;
	background-color: var(--brand-color-1);
}
.video-popup:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: var(--brand-color-1);
	border-radius: 100%;
	top: 0;
	animation-fill-mode: both;
	animation: witr_squares 1.5s ease-in-out infinite;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.video-popup:after {
	position: absolute;
	content: '';
	width: 90px;
	height: 90px;
	border: 2px solid var(--brand-color-1);
	border-radius: 100%;
	top: -5px;
	left: -5px;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.video-popup i {
	z-index: 2;
	position: relative;
}
.video-popup:hover {
	color: #fff;
}

@keyframes witr_squares {
	0% {
		transform:scale(1);
		opacity:0
	}
	20% {
		transform:scale(1.24);
		opacity:1
	}
	100% {
		transform:scale(2.1);
		opacity:0
	}
}


.blog-item {
	height: 100%;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item:hover {
	border: 2px solid var(--brand-color-1);
}
.blog-item .blog-content-area{
	height: 100%;
	padding: 20px;
}
.theme-dark .blog-item .blog-content-area {
	padding: 20px;
	background-color: #202020;
}

.theme-dark .blog-item .blog-meta li{
	color: #fff;
}

.theme-dark .blog-item .blog-meta li a{
	color: #fff;
}

.theme-dark .blog-content-area p{
	color: #fff;
}

.theme-dark .blog-item h4 a{
	color: #fff;
}

.blog-item .blog-meta {
	margin-bottom: 10px;
}
.blog-item .blog-meta li {
	position: relative;
	font-size: 12px;
	margin-right: 16px !important;
}
.blog-item .blog-meta li a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item .blog-meta li a:hover {
	color: var(--brand-color-1);
}
.blog-item .blog-meta li:after {
	position: absolute;
	content: "/";
	top: 50%;
	font-size: 10px;
	right: -12px;
	transform: translateY(-50%);
}
.blog-item .blog-meta li:last-child {
	margin-right: 0px !important;
}
.blog-item .blog-meta li:last-child:after {
	display: none;
}
.blog-item h4 {
	line-height: 24px;
	margin-bottom: 10px;
}
.blog-item h4 a {
	font-size: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item h4 a:hover {
	color: var(--brand-color-1);
}
.blog-item .blog-thumb {
	position: relative;
}
.blog-item .blog-thumb:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	background-color: rgba(0,0,0,0.3);
	top: 0px;
	opacity: 0;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item:hover .blog-thumb:after {
	width: 100%;
	height: 100%;
	opacity: 1;
}
.blog-item .blog-thumb a {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	background-color: #f5f5f5;
	color: #202020;
	border-radius: 4px;
	box-shadow: 0 8px 20px hsla(0, 0%, 0%, 0.13);
	z-index: 1;
}
.blog-item .blog-thumb img {
	height: 220px;
	width: 100%;
	object-fit: cover;
}
.singal-blog-post {
	border-radius: 6px;
	overflow: hidden;
}

.singal-blog-post .singal-blog-meta {
	margin-bottom: 10px;
}
.singal-blog-post .singal-blog-meta li {
	position: relative;
	font-size: 12px;
	padding-bottom: 0px;
	margin-right: 16px !important;
}
.singal-blog-post .singal-blog-meta li a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.singal-blog-post .singal-blog-meta li a:hover {
	color: var(--brand-color-1);
}
.singal-blog-post .singal-blog-meta li:after {
	position: absolute;
	content: "/";
	top: 50%;
	font-size: 10px;
	right: -12px;
	transform: translateY(-50%);
}
.singal-blog-post .singal-blog-meta li:last-child {
	margin-right: 0px !important;
}
.singal-blog-post .singal-blog-meta li:last-child:after {
	display: none;
}

.singal-blog-post blockquote {
	border: 0px;
	padding: 10px 30px;
	border-left: 2px solid var(--brand-color-1);
	margin-bottom: 20px;
}
.singal-blog-post blockquote p {
	font-style: italic;
	font-size: 16px;
	line-height: 28px;
}
.singal-blog-post blockquote .blockquote-footer {
	margin-top: 10px;
	color: var(--brand-color-1);
	font-size: 12px;
}
.singal-blog-post ul li i {
	color: var(--brand-color-1);
	padding-right: 8px;
}
.singal-blog-post ul li {
	font-size: 14px;
	padding-bottom: 14px;
}
.singal-blog-post ul li:last-child {
	padding-bottom: 0px;
}

.social-block {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 20px 0 0px 0;
}
.singal-blog-post .tags-post a {
	font-size: 12px;
	color: #6c757d;
	text-decoration: none;
	padding: 4px 12px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.singal-blog-post .tags-post a:after {
	position: absolute;
	content: "/";
	top: 50%;
	font-size: 10px;
	transform: translateY(-50%);
	right: -2px;
}
.singal-blog-post .tags-post a:first-child {
	padding-left: 0px;
}
.singal-blog-post .tags-post a:last-child {
	padding-right: 0px;
}
.singal-blog-post .tags-post a:last-child:after {
	display: none;
}
.singal-blog-post .tags-post a:hover {
	color: var(--brand-color-1);
}
.singal-blog-post .share-social a {
	font-size: 12px;
	background-color: #6c757d;
	color: #fff;
	text-decoration: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.singal-blog-post .share-social a:hover {
	background-color: var(--brand-color-1);
}

.comments-box {
	width: 100%;
	padding-bottom: 30px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.comments-box:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}
.comments-box .img-wrapper {
	float: left;
}
.comments-box .img-wrapper img {
	border: 3px solid #fff;
	-webkit-border-radius: 100%;
	max-width: 150px;
	max-height: 150px;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.comments-box .text-wrapper {
	float: left;
	width: calc(100% - 100px);
	padding-left: 30px;
}
.author-detail {
	margin-bottom: 10px;
}
.author-detail .author-name {
	font-size: 18px;
	color: var(--brand-color-1);
}
.author-detail .publish-date {
	font-size: 12px;
	margin-left: 8px;
	color: #999;
}
.author-content a {
	color: var(--brand-color-1);
	font-size: 12px;
	text-transform: uppercase;
}
.author-content a i {
	color: var(--brand-color-1);
	font-size: 14px;
	margin-left: 5px;
}
.comments-box:hover .img-wrapper img {
	
	border: 3px solid var(--brand-color-1);
}

.comments-form input {
	border-radius: 6px;
	font-size: 14px;
	height: 50px;
}
.comments-form textarea {
	border-radius: 6px;
	font-size: 14px;
}
.comments-form .form-control:focus {
	box-shadow: none;
	border: 2px solid var(--brand-color-1);
}


.theme-light .blog-item {
	border: 2px solid rgba(0,0,0,0.1);
}
.theme-light .blog-item .blog-meta li {
	color: #202020;
}
.theme-light .blog-item .blog-meta li a {
	color: #202020;
}
.theme-light .blog-item h4 a {
	color: #202020;
}
.theme-light .singal-blog-post {
	border: 2px solid rgba(0,0,0,0.1);
}
.theme-light .singal-blog-post .singal-blog-meta li {
	color: #202020;
}
.theme-light .singal-blog-post .singal-blog-meta li a {
	color: #202020;
}
.theme-light .singal-blog-post h4 {
	color: #202020;
}
.theme-light .singal-blog-post blockquote p {
	color: #333;
}
.theme-light .comments-form input {
	
	border: 1px solid rgba(0,0,0,0.1);
}
.theme-light .comments-form textarea {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
}


.theme-dark .blog-item {
	border: 2px solid rgba(0,0,0,0.1);
}

.theme-dark .comments-form input {
	background-color: #222;
	border: 1px solid rgba(255,255,255,0.1);
	color: #fff;
}
.theme-dark .comments-form textarea {
	background-color: #222;
	border: 1px solid rgba(255,255,255,0.1);
	color: #fff;
}
.theme-dark .comments-form input:focus, 
.theme-dark .comments-form textarea:focus {
	background-color: #222;
	border: 2px solid var(--brand-color-1) !important;
	color: #fff;
	box-shadow: none;
}

.theme-dark .comments-form input::placeholder, 
.theme-dark .comments-form textarea::placeholder {
	color: #fff;
}

.footer {
	direction: initial;
	background-color: #202020;
}
.footer-about {
	text-align: center;
}

.footer-about p{
	color: #e8e8e8;
}

.footer-social a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	background-color: #2d2d2d;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-social a:hover {
	background-color: var(--brand-color-1);
}

.footer-contact {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.footer-contact li {
	margin: 0px 30px 0px 0px !important;
}
.footer-contact li:last-child {
	margin: 0px 0px 0px 0px !important;
}
.footer-contact li, .footer-contact li a {
	color: #e8e8e8;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-contact li {
	padding-bottom: 15px;
}
.footer-contact li i {
	padding-right: 6px;
}
.footer-contact li a:hover {
	color: var(--brand-color-1);
}

.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #181818;
}

.footer-link li {
	margin: 0px 20px 0px 0px !important;
}
.footer-link li:last-child {
	margin: 0px 0px 0px 0px !important;
}
.footer-link li a {
	color: #e8e8e8;
	font-size: 14px;
	display: inline-block;
	padding-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-link li a:hover {
	color: var(--brand-color-1);
}

.footer-copyright {
	color: #e8e8e8;
	font-size: 14px;
	margin-bottom: 10px;
}

.footer-logo img{
	width: 80px;
	height: 80px;
}


.inner-page-title-area {
	direction: initial;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	background-size: cover;
	padding: 150px 0px;
	position: relative;
	z-index: 0;
}
.inner-page-title-area:after {
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0px;
	left: 0px;
	z-index: -1;
}
.inner-page-title-area h1 {
	font-weight: 600;
	font-size: 36px;
	color: #fff;
	margin-top: 20px;
}
.inner-page-title-area h1 span {
	position: relative;
}

.inner-page-title-area .breadcrumb {
	margin: auto;
	text-align: center;
	padding: 0px;
	display: inline-block;
	background-color: transparent;
}
.inner-page-title-area .breadcrumb li {
	float: none;
	color: #fff;
	display: inline-block;
}
.inner-page-title-area .breadcrumb li a {
	color: var(--brand-color-1);
}
.inner-page-title-area .breadcrumb-item + .breadcrumb-item:before {
	color: #fff;
}


#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}
.filter1 {
	border: 1px solid #eee;
	border-radius: 30px;
	padding: 10px;
}
.filter1 li {
	margin-right: 0px !important;
}

.theme-dark .filter1{
	background-color: #222;
}

.theme-dark .filter1 li span {
	color: #fff;
}

.filter1 li span {
	cursor: pointer;
	padding: 8px 12px 8px 12px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	border-radius: 30px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.filter1 li span.active, .filter1 li span:hover {
	color: #fff;
	background-color: var(--brand-color-1);
}
.portfolio-box {
	margin-bottom: 30px;
	position: relative;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
}

.portfolio-box a{
	font-size: 20px;
	color: var(--brand-color-1);
}

.portfolio-box .portfolio-box-img {
	position: relative;
	overflow: hidden;
}
.portfolio-box-img img {
	height: 250px;
	width: 100%;
	object-fit: cover;
}
.portfolio-box .portfolio-box-img .hoverlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.portfolio-box:hover .portfolio-box-img .hoverlay {
	background-color: rgba(0,0,0,0.8);
}
.portfolio-box .readmore {
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 0px;
	left: 0px;
	background-color: var(--brand-color-1);
	opacity: 0;
	margin: auto;
	top: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 100%;
	transform: translateY(-50%);
	line-height: 40px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box:hover .readmore {
	opacity: 1;
}
.portfolio-box .hoverlay a:hover {
	color: #fff;
}
.portfolio-box h5 {
	font-size: 16px;
	font-weight: 600;
	padding: 20px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box:hover h5 {
	background-color: var(--brand-color-1);
	color: #fff;
}

.portfolio-box:hover h5 a {
	color: #fff;
}


.theme-light .portfolio-box {
	border-bottom: 2px solid rgba(0,0,0,0.1);
}
.theme-light .portfolio-box h5 {
	color: #202020;
}


.theme-dark .portfolio-box {
	border-bottom: 2px solid rgba(255,255,255,0.1);
}
.theme-dark .portfolio-box h5 {
	color: #fff;
}



.contact-form input {
	border-radius: 6px;
	font-size: 14px;
	height: 50px;
}
.contact-form textarea {
	border-radius: 6px;
	font-size: 14px;
}
.contact-form .form-control:focus {
	box-shadow: none;
	border: 2px solid var(--brand-color-1);
}
.help-block.with-errors ul {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
}

.contact-info-item {
	margin-bottom: 20px;
	width: 100%;
	display: inline-block;
}
.contact-info-item:last-child {
	margin-bottom: 0px;
}
.contact-info-item .icon-box {
	width: 40px;
	float: left;
	margin-right: 5px;
}
.contact-info-item .icon-box i {
	color: var(--brand-color-1);
	font-size: 18px;
}
.contact-info-item .text-info {
	width: 80%;
	float: left;
	margin-left: 5px;
}
.contact-info-item .text-info h6 {
	margin-bottom: 5px;
}
.contact-info-item .text-info p {
	margin-bottom: 0px;
}
.contact-info-item a {
	color: #6c757d;
	text-decoration: none;
}
.contact-info-item a:hover {
	color: var(--brand-color-1);
}

.map-box iframe {
	width: 100%;
	border: 0px;
	height: 270px;
}


.theme-light .contact-form input {
	
	border: 1px solid rgba(0,0,0,0.1);
}
.theme-light .contact-form textarea {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
}
.theme-light .contact-info-item .text-info h6 {
	color: #202020;
}


.theme-dark .contact-form input {
	border: 1px solid rgba(255,255,255,0.1);
	color: #fff;
	background-color: #222;
}
.theme-dark .contact-form textarea {
	border: 1px solid rgba(255,255,255,0.1);
	color: #fff;
	background-color: #222;
}
.theme-dark .contact-form input:focus, 
.theme-dark .contact-form textarea:focus {
	background-color: #222;
	border: 1px solid var(--brand-color-1) !important;
	color: #fff;
	box-shadow: none;
}

.theme-dark .contact-form input::placeholder, 
.theme-dark .contact-form textarea::placeholder {
	color: #fff;
}

.theme-dark .contact-page h4 {
	color: #fff;
}

.blog-details-page{
	direction: initial;
}

.contact-page{
	direction: initial;
}
.theme-dark .contact-info-item .text-info h6 {
	color: #fff;
}

.theme-dark .dont-have-text{
	color: #fff;
}

.theme-dark .contact-info-item a{
	color: #fff;
}

.theme-dark .rand-list-style{
	color: #fff;
}

.no-href{
	color: #6c757d;
}

#policyCheck{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	width: 2em;
	height: 2em;
}

.form-check{
	display: flex !important;
	flex-direction: row;
	align-items: center;
	gap: 15px;
}

.form-check-label{
	font-size: 16px;
	margin: 0 10px;
}

.theme-dark .form-check-label{
	color: #fff;
}

.form-check-label a{
	color: var(--brand-color-1);
}

.theme-dark .news-content{
	background-color: #222;
	color: #fff;
}
.theme-dark .news-content ul,
.theme-dark .news-content li,
.theme-dark .news-content h1,
.theme-dark .news-content h2,
.theme-dark .news-content h3,
.theme-dark .news-content h4,
.theme-dark .news-content h5,
.theme-dark .news-content h6,
.theme-dark .news-content p{
	color: #fff;
}

.theme-dark .singal-blog-post .singal-blog-meta li{
	color: #fff;
}

.dont-have_link{
	color: var(--brand-color-1);
}

.rand-list-style{
	display: flex;
	flex-direction: column;
	gap: 20px;
  }

  .rand-list-style li {
	margin: 0 25px;
	letter-spacing: 1px;
	line-height: 24px;
    font-size: 16px;
	list-style: decimal;
  }

  .rand-list-style img{
	padding: 30px 0;
  }

  .privacy-flex div{
	display: flex;
	flex-direction: column;
	gap: 20px;
  }

  .privacy-flex section{
	display: flex;
	flex-direction: column;
	gap: 20px;
  }

  .no-comments-message {
	background-color: #f5f5f5;
  text-align: center;
  padding: 20px;
  color: #777;
}

.singal-post-img img{
    width: 100%;
}

.comm-reply-block{
	margin: 0 20px 20px;
}
    
.service-img-box{
	height: 300px;
	border-radius: 12px;
}

.service-img-box img{
	border-radius: 12px;
	width: 100%;
	object-fit: cover;
	height: 300px;
	margin-bottom: 20px;
}

.img-contact img{
    width: 100%;
	max-height: 350px;
	object-fit: cover;
}

.about-us-images{
	width: 100%;
	max-height: 200px;
	object-fit: cover;
}

@media (max-width: 991px) {
	.header-lover .navbar .navbar-collapse {
		border: 2px solid var(--brand-color-1);
		background-color: #fff;
		z-index: 999;
		padding: 10px;
	}
}
