/*-------------------------------------------------------------------------------------------*/
/* HEADER         ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/



.header {
	background-color: #f7f7f7;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.header:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 455px;
	height: 100%;
	background: black;
	z-index: -1;
	margin-left: -250px;
	margin-left: -281px;
	transform: skew(13deg);
}

.header:before {
	position: absolute;
	top: 0;
	left: 182px;
	content: '';
	width: 13px;
	height: 100%;
	background: black;
	z-index: -1;
	/* margin-left: -480px; */
	transform: skew(13deg);
}

.menu-bg {
	/* -webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #f7f7f7;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); */
}

.navigation {
	width: 100%;
}

/* .menu-bg .navigation>ul>li>a {
	padding: 24px 16px;
} */

/* .menu-bg .logo a {
	padding: 15px 0;
} */

.logo a {
	display: inline-block;
	padding: 0px 0px !important;
	margin-right:12px;
}

.logo h5 {
	color: white;
	margin-top: 5px;
	font-weight: 500;
	font-size: 17px;
}

.menu {
	border: none;
	border-bottom: 4px solid #ffa500;
	border-top: 4px solid #ffa500;
	height: 29px;
	position: absolute;
	right: 29px;
	top: 38px;
	width: 44px;
	background: none;
}

.menu:after {
	position: absolute;
	top: 9px;
	right: 0;
	content: '';
	width: 100%;
	height: 4px;
	background: #ffa500;
}

.header ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

.header ul li {
	float: left;
	position: relative;
}

.navigation ul li a {
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	text-transform: capitalize;
}

.navigation>ul>li>a {
	display: block;
	padding: 12px 16px;
	color: #222;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	outline: none;
}

.navigation>ul>li:last-child a {
	padding-right: 0;
}

.navigation .sub-nav {
	left: 0;
	border-top: 20px solid transparent;
	position: absolute;
	top: 175%;
	width: 200px;
	z-index: 3;
	background-clip: padding-box;
	padding: 0;
	transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	opacity: 0;
	visibility: hidden;
	background-color: #ffffff;
}

.navigation .sub-nav li {
	display: block;
	float: none;
	margin: 0;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 0;
	position: relative;
}

.navigation li:hover .sub-nav {
	opacity: 1;
	top: 80%;
	transition: top 0.3s ease 0s;
	visibility: visible;
}

.navigation li.sub-menu .sub-nav {
	border: none;
	opacity: 0;
	top: 0;
	transition: top 0.3s ease 0s;
	visibility: visible;
	left: auto;
	right: 110%;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}

.navigation li.sub-menu:hover .sub-nav {
	visibility: visible;
	opacity: 1;
	right: 100%;
	transition: all 0.3s ease 0s;
}

.navigation .sub-nav li:last-child {
	border-bottom: 0;
}

.navigation .sub-nav li a {
	padding: 8px 20px;
	display: block;
	color: #222;
}

#myLangSelect {
	appearance: auto;
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	background: none;
	padding: 12px 0;
	color: black;
	font-weight: 800;
	border: none;
	width: 41px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.navigation {
		margin-left: 0;
	}

	.navigation>ul>li>a {
		padding: 12px 10px;
	}

	.navigation i {
		padding: 48px 10px !important;
	}

	.navigation #myLangSelect {
		padding: 12px 0px !important;
		margin-bottom: 0 !important;
	}

	.logo a {

		padding: 12px 0 !important;
	}

	.menu-bg .navigation>ul>li>a {
		padding: 15px 10px;
	}

	.navigation .sub-nav {
		left: -27px;
	}

	.header:before {
		/* margin-left: -218px; */
	}

	.header:after {
		/* margin-left: -187px; */
	}


}

/* ======Mobile media Query =========*/
@media (max-width: 767px) {

	/* .header:before,
	.header::after {
		display: none;
	} */

	/* .header {
		background: #ffa500;
	} */

	.menu {
		border-bottom: 4px solid black;
		border-top: 4px solid black;
		top: 23px !important;
	}

	.menu:after {
		background: black;
	}

	.menu-bg .navigation>ul>li>a {
		padding: 10px 15px;
	}

	.header ul,
	.header ul li {
		float: none !important;
	}


	/* .logo a {
		padding: 29px 0px !important;
	} */

	.navigation {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
		background: black !important;
	}

	.navigation ul li {
		border-bottom: 1px solid #fff
	}

	.navigation>ul>li>a {
		padding: 10px 15px;
		color: #fff;
	}

	.navigation .sub-nav,
	.navigation li.sub-menu .sub-nav,
	.navigation li.sub-menu:hover .sub-nav {
		position: static;
		opacity: 1;
		visibility: visible;
		width: 100%;
		border-top: none;
		transition: inherit;
		-webkit-transition: inherit;
		padding: 0;
	}

	.navigation ul li i {
		color: #fff;
		font-size: 25px;
		position: absolute;
		right: 15px;
		top: 9px;
		cursor: pointer;
		pointer-events: none;
	}

	.search_art{
		position: unset !important;
	}

	#myLangSelect{
		    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    background: none;
    padding: 12px 10px !important;
    color: white !important;
    font-weight: 800;
    border: none;
    width: 100% !important;
	}
	#myLangSelect option{
		background: #f7f7f7;
		color: black;
	}

	.navigation ul li ul {
		display: none;
	}

	.navigation .on>.ion-ios-plus-empty:before {
		content: '\f462';
		font-family: "Ionicons";
	}
	.remove_plus{
		display: none;
	}
}

.tp_width {
	max-width: unset !important;
	min-width: unset !important;

}

.tp-loop-wrap {
	position: unset !important;
}

.tp-mask-wrap {
	position: unset !important;
}

.banner-text h2 {
	color: black !important;
	letter-spacing: 0px !important;
	font-weight: 600 !important;
	line-height: 52px !important;
	font-size: 42px !important;
}

.banner-text p {
	color: #818184 !important;
	font-size: 28px !important;
	line-height: 46px !important;
	text-align: justify;
	font-family: "Poppins", sans-serif;
	letter-spacing: 1px !important;
}

.main-banner .tp-parallax-wrap {
	left: 0 !important;

}

.banner-text .btn-text {
	position: relative;
	background: #dfdede;
	color: black;
	font-size: 14px !important;
	padding: 1px 30px !important;
	width: 151px;
	border: none;
	text-transform: capitalize;
	font-weight: 900 !important;
	border-radius: 999px;
	/* Full pill shape */
	cursor: pointer;
	transition: all 0.5s ease-in-out !important;
	/* font-family: sans-serif; */
}

.banner-text .btn-text::after {
	
}


.banner-text .btn-text::before {
	    content: "";
    position: absolute;
    top: -5px;
    left: 113px;
    width: 44px;
    height: 83px;
    /* border-left: 3px solid transparent; */
    /* border-right: 1px solid #c9c7c7bf; */
    /* border-top: 3px solid transparent; */
    /* border-bottom: 3px solid transparent; */
    z-index: -30;
    background: #817e7e6b;
    transform: rotateX(72deg) rotateY(0deg);
    border-radius: 50%;
}

.banner-text .btn-text:hover {
	color: white;
	background: black;
}


.about_txt {
	font-size: 17px;
	font-weight: 600;
}

.about_txt span {
	background: #e3e0e0;
	padding: 17px 37px;
	border-radius: 50px;
	position: relative;
	z-index: 1;
}

.about_txt span::after {
	position: absolute;
	content: "";
	right: 2px;
	height: 28px;
	width: 32px;
	border-radius: 50px;
	z-index: -1;
	top: 19px;
	box-shadow: 4px 4px 3px 4px #4e4c4c8f;
}

.about_txt span::before {
	border-radius: 50px;
	position: absolute;
	content: "";
	z-index: -1;
	left: 1px;
	top: 22px;
	height: 26px;
	width: 31px;
	box-shadow: 4px 4px 3px 4px #4e4c4c8f;
}

.about_txt span:hover {
	color: white;
	background: black;
	transition: all 0.5s ease-in-out !important;
}

#rev_slider_34_1_wrapper{
        height: 800px !important;
}    

#rev_slider_34_1{
    height: 800px !important;
}

@media (max-width: 767px) {
	.bg-container {
		margin: 0 auto;
		max-width: 100% !important;
		width: 100%;
	}
}

@media(max-width:991px) {

	.bg-container {
		margin: 0 auto;
		max-width: 100% !important;
		width: 100%;
	}


}

@media(max-width:800px) {
	#rev_slider_34_1_wrapper {
		height: 800px !important;
	}

	#rev_slider_34_1 {
		height: 800px !important;
	}
}

@media (max-width: 400px) {
    	#rev_slider_34_1_wrapper {
		height: 800px !important;
	}
    
    
    #rev_slider_34_1 {
        height: 800px !important;
    }
}
@media(max-width:467px) {
	.tp-parallax-wrap {
		top: 60px !important;
	}
}

@media(max-width:549px) {
	.banner-text h2 {

		font-size: 30px !important;
		text-align: justify;
	}

	.banner-text p {

		font-size: 25px !important;
	}
}


@media(max-width:336px) {
	.banner-text h2 {

		line-height: 36px !important;
	}

	.banner-text p {

		line-height: 35px !important;
	}

	.banner-text .btn-text {
		margin-bottom: 10px !important;
	}
}

.whatwedo-section {

	padding: 58px 19px;
}

.whatwedo-heading {
	text-align: center;
	font-size: 53px;
	font-weight: bold;
	color: white;
	margin-bottom: 50px;
}

.whatwedo-item {
	border: 1px solid #444;
	display: flex;
	border-left: 0;
	border-bottom-left-radius: 5px;
	height: 72px;
	align-items: center;
	padding: 0px;
	transition:all 0.7s ease-in-out;
	margin-bottom: 39px;
	gap: 20px;
	flex-wrap: wrap;
}

.whatwedo-number {
	font-size: 94px;
	font-weight: 700;
	margin-left: -83px;
	/* margin-top: 4px; */
	color: transparent;
	-webkit-text-stroke: 1px #444;
	font-family: sans-serif;
	transition:all 0.7s ease-in-out;
}

.whatwedo-content {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	transition:all 0.7s ease-in-out;
	flex-wrap: wrap;
	padding: 0px 18px;
}

.whatwedo-text {
	font-size: 14px;
	font-weight: bold;
	transition:all 0.7s ease-in-out;
	line-height: 1.4;
	color: white;
	/* margin-top: -19px; */
}

.whatwedo-btn {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	padding: 4px 8px;
	/* margin-top: -19px; */
	width: 103px;
	font-size: 12px;
	border-radius: 20px;
	cursor: pointer;
	transition:all 0.7s ease-in-out;
	transition: 0.3s ease;
}

.whatwedo-btn:hover {
	background: #fff;
	color: #000;
}

@media (max-width: 600px) {
	.whatwedo-number {
		font-size: 75px;
		font-weight: 700;
		margin-left: unset !important;
		margin-top: 5px;
		color: transparent;
		-webkit-text-stroke: 1px white;
	}

	.whatwedo-number {
		font-size: 40px;
	}

	.whatwedo-item {
		border: 1px solid #fff;
		display: flex;
		border-left: 1px solid #fff;
	}
}


@media (max-width:425px) {
	.whatwedo-item {
		gap: 0;
	}

	.whatwedo-number {
		font-size: 30px;
	}

	.whatwedo-text {
		font-size: 12px;
	}

	.whatwedo-section {
		padding: 58px 4px;
	}

	.whatwedo-content {
		padding: 0px 7px;
	}
}

@media (max-width:329px) {
	.whatwedo-heading {
		font-size: 30px;
	}
}


.free_estimation {
	background-image: url(../../images/office.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 81px 0;
	display: flex;
	justify-content: center;
}

.free_estimation::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(255 255 255 / 88%);
	/* White transparent overlay */
}

.estimation_box {
    position: relative;
    z-index: 1;
    padding: 5px 17px;
    text-align: center !important;
}

.btn_estimat {
	display: flex;
	position: relative;
	justify-content: center;
	font-size: 15px;
	font-weight: 600;
		transition: all 0.5s ease-in-out;
}

.btn_estimat:hover {
	
	color: black;
}

.btn_estimat span {
	padding: 14px 45px;
	border-radius: 50px;
	position: relative;
	background: #ede7e7;
	transition: all 0.5s ease-in-out;
}

.btn_estimat span:hover {
	background-color: black;
	color: white;

}

.btn_estimat span::after {
	position: absolute;
	content: "";
	width: 179px;
	left: 2px;
	height: 12px;
	border: 18px solid #5a5a5a5e;
	border-radius: 50px;
	z-index: -1;
	top: 15px;
	/* box-shadow: 93px 18px 4px 0px #4e4c4c8f; */
}

.stats-section {
	background: url('../../images/office_chair.jpg') no-repeat center center/cover;
	padding: 60px 20px;
	text-align: center;
	position: relative;
}

.stats-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(10 10 10 / 97%);
}

.container_counter {
	padding-left: 11%;
	padding-right: 11%;
}

.counter_section {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-content: center;
	gap: 40px;
	z-index: 1;
}



.stat-box h2 {
	font-size: 44px;
	font-weight: bold;
	color: #fff !important;
	margin-bottom: 10px;
}

.stat-box span {
	font-size: 44px;
	font-weight: bold;
	color: #fff !important;
	margin-bottom: 10px;
}

.stat-box p {
	font-size: 17px;
	color: #ccc !important;
	line-height: 1.5;
}

.welcome_boxes .owl-item {
	min-height: 373px;
	margin-right: 54px;
}

@media(max-width:991px){
    .welcome_boxes .owl-item {
	min-height: 500px !important;
}
}

.welcome_boxes .owl-prev {
	position: unset !important;
	background: none;
	border-radius: 50px;
	border: 3px solid black;
	font-size: 25px;
	color: black;
	text-align: center;
	margin-right: -4px;

}

.welcome_boxes .owl-next {
	position: unset !important;
	background: none;
	border-radius: 50px;
	border: 3px solid black;
	font-size: 25px;
	color: black;
	text-align: center;
	margin-right: -4px;
	margin-left: 27px;

}

.welcome_boxes .owl-nav {
	display: flex;
	justify-content: center;
	position: relative;
	top: 41px;
}

.author_tablecell__block {
	position: relative;
	margin-left: 21px;
}

.author_img__block p {
	background: #e9e9e9;
	padding: 62px 27px 17px 24px;
	text-align: justify;
	position: absolute;
	top: 46px;
	z-index: -1;
}

.client_head h2 {
	font-size: 43px;
	font-weight: 500;
}

@media(max-width:1053px) {
	.container_counter {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media(max-width:899px) {
	.counter_section {
		gap: 15px;
	}
}

@media(max-width:817px) {
	.counter_section {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media(max-width:620px) {
	.counter_section {
		grid-template-columns: 1fr 1fr;
	}
}

@media(max-width:420px) {
	.container_counter {
		padding-left: 2%;
		padding-right: 2%;
	}

	.stats-section {

		padding: 60px 4px;
	}

	.stat-box h2 {
		font-size: 30px;

	}

	.stat-box span {
		font-size: 30px;

	}

	.stat-box p {
		font-size: 14px;
	}
}

@media(max-width:1036px) {
	.welcome_boxes .owl-nav {
		position: relative;
		top: 36px;
	}
}

.item_logo img {
	width: 150px !important;
	height: auto;
	object-fit: contain;
	filter: grayscale(100%);
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.item_logo img:hover {
	filter: grayscale(0%);
	transform: scale(1.1);
}

.testimonial_icon-wrap {
	margin-top: 61px;
}

.testimonial_icon-wrap .owl-item {
	min-height: unset !important;
}



.video-section {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

/* Background Image */
.background-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(100%) brightness(0.4);
}

/* Play Button */
.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

/* Triangle inside the button */
.play-icon::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid #000;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

/* Hover effect */
.play-icon:hover {
	background-color: rgba(255, 255, 255, 1);
}

.footer-wrapper {
	background-color: #707070;
	color: #fff;
	padding: 59px 110px 20px;
	border-radius: 10px;
	margin-left: 57px;
	margin-right: 57px;
	margin-top: 44px;
}

.footer-content-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
}

.footer-info-block {
	flex: 1 1 200px;
	min-width: 220px;
}

.footer-brand-logo {
	margin-bottom: 10px;
}

.footer-logo-img {
	width: 100px;
}

.footer-heading {
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 2px solid #fff;
	display: inline-block;
	padding-bottom: 5px;
	color: white;
}

.footer-list {
	list-style: none;
	padding: 0;
}

.footer-list li {
	margin: 8px 0;
}

.footer-list a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: 17px;
	transition: all 0.5s ease-in-out;
}

.footer-list a:hover {
	color: black;
}

.footer-list a:hover {
	text-decoration: underline;
}

.footer-social-icons {
	margin-top: 15px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.footer-social-icons a{
	color: white;
}

.footer-social-icons i {
	/* border: 2px solid #fff; */
	padding: 8px;
	border-radius: 5px;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.footer-social-icons i:hover {
	background-color: #fff;
	color: #707070;
	width: 35px;
	
	height: 35px;
}

.alt-icons_box{
	margin-top: 12px;
	gap: 0;
}
.footer-social-icons img {
	border: 2px solid #fff;
	/* padding: 8px; */
	border-radius: 5px;
	margin-right: 10px;
	cursor: pointer;
	width: 65px;
	height: 39px;
	transition: all 0.3s, color 0.3s;
}

.footer-link-block {
	flex: 1 1 200px;
	min-width: 200px;
}

.footer-note {
	text-align: center;
	padding: 34px 19px;
	display:flex;
	justify-content: center;
	/* padding-bottom: 19px; */
}

.footer-note p {
	line-height: 1.3;
	font-size: 25px;
	color: #555;
	text-align: center !important;
}

.footer-note a {
	color: #555;
	text-decoration: underline;

}

.footer-note a:hover {
	color: black;
}

.footer-heart {
	color: red;
}

/* Responsive */
@media (max-width: 768px) {
	.footer-content-container {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-link-block,
	.footer-info-block {
		width: 100%;
	}

	.footer-social-icons {
		justify-content: flex-start;
	}
}

@media(max-width:600px) {
	.footer-wrapper {
		margin-left: 0;
		margin-right: 0;
		padding: 59px 14px 20px;
	}
}

/* about */


.about-img {
	background: url(../../images/About.png) 0 58% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.title_row {
	background: unset !important;
}

.title_row .about_head {
	color: black !important;
}

.img-ab {

	border: 1px solid #f3efef !important;
	height: 97px !important;
	width: 97px !important;
	line-height: 98px !important;
	border-radius: 50%;
	font-size: 40px;
	margin: auto;
	position: relative;
	z-index: 1;
	background: white;
	box-shadow: 1px 0px 7px 1px #f3f1f1;
}

.shadow-box::after {
	content: "";
	position: absolute;
	top: 35px;
	left: 97px;
	border: 28px solid #d4d4d4;
	width: 111px;
	height: 61px;
	border-radius: 50%;
	z-index: 0;
}

@media(max-width:1199px) {
	.shadow-box::after {
		left: 74px;
	}
}

@media(max-width:990px) {
	.shadow-box::after {
		left: 314px;
	}
}

@media (max-width: 767px) {
	.shadow-box::after {
		left: 193px;
	}
}

@media(max-width:482px) {
	.shadow-box::after {
		display: none;
	}

	.img-ab {
		box-shadow: 4px 3px 7px 1px #d4d4d4;
	}
}

.black-bg {
	background-color: black;
}

.story_box {
	padding-left: 60px;
	padding-right: 60px;

}

.story_box p {
	text-align: justify;
	color: white;
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.9;
}

@media(max-width:800px) {
	.story_box {
		padding-left: 0px;
		padding-right: 0px;

	}
}

@media(max-width:600px) {
	.story_box p {
		font-size: 18px;

	}
}

.timeline-container {
	width: 82%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 54px auto;
	padding: 0px 0px;
}

.timeline-container::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: black;
	z-index: 0;
}

.timeline-step {
	position: relative;
	text-align: center;
	z-index: 1;
}

.timeline-step .dot {
	width: 29px;
	height: 29px;
	background-color: black;
	border-radius: 50%;
	margin: -5px auto 8px;
	position: relative;
	z-index: 2;
}

.pulse {
	position: absolute;
	top: -16%;
	left: 13px;
	width: 35px;
	height: 35px;
	background-color: rgb(0 0 0 / 44%);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation: pulsate 1.5s ease-out infinite;
	z-index: 1;
}

@keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

.timeline-step p {
	margin: 0;
	font-size: 14px;
	font-family: "poppins", sans-serif;
}

@media (max-width: 600px) {
	.timeline-container {
		padding: 0;

		width: 100%;
	}
}

@media (max-width: 360px) {
	.timeline-step p {
		margin: 0;
		font-size: 12px;
		font-family: "poppins", sans-serif;
	}
}

@media (max-width:767px) {
	.timeline-step .dot {
		margin: -5px auto 8px;
	}
}

@media(max-width:500px) {
	.timeline-container {
		display: block;
	}


	.timeline-container::before {
		content: '';
		position: absolute;
		top: 134px;
		left: 0;
		display: flex;
		width: 317px;
		rotate: 90deg;
		right: 0;
		height: 2px;
		background-color: black;
		z-index: 0;
	}

	.timeline-container {
		padding: 0;
		width: 317px;
	}

	.timeline-step .dot {
		margin: 14px auto 8px;
	}

	.timeline-step {
		position: relative;
		text-align: center;
		z-index: 1;
		top: -30px;
	}


	.timeline-step p {
		margin: 0;
		font-size: 16px;
		font-family: Arial, sans-serif;
		position: relative;
		top: -33px;
		font-weight: 600;
		left: -79px;
	}

	.pulse {

		top: -6%;
		left: 141px;
	}

	.cluster_pulse {
		left: 141px !important;
	}

	.commercials_pulse {
		left: 141px !important;
	}

	.conclusion_pulse {
		left: 141px !important;
	}
}

@media(max-width:350px) {
	.timeline-container {
		padding: 0;
		width: 100%;
	}

	.timeline-container::before {
		width: 100%;
	}

	.pulse {
		top: -6%;
		left: 44.6%;
	}

	.cluster_pulse {
		left: 44.6% !important;
	}

	.commercials_pulse {
		left: 44.6% !important;
	}

	.conclusion_pulse {
		left: 44.6% !important;
	}
}

.cluster_pulse {
	left: 8px;
}

.commercials_pulse {
	left: 29px;
}

.conclusion_pulse {
	left: 22px;
}

.row_saller {
	background: #e6e6e6;
	align-items: center;
	justify-content: center;
	padding: 24px 9px;
}

.resaller_content h3 {
	font-size: 21px;
	text-decoration: underline;
	margin-top: 4px;
	text-align: justify;
}

.resaller_content p {
	font-size: 15.8px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 2px;
	font-weight: 500;
}

.shadow-btn {
	margin-top: 26px;
	padding: 8px 27px;
	border-radius: 50px;
	font-weight: 500;
	font-size: 15px;
	background: white;
	cursor: pointer;
	z-index: 1;
	overflow: visible;
	position: relative;
	transition: all 0.5s ease-in-out;
}

.shadow-btn:hover {
	color: white;
	background-color: black;
}

.shadow-btn::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 1px;
	/* padding: 8px 27px; */
	width: 142px;
	height: 65%;
	background-color: rgb(0 0 0 / 28%);
	filter: blur(2px);
	border-radius: 16px;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}

.shadow-btn:hover::before {
	display: none;
}

.scan_me {
	/* z-index: 1; */
	background: #f7f6f6;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 15px;
	overflow: visible;
	position: relative;
}

.scan_me::before {
	content: "";
	position: absolute;
	top: 80px;
	left: 71px;
	width: 105px;
	rotate: 26deg;
	height: 38%;
	background-color: rgb(0 0 0 / 9%);
	/* filter: blur(2px); */
	z-index: -1;
	border-radius: 8px;
	transform: scale(1.02);
}


.phone_book a {
	display: flex;
	justify-content: center;
	padding: 12px 8px;
	border-radius: 50px;
	font-weight: 500;
	box-shadow: 0px 2px 2px #cccccc;
	font-size: 13px;
	background: #f7f7f7;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

.phone_book a:hover {
	background: black;
	color: white;
}

.phone_book a::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 12px;
	/* padding: 8px 27px; */
	rotate: 4deg;
	width: 155px;
	height: 57%;
	background-color: rgb(187 187 187 / 44%);
	filter: blur(1px);
	border-radius: 16px;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}

.phone_book a:hover::before {
	background-color: unset;
}

.meet_us p {
	font-size: 18px;
	font-weight: 500;
}

@media(max-width:1199px) {
	.container_meet {
		width: 100%;
	}

	.phone_book a::before {
		display: none;
	}

	.scan_me::before {
		display: none;
	}

}

@media(max-width:1029px) {
	.phone_book a {
		font-size: 12px;
	}
}

@media(max-width:991px) {
	.scan_me {
		width: 153px;
		margin: 9px auto;
	}

	.phone_book a {
		width: 284px;
		font-size: 17px;
		margin: 9px auto;
	}

}

.free_get {
	display: flex;
	justify-content: center;
	background: #f7f7f7;
	width: 304px;
	font-size: 17px;
	box-shadow: 0px 2px 2px #cccccc;
	border-radius: 50px;
	transition: all 0.5s ease-in-out;
	margin: 0 auto;
	padding: 11px 22px;
}

.free_get:hover {
	background: black;
	color: white;
}

@media(max-width:334px) {
	.free_get {
		padding: 11px 20px;
		font-size: 15px;
		width: 284px;
	}
}

.creer_page .card-header {
	background: #afacac !important;
	padding: 7px 0;
	border: none;
	margin-bottom: 11px;
}

.plus_box {
	background: none !important;
}

.cv-button-container {
	display: flex;
	justify-content: center;
}

.cv-button {
	color: white;
	background: #afacac;
	border: none;
	padding: 12px 30px;
	display: flex;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

.cv-button:hover {
	background: black;
	color: white;
}

.job-description p {
	color: black;
	font-weight: 400;
	text-align: justify;
	font-size: 18px;
}

@media(max-width:500px) {
	.job-description p {
		font-size: 15px;
		text-align: unset;
	}

	.cv-button {
		font-size: 13px;
		padding: 12px 15px;
	}
}

.blog_owl .owl-item {
	min-height: 0 !important;
}

.post-meta span a {
	color: black;

}

.art_st:hover {
	color: black;
}

.p-top {
	padding-top: 21px;
}

.read_st {
	padding: 0px 39px;
	background: #f3f3f3 !important;
	border: none;
	font-size: 16px;
	color: black;
	font-weight: 800;
	line-height: 53px;
	/* box-shadow: 0px 1px 0px 1px #cfcfcf85; */
	transition: all 0.5s ease-in-out;
	position: relative;
}

.read_st::before {
	content: "";
	position: absolute;
	top: 21px;
	left: 32px;
	transform: skew(6deg, 0deg);
	width: 155px;
	height: 57%;
	background-color: rgb(217 215 215);
	filter: blur(1px);
	border-radius: 16px;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}

.read_st:hover {
	color: white !important;
	background: black !important;
	box-shadow: unset !important;
}

.input_before::before {
	content: "";
	position: absolute;
	top: 21px;
	left: 205px;
	transform: skew(22deg, 0deg);
	width: 155px;
	height: 56%;
	background-color: rgb(189 187 187 / 51%);
	/* filter: blur(0px); */
	border-radius: 16px;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}

.widget-search input[type="text"] {
	padding-right: 30px;
	border: 1px solid #ebebeb !important;
	margin-bottom: 0;
	border-radius: 50px;
	background: #ebebeb;
	outline: none !important;
}


.post_str {
	position: relative;
	top: 79px;

}

.sidebar-widget hr {
	border-top: 3px solid black;
}

.sidebar_box ul li a {

	border: 2px solid #DEDEDE !important;
	color: black;
}

.sidebar_box ul li a:hover {
	background: black !important;
}

.pagination-nav ul li a i {
	border: 1px solid black;
	padding: 9px 11px;
	color: black;
	border-radius: 50px;
}

.pagination-nav ul li a i:hover {
	background: black;
	color: white;
}

.pagination-nav ul li a {
	border-color: unset;
	border-radius: 50px;
	color: black !important;
	border: unset;
	transition: all 0.5s ease-in-out;
}

.pagination-nav ul li a:hover {
	background: black !important;
	color: white !important;
}



@media (max-width: 1199px) {
	.input_before::before {
		right: -13px !important;
		left: unset;
	}
}

@media (max-width: 500px) {
	.input_before::before {
		right: -5px !important;
		left: unset;
	}
}

.active_Experiential {
	margin: auto;
	width: 833px;
	
	
}
 
#activations_boxes .item img{
	border-radius: 10px;
	/* border: 3px solid black; */
}

.activations-carousel {
	position: relative;
}

.activations-carousel .owl-nav {
	position: absolute !important;
	bottom: 10px !important;
	/* Adjust as needed */
	right: 74px !important;
	transform: translateX(-50%) !important;
	display: flex !important;
	gap: 10px !important;
	/* Space between arrows */
}

.activations-carousel .owl-prev,
.activations-carousel .owl-next {
	pointer-events: all;
	background-color: transparent !important;
	border-radius: 50%;
	padding: 10px;
	color: black !important;
	border: 3px solid black !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	padding: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.activations-carousel .owl-prev {
	position: absolute !important;
	left: -30px !important;
	/* adjust as needed */
}

.activations-carousel .owl-next {
	position: absolute !important;
	right: -56px !important;
	/* adjust as needed */
}

@media (max-width: 991px) {
	.activation_container {
		width: 100% !important;
		max-width: 100%;
	}

	.active_Experiential {
		margin: auto;
		width: 100%;
		
	}
}

.activation_content h3 {
	font-size: 24px;
}

.activation_content p {
	font-size: 23px;
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 3px;
	color: #6c6c6c;
	word-spacing: -1.5px;
}

.activation_market{
	gap: 43px;
}
.images_market img{
   width: 178px;
}
.content_market h3{
	    font-size: 23px;
    margin-top: -7px;
	    margin-bottom: 20px;
}

.content_market p{
	    font-size: 21px;
		line-height: 1.5;
}
 

@media(max-width:1199px){
	.market_container{
        width: 99%;
	}
}

@media(max-width:1059px){
	.activation_market {
    gap: 8px;
    justify-content: center;
}
}

@media(max-width:1400px){
	.activation_market {
   flex-wrap: nowrap;
}

}

@media(max-width:700px){
	.images_market img{
    width: 100% !important;
}

 .activation_market {
        flex-wrap: wrap;
		display: block;
    }
	.images_market{
		margin-bottom: 10px;
	}
}

@media(max-width:767px){
	.market_container{
		max-width:100% ;
	}
}


@media(max-width:500px){
	   

	    .content_market p {
        font-size: 18px;
        text-align: justify;
    }

	.activation_content p{
		font-size: 18px;
	}

}



.estimation_boxes {
  background: #e6e6e6;
  padding-bottom: 42px;
  /* margin-bottom: 59px; */
}

.estimation_background {
	text-align: center;
    padding: 25px 0px;
}
.estimation_background img{
	    width: 573px;
   
}
.boxes_videos a{
	transition: all 0.5s ease-in-out;
}
.boxes_videos a:hover{
  color: white;
}


.watch-videos {
  background: white;
  align-items: center;
  display: flex;
  margin-bottom: 34px;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
}

.videos_watch i{
	font-size: 25px;
}

.watch-videos .icon-video {
  width: 57px;
  margin: 0 auto;
}

.videos_watch {
 text-align: center;
    margin: auto;
 
}

.videos_watch p {
      padding-bottom: 0;
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.right_arrowsf {
  background: #9b9b9b;
  height: 100%;
  padding: 43px 10px;
}

.right_arrowsf i {
  font-size: 19px;
  display: inline-block;
  padding: 0px 10px;
  width: 29px;
  border-radius: 50px;
  font-weight: 900;
  color: white;
  height: 29px;
  border: 3px solid white;
  transition: all 0.5s ease-in-out;
}

.watch-videos:hover {
  background-color: black;
  /* Soft elegant hover */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.watch-videos:hover .right_arrowsf i {
  transform: scale(1.2);
  font-size: 20px;
  background:white ;
  color: black;
   transition: all 0.5s ease-in-out;
}
.watch-videos:hover .videos_watch i {
  transform: scale(1.2);
   transition: all 0.5s ease-in-out;
 
  color: white;
}

.watch-videos:hover .videos_watch p {
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
  color: white;
}

@media(max-width:1199px) {
  .estimation_container {
    width: 100%;
  }
}

@media(max-width:932px) {
  .estimation_background {
    padding: 97px 0;
  }
}

@media(max-width:770px) {
  .estimation_background {
    background-size: contain;
    margin-top: 0px;
    margin-bottom: 00px;
  }
}

.big_do{
	text-align: center;
    padding: 25px 0px;
}
.big_do img{
	    width: 397px;
    background: white;
}

.overlay-figure {
  position: relative;       /* आधार बनाएगा */
  display: inline-block;     /* या block, जैसा layout में चाहिए */
  overflow: hidden;          /* कंटेंट को बॉर्डर के बाहर न जाने देगा */
}

.overlay-figure::after {
  content: "";               /* जरूरी */
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #ffffff70;
  pointer-events: none;      /* माउस क्लिक इमेज पर ही पहुंचें */
}


.template_container{
	padding-left: 50px;
	padding-right:50px;
}

.template_contant p{
	text-align: justify;
    font-size: 19px;
    line-height: 2.5;
}

.template_info{
	background: black !important;
	    padding: 35px 20px;
}

.template_info h3{
     color: white;
    font-size: 26px
}
.template_info ul li{
	display: flex;
	text-align: justify;
	font-size: 13px;
}
.elegant_content p{
	text-align: justify;
    font-size: 19px;
    line-height: 2.5;
}

.template_boxes{
	padding-bottom: 42px;
    padding-top: 71px;
}

@media(max-width:500px){
	.template_container {
    padding-left: 10px;
    padding-right: 10px;
}
.template_info h3 {
    
    font-size: 25px;
}
}
@media (max-width: 767px) {
    .project-gallery li {
        margin-bottom: 16px;
    }
}


 .intro-screen {
         position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #fff;
      display: none;
      opacity: 0;
      z-index: 999;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

	  @keyframes fadeIn {
      to { opacity: 1; }
    }

    @keyframes fadeOut {
      to { opacity: 0; visibility: hidden; }
    }

    .intro-screen h1 {
      font-size: 60px;
      font-weight: 300;
      color: #000;
      margin-bottom: 30px;
    }

    .intro-screen h1 span {
      font-weight: 500;
    }

    .intro-screen button {
      padding: 10px 68px;
      font-size: 14px;
      color: #333;
      background-color: #eee;
      border: none;
      border-radius: 20px;
      /* box-shadow: 5px 5px 10px #ccc; */
      cursor: pointer;
      transition: all 0.3s ease;
	  position: relative;
    }

    .intro-screen button:hover {
      background-color: black;
      transform: scale(1.05);
	  color: white;
    }

	.intro-screen button::before{
               content: "";
    box-shadow: 6px 8px 0px 4px #9b9b9b40;
    position: absolute;
    right: -3%;
    bottom: -30px;
    z-index: -1;
    width: 176px;
    transform: rotateX(72deg) rotateY(0deg);
    transform-style: preserve-3d;
    background: #9b9b9b40;
    height: 97px;
    border-radius: 50px;
	}

    /* === Main Content (Initially Hidden) === */
    #main {
      opacity: 0;
      transition: opacity 0.6s ease;
      
    }

    #main.visible {
      opacity: 1;
    }
	
	.shadow-text {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 60px;
   animation: fadeInUp 1.5s ease-in-out forwards;
  display: inline-block;
  opacity: 0;
  margin-bottom: 20px;
  font-weight: 100;
  letter-spacing: 1px;
 
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.shadow-text::before {
  content: 'believe';
    position: absolute;
    top: -22px;
    left: 0px;
    line-height: 76px;
    font-style: italic;
    z-index: -1;
    transform: rotateX(-63deg) rotateY(0deg);
    transform-style: preserve-3d;
    color: #e4e4e400;
    text-shadow: 0 8px 2px rgb(0 0 0 / 19%), 0 12px 3px rgb(0 0 0 / 0%);
    pointer-events: none;
}

.register_dropdown {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
    text-align: justify;
    /* margin-bottom: 30px; */
   border-bottom: 3px solid #bbb8b8;
}
.register_dropdown .dropdown input {
  width: 100%;
  padding: 10px 35px 10px 10px;
  /* Right padding for + icon space */
  box-sizing: border-box;
  font-size: 13px;
  background: none;
  font-weight: 600;
  border-bottom: 1px solid white;
}

.plus-icon {
  position: absolute;
  left:91%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #ccc;
  pointer-events: none;
  /* So clicks pass through to input */
}
.plus-icon img{
    transition:all 0.5s ease-in-out;
}

.plus-icon img:hover {
  
}

.register_dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  z-index: 1;
  max-height: 150px;
  overflow-y: auto;
}

.register_dropdown .dropdown-content div {
  padding: 10px;
  cursor: pointer;
}

.register_dropdown .dropdown-content div:hover {
  background-color: #f0f0f0;
}

.register_dropdown .dropdown.show .dropdown-content {
  display: block;
}

.register_dropdown .dropdown input::placeholder {
  color: #98b9d1;
}

.register_pass {
  position: absolute;
  text-align: center;
  left: 35%;
  bottom: -30px;
}

.register_link {
  color: white;
  font-size: 11px;
  margin-right: 23px;
}

.input_register{
	margin-bottom: 0;
	padding: 0 !important;
}

.input_register::placeholder{
	color: #858585;
}

.dropdown-content.show {
  display: block;
}
.register_btn{
    padding: 9px 0px !important;
    text-align: center !important;
}

@media(max-width:369px){
   .register_btn a {
          padding: 7px 4px !important;
    text-align: center !important;
    width: 120px !important;
	}
	
}

/* Animate only the dots */
.dots-bounce {
  display: inline-block;
   animation: blinkDots 1s infinite;
}

@keyframes blinkDots {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.whatwedo-item:hover{
    background:white;
     transform: scale(1.2); /* 1.2 means 120% zoom */
}

.whatwedo-item:hover .whatwedo-number{
        color: white;
    -webkit-text-stroke: 1px #ccc !important;
}

.whatwedo-item:hover .whatwedo-text{
        color: black;
}

.whatwedo-item:hover .whatwedo-btn{
        color: white;
    border: 1px solid black;
    background: black;
}


.st-total,
.st-toggle {
  display: none !important;
}

#st-2 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  backface-visibility: hidden;
  display: block;
  position: fixed;
  opacity: 1;
  text-align: left;
  top: 400px !important;
  z-index: 94034;
}

#st-2 {
  bottom: 0;
  /* right: 0 !important; */
  width: 16% !important;
}

@media (max-width: 1024px) {
  #st-2 {

        bottom: 0;
        display: flex;
        left: unset !important;
           width: 51px !important;
  }
}

#st-2 .st-btn[data-network='sharethis'] {
    background-color: black !important;
}
@media (max-width: 1024px) {
    body {
        padding-bottom: 0px !important;
    }
}

.menu.open {
 background: transparent;
    border-bottom: unset;
    border-top: 4px solid black;
    rotate: 307deg;
    width: 27px;
}

.menu.open::before {
  transform: rotate(45deg);
  top: 0;
}

.menu.open::after {
      transform: rotate(289deg);
    top: -3px;
    width: 27px;
}

.faq .panel-group .panel-heading+.panel-collapse>.panel-body, .bg-custom {
    border: none;
    padding: 0 48px 0 18px;
    background:white !important;
}

.templates_boxes{
        margin: 0 auto;
    width: 800px;
}

@media(max-width:500px){
  .templates_boxes{
    width: 100% !important;
}}


.www_art:hover{
    color:black;
}
.register_img{
    background: url(../../images/register_banner.jfif) 0 58% no-repeat!important;
    width: 100% !important;
    background-position: center center;
    background-size: cover !important;
    height:400px !important;
       
}

.hr{
    border: 3px solid black;
    border-radius: 15px;
     margin-bottom: 30px;
}
.register_form{
        padding: 0 51px;
}

.register_form input::placeholder{
        color: #bfbdbd!important;
        font-weight: 400!important;
        font-size:14px;
        
}
.register_form label{
        color: #bfbdbd!important;
        font-weight: 400!important;
}

.ui-input-group>input{
    border-bottom: 3px solid #bbb8b8!important;
}

.reg_mob{
    width:71%;
}

.reg_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
   
}

/* Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.register_dropdown .state-content {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  z-index: 1;
  max-height: 150px;
  overflow-y: auto;
}

.register_dropdown .state-content div {
  padding: 10px;
  cursor: pointer;
}

.register_dropdown .state-content div:hover {
  background-color: #f0f0f0;
}

.register_dropdown .dropdown.show .state-content {
  display: block;
}

.state-content.show {
  display: block;
}
.fg label{
        font-size: 11px!important
}
.regis_check {
    width: 17px!important;
    height: 17px!important;
    border: 2px solid black !important;
    top: 5px!important;
}
.reg_shad{
    position: relative;
    z-index: 1;
}

.regshadow-box{
     position: relative;
}
.regshadow-box::after {
	content: "";
	position: absolute;
	top: 16%;
	left: -55px;
	border: 11px solid #d4d4d4;
	width: 35px;
	height: 26px;
	border-radius: 50%;
	z-index: 0;
}

.shad_reg::after{
    left:-29px;
}

.card .card-action> a {
        background: #f5f5f5!important;
            font-weight: 400!important;
    text-transform: capitalize!important;
}

.card .card-action> a:hover {
    background: black !important;
    color: white;
    transform: scale(1.05)!important;
}

.page-signin .main-body {
    max-width: 660px !important;
    margin: 10px auto;
}

.page-signin .body-inner:before {

	bottom: -23px!important;
	height: 273px!important;
}

.page-signin .body-inner {
   
    padding: 0 45px 20px!important;
}
.btn_sh{
    transition:all 0.5s ease-in-out;
    margin-left: 22px;
        position: relative;
    z-index: 1;
}

.btn_sh:hover {
    background: black !important;
    color: white!important;
    transform: scale(1.05)!important;

}
.buttonshadow-box{
     position: relative;
    
}

 
.buttonshadow-box::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -30px;
    border: 11px solid #d4d4d4;
    width: 34px;
    height: 24px;
    border-radius: 50%;
    z-index: 0;
}

.custom-check:before {
   
    font-size: 20px!important;
    top: -5px!important;
    left: 2px!important;
}


.register_form .form-group{
  
   padding-bottom: 34px!important;
}

@media(max-width:767px){
    .reg_shad{
        margin-right:0 !important;
        
    }
    .regshadow-box::after{
        left:-29px;
    }
}
@media(max-width:650px){
  
    .page-signin .card .card-content {
           padding: 30px 0px !important;
}

}

@media(max-width:525px){
    

.register_form {
    padding: 0 10px !important;
}

.page-signin .body-inner
 {
    padding: 0 12px 0px !important;
}
}

@media(max-width:460px){
   .register_form input::placeholder,.register_form label{
               font-size: 10px !important;
    }
    .source_in{
            transform: translate(-11%, -35%) !important;
    }
}

@media(max-width:375px){
   .fluid_boxes{
           padding-right: 3px;
    padding-left: 3px;
   }
   .source_in{
       font-size: 10px!important;
    left: 85%!important;
}
}
