.navbox{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: transparent;
	transition: background 0.4s ease;
}
.navbox.scrolled{
	background: #ffffff;
}
.navbox.scrolled .nav_right li a{
	color: #222;
}
.navbox.scrolled .nav_right li.top_landing_list a:hover{
	color: #aa12ff;
}
.navbox.scrolled .nav_right .hover a{
	color: #aa12ff;
	border-bottom: 2px solid #aa12ff;
}
.nav{
	height: 80px;
}
.nav_left{
	margin-top: 3px;
}
.nav_right li{
	height: 80px;
	line-height: 80px;
	margin-left: 40px;
	float: left;
}

.nav_right li:last-child a{
	padding: 0 22px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background: #222;
	color: #fff;
	display: inline-block;
	text-align: center;
	border: 1.5px solid #222;
	box-sizing: border-box;
	font-weight: 400;
	letter-spacing: 1px;
}
.nav_right li.top_landing a{
	padding: 0 22px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background: #fff;
	color: #222;
	display: inline-block;
	text-align: center;
	border: 1.5px solid #222;
	box-sizing: border-box;
	font-weight: 400;
	letter-spacing: 1px;
}
.nav_right li.top_landing a.top_landing_btn{
	background: #222;
	color: #fff;
	border-color: #222;
	margin-left: 10px;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.nav_right li.top_landing a{
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.nav_right li.top_landing a:hover,
.nav_right li.top_landing a.top_landing_btn:hover{
	background: #aa12ff;
	border-color: #aa12ff;
	color: #fff !important;
}
.nav_right li a{
	font-size: 15px;
	color: #222;
	font-weight: 400;
	letter-spacing: 1px;
}
.nav_right li.top_landing_list a:hover{
	color: #aa12ff;
}
.nav_right .hover a{
	color: #aa12ff;
	border-bottom: 2px solid #aa12ff;
}

/* Dropdown menu styles */
.nav_right li.dropdown{
	position: relative;
	z-index: 101;
}

.nav_right li.dropdown:hover .dropdown-menu{
	display: block;
}

.nav_right li.dropdown .dropdown-menu{
	display: none;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	background: #ffffff;
	min-width: 180px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	z-index: 102;
	padding: 8px 0;
	border-radius: 8px;
	margin-top: 0;
	text-align: center;
}

.nav_right li.dropdown .dropdown-menu::before{
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
}

.nav_right li.dropdown .dropdown-menu li{
	height: auto;
	line-height: normal;
	margin: 0;
	float: none;
}

.nav_right li.dropdown .dropdown-menu li a{
	display: block;
	padding: 10px 16px;
	font-size: 14px;
	color: #222;
	transition: all 0.3s ease;
	border-bottom: none;
	white-space: nowrap;
	text-align: center;
	background: #ffffff !important;
	box-shadow: none !important;
	border: none !important;
}

.nav_right li.dropdown .dropdown-menu li a img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 16px;
	height: 16px;
	background: none !important;
	border-radius: 0 !important;
}

.nav_right li.dropdown .dropdown-menu li a:hover{
	background: #ffffff;
	color: #aa12ff;
	box-shadow: none !important;
	border: none !important;
}

.nav_right li.dropdown:hover > a{
	color: #aa12ff;
	border-bottom: 2px solid #aa12ff;
}

/* Dropdown arrow styles */
.nav_right li.dropdown a .dropdown-arrow{
	display: inline-block;
	margin-left: 6px;
	font-size: 12px;
	transition: transform 0.3s ease;
	vertical-align: middle;
}

.nav_right li.dropdown:hover a .dropdown-arrow{
	transform: rotate(180deg);
}

.bottombox{
	padding-top: 46px;
	background-color: #2A2A2A;
}
.bottom1_ul1{
	padding: 0 15px 25px;
	border-bottom: 1px solid #404040;
}
.bottom1_ul1 li{
	color: #fff;
	font-size: 14px;
	width: 170px;
	margin-right: 80px;
	float: left;
}
.bottom1_ul1 li:last-of-type{
	margin-right: 0;
	
}
.bottom1_ul1>li>span{
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-right: 10px;
	border: 1.5px solid rgba(255,255,255,0.5);
	color: #fff;
}
.bottom1_icon_text{
	font-size: 14px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-right: 10px;
	border: 1.5px solid rgba(255,255,255,0.5);
	color: #fff;
}
.bottom_fl{
	margin-top: 27px;
	padding: 0 15px;
}
.bottom_fl_div1{
	margin-right: 40px;
	width: 220px;
}
.bottom_fl_title{
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}
.bottom_fl_div1_ul li a{
	font-size: 14px;
	color: #838383;
}
.bottom_fl_div1_ul li a:hover{
	color: #fff;
}
.bottom_fl_div2{
	margin-right: 70px;
}
.bottom_fl_div2_ul li{
	padding-right: 5px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.bottom_fl_div2_ul li a{
	font-size: 14px;
	color: #838383;
}
.bottom_fl_div2_ul li a:hover{
	color: #fff;
}
.bottom_fl_right li{
	font-size: 18px;
	font-family: "Roboto";	
	color: #fff;
	margin-bottom: 12px;
}
.bottom_contact_item{
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 14px;
}
.bottom_contact_label{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	background: rgba(255,255,255,0.15);
	border-radius: 6px;
	padding: 4px 0;
	letter-spacing: 1px;
	flex-shrink: 0;
}
.bottom_fl_right_div{
	width: 190px;
	margin-right: 0;
	margin-left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.bottom_fl_right_div img{
	display: block;
}
.bottom_fl_right_div div{
	font-size: 15px;
	font-weight: 600;
	color: #bbb;
	margin-top: 12px;
	text-align: center;
	white-space: nowrap;
}
.bottom2_ul1{
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #404040;
	margin-top: 30px;
}
.bottom2_ul1 li{
	display: inline-block;
	margin-right: 12px;
	color: #fff;
}
.bottom2_ul1 li:last-of-type{
	margin-right: 0;
}
.bottom2_ul1 li a{
	font-size: 14px;
	color: #939393;
}
.bottom2_ul1 li a:hover{
	color: #fff;
}
.bottom2_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #939393;
}
.bottom2_p{
	color: #939393;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 15px;
}
.bottom2_box div a{
	color: #939393;
}
.bottom2_box div span{
	margin: 0px 8px;
}
.main3{
	width: 1200px;
	margin:0 auto;
}