html {
	position: relative;
	min-height: 100%;
}

body {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	padding: 0 0;
	margin: 0 0;
	font-family: 'Lato';
	font-weight: 400;
	letter-spacing: 0.03rem;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 260px;
}

input[type="button"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

input:disabled {
    cursor: not-allowed !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0 0;
	margin: 0 0;
}

p {
	padding: 0 0;
	margin: 0 0;
}

ul {
	padding: 0 0;
	margin: 0 0;
}

#license-success {
	margin: auto;
	text-align: center;
	display: none
}

#license-success>img {
	margin: 10px;
	height: 80px;
	width: 80px;
}

#contact-form span,
#caeapp-demo-form span {
	display: block;
}

/* NEW */
video {
	width: 350px;
	object-fit: inherit;
}

.product-banner,
.contact-banner {
	background: #0f7dc2;
	height: 128px;
}

.product-container,
.services-container {
	margin: 1.5em 0;
}

.product-banner h3,
.contact-banner h3 {
	color: #fff;
	font-size: 2.5em;
	padding: 0 0 .3em 0;
	font-weight: 300;
}

.product-banner p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1em;
	/* max-width: 17em; */
}

.product-banner span {
	font-weight: bold;
}

.products-content {
	background: #eceff1;
	width: 100%;
}

.products-content img {
	max-width: 200px;
}

.faq {
	padding-left: 0px;
	padding-right: 0px;
}

.caeapp-os {
	font-style: italic;
	color: gray;
}

#faq-table {
	margin-top: 50px;
	margin-bottom: 50px;
}

#faq-table tr:hover {
	cursor: pointer;
}

#faq-table .collapse-arrow {
	float: right;
	margin-right: 10px;
}

#faq-table tr .hiddenRow {
	border-bottom: #EBEFF1 solid 1px;
}

#faq-table .faq-question h3 {
	color: #000;
}

#faq-table p {
	color: #333D47;
	font-size: 16px;
}

#faq-question h3 {
	margin-top: 100px;
}

.demo-section h3 {
	margin-top: 16px;
	margin-bottom: 16px;
}

.products-content-header {
	display: block;
	margin: 0 auto 0 auto;
	padding: 2em 0 2em 0;
	width: 600px;
	text-align: center;
}

.products-content-header h3 {
	font-weight: 300;
}

.products-content-header .download-button-content {
	padding: 2em 0 2em 0;
}

.products-content-buttons {
	padding: 1.8em 0 1.5em 0;
	width: 100%;
	display: block;
}

.install-links:hover {
	cursor: pointer;
}

.products-content .table-striped th,
.install-content .table-striped th {
	color: rgba(0, 0, 0, 1);
	font-weight: 700;
}

.products-content .table-striped td,
.install-content .table-striped td {
	color: rgba(0, 0, 0, 1);
	font-size: 1em;
	font-weight: 400;
}

.products-content .table-striped>tbody>tr,
.install-content .table-striped>tbody>tr {
	background-color: #fff;
}

.products-content .table-striped>tbody>tr:nth-child(4n-1),
.products-content .table-striped>tbody>tr:nth-child(4n) {
	background-color: rgba(58, 67, 76, 0.05);
}

.install-content .table-striped>tbody>tr:nth-child(odd) {
	background-color: rgba(58, 67, 76, 0.05);
}

.services-container a {
	font-weight: 700;
	color: #fff;
}

.header-section {
	background: #fff;
}

.navbar-brand {
	float: left;
	padding: 0;
}

.navbar-header {
	float: left;
	width: 30%;
}

.navbar-brand h1 a {
	font-size: 0.7em;
	text-decoration: none;
	color: #000;
	margin-top: -3px;
}

.navbar-brand img {
	max-width: 140px;
	padding-left: 2em;
}

.navbar-brand h1 a span {
	font-weight: 700;
}

.navbar-brand p {
	font-size: 0.6em;
	margin-top: -5px;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0;
	border: none !important;
	background: #ffffff;
	padding-top: 0em;
}

.navbar-nav {
	float: left;
	margin: 0;
	width: 95%;
}

div#bs-example-navbar-collapse-1 {
	float: right;
	width: 70%;
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #000000;
}

.navbar-nav>li>a {
	padding: 1.2em .6em;
	font-size: 1.15em;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #0f7dc2;
	background-color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #000;
	background-color: #f2f2f2;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #0f7dc2;
	background-color: #fff;
}

ul.dropdown-menu>li.active>a {
	color: #0f7dc2;
	background-color: #fff;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #0f7dc2;
	background-color: #fff;
}

.dropdown-menu>li>a {
	display: block;
	padding: 8px 7px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #000000;
	font-size: 1em;
	white-space: nowrap;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: #fff;
}

.dropdown-menu>li>.active {
	background: #0f7dc2;
}

.dropdown-menu {
	border: none;
}

.video {
	position: relative;
}

.video a,
.video-dp a {
	position: absolute;
	display: block;
	background: url(../images/youtube_play_icon_overlay.png) no-repeat;
	height: 80px;
	width: 80px;
	top: 30%;
	left: 28%;
}

.video-dp a {
	top: 40%;
}

.video a:hover {
	background: url(../images/youtube_play_icon_overlay_hover.png) no-repeat;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	visibility: visible;
	display: block;
	height: 20px;
	width: 20px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background: #fff;

}

.callbacks_here a:after {
	background: #0f7dc2;
}

.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs li {
	display: inline-block;
}

ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 16%;
	z-index: 999;
	left: 47%;
}

/*---- Flexisel ---*/
#myFlexi {
	display: none;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

.nbs-flexisel-inner {
	overflow: hidden;
	/* padding: 30px 0 80px 0; */
	width: 95%;
	margin: 0 auto;
}

.nbs-flexisel-item {
	float: left;
	/* margin: 8px; */
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}

.nbs-flexisel-item>img {
	position: relative;
}

/*--//flexisel--*/

.client-information {
	padding: 2em 0;
	width: 100%;
	background: #ecf0f1;
}

.client-grid img {
	max-width: 200px;
	/*Changed from 100 to 200*/
	max-height: 75px;
	margin-left: 8px;
	margin-right: 8px;
}

.client-grid {
	margin: 0 20px;
}

.clients-info h2 {
	text-align: center;
	font-weight: 400;
	color: #000;
	padding-bottom: 1.5em;
}

.news-content article {
	padding: 2em;
}

.news-content article ul,
.news-content article ul li {
	padding-left: 2em;
}

.news-content article:nth-child(even) {
	background: #eceff1;
}

.news-content article header {
	padding: 0 0 1em 0;
}

.news-content article header p {
	font-size: .8em;
}

.news-content article p {
	line-height: 1.5em;
}

.news-content article a:link {
	color: #42a5f5;
}

.news-content article a:active {
	color: #7c4dff;
}

.news-content article a:hover {
	color: #7c4dff;
}

.news-content article a:visited {
	color: #7c4dff;
}

.news-content article img {
	padding: 0 0 1em 0;
	max-width: 250px;
}

/*--- slider-css --*/
.banner1 {
	background: url(../images/banners/bnr1.jpg) no-repeat 0px 0px;
	background-size: cover;
	min-height: 650px;
	background-position: center;
}

.banner2 {
	background: url(../images/banners/bnr2.jpg) no-repeat 0px 0px;
	background-size: cover;
	min-height: 650px;
	background-position: center;
}

.banner3 {
	background: url(../images/banners/bnr3.jpg) no-repeat 0px 0px;
	background-size: cover;
	min-height: 650px;
	background-position: center;
}

.banner4 {
	background: url(../images/banners/bnr4.jpg) no-repeat 0px 0px;
	background-size: cover;
	min-height: 650px;
	background-position: center;
}

.banner5 {
	background: url(../images/banners/bnr5.jpg) no-repeat 0px 0px;
	background-size: cover;
	min-height: 650px;
	background-position: center;
}

.os-text {
	display: block;
	color: gray;
	font-style: italic;
}

.slider {
	position: relative;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides div.slid {
	-webkit-backface-visibility: hidden;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.caption {
	width: 44%;
	margin: 3em 0em 0em 9em;
	background: rgba(255, 255, 255, 0.82);
	padding: 2em;
}

.caption h3 {
	font-size: 2em;
	color: #3A3B3C;
	font-family: 'Lato', serif;
}

.caption p {
	font-size: 1em;
	color: #222;
	line-height: 1.8em;
	padding: 1em 0 2em;
}

/*-- end rssSlides --*/
button.button {
	margin-right: 0px;
	font-size: 1em;
	font-weight: 700;
	background: #00bfa5;
	padding: 1em 1.5em;
	color: #fff;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

button.button:hover {
	background: #009688;
	/*#1de9b6;*/
}

button.button_second {
	white-space: nowrap;
	margin-right: 0px;
	font-size: 1em;
	background: #757575;
	padding: 1em 1.5em;
	color: #fff;
	border: none;
	text-decoration: none;
	text-transform: capitalize;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

button.button_second:hover {
	background: #424242;
	/*#bdbdbd;*/
}

button.button_third,
button.button_third_active {
	margin-right: 7px;
	border: 2px #616161 solid;
	font-size: 1em;
	font-weight: 700;
	background: rgba(0, 0, 0, 0);
	padding: 0.5em .8em 0.5em .8em;
	color: #616161;
	text-decoration: none;
	text-transform: capitalize;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

button.button_third:hover {
	background: #616161;
	color: #fff;
}

button.button_third_active {
	background: #616161;
	color: #fff;
}

.services-list {
	padding-top: 3em;
	padding-bottom: 5em;
}

.services-section>.services-list:nth-child(2) {
	background: #eceff1;
}

.services-list header {
	margin-bottom: 2em;
}

.services-list article>ul {
	margin-top: 0.5em;
}

.services-list article>ul li {
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}

.services-list img {
	background-repeat: no-repeat;
	background-position: 50%;
	width: 200px;
	height: 200px;
	border-radius: 60%;
	border: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.about-section,
.services-section {
	/* padding: 2em 0; */
}

.about-content h4 {
	font-size: 16px;
	font-weight: 700;
}

.about-content article {
	padding: 2em 0;
}

.about-section article:nth-child(even) {
	background: #eceff1;
}

.about-content article header {
	padding: 1em 0 1em 0;
}

.about-content article ul {
	padding-left: 1em;
}

.about-content article ul li {
	padding-left: 1.5em;
	line-height: 1.5em;
}

.caeapp-section {
	padding: 5em 0;
	padding-bottom: 0;
}

.caeapp-header {
	display: block;
	margin: 0 auto 0 auto;
	width: 50%;
	text-align: center;
}

.caeapp-header h2 {
	font-size: 2em;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

.caeapp-header p {
	font-size: 1em;
	font-weight: 300;
	color: rgba(0, 0, 0, 1);
	padding-top: 1em;
}

.caeapp-information {
	margin: 25px 0;
}

.caeapp-information h2 {
	font-size: 1.6em;
	font-weight: 400;
	color: #000;
}

.caeapp-information img {
	max-width: 400px;
}

.full-licence {
	border-top: #EBEFF1;
	border-width: thin;
	border-top-style: solid;
	padding-top: 40px;
	margin-top: 40px;
	text-align: center;
}

.full-licence button {
	margin: 16px;
}

.caeapp-try-img {
	text-align: center;
}

.caeapp-try {
	margin: 15px 0;
}

.caeapp-try p {
	margin-bottom: 15px;
}

.caeapp-programs {
	padding-top: 1em;
}

.caeapp-programs ul li {
	line-height: 1.5em;
	color: #000;
}

.caeapp-programs ul li .youtube_small {
	background: url(../images/play_movie_2.png) no-repeat;
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: middle;

}

.caeapp-programs ul li a:link {
	color: #0f7dc2;
}

.caeapp-videos {
	padding-top: 0px;
	margin-bottom: 1.5em;
}

.caeapp-videos .caeapp-header {
	margin-bottom: 16px;
	overflow-wrap: break-word;
}

.caeapp-videos-grid h4 {
	font-size: 1.5em;
	padding: .8em 0 .5em 0;
	color: #000;
}

.caeapp-videos-grid section header {
	height: 200px;
}

.caeapp-videos-grid section header iframe {
	background-repeat: no-repeat;
	background-position: 50%;
	width: 100%;
	height: 100%;
}

/* NEW */
.caeapp-videos-grid section header video {
	background-repeat: no-repeat;
	background-position: 50%;
	width: 100%;
	height: 100%;
}

.caeapp-videos-grid section .caeapp-videos-information {
	margin-top: 8px;
	margin-bottom: 16px;
	text-align: center;
}

.caeapp-videos-grid section .caeapp-videos-information h4 {
	padding-top: 0px;
}

.caeapp-videos-grid p {
	font-size: 1em;
	line-height: 1.8em;
	color: #777;
}

.consult-services {
	padding: 4em 0;
	text-align: center;
}

.consult-services-grid h4 {
	font-size: 1.5em;
	padding: .8em 0 .5em 0;
	color: #000;
}

.consult-services-grid section header {
	height: 200px;
}

.consult-services-grid section header img {
	background-repeat: no-repeat;
	background-position: 50%;
	width: 100%;
	height: 100%;
	border-radius: 60%;
	width: 75%;
}

.consult-services-grid p {
	font-size: 1em;
	line-height: 1.8em;
	color: #777;
}

.footer-section {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 250px;
	background: #3a434c;
	padding: 3em 0;
}

.footer-grid h3 {
	margin-top: 25px;
	font-size: 1.5em;
	color: #fff;
	margin-bottom: .1em;
}

.footer-grid p {
	font-size: .96em;
	color: #fff;
	line-height: 1.5em;
}

.footer-grid {
	float: left;
	width: 40%;
}

.footer-logo {
	float: right;
	width: 60%;
}

.footer-logo img {
	float: right;
	max-width: 210px;
	margin-top: -48px;
}

.clientInformation-section section {
	padding: 3em 0 0 0;
}

.clientInformation-section section>header {
	padding: 0 0 2em 0;
}

.msg_postback {
	padding: 1em 0 1em 0;
}

.table td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 15px !important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}

.tab-content>.active {
	display: block;
	visibility: visible;
}

.label {
	font-weight: 300 !important;
}

.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}

.nav-tabs {
	margin-bottom: 1em;
}

.alert {
	font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
	line-height: 1.8em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li.list-group-item1 {
	line-height: 2.5em;
}

.input-group {
	margin-bottom: 20px;
}

.list-group {
	margin-bottom: 48px;
}

ol {
	margin-bottom: 44px;
}

.dropdown>.more-movies {
	text-decoration: none;
	color: #0f7dc2;
}

.glyphicon-chevron-left {
	max-width: 24px;
	max-height: 24px;
}

@media (max-width: 1024px) {

	/* 
	.nbs-flexisel-item {
		margin-left: 100px;
		margin-right: 100px;
	} */

	table {
		display: block;
		overflow-x: auto;
	}

	.client-grid img {
		max-width: 100px;
		/*Changed from 100 to 200*/
		max-height: 75px;
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media (max-width:768px) {
	.grid_5 {
		padding: 0 0 1em;
	}

	.grid_3 {
		margin-bottom: 0em;
	}
}

@media (max-width:640px) {

	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.grid_5 h3,
	.grid_5 h2,
	.grid_5 h1,
	.grid_5 h4,
	.grid_5 h5,
	h3.hdg,
	h3.bars {
		margin-bottom: .5em;
	}

	ol.breadcrumb li,
	.grid_3 p,
	ul.list-group li,
	li.list-group-item1 {
		font-size: 14px;
	}

	.breadcrumb {
		margin-bottom: 10px;
	}

	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}

	h2.typoh2 {
		font-size: 1.5em;
	}

	.label {
		font-size: 60% !important;
	}

	#order-form input {
		width: 100%;
	}
}

@media (max-width:480px) {
	.rslides {
		align-content: center;
	}

	.rslides div {
		padding: 10px;
	}

	.footer-logo img {
		max-width: 100px;
	}

	.table h1 {
		font-size: 26px;
	}

	.table h2 {
		font-size: 23px;
	}

	.table h3 {
		font-size: 20px;
	}

	.label {
		font-size: 43% !important;
	}

	.alert,
	p {
		font-size: 14px;
	}

	.pagination {
		margin: 20px 0 0px;
	}
}

@media (max-width: 320px) {
	.news-content article img {
		max-width: 210px;
	}

	.caption span {
		margin: 0 0 1.5em;
	}

	.grid_4 {
		margin-top: 18px;
	}

	h1.title {
		font-size: 1.6em;
	}

	.alert,
	p,
	ol.breadcrumb li,
	.grid_3 p,
	.well,
	ul.list-group li,
	li.list-group-item1,
	a.list-group-item {
		font-size: 13px;
	}

	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}

	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}

	.list-group {
		margin-bottom: 10px;
	}

	.well {
		padding: 10px;
	}

	.nav>li>a {
		font-size: 14px;
	}

	table.table.table-striped,
	.table-bordered,
	.bs-docs-example {
		display: none;
	}
}

/**contact**/

.contact-section {
	padding: 3em 0;
	background: #eee;
}

.contact-modal {
	width: 100%;
}

.contact-grid input[type="text"],
.contact-grid textarea,
.contact-grid input[type="email"],
.contact-modal input[type="text"],
.contact-modal textarea,
.contact-modal input[type="email"] {
	display: block;
	background: #fff;
	color: #777;
	/* border: none; */
	width: 50%;
	outline: none;
	font-size: 1em;
	padding: auto;
	border-bottom: 1px solid #009688;
	/*#1de9b6;*/
}

.contact-modal input[type="text"],
.contact-modal textarea,
.contact-modal input[type="email"] {
	display: block;
	background: #fafafa;
	color: #777;
	/* border: none; */
	width: 80%;
	outline: none;
	font-size: 1em;
	padding: auto;
	border-bottom: 1px solid #009688;
}

.order-grid input[type="text"],
.order-grid input[type="email"] {
	display: block;
	background: #fff;
	color: #777;
	/* border: none; */
	width: 100%;
	outline: none;
	font-size: 1em;
	padding: auto;
	border-bottom: 1px solid #009688;
}

.contact-grid textarea,
.contact-modal textarea {
	width: 70%;
	height: 200px;
	resize: none;
	margin: 1em 0;
}

.contact-grid input[type="submit"] {
	background: #00bfa5;
	border: none;
	padding: 1em 0;
	width: 50%;
	font-size: 1em;
	color: #fff;
	letter-spacing: 0.5px;
	outline: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}

.contact-modal input[type="submit"] {
	background: #00bfa5;
	border: none;
	padding: 1em 0;
	width: 100%;
	font-size: 1em;
	color: #fff;
	letter-spacing: 0.5px;
	outline: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}

.order-grid input[type="submit"] {
	background: #00bfa5;
	border: none;
	padding: 1em 0;
	width: 100%;
	font-size: 1em;
	color: #fff;
	letter-spacing: 0.5px;
	outline: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}

.contact-grid input[type="submit"]:hover,
.contact-modal input[type="submit"]:hover,
.order-grid input[type="submit"]:hover {
	background: #009688;
}

.contact-grids {
	margin-top: 3em;
}

.contact-grids section {
	padding: 0 0 2em 0;
}

.contact-grids section header {
	padding: 0 0 1em 0;
}

.contact-grids section ul li {
	list-style: none;
	line-height: 2.5em;
}

.contact-modal p {
	font-size: 1em;
	color: #777;
	padding: 1em 0;
	line-height: 1.8em;
}

.contact-modal h5 {
	padding-bottom: 1em;
}

/**contact**/
/*-- modal --*/
.modal-header {
	border-bottom: none;
}

.modal-dialog {
	width: 550px;
	margin: 12em auto 0 auto;
}

.modal-body {}

.modal-header .close {
	outline: none;
}

/*-- //modal --*/
.order-section {
	padding: 2em;
}

.order-grid ul {
	padding-left: 1em;
}

.order-grid p {
	line-height: 1.8em;
}

.order-grid section {
	padding: 0 0 2em 0;
}

.order-grid>section>header {
	padding: 0 0 .7em 0;
}

.install-section {
	padding: 3em 0;
}

.install-section section {
	padding: 0 0 2em 0;
}

.install-section p {
	font-family: 'Lato', sans-serif;
}

.install-content {
	background: #eceff1;
	padding: 2em 0;
}

/*responsive*/
@media(max-width:1440px) {

	.banner1,
	.banner2,
	.banner3,
	.banner4,
	.banner5 {
		min-height: 550px;
	}

	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 14%;
	}

	@media(max-width:1366px) {

		.banner1,
		.banner2,
		.banner3,
		.banner4,
		.banner5 {
			min-height: 520px;
		}
	}

	@media (max-width: 1280px) {

		button.button_second,
		.button.button {
			font-size: .85em;
		}

		.navbar-brand h1 a {
			font-size: .7em;
		}

		div#bs-example-navbar-collapse-1 {
			width: 60%;
		}

		.navbar-header {
			width: 40%;
		}

		.caption {
			margin-left: 5em;
		}
	}

	@media (max-width: 1190px) {
		.navbar-brand h1 a {
			font-size: .7em;
		}

	}

	@media(max-width:1080px) {
		body {
			margin-bottom: 340px;
		}

		.product-banner,
		.contact-banner {
			height: 155px;
		}

		.footer-section {
			height: 330px;
		}

		.navbar-nav>li>a {
			padding: 1.2em .6em;
		}

		ul.callbacks_tabs.callbacks1_tabs {
			bottom: 8%;
		}

		.caption h3 {
			font-size: 1.8em;
		}

		.caption p,
		.consult-services-grid p,
		.contact-grid p,
		.contact-modal p,
		.order-grid p {
			font-size: 0.965em;
		}

		.contact-grid input[type="submit"],
		.contact-modal input[type="submit"],
		.order-grid input[type="submit"] {
			width: 50%
		}

		.consult-services-grid section header {
			height: 180px;
		}

	}

	@media(max-width:991px) {
		.footer-logo img {
			margin-top: -47px;
		}

		.navbar-brand h1 a {
			font-size: 0.7em;
			padding-bottom: 1.2em;
			margin-left: -25px;
		}

		.navbar-brand p {
			font-size: 0.5em;
			margin-left: -25px;
			margin-top: -10px;
		}

		.navbar-brand img {
			max-width: 150px;
			margin-top: 0px;
		}

		.video a,
		.video-dp a {
			left: 11%;
		}

		.footer-logo {
			margin-top: 15px;
		}

		.navbar-brand h1 a {
			font-size: 0.60em;
		}

		.navbar-nav>li>a {
			padding: 1.2em .25em;
			font-size: 1.05em;
		}

		.banner1,
		.banner2,
		.banner3,
		.banner4,
		.banner5 {
			min-height: 380px;
		}

		.caption {
			width: 57%;
			margin: 1.5em 0em 0 2em;
		}

		.caption h3 {
			font-size: 1.6em;
		}

		.banner-section h2 {
			font-size: 2.5em;
		}

		.consult-services,
		.footer-section,
		.about-section,
		.contact-section,
		.product-section {
			padding: 2em 0;
		}

		.consult-services-grid {
			/* float: left; */
			width: 33.3%;
			margin-left: auto;
			margin-right: auto;
		}

		.consult-services-grid h4 {
			font-size: 1.4em;
		}

		.about-section h3 {
			font-size: 2em;
		}

		.contact-grid {
			float: left;
			width: 60%;
		}

		.contact-modal {
			width: 100%;
		}

		.contact-grid input[type="text"],
		.contact-grid textarea,
		.contact-grid input[type="email"] {
			width: 50%;
		}

		.contact-modal input[type="text"],
		.contact-modal textarea,
		.contact-modal input[type="email"] {
			width: 70%;
		}

		.order-grid input[type="text"],
		.order-grid input[type="email"] {
			width: 70%;
		}

		.contact-grid h5,
		.agent-info h5 {
			font-size: 1.4em;
		}

		.contact-grid textarea,
		.contact-modal textarea {
			width: 99%;
			height: 170px;
		}

		.contact-grid input[type="submit"],
		.contact-modal input[type="submit"],
		.order-grid input[type="submit"] {
			width: 50%;
		}

		.caeapp-information img {
			max-width: 300px;
		}

		.caeapp-try button {
			margin: 8px;
		}
	}

	@media (max-width: 768px) {

		.navbar-brand h1 a {
			font-size: 0.7em;
			padding-bottom: 1.5em;
			margin-left: 10px;
			margin-top: -10px;
		}

		.navbar-brand p {
			font-size: 0.6em;
			margin-left: 10px;
			margin-top: -10px;
		}

		.navbar-brand img {
			padding-left: 5px;
			max-width: 70px;
		}

		/* .navbar-header {
			width: 100%;
		}

		div#bs-example-navbar-collapse-1 {
			width: 100%;
		}

		.navbar-toggle {
			margin-right: 0px;
		}

		.navbar-nav {
			float: none;
			margin: 0;
			width: 100%;
			text-align: center;
		}

		.navbar-default .navbar-collapse,
		.navbar-default .navbar-form {
			border-color: #333D47;
		}

		.navbar-collapse {
			max-height: 778px;
		}

		.navbar-nav>li>a {
			padding: .8em 0em;
		}

		.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
			color: #000;
			text-decoration: none;
			background: #0f7dc2;
		}

		.navbar-default .navbar-nav .open .dropdown-menu>li>a {
			color: #0f7dc2;
		}

		.navbar-default .navbar-toggle:hover,
		.navbar-default .navbar-toggle:focus {
			background-color: #0f7dc2;
		}

		.navbar-default .navbar-toggle {
			border-color: #0f7dc2;
		}

		.navbar-default .navbar-toggle .icon-bar {
			background-color: #fff;
		}

		.navbar-toggle {
			background-color: #0f7dc2;
		} */
	}

	@media(max-width:736px) {
		.navbar-header {
			width: 100%;
		}

		div#bs-example-navbar-collapse-1 {
			width: 100%;
		}

		.navbar-toggle {
			margin-right: 0px;
		}

		.navbar-nav {
			float: none;
			margin: 0;
			width: 100%;
			text-align: center;
		}

		.navbar-default .navbar-collapse,
		.navbar-default .navbar-form {
			border-color: #333D47;
		}

		.navbar-collapse {
			max-height: 778px;
		}

		.navbar-nav>li>a {
			padding: .8em 0em;
		}

		.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
			color: #000;
			text-decoration: none;
			background: #0f7dc2;
		}

		.navbar-default .navbar-nav .open .dropdown-menu>li>a {
			color: #0f7dc2;
		}

		.navbar-default .navbar-toggle:hover,
		.navbar-default .navbar-toggle:focus {
			background-color: #0f7dc2;
		}

		.navbar-default .navbar-toggle {
			border-color: #0f7dc2;
		}

		.navbar-default .navbar-toggle .icon-bar {
			background-color: #fff;
		}

		.navbar-toggle {
			background-color: #0f7dc2;
		}

		.caption {
			width: 70%;
			margin: .5em 0em 0 1em;
			padding: .94em 1em;
		}

		.caption h3 {
			font-size: 1.5em;
		}

		ul.callbacks_tabs.callbacks1_tabs {
			bottom: 5%;
		}

		.consult-services,
		.about-section,
		.contact-section,
		.install-section,
		.product-section {
			padding: 2em 0;
		}

		.consult-services-grid h4,
		.service-grid h4,
		.contact-grid1 h4 {
			font-size: 1.35em;
		}

		.banner1,
		.banner2,
		.banner3,
		.banner4,
		.banner5 {
			min-height: 340px;
		}

		.consult-services {
			margin-bottom: 25px;
		}

		.consult-services-grid section header {
			height: 60%;
		}

		.consult-services-grid {
			width: 60%;
		}

		.consult-services-grid img {
			width: 40%;
		}

		.consult-services-grid p {
			width: 59%;
			margin: 0 auto;
		}

		.consult-services-grid:nth-child(2) {
			margin: 2em 0;
		}

		.about-section h3 {
			font-size: 1.8em;
		}

		.banner-section {
			min-height: 140px;
			padding: 4em 0 0;
		}

		.contact-grid h5,
		.agent-info h5,
		.contact-modal h5 {
			font-size: 1.25em;
		}

	}

	@media(max-width:480px) {
		.navbar-brand img {
			display: none;
		}

		.consult-services-grid section header {
			height: 100%;
		}

		.consult-services-grid {
			width: 100%;
		}

		.products-content-header {
			width: 375px;
		}

		.caption {
			width: 70%;
		}

		button.button {
			font-size: .99em;
		}

		.consult-services-grid p {
			width: 82%;
		}

		a.button5 {
			width: 26%;
		}

		.modal-dialog {
			width: 280px !important;
		}

		.contact-grid input[type="text"],
		.contact-grid textarea,
		.contact-grid input[type="email"],
		.contact-modal input[type="text"],
		.contact-modal textarea,
		.contact-modal input[type="email"],
		.order-grid input[type="text"],
		.order-grid input[type="email"] {
			font-size: 0.96em;
		}

		.contact-grid,
		.contact-modal {
			width: 100%;
		}

		.contact-grid input[type="submit"],
		.contact-modal input[type="submit"],
		.order-grid input[type="submit"] {
			width: 50%;
		}

		.contact-grid h5,
		.agent-info h5,
		.contact-modal h5 {
			line-height: 1.5em;
		}

		ul.callbacks_tabs.callbacks1_tabs {
			bottom: 8%;
		}

		.footer-logo img {
			max-width: 180px;
		}
	}

	@media(max-width:425px) {
		ul.callbacks_tabs.callbacks1_tabs {
			display: none;
		}
	}

	@media(max-width:375px) {

		.products-content-header {
			width: 320px;
		}

		.product-banner,
		.contact-banner {
			height: 200px;
		}

		button.button_third,
		button.button_third_active {
			margin-right: 4px;
			font-size: .8em;
			font-weight: 700;
			max-width: 130px;
		}

		.navbar-brand h1 {
			font-size: 1.5em;
		}

		.caeapp-information img {
			max-width: 240px;
		}

		.footer-logo img {
			max-width: 150px;
			margin-top: -47px;
		}

		ul.callbacks_tabs.callbacks1_tabs {
			bottom: 10%;
			left: 35%;
		}

		.banner1 {
			background: url(../images/banners/bnr1.jpg) no-repeat 0px;
			background-size: cover;
		}

		.banner2 {
			background: url(../images/banners/bnr2.jpg) no-repeat -182px 0px;
			background-size: cover;
		}

		.banner3 {
			background: url(../images/banners/bnr3.jpg) no-repeat -182px 0px;
			background-size: cover;
		}

		.banner4 {
			background: url(../images/banners/bnr4.jpg) no-repeat -182px 0px;
			background-size: cover;
		}

		.banner5 {
			background: url(../images/banners/bnr5.jpg) no-repeat -182px 0px;
			background-size: cover;
		}

		.banner-section h2 {
			font-size: 2em;
		}

		.consult-services,
		.footer-section,
		.about-section,
		.contact-section,
		.product-section,
		.install-section {
			padding: 2em 0;
		}

		.about-section h3 {
			font-size: 1.6em;
		}

		.consult-services-grid p {
			width: 100%;
		}

		a.button5 {
			width: 33%;
		}
	}

	@media(max-width:320px) {
		.footer-logo img {
			max-width: 130px;
			margin-top: -47px;
		}

		ul.callbacks_tabs.callbacks1_tabs {
			bottom: 10%;
		}

		.products-content-header {
			width: 320px;
		}

		button.button_third,
		button.button_third_active {
			margin-right: 4px;
			font-size: .7em;
			max-width: 100px;
		}

		.navbar-brand h1 a {
			font-size: 0.7em;
			padding-bottom: 1.5em;
			margin-left: 10px;
			margin-top: -10px;
		}

		.navbar-brand p {
			font-size: 0.5em;
			margin-left: 10px;
			margin-top: -10px;
		}

		.caption h3 {
			font-size: 1.25em;
		}

		.modal-dialog {
			margin: 8em auto 0 auto;
		}

		.banner-section {
			min-height: 85px;
			padding: 2em 0 0;
		}

		ul.bottom-left {
			width: 100%;
		}

		ul.bottom-right {
			width: 100%;
		}

		.nav>li>a {
			position: relative;
			display: block;
			padding: 5px 10px;
		}

		.contact-grid,
		.contact-modal,
		.order-grid {
			padding: 0;
		}

		.contact-grid input[type="submit"],
		.contact-modal input[type="submit"],
		.order-grid input[type="submit"] {
			width: 50%;
		}
	}
}