@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	font-size: 16px;
	overflow-x: hidden;
}

body {
	position: relative;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	overflow-x: hidden;
}

/*.container {
    max-width: 1170px;
}*/

:root {
	--white: #ffffff;
	--black: #000;
	--gary-color: #727272;
	--lightgary-color: #b2b9bd;
	--theme-color: #EC585A;
	--primary-color: #93292d;
}
.themeCol{ color:  var(--theme-color); }

p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
}

.img-auto {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

a,
button {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover,
button:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

figure {
	margin: 0;
}

section {
	padding: 3.5rem 0;
}

/* loader */
.preLoader {
	width: 100%;
	height: 100%;
	z-index: 1111;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.preLoader.black {
	background-color: var(--white);
	z-index: 11113;
}

.preLoader.white {
	z-index: 11112;
	background-color: var(--theme-color);
}

/* loader */

/* Cursor Start */

.mouse-cursor {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	visibility: hidden;
}

.cursor-inner {
	margin-left: 2px;
	margin-top: 2px;
	width: 7px;
	height: 7px;
	z-index: 10000001;
	background-color: var(--primary);
	-webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
	margin-left: -10px;
	margin-top: -10px;
	width: 30px;
	height: 30px;
	background-color: var(--primary);
	opacity: 0.3;
}

/* Cursor End */

/* btn css */

.themeBtn {
	background: var(--theme-color);
	font-size: 1.125rem;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	padding: 0.68em 1.77em;
	border-radius: 12px;
	line-height: normal;
	border: 0;
}

.themeBtn.borderBtn {
	background: transparent;
	border: 1px solid #fff;
	padding: 1.04em 2em;
}

/* btn css */

/* mouse animation css  */

.bounce-element {
	animation: bounce 0.9s infinite alternate;
	-webkit-animation: bounce 0.9s infinite alternate;
}

@keyframes bounce {
	from {
		transform: translateY(0px);
	}

	to {
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {
	from {
		transform: translateY(0px);
	}

	to {
		transform: translateY(-15px);
	}
}

.mouse {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
	text-align: center;
}

/* mouse animation css  */

/* navigation css */

/* Menu Css Start */

.menu-toggler {
	display: table;
	margin-left: auto;
	outline: 0;
	background-color: transparent;
	border: 0;
	position: relative;
	z-index: 2222;
	outline: none !important;
}

.menu-toggler .navbar-icon {
	height: auto;
	width: 53px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	gap: 10px;
}

.menu-toggler .navbar-icon span {
	height: 2px;
	width: 52px;
	background: linear-gradient(45deg, #E80E6A, #E80E6A);
	display: flex;
	position: relative;
	transition: all ease 0.5s;
}

.menu-toggler.active span {
	background: var(--white);
}

.menu-toggler .navbar-icon>span:nth-child(2) {
	margin: 0px 0;
	width: 38px;
	margin-left: auto;
	display: table;
}

.menu-toggler.active .navbar-icon>span:not(:nth-child(2)) {
	position: absolute;
}

.menu-toggler.active .navbar-icon>span:nth-child(1) {
	transform: rotate(45deg);
}

.menu-toggler.active .navbar-icon>span:nth-child(3) {
	transform: rotate(-45deg);
}

.menu-toggler.active .navbar-icon>span:nth-child(2) {
	opacity: 0;
}

/* header .logo {
	display: table;
	margin: 0 auto;
	width: 14rem;
  } */
.logo img{ max-width: 180px; }
.logo_main img{ max-width: 200px !important; }
/*overlay nav*/
.main-navigate{ 
    height: 100%;
    width: 100%;
 }
 .an-navbar{ 
    background-color: #ffffffe3; 
	height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }

.navigation-menu {
	/* position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 420px;
	z-index: 1111; */

	position: absolute;
    top: -22px;
    right: 0;
    height: 400px;
    width: 340px;
    z-index: 1111;
}

.navigation-menu .navigation-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.navigation-menu .navigation-bg.one {
	width: 0px;
	background-color: #dc3545ed;
	border-radius: 16px;
}

.navigation-menu .navigation-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.navigation-menu .nav-inner {
	position: relative;
	text-align: left;
	/* margin-left: 7rem; */
}

.navigation-menu .nav-inner .nav-link {
	/* font-size: 25px; */
	font-size: 18px;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--white);
	display: flex;
	align-items: flex-end;
	justify-content: left;
	text-align: left;
	margin-left: 0;
	transition: none;
}
.navigation-menu .nav-inner .nav-link+ul{
	 margin-left: 2rem;
}
.navigation-menu .nav-inner .nav-link+ul a{ position: relative; } 
.navigation-menu .nav-inner .nav-link+ul a:before{ 
	content: '';
    width: 10px;
    height: 10px;
    background: #a1383a;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
	
 } 

/* Menu Css End */

/* navigation css */

/* slider css */

.bannerSec {
	background: url(../images/home_bg.webp) no-repeat top center/ cover;
	height: 1086px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
header.sticky{ position: fixed; left: 0; width: 100%;}
header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 85px;
	transition: all 0.03s ease;
}

.radius {
	border-radius: 16px;
}

.banerImg figure+figure {
	display: table;
	margin-top: 1.5rem;
}

.boxContent {
	background: #181616d4;
	padding: 3rem;
	border-radius: 16px;
	height: 570px;
	text-align: center;
	margin-top: 1rem;

}

.boxContent h2 {
	font-size: 3.125rem;
	color: var(--white);
	font-weight: bolder;
	margin: 0 0 1.8rem;
}

.boxContent p {
	color: var(--white);
	margin: 0 0 2rem;
}

.banerCenter {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 18%;
	bottom: 0;
}

.headingMain {
	font-size: 12.5rem;
	font-weight: bold;
	color: rgb(0 0 0 / 6%);
	position: absolute;
	left: 0;
	top: 0;
	writing-mode: tb-rl;
	margin: 0;
	transform: scale(-1);
	white-space: nowrap;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px rgb(0 0 0 / 6%);
	display: none;
}

h2.headingMain.headingTop {
	top: -2rem;
	left: -40px;
}

/* slider css */

.nav-tabs {
	flex-direction: column;
	justify-content: center;
	border: 0;
	gap: 5rem;
}

.nav-tabs .nav-link {
	border: 0;
	background: var(--white);
	box-shadow: 1px 0 103px rgb(0 0 0 / 10%);
	border-radius: 12px;
	font-size: 1.25rem;
	color: var(--black);
	font-weight: bold;
	padding: 0.68em 0;
	width: 288px;
	margin: auto;
	text-align: center;
}

.sectionHeading {
	font-size: 3.8rem;
	font-weight: bold;
	margin: 0 0 3rem;
	line-height: 5rem;
}

.sectionHeading span {
	color: var(--theme-color);
}

.nav-tabs .nav-link.active {
	background: var(--theme-color);
	color: var(--white);
}

/* .Rectangle_29 {
	background-image: -moz-linear-gradient( 90deg, rgb(236,88,90) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(236,88,90) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(236,88,90) 0%, rgba(255,255,255,0) 100%);
	opacity: 0.031;
	position: absolute;
	left: -210px;
	top: 1148px;
	width: 1920px;
	height: 752px;
	z-index: 46;
  } */

.serviceSec:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: -moz-linear-gradient(90deg, rgb(236, 88, 90) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(236, 88, 90) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(236, 88, 90) 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.031;
}

span.headingMain.vertical {
	font-size: 10.5rem;
	writing-mode: unset;
	transform: unset;
	top: -6rem;
	left: 1rem;
	z-index: -1;
}

.verticalRight {
	font-size: 10.5rem;
	writing-mode: unset;
	transform: unset;
	/* bottom: -6rem; */
	right: 6rem;
	left: inherit;
	z-index: -1;
	top: 2.5rem;
}

.verticalLeft {
	font-size: 10.5rem;
	writing-mode: unset;
	transform: unset;
	top: inherit;
	right: inherit;
	left: 3rem;
	z-index: -1;
	bottom: -6rem;
}

.nav-tabs .headingMain {
	-webkit-text-stroke: 1px rgb(175 81 106 / 10%);
}

.serviceBox {
	text-align: center;
	background: var(--white);
	box-shadow: 1px 0px 103px rgb(0 0 0 / 5%);
	border-radius: 35px;
	padding: 3.5rem 0;
}

.serviceBox figure {
	margin: 0 0 2rem;
}

.serviceBox h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 0.7rem;
}

.serviceBox p {
	color: var(--black);
	width: 77%;
	margin: auto;
}

.serviceSec {
	/* padding-top: 0; */
	position: relative;
	margin-top: -7rem;
}

.headingMain.rightHorizontal {
	writing-mode: unset;
	transform: unset;
	overflow: hidden;
	text-align: right;
	right: 0;
	width: 59%;
	margin-left: auto;
	line-height: 1.5;
}

.businesSec {
	position: relative;
}
.businesSec .title { position: relative; z-index: 22; }

.businesSec .headingMain.rightHorizontal {
	width: 100%;
	line-height: 0.8;
	top: -2rem;
	left: 0;
	margin: 0;
}

.title .heading {
	padding-right: 4rem;
}



.heading {
	font-size: 2.35rem;
	font-weight: bold;
	margin: 0 0 1.5rem;
}

.heading span {
	color: var(--theme-color);
}

.headingcenter {
    text-align: center;
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 3rem;
}

.headingcenter span {
	color: var(--theme-color);
}

.title p {
	font-size: 0.9375rem;
	color: var(--black);
	margin: 0 0 3rem;
}

.email li a {
	font-size: 1.25rem;
	color: var(--black);
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.email li a i {
	color: var(--theme-color);
}

.email li+li {
	margin: 10px 0 0;
}

.email {
	margin: 0 0 3rem;
}

.calUs {
	font-size: 1.875rem;
	color: var(--black);
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.calUs span {
	color: var(--theme-color);
}

.clientSec {
	position: relative;
	padding-top: 1rem;
}

.clientSec .headingMain.rightHorizontal {
	top: -9rem;
	width: 64%;
}

.testimonialSec {
	background: #FEFAFA;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
}

.testimonialSec h6 {
	font-size: 17px;
	font-style: italic;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 1.5rem;
}

.capital {
	font-size: 1.25rem;
	color: var(--theme-color);
	font-weight: bold;
}

.testimonialSec .headingMain.rightHorizontal {
	width: 100%;
	left: 0;
	line-height: 0.8;
}

.workHeading .sectionHeading {
	margin: 0 0 0.5rem;
}

.workHeading p {
	font-size: 1.25rem;
	color: var(--black);
	font-weight: bold;
}

.workSec {
	position: relative;
}

.workSec .headingMain.rightHorizontal {
	left: 0;
	top: -7rem;
	width: 100%;
}

.workSlider {
	padding-top: 2rem;
	/* margin-right: -35rem; */
}

.workBox {
	background: #FEFAFA;
	border-radius: 12px;
	padding: 3rem 3rem;
	min-height: 300px;
    	margin-bottom: 1rem;
}

.workBox .d-flex {
	align-items: center;
	gap: 1rem;
}

.workBox .d-flex figure,
.workBox .d-flex .circlest {
	width: 78px;
	height: 78px;
	flex-shrink: 0;
	background: var(--theme-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 35px rgb(236 88 90 / 28%);
}
.workBox .d-flex .circlest h3{ color: var(--white); margin-bottom: 0; font-size: 2rem; font-weight: 700; }
.workBox .d-flex span {
	font-size: 1.25rem;
	color: var(--black);
	font-weight: bold;
}

.workBox p {
	margin: 1.5rem 0 0;
	color: var(--black);
	line-height: 28px;
}

/* .workSlider:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 441px;
	z-index: 11;
	margin: auto;
	border-radius: 12px;
	backdrop-filter: blur(11px);
} */

.discoverSec {
	background: #fbf2f2;
}

.like {
	border-top: 1px solid #ebe8e8;

}

.like li h6 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: bold;
}

.discoverSec .like li p {
	line-height: 25px;
	margin: 0;
}

.discoverSec {
	position: relative;
	margin-top: 4rem;
}

.discoverSec .title p {
	margin: 0 0 2rem;
}

.discoverSec .headingMain.rightHorizontal {
	left: 0;
	width: 100%;
	top: -6rem;
}

.like+.like {
	padding-bottom: 0;
}

.gainBox {
	background: url(../images/gainbg.webp) no-repeat top center/ cover;
	padding: 4rem 5rem;
	background-size: cover;
	border-radius: 60px;
}

.gainBox .heading {
	color: var(--white);
	margin: 0 0 1rem;
}

.gainBox p {
	font-size: 0.9375rem;
	color: var(--white);
}

.gainSec {
	position: relative;
}

.gainSec .headingMain.rightHorizontal {
	width: 100%;
	left: 0;
	top: -8rem;
}


.count {
	/* display: block; */
	position: relative;
	padding-left: 30px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	align-items: center;
}

/* Hide the browser's default radio button */
.count input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 5px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50%;
	border: 1px solid #707070;
	background: rgb(236 88 90 / 10%);
}

/* On mouse-over, add a grey background color */
.count:hover input~.checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.count input:checked~.checkmark {
	background-color: rgb(236 88 90 / 10%);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.count input:checked~.checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.count .checkmark:after {
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #EC585A;
	bottom: 0;
	right: 0;
	margin: auto;
	border: 1px solid #707070;
}

.headingContact {
	font-size: 3.8rem;
	font-weight: bold;
	margin: 0 0 3rem;
	line-height: 65px;
}

.headingContact span {
	color: var(--theme-color);
}

.send form input,
.send form select,
.inputfile+label{
	border: 1px solid #d9d9d9;
	width: 100%;
	height: 48px;
	padding: 0 1rem;
	border-radius: 10px;
	margin-bottom: 1.5rem;
}
.inputfile+label{
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	cursor: pointer;
}
.attach-label a {
    display: none;
    height: 1.5rem;
    width: 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
	line-height: 1rem;
}
input[type=file] {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
	display: none;
}
.inputfile+label .fa {
    height: 1.5rem;
    width: 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
}
.inputfile+label .fa-times {
    background: url(../images/remove-ico.svg) center center/auto 14px no-repeat;
	display: block;
	
}
.inputfile+label span {
    color: #8493a8;
    float: left;
    word-wrap: break-word;
    width: 100%;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inputfile+label .fa {
    height: 1.5rem;
    width: 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
	font: 0/0 caption;
	
}
.inputfile+label .fa-paperclip {
    background: url(../images/attach-ico.svg) center center/auto 16px no-repeat;
	
}

.send form textarea {
	border: 1px solid #d9d9d9;
	width: 100%;
	height: 121px;
	padding: 1rem 1rem;
	border-radius: 10px;
	margin-bottom: 1.5rem;
}

.send form ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 3rem;
	flex-flow: wrap;
}

.send form ul li span {
	font-size: 1rem;
	color: var(--black);
	display: inline-block;
	line-height: 28px;
}

.send form .count input {
	margin: 0;
}

.send form .themeBtn {
	display: table;
	margin-left: auto;
	border: 0;
}

.dropBox {
	background: var(--theme-color);
	border-radius: 30px;
	padding: 3rem 3rem;
}

.dropBox .headingContact.whiteClr {
	color: var(--white);
	margin: 0 0 2rem;
}

.dropBox p {
	font-size: 15px;
	color: var(--white);
}

.dropBox ul {
	margin: 2rem 0 2rem;
}

.dropBox ul li {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
}

.dropBox ul li i {
	font-size: 2rem;
	color: var(--white);
}

.dropBox ul li div h4 {
	font-size: 1.5rem;
	color: var(--white);
	font-weight: 600;
	margin: 0 0 5px;
}

.dropBox ul li div p {
	font-size: 1rem;
	margin: 0;
}

.dropBox ul li a {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	font-size: 1rem;
	color: var(--white);
	font-weight: 500;
}

.dropBox ul li+li {
	margin-top: 0.5rem;
	margin-bottom: 2rem;
}

.dropBox .d-flex {
	align-items: center;
	gap: 2rem;
	margin-left: 3rem;
}

.dropBox .d-flex a {
	font-size: 2rem;
	color: var(--white);
}

.contactSec {
	position: relative;
	padding-top: 4rem;
}

.contactSec .headingMain.rightHorizontal {
	left: 0;
	width: 100%;
	top: -10rem;
	right: 0;
	margin: 0;
	text-align: center;
}

/* footer css start */


footer {
	background: #181616;
	padding-top: 6rem;
}

.footerContent p {
	font-size: 1rem;
	color: #7f7f7f;
	line-height: 27px;
	margin: 20px 0 30px;
}

.footerContent ul {
	display: flex;
	align-items: center;
	gap: 3rem;
}

.footerContent ul li a {
	color: #838383;
	font-size: 1.5rem;
}

.quickList h2 {
	font-size: 1.5rem;
	color: var(--theme-color);
	margin: 0 0 2rem;
}

.quickList div {
	display: flex;
	justify-content: space-between;
}

.quickList ul li a {
	font-size: 16px;
	color: #717171;
	display: flex;
	align-items: center;
	gap: 16px;
}

.quickList ul li+li {
	margin: 16px 0 0;
}

.quickList ul li a i {
	color: #e82666;
	font-size: 1.3rem;
}

.contactList ul li a {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 14px;
	color: #707070;
}

.contactList ul li a i {
	color: #e82666;
	font-size: 1.3rem;
}

.contactList ul li+li {
	margin: 16px 0 0;
}

a.payment {
	display: table;
	margin: 2.5rem 0 0;
}

.copyRight {
	border-top: 1px solid #232323;
	margin-top: 2rem;
}

.copyRight p {
	text-align: center;
	margin: 2rem 0;
	font-size: 14px;
	color: #525252;
}

.copyRight p a {
	color: #525252;
}

.copyRight p span {
	color: #e93263;
}

.quickList ul li a:hover,
.contactList ul li a:hover {
	color: var(--white);
}

/* footer css end */
.themeBtn:hover {
	background: var(--black);
	color: var(--white);
}

.footerContent ul li a:hover,
.copyRight p a:hover {
	color: var(--theme-color);
}

.dropBox .d-flex a:hover,
.dropBox ul li a:hover {
	color:  #d42424;
}

.innerbanner{ 
	position: relative;
    margin-top: 85px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}
.innerbanner figure{     width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
.innerbanner figure img{ width: 100%; }
.innerbanner .container{ 
	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    
}
.innerbanner .container h1{ 
	font-size: 3.375rem;
    font-weight: 800;
    color: #fff;
    display: inline-block;
    /* padding: 2rem 8rem;
    border: 1px solid #fff;
    text-align: center; */
}
.countersvalue{ margin-top: 3rem; }
.countersvalue h3{ 
	color: var(--theme-color); 
	font-size: 4.563rem;
    font-weight: 700; 
}
.countersvalue p{ font-size: 1.563rem; line-height: 2rem; }
.clientpage .clientSec{ padding-top: 3rem; }




	.countersvalueh{ margin-top: 3rem; }
.countersvalueh h3{ 
	color: #ffffff;  
	font-size: 3.563rem;
    font-weight: 600; 
}
.countersvalueh p{color: #ffffff; font-size: 1.563rem; line-height: 2rem;}
.clientpage .clientSec{ padding-top: 3rem; }


/*.countersvalueh{ margin-top: 3rem; }
.countersvalueh h3{ 
	color: #ffffff;  
	font-size: 2rem;
    font-weight: 500; 
}
.countersvalueh p{color: #ffffff; font-size: 1rem; line-height: 1.5rem;}
.clientpage .clientSec{ padding-top: 3rem; }*/







.hiringSec{ position: relative; }
.hiringSec .headingMain.rightHorizontal {
    left: 0;
    width: 100%;
    top: -6rem;
}

.stepsmm{     
	justify-content: center;
    grid-row-gap: 6rem; 
	position: relative;
}
.stepsmm:before{
	content: '';
    position: absolute;
    top: 135%;
    left: 50%;
    width: 100%;
    background: url(../images/steps-hiring.webp) no-repeat;
    height: 44px;
    margin: auto;
    transform: translate(-50%,-50%);
 }
.stepsmm .box{ padding-left: 4rem;
    position: relative; z-index: 2; } 
.stepsmm .box h3{ font-weight: 700; font-size: 1.375rem; }
.stepsmm .box p{ 
	margin-bottom: 0; 
	color: var(--black);
	line-height: 22px;
    font-size: 0.925rem;
    min-height: 100px; 
}
.leftbar{ 
	position: absolute;
    left: 2rem;
    top: 0;
    height: 130%; }
.leftbar:before{ 
	content: '';
    width: 2px;
    height: 100%;
    background: #000;
    display: block;
 }
 .leftbar:after{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 100%;
    left: -3px;
  } 
.stepsmm .col-lg-4:nth-child(n+4) .box .leftbar{ 
    top: initial;
    bottom: 0;
}  
.stepsmm .col-lg-4:nth-child(n+4) .box .leftbar:after{ 
    top: 0;
}  

.mmservices{ background: #FEFAFA; position: relative; margin-top: 4rem;}
.mmservices .headingMain.rightHorizontal {
    left: 0;
    width: 100%;
    top: -6rem;
}

.boxes{ background: var(--theme-color); padding: 2rem 2rem; border-radius: 20px; position: relative; z-index: 1; overflow: hidden; color: var(--white); min-height: 400px; 
    box-shadow: 0px 0px 30px -4px #ec585ac4;}
.boxes h3{ position: absolute;  top: -30px; left: 0; z-index: -1; font-size: 12.75rem; font-weight: 800; color: var(--white); opacity: 0.09; } 
.boxes h4{ color: var(--white); font-size: 1.65rem;
    font-weight: 700;
    margin-bottom: 1.5rem; }
.boxes p{ color: var(--white); line-height: 1.5rem; }
.servicepwork .workBox{ min-height: 254px; }

.testimonialsSlider .swiper-pagination{ 
	width: initial;
    left: 52%;
    bottom: 5rem;
 }
 .swiper-pagination-bullet { width: 12px; height: 12px; }
 .swiper-pagination-bullet-active{ background: var(--theme-color); }

 .idealfit{ position: relative; }
 .idealfit .headingMain.rightHorizontal {
    left: 0;
    width: 100%;
    top: -5rem;
}

.listideas ul li{ padding: 10px 20px; color: var(--black); margin-bottom: 0; background-color: #fef3f7; border-radius: 10px; }
.listideas ul li+li{  margin-top: 2rem; }

.servicepwork.paygsec .workBox{ min-height: 450px; }

.discoverSec .testimonialsSlider .swiper-pagination{ left: 0; }

/* .clientSec ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.clientSec ul:before, .clientSec ul li:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 150px;
    left: 0;
    background: url(../images/border-divider.webp) center/100% no-repeat;
}

.clientSec ul li:before {
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(-50%) rotate(90deg);
}

.clientSec ul li:first-child:before {
    content: none;
}

.clientSec ul li {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 300px;
    position: relative;
    flex-direction: column;
}
.rollImage {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    line-height: 0;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    position: relative;
    overflow: hidden;
}

.rollImage figure {
    padding: 10px 0;
    -webkit-transition: -webkit-transform .04s ease;
    transition: transform .04s ease;
    margin: 0;
}

.rollImage:hover figure {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.19, .65, .02, .93);
    transition: transform .5s cubic-bezier(.19, .65, .02, .93);
}

.rollImage .staticImage img {
    filter: grayscale(1) contrast(0.2) brightness(0.7);
}

.rollImage .hoverImage {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.rollImage:hover .staticImage {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

.rollImage:hover .hoverImage {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
} */


.clientSec ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
	justify-content: space-between;
	align-items: center;
}

.clientSec ul li:before {
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(-50%) rotate(90deg);
}

.clientSec ul li:first-child:before {
    content: none;
}

.clientSec ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
}
.rollImage {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    line-height: 0;
    -webkit-transition: opacity .015s ease-out;
    -moz-transition: opacity .015s ease-out;
    transition: opacity .015s ease-out;
    position: relative;
    overflow: hidden;
}

.rollImage figure {
    padding: 10px 0;
    -webkit-transition: -webkit-transform .04s ease;
    transition: transform .04s ease;
    margin: 0;
}

.rollImage:hover figure {
    -webkit-transition: -webkit-transform .05s cubic-bezier(.19, .65, .02, .93);
    transition: transform .05s cubic-bezier(.19, .65, .02, .93);
}

.rollImage .staticImage img {
    filter: grayscale(1) contrast(0.2) brightness(0.7);
}

.rollImage .hoverImage {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.rollImage:hover .staticImage {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

.rollImage:hover .hoverImage {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.rollImage figure img{ max-width:250px; }


/* popup from */
.form-error {
    display: none;
}

.popup-img {
    height: 100%;
	max-width: 100%;
}

input.error {
    border-color: #dd3b18 !important;
}

#entry-popup {
    position: fixed;
	top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    -webkit-transition: all 0.05s ease;
    -moz-transition: all 0.05s ease;
    -ms-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    transition: all 0.05s ease;
}

.entry-box {
    width: 82%;
    background-color:#ec5e5e;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    pointer-events: auto;
    text-align: center;
	border-radius: 30px;
}

.entry-box h3 {
    text-align: left;
    color: var(--white);
    font-size: 43px;
}

.entry-box .footer-area-form {
    padding: 20px;
}

#entry-box_close img {
    filter: brightness(0) invert(1);
}

.entry-box .footer-area-form p {
	font-size: 16px;
    text-align: left;
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
}

.entry-box .leadForm {
    padding: 1rem 0 0;
}

.entry-box .footer-form-btn {
    font-size: 20px !important;
}

.form-control.error {
    border-color: red !important;
}

label.error {
    display: none !important;
}

a#entry-box_close {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 9;
}
.footer-form-btn{ 
	width: 100%;
    background-color: var(--white);
    color: #d01111;
    height: 51px;
	font-weight: 500;
 }
 .entry-box .form-control{ 
	padding: 1.575rem 0.75rem;    
	border: 1px solid #fff;
	background-color: transparent; 
	border-radius: 6px;
}
.entry-box .form-control::placeholder{
	color: #fff;
}
.entry-box .form-control::-webkit-placeholder{
	color: #fff;
}
.entry-box .form-control::-moz-placeholder{
	color: #fff;
}

.backtotop{
	display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .03s, opacity .05s, visibility .05s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
.backtotop::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
  }
.backtotop:hover {
	cursor: pointer;
	background-color: #333;
  }
.backtotop:active {
	background-color: #555;
  }
.backtotop.show{
    opacity: 1;
    visibility: visible;
}







/* popup */


/* Backtotop */

.oxy-back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    margin: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity,visibility;
    transition-duration: 0.03s;
}

.oxy-back-to-top.btt-visible {
    opacity: 1;
    visibility: visible;
}

#-back-to-top-78-1016 {
    background-color: #ec5e5e;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}
#-back-to-top-78-1016 i{ font-size: 22px; }
.oxy-back-to-top_inner {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    color: inherit;
    text-decoration: none;
}
.oxy-back-to-top_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.oxy-back-to-top_icon svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    pointer-events: none;
}
#-back-to-top-78-1016 .oxy-back-to-top_icon svg {
    font-size: 20px;
}
label.invalid{ color: red; display: none !important; }
input.invalid,
select.invalid{ border-color: red !important; }

.privacycont{ margin-top: 5rem; }
.privacycont ul{ list-style: disc; padding-left: 20px; margin-bottom: 1rem; }
.privacycont ul li{ font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282; }
.privacycont h3{ font-weight: 600; }

.main-content__checkmark {
    font-size: 9.75rem;
    line-height: 1;
    color: var(--theme-color);
}

.alignimages{ 
	display: flex;
    align-items: flex-end;
    gap: 30px;
}

.boxes_nn{ 
   /* border: 1px solid var(--theme-color);
    border-radius: 8px; */
    padding: 20px 15px;
    min-height: 260px;
    display: flex;
    /* align-items: center; */
    flex-flow: column;
    /* justify-content: center;*/
    margin-bottom: 1.5rem;
    text-align: left !important; }
.boxes_nn h3{font-size: 1.4rem;color: #000;margin-bottom: 1rem; font-weight: 700; }
.boxes_nn p{margin-bottom: 0;color: #000;line-height: 22px; }
.boxes_nn.workBox p{ margin: 0rem 0 0;   }

.services-mm{ padding-bottom: 0; }
.services-mm .boxes_nn{background: var(--theme-color);position: relative;z-index: 1;text-align: left; border-radius: 16px;}
.services-mm .boxes_nn h3{ color: #fff; }
.services-mm .boxes_nn p{ color: #fff; }
.services-mm .boxes_nn h6 {font-size: 12.5rem;font-weight: 700;position: absolute;top: 0;left: 0;color: #fff;opacity: 0.1;z-index: -1;}

.bggrey{ background: #fefafa; }
.mm-expert{ margin-top: 5rem; }
.mm-expert .head_nn{ position: relative; }
.mm-expert .head_nn:before{ content: ''; 
	position: absolute;     
	top: 50%;
    right: 0;
    transform: translateY(-50%);
	right: 0; width: 80%; 
	height: 1px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 1%, rgba(246,173,174,1) 49%, rgba(236,88,90,1) 99%, rgba(236,88,90,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 1%,rgba(246,173,174,1) 49%,rgba(236,88,90,1) 99%,rgba(236,88,90,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 1%,rgba(246,173,174,1) 49%,rgba(236,88,90,1) 99%,rgba(236,88,90,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ec585a',GradientType=1 );
	 }
.mm-expert .head_nn h3{ font-size: 1.1rem; font-weight: 700; color: #000; margin-bottom: 1.5rem; }

.square{ margin: 0 0 1rem; text-align: center; }
.square img{ margin-bottom: 0.8rem; }
.square p{ margin-bottom: 0; font-weight: 600; }

.navigation-menu.active .navigation-wrapper{ display: flex; }
.navigation-menu .navigation-wrapper{ display: none; }
.slick-dots li{ margin: 0 5px; }
.slick-dots li button{  background: #000; border-radius: 100%; width: 10px; height: 10px; }
.slick-dots li.slick-active button{ background: var(--theme-color); }



.df-btn {
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    border-radius: 24px !important;
    transition: all 1s linear !important;
    position: fixed !important;
    bottom: 100px !important;
    right:30px !important;
    display: flex !important;
    flex-direction: column !important;
    z-index: 10005 !important;
    align-items: flex-start !important;
    line-height: 1 !important;
}
.df-btn a {
    text-decoration: none !important;
    color: #0A5F54 !important;
}
.df-btn-text {
    border-radius: 24px !important;
    color: white !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 500 !important;
    letter-spacing: .25px !important;
    transition: all .08s linear !important;
    cursor: pointer !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 16px !important;
    margin-top: 15px !important;
    background-color: #4dc247;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 0.428571rem 0px !important;
}
.df-svg-icon {
    height: 40px !important;
    width: 40px !important;
    fill: white !important;
}

.formText-upper {
    
    margin-block-end: 0em !important;
    margin-inline-start: 1em !important;
}

.cookie-panel {
    display: flex;
    justify-content: center;
}
.cookie-panel.cookie-panel-dark .cookie-consent-banner {
    background: #3f3f3f;
    color: #fff;
}
.cookie-consent-banner {
    position: fixed;
    bottom:20px;
    display: none;
    padding: 16px 24px;
    margin: 0 8px;
    border-radius: 16px;
    z-index: 33;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.cookie-consent-banner .cookie-consent-banner-buttons .cookie-consent-banner-accept-button {
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.cookie-panel .btn {
    font-weight: 500;
}   

.cookie-consent-banner--svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}
.cookie-consent-banner .cookie-consent-banner-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.cookie-consent-banner-text a{ color:#fff; text-decoration: underline !important; }

.hcounter{
    width: 100%;
    background: var(--theme-color);
    border-radius: 16px;
    margin-top: 1.1rem;
}




/* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */

.menubody{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	background-position: center;
	background-repeat: repeat;
	background-size: 7%;
	background-color: #fff;
	overflow-x: hidden;
    transition: all 200ms linear;
}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}


/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20.35px 0 ;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 28px;
	width: auto;
	display: block;
  filter: brightness(10%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.navi-link{
	color: #212121 !important;
	font-weight: 500;
  transition: all 200ms linear;
}
.navi-item:hover .navi-link{
	color: #dc3545 !important;
}
.navi-item.active {
	color: #dc3545 !important;
	font-weight: bold;
}
.navi-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.navi-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #dc3545;
	opacity: 0;
    transition: all 200ms linear;
}
.navi-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.navi-item.active:hover:after{
	opacity: 0;
}
.navi-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #ffffffe3 !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1{
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-align: center;
}
p{
	margin: 0;
	padding-top: 10px;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}
body.hero-anime p{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1700ms;
}

#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #8167a9;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #8167a9 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
    display: none;
	padding: 10px !important;
	margin: 0;
	font-size: 15px;
	letter-spacing: 1.5px;
	color: #ffffff;
	background-color: #ec585a;
	border: none;
	border-radius: 13px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

  li:hover .dropdown-menu {
      display: block;
    }

    .dropdown-menu li {
      display: block;
    }

.dropdown-menu>li.has-sub:before, .dropdown-menu>li.has-sub:after {
    content: '';
    position: absolute;
    bottom: -1px;
    z-index: 112;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
}


/* 

.dropdown-toggle::after {
	display: none;
}
.dropdown-item {
	padding: 3px 15px;
	border-radius: 2px;
    transition: all 200ms linear;
}
 .dropdown-item:hover, 
.dropdown-item:focus {
	/*color: #fff;
	background-color: rgba(129,103,169,.6);
}
*/
/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
	    display: none;
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}

}

.gsub-container {
  display: flex; /* Flexbox for layout */
  align-items: center; 
  gap: 10px; 
}



/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  //filter: brightness(10%);
	transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}
.promi-btn{
  
  color: red;
  
}
.promi-link{
  background-color: #dc3545; 
	color: #ffffff;
  padding: 15px;
  border-radius: 15px;
	font-weight: 500;
    transition: all 200ms linear;
}
.promi-item:hover .promi-link{
	color: white !important;
}
.promi-item.active .promi-link {
	color: white !important;
}



.promi-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.promi-item.active:hover:after{
	opacity: 0;
}
.promi-item{
color: #fffff !important;
	position: relative;
    transition: all 200ms linear;
}



@media (min-width:1400px){
    .cookie-consent-banner {
        min-width: 1280px;
    }
}
@media (min-width:1200px){
    .cookie-consent-banner {
        min-width: 1100px;
    }

}
@media (min-width:992px){
    .cookie-consent-banner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width:768px){

    .cookie-consent-banner .cookie-consent-banner-buttons {
        grid-template-columns: 1fr 1fr;
    }
.cookie-consent-banner .cookie-consent-banner-buttons .cookie-consent-banner-accept-button {
    grid-column: span 1;
}
}

@media (max-width:768px){

    .workBox{
        min-height: initial;
    }

}


