.navbar-expand-lg .navbar_right {
	justify-content:flex-end;
}
.navbar-brand img{
	height: 40px;
	width: auto;
}
.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
	backdrop-filter: blur(5px);
 }
 .dropdown-menu {
    min-width: 13rem;
	padding: 0rem 0;
	background-color:var(--color-dark-low);
	backdrop-filter: blur(5px); 
 }
.dropdown-item {
    color:var(--color-light);
}
.dropdown-item:focus, .dropdown-item:hover {
    color:var(--color-light);
    background:var(--color-c1);
}
.dropdown-toggle::after {
    display: none;
}
.dropdown_li a{
	display: block;
	position: relative;
	text-decoration: none;
	font-family: "Helvetica", sans-serif;
	color: var(--color-light);
	background: transparent;
	padding:10px 20px;
	font-size: 16px;
	font-weight: bold;
	width:100%;
	overflow: hidden;
}
.dropdown_li a span{
	z-index: 5;
	position: relative;
	transition: color 350ms ease;
}
.dropdown_li a:hover span{
	color: white;
  }
 
 .dropdown_li a::after, .dropdown_li a::before{
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: var(--color-c1);
	z-index: -1;
  }
  
 .dropdown_li a::before {
	transform: translateX(-100%);
	z-index: 1;
  }
  
 .dropdown_li a:hover:before {
	transform: translateX(0);
	transition: transform 350ms ease;
  }
  
 .dropdown_li a::after {
	 z-index: 0;
	transform: translateX(100%);
	transition: none;
	transition: transform 350ms ease;
  }
  
 .dropdown_li a:hover:after {
	opacity: 1;
	transform: translateX(0);
   transition: transform 350ms 360ms ease;
  } 
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-image:var(--color-c1);
}

/* home page start here */

/* header part start here */
header{
	position: fixed;
	width: 100%;
	z-index: 99;
	
}
header.active .navbar-expand-lg img{
	transform: scale(.8);
}
header .navbar-expand-lg img{
	transition: transform .5s linear;
}
header.active{
	background-color: var(--color-dark-low);
	backdrop-filter: blur(5px);
}
header.active .navbar-expand-lg{
	background: none;
	background-image: none !important;
}
header.active .navbar-expand-lg img{
	filter: brightness(10);
	/* transition: cubic-bezier(0.075, 0.82, 0.165, 1); */
}
.navbar-expand-lg{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.navbar-collapse{
	justify-content: space-around;
}
.navbar-collapse .navbar-nav .nav-item .nav-link{
	color: var(--color-light);
	font-size: 20px;
	font-weight: 600;
	padding: 10px 25px;
	
}
.navbar-collapse .navbar-nav .nav-item .nav-link.active{
	background: var(--color-c1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
}
.navbar-collapse .navbar-nav .nav-item .nav-link:hover{
	color: var(--color-light);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--color-light);
}
/* header part end here */

/* banner part start here */
.banner{
	position: relative;
}
.banner-pattern{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -9999;
}
.banner .banner-img{
	width: 100%;
}
.banner .written-div{
	position: absolute;
	bottom: 0%;
	left: 7%;
}
.banner .written-div h1{
	font-size: 85px;
	color: var(--color-light);
	text-transform: uppercase;
	font-weight: 700;
}
.banner .blink {
	animation: blink 0.5s infinite;
  }
  @keyframes blink{
	to { opacity: .0; }
  }
  .flex {
	  display: flex;
  }
  .banner .header-sub-title {
	background: var(--color-c1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
	padding-left: 0.1em;
  }
/* banner part end here */




/* trusted client start here */
.trusted-client{
	margin: 80px 0;
}
.trusted-client .container-fluid{
	margin: 0;
	padding: 0;
}
.trusted-client h3{
	font-size: 60px;
    color: var(--color-light);
    font-weight: 600;
	line-height: 65px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}
.trusted-client h3 span{
	font-weight: 600;
	background: var(--color-c1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}
.trusted-client .trust-clint-img{
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #363636;
	flex-wrap: wrap;
}
/* trusted client end here */

/* get started form start here */
.form-control {
    color: #fff;
}
.get-start{
	margin-bottom: 80px;
	position: relative;
	margin-top: 30px;
}
.get-start h3{
	font-size: 60px;
    color: var(--color-light);
    font-weight: 600;
	line-height: 65px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}
.get-start h3 span{
	font-weight: 600;
	background: var(--color-c1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}
.get-start p{
	font-size: 22px;
    color: var(--color-light);
    line-height: 29px;
    margin: 25px 0 50px 0;
	text-align: center;
}
.get-start form{
	background: var(--color-c1);
	padding: 40px 25px;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	column-gap: 15px;
	border-radius: 20px;
}
.get-start form input{
	padding: 15px;
	border-radius: 20px;
	background-color: transparent;
	border: 1px solid #fff;
	/* margin-bottom: 15px; */
}     
.get-start form input:focus{
	color:#fff;
	background: transparent;
} 
.get-start form input::placeholder{
	color: #fff;
}

.get-start form textarea{
	color: #fff;
	padding: 15px;
	border-radius: 20px;
	background-color: transparent;
	border: 1px solid #fff;
	resize: none;
	margin-bottom: 15px;
}     
.get-start form textarea:focus{
	color:#fff;
	background: transparent;
} 
.get-start form textarea::placeholder{
	color: #fff;
}

/*
.get-start form button{
	height: 56px;
    width: 100%; 
    padding: 10px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 15px;
	font-weight: 600;
}*/
/* .get-start form button span{
	display: none;
} */
.get-start form button i{
	font-size: 22px;
	color: #fff;
}
.get-start form button:hover{
	/* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.534); */
}
/* get started form end here */

/* footer start here */
footer{
	background-image: url('../images/homepage/footer/footer-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
footer .upper-footer{
	padding: 40px 0;
}
footer .upper-footer p{
	font-size: 18px;
    color: var(--color-light);
    line-height: 29px;
	margin: 15px 0;
	text-align: left;
}
footer .upper-footer ul {
	padding-left: 0;
}
footer .upper-footer ul li{
	list-style: none;
	padding-left: 0;
	margin-bottom: 5px;
}
footer .upper-footer ul li a{
	text-decoration: none;
	font-size: 18px;
	color: var(--color-light);
	transition: all ease-in-out .30s;
}
/* .resourses-link {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} */
.resourses-link h4{
	font-size: 22px;
	color: var(--color-light);
	font-weight: 700;
	margin-bottom: 20px;
}
.resourses-link ul li{
	margin-bottom: 15px;
}
.subs-foot form{
	position: relative;
}
.subs-foot form input{
	background-color: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	padding: 8px 35px;
	color: #fff;
}
.subs-foot form input::placeholder{
	font-size: 18px;
	color: #ffffff80;
}
.subs-foot form input:focus{
	background-color: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid  var(--color-light);
	border-radius: 0;
	box-shadow: none;
}
.subs-foot form button{
	position: absolute;
	right: 0;
	top: 7px;
	background-color: transparent;
	border: 0;
}
.subs-foot form .email-sub{
	position: absolute;
	left: 0;
	top: 7px;
	background-color: transparent;
	border: 0;
}
.subs-foot h4{
	font-size: 22px;
	color: var(--color-light);
	font-weight: 700;
	margin-bottom: 20px;
}
.subs-foot .form-control{
	color: #fff !important;
}
.subs-foot ul li{
	margin-left: 2px;
	margin-right: 2px;
}

.resourses-link ul li {
	position: relative;
    overflow: hidden;
	transition: all 0.5s ease;
}
.resourses-link ul li span {
    position: absolute;
    left: -20px;
}
.resourses-link ul li a:hover{
	padding-left: 20px;
}
.resourses-link ul li a:hover span{
	left: 0;
}
 .subs-foot ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: left;
	align-items: center;
	column-gap: 15px;
	margin-top: 20px;
  }
  
   .subs-foot ul li {
	list-style: none;
	margin: 0 2px;
  }
  
  .subs-foot ul li a {
    position: relative;
    display: block;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    font-size: 30px;
	flex-wrap: wrap;
    color: #000;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 5px;
	transition: transform 0.8s;
  	transform-style: preserve-3d;
}
.subs-foot ul li a:hover{
	transform: rotateY(360deg);
}
  .subs-foot ul li a i{
	font-size: 20px;
  }
footer .footer-bottom{
	background-color: #000;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	row-gap: 10px;
	flex-wrap: wrap;
	color: var(--color-light);
	font-size: 20px;
}
footer .footer-bottom h6{
	font-size: 20px;
	margin: 0;
}
footer .footer-bottom a{
	text-decoration: none;
	color: var(--color-light);
}
/* footer end here */

/* home page end here */


/* about page start here */

.about-banner{
	position: relative;
}

.about-banner .banner-pattern{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -9999;
}
.banner .banner-img{
	width: 100%;
}

.about-banner .written-div{
	position: absolute;
	bottom: 8%;
	right: 7%;
	text-align: right;
}
.about-banner .written-div h1{
	font-size: 85px;
	color: var(--color-light);
	text-transform: uppercase;
	font-family: "Hanken Grotesk", sans-serif;
	font-weight: 700;
	
}
.about-banner .written-div p{
	font-size: 24px;
	color: var(--color-light);
}
.about-banner .written-div h1 span{
	background: var(--color-c1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.event-banner{
	position: relative;
}
.event-banner .written-div {
    position: absolute;
    bottom: 8%;
    right: 7%;
    text-align: right;
}
.event-banner .written-div h1{
	font-size: 85px;
	color: var(--color-light);
	text-transform: uppercase;
	font-family: "Hanken Grotesk", sans-serif;
	font-weight: 700;
	
}
.event-banner .written-div p{
	font-size: 24px;
	color: var(--color-light);
}
.event-banner .written-div h1 span{
	background: var(--color-c1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}




/*tab-slider*/
.tab-slider--nav {
	width: 100%;
	float: left;
	margin-bottom: 20px;
  }
  
  .tab-slider--tabs {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	border-radius: 35px;
	overflow: hidden;
	background: #575757;
	height: 45px;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	width: 100%;
  }
  .tab-slider--tabs:after {
	content: "";
	width: 50%;
	background: var(--color-dark);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 250ms ease-in-out;
	border-radius: 35px;
  }
  .tab-slider--tabs.slide:after {
	left: 50%;
  }
  
  .tab-slider--trigger {
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	color: var(--color-light);
	text-transform: uppercase;
	text-align: center;
	padding: 17px 20px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: inline-block;
	transition: color 250ms ease-in-out;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	width: 48%;
	
	
  }
  .tab-slider--trigger.active {
	/* color: #fff; */
	background: var(--color-c1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .tab-slider--body {
	margin-bottom: 20px;
  }
  .trending-button{
	margin: 40px 0;
	padding: 20px 0;
	background-color: var(--back);
	border-radius: 15px;
  }

  .tab-slider--body .same-div{
	/* border-top: 1px solid var(--ass); */
    padding: 10px 0;
  }
  .tab-slider--body .same-div a{
	text-decoration: none;
  }
  .tab-slider--body .same-div a h6{
	font-size: 18px;
    background: var(--color-c1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .tab-slider--body .same-div a p{
	font-size: 20px;
    color: var(--color-light);
    margin-bottom: 10px;
  }
  .tab-slider--body .same-div a .read-div {
    display: flex;
    align-items: center;
    justify-content: left;
    column-gap: 25px;
}
.tab-slider--body .same-div a .read-div .left {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.tab-slider--body .same-div a .read-div p {
    font-size: 18px;
    color: var(--ass);
    margin: 0;
}
.tab-slider--body .same-div a .read-div .left img {
    width: 22px;
}
.tag-catagories{
	padding: 30px 20px;
	background-color: var(--back);
	border-radius: 15px;
}
.tag-catagories h3{
	color: var(--color-light);
    font-size: 30px;
    margin-bottom: 15px;
}
.tag-catagories .tag-list{
	display: flex;
	align-items: center;
	justify-content: left;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
}
.tag-catagories .tag-list .item{
	padding: 3px 15px;
	background-color: #575757;
	color: var(--color-light);
	border-radius: 15px;
}
/*tab-slider*/

/* event part start here */
.event-part .upcoming-events h3{
	font-size: 60px;
    color: var(--color-light);
    margin-top: 80px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.event-part .upcoming-events h3 span{
	background: var(--color-c1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.event-part .upcoming-events p{
	font-size: 22px;
    color: var(--color-light);
    line-height: 28px;
}
.event-part .upcoming-events h4{
	font-size: 40px;
    color: var(--color-light);
}
.event-part .past-events h4{
	font-size: 30px;
    color: var(--color-light);
}
.event-part .past-events h3{
	font-size: 60px;
    color: var(--color-light);
    margin-top: 80px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.event-part .past-events h3 span{
	background: var(--color-c1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.event-part .past-events p{
	font-size: 18px;
    color: var(--color-light);
    line-height: 28px;
	margin-bottom: 0;
}
.event-part .past-events-row{
	row-gap: 20px;
	margin-bottom: 30px;
}
.event-part .past-events a{
	display: inline-block !important;
	margin-top: 40px auto 0 auto !important;
}
.event-part .past-events a::after{
	left: -20px !important;
    top: -44px !important;
}
/* event part end here */





/* payment gateway section start here */
.payment-sec-main{
	position: relative;
}
.payment-sec{
	margin-bottom:0px;
}
.payment-sec h3{
	font-size:80px;
	color: var(--color-light);
	margin-top: 30px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.payment-sec h3 span{
	background: var(--color-c1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/*  */
.payment-sec .company-logos {
	display:flex;
	justify-content: center;
	align-items: center;
  }
  
.payment-sec .company-logo {
	float: left;
	width:250px;
	position: relative;
	margin-bottom:110px;
	margin-top: 10px;
  }
  
.payment-sec .company-logo > img {
	width:100%;
	position: absolute;
  }
/* payment gateway section end here */



/* dedicated-hiring section start here  */

.dedicated-hiring-blk{
	margin-top:65px;
	margin-bottom:65px;
}
.txt_head{
	padding: 0;
	margin: 0;
	position: relative;
}
.txt_head::before{
	content: "";
	position: absolute;
	left: -96px;
    top: -64px;
	background-image: url(../images/dedicated-hiring/heading_bg.png);
	width: 187px;
	height: 250px;
	z-index: -1;
}


.dedicated-hiring-blk h3{
	font-size: 60px;
	color: var(--color-light);
	font-weight: 500;
	text-align:left;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	left: 0;
	top: 0;
	border-bottom:#777777 2px solid;
	padding-bottom: 20px;
	display: inline-block;
}

.dedicated-hiring-blk h3::before{
	content: "";
	position: absolute;
	width:60px;
	height: 12px;
	left:0px;
	bottom: -7px;
	border-radius: 6px;
	background:#ff263a;
	z-index:2;
}


.dedicated-hiring-blk h4{
	font-size: 30px;
	padding-bottom: 25px;
}

/* step start */
.wrapper {
	/* min-height: 100vh; */
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .steps {
	max-width: 1148px;
	margin: 0 auto;
  }
  
  .step {
	display: flex;
	position: relative;
  }
  .step:after {
	content: "";
	position: absolute;
	left: 15px;
	top: 32px;
	height: 0;
	width: 2px;
	background-color: #ff263a;
	z-index: -2;
  }
  .step .info {
	margin: 0px 0 51px 120px;
	position: relative;
	}

  .step .info:before {
	content: "";
	position: absolute;
	left: -129px;
	top: 14px;
	width: 50px;
	height: 50px;
	 /* background: #4a4a4a;  */
	background: var(--color-c3);
	transform: rotate(45deg);
	z-index: -1;
	border-radius: 8px;
	}



  .step .title {
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 8px;
	color: white;
  }
  .step .text {
	font-size: 18px;
	color:var(--color-light);
	padding-bottom: 0;
	margin: 0;
  }
  .step:not(:last-child):after {
	height:100%;
  }
  
  .number {
	width: 32px;
	height: 32px;
	background-color:#4a4a4a;
	/* border-radius: 50%; */
	border: 2px solid #4a4a4a;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 15px;
	font-weight: 600;
	margin-right: 14px;
  }


  .number.completed {
	background-color: #4a4a4a;
  }
  .number svg {
	width: 16px;
	height: 16px;
	object-fit: contain;
  }
  .number svg path {
	fill: white;
  }
/* step end */
/* dedicated-hiring section end here  */


/* whatsapp chat boat start */
.floating_btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content:center;
	z-index: 1000;
  }
  .floating_btn a{
	text-decoration:none;
  }
  @keyframes pulsing {
	to {
	  box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
  }
  
  .contact_icon {
	background-color: #42db87;
	color: #fff;
	width: 60px;
	height: 60px;
	font-size:30px;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #42db87;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	font-weight: normal;
	font-family: sans-serif;
	text-decoration: none !important;
	transition: all 300ms ease-in-out;
  }
  
  .text_icon {
	margin-top: 8px;
	color: #707070;
	font-size: 13px;
  }
/* whatsapp chat boat start */

.card-img-overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px);
	 /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, .7)); */
}
.card-img-overlay:hover {
	position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 1px;
    padding: 1rem;
    border-radius: 19px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, .7), rgba(0, 0, 0, 1));
}



/* redial button start */
  .radial .triggerButton {
	position: absolute;
	z-index: 9;
	left: 50%;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border: none;
	color: #fff;
	font-size: 30px;
	/* line-height: 95px; */
	border-radius: 50%;
	text-decoration: none;
	background-color: #4B40CC;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15), 0px 4px 8px rgba(0, 0, 0, 0.2);
	transition: all 0.15s ease-in-out;
	transform: translate(-50%, -50%);
	/* margin: 0; */
	}
  .radial .triggerButton i {
	transition: all 0.2s ease-in-out;
  }
  .radial .radialMenu {
	--width: 242px;
	width: var(--width);
	height: var(--width);
	position: absolute;
	top: 48%;
	left: 50%;
	padding: 0;
	margin: 0;
	transform: translate(-50%, -50%);
	}
  .radial .radialItem {
	list-style: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
	}
  .radial .radialItem a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	height: 80%;
	color: #fff;
	border-radius: 50%;
	background-color: #232E50;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15), 0px 4px 8px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	transition: 0.25s;
	}
  .radial .radialItem a:hover {
	transition-delay: 0s;
	background-color: #1b243e;
  }
  .radial.active .triggerButton i {
	transform: rotateZ(135deg) translate(-1px, 3px);
	margin-top: 7px;
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	}
  .radial.active .radialItem {
	--angle: 0deg;
	--star-angle: 0deg;
	--point-size: 60px;
	--countItem: 8;
	/* we subtract the point size to place point inside circle */
	--radius: calc((var(--width) / 2) - (var(--point-size) / 2));
	--x: calc(var(--radius) * cos(var(--angle) + var(--star-angle)));
	--y: calc(var(--radius) * sin(var(--angle) + var(--star-angle)));
	/* position point at center of circle with radius. We add x and y values to move to edge of circle. */
	top: calc(var(--radius) + var(--y) + (var(--point-size) / 2));
	left: calc(var(--radius) + var(--x) + (var(--point-size) / 2));
	width: var(--point-size);
	height: var(--point-size);
  }
  .radial.active .radialItem:nth-child(1) {
	--angle: calc((360deg / var(--countItem)) * 0);
	transition-delay: 0.05s;
  }
  .radial.active .radialItem:nth-child(2) {
	--angle: calc((360deg / var(--countItem)) * 1);
	transition-delay: 0.1s;
  }
  .radial.active .radialItem:nth-child(3) {
	--angle: calc((360deg / var(--countItem)) * 2);
	transition-delay: 0.15s;
  }
  .radial.active .radialItem:nth-child(4) {
	--angle: calc((360deg / var(--countItem)) * 3);
	transition-delay: 0.2s;
  }
  .radial.active .radialItem:nth-child(5) {
	--angle: calc((360deg / var(--countItem)) * 4);
	transition-delay: 0.25s;
  }
  .radial.active .radialItem:nth-child(6) {
	--angle: calc((360deg / var(--countItem)) * 5);
	transition-delay: 0.3s;
  }
  .radial.active .radialItem:nth-child(7) {
	--angle: calc((360deg / var(--countItem)) * 6);
	transition-delay: 0.35s;
  }
  .radial.active .radialItem:nth-child(8) {
	--angle: calc((360deg / var(--countItem)) * 7);
	transition-delay: 0.4s;
  }
  

  
  .radial.quarter-left {
	position: fixed;
	z-index: 999999;
	right: 0;
	bottom: 4%;
	width: 100px;
	height: 100px;
	}
  .radial.quarter-left.active .radialItem {
	--angle: 0deg;
	--star-angle: 180deg;
	--point-size: 60px;
	--countItem: 8;
	width: var(--point-size);
	height: var(--point-size);
  }
  .radial.quarter-left.active .radialItem:nth-child(1) {
	--angle: calc((360deg / var(--countItem)) * 0);
	transition-delay: 0.05s;
  }
  .radial.quarter-left.active .radialItem:nth-child(2) {
	--angle: calc((360deg / var(--countItem)) * 1);
	transition-delay: 0.1s;
  }
  .radial.quarter-left.active .radialItem:nth-child(3) {
	--angle: calc((360deg / var(--countItem)) * 2);
	transition-delay: 0.15s;
  }
  .radial.quarter-left .triggerButton {
	background-color: #1fd1f9;
	/* background-image: linear-gradient(135deg, #1fd1f9 0%, #b621fe 74%); */
	background-image: linear-gradient(135deg, #9b4591 0%, #ff263a 74%);
  }
  .radial.quarter-left .radialItem a {
	transform: scale(1);
	background: #ff263a;
	/* background: linear-gradient(-135deg, #6009f0 0%, #8105f0 100%); */
	background-image: linear-gradient(135deg, #9b4591 0%, #ff263a 74%);
  }
  .radial.quarter-left .radialItem a:hover {
	transform: scale(1.2);
  }
/* redial button end */

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left:0;
    margin-bottom: .125rem;
}

.iti{
    width:100%;
}