body {
	font-family: "Lato", sans-serif, Microsoft JhengHei;
	margin: 0px;
	float: left;
	width: 100%;
}
img {
	max-width: 100%;
}
@-ms-viewport {
  width: device-width;
}

@font-face {
	font-family: dinpro-light;
	src: url(../fonts/DINPro-Light.ttf);
}
@font-face {
	font-family: dinpro-light;
	src: url(../fonts/DINPro-Light.ttf);
}
@font-face {
	font-family: dinpro-medium;
	src: url(../fonts/dinpro-medium.ttf);
}
@font-face {
	font-family: dinpro-regular;
	src: url(../fonts/dinpro-medium.ttf);
}
@font-face {
	font-family: Lato-Regular;
	src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
	font-family: Teko-Regular;
	src: url(../fonts/Teko-Regular.ttf);
}
@font-face {
	font-family: calibrili-light-italic;
	src: url(../fonts/calibrili.ttf);
}
@font-face {
	font-family: DINRegularAlternate;
	src: url(../fonts/DINRegularAlternate.ttf);
}
h1{
	font-size:60px;
}
.bg {
	float:left;
	width:100%;
	height: 100%;
	background-size: 100% 100%;
}
.home_bg_video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100; 
	transform: translateX(-50%) translateY(-50%);
	background: url('images/homeBg.jpg') no-repeat;
	background-size: cover;
	transition: 1s opacity;
}
.fix-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.logo {
	width: 215px;
	height: 110px;
	cursor: pointer;
	z-index: 1;
	position: fixed;
	top: 8%;
	left: 20%;
	background-size: 100%;
	background-image: url(../images/stella_logo.png);
	background-repeat: no-repeat;
}
.start_icon {
	position: absolute;
	right: 45px;
	top: 11px;
}
.eda_footer {
	float: left;
	width: 100%;
	background: #013189;
	color: #95abd2;
	position: fixed;
	bottom: 0px;
	text-align: center;
	padding: 8px 0px;
	font-size: 9px;
}
.home .text {
	width: 40%;
	height: 50%;
	color: #FFF;
	text-align: center;
	position: absolute;
	left: 29%; 
	bottom: 10%;
	margin: auto;
	z-index: 1;
}
.home .text h1 {
	margin: 0;
	padding: 0;
	letter-spacing: 2px;
	font-size: 40px;
	line-height: 70px;
}
.home .text p {
	font-size: 18px;
}
.right_menu {
	position: fixed;
	right: 0px;
	z-index: 3;
}
.text_img {
	float: left;
	width: 100%;
}
.menu-tab{
	float: right;
	font-size: 28px;
	cursor: pointer;
	width: 35px;
	height: 100%;
	color: #fff;
	text-align: center;
	padding: 0px 5px;

}
.imagedemo img{
	width: 100%;
	height: auto;
}
div#main_menu_icon {
	float: left;
}
.foot_text {
	float: left;
	white-space: nowrap;
	transform: rotate(90deg);
	position: absolute;
	left: -71px;
	bottom: 100px;
}
.foot_text a {    
	color: #fff;
	text-decoration: none;
}
.foot_text img {
	transform: rotate(270deg);
	width: 28px;
	padding-bottom: 10px;
	padding-left: 6px;
	text-align: center;
}
.vert_header {
	float: right;
	width: 35px;
	height: 600px;
	background: #0072a1;
	color: #fff;
	text-align: center;
}
.sidenav {
	height: 100%;
	width: 275px;
	position: fixed;
	z-index: -1;
	top: 0;
	right: -275px;
	overflow: hidden;
	transition: 0.5s;
	padding-top: 0px;
}
.sidenav ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.sidenav ul li{
	background-position: 30%;
	float: left;
	width: 100%;
	padding: 10px 0px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	text-transform: uppercase;
	opacity: 1;
}  
.over_laybg {
	float: left;
	width: 100%;
	height:100%;
	background-image: linear-gradient(rgba(255, 255, 255,0) 15%, rgba(0, 224, 240,0.5) 40%, rgba(0, 139, 214,0.8) 70%, rgb(0, 28, 168) 100%);
	background-image: -webkit-linear-gradient(rgba(255, 255, 255,0) 15%, rgba(0, 224, 240,0.5) 40%, rgba(0, 139, 214,0.8) 70%, rgb(0, 28, 168) 100%);
	background-repeat-y: no-repeat;
	z-index: 0;
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	/*
	background-image: -webkit-linear-gradient(top, rgba(37, 59, 166, 0) 40%, #253ba6 100%);
	background-image: linear-gradient(to bottom, rgba(37, 59, 166, 0) 40%, #253ba6 100%);
	background-image: linear-gradient(rgba(215, 104, 255, 0) 20%, rgba(108, 131, 220, 0.498039) 60%, rgb(0, 157, 185) 100%);*/
}
.sidenav ul li:hover{
	opacity: .95;
}
li.menu1 {
	background: url(../images/menu1.png);
}
li.menu2 {
	background: url(../images/menu2.png);
}
li.menu3 {
	background: url(../images/menu3.png);
}
li.menu4 {
	background: url(../images/menu4.png);
	background-color: #065bb1;
}
li.menu5 {
	background: url(../images/menu5.png);
}
li.menu6 {
	background: url(../images/menu6.png);
}
.sidenav ul li a {
	padding: 3px 8px 3px 20px;
	text-decoration: none;
	color: #fff;
	display: block;
	transition: 0.3s;
}

.sidenav ul li a:hover, .offcanvas a:focus {
	color: #008CD6;
}
/************/
.sidenav ul a li{
	background-position: 30%;
	float: left;
	width: 100%;
	padding: 10px 0px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	text-transform: uppercase;
	opacity: 1;
} 
h3.main_menu_hdr_t {
	padding: 3px 8px 3px 20px;
	text-decoration: none;
	color: #fff;
	display: block;
	transition: 0.3s;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	font-family: dinpro-medium;
}

h3.main_menu_hdr {
	padding: 3px 8px 3px 20px;
	text-decoration: none;
	color: #fff;
	display: block;
	transition: 0.3s;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	font-family: dinpro-medium;
}
h3.main_menu_hdr:hover{
	 color: #008CD6;
}
.sidenav ul li:hover h3.main_menu_hdr{
	color: #008CD6;
}
/**********/
.sidenav ul li a span {
	padding: 10px 0px 0px 20px;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	display: block;
	transition: 0.3s;
	line-height: 22px;
}
.sidenav .main_menu h3 {
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-family: dinpro-medium;
}
.sidenav .sub_menu{
	font-family: dinpro-light;
}
.sidenav p {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.main {
	float: left;
	width: 100%;
}
.header {
	position: fixed;
	z-index: 1;
	top: 0px;
	float: left;
	width: 100%;
	background: -webkit-linear-gradient( #00e4ff,#008cd6);
	background: -ms-linear-gradient( #00e4ff,#008cd6);
	background: -moz-linear-gradient( #00e4ff,#008cd6);
	background: linear-gradient( #00e4ff,#008cd6);
}
.main_logo {
	float: left;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	transform: translate(-50%);
	padding: 20px 0px;
}
.main_logo  img{
	width:100%;
}
.main_menus {
	float: right;
	padding-top: 60px;
	width:20%;
}
.main_menus ul {
	padding: 0px;
	margin: 0px;
}
.main_menus li {
	list-style: none;
	float: left;
	padding: 0px 13%;
}
.main_menus li a {
	color: #fff;
	font-family: Lato-Regular;
	text-decoration: none;
}
.main_menus li a:hover {
	color: #00fcff;  
}
.body_content {
	float: left;
	width: 100%;
}
.body_content.eda_content {
	margin-top: 102px;
}
.main_footer {
	float: left;
	width: 100%;
}
.product_grid {
	float: left;
	width: 16.66%;
	height:590px;
	position: relative;
}
.index_gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	transition: opacity 750ms;
}
.bottom_logo{
	position: absolute;
	bottom: 0px;
	width: 100%;
	min-height: 120px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	transition: bottom 750ms;
}
p.logo_txt {
	float:left;
	text-align: center;
	width: 100%;
	color: #fff;
	margin: 5px 0px 0px 0px;
	font-size:11px;
}
/*.altium_logo{
	background-image: url(../images/altiumlogo_gray.png);
}
.heidelberg_logo{
	background-image: url(../images/heidelberglogo_gray.png);
}
.raith_logo{
	background-image: url(../images/raithlogo_gray.png);
}
.stella_equipment_logo{
	background-image: url(../images/stellainstrulogo_gray.png);
}
.konika_logo{
	background-image: url(../images/konicalogo_gray.png);
}
.toa_logo{
	background-image: url(../images/toalogo_gray.png);
}
.rainbow_logo{
	background-image: url(../images/rainbowlogo_gray.png);
}
.fine_vision_logo{
	background-image: url(../images/stellajavelogo_gray.png);
}*/
.product_grid:hover  .index_gradient{
	opacity: 1;
	background: linear-gradient(to right, rgba(0,113,195,1) 1%,rgba(106,235,255,1) 100%);
}
.grid_img:hover .bottom_logo{
	bottom: 80px;
}
.grid_img {
	float: left;
	width: 100%;
	height: 100%;
	background-size: 100% calc(100% - 40px);
	background-repeat: no-repeat;
}
	.eda_grid{
		background-image: url(../images/altiumbg_gray.png);
	}
	
	.eda_grid:hover{
		background-image: url(../images/altiumbg_color.png);
	}
	.logo1 {
		display:block; 
		float: left;
		width: 100%;
	}
	.logo2 {
		display:none;
		float: left;
		width: 100%;	
	}
	.eda_grid:hover .logo1 {
		display:none; 
	}
	.eda_grid:hover .logo2 {
		display:block; 
	}
	.heidelberg{
		background-image: url(../images/heidelberg_gray_2020.png);
	}
	.heidelberg:hover{
		background-image: url(../images/heidelberg_color_2020.png);
	}
	/*.heidelberg:hover .heidelberg_logo{
		background-image: url(../images/heidelberglogo_color.png);
	}*/
	.heidelberg:hover .logo1 {
		display:none; 
	}
	.heidelberg:hover .logo2 {
		display:block; 
	}
	
	.raith{
		background-image: url(../images/raithbg_gray.png);
	}
	.raith:hover{
		background-image: url(../images/raithbg_color.png);
	}
	/*.raith:hover .raith_logo{
		background-image: url(../images/raithlogo_color.png);
	}*/
	.raith:hover .logo1 {
		display:none; 
	}
	.raith:hover .logo2 {
		display:block; 
	}
	
	.stella_equipment{
		background-image: url(../images/stellainstrubg_gray.png);
	}
	.stella_equipment:hover{
		background-image: url(../images/stellainstrubg_color.png);
	}
	/*.stella_equipment:hover .stella_equipment_logo{
		background-image: url(../images/stellainstrulogo_color.png);
	}*/
	.stella_equipment:hover .logo1 {
		display:none; 
	}
	.stella_equipment:hover .logo2 {
		display:block; 
	} 
	
	.konika{
		background-image: url(../images/konicabg_gray.png);
	}
	.konika:hover{
		background-image: url(../images/konicabg_color.png);
	}
	/*.konika:hover .konika_logo{
		background-image: url(../images/konicalogo_color.png);
	}*/
	.konika:hover .logo1 {
		display:none; 
	}
	.konika:hover .logo2 {
		display:block; 
	} 
	
	.toa{
		background-image: url(../images/toabg_gray.png);
	}
	.toa:hover{
		background-image: url(../images/toabg_color.png);
	}
	/*.toa:hover .toa_logo{
		background-image: url(../images/toalogo_color.png);
	}*/
	.toa:hover .logo1 {
		display:none; 
	}
	.toa:hover .logo2 {
		display:block; 
	} 
	.rainbow{
		background-image: url(../images/rainbowbg_gray.png);
	}
	.rainbow:hover{
		background-image: url(../images/rainbowbg_color.png);
	}
	/*.rainbow:hover .rainbow_logo{
		background-image: url(../images/rainbowlogo_color.png);
	}*/
	.rainbow:hover .logo1 {
		display:none; 
	}
	.rainbow:hover .logo2 {
		display:block; 
	}
	.bmf{
		background-image: url(../images/bmfbg_gray.png);
	}
	.bmf:hover{
		background-image: url(../images/bmfbg_color.png);
	}
	/*.bmf:hover .bmf_logo{
		background-image: url(../images/bmflogo_color.png);
	}*/
	.bmf:hover .logo1 {
		display:none; 
	}
	.bmf:hover .logo2 {
		display:block; 
	}
	.fine_vision{
		background-image: url(../images/stellajavebg_gray.png);
	}
	.fine_vision:hover{
		background-image: url(../images/stellajavebg_color.png);
	}
	/*.fine_vision:hover .fine_vision_logo{
		background-image: url(../images/stellajavelogo_color.png);
	}*/
	.fine_vision:hover .logo1 {
		display:none; 
	}
	.fine_vision:hover .logo2 {
		display:block; 
	}
.eda_logo {
	float: left;
	position: absolute;
	top: 8%;
	left: 20%;
	z-index: 1;
}
.eda_logo  img{
	width: 215px;
}
.product_slider {
	float: left;
	width: 100%;
	position: relative;
}
.product_slider img.main_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.altium_desing_mind {
	float: left;
	width: 30%;
	position: absolute;
	top: 60%;
	left: 49%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.scroll_btn {
	float: left;
	width: 4%;
	position: absolute;
	bottom: 25px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}
.scroll_links {
	float: left;
	position: fixed;
	top: 50%;
	left: 2%;
	z-index: 1;
}
.scroll_links li:hover .title_hover {
	display: block;
}
.title_hover {
	float: left;
	width: auto;
	background: #337ab7;
	padding: 2px 6px;
	border-radius: 4px;
	margin-left: 4px;
	color: #fff;
	display: none;
}
.scroll_links ul {
	padding: 0px;
	margin: 0px;
}
.scroll_links li{
	list-style: none;
	display: flex;
}
.scroll_links li  a{
	border: 1px solid #008cd6;
	width: 10px;
	float:left;
	height: 10px;
	margin: 6px 0px;
	cursor: pointer;
	border-radius: 10px;
}
div#html5-watermark {
	display: none !important;
}
.scroll_links li a:hover {
	background-color: #008cd6;
}
.scroll_links li a.scroll_active {
	background-color: #008cd6;
}
.grp1 {
	float: left;
	width: 100%;
	padding-right: 35px;
}
.grp1 .grp_left {
	float: left;
	width: 50%;
	padding-top: 50px;
	background-color: #0d0c11;
}
.grp_right .grp_title {
	font-family: dinpro-medium, Microsoft JhengHei;
	font-weight: bolder;
	margin-top: 25px;
}
.grp_right .grp_title h3 {
	margin: 0px;
	font-size: 35px;
	color: #008cd6;
}
.grp1 .cont {
	float: left;
	width: 100%;
	padding: 20px 0px;
	font-size: 18px;
}
.grp1 .grp_right {
	float: left;
	width: 50%;
	background-color: #fff;
	padding: 2% 5%;
}
.grp2 {
	float: left;
	width: 100%;
	background-color: #efefef;
	text-align: center;
	padding: 40px 0px 5%;
	padding-right: 35px;
}
.v_image img {
	cursor: pointer;
}
.grp2 .title h3 {
	margin: 10px 0px 15px;
	font-size: 27px;
}
.grp2 .desc {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.grp2 .v_image img.pcb_img{
	max-width: 600px;
	width:100%;
}
.grp3 {
	float: left;
	width: 100%;
	padding-right: 35px;
}
.hws-row {
	float: left;
	width: 100%;
	padding: 30px;
}
.item_row {
	float: left;
	width: 100%;
}
.col_itm_4 {
	float: left;
	width: 33.3%;
	padding: 0px 3%;
}
.col_itm_video {
	float: left;
	width: 33.3%;
	padding: 20px 3%;
}

.item_desc p.title {
	font-size: 22px;
}
.item_desc {
	float: left;
	width: 100%;
	min-height: 150px;
}
.col_itm_4 .v_image {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.col_itm_video .v_image {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.row_title {
	float: left;
	width: 100%;
	text-align: center;
}
.row_title_trm {
	float: left;
	width: 100%;
	text-align: center;
}
a.m_link {
	color: #008cd6;
	margin-top: 8px;
	float: left;
	font-size: 18px;
}
.row_title  h3{
	margin: auto;
	width: 80%;
	font-size: 27px;
	padding: 12px 0px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
.row_title_trm  h3{
	margin: auto;
	width: 80%;
	font-size: 27px;
	padding: 12px 0px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
    color: #008cd6;
}
.col_itm_4  .v_image img{
	width:100%;
}
.slider_title {
	/* float: left; */
	width: 100%;
	text-align: center;
	color: #fff;
	margin-bottom: 27px;
}
.item_desc p {
	margin: 0px;
	font-size: 16px;
}
.grp4 {
	float: left;
	width: 100%;
	padding: 40px 35px 40px 0px;
	background: url(../images/cover_slider.png);
	background-size: cover;
}
.footer_top {
	float: left;
	width: 100%;
	padding: 5% 10px;
	padding-right: 50px;
}
.hws-col-4 {
	float: left;
	width: 33.3%;
	text-align: center;
	padding: 0px 7%;
}
.hws-col-4 .title h3 {
	color: #008cd6;
	font-size: 27px;
	margin-bottom: 20px;
}
.cont_details {
	float: left;
	width: 100%;
	color: #008cd6;
	font-family: calibrili-light-italic;
}
.cont_details h3.cont_no {
	font-size: 33px;
}
.cont_details h4.email {
	font-size: 23px;
}
.cont_details h4.email a {
	text-decoration: none;
}
.hws-col-4 .desc {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 16px;
	min-height: 110px;
}
.desc p {
	margin: 0px;
}
button.download_btn {
	margin: 30px 0px;
	background-color: #008cd6;
	border: none;
	border-radius: 22px;
	color: #fff;
	padding: 5px 25px;
	font-size: 20px;
	font-family: Microsoft JhengHei;
}
.content_footer {
	float: left;
	width: 100%;
	background-color: #eeeeee;
	text-align: center;
	padding: 40px 0px 50px;
}
.foot_logo {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.content_footer .footer_text {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	color: #333333;
}
.footer_text .f_contact{
	font-size: 17px;
}
.social {
	float: left;
	width: 100%;
}
.social ul {
	float: left;
	padding: 0px;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translate(-50%);
}
.social ul  li {
	float: left;
	padding: 0px 12px;
	list-style: none;
	margin: 0px 10px;
}
.footer_text a {
	font-style: italic;
	color: #000;
}
.footer_text p span {
	color: #48cbfe;
}
/*********************************News page css******************************/

.body_content.news_content {
	background: url(../images/news_bg1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
}
.news_logo {
	float: left;
	position: absolute;
	top: 8%;
	left: 20%;
	z-index: 2;
}
.news_logo img {
	max-width: 100%;
}
.over_newsbg {
	float: left;
	width: 100%;
	height: 100%;
	right: 30px;
	background-repeat-y: no-repeat;
	z-index: 0;
	position: absolute;
	bottom: 0px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-image: -webkit-linear-linear-gradient(rgba(255, 156, 0, 0.0) 20%, hsla(30, 100%, 60%, 0.95) 40%, hsla(30, 100%, 33%, 1) 100%); 
	background-image: linear-gradient(rgba(255, 156, 0, 0.0) 20%, hsla(30, 100%, 60%, 0.95) 40%, hsla(30, 100%, 33%, 1) 100%);
	}
.outer_news_box {
	float: left;
	width: 100%;
	padding-top: 17%;
	margin-bottom: 5%;
	z-index: 1;
}
.news_text {
	width: 62%;
	color: #000;
	text-align: center;
	position: relative;
	float: left;
	/* left: 50%; */
	margin: auto;
	transform: translate(30%);
	background: rgba(255, 255, 255, 0.8);
	padding: 30px 0px 10%;
	z-index: 1;
	font-family: dinpro-medium, Microsoft JhengHei;
}
.news_close_box {
	float: left;
	width: 92%;
	padding: 30px 0px 20px;
	margin: 0px 4%;
	position: relative;
	border-bottom: 1px solid #bababa;
}
.news_close_box:last-child {
	border: none;
	padding: 20px 40px 0px;
}
.news_text h1 {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0px 0px 6%;
	/*font-family: dinpro-medium, Microsoft JhengHei;*/
	padding:0px 40px;
	text-transform: uppercase;
	
}
.news_close_box h5 {
	float: left;
	width: 95%;
	text-align: left;
	/*font-family: dinpro-medium, Microsoft JhengHei;*/
	margin: 0px 0px 10px;
	font-size: 24px;
}

.news_close_box p {
	float: left;
	width: 100%;
	text-align: left;
	font-family: dinpro-medium, Microsoft JhengHei;
	font-size: 18px;
}
/*********************/
.news_open_box {
	float: left;
	width: 100%;
	padding: 0px 0px 0px;
	text-align: left;
}
.open_left_cnt {
	float: left;
	width: 90%;
	background: #fff;
	padding: 10px 40px;
	min-height: 212px;
}
.open_left_cnt h5 {
	float: left;
	width: 100%;
	text-align: left;
   /* font-family: dinpro-medium;*/
	margin: 0px 0px 10px;
	font-size: 18px;
}

.open_left_cnt p {
	float: left;
	width: 100%;
	text-align: left;
	color: #808080;
	font-family: dinpro-medium, Microsoft JhengHei;
}
.open_right_cnt {
	float: right;
	width: 10%;
	background: #ff8004;
	text-align: center;
	padding: 6% 0px;
	min-height:212px;
}
.open_right_cnt_finish{
	float: right;
	width: 10%;
	background: #808080;
	text-align: center;
	padding: 7% 0px;
	min-height:212px;
	color:#FFFFFF;
	font-size: 18px;
}
.open_right_cnt a {
	color: #fff;
	width: 100%;
	float: left;
}
.open_right_cnt a:hover{
	text-decoration:none;
}
.open_right_cnt a span {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.open_right_cnt a span i.fa.fa-long-arrow-right {
	padding: 8px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-top: 5px;
}
span.drop_down_btn {
	position: absolute;
	right: 3%;
	top: 30%;
	cursor:pointer;
}
.drop_down_btn i.fa.fa-plus {
	font-size: 20px;
	color: #ff8004;
	background: transparent;
	border-radius: 50%;
	border: 1px solid #ff8004;
	padding: 10px 13px;
}
.drop_down_btn.collapsed .fa-plus:before {
	content: "\f067";
}
.drop_down_btn .fa-plus:before {
	content: "\f068";
}
/***************************************************************/
/*********************************technical paper css******************************/

.body_content.tech_content {
	background: url(../images/tech_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
}
.tech_logo {
	float: left;
	position: absolute;
	top: 8%;
	left: 20%;
	z-index: 2;
}
.tech_logo img {
	max-width: 100%;
}
.over_techbg {
	float: left;
	width: 100%;
	height: 100%;
	right: 30px;
	background-repeat-y: no-repeat;
	z-index: 0;
	position: absolute;
	bottom: 0px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-image: -webkit-linear-linear-gradient(rgba(78, 40, 126, 0.0) 20%, hsla(267, 52%, 33%, 0.95) 40%, hsla(267, 52%, 33%, 1) 100%); 
	background-image: linear-gradient(rgba(78, 40, 126, 0.0) 20%, hsla(267, 52%, 33%, 0.95) 40%, hsla(267, 52%, 33%, 1) 100%);
	}
.outer_tech_box {
	float: left;
	width: 100%;
	padding-top: 17%;
	margin-bottom: 5%;
	z-index: 1;
}
.tech_text {
	width: 62%;
	color: #000;
	text-align: center;
	position: relative;
	float: left;
	/* left: 50%; */
	margin: auto;
	transform: translate(30%);
	background: rgba(255, 255, 255, 0.8);
	padding: 30px 0px 10%;
	z-index: 1;
	font-family: dinpro-medium, Microsoft JhengHei;
}
.tech_close_box {
	float: left;
	width: 92%;
	padding: 30px 0px 20px;
	margin: 0px 4%;
	position: relative;
	border-bottom: 1px solid #bababa;
}
.tech_close_box:last-child {
	border: none;
	padding: 20px 40px 0px;
}
.tech_text h1 {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0px 0px 6%;
	/*font-family: dinpro-medium, Microsoft JhengHei;*/
	padding:0px 40px;
	text-transform: uppercase;
	
}
.tech_close_box h5 {
	float: left;
	width: 95%;
	text-align: left;
	/*font-family: dinpro-medium, Microsoft JhengHei;*/
	margin: 0px 0px 10px;
	font-size: 24px;
}

.tech_close_box p {
	float: left;
	width: 100%;
	text-align: left;
	font-family: dinpro-medium, Microsoft JhengHei;
	font-size: 18px;
}
/*********************/
.tech_open_box {
	float: left;
	width: 100%;
	padding: 0px 0px 0px;
	text-align: left;
}
.tech_open_left_cnt {
	float: left;
	width: 90%;
	background: #fff;
	padding: 10px 40px;
	min-height: 212px;
}
.tech_open_left_cnt h5 {
	float: left;
	width: 100%;
	text-align: left;
   /* font-family: dinpro-medium;*/
	margin: 0px 0px 10px;
	font-size: 18px;
}

.tech_open_left_cnt p {
	float: left;
	width: 100%;
	text-align: left;
	color: #808080;
	font-family: dinpro-medium, Microsoft JhengHei;
}
.tech_open_right_cnt {
	float: right;
	width: 10%;
	background: #4E287E;
	text-align: center;
	padding: 6% 0px;
	min-height:212px;
}
.tech_open_right_cnt_finish{
	float: right;
	width: 10%;
	background: #808080;
	text-align: center;
	padding: 7% 0px;
	min-height:212px;
	color:#FFFFFF;
	font-size: 18px;
}
.tech_open_right_cnt a {
	color: #fff;
	width: 100%;
	float: left;
}
.tech_open_right_cnt a:hover{
	text-decoration:none;
}
.tech_open_right_cnt a span {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.tech_open_right_cnt a span i.fa.fa-long-arrow-right {
	padding: 8px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-top: 5px;
}
.tech_open_box_hdr_txt{
	font-size: 18px;
}
span.tech_drop_down_btn {
	position: absolute;
	right: 3%;
	top: 30%;
	cursor:pointer;
}
.tech_drop_down_btn i.fa.fa-plus {
	font-size: 20px;
	color: #4E287E;
	background: transparent;
	border-radius: 50%;
	border: 1px solid #4E287E;
	padding: 10px 13px;
}
.tech_drop_down_btn.collapsed .fa-plus:before {
	content: "\f067";
}
.tech_drop_down_btn .fa-plus:before {
	content: "\f068";
}


/***************************************************************/
/*********************************video library css******************************/

.grp2_video{
	float: left;
	width: 100%;
	/*background-color: #efefef;*/
	text-align: center;
	padding: 40px 0px 5%;
	padding-right: 35px;
	margin: 200px 0px 0px 0px;
	background-image: url(../images/video_bg.png);
}
.title_video{
	color: #FFFFFF;
}
/***************************************************************/
/*********************************documentation css***********/
.body_content.doc_content {
	background: url(../images/document_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
}
/***************************************************************/
/************************************altum-vault page css***********************************/
.vault_desing_mind {
	float: left;
	width: 50%;
	position: absolute;
	top: 50%;
	left: 13%;
	z-index: 2;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	color: #fff;
}
.vault .title h3 {
	margin: 0px;
	font-size: 22px;
	padding-bottom: 3px;
}
.grp2.vault .desc{
	margin: 10px 0px;
}
.grp2.vault {
	padding: 5% 0px 4%;
}
.vault_desing_mind  p {
	font-size: 18px;
	line-height: 20px;
	font-family: Microsoft JhengHei, DINRegularAlternate;
}
.vault_desing_mind  h3 {
	font-size: 40px;
	margin: 0px 0px 20px;
	font-family: DINRegularAlternate;
}
.item_icon {
	text-align: center;
	float: left;
	width: 100%;
	padding: 25px 0px;
}
.grp3.vault .item_desc{
	min-height:unset;
}
.grp3.vault .item_row{
	padding-bottom: 7%;
	
}
button.download_btn:focus {
	outline: 0px;
}
/*************************************************************************************/

.abt_content {
	float: left;
	width: 100%;
	/*background: url(../images/about_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 390px;*/
	position: relative;
}
.abt_content img {
	width: 100%;
	object-fit: cover;
}
.abt_content h1 {
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	top: 50%;
	font-weight: 600;
	font-size: 140px;
	font-family: Teko-Regular;
	letter-spacing: 12px;
		margin: 0px;
}
/*.abt_btm_cnt.top_abt_box {
	margin-top: -25px;
}*/
.abt_btm_outer {
	float: left;
	width: 100%;
}
.abt_btm_cnt {
	float: left;
	width: 100%;
	position: relative;
}
.abt_left_cnt {
	float: left;
	width: 50%;
	background: #e8f8fd;
	min-height: 435px;
}

.abt_btm_cnt.top_abt_box {
	margin-top: -50px;
}
.abt_left_cnt img {
	width: 100%;
	object-fit: cover;
	min-height: 438px;
}

.abt_rgt_cnt {
	width: 50%;
	text-align: justify;
	float: left;
	background: #f2f2f2;
	min-height: 435px;
	margin-top: 50px;
	
}
.abt_left_cnt .text_block {
	float: left;
	width: 100%;
	position: relative;
	left: 75px;
	background: #e8f8fd;
	height: 100%;
	min-height: 438px;
	padding-right: 10%;
	padding-top: 10%;
}
.abt_rgt_cnt .text_block {
	float: left;
	width: 100%;
	position: relative;
	right: 75px;
	background: #f2f2f2;
	height: 100%;
	min-height: 438px;
	padding-left: 15%;
	padding-top: 10%;

}
.abt_left_cnt .text_block ul li{
	margin: 0px;
	padding: 0px;
}
.abt_rgt_cnt h2 ,.abt_left_cnt h2 {
	color: #00c8ff;
	font-size: 48px;
	font-family: Teko-Regular;
	margin: 30px 0px;
	letter-spacing: 5px;
}
.abt_rgt_cnt p,.abt_left_cnt p {
	font-family: Teko-Regular;
	font-size: 16px;
	float: left;
}
.abt_rgt_cnt img {
	object-fit: cover;
	min-height: 438px;
	width: 100%;
}
.img_block{
	padding:0px;
	background:transparent;
}
a.button {
	float: right;
}
button.contact_btn {
	border: 1px solid #00c8ff;
	background: none;
	padding: 5px;
	margin: 0px 1px;
	color: #00c8ff;
}
button.contact_btn:hover {
	background-color: #00c8ff;
	color: #fff;
}
.abt_rgt_cnt ul {
	list-style: none;
	float: left;
	width: 100%;
}
/*************/
.abt_rgt2_cnt {
	float: right;
	width: 50%;
	
	 /*margin-top: 25px;*/
}

.abt_rgt2_cnt img {
	width: 100%;
	object-fit: cover;
}
.abt_lft_cnt {
	width: 55%;
	z-index: 9;
	padding: 49px 40px 10px 5%;
	text-align: justify;
	float: right;
	position: absolute;
	left: 0px;
	height: auto;
	background: #e8f8fd;
	/*min-height: 370px;*/
}
.abt_lft_cnt h2 {
	color: #00c8ff;
	font-size: 48px;
	font-family: Teko-Regular;
	margin: 30px 0px;
	letter-spacing: 5px;
}
.abt_lft_cnt p {
	font-family: Teko-Regular;
	font-size: 16px;
}
.abt_lft_cnt ul{
	padding:0px;
	list-style:none;
}
/***********************************/
.border_empty {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ddd;
}

/**********************************/
/*********************************contact_us page************************************/
.body_content.cnt_us_content {
	background: url(../images/contact_us_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
}
.over_contact_us_bg {
	float: left;
	width: 100%;
	height: 100%;
	right: 30px;
	background-repeat-y: no-repeat;
	z-index: 0;
	position: absolute;
	top: 0px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-image: -webkit-linear-gradient(rgba(40, 40, 40, 0.2) 0%,rgba(199, 199, 199, 0.8) 80%, rgba(40, 40, 40, 0.98) 100%);
	background-image: linear-gradient(rgba(40, 40, 40, 0.2) 0%,rgba(199, 199, 199, 0.8) 80%, rgba(40, 40, 40, 0.98) 100%);

	}
.outer_contact_box {
	float: left;  
	width: 100%;
	position: relative;
	padding-top: 22%;
}
.contact_text_box {
	width: 88.6%;
	color: #000;
	text-align: center;
	position: relative;
	float: right;
	right: 0px;
	background: #ece9e1;
	padding: 30px 0px;
	z-index: 1;
}
.contact_text_box h1 {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0px 0px 5%;
	font-family: dinpro-medium;
	padding: 0px 40px;
}
.contatct_us_left {
	float: left;
	width: 60%;
	background: #252e42;
	padding: 5%;
	font-family: dinpro-light;
	min-height: 760px;
}

.contatct_us_left h5 {
	float: left;
	width: 100%;
	letter-spacing: 1px;
	color: #fff;
	padding: 0px 30px;
	font-size: 18px;
	line-height: 24px;
}
.contatct_us_left h5 span {
	padding-left: 15px;
}
.cnt_us_form.col-sm-12 {
	margin-top: 5%;
	float: left;
	
}
.cnt_us_form input.size_cnt_us {
	width: 100%;
	padding: 15px;
	margin:12px 0px;
	border-radius: 5px;
}
.cnt_us_form textarea.size_cnt_us {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
}
.cnt_us_form.col-sm-12 i.fa.fa-asterisk {
	color: #5da6d9;
	position: absolute;
}
p.cnt_us_sbmt_btn {
	float: right;
	margin: 4% 15px 0px;
}
.cnt_us_sbmt_btn input.button {
	background: transparent;
	color: #6aacda;
	padding: 5px 25px;
	border-radius: 18px;
	border: 1px solid #6aacda;
}
/**************************/
.contatct_us_right {
	width: 40%;
	float: left;
	background: #ece9e1;
	font-family: dinpro-light;
		min-height: 760px;
}
.address_box {
	float: left;
	width: 100%;
	padding-bottom: 8px;
}
.inner_adrs_box {
	float: left;
	width: 50%;
	padding: 0px 30px;
	margin-bottom: 5%;
}
.inner_adrs_box h5 {
	color: #5da6d9;
	margin: 0px 0px 10px;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 22px;
}
.inner_adrs_box p {
	color: #000;
	margin: 0px 0px 5px;
	font-weight: 600;
		font-size: 16px;
}
.inner_adrs_box.btm_box {
	margin-top: 20px;
	width: 100%;
}
.inner_adrs_box.btm_box p {
	letter-spacing: 1px;
}

.map_box {
	float: left;
	width: 93%;
}
.map_box iframe, div#mapDiv{
filter: grayscale(100%);
}

/*********************************************************************************/
/*********************************contacts page css start************************/
.cantacts_map_box {
	float: left;
	width: 100%;
	}
.cantacts_map_box iframe, div#mapDiv {
filter: grayscale(100%);
}	

.cnt_container {
	margin: 0 auto;
	width: 75%;
}
.cnt_box-left_inner {
	float: left;
	width: 100%;
	background: #eeeeee;
	position: relative;
	padding:20px;
	margin-top: 55px;
}
h1.cnt_heading {
	top: 62%;
}
.cnt_box-left h3 {
	padding: 15px 15px;
	font-family: Teko-Regular;
	letter-spacing: 2px;
	font-size: 30px;
}	
.cnt_box-left p {
	padding: 0px 15px 5px;
	margin: 0 0px 30px;
	font-size: 16px;
}
.cnt_box-left p input {
	width: 100%;
	border: none;
	padding: 8px;
	
}
.cnt_box-left p textarea {
	width: 100%;
	border: none;
	padding: 6px 6px;
	margin-bottom: 15%;
	height: 170px;
}
p.s_btn {
	float: right;
	width: 30%;
	margin: 0px !important;
	padding: 0px !important;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
p.s_btn input.button {
	padding: 10px 20px;
	background: #fff;
	float: left;
	width: 70%;
}
.s_btn span {
	float: left;
	width: 30%;
	padding: 10px 0px;
	text-align: center;
	background: #00c9ff;
	color: #fff;
	cursor: pointer;
}

/*********************/
.cnt_box-right_inner {
	float: left;
	width: 100%;
	background: #00c9ff;
	position: relative;
	padding: 0 20px;
	margin-top: -22%;
}
.cnt_box-right_inner ul {
	padding: 0px;
	list-style: none;
}
.cnt_box-right_inner h2 {
	color: #5f8b9c;
	padding: 30px 0px;
	margin: 0px;
	letter-spacing: 2px;
	border-bottom: 1px solid #bfbfbf;
	font-family: Teko-Regular;
}
.cnt_box-right_inner ul li {
	padding: 20px 0px 30px;
	border-bottom: 1px solid #bfbfbf;
	float: left;
	width: 100%;
}
.cnt_box-right_inner ul li h3 {
	color: #fff;
	font-size: 20px;
	margin: 0px;
	padding: 20px 0px;
}
.cnt_box-right_inner ul li p {
	margin: 0px;
	padding-bottom: 3px;
	font-size: 16px;
	color: #000;
}
.cnt_box-right_inner ul li a {
	color: #fff;
	font-size: 14px;
	padding-top: 20px;
	float: left;
}
.contact_form_box.col-sm-12.wow.fadeInUp {
	margin-bottom: 30px;
}
.cnt_box-left.col-sm-7 {
	margin-bottom: 10px;
}
.cnt_box-right.col-sm-5 {
	margin-bottom: 10px;
}
.cnt_box-right_inner ul li:last-child {
	border-bottom: none;
	margin-bottom: 50px;
}
/*******************************************************************************/

/*****************************Certification page css start***********************/
.body_content.certification_content {
	background: url(../images/certification_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	/*position: relative;*/
}
.over_certification_bg {
	float: left;
	width: 100%;
	height: 100%;
	right: 35px;
	background-repeat-y: no-repeat;
	z-index: 0;
	position: absolute;
	top: 17%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-image: -webkit-linear-gradient(rgba(40, 40, 40, 0) 20%,rgba(199, 199, 199, 0.7) 80%, #52098a 100%);
	background-image: linear-gradient( rgba(17, 97, 206, 0) 10%, rgba(17, 97, 206, 0.7) 70%, #52098a 100%)
	}
.outer_certification_box {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 22%;
}
.certification_text_box {
	width: 88.6%;
	color: #000;
	text-align: center;
	position: relative;
	float: right;
	right: 0px;
	background: rgba(255, 255, 255, 0.1);
	padding: 4% 0px 4%;
	z-index: 1;
	background: rgba(255, 255, 255, 0.5);
}
.certification_text_box h1 {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0px 0px 30px;
	font-family: dinpro-medium, Microsoft JhengHei;
	padding: 0px 40px;
}
.certification_text_box p {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0px 0px 4%;
	font-family: dinpro-medium, Microsoft JhengHei;
	padding: 0px 40px;
	color: #808080;
	font-size: 24px;
	letter-spacing: 2px;
	/* font-weight: 600; */
}
.certification_left {
	float: left;
	width: 50%;
	margin-top: -4%;  
	font-family: dinpro-regular, Microsoft JhengHei;
	text-align: justify;
	text-transform: uppercase;
	z-index: 2;
	position: relative;
}
.certification_left .text_block {
	padding: 3% 15% 3% 8%;
	background: #d2dae0;   
	float:left;
	width:100%;
	
}
.certification_left h2 {
	color: #0590d1;
	font-size: 36px;
	margin: 20px 0px;
	font-weight: 600;
}
.certification_left p {
	line-height: 26px;
	font-size: 16px;
	/* letter-spacing: 1px; */
}
ul.lft_data_list {
	padding: 0px 0px 0px 20px;
}
.lft_data_list li {
	list-style-type: disc;
	color: #0590d1;
	font-size: 16px;
}
.lft_data_list li p{
	color:#000;
	
}  

.certification_right {
	float: left;
	width: 50%;
	margin-top: 0%;
	font-family: dinpro-regular, Microsoft JhengHei;
	text-transform: uppercase;
}
.inner_certification_right {
	background: #3b4485;
	float: left;
	width: 100%;
}
.certification_right .text_block {
	padding: 3% 3% 3% 8%;
	position: relative;
	right: 75px;
	background: #3b4485;
	float:left;
	width:100%;
	z-index: 2;
}
.certification_right h2 {
	color: #0590d1;
	margin: 20px 0px;
	font-size: 30px;
	font-weight: 600;
}
.certification_right h5 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0px;
}
.certification_right p {
	color: #fff;
	margin-top: 5%;
}

.lft_data_tbl {
	float: left;
	width: 100%;
	padding: 30px 0px 0px;
	font-size: 16px;
}
.lft_data_tbl table {
	float: left;
	width: 100%;
}
.lft_data_tbl tr {
	float: left;
	width: 100%;
}
.lft_data_tbl th {
	float: left;
	width: 50%;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
}
.lft_data_tbl th:first-child{
	border-left: none;
}
.lft_data_tbl td {
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 10px;
	border-left: 1px solid #a0a0a0;
}

.lft_data_tbl td:first-child {
	border-left: none;
}
.certif_img_box {
	float: left;
	width: auto;
	margin-right: 20px;
}
.certif_txt_box {
	float: left;
	width: auto;
	font-family: dinpro-light;
}
.certif_txt_box h2{
	color:#fff;
}
ul.certif_list_box {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding: 0px;
}
.certif_list_box li {
	list-style-type: disc;
	color: #0590d1;
	font-size: 16px;
}
.certif_list_box p {
	margin: 0px;
	line-height: 28px;
	color:#fff;
}

.rgt_data_tbl {
	float: left;
	width: 100%;
	color: #fff;
	margin-top: 10px;
}
.rgt_data_tbl table {
	float: left;
	width: 100%;
}
.rgt_data_tbl th {
	padding: 20px 0px 20px;
	text-align: center;
	border-bottom: 1px solid #a0a0a0;
}
.rgt_data_tbl th:first-child {
	width: 28%;
	border-right: 1px solid #a0a0a0;
}
.rgt_data_tbl td {
	text-align: center;
	padding: 20px 0px;
}
.rgt_data_tbl td:first-child {
	border-right: 1px solid #a0a0a0;
}
.rgt_data_tbl td span {
	font-size: 22px;
}
.rgt_data_tbl th:last-child {
	background: #767caa;
}
.rgt_data_tbl td:last-child {
	background: #767caa;
}
.play_icon, .col_itm_4 .v_image .play_icon{
	width: 60px;
	position: absolute;
	float: left;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.video_label {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	position: absolute;
	bottom: 12px;
	color: #fff;
	text-shadow: -3px 0px 10px #404040;
}
.v_image a {
	float: left;
	width: 100%;
	position: relative;
}
/******/
ul.certif_list_box2 {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding: 0px 0px 0px 20px;
}
ul.certif_list_box2 li {
	list-style-type: disc;
	color: #0590d1;
	font-size: 16px;
}
.certif_list_box2 li p {
	margin: 0px;
	line-height: 28px;
	color: #000;
}
.lft_data_tbl2 {
	float: left;
	width: 100%;
	padding: 20px 0px;
}
.lft_data_tbl2 td {
	float: left;
	width: 70%;
	padding: 10px 10px;
	/*border-bottom: 1px solid #a0a0a0;*/
}

.lft_data_tbl2 td:first-child {
	width:20%;
	margin-left: 10px;
}
.lft_data_tbl2 td:last-child {
	border-left: 1px solid #a0a0a0;
}
/*.lft_data_tbl2 tr:last-child {
	border-bottom:none;
}
.lft_data_tbl2 td:nth-child(6) {
	border-bottom:unset;
}
.lft_data_tbl2 td:nth-child(7) {
	border-bottom:unset;
}*/
/**********************/
ul.certf_rgt_list {
	float: left;
	width: 100%;
	padding: 0px;
	list-style: none;
	color: #fff;
	position: relative;
}

/*ul.sub_list_tab span.separator:after {
	content: " ";
	border-left: none;
	left: 50%;
	position: relative;
	bottom: 0px;
	border-top: none;
	border-right: 2px dotted #717171;
	border-bottom: none;
}*/
li.list_li2 {
	border-top: 2px dotted #717171 !important;
	position: relative;
	left: -10%;
	width: 62% !important;
	border-radius: 0px !important;
	padding: 0px !important;
	height: 37px;
	border-right: 2px dotted #717171 !important;
	border-bottom: none !important;
	border-left: none !important;
}
ul.sub_list_tab li.list_li {
	width: 100%;
}
.certf_rgt_list a {
	float: left;
	width: 60%;
}
.certf_rgt_list li {
	padding: 5px 5px;
	border: 1px solid #fff;
	border-radius: 15px;
	margin: 0px 0px 15px;
	width: 51%;
	text-align: center;
	color: #fff;
	float: left;
	margin-bottom: 0px;
}
ul.sub_list_tab {
	position: absolute;
	left: 54%;
	width: 25%;
	list-style: none;
	padding: 0px;
	bottom: 11.5%;
	padding: 0px 0px 0px;
}
.certification_right span i.fa.fa-file-text-o {
	width: 20%;
	font-size: 30px;
	color: #0590d1;
	float: left;
	text-align: center;
}

ul.certf_rgt_list2 {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
}
.certf_rgt_list2 p{
	padding: 5px 5px;
	color: #fff;
	margin:0px;
}
.certf_rgt_list2 li {
	padding: 5px 5px;
	color: #fff;
}
/***********/
ul.certf_lft_list {
	float: right;
	width: 65%;
	list-style: none;
	padding: 0px 10% 0px 0%;
	position: relative;
}

/*.certf_lft_list {
	float: left;
	width: 80%;
}*/
.certf_lft_list li {
	padding: 5px 5px;
	border: 1px solid #000;
	border-radius: 15px;
	margin: 0px 0px 15px;
	width: 51%;
	text-align: center;
	list-style: none;
	color: #000;
	float: left;
	margin-bottom: 0;
	width: 65%;
}
ul.sub_list_tab2 {
	position: absolute;
	left: 59%;
	width: 40%;
	list-style: none;
	top: 50%;
	padding: 0px 0px 0px;
}
span.separator2 {
	float: left;
	width: 50%;
}
ul.sub_list_tab3 {
	position: absolute;
	left: -56%;
	width: 50%;
	list-style: none;
	top: 58%;
	padding: 0px 0px 0px;
}
li.list_li3 {
	border-top: 2px dotted #717171 !important;
	position: relative;
	left: 50%;
	width: 62% !important;
	border-radius: 0px !important;
	padding: 0px !important;
	height: 37px;
	border-right: none;
	border-bottom: none;
	border-left: 2px dotted #717171 !important;
}
li.list_li4 {
	border-top: none;
	position: relative;
	left: 50%;
	width: 62% !important;
	border-radius: 0px !important;
	padding: 0px !important;
	height: 37px;
	border-right: none;
	border-bottom: 2px dotted #717171 !important;
	border-left: 2px dotted #717171 !important;
}
li.list_li5 {
	width: 116%;
}
li.list_li6 {
	border: none;
}
.sub_list_tab3 li.list_li {
	width: 100%;
}

span.separator2:after {
	content: " ";
	border: 1px dotted #717171;
	left: 64%;
	position: relative;
}
ul.sub_list_tab2 li.list_li {
	width: 100%;
}
span.separator {
	float: left;
	width: 50%;
}
span.separator:after {
	content: " ";
	border: 1px dotted #717171;
	left: 50%;
	position: relative;
}
.certf_lft_list span i.fa.fa-file-text-o {
	width: 15%;
	font-size: 30px;
	color: #0590d1;
	float: left;
	text-align: center;
}
ul.certf_lft_list2 {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
}
.certf_lft_list2 p {
	padding: 5px 5px;
	color: #000;
	margin:0px;
}
.certf_lft_list2 li {
	padding: 5px 5px;
	color: #000;
}
/*****************************************************************************/
/*******************************training page css start************************/
.body_content.training_content {
	background: url(../images/training_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
}
.over_training_bg{
	float: left;
	width: 100%;
	height: 100%;
	right: 30px;
	background-repeat-y: no-repeat;
	z-index: 0;
	position: absolute;
	bottom: 0px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-image: -webkit-linear-gradient(rgba(192, 255, 0, 0.01) 10%, rgba(192, 255, 0, 0.7) 30%, rgb(67, 123, 54) 100%);
	background-image: linear-gradient(rgba(192, 255, 0, 0.01) 10%, rgba(192, 255, 0, 0.7) 30%, rgb(67, 123, 54) 100%);
}
.training_logo {
	float: left;
	position: absolute;
	top: 8%;
	left: 20%;
	z-index: 1;
}
.training_logo img {
	width: 215px;
}
.outer_training_box {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 23%;
	z-index: 1;
}
.training_text {
	width: 62%;
	color: #000;
	text-align: center;
	position: relative;
	float: left;
	/* left: 50%; */
	transform: translate(30%);
	background: rgba(255, 255, 255, 0.8);
	padding:4%;
	z-index:1;
	margin-bottom: 4%;
}
.training_text h1 {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0px 0px;
	font-family: dinpro-medium;
	text-transform: uppercase;
	padding: 0px 15px;
}
.training_data_table {
	float: left;
	width: 100%;
	padding: 0px 15px;
}
table.training_tbl {
	float: left;
	width: 100%;
	margin-top: 14px;
	font-family: dinpro-medium, Microsoft JhengHei;
}
.training_tbl tr{
	border-bottom: 1px solid #abafa4;
	float: left;
	width: 100%;
}
.training_tbl tr:first-child{
	border-bottom: none;
	float: left;
	width: 100%;
}
.training_tbl th {
	float: left;
	width: 40%;
	color:#38a43b;
	font-size: 18px;
}
.training_tbl th:last-child{
	float: left;
	width: 20%;
}
.training_tbl td {
	float: left;
	width: 40%;
	text-align: left;
	padding: 20px 8% 20px 0px;
	/* font-weight: 600; */
	font-size: 18px;
	text-transform: uppercase;
	position:relative;
}
/*.training_tbl td span {          
	border-top: 10px solid #fff;
	border-right: 10px solid rgba(255, 255, 255, 0);
	border-bottom: 10px solid rgba(255, 255, 255, 0);
	border-left: 10px solid rgba(255, 255, 255, 0);
	position: absolute;
	top: 35px;
	left: calc(90% - (20px + 23%));
}*/
span.drop_block {
	position: relative;
	background: #ffffff;
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}
.class_none{
	color: #FFFFFF;
}
.training_tbl td:last-child{
	float: left;
	width: 20%;
	text-align: left;
	font-size: 40px;
	padding: 10px 0px;
}
.training_tbl th{
	font-size: 18px;
}
.training_tbl select {
	padding: 5px;
	width: 90%;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #999;
}
select:active, select:hover, select:focus {
	outline: none;
}
input:active, input:hover, input:focus {
	outline: none;
}
.training_tbl select {
	z-index: 1;
	position: relative;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.training_drop + label:after {
	font-family: FontAwesome;
	content: "\f0d7";
	float: right;
	font-size: 25px;
	color: #fff;
	line-height: 25px;
	position: relative;
	top: 6px;
	right: 18px;
}
.drop_label{	
	position: absolute;
	right: 0px;
	top: -7px;
	z-index: 0;
	cursor: pointer;
	width: 50px;
	height: 36px;
	background: #555;
	border-radius: 0px 4px 4px 0px;
}

.col-sm-12.training_form {
	padding: 0px;
}
.training_form p {
	float: left;
	text-align: left;
	margin: 15px 0px;
}
.training_form p input {
	padding: 15px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #9fa29e;
}
.training_form h4 {
	float: left;
	width: 100%;
	text-align: left;
	color: #38a43b;
	margin: 8% 0px 20px;
	padding: 0px 15px;
}
span.frm_slet {
	float: left;
	width: 100%;
	text-align: left;
	padding: 0px 15px;
	margin: 15px 0px;
}
span.frm_drop_block {
	position: relative;
	background: #ffffff;
	font-size: 18px;
}
.frm_slet h5 {
	width: auto;
	float: left;
	color: #38a43b;
	margin-right: 10px;
	font-size: 18px;
}
.frm_slet select {
	float: left;
	padding: 5px;
	width: 100%;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #999;
}
.frm_drop_block .drop_label {
	top: 0px;

	
}
.frm_drop_block  .training_drop + label:after{
	   /*  top: 17px; */
}
.frm_slet select {
	z-index: 1;
	position: relative;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.frm_drop_block{
	 position: relative;
	 float:left;
	 width:30%;
}
p.sbmt_btn {
	float: right;
	padding: 0px 15px;
	margin:0px;
}
p.sbmt_btn input {
	background: transparent;
	border: 2px solid #38a43b;
	padding: 8px 40px;
	color: #38a43b;
	border-radius: 17px;
	text-align: center;
}
.traning_btm_img_box .col-sm-4 {
   padding: 5% 5%;
	position: relative;
	float: left;
	cursor: pointer;
	height: 180px;
}
#f1_container {
	float: left;
	width: 160px;
	color: #fff;
	text-align: center;
	height: 160px;
}
#f1_container {
  perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all .4s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
	transform: rotateY(180deg);
	box-sizing: border-box;
	float: left;
	height: 160px;
	background: #7dae3f;
	border-radius: 50%;
	width: 160px;
}
.face.back a p {
	position: absolute;
	top: 35%;
	text-align: center;
	float: left;
	width: 100%;
	color: #fff;
}
/******************/
.outer_box1 {
	float: left;
	width: 100%;
}
.box1 {
	float: left;
	height: 160px;
	background:url("../images/training_box_img1.png");
	width: 160px;
	margin: 5% 0px;
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
}

.box11 {
	float: left;
	height: 160px;
	background: #7dae3f;
	border-radius: 50%;
	width: 160px;
	margin: 5% 0px;
	position: absolute;
	bottom: -6px;
	text-align: center;
	z-index: -1;
}
.box11 p {
	position: absolute;
	float: left;
	width: 160px;
	color: #fff;
	text-align: center;
	top: 35%;
}
.outer_box1:hover .box11{
	z-index:1;
}
.outer_box2 {
	float: left;
	width: 100%;
}
.box2 {
	float: left;
	height: 160px;
	width: 160px;
	margin: 5% 0px;
	background: url(../images/training_box_img2.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
}
.box22 {
	float: left;
	height: 160px;
	background: #7dae3f;
	border-radius: 50%;
	width: 160px;
	margin: 5% 0px;
	position: absolute;
	bottom: -6px;
	text-align: center;
	z-index: -1;
}
.box22 p {
	position: absolute;
	float: left;
	width: 160px;
	color: #fff;
	text-align: center;
	top: 35%;
}
.outer_box2:hover .box22{
	z-index:1;
}
.outer_box3 {
	float: left;
	width: 100%;
}
.box3 {
	float: left;
	height: 160px;
	width: 160px;
	margin: 5% 0px;
	background: url(../images/training_box_img3.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
}
.box33 {
	float: left;
	height: 160px;
	background: #7dae3f;
	border-radius: 50%;
	width: 160px;
	margin: 5% 0px;
	position: absolute;
	bottom: -6px;
	text-align: center;
	z-index: -1;
}
.box33 p {
	position: absolute;
	float: left;
	width: 160px;
	color: #fff;
	text-align: center;
	top: 35%;
}
.outer_box3:hover .box33{
	z-index:1;
}
ul.training_btm_list {
	float: left;
	width: 90%;
	text-align: left;
	padding: 0px 30px;
}
.training_btm_list li {
	padding: 5px 0px;
	color: #38a43b;
	list-style-type: decimal;
}
.black_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 200%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: fixed;
	top: 50%;
	left: 29%;
	width: 39%;
	padding: 30px;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	border-radius: 10px;
	transform: translate(0%,-50%);
}
a.file_popup {
	color: black;
	width: 100%;
}
.white_content ul li {
		list-style:none;
		text-align:left;
}
.white_content ul  {
		padding:0px;
}
.white_content {
		text-align:left;
}
.greenfont{
	color:#38a43b;
}
a.closepop {
	width: 25px;
	height: 25px;
	border: 1px solid #eee;
	border-radius: 50%;
	
	text-align: center;
	color: black;
}
.modal a.close-modal {
 
	top: 1.5px;
	right: 1.5px;
	}
.facebook1{
	display:block;
}
.facebook2{
	display:none;
}
.fb_icon:hover .facebook1{
	display:none;
}
.fb_icon:hover .facebook2{
	display:block;
}

.chat1{
	display:block;
}
.chat2{
	display:none;
}
.chat_icon:hover .chat1{
	display:none;
}
.chat_icon:hover .chat2{
	display:block;
}

.y_tueb1{
	display:block;
}
.y_tueb2{
	display:none;
}
.youtube_icon:hover .y_tueb1{
	display:none;
}
.youtube_icon:hover .y_tueb2{
	display:block;
}
.ethics1{
	display:block;
}
.ethics2{
	display:none;
}
.ethics_icon:hover .ethics1{
	display:none;
}
.ethics_icon:hover .ethics2{
	display:block;
}
.fa-file-text-o:before {
	content: url('../images/doc_file.png') !important;
}
/*****************************************************************************/
/*******************************blog page css start************************/
.body_content.blog_content {
	background: /*url(../images/ethics_bg.png)*/;
	background-repeat: no-repeat;
	background-size: 100%;
	/*position: relative;*/
}
.over_blog_bg {
	float: left;
	width: 100%;
	height: 100%;
	right: 35px;
	background-repeat-y: no-repeat;
	z-index: 0;
	position: absolute;
	/*top: 17%;*/
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0)0%, rgba(199, 199, 199, 0.7) 80%, hsla(267, 52%, 33%, 1) 100%, rgba(255, 255, 255, 1)0%);
	/*background-image: linear-gradient(90deg,, blue, white);*/
	}
.outer_blog_box {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 10%;
}
.blog_text_box {
	width: 88.6%;
	color: #000;
	text-align: center;
	position: relative;
/*
	float: right;
	right: 0px;
*/
	/*background: rgba(255, 255, 255, 0.1);*/
	padding: 4% 0% 2% 10%;
	z-index: 1;
	/*background: rgba(255, 255, 255, 0.5);*/
}
.blog_text_box h1 {
	float: left;
	width: 100%;
/*	text-align: left;*/
	margin: 0px 0px 30px;
	font-family: dinpro-medium, Microsoft JhengHei;
	font-weight: bolder;
	padding: 0px 40px;
}
.blog_text_box p {
	float: left;
	width: 100%;
	text-align: right;
	margin: 0px 0px 10%;
	font-family: dinpro-medium, Microsoft JhengHei;
	padding: 0px 40px;
	color: #808080;
	font-size: 18px;
	/* font-weight: 600; */
}
.blog_left {
	float: left;
	width: 100%;
	margin-top: -4%;  
	font-family: dinpro-regular, Microsoft JhengHei;
	text-align: justify;
	text-transform: uppercase;
	z-index: 2;
	position: relative;
}
.blog_left .text_block {
	padding: 0% 20% 3% 20%;
	/*background: #d2dae0;*/   
/*	float:left;*/
	width:100%;
	
}
.blog_left .text_block img {
	padding: 0% 0% 0% 0%;
	/*background: #d2dae0; */  
/*	margin: 0% 0% 0% 25%;*/
/*	width:100px;*/
	display: block;
	margin: auto;
}
#blog_text_img {
	display: inline-flex;
	/*margin-top: 2%;*/
}
.blog_left h2 {
	color: #0590d1;
	font-size: 36px;
	margin: 20px 0px;
	font-weight: 600;
}
.blog_left h4 {  
	margin: 20px 0px;
	font-weight: 600;
}
.blog_left p {
	line-height: 26px;
	font-size: 18px;
	/* letter-spacing: 1px; */
}
.blog_left li{
	line-height: 26px;
	font-size: 18px;
}
.blog_left p span{
	color: dodgerblue;
}
.blog_left .text_highlight{
	background-color: #eaf9ff;
}
.blog_right {
	float: left;
	width: 85%;
	padding: 2%;
	/*margin-top: -4%;*/  
	font-family: dinpro-regular, Microsoft JhengHei;
	text-align: justify;
	text-transform: uppercase;
	z-index: 2;
	position: relative;
	text-align: right;
}
.blog_right a{
	text-decoration: underline;
	color: hsla(267, 52%, 33%, 1);
}
ul.blog_lft_data_list {
	padding: 0px 0px 0px 20px;
}
.blog_list_box li {
	list-style-type: disc;
	font-size: 16px;
	padding: 2px 0;
}
.blog_left .blog_text_subtitle{
	font-size: 26px;
	color: dodgerblue;
}
.blog_left .second_sub{
	font-size: 22px;
	font-weight: bold;
}
/*****************************************************************************/
/*******************************ethics page css start************************/
.body_content.ethics_content {
	background: url(../images/ethics_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	/*position: relative;*/
}
.over_ethics_bg {
	float: left;
	width: 100%;
	height: 100%;
	right: 35px;
	background-repeat-y: no-repeat;
	z-index: 0;
	position: absolute;
	top: 17%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-image: -webkit-linear-gradient(rgba(40, 40, 40, 0) 20%,rgba(199, 199, 199, 0.7) 80%, #003b64 100%);
	background-image: linear-gradient( rgba(17, 97, 206, 0) 10%, rgba(0, 59, 100, 0.7) 70%, #003b64 100%)
	}
.outer_ethics_box {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 22%;
}
.ethics_text_box {
	width: 88.6%;
	color: #000;
	text-align: center;
	position: relative;
	float: right;
	right: 0px;
	background: rgba(255, 255, 255, 0.1);
	padding: 4% 0px 4%;
	z-index: 1;
	background: rgba(255, 255, 255, 0.5);
}
.ethics_text_box h1 {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0px 0px 30px;
	font-family: dinpro-medium, Microsoft JhengHei;
	font-weight: bolder;
	padding: 0px 40px;
}
.ethics_text_box p {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0px 0px 4%;
	font-family: dinpro-medium, Microsoft JhengHei;
	padding: 0px 40px;
	color: #808080;
	font-size: 24px;
	letter-spacing: 2px;
	/* font-weight: 600; */
}
.ethics_left {
	float: left;
	width: 100%;
	margin-top: -4%;  
	font-family: dinpro-regular, Microsoft JhengHei;
	text-align: justify;
	text-transform: uppercase;
	z-index: 2;
	position: relative;
}
.ethics_left .text_block {
	padding: 3% 15% 3% 8%;
	background: #d2dae0;   
	float:left;
	width:100%;
	
}
.ethics_left h2 {
	color: #0590d1;
	font-size: 36px;
	margin: 20px 0px;
	font-weight: 600;
}
.ethics_left p {
	line-height: 26px;
	font-size: 16px;
	/* letter-spacing: 1px; */
}
.ethics_img_box {
	float: left;
	width: auto;
	margin-right: 20px;
}
.ethics_txt_box {
	float: left;
	width: auto;
	font-family: dinpro-light;
}
.certif_txt_box h2{
	color:#fff;
}
ul.certif_list_box {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding: 0px;
}
.ethics_list_box li {
	list-style-type: disc;
	color: #0590d1;
	font-size: 16px;
}
.ethics_list_box p {
	margin: 0px;
	line-height: 28px;
	color:#fff;
}
/******/
ul.ethics_list_box2 {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding: 0px 0px 0px 20px;
}
ul.ethics_list_box2 li {
	list-style-type: disc;
	color: #0590d1;
	font-size: 16px;
}
.ethics_list_box2 li p {
	margin: 0px;
	line-height: 28px;
	color: #000;
}
.ethics_lft_list span i.fa.fa-file-text-o {
	width: 15%;
	font-size: 30px;
	color: #0590d1;
	float: left;
	text-align: center;
}
ul.ethics_lft_list2 {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
}
.ethics_lft_list2 p {
	padding: 5px 5px;
	color: #000;
	margin:0px;
}
.ethics_lft_list2 li {
	padding: 5px 5px;
	color: #000;
}
/****************************************mobile view start**************************************/
@media (min-width: 1400px){
/* .drop_label{
	height:45px;
} */
/* .vault_desing_mind p {
	font-size: 28px;
	
} */
.vault_desing_mind h3 {
	font-size: 60px;
}
/* .certification_text_box.wow.fadeInUp h1 {
	font-size: 60px;
} */
/* .certification_text_box p {
  font-size: 28px;
} */
.file_popup i.fa.fa-file-text {
	padding-top: 6%;
}
.training_tbl td {
   /*  font-size: 24px; */
}
.training_text h1 {
  font-size: 60px;
}
	.news_logo a {
	float: left;
	width: 100%;
	
}
.eda_logo img {
	width: 100%;
}
/*.news_logo {
  width: 18%;
}*/
.news_logo a img{
	width:100%;
	float: left;
	overflow: hidden;
	height: 100%;
}
/* .news_text h1 {
	font-size: 60px;
} */
	.bottom_logo {
	min-height: 185px;
	
	}
	.grp_left img {
	width: 100%;
	height: 575px;
	object-fit: cover;
}
.news_close_box p {
	font-size: 24px;
}
.news_close_box h5 {
	font-size: 32px;
}
.open_left_cnt p {
	font-size: 18px;
}
.open_right_cnt a {
	font-size: 20px;
}
.training_logo img {
	width: 100%;
}
.contatct_us_left {
	min-height: 850px;
}
.contatct_us_right {
	min-height: 854px;
	position: relative;
}
.map_box {
	position: absolute;
	bottom: 0px;
}
p.logo_txt {
	font-size:14px;
}
/* .certification_left h2 {
	font-size: 48px;
} */
/* .certification_right h2 {
	font-size: 48px;
} */
/* .certification_left p {
	font-size: 18px;
} */
/* .certif_txt_box h2 {
	font-size: 40px;
}
.certification_right h5 {
	font-size: 35px; 
}
.certification_right p {
	 font-size: 22px; 
} */
/* .lft_data_tbl2 td{
	font-size: 18px;
}
.rgt_data_tbl td {
	font-size: 22px;
}
.certf_lft_list li {
	font-size: 24px;
}
.certf_rgt_list li {
	font-size: 24px;
}
.certf_lft_list2 li {
	font-size: 19px;
}
.certf_rgt_list2 li {
	font-size: 19px;
} */
/* .training_tbl th {
	font-size: 24px;
} */


.training_form h4 {
	font-size: 24px;
}
p.sbmt_btn input {
	font-size: 18px;
}
/* .frm_slet h5 {
	font-size: 24px;
} */
.training_btm_list li {
	font-size: 18px;
}
.abt_left_cnt .text_block {
	min-height: 462px;
}
.abt_left_cnt img {
	height: 438px;
}
.abt_rgt_cnt img {
	height: 462px;
}
}




@media (min-width: 992px) and (max-width: 1199px){
.main_menus {
	width: 25%;
}

a.button {
	bottom: 5px;
	top: unset;
	right: 5px;
}
.training_text {
	width: 75%;
	}
.training_tbl select {
	width: 100%;
}

.training_tbl th:last-child {
	text-align: center;
}
.training_tbl td:last-child {
	text-align: center;
}
.certification_right .text_block {
	right: 50px;
}

}
@media (min-width: 1138px) and (max-width: 1157px){
	.contatct_us_left{
	min-height: 774px;
	}
}
@media (min-width: 992px) and (max-width: 1137px){
	.contatct_us_left{
	min-height: 788px;
	}
	
}
@media (min-width: 768px) and (max-width: 991px){
.main_menus {
	width: 35%;
}
.abt_content h1 {
	font-size: 90px;
	letter-spacing: 9px;
	}
a.button {
	top: unset;
	bottom: 4%;
}
.cnt_container {
	width: 100%;
}
.hws-col-4 {
	padding: 0px 4%;
}
.cont_details h3.cont_no {
	font-size: 22px;
}
.grp_right .grp_title h3 { 
	font-size: 24px;
 
}
.item_desc p.title {
	font-size: 18px;
}
span.drop_down_btn {
	top: 37%;
	right: 2%;
}
.drop_down_btn i.fa.fa-plus {
	font-size: 16px;
	padding: 5px 6px;
}
.open_left_cnt {
	padding: 20px 30px;
}
.training_text {
	width: 80%;
	padding: 2%;
	}
.training_tbl select {
	width: 100%;
}
.certification_right .text_block {
	right: 45px;
	}
.contatct_us_left {
	width: 100%;
}	
.contatct_us_right {
	width: 100%;
	padding-top: 20px;
}

}

@media screen and (max-width: 767px) {
	.product_grid {
	border: 1px solid #e1e1e1;
	width:33%;
}
	.right_menu{
		float: left;
		width: 100%;
		
	}
	.footer_top {
		padding-right: 0px;
	}
	.sidenav .main_menu h3{
		margin:0px;
		font-size: 16px;
	}
	.sidenav .sub_menu{
		padding-left: 35px;
	}
	.vert_header{
		float: left;
		width: 100%;
		height: auto !important;
	}
	.sidenav ul li{
		background: #0072a1;
	}
	.body_content{
		margin-top: 44px;
	}
	.foot_text{
		float: right;
		padding: 12px 6px;
		white-space: nowrap;
		transform: rotate(0deg);
		position: unset;
	}
/* 	.logo {
		width: 54%;
		top: 10%;
		left: 6%;
		height: 75px;
		background-size: 100%;
	} */
	.sidenav {
		overflow-y: scroll;
		width: 100%;
		top: 44px;
		right: 0px;
		border-top: 1px solid #286090;
		height: 0px;
	}
	.home .text {
		width: 70%;
		height: 50%;
		color: #FFF;
		text-align: center;
		position: absolute;
		left: 10%;
		bottom: 10%;
		margin: auto;
	}
	.home .text h1 {
		font-size: 29px;
		line-height: 100px;
	}
	.grp1,.grp2,.grp3{
		padding-right: 0px;
	}
	.grp1 .grp_left,.grp1 .grp_right {
		width: 100%;
	}
	.col_itm_4 {
		width: 100%;
		margin-bottom: 30px;
	}
	.hws-col-4 {
		width: 100%;
	}
	.hws-row{
		padding: 15px;
	}
	.altium_desing_mind {
		width: 50%;
	}
	.scroll_btn {
		width: 12%;
	}
	.grp4 {
		padding: 20px 35px 20px 0px;
	}
	.slider_title {
		margin-bottom:0px;
	}
	#coverflow {
		height: 280px;
	}
	.vault_desing_mind {
		width: 80%;
	}
	/* .news_text {
		width: 100%;
	} */
	.outer_news_box {
		width: 100%;
	}
	.news_close_box{
		padding: 20px 20px 0px;
	}
	.contact_text_box {
		width: 100%;
	}
	.outer_contact_box {
		padding-top: 35%;
	}
	.over_contact_us_bg {
		right: 0px;
	}
	.contatct_us_left {
		width: 100%;
	}
	.contatct_us_right {
		width: 100%;
		padding-top: 20px;
	}
	.outer_training_box {
		padding-top: 40%;
	}
	.training_text {
		width: 100%;
	}
	.training_text h1{
		font-size: 26px;
	}
	.over_training_bg{
		right:0px;
	}
	.training_form p {
		width: 100%;
	}
	.traning_btm_img_box {
		float: left;
		width: 100%;
	}
	.traning_btm_img_box .col-sm-4 {
		float: left;
		width: 100%;
	}
	ul.training_btm_list {
		width: 100%;
		padding: 0px;
	}
	.box22,.box11,.box33{
		bottom: -1px;
	}
	.main_logo{
		padding: 8px 0px;
	}
	.main_menus {
		float: left;
		padding-top: 0px;
		width: 100%;
		padding-bottom: 10px;
	}
	.main_menus li {
	list-style: none;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	width: 50%;
	float: left;
	text-align: right;
}
.main_menus li:last-child{
	list-style: none;
	display: inline-block;
	padding: 0px 0px 0px 25px;
	width: 50%;
	float: right;
	text-align: left;
}
	.abt_content h1 {
		width: 100%;
		font-size: 50px;
		letter-spacing: 8px;
	}
	.abt_btm_cnt.top_abt_box {
		margin-top: 0px;
	}
	.abt_left_cnt {
		width: 100%;
		min-height: auto;
	}
	.abt_rgt_cnt {
		width: 100%;
		min-height: auto;
	}
	.abt_rgt_cnt .text_block{
		right: 0px;
		min-height: auto;
		padding: 15px;
	}
	.abt_left_cnt .text_block{
		left: 0px;
		min-height: auto;
		padding: 15px;
	}
	.contact_form_box.col-sm-12.wow.fadeInUp {
		margin-bottom: 30px;
		float: left;
	}
	.cnt_container {
		margin: 0 auto;
		width: 100%;
	}
	.certification_text_box{
			width: 100%;
	}
	.certification_text_box h1{
		font-size: 22px;
	}
	.over_certification_bg{
		right:0px;
	}
	.certf_lft_list a {
	width: 100%;
	}
	.certification_left,.certification_right{
		width:100%;
		margin-top:0px;
	}
	.certf_lft_list span i.fa.fa-file-text-o{
			width: 17%;
	}
	.certification_right .text_block {
	right: 0px;
	}
	.certf_lft_list a li {
	width: 100%;
	max-width: 170px;
	}
	.certf_rgt_list a {
		width: 100%;
	}
	.certification_left h2 {
	font-size: 20px;
	}
	.certification_right h2 {
	font-size: 20px;
	}
	.certification_right h5 {
	font-size: 16px;
	}
	.rgt_data_tbl th {
	width: 25%;
	border-right: 1px solid #a0a0a0;
	font-size: 12px;
	}
	
.rgt_data_tbl td {
	border-right: 1px solid #a0a0a0;
	font-size: 12px;
}
.rgt_data_tbl td span {
	font-size: 16px;
}
.over_newsbg {
	right: 0px;
	}
span.drop_down_btn {
	position: absolute;
	right: 3%;
	top: 20px;
	cursor: pointer;
}
.outer_news_box {
	padding-top: 35%;
}
	.drop_down_btn i.fa.fa-plus {
	font-size: 15px;
	border: 1px solid #ff8004;
	padding: 4px 6px;
}
.training_tbl td {
	font-size: 12px;
	padding: 20px 1% 20px 0px;
}
.training_tbl th:last-child {
	text-align: center;
}

.drop_label {
	width: 35px;
	height: 28px;
}
.frm_drop_block {
	width: 71%;
}
#f1_container {
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}
.training_drop + label:after {
	font-size: 14px;
	line-height: 14px;
	top: 7px;
	right: 14px;
}
span.frm_drop_block {
	font-size: 14px;
	line-height: 16px;
}
.traning_btm_img_box .col-sm-4 {
	margin: 4% 0px 0px;
}
.outer_box1 {
	margin-left: 20%;
}
.outer_box2 {
	margin-left: 20%;
}
.outer_box3 {
	margin-left: 20%;
}
.map_box {
	width: 100%;
}
.white_content {
	display: none;
	position: fixed;
	top: 50%;
	left: 2%;
	width: 96%;
	padding: 15px 10px;
	background-color: white;
	z-index: 1002;
	overflow: scroll;
	border-radius: 10px;
	transform: translate(0%,-50%);
	height: 80%;
}  
}
@media screen and (max-height: 450px) {
	.sidenav a {font-size: 18px;}
}
@media screen and (max-width: 450px) {
	.product_grid {
	border: 1px solid #e1e1e1;
	width:50%;
}
}
