@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;800&display=swap');
:root{
	--black1:#070501;
	--black2:#1A1A1A;
	--primary-color : #F4A419;
    --title-color : #161515;
	--white : #fff;
    --gradient : linear-gradient(180deg, var(--yellow) 0%, #FDD503 100%);

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp12: clamp(11px, 0.700vw, 11px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--calmp17: clamp(14px, 0.88541vw, 17px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp35: clamp(22px, 1.822vw, 35px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}


body, html{
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	background-color: #fbfbfb !important;
}

.mobilesidemenu{
        display: block;
    }


.mobilecreate {
    position: fixed;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 9999;
}
.mobilecreate a {
    background: var(--primary-color);
    padding: 5px 10px;
    border-radius: 100px;
    display: block;
    text-decoration: none;
    color: #222;
    font-weight: 600;
}
.accountexp {
    position: relative;
    top: 0;
    width: 100%;
    height: 33px;
    background: #ffd2d2;
    z-index: 99999;
    text-align: center;
    display: flex;
    align-items: center;
    padding-top: 6px;
}

.create{
	position: fixed;
	height: 60px;
	width: 60px;
	border-radius: 100px;
	bottom: 30px;
	right: 20px;
	background-color:var(--primary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	cursor: pointer;
	display: block;
}
.create i{
	font-size: var(--clamp30);
	color:#000000;
}

/* projectblock */
.projectblock{
	background-color: white;
	border-radius: 10px;
	border:solid 1px #eee;
	height: 180px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.innerproblock{
	background-color: rgba(0,0,0,0.7);
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.innerproblock h3{
	color:white;
	font-size: var(--clamp25);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
}


.dashboard-block{
	padding: 20px;
	height: 150px !important; 
	padding-top: 30px;
	background-color: #fff;
	border:solid 1px #eee;
	border-radius: 10px;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}

.dashboard-block h3 span{
	height: 40px;
	width: 40px;
	display: inline-flex;
	border-radius: 10px;
	font-size: 20px;
	color: white;
	justify-content: center;
	align-items: center;
	background-color: #7367f0;
}
.dashboard-block h3{
	font-size: var(--clamp20);
	text-transform: uppercase;
}
.dashboard-block h2{
	font-size: var(--clamp44);
	position:relative;
	top: -5px;
}
.dashboard-block::before{
	content: "";
	height: 5px;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #7367f0;
	border-radius: 50px;
	position: absolute;
	bottom: -3px;
}
.iconblock{
	position: absolute;
	right: -18px;
	font-size: var(--clamp120);
	bottom: -45px;
	transform: rotate(-90deg);
	opacity: 0.1;
	color: #7367f0;
}

.welcomedetails h4 {
    font-size: var(--clamp15) !important; 
}
/* Support */
.supportlinks{
	background-color: #fff;
	padding: 15px 10px;
	width: 100%;
	margin: 5px 0;
}
.supportlinks h3{
	font-size: var(--clamp20);
}
.searchsection {
    background-color: #f9f9f9;
    padding: 50px 0;
}
.searchsection h2{
	font-size: var(--clamp30);
	font-weight: 700;
}
.searchsection h6{
	font-size: var(--clamp16);
	font-weight: 400;
}
.searchsection button{
	display: none;
}
.searchsection input[type="text"]{
	height: 50px;
	margin-bottom: 10px;
	font-size: var(--clamp18);
	box-shadow: none;
	border: solid 1px lightgrey;
}
/* Support */
/* Package Details */
.packagedetails{
	padding: 25px 15px;
	height: 750px;
	max-height: auto;
	background-color: #fff;
	margin: 15px 0;
	border-radius: 10px;
	border: solid 1px #eee;
}
.packagedetails li{
	list-style: none;
	line-height: 35px;
	font-weight: 600;
}
.pricecontent h3{
	text-align: center;
	font-size: var(--clamp22);
	letter-spacing: 2px;
	text-transform: uppercase;
} 
.pricecontent h2{
	text-align: center;
	font-size: var(--clamp50);
	font-weight: 700;
}
.pricecontent h5{
	text-align: center;
	font-size: var(--clamp15) !important;
	font-weight: 400;
}
.priceicon{
	text-align: center;
} 
.priceicon img{
	height: 200px;
}






.boxshadow{
	border: solid 1px #eee;
}
.dashslider img{
	height: 60px;
}
.dashslider h4{
	font-size: var(--clamp26);
	font-weight: 600;
}
.dashslider h5{
	font-size: var(--clamp20);
	font-weight: 500;
}
.themebtn a{
	background-color: var(--primary-color);
	padding:8px 15px;
	border-radius: 50px;
	font-weight: 600;
	padding-bottom: 11px;
	transition: ease-in-out 0.3s;
}
.themebtn a:hover{
	transition: ease-in-out 0.3s;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
	transform: scale(1.1,1.1);
}

.sidemenu{
	position: fixed;
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	background-color: #080808;
	box-shadow: 2px 0 5px rgba(0,0,0,0.1);
	z-index: 1000;
}
.mainmenu{
	position: absolute;
	top: 0px;
	left: 250px;
	width: calc(100% - 250px);
	height: auto;
	max-height: auto;
	min-height: 100%;
	padding: 10px 20px;
	/* box-shadow: -2px 0 5px rgba(0,0,0,0.1); */
	z-index: 1000;
	border-top: none;
}
.mainmenu a{
	text-decoration: none;
	color: var(--black1);
}
.mainmenu h1{
	background-color: white;
}
.headmenu {
    background-color: rgb(26 44 125 / 10%);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headmenu img{
    height: 40px;
}
.headmenu h1 {
    color: var(--white);
    font-size: var(--clamp18);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}
.innermenu{
	padding: 20px 0;
}
.innermenu li{
	line-height: 35px;
	list-style: none;
	width: 100%;
	transition: ease-in-out 0.3s;
}
.dashslider {
    height: 250px;
    background: aliceblue;
    border-radius: 10px;
    overflow: hidden;
}
.innermenu li:hover {
    transition: ease-in-out 0.3s;
    background-color: rgb(155 172 249 / 10%);
}
.innermenu li a {
    display: block;
    color: var(--white);
    text-decoration: none;
    font-size: var(--clamp15);
    font-weight: 500px;
    transition: color 0.3s ease;
    text-transform: capitalize;
    /* letter-spacing: 0.5px; */
    padding-left: 25px;
    letter-spacing: 0.5px;
}
.splbtn li{
	list-style: none;
}
.splbtn li a {
    color: #000;
    text-decoration: none;
    font-size: var(--clamp14);
    font-weight: 700;
    transition: color 0.3s ease;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    padding: 10px 25px;
    background-color: var(--primary-color);
    width: 100%;
    position: relative;
    left: 38%;
    transform: translateY(-50%);
}
.splbtn{
	position: absolute;
	bottom: 30px;
	margin: 0 auto;
}
.innermenu i {
    margin-right: 10px;
    color: var(--primary-color);
    font-size: var(--clamp24);
    opacity: 0.5;
}
.titlesection{
	padding: 10px 0;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.titlesection h2{
	font-size: var(--clamp22);
	color: var(--title-color);
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding-left: 0px;
}
.problocks{
	background-color: #f7f4f4;
	padding: 20px 10px;
	margin: 10px 0;
	height: 150px;
	position: relative;
	border-radius: 6px;
}
.problocks h5{
	position: absolute;
	top: 0px;
	background-color: var(--primary-color);
	padding: 5px 25px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	border-radius: 0 0 10px 10px;
	font-size: var(--clamp18);
}
.upcommingthings .projectblock{
    height: 100px !important;
	margin-top: 10px;
}
.upcommingthings h3{
    font-size: 15px;
}
.upcommingthings .innerproblock{
    padding: 0 10px;
	padding-top: 15px;
}
.problocks h3 {
    font-size: var(--clamp24);
    color: var(--title-color);
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding-left: 20px;
    text-align: center;
}

.innermenu label{
background-color: var(--primary-color);
height: 25px;
color: #000;
font-weight: 700;
width: 25px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
}

/* toppagedetails */
.toppagedetails{
	background-color: #eee;
	padding: 15px;
	border-radius: 10px;
	height: 150px;
}
/* toppagedetails */

/* titleseach */
.titlesection{
	background-color: transparent;
	margin: 10px 0;
	padding: 10px 5px; 
}
.titlesection h3{
	font-size: var(--clamp28);
	position: relative;
	top: 6px;
}
.searcharea input[type="text"]{
	height: 40px;
	border-radius: 0px;
	box-shadow: none;
	padding-right: 40px;
}
.searcharea i{
	position: absolute;
	top: 8px;
	right: 15px;
	opacity: 0.5;
}
.titlebtn a{
	background-color: var(--primary-color);
	padding: 5px 20px;
	box-shadow: none;
	border: none;
	font-weight: 600;
	display: block;
	border-radius: 0;
}
.titlebtn a:hover{
	background-color:rgb(255, 168, 6);
	padding: 5px 20px;
	box-shadow: none;
	border: none;
	font-weight: 600;
	display: block;
	border-radius: 0;
}

/* titleseach */
/* Dashboard Charts */
.dashboardcharts{
	padding: 20px 0;
}
/* Dashboard Charts */
/* table */
.formtable .dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
	display: none !important;
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}

/* table */

/* Forms  */
.formbtn button{
	background-color: var(--primary-color);
	padding: 6px 25px;
	border-radius: 6px;
	box-shadow: none;
	border: none;
	font-weight: 600;
}
.formbtn button:hover{
	background-color:rgb(255, 168, 6);
	padding: 6px 25px;
	border-radius: 6px;
	box-shadow: none;
	border: none;
	font-weight: 600;
}
.formbtn{
	position:static;
}
.forms {
    padding: 25px 15PX;
}
.forms input[type="text"] {
    height: 50px;
    border-radius: 0;
    box-shadow: none;
    padding-left: 35px;
    margin-bottom: 15px;
    border: solid 1px #eee;
}
.forms select,.forms select:focus {
    height: 50px;
    border-radius: 0;
    box-shadow: none;
    padding-left: 35px;
    margin-bottom: 15px;
    border: solid 1px #eee;
}
.formicon i {
    position: absolute;
    top: 38px !important;
    left: 25px;
}
.forms label{
	font-weight: 600;
}

/* forms */

/* Mobmenu */
.mobmenu{
	background-color: #05445e;
	height: 50px;
	width: 100%;
	margin-bottom: 50px !important;
	display: none;
}

/* Mobmenu */