/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@font-face {
	font-family: 'Conv_Myriad Pro Regular';
	src: url('../webfonts/Myriad Pro Regular.eot');
	src: local('☺'), url('../webfonts/Myriad Pro Regular.woff') format('woff'), url('../webfonts/Myriad Pro Regular.ttf') format('truetype'), url('../webfonts/Myriad Pro Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Myriad Pro Semibold';
	src: url('../webfonts/Myriad Pro Semibold.eot');
	src: local('☺'), url('../webfonts/Myriad Pro Semibold.woff') format('woff'), url('../webfonts/Myriad Pro Semibold.ttf') format('truetype'), url('../webfonts/Myriad Pro Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_AgletSans-SemiBold';
	src: url('../webfonts/AgletSans-SemiBold.eot');
	src: local('☺'), url('../webfonts/AgletSans-SemiBold.woff') format('woff'), url('../webfonts/AgletSans-SemiBold.ttf') format('truetype'), url('../webfonts/AgletSans-SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,body,div,span,
h1,h2,h3,h4,h5,h6,
p,blockquote,q,em,img,small,strong,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
:focus{outline:0}
input,textarea{margin:0;outline:0;}
textarea{overflow:auto; resize:none;}
table{border-collapse:collapse;border-spacing:0}
/* End Reset */

/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }


/* Default Font Styles
______________________*/
body, input, select, textarea{
	font-family: 'Conv_Myriad Pro Regular';
	font-size:14px;
	color:#000;
	line-height:1.3;
}
.container-fluid{
	max-width: 100%;
	padding: 0 50px;
}

/* Headings
______________________*/
h1{
	font-family: 'Conv_Myriad Pro Semibold';
	font-size: 60px;
	color: #fff;
	margin-bottom: 60px;
	text-align: center;
    line-height: 1;
}


/* Links
______________________*/
a{
	-webkit-transition: 0.1s ease-out 0.1s;
	-moz-transition: 0.1s ease-out 0.1s;
	transition: 0.1s ease-out 0.1s;
}
a:hover{
	text-decoration:underline;
}



.default-btn{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #161615;
	text-transform: uppercase;
	text-align: center;
	background: #fff;
	
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	padding: 15px;
	text-decoration: none;
	min-width: 115px;
	display: inline-block;
}
.default-btn:hover{
	background: #161615;
	color: #fff;
	text-decoration: none;
}
.grey-btn{
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	background: #fff;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	padding: 10px 15px 8px;
	text-decoration: none;
	min-width: 75px;
	color: #000;
	display: inline-block;
}
.grey-btn:hover{
	color: #fff;
	background: #000000;
	text-decoration: none;
}

/* p, blockquote, address
______________________*/
p{
	line-height: 29px;
    margin-bottom: 30px;
    font-size: 16px;
}

#header{
	margin-bottom: 20px;
}
#header.active{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:auto;
	z-index:9999;
	background:rgba(255, 255, 255, 0.9);
}
#header.active .top-contactdetail{
	display: none;
}
.header-wrap{
	padding: 50px 0 25px 0;
}
.header-wrap .header-left{
	float: left;
	width: 300px;
}
.header-wrap .header-left .logo a{
	display: block;
	background: url(../images/logo.png) no-repeat;
	background-size: 100% auto;
	height: 95px;
	margin: 0 auto;
}
.header-wrap .header-right{
	float: right;
	width: 75%;
	text-align: right;
}
.header-wrap .top-contactdetail{
	padding-bottom: 35px;
}
.header-wrap .top-contactdetail li{
	display: inline-block;
	margin-left: 25px;
	vertical-align: middle;
}
.header-wrap .top-contactdetail li:last-child{
	margin-left: 80px;
}
.header-wrap .top-contactdetail li a{
	color: #fff;
	text-decoration: none;
	font-size: 19px;
	font-family: 'Conv_Myriad Pro Semibold';
}
.header-wrap .top-contactdetail li.mailto i{
	display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 20px;
}
.header-wrap .top-contactdetail li a:hover{
	opacity: 0.5;
}
.header-wrap .menu li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
}
.header-wrap .menu li:first-child{
	margin: 0;
}
.header-wrap .menu li a{
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Conv_AgletSans-SemiBold';
	color: #fff;
	letter-spacing: 2px;
}
.header-wrap .menu li a:hover,
.header-wrap .menu li a.active{
	opacity: 0.5;
}
#header.active .menu{
	padding-top: 15px;
}
#header.active .menu li:last-child a{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: rgb(108,188,135);
	background: linear-gradient(90deg, rgba(108,188,135,1) 10%, rgba(32,172,228,1) 100%);
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	padding: 15px;
	text-decoration: none;
	min-width: 115px;
	display: inline-block;
	-webkit-text-fill-color:unset;
	transition: none;
}
.welcomecontent-left{
	float: left;
	width: 50%;
}
.welcomecontent-right{
	float: right;
	width: 40%;
	padding-left: 10%;
	text-align: right;
}
.welcomecontent-right .content-boxs{
	display: inline-block;
	width: 220px;
	margin: 0 15px 15px 0;
	background: rgb(108,188,135);
	background: linear-gradient(90deg, rgba(108,188,135,1) 20%, rgba(32,172,228,1) 180%);
	padding: 15px 20px;
	vertical-align: top;
	min-height: 245px;
	text-align: left;
	position: relative;
}
.welcomecontent-right .content-boxs.blue-shade{
	background: rgb(108,188,135);
	background: linear-gradient(90deg, rgba(108,188,135,1) 0%, rgba(32,172,228,1) 0%);
}
.welcomecontent-right .content-boxs:nth-child(2),
.welcomecontent-right .content-boxs:nth-child(4){
	margin-right: 0;
}
.welcomecontent-right .content-boxs p{
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
    line-height: 28px;
}
.welcomecontent-right .content-boxs a.grey-btn{
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.welcomecontent-right .content-boxs.contact-box{
	padding: 0;
	background: #E8EAE4;
	width: 260px;
	box-shadow:8px 6px 20px 5px rgb(0 0 0 / 40%), inset 0px -19px 20px -14px rgb(0 0 0 / 50%);
}
.welcomecontent-right .content-boxs.contact-box .box-head{
	padding:12px 15px 10px 15px;
	background: rgb(108,188,135);
	background: linear-gradient(90deg, rgba(108,188,135,1) 20%, rgba(32,172,228,1) 180%);
}
.welcomecontent-right .content-boxs.contact-box .box-head h2{
	color: #fff;
	letter-spacing: 2px;
}
.welcomecontent-right .content-boxs.contact-box form{
	padding:20px 15px;
}
.welcomecontent-right .content-boxs.contact-box form .input-wrap{
	border: 5px solid transparent;
    border-radius: 6px;
    background-image: linear-gradient(white, white), linear-gradient(to top, #ffffff, #ABABAB);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-bottom: 10px;
}
.welcomecontent-right .content-boxs.contact-box form input{
	background: #E8EAE4;
    display: block;
    width: 100%;
    padding: 7px 10px;
    box-sizing: border-box;
    font-size: 12px;
    border: none;
	color: #808080;
}
.welcomecontent-right .content-boxs.contact-box form button{
	border: none;
    padding: 10px 15px;
    margin-top: 10px;
	cursor: pointer;
}
#currentproject{
	padding:40px 0 10px;
}
#currentproject h2{
	font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
	text-transform: uppercase;
}
.project-section .owl-carousel .owl-nav .owl-prev,
.download-section .owl-carousel .owl-nav .owl-prev{
	background: url(../images/prev-g.png) no-repeat !important;
	background-size: 100% auto !important;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	opacity: 0.8;
	position: absolute;
    left: -40px;
    top: 50%;
	transform: translate(0, -50%);
	outline: none !important;
}
.project-section .owl-carousel .owl-nav .owl-next,
.download-section .owl-carousel .owl-nav .owl-next{
	background: url(../images/next-g.png) no-repeat !important;
	background-size: 100% auto !important;
	width: 30px;
	height: 30px;
	opacity: 0.8;
	position: absolute;
    right:-40px;
    top: 50%;
	transform: translate(0, -50%);
	outline: none !important;
}
.owl-carousel .owl-nav span{
	font-size: 0;
}
.project-section .owl-carousel .owl-nav .owl-prev:hover,
.project-section .owl-carousel .owl-nav .owl-next:hover,
.download-section .owl-carousel .owl-nav .owl-prev:hover,
.download-section .owl-carousel .owl-nav .owl-next:hover{
	opacity: 1;
}
.project-section .owl-carousel .owl-nav.disabled,
.download-section .owl-carousel .owl-nav.disabled{
    display: block;
}
.project-section .product-image,
.download-section .product-image{
	height: 155px;
	overflow: hidden;
}
.download-section .product-image{
	height: 225px;
}
.project-section .product-image img,
.download-section .product-image img{
	display: block;
	width: 100%;
	height: auto;
}
.project-section .product-content,
.download-section .product-content{
	padding: 15px;
	position: relative;
}
.project-section .product-content h4,
.download-section .product-content h4{
	font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.project-section .product-content p,
.download-section .product-content p{
	font-size: 13px;
	line-height: 20px;
	color: #616060;
	margin: 0;
}
.project-section .products,
.download-section .products{
	border: 1px solid #d2d2d2;
	border-radius: 5px;
}
.project-section .project-logo,
.download-section .project-logo{
	border: 1px solid #d2d2d2;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    width: 45px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: -40px;
    display: flex;
}
.project-section .project-logo img,
.download-section .project-logo img{
	display: block;
    width: 100%;
    height: auto;
    align-self: center;
}
#footer-btn{
	padding: 30px 0;
}
#footer-btn ul{
	text-align: right;
}
#footer-btn li{
	display: inline-block;
	margin-left: 15px;
}
#footer-btn li a{
	text-decoration: none;
	font-size: 24px;
	min-width: 150px;
}
#inside-wrap{
	background: url(../images/inside-bg.png) no-repeat;
	background-size: cover;
	background-position: right center;
	min-height: 100vh;
}
#inside-wrap .header-wrap .header-left .logo a {
    display: block;
    background: url(../images/logo-white.png) no-repeat;
    background-size: 100% auto;
	height: 80px;
    margin: 0 auto;
    width: 240px;
}
#inside-wrap #header2{
    margin: 0;
    padding: 30px 0;
}
#inside-wrap h1{
	color: #fff;
	-webkit-text-fill-color: unset;
}
.menu-second{
	margin-top: 25px;
}
.menu-second .grey-btn{
	padding: 15px 15px 13px;
    min-width: 100px;
}
#register-section{
	width: 75%;
    margin: 0 auto;
	padding-bottom: 40px;
}
#register-section h1{
	font-size: 45px;
	margin-bottom: 30px;
}
.register-boxwrap{
	padding: 0;
	border-radius: 25px;
	background: rgb(37,106,83);
	background: linear-gradient(90deg, rgba(37,106,83,0.6) 0%, rgba(35,161,159,0.6) 100%);
	box-shadow:8px 6px 20px 5px rgb(0 0 0 / 40%);
}
.register-boxwrap form .input-wrap{
	/* border: 5px solid transparent;
    border-radius: 6px;
    background-image: linear-gradient(white, white), linear-gradient(to top, #ffffff, #ABABAB);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    margin-bottom: 15px;
}
.register-boxwrap form input,
.register-boxwrap form select,
.register-boxwrap form textarea{
	box-sizing: border-box !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: inherit !important;
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid rgb(92, 92, 92) !important;
    color: rgb(255, 255, 255)!important;
    box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px !important;
    transition: border-radius 200ms ease 0s !important;
    height: 36px !important;
    padding: 8px 12px !important;
    border-radius: 18px !important;
    background: rgb(46, 46, 46) !important;
}
.register-boxwrap form textarea{
	height: auto !important;
	border-radius: 10px !important;
}
.register-boxwrap form button{
	border: none;
    padding: 10px 15px;
    margin-top: 10px;
	cursor: pointer;
}
.register-boxwrap ul{
	padding: 10px 10px 0 10px;
	border-bottom: 2px solid #fff;
	text-align: center;
}
.register-boxwrap li{
	display: inline-block;
}
.register-boxwrap li a{
	display: block;
    text-decoration: none;
    color: #fff;
    padding: 13px;
    text-align: center;
	border: 2px solid transparent;
}
.register-boxwrap li a.active{
	border: 2px solid #fff;
	border-bottom:2px solid transparent;
    top: 2px;
    position: relative;
    color: #000;
    background: #fff;
    border-radius: 15px 15px 0 0;
}
.register-boxwrap .box-head{
	padding:20px 15px 0 15px;
	/* background: rgb(108,188,135);
	background: linear-gradient(90deg, rgba(108,188,135,1) 20%, rgba(32,172,228,1) 180%); */
}
.register-boxwrap .box-head h2{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    letter-spacing: 1px;
    font-size: 20px;
}
.register-box{
	padding:30px 20px;
	display: none;
}
.download-heading{
	font-size: 30px !important;
    text-transform: capitalize !important;
    margin-bottom: 50px !important;
}
.download-section{
	padding: 0 100px;
	margin-bottom: 50px;
}
.download-btn{
	padding: 0 100px;
}
#register-section.project-register{
	width: 35%;
}
.download-btn .default-btn{
	padding: 20px;
    font-size: 14px;
    min-width: 200px;
    margin-bottom: 25px;
}
.custom-form{
	padding: 30px 125px;
}
.custom-form label{
	font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 4px;
    display:block;
    font-style: normal;
    word-break: break-word;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
	color: #fff;
}
.custom-form input{
	box-sizing: border-box !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: inherit !important;
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid rgb(209, 209, 209) !important;
    color: rgb(31, 31, 31) !important;
    box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px !important;
    transition: border-radius 200ms ease 0s !important;
    height: 36px !important;
    padding: 8px 12px !important;
    border-radius: 18px !important;
	background: #fff !important;
}
.custom-form .input-wrapper{
	margin-bottom: 15px;
}
.custom-form h4{
	font-style: normal;
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 16px;
	color: #fff !important;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.custom-form p{
	font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
    font-style: normal;
    word-break: break-word;
    color: #fff !important;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.custom-form .radio-wrap{
	margin-bottom: 20px;
}
.custom-form .radio-wrap input{
	display: inline-block !important;
    margin-right: 7px !important;
    vertical-align: middle !important;
	box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px;
    width: 20px  !important;
    height: 20px  !important;
    border-radius: 50%;
}
.custom-form .radio-wrap label{
	display: inline-block !important;
    vertical-align: middle !important;
    line-height: 1 !important;
    font-size: 14px !important;
    margin: 0 !important;
}
.custom-form .radio-wrap span{
	display: block;
	margin-bottom: 10px;
}
.custom-form button{
	box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px;
    transition: border-radius 200ms ease 0s;
    height: unset;
    padding: 8px 12px;
    margin-top: 24px;
    min-height: 48px;
    border-radius: 24px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
	background: none !important;
    background-color: rgb(38, 158, 138) !important;
    border: 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-family: inherit;
    font-style: normal;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    outline: none;
	margin-top: 20px !important;
}
.custom-form button:hover{
	background-color: rgb(3, 219, 191) !important;
}
.menu{
	position: relative;
}
.menu .navbar-header{
	display: none;
	position: absolute;
	left: 0;
	top: -27px;
	z-index: 99;
}
.navbar-header .collapse-button {
	background: none;
	border: none;
	height: 25px;
    padding-top: 0;
	transition: all 450ms ease-out 0s;
	width: auto;
	vertical-align: middle;
	outline: none;
  }
  .navbar-header .collapse-button span {
	display: block;
	width: 28px;
	height: 2px;
	margin-bottom: 7px;
	background: #fff;
  }
  .navbar-header .collapse-button span:nth-child(2){
	  width: 18px;
  }
  .navbar-header em {
	display: inline-block;
	font-style: normal;
	margin: 3px 0 0 5px;
	vertical-align: middle;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
  }



/* GBM */
.homepage{
	background: url(../images/home-bg.jpg) no-repeat center center;
	background-size: cover;
	height: 100vh;
}
.registerpage{
	background: url(../images/register-bg.jpg) no-repeat center center;
	background-size: cover;
	height: 100vh;
}
.aboutpage{
	background: url(../images/about-bg.jpg) no-repeat center center;
	background-size: cover;
	height: 100vh;
}
.contactpage{
	background: url(../images/contact-bg.jpg) no-repeat center center;
	background-size: cover;
	height: 100vh;
}
.registerpage{
	height: inherit;
	min-height: 100vh;
}
.welcome-content{
	padding: 30px 200px 0 200px;
	text-align: center;
}
.about-wrap{
	margin-bottom: 50px;
}
.about-wrap .about-left{
	float: left;
	width: 48%;
}
.about-wrap .about-right{
	float: right;
	width: 48%;
}
.about-wrap p{
	font-family: 'Conv_Myriad Pro Semibold';
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    text-align: left;
    line-height: 1.5;
}
.aboutpage .welcome-content{
	padding: 0;
}
.register-box form{
	color: #fff !important;
}
.registerpage .welcome-content{
	text-align: left;
}
.contactpage .welcome-content{
	padding: 30px 200px 0 200px;
}


/* The container */
.custom-form .container {
	display: block !important;
	position: relative !important;
	padding-left: 35px !important;
	margin-bottom: 12px !important;
	cursor: pointer !important;
	font-size: 14px !important;
	font-weight: 400;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	font-style: normal;
  }
  
  /* Hide the browser's default radio button */
  .register-boxwrap .container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: 0;
	height: auto !important;
  }
  
  /* Create a custom radio button */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: rgb(46, 46, 46) !important;
	border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .container input:checked ~ .checkmark {
	background-color: #2196F3;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container .checkmark:after {
	top: 6px;
    left: 6px;
	  width: 8px;
	  height: 8px;
	  border-radius: 50%;
	  background: white;
  }
  .contactpage .register-boxwrap form input, 
  .contactpage .register-boxwrap form select, 
  .contactpage .register-boxwrap form textarea{
	  background-color: #fff !important;
	  color: #161615 !important;
  }

.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Alignments */
.center { text-align:center }
.right { text-align:right }
.top {vertical-align:top }
.middle { vertical-align:middle }


/* Responsive */
@media (max-width: 1400px){
	.header-wrap .top-contactdetail li a{
		font-size: 16px;
	}
	h1{
		font-size: 55px;
		margin-bottom: 50px;
	}
	.welcome-content {
		padding: 20px 200px 0 200px;
		text-align: center;
	}
	.header-wrap .top-contactdetail{
		padding-bottom: 30px;
	}
	.header-wrap .menu li a{
		font-size: 16px;
	}
	p {
		line-height: 26px;
		margin-bottom: 25px;
		font-size: 14px;
	}
	.welcomecontent-right {
		width: 45%;
		padding-left: 5%;
	}
	.default-btn{
		padding: 10px;
		font-size: 12px;
		min-width: 100px;
	}
	.welcomecontent-right .content-boxs{
		margin: 0 10px 10px 0;
		padding: 15px 20px;
		min-height: 206px;
	}
	.welcomecontent-right .content-boxs p {
		margin-bottom: 0;
		letter-spacing: 1px;
		font-size: 16px;
		line-height: 24px;
	}
	.grey-btn{
		padding: 8px 10px 6px;
		font-size: 12px;
	}
	.welcomecontent-right .content-boxs.contact-box form {
		padding: 15px 10px;
	}
	.welcomecontent-right .content-boxs.contact-box form input{
		padding: 5px 10px;
		font-size: 10px;
	}
	.welcomecontent-right .content-boxs.contact-box form button{
		margin-top: 0;
	}
	#register-section {
		width: 90%;
	}
	#register-section.project-register {
		width: 40%;
	}
	#register-section h1 {
		font-size: 35px;
		margin-bottom: 25px;
	}
	.register-boxwrap ul {
		border-bottom: 1px solid #fff;
	}
	.register-boxwrap li a {
		display: block;
		padding: 12px;
		border: 1px solid transparent; 
	}
	.register-boxwrap li a.active {
		border: 1px solid #fff;
		border-bottom: 1px solid transparent;
		top: 1px;
		position: relative;
	}
	.register-box {
		box-sizing: border-box;
	}
	.register-boxwrap form .input-wrap{
		margin-bottom: 13px;
	}
	.register-boxwrap form input, 
	.register-boxwrap form select{
		padding: 7px;
		font-size: 12px;
	}
	.register-boxwrap form button{
		margin-top: 5px;
	}
	.download-section .product-image {
		height: 200px;
	}

	.about-wrap {
		margin-bottom: 30px;
	}
	.about-wrap p{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.contactpage .welcome-content {
		padding: 10px 200px 0 200px;
	}
}
@media (max-width: 1200px){
	.container-fluid {
		padding: 0 30px;
	}
	.header-wrap .header-left {
		width: 250px;
	}
	.header-wrap .header-left .logo a{
		height: 80px;
	}
	.header-wrap .header-right{
		width: 60%;
	}
	.header-wrap .top-contactdetail {
		padding-bottom: 15px;
	}
	.header-wrap .top-contactdetail li {
		margin-left: 10px;
	}
	.header-wrap .top-contactdetail li a {
		font-size: 14px;
	}
	.header-wrap .top-contactdetail li:last-child {
		margin-left: 30px;
	}
	.header-wrap .menu li {
		margin-left: 50px;
	}
	.header-wrap .menu li a {
		font-size: 18px;
	}
	#header {
		margin-bottom: 10px;
	}
	#header.active .menu li:last-child a{
		padding: 10px;
		min-width: 110px;
	}
	.welcomecontent-left {
		width: 49%;
	}
	.welcomecontent-right {
		width: 50%;
		padding-left: 0;
	}
	.welcomecontent-right .content-boxs {
		margin: 0 10px 10px 0;
		padding: 10px 15px;
		min-height: 215px;
		width: 185px;
	}
	.welcomecontent-right .content-boxs.contact-box{
		width: 215px;
	}
	.project-section .product-image, .download-section .product-image {
		height: 110px;
		overflow: hidden;
	}
	.project-section .product-content h4, .download-section .product-content h4 {
		font-size: 14px;
	}
	.project-section .product-content p, .download-section .product-content p {
		font-size: 12px;
		line-height: 18px;
	}
	.project-section .project-logo, .download-section .project-logo{
		width: 40px;
		height: 35px;
	}
	#currentproject {
		padding: 30px 0 0px;
	}
	#footer-btn {
		padding: 20px 0;
	}
	#footer-btn li a {
		text-decoration: none;
		font-size: 18px;
		min-width: 140px;
	}  
	.header-wrap .top-contactdetail li.mailto{
		vertical-align: baseline;
	}  
	.header-wrap .top-contactdetail li.mailto i{
		font-size: 16px;
	}
	#register-section {
		width: 75%;
	}
	.register-boxwrap li a{
		font-size: 14px;
	}
	#register-section.project-register {
		width: 65%;
	}
	.download-heading {
		font-size: 20px !important;
		margin-bottom: 20px !important;
	}
	.download-section {
		padding: 0 50px;
		margin-bottom: 30px;
	}
	.download-section .product-image {
		height: 140px !important;
	}
	.download-btn {
		padding: 0 50px;
	}
	.download-btn .default-btn {
		padding: 15px;
		font-size: 14px;
		min-width: 200px;
		margin-bottom: 20px;
	}
	.welcome-content{
		padding: 70px 100px 0 100px;
	}
	h1 {
		font-size: 38px;
		margin-bottom: 50px;
		line-height: 50px;
	}
	.about-wrap p {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.registerpage .welcome-content {
		padding: 20px 100px 0 100px;
	}
	#register-section {
		width: 100%;
	}
	.custom-form {
		padding: 30px 140px;
	}
}

@media (max-width: 1023px){
	h1 {
		font-size: 28px;
		margin-bottom: 25px;
		line-height: 38px;
	}
	p {
		line-height: 20px;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.default-btn {
		padding: 8px;
		min-width: 75px;
	}
	.header-wrap {
		padding: 15px 0;
	}
	.header-wrap .header-left {
		width: 200px;
	}
	.header-wrap .header-left .logo a {
		height: 65px;
	}
	.header-wrap .header-right {
		width: 65%;
	}
	.header-wrap .top-contactdetail {
		padding-bottom: 5px;
	}
	.header-wrap .top-contactdetail li {
		margin-left: 8px;
	}
	.header-wrap .top-contactdetail li a {
		font-size: 12px;
	}
	.header-wrap .top-contactdetail li:last-child {
		margin-left: 20px;
	}
	.header-wrap .top-contactdetail li.mailto i {
		font-size: 14px;
	}
	.header-wrap .menu li {
		margin-left: 30px;
	}
	.header-wrap .menu li a {
		font-size: 12px;
	}
	.container-fluid {
		padding: 0 20px;
	}
	.welcomecontent-right .content-boxs {
		margin: 0 2px 5px 0;
		padding: 5px 10px;
		min-height: 162px;
		width: 140px;
	}
	.welcomecontent-right .content-boxs p {
		margin-bottom: 0;
		letter-spacing: 0px;
		font-size: 12px;
		line-height: 19px;
	}
	.welcomecontent-right .content-boxs a.grey-btn {
		position: absolute;
		left: 10px;
		bottom: 10px;
	}
	.grey-btn {
		padding: 6px 5px 4px;
		font-size: 10px;
		min-width: 60px;
	}
	.welcomecontent-right .content-boxs.contact-box {
		width: 160px;
		margin: 0 2px 5px 0;
		padding: 5px 10px;
		min-height: 162px;
	}
	.welcomecontent-right .content-boxs.contact-box .box-head{
		padding: 10px 10px 8px 10px;
	}
	.welcomecontent-right .content-boxs.contact-box .box-head h2 {
		color: #fff;
		letter-spacing: 1px;
		font-size: 11px;
	}
	.welcomecontent-right .content-boxs.contact-box form {
		padding: 10px 5px;
	}
	.welcomecontent-right .content-boxs.contact-box form .input-wrap{
		border: 3px solid transparent;
		border-radius: 4px;
		margin-bottom: 5px;
	}
	.welcomecontent-right .content-boxs.contact-box form input {
		padding: 4px 5px;
		font-size: 9px;
	}
	.welcomecontent-right .content-boxs.contact-box form button {
		margin-top: 5px;
		padding: 5px 10px;
	}
	.welcomecontent-right .content-boxs.contact-box {
		width: 158px;
		padding: 0;
	}
	.default-btn{
		font-size: 10px;
	}
	#currentproject {
		padding: 20px 0 0px;
	}
	#currentproject h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.project-section .product-image, .download-section .product-image{
		height: 240px;
		overflow: hidden;
	}
	.project-section .product-content, .download-section .product-content {
		padding: 10px;
		position: relative;
	}
	.project-section .product-content h4, .download-section .product-content h4 {
		font-size: 12px;
	}
	.project-section .product-content p, .download-section .product-content p {
		font-size: 11px;
		line-height: 16px;
	}
	.project-section .project-logo, .download-section .project-logo {
		width: 35px;
		height: 30px;
	}
	#footer-btn {
		padding: 15px 0;
	}
	#footer-btn li a {
		text-decoration: none;
		font-size: 14px;
		min-width: 115px;
	}
	#header.active .menu li:last-child a {
		padding: 8px;
		min-width: 90px;
		font-size: 12px;
	}
	.project-section .owl-carousel .owl-nav .owl-next, .download-section .owl-carousel .owl-nav .owl-next{
		width: 25px;
		height: 25px;
		opacity: 0.8;
		position: absolute;
		right: -10px;
		top: 50%;
	}
	.project-section .owl-carousel .owl-nav .owl-prev, .download-section .owl-carousel .owl-nav .owl-prev{
		width: 25px;
		height: 25px;
		margin-right: 10px;
		opacity: 0.8;
		position: absolute;
		left: -10px;
		top: 50%;
	}
	#inside-wrap #header2 {
		margin: 0;
		padding: 20px 0;
	}
	#inside-wrap .header-wrap .header-left .logo a{
		width: 100%;
		height: 45px;
	}
	.menu-second {
		margin-top: 10px;
	}
	.menu-second .grey-btn {
		padding: 15px 15px 13px;
		min-width: 100px;
		font-size: 13px;
	}
	#register-section h1 {
		font-size: 25px;
		margin-bottom: 25px;
	}
	.download-heading{
		font-size: 16px !important;
    	margin-bottom: 15px !important;
	}
	.download-section {
		padding: 0;
		margin-bottom: 20px;
	}
	.download-section .product-image {
		height: 180px !important;
	}
	.download-btn {
		padding: 0;
	}
	.welcome-content {
		padding: 100px 100px 0 100px;
	}
	.about-wrap p {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.registerpage .welcome-content {
		padding: 20px 0 0;
	}
	.contactpage .welcome-content {
		padding: 10px 100px 0 100px;
	}
}

@media (max-width: 800px){}

@media (max-width: 640px){
	.container-fluid {
		padding: 0 15px;
	}
	.header-wrap {
		padding: 10px 0;
	}
	.header-wrap .header-left {
		width: 150px;
		float: none;
		margin: 0 auto 15px;
	}
	.header-wrap .header-left .logo a {
		height: 48px;
	}
	.header-wrap .header-right {
		width: 100%;
		float: none;
		text-align: right;
	}
	.header-wrap .top-contactdetail {
		padding-bottom: 0;
	}
	.header-wrap .top-contactdetail li:last-child {
		margin-left: 0;
		display: block;
	}
	.menu .navbar-header{
		display: block;
	}
	.menu ul{
		display: none;
		text-align: left;
    	padding: 10px 0;
	}
	.header-wrap .menu li{
		display: block;
		margin: 0;
		border-bottom: 1px solid #ddd;
	}
	.header-wrap .menu li a {
		font-size: 12px;
		padding: 8px 0;
	}
	#header.active .menu{
		display: none !important;
	}
	.welcomecontent-left {
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}
	.welcomecontent-right {
		width: 100%;
		padding-left: 0;
		float: none;
		padding-bottom: 20px;
	}
	p {
		line-height: 18px;
		font-size: 11px;
	}
	.welcomecontent-right .content-boxs {
		margin: 0 2px 5px 0;
		padding: 10px 10px;
		min-height: 172px;
		width: 140px;
		/* display: block; */
		width: 49%;
		box-sizing: border-box;
		/* min-height: inherit; */
	}
	/* .welcomecontent-right .content-boxs a.grey-btn {
		position: static;
		margin-top: 10px;
	} */
	.welcomecontent-right .content-boxs.contact-box {
		width: 48%;
		padding: 0;
		/* min-height: inherit; */
	}
	#currentproject {
		padding: 0 0 20px 0;
	}
	.project-section .product-image, .download-section .product-image {
		height: 205px;
		overflow: hidden;
	}
	.owl-dots{
		display: none;
	}
	#footer-btn {
		padding: 0 0 15px 0;
	}
	#footer-btn ul {
		text-align: center;
	}
	#footer-btn li {
		display: inline-block;
		margin-left: 10px;
	}
	#footer-btn li:first-child{
		margin: 0;
	}
	#footer-btn li a {
		text-decoration: none;
		font-size: 12px;
		min-width: 90px;
	}
	#inside-wrap #header2 {
		margin: 0;
		padding: 10px 0 0 0;
	}
	#inside-wrap .header-wrap .header-left .logo a {
		width: 100%;
		height: 40px;
	}
	.menu-second {
		margin-top: 0;
	}
	.menu-second .grey-btn {
		padding: 10px 10px 9px;
		min-width: 100px;
		font-size: 11px;
		display: block;
	}
	#register-section {
		width: 100%;
	}
	#register-section h1 {
		font-size: 18px;
		margin: 10px 0 15px;
	}
	.register-boxwrap li {
		display: block;
	}
	.register-boxwrap li a {
		font-size: 12px;
		text-align: left;
		padding: 10px;
	}
	.register-boxwrap li a.active {
		border: none;
		top: 0;
	}
	#register-section.project-register {
		width: 100%;
	}
	.register-boxwrap .box-head h2{
		font-size: 15px
	}
	.download-btn .default-btn {
		padding: 10px;
		font-size: 12px;
		min-width: 200px;
		margin-bottom: 0;
		display: block;
	}
	.homepage,
	.aboutpage,
	.contactpage{
		height: 100%;
		min-height: 100vh;
	}
	.welcome-content {
		padding: 25% 0 0 0;
	}
	h1 {
		font-size: 18px;
		margin-bottom: 15px;
		line-height: 28px;
	}
	.aboutpage .welcome-content{
		padding-bottom: 30px;
	}
	.about-wrap {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.about-wrap .about-left,
	.about-wrap .about-right{
		float: none;
		width: 100%;
	}
	.about-wrap p {
		font-size: 14px;
		margin-bottom: 10px;
		text-align: center;
	}
	.register-boxwrap{
		border-radius: 10px;
	}
	.register-boxwrap li a.active{
		border-radius: 5px;
	}
	.register-boxwrap ul{
		padding-bottom: 10px;
	}
	.custom-form {
		padding: 30px 20px;
	}
	.contactpage .welcome-content {
		padding: 10px 0;
	}
	.contactpage .register-boxwrap form input,
	.contactpage .register-boxwrap form textarea{
		padding: 7px 10px !important;
		font-size: 12px !important;
	}
}

@media (max-width: 480px){}