@-ms-viewport {
	width: device-width;
}
@font-face {
	font-family: 'HelveticaNeue Condensed';
	src: url('../fonts/HelveticaNeueThinCond-CondensedRegularThin.eot');
	src: url('../fonts/HelveticaNeueThinCond-CondensedRegularThin.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueThinCond-CondensedRegularThin.woff2') format('woff2'), url('../fonts/HelveticaNeueThinCond-CondensedRegularThin.woff') format('woff'), url('../fonts/HelveticaNeueThinCond-CondensedRegularThin.ttf') format('truetype'), url('../fonts/HelveticaNeueThinCond-CondensedRegularThin.svg#HelveticaNeueThinCond-CondensedRegularThin') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeue Condensed';
	src: url('../fonts/HelveticaNeueCondensed-CondensedRegular.eot');
	src: url('../fonts/HelveticaNeueCondensed-CondensedRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueCondensed-CondensedRegular.woff2') format('woff2'), url('../fonts/HelveticaNeueCondensed-CondensedRegular.woff') format('woff'), url('../fonts/HelveticaNeueCondensed-CondensedRegular.ttf') format('truetype'), url('../fonts/HelveticaNeueCondensed-CondensedRegular.svg#HelveticaNeueCondensed-CondensedRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeue Condensed';
	src: url('../fonts/HelveticaNeueCondensed-CondensedBold.eot');
	src: url('../fonts/HelveticaNeueCondensed-CondensedBold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueCondensed-CondensedBold.woff2') format('woff2'), url('../fonts/HelveticaNeueCondensed-CondensedBold.woff') format('woff'), url('../fonts/HelveticaNeueCondensed-CondensedBold.ttf') format('truetype'), url('../fonts/HelveticaNeueCondensed-CondensedBold.svg#HelveticaNeueCondensed-CondensedBold') format('svg');
	font-weight: bold;
	font-style: normal;
}
*,
:before,
:after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

html {
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}
body {
	margin: 0;
	padding: 0;
	padding-top: 70.3px;
	width: 100%;
	overflow-x: hidden;
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}
.grecaptcha-badge{
	display:none !important;
}
button,
a {
	cursor: pointer;
}
.dark-theme {
	background: #000;
}
img {
	display: block;
	max-width: 100%;
	height:initial;
}
p {
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 26px;
    font-size: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto';
	font-weight: normal;
}
input,select,textarea{
    border-radius:5px;
}
a,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0 0 10px 0;
}
h3 {
	font-size: 24px;
	line-height: 28px;
}
a {
	text-decoration: none;
	color: #355773;
}
.violet-bg {
	background-color: #63379b;
}
.blue-color-bg {
	background-color: #02a6c7;
}
.orange-bg {
	background-color: #fd7800;
}
.green-bg {
	background-color: #359d02;
}
.red-bg {
	background-color: #fe0f00;
}
.pink-bg {
	background-color: #ff00ae;
}
.lgreen-bg {
	background-color: #aea307;
}
.center-item {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	flex-wrap:wrap;
}
#banner{
    min-height:130px;
}
.center-item h1{width:100%;font-weight: bold;padding: 15px 0 35px 0;}
.center-item .cont p{font-size: 28px;line-height: 32px;}

section {
	position: relative;
}
header .row-full .column,
footer .row-full .column {
	padding: 8px 15px;
}
section#main header a {
	color: #000;
}
.hd{margin-bottom: 35px;
    font-size: 58px;
    font-weight: bold;
    line-height: 60px;}
.no-gap,
.no-gap .row,
.no-gap .column {
	padding: 0;
}
ul#myTopnav li a {
    text-transform: uppercase;
}
.count-2 {
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
}
.row {
	width: 100%;
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	position: relative;
}
.row-full {
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	position: relative;
}
.column {
	padding: 15px;
	width: 100%;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 99;
}
.cta {
	display: block;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
}
.lg-cta {
	width: 100%;
	padding: 10px 0;
}
/*header .logo {text-align: center;} header .logo img { max-width: 80%; display: inline-table;}*/
.header {
	opacity: 1 !important;
}
.no-wrap {
	flex-wrap: nowrap;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
.menu ul li {
	padding-left: 0px;
	transition: .5s ease;
	margin-bottom: 15px;
	display: inline-block;
}
.menu ul li {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0;
	margin-top: 20px;
}
.menu ul li:after {
	content: '';
	position: absolute;
	right: -5px;
	width: 6px;
	background: #24ff00;
	height: 100%;
}
.menu ul li:last-child:after {
	position: relative;
}
.menu ul li a {
	text-transform: uppercase;
	font-size: 26px;
}
.content {
	position: relative;
	z-index: 9;
}
.carousel-cell {
	width: 100%;
	height: auto;
	max-width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.half-width-slider .carousel-cell {
	width: 50%;
}
/* no circle */

.flickity-button {
	background: transparent !important;
}
/* big previous & next buttons */



/* icon color */

.flickity-button-icon {
	fill: white;
}
/* hide disabled button */

.flickity-button:disabled {
	display: none;
}
.lightbg {
	background: #FFF;
}
#main .column {
	padding: 55px;
}
header{background:#ccc;position: fixed; top: 0; z-index: 92; width:100%; transition:all .5s linear;}
header a {
	color: #000;
}
#bannerimg img{margin:auto; } 
.top-nav { 
	overflow: hidden;
	height: 0;
	background-color: #CCC;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0 15px;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 300px;
	z-index: 999;
	margin: 10px;
	border: 1px solid;
	transition: right 5s ease;
	opacity: 0;
}
.responsive {
	overflow: visible;
	height: auto;
	opacity: 1;
}
.close-icon {
	position: absolute;
	top: 0px;
	right: 0;
	color: #FFF;
	width:35px;
	height:35px;padding-left: 11px;z-index:99;
}
.close-icon a {
	color: #000;
	text-decoration: none;
}
.right {
	text-align: right;
}
.mobile-nav {
	
}
.mobile-nav a {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom:0;
}
.mobile-nav a .column {
	padding: 0 2.5px;
}
.mobile-nav a .column:first-child {
	font-size: 26px;
	width: 130px;
	white-space: nowrap;
}
.mobile-nav a .column:last-child {
	width: 55px;
}
.darkbg {
	background: rgba(50, 50, 50, 1);
}
.darkbg a {
	color: #FFF;
}
.uppercase {
	text-transform: uppercase;
}
.bars {
	display: block;
	width: 100%;
	height: 5px;
	background: #fff;
	/*margin-top: 13px;*/
	margin-top: 5px;
	border-radius: 0;
}
.mobile-nav a .column span.bars:nth-child(2) {
    width: 70%;
}
.mobile-nav a .column span.bars:nth-child(3) {
    width: 50%;
	margin-top: 6px;
}
.bars:first-child {
	margin-top: 0;
}
/*
.card-item {
	height: 325px;
	width: 280px;
	display: flex;
	flex-direction: column;
} */
.card-item .item-titel {
	height: 90px;
	overflow: hidden;
	padding: 10px 15px;
	color: #FFF;
}
.item-image {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap:wrap; position: relative;
}
.item-image span{position: absolute;
    font-size: 30px;
    font-weight: bold;}
 
.item-image span a{position:relative; padding:0 20px;    display: flex;
    justify-content: center;
    align-items: center;}  
    .item-image span a img{padding-right: 12px; width:81px;}
    .item-image span a sup{margin-top: -9px; font-size: 18px; padding-right: 5px;}


#products .row {
	max-width: 770px;
}
#products .cta-section {
	max-width: 920px;
}
#products{margin-bottom: 30px;}

footer ul {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}
.footer-nav .downloadacc{padding-bottom: 25px;}
footer ul li { margin-bottom: 2px; }
footer ul li a {
	display: block;
	font-size: 26px;
	text-transform: uppercase;color:#000;
}
footer .address p,
footer p,
footer label {
	padding-bottom: 5px;
	color: #000;
	font-size: 22px;
}
footer .address p span {
	color: #49ff01;
	text-transform: uppercase;
}
.ng-address {
	padding-top: 10px;
}
.au-address {
	padding-top: 35px;
}
.logged-in .signin{display:none;}
.logout{display:none;}
.logged-in .logout{display:block;}

footer .downloadacc a{font-size:48px;}

footer .column {width:100% !important;display: flex; flex-wrap: wrap; justify-content: center; justify-items: center;}
footer .column p{font-size: 22px;line-height: 24px; padding-bottom: 30px; }   
footer .column div, footer .column  ul, footer .column p{width:100%;text-align:center;}

footer .address .small-text p {
	font-size: 18px;
	padding-top: 10px;
	line-height: 22px;
}
.stay-in-touch {
	justify-content: flex-start;
	display: flex;
	flex-direction: column;
}
.stay-in-touch p {
	width: 235px;
	max-width: 235px;
}


select{
        background: url(../images/select-arrow.png) no-repeat right;
    -webkit-appearance: none;
    background-position-x: 98%;
}



input[type="submit"] {
	text-align: center;
	background: #323232;
	color: #FFF;
	margin-top: 10px;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	font-family: Roboto;
	padding: 0 50px;height: 55px;border:0;
}
.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.wpcf7-form-control-wrap input, select, textarea, input[type="number"], .result_weight .col-md-2 div {
	width: 100%;font-size: 24px;height:50px; padding:10px; border: 2px solid #7f7f7f;position:relative; font-family: 'Roboto';
}

.result_weight .row{margin-top:25px;}

footer form {
	display: block;
	padding-top: 40px;
}
footer input {
	border: 0px solid;
	background: #FFF;
	height: 45px;
	width: 100%;
	font-size: 22px;
	margin-bottom: 10px;
}
footer input[type="email"] {
	color: #000;
}
footer input[type="submit"] {
	text-align: center;
	color: #000;margin-top: 0;
	background: #FFF;cursor: pointer;
}
.connect-us {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	column-count: 6;
}
.social ul li {} .social ul li a {
	display: block;
}
footer h3 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin-bottom: 7px;
}
	footer .logo img {  display: inherit;    max-width: 180px; }
    footer .footer-nav{margin-top:35px;}
    
.inner-slider {
	margin-top: 40px;
}
.inner-slider:last-child {
	margin-bottom: 60px;
}

.web img{display: inherit;width: 180px;}
#slider-01 {
	position: relative;
}
#slider-01.inner-slider {
	margin-top: 15px;
}
#slider-02.inner-slider {
	margin-top: 35px;
}
.panel-testing,
.downloads {
	max-width: 600px;
	margin: auto;
}
.pagedown{padding: 25px 0 30px 0;}
#slider-05 {
	margin: 25px 0;
	position: relative;
}


#slider-4 .main-carousel {
	margin-right: 50px;
}
#slider-4 .main-carousel {
	height: 380px;
}
#slider-05 {
	margin-bottom: 50px;
}
#slider-04{margin-bottom:45px;}



#slider-05 .carousel-cell {width:500px; padding:0 10px; height: 450px;}
#slider-06 .cell {width:31.6%; margin-right:15px; }

#slider-06 .range-carousel .cell { width:100%;  }
#slider-06 .range-carousel .cell img{ width:100%;  }


#slider-07 .range-carousel .cell img{ width:100%;  }
    .result_weight{display:none;margin-bottom:10px;}
    .rcalculator .row{justify-content: space-between; justify-items: center; align-items: flex-end;} 
    .rcalculator .row .col-md-2{ width: 45%; line-height:20px;} 
    .rcalculator .row .nominalthick{   margin-top: 5px;}
    .rcalculator .row sup{font-size:12px;}
    .rcalculator .hd{text-align:center;}
    .rcalculator h2{ font-size: 18px; text-align: center; font-weight: bold;}
    .rcalculator input, .rcalculator select, .rcalculator input[type="number"], .result_weight .col-md-2 div { font-family: 'Roboto';}
    .rcalculator label{font-size: 24px;font-family: 'Roboto';}
    .rcalculator input, .rcalculator select{text-align: center;}
/* .imgblock.active-Other img {
    visibility: hidden;
    height: 26px;
} */
.footer_logo{
    max-width:100%;
}
.contacttelemail a{
    color:white;
}

@media screen and ( min-width: 600px ) {
    .rcalculator .row{align-items: flex-start;}
}

@media screen and ( max-width: 600px ) {
    body{
        padding-top:55.3px;
    }
}

@media screen and ( min-width: 1023px ) {
  /* half-width cells for larger devices previously it was 768 */
    #slider-06 .range-carousel .cell { width:50%; padding-right:20px;height:auto; }
    #slider-06 .range-carousel .cell img{ width:100%; height:auto; }
    
    #slider-07 .range-carousel .cell { width:33.5%; padding-right:10px;height:auto;  }
    #slider-07 .range-carousel .cell img{ width:100%;  }

    #slider-04 .carousel-cell{width:33.5%;padding-right:10px;}
    #slider-04 .carousel-cell img{width:100%; }
    
    .flickity-prev-next-button.previous {left: -80px; }
    .flickity-prev-next-button.next { right: -80px;}
}



.innerp{height:44%;width: 100%;background: red;position: absolute;z-index: 9;top: 0; opacity: 0;}
.innerpb{height:44%;width: 100%;background: red;position: absolute;z-index: 9;bottom: 0; opacity: 0;}
.innerpl{height:inherit;width: 40%;background: red;position: absolute;z-index: 9;left: 0; opacity: 0;}
.innerpr{height:inherit;width: 40%;background: red;position: absolute;z-index: 9;right: 0; opacity: 0;}

.flickity-button {
	background: transparent;
}
.flickity-button-icon {
	fill: #323232;
}
.flickity-prev-next-button .flickity-button-icon {
	height: 30px;
	width: 30px;
}
section ul {
	list-style: none;
}
section ul li {
	line-height: 20px;
	position: relative;
	padding-left: 15px;
}
section ul li:before {
	position: absolute;
	content: '';
	top: 6px;
	left: -5px;
	background: black;
	border-radius:50%;
	height: 10px;
	width: 10px;
	background-size: contain;
}
section ul.nav-tabs li:before{background: none;}
.banner-title-group {
	top: 50px;
	position: absolute;
	right: 100px;
	width: 710px;
}
.banner-group-left {
	left: 0;
	right: 0;
	top: 70px;
	width: 50%;
}
.banner-title-1 {
	max-width: 710px;
	margin: auto;
	padding: 10px 80px;
	text-align: right;
	z-index: 0;
}
.banner-title-2 {
	max-width: 710px;
	margin: auto;
	padding: 7px 80px;
	text-align: right;
	z-index: 0;
}
.banner-title-1 h1 {
	font-size: 50px;
	color: #FFF;
	line-height: 40px;
}
.banner-title-2 {
	background: #FFF;
}
.banner-title-2 h2 {
	font-size: 32px;
	color: #000;
	line-height: 36px;
}
.banner-title-3 {
	position: absolute;
	bottom: 15px;
	width: 100%;
	font-size: 32px;
	line-height: 36px;
	color: #FFF;
}
.banner-title-3 span {
	display: inline-block;
}
.banner-title-3 span:first-child {
	padding: 7px 50px 7px 50px;
}
.banner-title-3 span:last-child {
	padding: 7px 20px;
}
.banner-title-3 span.active-tab {
	background: #FFF;
	color: #000;
}



.banner-images {
	position: absolute;
	top: 40px;
	left: 25px;
	z-index: 99;
}
.left-50 {
	left: 50%;
}
.banner-images img {
	max-height: 330px;
}
.accordion {
	background-color: #323232;
	color: #FFF;
	cursor: pointer;
	padding: 23px 102px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 24px;
	transition: 0.4s;
	margin-bottom: 25px;
	position: relative;
	font-family: Roboto;
}
.accordion, .icon-arch,
.icon-testing,
.icon-projects,
.icon-product,
.icon-downloads,
.icon-media {
	position: relative;
}
.accordion::after, .icon-arch::after,
.icon-testing::after,
.icon-projects::after,
.icon-product::after,
.icon-downloads::after,
.icon-media::after {
	position: absolute;
	content: '';
	background-size: contain;
	top: 13px;
	left: 35px;
	width: 50px;
	height: 50px;
}

.accordion::after {
	background: url(../images/avatar.png) no-repeat center;    background-size: contain;
}

.accordion.downloadacc::after {
	background: url(../images/wavatar.png) no-repeat center;    background-size: contain;
}

.icon-arch::after {
	background: url(../images/tab-icon-arch.png) no-repeat center;
}
.icon-testing::after {
	background: url(../images/tab-icon-test.png) no-repeat center;
}
.icon-projects::after {
	background: url(../images/tab-icon-projects.png) no-repeat center;
}
.icon-product::after {
	background: url(../images/tab-icon-product.png) no-repeat center;
	background-size: contain;
}
.icon-downloads::after {
	background: url(../images/tab-icon-downloads.png) no-repeat center;
}
.icon-media::after {
	background: url(../images/tab-icon-media.png) no-repeat center;
}
.ac-active.icon-arch::after {
	filter: grayscale(50%);
}
.ac-active.icon-testing::after {
	filter: grayscale(50%);
}
.ac-active.icon-projects::after {
	filter: grayscale(50%);
}
.ac-active.icon-product::after {
	filter: grayscale(50%);
}
.ac-active.icon-downloads::after {
	filter: grayscale(50%);
}
.ac-active.icon-media::after {
	filter: grayscale(50%);
}
.ac-active.icon-arch {
	background-color: #02a6c7;
}
.ac-active.icon-testing {
	background-color: #fd7800;
}
.ac-active.icon-projects {
	background-color: #fd7800;
}
.ac-active.icon-product {
	background-color: #fd7800;
}
.ac-active.icon-downloads {} .ac-active.icon-media {} .accordion:hover,
.accordion:active,
.ac-active {} 



.flickity-viewport iframe {
	height: 100%;
	width: 100%;
}



/*
.panel form {
	display: flex;
	flex-direction: column;
	max-width: 500px;
	margin: 25px auto 20px auto;
} */

.column .panel {
	display: flex;
	flex-direction: column;
	max-width: 655px;
	margin: 25px auto 20px auto;
}
.single-post #conatct div p {
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 17px;
}
.single-post #conatct div h1 {
	margin-bottom: 35px;
}
#header .row {
    max-width: 100%;
}

.one-half {
	width: 50%;
	display: flex;
	flex-direction: column;
}
.one-third {
	width: 33.333333%;
	display: flex;
	flex-direction: column;
}
.tab-pane,
.downloads {
	display: none;
	justify-content: space-around;
}
.tab-pane.active {
	display: block;
}
.nav-tabs {
	list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    
    padding: 0;
}
.aligncenter {
	margin: auto;
}


.downloads {display: flex;justify-content: center;align-items: baseline;}
.downloads.epdownload{padding-top:50px;}
.downloads a,
.downloads a {
	color: #000;
	line-height: 20px;
	width: 150px;
}
.downloads a img {
	padding-bottom: 15px;
}
#specifications h2,
.producta {
	background-color: #673895;
	color: #FFF;
	cursor: pointer;
	padding: 5px 25px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 24px;
	transition: 0.4s;
	margin-bottom: 25px;
	position: relative;font-family: Roboto;
}
.updownarrow {
	float: right;
	transition-duration: 1s;
	padding-top: 5px;
}
.open .updownarrow {
	transform: rotate(180deg);
}

.panel .nav-tabs li {
	background: #000;
	border: 2px solid #000;
	padding: 7px 15px;
	width: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 1;
}
.panel .nav-tabs li a {
	color: #FFF;
	font-weight: 500;
	font-size: 13px;
}
.panel .nav-tabs li.active {
	background: #FFF;
	border: 2px solid #000;
}
#specifications img {
    margin: 0 auto;
    height: auto !important;
    width: auto !important;
}
.panel .nav-tabs li.active a {
	color: #000;
}

.tab-content #downloads{ padding-top: 30px;}

.d-open-f {
	display: flex !important;
}
.d-close {
	display: none;
}
footer .row-full {
	flex-wrap: nowrap;
	align-content: space-around;
}
footer .column {
	width: 20%;
}
footer .column.address {
	width: 30%;
}
footer .column.contact {
	width: 25%;
}
footer .column.stay-in-touch {
	width: 25%;
	padding-left: 50px;
}
.abc .panel {
	padding: 20px 0;
}
#products .darkbg.cta-section{border-radius:5px;} 
sup{vertical-align: top;  position: relative; top: -5px;}
/*project page css */
.iframe figure{margin:0; padding-bottom:45px;}
.product-temp .product-video{padding-bottom: 30px;max-width: 870px;margin: auto;}
.abc p, .abc ul{max-width: 500px;margin: auto;}
.abc form p{margin:0 !important;}


.intrinsic_outer{left: 0;margin-bottom: 25px;
    width: 100%;
    height: auto;
    top: 0px;}
    
.intrinsic{width:100%;    max-width: 100%;}
.frame_outer{position: relative;padding-bottom: 56.2061%;}
  .videoframe{display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #000;
    background-position: center center;
    background-repeat: no-repeat;}
    
    .videoframe img{    font-size: 0px;transition: visibility 0.5s, opacity 0.5s linear;
    left: 0px;
    top: -0.375px;
    width: 100%;
    height: auto;
    position: relative;}
    
   .frame_outer iframe {position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
    
    .iframe iframe{ visibility: hidden;
  transition: visibility 1s, opacity 1s linear;
  opacity:0; z-index:-1;}
     
     .video_placeholder{cursor:pointer;width: 100%;}
    .project_grid .label{font-size:33px;}
    .project_grid .label.ls{text-transform: uppercase;}
    .project_grid .row{margin-bottom:33px;}
    .project_grid .row .label:nth-child(2) { padding-left:10px; }
    
    /*project page css */

.desktop{display: block;}
.mobile{display: none;}
.tab-content #descriptions video{padding-bottom: 30px;}
.single-product .nav.nav-tabs li:first-child{border-right:0;}
.single-product .nav.nav-tabs li:last-child{border-left:0;}
.downloads a img{margin:auto;}
.downloads a span{text-align: center;display: flex;justify-content: center;align-items: center;}
#descriptions{padding-top:35px;}
#specifications{padding-top:25px;}
button.active{background-color: #000;}
.column.headerm{ display: flex;flex-wrap:wrap; justify-content: space-between; justify-items: center; align-items: center;}
/*.column.headerm div{width:33.33%;}*/

.hiuser{text-align:right; line-height:18px;}
.mobile-nav {display: flex;align-items: center;margin-left: 0;}
.video{border:0;}
.flogo, .social ul{display: flex;justify-content: center;align-items: center;}

#wpcf7-f626-p59-o1 .wpcf7-response-output{color:#FFF; border: 2px solid #49ff01;}

    form.form{margin-top:35px;}
   .form .fc { padding-bottom:20px; } 
    
   .form  .fc input{ height:50px;width: 100%;border: 2px solid #7f7f7f;} 
   
   .form .fc .pfgtn, .form .fc input, .form .fc label{font-size: 28px;font-family: 'Roboto';}
   .w100{width:100%;}
   .pfgtn{color:#226634;cursor:pointer;text-align:right;padding-top: 10px;}
   .form h3{text-align:center;}
   .form h3 a{color:#000;}
   .page-template-login-template .form h3{text-align:center;font-size:36px;}
   .page-template-login-template input[type="submit"] {margin-top: 30px;}
    
   .error{color:red;}
   .success{color:#226634;}
   input[type=button], input[type=submit], input[type=reset], .loginb {cursor:pointer;}
 
    form p{display: flex; flex-wrap: wrap;}
    form p label{margin-bottom: 10px;}
    


.page-id-719 h1.hd{display:none;}
.home .hd{margin-bottom:0;}


.animate{opacity:0.4;transform: translateY(50px);transition: all .3s linear;}
textarea{border:1px solid #000;}
.visible-animation{opacity:1;transform: translateY(0px);}
.top-nav{transition: all .3s linear;}
#input_h, #input_c, #input_i{text-align:center; border-radius:5px;}
.has-text-align-center{margin:auto;}



/*new css added*/
#slider-07 .range-carousel .cell,  #slider-04 .carousel-cell { width: 33.33333%; height: auto; padding: 0 15px; }
.range-carousel, .carousel{margin-left:-15px; margin-right:-15px;}  
.headerm .logo img{width:165px;}

.buttoncontactgrp .column {
    max-width: 740px;
    margin: 0 auto;
}
.page-id-269 .column .panel {
    max-width: 655px;
}
.page-template-testing-compliance .column .panel {
    max-width: 655px;
}
@media only screen and (min-width: 1024px) {
	.col-1 {
		max-width: 8.333333%;
	}
	.col-2 {
		max-width: 16.666667%;
	}
	.col-23 {
		max-width: 20%;
	}
	.col-3 {
		max-width: 25%;
	}
	.col-4 {
		max-width: 33.333333%;
	}
	.col-5 {
		max-width: 41.666667%;
	}
	.col-6 {
		max-width: 50%;
	}
	.col-7 {
		max-width: 58.333333%;
	}
	.col-8 {
		max-width: 66.666667%;
	}
	.col-9 {
		max-width: 75%;
	}
	.col-10 {
		max-width: 83.333333%;
	}
	.col-11 {
		max-width: 91.666667%;
	}
	.col-12 {
		max-width: 100%;
	}
}
@media only screen and (max-width: 1700px) {
	.mobile-nav {
		
	}
}
@media only screen and (max-width: 1123px) {
    #slider-05 .carousel-cell {width: 100%;height: 550px;padding: 0 55px;}

	.mobile-nav {
		right: 20px;
	}
}
@media only screen and (max-width: 1023px) {
   
	footer .row-full {
		flex-wrap: wrap;
	}
	#slider-05 .carousel-cell {width: 100%;height: 350px;padding: 0 55px;}
	footer .column,
	footer .column.address,
	footer .column.stay-in-touch,
	footer .column.connect-us {
		width: 50%;
	}
	#products .column {
		width: 50%;
	}
	.abc .panel {
		padding: 0 15px;
	}
	#products .row.darkbg.no-gap.cta-section {
		width: calc(100% - 30px);
		padding: 0 15px;
	}
	#products .row.darkbg.no-gap.cta-section .column {
		width: 100%;
		padding: 0;
	}
	.tab-content {
	    width: 90%;
	    margin: 0 0 0 5%;
	}


	footer form {
		padding-bottom: 25px;  
	} 
}
@media (max-width: 1023px) {
   
  
    .page-id-719 figure{ margin: 25px;}
    #slider-05 .carousel-cell {width: 100%;height: 350px;padding: 0 75px;}
    
   
    #slider-04 .carousel-cell img{width:100%;}

    .tab-content {width: 100%; margin: 0;}
	footer .column,
	footer .column.address,
	footer .column.stay-in-touch,
	footer .column.connect-us {
		width: 100%;
	}
	
	
	
	.top-nav.responsive {
		display: block;
	}
	/*.carousel-cell {

    background-size: contain;

    height: 180px;

  }*/
	.banner-title-group {
		top: 10px;
		position: absolute;
		right: 0px;
		width: 100%;
	}
	.accordion {
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
		padding: 20px 10px 20px 60px;
		font-size: 22px;
	}
	.panel-testing {
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
	}
	.panel .accordion {
		padding: 20px;
	}
	.banner-title-1 {
		max-width: 100%;
		padding: 5px 10px;
		text-align: center;
		z-index: 0;
	}
	.banner-title-1 h1 {
		font-size: 30px;
		line-height: 30px;
	}
	.banner-title-2 {
		max-width: 68%;
		padding-right: 15px;
		margin: 0;
		float: right;
		width: 68%;
	}
	.carousel-cell {
		height: auto;
	}
	.banner-images img {
		max-height: 210px;
	}
	.banner-title-2 h2 {
		font-size: 18px;
		line-height: 20px
	}
	.banner-title-3 {
		font-size: 18px;
	}
	.banner-title-3 span {
		line-height: 20px;
	}
	.banner-title-3 span:last-child {
		width: 100%;
		text-align: center;
	}
	.count-2 {
		column-count: 1;
	}
	.lightbox .row-full {
		width: calc(100% - 30px);
	}

	header .row-full .column {} .mobile-nav .uppercase {
		display: none;
	}
	.bars {
		height: 3px;
		margin-top: 5px;
		border-radius: 1px;
	}
	.mobile-nav a .column:last-child {
		width: 35px;
	}
	.menu ul li {
		padding-right: 5px;
		padding-left: 5px;
		margin-top: 0;
		line-height: 15px;
	}
	.menu ul li:after {
		width: 2px;
		right: -3px;
	}
	.menu ul li a {
		font-size: 18px;
	}
	#products .cta-section {
		width: 280px;
	}
	footer {
		padding-top: 20px;
	}
	footer .row-full {
		flex-wrap: wrap;
	}
	footer .column {
		max-width: 310px;
		margin: auto;
	}
	.stay-in-touch p {
		width: 200px;
		max-width: 200px;
		margin: auto;
	}
	footer .column:nth-child(2) {
		max-width: 100%;
	}
	footer .row-full .column {
		padding-left: 25px;
		padding-right: 25px;
	}
	footer .address p,
	footer p,
	footer label {
		font-size: 16px;
		line-height: 20px;
	}
	.connect-us {
		display: block;
		margin: auto; 
	}
	footer .column:nth-child(1) {
		order: 1;
		-webkit-order: 1;
	}
	footer .column:nth-child(3) {
		order: 2;
		-webkit-order: 2;
		margin-bottom: 10px;
	}
	footer .column:nth-child(2) {
		order: 3;
		-webkit-order: 3;
	}
	footer .column:nth-child(4) {
		order: 4;
		-webkit-order: 4;
		margin-bottom: 50px;
		margin-top: 15px;
	}
	footer ul {
		margin-bottom: 0;
	}
	footer .small-text {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	

    
	.topnav {
		width: 100%;
		position: absolute;
	}
	.accordion::after, .icon-product::after,
	.icon-arch::after,
	.icon-testing::after,
	.icon-projects::after,
	.icon-downloads::after,
	.icon-media::after {
		left: 5px;
		top: 13%;
	}


	.top-nav {
		top: 0;
		left: 0;
		max-width: 300px;
		z-index: 999;
		margin:15px 0;
		border: 0px solid;
	}
	.close-icon {
		
	}
	.downloads {
		margin: 0 0 0 7% ;
		max-width: 85%;
	}
	
}

@media (max-width: 1023px) {
	.desktop{display: none;}
    .mobile{display: block;}
    
}

@media (max-width: 768px) {
    
    .range-carousel, .carousel{margin-left:0; margin-right:0;}  
    .flickity-prev-next-button.next { right: -15px;}
    .flickity-prev-next-button.previous {left: -15px;}

}




#banner .row{
    max-width:100%;
}

.headerOpaci, #header {
	    background-position: bottom;
	    background-size: cover ;
}

.result_weight .row{
    align-items: center;
}
.result_weight label{
    font-size:16px !important;
}

/* New Design */

.headerm .hiuser {
    color: #fff;
	font-size: 21px;
	width: 20%;
}

.darkbg a.cta.lg-cta {
    background: #014d0f;
	font-size: 21px;
}
#products .card-item, #products .card-item .item-image {
    width: 100%;
}
#products .card-item .item-image a, #products .card-item .item-image a img {
    width: 100%;
    height: 100%;
}
#products .card-item .item-image a {
    font-size: 21px;
    text-align: left;
    line-height: 1.4;
    font-weight: 300;
}
#products .card-item .item-image a.ttpd img {
    width: 66px;
}
.column.headerm {
    padding: 5px 15px 8px;
}
.sitefooter h6 {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
	line-height: 1;
}
.sitefooter p.contact {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
	padding-bottom: 18px;
}
footer ul.socialmedia li {
    padding: 0 6px;
}
footer ul.socialmedia {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}
footer.sitefooter .column p.address {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    padding: 10px 0;
}
footer.sitefooter .column h4 a {font-size: 23px;color: #FFF !important;opacity: 1;font-weight: 500;}
.sitefooter 
 ul.footer-nav {
    margin-top: 0;
}
.sitefooter ul.footer-nav li a {
    color: #fff;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 600;
}
ul.socialmedia li a img {
    max-width: 38px;
}
.sitefooter p.small-text {
    font-size: 12px;
    padding-bottom: 16px;
    font-weight: 500;
}
.sitefooter p.small-text ~ p {
    font-size: 10px;
    line-height: 1.2;
    font-weight: 500;
}
h1.hd {
    position: relative;
    padding-left: 58px;
    font-size: 30px;
    padding-bottom: 0;
    margin-bottom: 22px;
}
h1.hd:before {
    content: "";
    background-image: url('../images/hgicon.png');
    position: absolute;
    left: 0;
    top: 6px;
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-size: contain;
}
#conatct div p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.4;
    padding-bottom: 0px;
}
.intrinsic_outer {
    padding: 20px 40px;
}
.page-template-login-template section#banner, .page-template-registration-template 
 section#banner {
    display: none;
}
.page-template-login-template .panel.signin, .page-template-registration-template .panel.signin, .page-template-login-template .panel.forgotten  {
    margin: 0 auto;
	max-width: 655px;
    padding: 50px 0;
}
.page-template-login-template .panel.signin div p {
    font-weight: 400;
    font-size: 17px;
    font-family: 'Roboto';
    margin-bottom: 0px !important;
}
.page-template-login-template .panel.signin form.form {
    margin-top: 10px;
}
.page-template-login-template .panel.signin form.form .fc label, .page-template-login-template .panel.forgotten .fc label {
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
}
.page-template-login-template .panel.signin form.form .fc label, .page-template-login-template .panel.forgotten .fc label {
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
}
.form .fc input {
	padding: 10px;
}
.page-template-login-template .panel.signin form.form .fc input, .page-template-login-template .panel.forgotten .fc input {
    border-radius: 0px;
	 font-size: 16px;
}
.page-template-login-template .panel.signin form.form .fc {
    padding-bottom: 10px;
}
.page-template-login-template .panel.signin form.form .fc .pfgtn {
    color: #02b023;
    font-size: 18px;
    font-weight: 600;
}
.page-template-login-template .panel.signin form.form h3 a, .page-template-login-template .panel.forgotten h3.loginb {
    max-width: 318px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #02b024;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    line-height: 100%;
    padding: 0;
    margin: 0 auto;
}
.page-template-login-template input[type="submit"], 
.page-template-normal-page-template .panel input[type="submit"] {
    margin-top: 14px;
    background: #014d10;
    font-size: 18px;
	border: none !Important;
    border-radius: 0;
    font-weight: 500;
}
.contentimg .content h4 a {
    position: relative;
    color: #333;
}
.page-template-registration-template .panel.signin label {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
}
.page-template-registration-template .panel.signin p input, .page-template-registration-template .panel.signin p select {
    border-radius: 0px;
    font-size: 16px;
}
.page-template-registration-template .panel.signin input[type="submit"] {
    background: #014d10;
    font-size: 18px;
    border-radius: 0;
}
.page-template-login-template .panel.forgotten p {
    font-size: 17px !important;
    margin-bottom: 0px !important;
    font-weight: 400 !important;
}
.page-template-registration-template-php h1.hd {
    margin-bottom: 40px;
}
.page-template-login-template .panel.forgotten h3.loginb {
    margin: 24px auto 12px;
}
.page-template-normal-page-template .panel div p {
    font-size: 17px !important;
    margin-bottom: 6px !important;
    font-weight: 400 !important;
	padding-bottom: 10px !important;
}
.getintouchnormal .column .panel {
    max-width: 655px;
}
.page-template-normal-page-template .panel  form.wpcf7-form {
    padding-top: 20px;
}
.page-template-normal-page-template .panel form.wpcf7-form p label {
    font-size: 16px;
}
.page-template-normal-page-template .panel form.wpcf7-form input, .page-template-normal-page-template .panel form.wpcf7-form select, .page-template-normal-page-template .panel form.wpcf7-form textarea {border: 2px solid #777;border-radius: 0px;font-size: 15px;}
.page-template-normal-page-template .panel form.wpcf7-form input.wpcf7-submit {border-radius: 0px;font-size: 18px;font-weight: 500;}
.bannercat video {
    width: 100%;
}
.all-productcatlist {
	padding: 20px 0;
}
.all-courses-list {
    width: 100%;
}
.text-center {
    text-align: center;
}
.all-courses-list .headingbox h2 {
    font-size: 29px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: relative;
/*     padding-left: 94px; */
    justify-content: center;
}
.all-courses-list .headingbox h2 img {
	margin-right:15px;
	width: 60px;
	height: 60px;
	object-fit: contain;
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
    max-width: 655px;
    margin: 0 auto;
}
.col-third {width: calc(100% / 3);padding: 0 20px 20px;}
.contentimg {
    border: 1.5px solid #393939;
    border-radius: 30px;
    position: relative;
    box-shadow: inset 0 0 15px 9px #c7c7c7;
}
.all-courses-list .headingbox {
    padding-bottom: 20px;
}
.contentimg .content h4 {
    margin: 0px !important;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 2px;;
}
.contentimg .content p {
    font-size: 13px;
    margin: 0px !important;
    padding-bottom: 0;
    line-height: 1.2;
    text-align: center;
} 
.contentimg a {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}
.hgcolor img {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: #fff;
	width: 46px;
    height: 46px;
    object-fit: contain;
}
.hgcolor {
    position: relative;
}
.contentimg .image {
    padding: 20px 10px 10px;
    height: 170px;
    max-height: 170px;
}
#descriptions ul {
    padding-left: 5px;
}
#descriptions ul li {
    font-size: 17px;
    margin-bottom: 6px;
}
.downloadrow .imgblock img {
    max-height:47px;
	margin:0 auto;
}
.contentimg .image img {height: 100%;object-fit: contain;}
.contentimg .content {padding: 10px 8px 18px;}
.hgcolor:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ff217d;
    top: 50%;
}
.hgcolor.blue-color:before {background: #041aff;
}
.hgcolor.orange:before {background: #d25c3c;
}
.hgcolor.skyblue:before {background: #35bce6;
}
.hgcolor.green:before {background: #178530;
}
.hgcolor.arctic:before {background: #01a792;
}
.hgcolor.pitch:before {background: #d25c3c;
}
.single-product .headingbox h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
	font-size: 29px;
}
.tab-content #descriptions p {
    margin-bottom: 0px;
}
.single-product .nav.nav-tabs li:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.single-product .nav.nav-tabs li:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.single-product .headingbox h2 img {
    margin-right: 20px;
	width: 60px;
	height: 60px;
	object-fit: contain;
}
.downloadinnr .downloadbox {
    margin-bottom: 20px;
}

.downloadinnr .downloadbox .headingbox h4 {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.downloadinnr .downloadbox .headingbox h4 img {
    margin-right: 10px;
	height: 28px;
}

.downloadrow {
    padding: 8px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
}

.downloadrow .downloadheading h5 {
    padding-bottom: 0;
    margin-left: 8px;
    font-size: 13px;
    font-weight: 400;
}

.downloadrow .downloadheading {
    width: 100%;
}

.downloadrow .checkbox {
    height: 30px;
    width: 35px;
	position: relative;
}

.downloadrow .checkbox input[type=checkbox] {
    top: -5px;
    position: relative;
    border: 1px solid #000;
    border-radius: 1px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 0.6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 100%;
    width: 100%;
    -webkit-appearance: none;
    opacity: 1;
}
.downloadrow .checkbox input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 48%;
    top: 48%;
    width: 8px;
    height: 18px;
    border: solid #02a521;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
}
.downloadrow .checkbox input[type=checkbox]:checked:before {
  opacity: 1;
}
.single-product h4 {
    padding-top: 0;
}
.downloadbox .downloadrow:not(:last-child) {
    border-bottom: 1px solid #d6d6d6;
}

.downloadinnr .btnbox button {
    display: block;
    border: 2px solid #000;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
.downloadinnr .btnbox .primarybtn {
    background: #014d10;
    color: #fff;
    border-color: #014d10;
}
.downloadinnr .btnbox button:hover {
    background: #014d10;
    color: #fff;
}
.downloadrow .imgblock {
    padding: 4px 16px;
    background: #fff;
    border: 1px solid #a9bce1;
    position: relative;
    margin: -9px -8px;
    width: 70px;
    cursor: pointer;
    height: 49px;
    display: flex;
    align-items: center;overflow:hidden;
}
form .downloadinnr .imgblock.img:before {
    content: "";
    background-image: url(../images/zoom.jpg);
    position: absolute;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    right: 3px;
    background-size: 100%;
    bottom: 7px;
}
.img-show .image img {
	margin: 0 auto;
	max-height:73vh;
}
.column.headerm {
    padding-right: 53px;
}
.mobile-nav {
    width: 20%;
}
#products .card-item .item-image {
    justify-content: flex-start;
    padding-bottom: 10px;
}
#products .card-item .item-image a {
    font-size: 20px;
    padding-bottom: 0;
    font-weight: 500;
}
@media(max-width: 1022px) {
	#products .card-item .item-image a {
		font-size: 30px;
		padding-bottom: 0;
		font-weight: 500;
	}
	#products .card-item .item-image a.ttpd img {
		width: 86px;
	}
	.headerm .hiuser {
		color: #fff;
		font-size: 18px;
	}
	footer .column {
		max-width: 540px;
		margin:0 auto;
	}
	.sitefooter p.small-text {
		font-size: 11px;
		padding-bottom: 6px;
		padding-top: 10px;
		line-height: 1.2;
	}
}
@media (max-width: 520px) {
    
    #slider-07 .range-carousel .cell, #slider-04 .carousel-cell { width: 100%;padding: 0 45px; }
    .flickity-prev-next-button.previous {left: 0;}
    .flickity-prev-next-button.next {right: 0;}

	.tab-content {width: 100%; margin: 0;}
	#slider-05 .carousel-cell{padding:0;}
	
	.panel .nav-tabs li {
		padding: 7px;
	}
	.downloads a {width: 50%;padding-top:20px;}
	
	.panel .nav-tabs li a {
		font-size: 16px;
	}
	.downloads {
		flex-wrap: wrap;
		justify-content: center;
		max-width: 100%;
		margin: 0; 
	}
	
#banner{
    min-height:90px;
}

		
	#products .column {
		width: 100%;
	}
	.accordion {
		font-size: 20px;
	}
	.downloads a {
		width: 50%;
	}
	.carousel-cell {
		height: auto;
	}
	.column.headerm {
		padding-right: 18px;
	}
	footer.sitefooter .column p.address {
		font-size: 15px;
	}
	ul.socialmedia li a img {
		max-width: 34px;
	}
	.sitefooter ul.footer-nav li a {
		color: #fff;
		font-size: 14px;
		padding-bottom: 6px;
	}
	.sitefooter p.small-text {
		font-size: 11px;
		padding-bottom: 0px;
		font-weight: 500;
		line-height: 1.1;
		padding-top: 20px;
	}
	section#products {
		padding-top: 20px;
	}
	section#products .column.col-4.center-item {
		padding: 4px 15px;
	}
	#products .card-item .item-image a.ttpd img {
		width: 100px;
	}
	#products .card-item .item-image a {
		font-size: 30px;
	}
	.sitefooter h4 {
		padding-bottom: 3px;
	}
	footer.sitefooter .column h4 a {
		font-size: 20px;
	}
	footer ul.socialmedia li a {
		padding-bottom: 6px;
		padding-top: 0;
	}
	.sitefooter p.small-text ~ p {
		padding-bottom: 10px;
	}
	.sitefooter p.contact {
		font-size: 10px;
		padding-bottom: 14px;
	}
}
@media(max-width: 500px) {
	.headerOpaci, #header {
		background-image: url('../images/HEADER_MOB.jpg') !important;
	}
	footer {
		background-image: url(../images/FOOTER_MOB.jpg);
	}
	h1.hd {
		padding-left: 58px;
		font-size: 28px;
		margin-bottom: 18px;
	}
	#conatct div p {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.intrinsic_outer {
		padding: 10px;
	}
	.headerm .hiuser {
		color: #fff;
		font-size: 14px;
	}
	.page-template-normal-page-template .panel div p {
		font-size: 17px !important;align-content
	}
	footer .column {
		max-width: 90%;
		margin: auto;
	}
	.page-template-login-template input[type="submit"], .page-template-normal-page-template .panel input[type="submit"] {
		background: #014d10;
		font-size: 16px;
		height: 40px;	font-weight: 500;}
	.page-template-login-template .panel.signin form.form h3 a, .page-template-login-template .panel.forgotten h3.loginb {
		font-size: 15px;
		height: 40px;		
	}
	.all-courses-list .headingbox h2 {
		padding-left: 0px;
	}
	.col-third {
		width: 100%;
		padding: 0 20px 20px;
	}
	.headerm .hiuser {
		width: 30%;
	}
	.headerm .logo img {
		width: 125px;
	}
	.all-courses-list .flexbox{
		max-width: 240px;
		margin: 0 auto;
	}
	.all-courses-list .headingbox{
	    padding-left:18px;
	    padding-right:18px;
	}
	.col-third {
		padding-left: 0;
		padding-right: 0;
	}
	.single-product ul.nav.nav-tabs li a {
		font-size: 10px;
	}
	.all-courses-list .headingbox h2 {
		text-align: left;
		line-height: 1.1;
	}
}


@media (max-width: 375px) {
    	.main-carousel-home .carousel-cell {
		height: auto;
	}
	footer .downloadacc a { font-size: 46px; }
}