/*------------------------------------------------------------------
Project:CEO Template
Author: The_Krishna        
-------------------------------------------------------------------*/

/*----------------Table of contents Start---------------------------
1.Default css
2.Hero css
3.Social media css
4.About css
5.Services css
6.Appointment css
7.Datepicker css
8.Gallery css
9.Product css
10.Testimonial css
11.Blog css
12.Inquiry css
13.Contact css 
14.Bottom css
15.Scanner modal popup css
16.Share modal popup css
17.Modal css
18.Preloader css
19.Gallery css
20.Single blog css
21.Background effect css
---------Table of contents End-----------------------------------*/

/*------------------------ [Color codes] ------------------------                     
Background: #F5F5F5 
Content:    #FF5100, #737373 ,#000000,#A6A6A6
-------------------------------------------------------------------*/

/************************ 1.Default css ***************************/
html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a:focus, a {
	outline: none;
	text-decoration: none;
	cursor: pointer;
} 
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
body {
	max-width: 425px;
	margin: 0 auto;
	height: 100%;
	background: #F5F5F5;
}
svg{
	vertical-align: middle;
}
input{
	outline-width: 0;
	outline-offset: 0;
	outline: 0;
	border: none;
	outline: none;
	width: 100%;
}
select {
	appearance: none;
}
select:focus-visible {
	outline: none !important;
}
textarea{
	outline-width: 0;
	outline-offset: 0;
	outline: 0;
	resize: none;
}
ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.overflow{
	overflow-y: scroll;
}
.container{
	padding: 0 16px;
}
.mt-30{
	margin-top: 30px;
}
.mt-15{
	margin-top: 15px;
}
.mt-20{
	margin-top: 20px;
}
.mt-10{
	margin-top: 10px;
}
.mt-5{
	margin-top: 5px !important;
}
.pt-20{
	padding-top: 20px;
}
.mlr-auto{
	margin-left: auto;
	margin-right: auto;
}
.red-filter{
	filter: brightness(0) saturate(100%) invert(25%) sepia(70%) saturate(4945%) hue-rotate(350deg) brightness(104%) contrast(109%);
}
.site-content{
	width: 100%;
	height: 100%;
}
::-webkit-scrollbar { 
	display: none; 
}

/************************ 2.Hero css ***************************/
.ceo-content{
	position: relative;
	background: white;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
.header {
	position: absolute;
	width: 100%;
	z-index: 99;
}
.header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 16px 0 16px;
}
.header-logo {
	width: 72px;
	height: 72px;
	border-radius: 36px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.30) 100%);
	backdrop-filter: blur(5px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-language-btn {
	padding: 0;
	margin: 0;
	padding: 4px 8px 4px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 32px;
	border-width: 0 !important;
	border-radius: 16px;
	background: var(--1, #FFF) !important;
	color: var(--1, #000);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.dropdown-item,
.profile-name p {
	color: var(--14, #737373);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.dropdown-item{
	color: #000000 !important;
}
.profile-name p {
	margin-top: 4px;
}
.dropdown-item.active, 
.dropdown-item:active {
	background: rgb(255 22 22 / 10%) !important;
}
.dropdown-item:focus, 
.dropdown-item:hover {
	color: var(--bs-dropdown-link-hover-color);
	background: rgb(255 22 22 / 10%) !important;
}
.flag-icon {
	width: 25px;
	height: 20px;
	margin-right: 10px;	 
}
.dropdown-toggle::after {
    content: url(../svg/up-arrow.svg) !important;
    border: 0;
    width: 24px;
    height: 24px;
    margin-left: auto;
}
.bg-img1 {
	clip-path: polygon(100% 0, 100% 51%, 100% 51%, 0 100%, 0 0);
	position: relative;
	z-index: 2;
}
.bg-img2 {
	top: 0px;
	position: absolute;
	left: -1px;
	width: 100%;
	transform: rotate(0deg);
}
.profile-content {
	position: relative;
}
.profile-sec {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	position: absolute;
	top: -70px;
	z-index: 3;
	left: 16px;
	right: 16px;
}
.oval-frame {
	border: 5px solid white;
	border-radius: 50%;
}
.profile-name h1 {
	color: #FF5100;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
}

/************************ 3.Social media css ***************************/
.social-icon-content {
	display: flex;
	gap: 15px;
	padding-top: 70px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.social-icon-content-wrap {
	border-radius: 12px;
	background: rgb(0 0 0 / 10%);
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	position: relative;
	transition: 0.3s;
	border: 2px solid transparent;
}
.social-icon-content-wrap:hover {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #ff5100;
	transition: 0.3s;
}
.social-icon-content-wrap:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(304deg) brightness(104%) contrast(102%);
	transition: 0.36s;
}

/************************ 4.About css ***************************/
.background {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	overflow: hidden;
	text-transform: uppercase;
}
.about-title h2:after {
	background: #000;
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	left: 8px;
	margin-right: -50%;
}
.about-content p, 
.services-content p {
	color: var(--14, #737373);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

/************************ 5.Services css ***************************/
.services-content, .product-content {
	border-radius: 12px;
	border: 1px solid var(--10, #A6A6A6);
	background: var(--1, #FFF);
	box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.20);
	padding: 10px 10px 15px 10px;
}
.services-content h3,
.product-bottom h3,
.blog-para p,
.client-name h3 {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

/************************ 6.Appointment css ***************************/
.appointment-form {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 100%;
}
.appointment-date {
	width: 50%;
}
.info-person,
.contact-content h4 {
	color: var(--14, #737373);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
	width: 100%;
	text-transform: uppercase;
}
.input-wrapper {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 12px;
	column-gap: 12px;
	border-radius: 12px;
	border: 1px solid var(--10, #A6A6A6);
	background: var(--1, #FFF);
	box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.20);
}
.input-wrapper input,
.input-wrapper-form input,
.input-wrapper-form textarea,
.contact-content p {
	color: var(--10, #A6A6A6);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.contact-content p:hover {
	text-decoration: underline;
	color: #FF5100 !important;
	transition: all 0.3s ease-in-out;
}
.appointment-sec .about-title h2:after {
	margin-right: -70%;
}
.view-product a {
	color: var(--1, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 5px;
	background: var(--15, #FF5100);
	padding: 8px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	border: 1px solid transparent;
	transition: all 0.3s ease-in-out;
}
.view-product a:hover{
	border: 1px solid #FF5100;
	background: transparent;
	color: #FF5100;
	transition: all 0.3s ease-in-out;
}
/************************ 7.Datepicker css ***************************/
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url(../svg/right-arrow.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 50%;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url(../svg/right-arrow.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 50%;
	transform: rotate(180deg);
}
.ui-datepicker-header a>span {
	display: none;
}
#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909C;
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}
div#ui-datepicker-div {
	z-index: 500 !important;
}
.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #546E7A;
	font-size: 0.875rem;
	text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {
	background-color: rgb(252 52 47 / 40%);
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #FF5100;
	color: white;
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-title {
	text-align: center;
	line-height: 32px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
}

/************************ 8.Gallery css ***************************/
.gallery-img img, 
.blog-img img, 
.product-img img {
	border-radius: 12px;
	width: 100%;
}
.map-img iframe{
	width: 100%;
	height: 250px;
	border-radius: 12px;
}
#product-main .product-img img{
	width: auto;
}

/************************ 9.Product css ***************************/
.prodcut-top {
	position: relative;
	width: fit-content;
}
.prodcut-price {
	border-radius: 5px;
	background: var(--15, #FF5100);
	padding: 3px 8px;
	width: fit-content;
	position: absolute;
	top: 8px;
	right: 8px;
}
.prodcut-price p {
	color: var(--1, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
}
.product-txt,
.client-name p,
.rating-para p,
.footer p{
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.product-txt,
.client-name p{
	color: var(--14, #737373);
}
.slick-list{
	padding-left: 16px;
}
.slick-slide{
	padding-right: 16px;
}

/************************ 10.Testimonial css ***************************/
.testimonial-content {
	border-radius: 12px;
	background: rgb(255 22 22 / 10%);
	padding: 15px;
}
.testimonial-content-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}
.testimonial-img img {
	border-radius: 50%;
}
.quotes,
.add-to-btn {
	margin-left: auto;
}
.rating-para p{
	color: var(--2, #000);
}
#testimonial-slider .carousel-control-next, 
#testimonial-slider .carousel-control-prev {
	position: relative;
	display: inline-flex;
	opacity: 1;
	width: 40px;
	height: 40px;
	background-color: rgb(0 0 0 / 10%);
	border-radius: 50%;
}
#testimonial-slider .carousel-control-next-icon, 
#testimonial-slider .carousel-control-prev-icon {
	width: 24px;
	height: 24px;
}
#testimonial-slider .carousel-control-prev {
	left: 35%;
}
#testimonial-slider .carousel-control-next {
	right: -40%;
}
#testimonial-slider .carousel-control-prev-icon {
	background-image: url(../svg/left-slider-icon.svg) !important;
}
#testimonial-slider .carousel-control-next-icon {
	background-image: url(../svg/right-slider-icon.svg) !important;
}

/************************ 11.Blog css ***************************/
.blog-content {
	display: flex !important;
	align-items: center;
}
.blog-para {
	border-radius: 12px;
	border: 1px solid var(--10, #A6A6A6);
	background: var(--1, #FFF);
	box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.20);
	padding: 14px;
	margin-left: -30px;
	width: 260px;
}
.blog-sec .about-title h2:after {
	margin-right: -55%;
}

/************************ 12.Inquiry css ***************************/
.input-wrapper-form {
	border-radius: 12px;
	border: 1px solid var(--10, #A6A6A6);
	background: var(--1, #FFF);
	box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.20);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 6px;
	width: 100%;
}

/************************ 13.Contact css ***************************/
.contact-details {
	display: flex;
	gap: 12px;
	border-radius: 12px;
	background: var(--15, rgb(255 22 22 / 10%));
	padding: 12px;
}
.contact-icon {
	border-radius: 6px;
	background: var(--2, #000);
	padding: 10px;
	width: 44px;
	height: 44px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.contact-content p{
	color: var(--2, #000) !important;
}
.contact-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact-list .time-txt {
	font-weight: 400;
	width: 55%;
}
.days-txt {
	font-weight: 500;
}
.contact-content {
	width: 90%;
}
.days-txt,
.contact-list .time-txt{
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	line-height: 26px;
}

/************************ 14.Bottom css ***************************/
.add-to-contact-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}
.scan-btn {
	width: 60px;
	height: 60px;
	background: var(--15, #FF5100);
	filter: drop-shadow(0px 4px 8px rgba(255, 22, 22, 0.32));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.add-to-btn-sec {
	display: flex;
	align-items: center;
	border-radius: 30px;
	background: var(--2, #000);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.32);
	padding: 6px 6px 6px 30px;
	justify-content: end;
	width: fit-content;
	gap: 8px;
}
.add-txt {
	color: var(--1, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.plus-btn {
	border-radius: 24px;
	background: var(--1, #FFF);
	padding: 12px;
}
.add-to-contact {
	position: fixed;
	width: 100%;
	bottom: 0;
	max-width: 425px;
	left: 0;
	right: 0;
	padding-bottom: 20px;
	z-index: 99;
}
.footer p {
	color: var(--2, #000);
	text-align: center;
}

/************************ 15.Scanner modal popup css ***************************/
#product-modal,
#share-media-modal,
#blog1-modal {
	background: linear-gradient(180deg, rgba(18, 21, 28, 0.56) 0%, rgba(18, 21, 28, 0.24) 100%);
	backdrop-filter: blur(4px);
}
#product-modal .modal-content,
#share-media-modal .modal-content {
	border-radius: 24px;
}
.scan-content {
	text-align: center;
	border: 2px solid #FF5100;
	height: auto;
	width: 250px;
	margin: 0 auto;
	padding: 12px;
	border-radius: 8px;
}
.scanner img {
    width: 100%;
    height: auto;
}
.scan-txt {
	padding: 14px;
	background: #FF5100;
	border-radius: 8px;
}
.scan-txt p {
	color: var(--2, #fff);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.btn1 a {
	color: var(--1, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 8px;
	background: #000000;
	padding: 12px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.qr-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.btn1 {
	width: 140px;
}
.modal-title{
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; 
}

/************************ 16.Share modal popup css ***************************/
.social-media-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.social-media-img {
	width: 60px;
	height: 60px;
	background: transparent;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease; 
}
.social-media-img:hover {
	background: #FF5100;
	transition: all .3s ease;
}
.social-media-img img {
	filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(3%) hue-rotate(13deg) brightness(99%) contrast(100%);
	width: 30px;
	height: 30px;
}
.social-media-img:hover.social-media-img img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7%) hue-rotate(323deg) brightness(104%) contrast(102%);
	transition: all .3s ease;
}

/************************ 17.Modal css ***************************/
.product-content-main {
	background: white;
	height: 100%;
	width: 100%;
	overflow: auto;
	padding-bottom: 20px;
}
.buy-now a {
	color: var(--1, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 5px;
	background: var(--15, #FF5100);
	padding: 8px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
}
#product-main .product-sec-wrap,
#blog-main .product-sec-wrap{
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: space-between;
}
#product-main .product-content {
	width: min-content;
}
.product-title {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
}
#product-modal .modal-title {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}
.custom-lbl-feedback {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.feedback-email input,
.custom-textarea-product,
.custom-select-subject select {
	border-radius: 12px;
	border: 1px solid var(--10, #A6A6A6) !important;
	box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.20);
	padding: 14px;
	width: 100%;
	color: var(--14, #737373);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-top: 5px;
}
.product-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: end;
}
.discard-btn a {
	background: #737373;
	color: white;
}
.list-unstyled li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.blog-title h2 {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
}
.blog-img-sec h2{
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
}
.blog-title p,
.blog-txt {
	color: var(--14, #737373);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
blockquote {
	border-radius: 16px;
	background: rgb(255 22 22 / 10%);
	margin: 0;
	padding: 12px;
}
.blog-txt1 {
	color: #000;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
blockquote h3{
	color: var(--2, #FF5100);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
}
.blog-pop-up-list {
	list-style-type: disc;
	padding-left: 30px;
}
.blog-pop-up-list li {
	color: var(--14, #737373);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}
.list-unstyled li a {
	padding: 8px;
	border-radius: 8px;
	color: black;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	background-color: rgb(0 0 0 / 10%);
}
.list-unstyled li a img{
	width: 35px;
	height: 35px;
}
.list-unstyled span,
.leave_txt {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}
.blog-img-sec img {
	border-radius: 16px;
}
.leave_commemt_sec {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
	padding: 12px;
	margin-top: 30px;
	border-radius: 24px;
}
.list-unstyled.share-list-content li a{
	background: transparent !important;
	padding: 0 !important;
}
#product-modal .product-modal-top {
	display: flex;
	gap: 12px;
}
#product-modal .product-img,
#product-modal .product-bottom{
	width: 100%;
}
#product-modal .prodcut-price{
	top: 16px;
	right: 18px;
}

/************************ 18.Preloader css ***************************/
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	background: -o-radial-gradient(circle, #333, #000) no-repeat;
	background: radial-gradient(circle, #333, #000) no-repeat;
	z-index: 999;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.darksoul-grid {
	margin: auto;
	margin-right: 1px;
	width: 150px;
	height: 150px;
	display: grid;
	gap: 0px;
	grid-template-columns: auto auto;
	animation: rotate 2s linear 0s infinite;
}
.item1,
.item2,
.item3,
.item4   {
	margin: auto;
	width: 50px;
	height: 50px;
	border-radius: 0%;
	background-color: #FF5100;
}
@keyframes rotate {
	0% {
		rotate: 0deg;
		transform: scale(0.6);
	}
	50% {
		rotate: 100deg;
		transform: scale(0.4);
	}
	100% {
		rotate: 360deg;
		transform: scale(0.6);
	}
}
.darksoul-loader-h {
	margin: auto;
	margin-left: 5px;
}

/************************ 19.Gallery css ***************************/
.gallery-box {
	overflow: hidden;
	position: relative;
}
.gallery-box .gallery-img {
	position: relative;
	overflow: hidden;
}
.gallery-box .gallery-img > img {
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 12px;
}
.gallery-box .gallery-detail {
	opacity: 0;
	color: #ffffff;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
    height: 50px;
    transform: translate(0%, 0%);
}
.gallery-box:hover .gallery-detail {
	top: 50%;
    opacity: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box:hover .gallery-img:after {
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

/************************ 20.Single blog css ***************************/
.project-details p{
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: var(--14, #737373);
	text-align: center;
}
.project-details h2{
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px;
	text-align: center;
}
.blog-modal-img{
	border-radius: 24px;
}
.border-blog{
	border-radius: 12px;
	border: 1px solid var(--10, #A6A6A6);
	background: var(--1, #FFF);
	box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.20);
	padding: 12px;
}
.project-details1 h3{
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}
.project-details1 p{
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: var(--14, #737373);
}
.blog-list li {
	color: var(--29, #271F1F);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	margin-top: 10px;
}
.blog-list{
	margin-bottom: 0 !important;
}
button.btn-close {
	opacity: 1;
}
.btn-close:focus{
	box-shadow: none !important;
}

/************************ 21.Background effect css ***************************/
.area{
	width: 100%;
	height:100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.circles{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.circles li{
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: rgb(255 22 22 / 10%);
	animation: animate 25s linear infinite;
	bottom: -150px;
}
.circles li:nth-child(1){
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}
.circles li:nth-child(2){
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}
.circles li:nth-child(3){
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}
.circles li:nth-child(4){
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}
.circles li:nth-child(5){
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}
.circles li:nth-child(6){
	left: 75%;
	width: 100px;
	height: 100px;
	animation-delay: 3s;
}
.circles li:nth-child(7){
	left: 35%;
	width: 120px;
	height: 120px;
	animation-delay: 7s;
}
.circles li:nth-child(8){
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}
.circles li:nth-child(9){
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}
.circles li:nth-child(10){
	left: 85%;
	width: 120px;
	height: 120px;
	animation-delay: 0s;
	animation-duration: 11s;
}
@keyframes animate {

	0%{
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;
	}

	100%{
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
		border-radius: 50%;
	}
}
