@charset "UTF-8";
/* CSS Document */


html {
	scroll-behavior: smooth;
}
html, body {
	width: 100%;
	height: 100%;
}
/*body {	
	font-family: 'Avenir'!important;
	font-family: 'AvenirLTPro-Light' !important;
	background: #fff;/*padding-top: 106px;
}*/

a {
	color: #e51937;
}
a:hover {
	color: #000;
}
p {
	font-size: 18px;
	/*color: #808080;*/
	color: #000;
	text-align: justify;
}
.container {
	width: 78%;
}
/* =Info Bar
-------------------------------------------------------------- */
#info-bar {
	background-color: #3cb5f9;
}
#info-bar a {
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	padding: 10px;
}
#info-bar a:hover {
	background-color: #0793e2;
}
#info-bar span.all-tutorials, #info-bar span.back-to-tutorial {
	display: block;
	width: 50%;
}
#info-bar span.all-tutorials {
	float: left;
	text-align: left;
}
#info-bar span.back-to-tutorial {
	float: right;
	text-align: right;
}
/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	height: 107px;
	/*	overflow: hidden;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	/*background: rgba(0,0,0,0.4);
	background: #004a83;*/
	background: #000;
	border-bottom: 1px solid #959595;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header h1#logo {
	display: inline-block;
	height: 150px;
	line-height: 150px;
	float: left;
	font-family: "Oswald", sans-serif;
	font-size: 60px;
	color: white;
	font-weight: 400;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*  header nav {
    display: inline-block;
    float: right; }*/
header nav a {
	line-height: 150px;
	margin-left: 20px;
	color: #9fdbfc;
	font-weight: 700;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header nav a:hover {
	color: white;
}
header.smaller {
	height: 75px;
	/*background: rgba(0,0,0,0.8);
	background: #004a83;*/
	background: #000;	
}
header.smaller h1#logo {
	width: 150px;
	height: 75px;
	line-height: 75px;
	font-size: 30px;
}
header.smaller nav a {
	line-height: 71px;
}
.smaller .nav a {
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}
.smaller .navbar {
	min-height: 75px;
}
.smaller .navbar-brand {
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-default {
	background: none;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	margin-left: 0px;
	border-bottom: 4px solid transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	/*color: #30b6f2;*/
	color: #e51937;
	/*border-bottom: 4px solid #30b6f2;*/
	border-bottom: 4px solid #e51937;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	/*color: #30b6f2;*/
	color: #e51937;
	background-color: transparent;
	/*border-bottom: 4px solid #30b6f2;*/
	border-bottom: 4px solid #e51937;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	/*color: #30b6f2;*/
	color: #e51937;
	background-color: transparent;
}
header.smaller .search-form {
	margin-top: 22px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #e51937;
	text-decoration: none;
	background-color: transparent;
}
/* =Footer
-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 660px) {
/* =Header
  -------------------------------------------------------------- */
header h1#logo {
	display: block;
	float: none;
	margin: 0 auto;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
header nav {
	display: block;
	float: none;
	height: 50px;
	text-align: center;
	margin: 0 auto;
}
header nav a {
	line-height: 50px;
	margin: 0 10px;
}
header.smaller {
	height: 75px;
}
header.smaller h1#logo {
	height: 40px;
	line-height: 40px;
	font-size: 30px;
}
header.smaller nav {
	height: 35px;
}
header.smaller nav a {
	line-height: 35px;
}
}

@media all and (max-width: 600px) {
.container {
	width: 100%;
}
#info-bar a {
	display: block;
}
#info-bar span.all-tutorials, #info-bar span.back-to-tutorial {
	width: 100%;
}
#info-bar span.all-tutorials, #info-bar span.back-to-tutorial {
	float: none;
	text-align: center;
}
#info-bar span.all-tutorials {
	border-bottom: solid 1px #0793e2;
}
}
.navbar {
	border-radius: 0px;
	border: none;
	margin-bottom: 0px;
	min-height: 126px;
}
.navbar-brand {
	padding-top: 21px;
	padding-bottom: 53px;
}
.navbar-nav > li > a {
	padding-top: 48px;
	padding-bottom: 34px;
}
/*------Slider Start-----*/
/*.ctrlPrev, .ctrlNext {
	display: none;
}*/
.shadow {
	height: 20px;
	box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.7);
}
.feature-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.feature-list li {
	float: left;
	width: 33.33%;
	height: 385px;
	padding: 44px;
	color: #fff;
}
.feature-list li a {
	font-size: 28px;
	color: #fff;
	text-decoration: none;
}
.feature-list .light {
	float: left;
	margin: 0 30px 10px 0px;
	width: 210px;
}
.feature-list h3 {
	font-size: 21px;
	text-transform: uppercase;
	color: #9b9b9b;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.feature-list hr {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #9b9b9b;
	max-width: 260px;
}
.feature-list h2 {
	font-size: 30px;
	color: #9b9b9b;
	margin-bottom: 27px;
}
.feature-list .light-gray a {
	font-size: 28px;
	color: #9b9b9b;
	text-decoration: none;
	/*margin-top:-12px;*/
	padding-left: 238px;
}
.feature-list li:nth-child(1) {
	background: #b8c2d0 url(../images/one.png) no-repeat top left;
	background-size: cover;
}
.feature-list li:nth-child(2) {
	background: #737a82 url(../images/two.png) no-repeat top left;
	background-size: cover;
	text-align: center;
}
.feature-list li:nth-child(3) {
	background: #437faf url(../images/three.png) no-repeat top left;
	background-size: cover;
	text-align: center;
}
.feature-list li h4 {
	font-size: 30px;
	text-transform: uppercase;
}
.feature-list .sub-list {
	margin: 10px 0;
}
.feature-list .sub-list li {
	display: block;
	width: 100%;
	height: auto;
	padding: 6px 47px;
	background: transparent;
	font-size: 21px;
	text-align: left;
}
.control-wrapper {
	padding: 50px 20px 50px 20px;
}
.control-wrapper h2 {
	font-size: 36px;
	/*color: #9b9b9b;*/
	color: #000;
	margin: 0px 0px 0px 123px;
	font-weight: bold;
}

.control-wrapper .product{
	/*overflow: hidden;*/
}
.control-wrapper .product img {
    width: 126px;
    float: left;
    margin-right: 0px;
}

.control-wrapper p {
	font-size: 18px;
	/*color: #9b9b9b;*/
	color: #000;
}

.control-wrapper p.inner_conetent a {
	font-size: 18px;
	display: inline;
}
.control-wrapper a {
	font-size: 28px;
	/*color: #9b9b9b;*/
	color: #000;
	text-decoration: none;
	display: inline-block;
	margin-top:30px;
}
/*.control-text-wrapper {
	padding-right: 70px;
	padding-left: 47px;
}*/
.control-text-section {
	padding-top: 25px;
}
.control-text-section h2 {
	margin-top: 0px !important;
}
/*.light-text-wrapper {
	border-right: 1px solid #959595;
	padding-right: 70px;
	padding-bottom: 71px;
}*/
.control-wrapper-content {
	border-right: 1px solid #959595;
	padding-right: 40px;
	padding-bottom: 45px;
}
.control-wrapper-content-right {
	padding-right: 0px;
	padding-bottom: 0px;
	border-right: none;
}
.control-wrapper-content-right a {
	margin-left: 0;
}
.case-studies {
	/*background: #5d468f;
	background: #2d4d70;*/
	background: #000;
	padding: 15px 0 8px;
	font-size: 36px;
	text-align: center;
	color: #fff;
	clear: both;
}
.more-case-studies {
	background: #e51937;
	text-align: center;
	padding: 12px 0;
}
.more-case-studies a {
	font-size: 22px;
	color: #fff;
	text-decoration: none;
}
.case-studies-box-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.case-studies-box-list li {
	/*float: left;*/	
	width: 33.33%;
	/*min-height: 260px;*/
	padding: 44px;
	color: #fff;
	background: #ccc;
	text-align: center;
	background-position: left top;
	background-repeat: repeat;
	background-size: cover;
}
.case-studies-box-list h1 {
	font-size: 42px;
	margin-bottom: 0px;
}
.case-studies-box-list h2 {
	font-size: 24px;
}
.case-studies-box-list a {
	font-size: 22px;
	text-decoration: none;
	color: #fff;
}
footer {
	background: #000;
	padding: 15px 0;
}
footer p {
	color: #fff;
	font-size: 16px;
}
.footer-link {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-link li {
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0 10px;
}
.footer-link li:last-child {
	border: none;
}
.footer-link li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.footer-link li a:hover {
	text-decoration: underline;
}
.social-link {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-link li {
	display: inline-block;
	padding: 0 7px;
}
.social-link li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.social-link li a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.search-form {
	margin-top: 43px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.search-form .form-group {
	float: right !important;
	transition: all 0.35s, border-radius 0s;
	width: 32px;
	height: 32px;
	background-color: transparent;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: 25px;
	border-left: 1px solid #fff;
	border-radius: 0px;
	margin-left: 24px;
}
.search-form .form-group input.form-control {
	padding-right: 20px;
	border: 0 none;
	background: transparent;
	box-shadow: none;
	display: block;
	color: #ffff;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
 display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
 display: none;
}
.search-form .form-group:hover, .search-form .form-group.hover {
	width: 100%;
	border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
	position: absolute;
	top: -1px;
	right: -2px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	left: initial;
	font-size: 14px;
	padding-left: 11px;
}
.right-nav-section > li {
	position: relative;
}
.right-nav-section > li:first-child:after {
	position: absolute;
	/*content: "/";*/
	right: -2px;
	top: 45%;
	color: #fff;
}
.right-nav-section > li > a {
	padding-left: 7px;
	padding-right: 10px;
	margin-left: 10px;
}
.dropdown-menu > li > a {
	margin-left: 0px;
}
.smaller .dropdown-menu > li > a {
	line-height: inherit !important;
}

@media (min-width: 320px) and (max-width: 1300px) {
.slText {
	/*top:93px!important;*/
	top: 110px !important;
}
.slText h2 {
	font-size: 26px!important;
}
.slText a {
	font-size: 20px!important;
}
body {
	padding-top: 0px;
}
/*.collapse.in {
    display: block;
    margin-top: 46px;
}*/
.navbar {
	min-height: auto;
}
.navbar-brand {
	padding-top: 15px;
	padding-bottom: 15px;
}
header {
	height: auto;
	transition: none;
}
.navbar-default .navbar-brand img {
	width: 72px;
	height: auto;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
header nav {
	text-align: left;
}
.feature-list li {
	float: inherit;
	width: 100%;
}
.control-wrapper {
	padding: 50px;
}
.light-text-wrapper {
	border-bottom: 1px solid #959595;
	border-right: none;
	margin-right: none;
}
.case-studies-box-list li {
	float: inherit;
	width: 100%;
}
footer {
	text-align: center;
}
.slText-wrapper {
	max-width: 100%!important;
}
.slText {
	left: 0%;
}
.slText {
	padding: 0 10px!important;
	text-align: center!important;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
header.smaller {
	height: auto!important;
}
.smaller .navbar {
	min-height: auto;
}
.smaller .navbar-brand {
	padding-top: 15px;
}
.navbar-collapse {
	background: #000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	border-bottom: 2px solid #30b6f2;
}
.content-section img {
	width: 100%;
	height: auto;
}
}
/*==================*/
.inner-banner {
	background: #eee;
	padding: 34px 0 34px;
	min-height: 149px;
	margin-top:107px;
}
.inner-banner h1 {
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
}
.controls {
	background: #b4c8d9;
}
.controls h2 {
	font-size: 36px;
	color: #000;
	padding: 20px 0;
	margin: 0px;
	text-transform: capitalize;
}
.content-section {
	margin: 30px 0;
}
.content-section h3 {
	font-size: 36px;
	color: #000;
}
.content-section h4 {
	font-size: 24px;
	color: #000;
	margin-bottom: 27px;
}
.list {
	margin: 0 0 0 20px;
	padding: 0;
}
.list li {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	color: #808080;
}
.list li span {
	color: #59a3ff;
}
.content-section h5 {
	font-size: 36px;
	color: #3e6391;
	padding: 20px 0;
	margin: 30px 0 30px 0;
	text-transform: capitalize;
	background: #b4c8d9;
}
.owner-info strong {
	font-size: 20px;
}
.contact-form h1 {
	font-size: 24px;
	color: #000;
}
.contact-form a {
	font-size: 18px;
	color: #000;
	text-decoration: underline;
}
.contact-form-wrapper span {
	color: #000;
	margin-bottom: 19px;
	display: block;
	width: 100%;
}
.contact-form-wrapper .error {
	color: #f00101;
}
.contact-form-wrapper input {
	margin-bottom: 19px;
}
.contact-form-wrapper textarea {
	margin-bottom: 19px;
	min-height: 200px;
}
.distributors {
	margin: 30px 0;
	font-size: 24px;
	color: #3e6391;
	line-height: 51px;
}
.authorized-wrapper h1 {
	font-size: 24 px;
	color: #000;
	font-weight: 600;
}
.authorized-wrapper .table {
	font-size: 18px;
	color: #000;
}
.authorized-wrapper h2 {
	font-size: 22px;
	margin: 8px 0;
	color: #9b9b9b;
}
.authorized-wrapper .table .red-text {
	color: #f00101;
}
/* Extra Css */
.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-nav > li .caret {
	display: none;
}
.navbar-nav > li .dropdown-menu { /*background: rgba(0,0,0,0.4);*/
	/*background: #002f54;*/
	background: #e51937;
	border-radius: 0px;
	/*border-top: 4px solid #30b6f2;*/ 
	border-left: none;
	border-bottom: none;
	border-right: none;
	z-index: 9999;
}
.dropdown-menu > li > a {
	color: #fff;
}
.smaller .right-nav-section > li:first-child::after {
	top: 34%;
}
header.smaller .navbar-nav > li .dropdown-menu { /*background: rgba(0,0,0,0.8);*/
	/*background: #002f54;*/
	background: #e51937;
}
#menu-header-menu {
	margin: 0 0 0 43px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
/*background-color:  transparent;*/
}
.depth_0 > li > a:hover {
	color: #2ea9e2 !important;
}
.company-wrapper h5 {
	margin-top: 0px;
}
.company-wrapper-content {
	margin: 0px;
}
.authorized-wrapper .table img {
	width: 200px;
	padding: 40px;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: block;
}
div.wpcf7 {
	margin-top: 25px!important;
}
.company-wrapper-content div.wpcf7 {
	margin-top: 0px!important;
}
.home-feature-news-events {
/*min-height:142px;*/
}
.control-text-section ul {
	margin-left: 20px;
}
.control-text-section ul li {
	/*color: #9b9b9b;*/
	color: #000;
	font-size: 19px;
}

@media (min-width: 1162px) and (max-width: 1559px) {
.feature-list .sub-list li {
	padding: 6px 0;
}
.feature-list .light {
	width: 105px;
}
.feature-list h2 {
/*float: right;*/
}
.feature-list .light-gray a {
	display: inline-block;
	/*float: right;*/
	clear: both;
	margin-left: 134px;
}
}
.table {
	font-size: 18px;
	color: #000;
}
.wrapper-document-tools h3 {
	color: #9b9b9b;
	font-size: 24px;
}
.wrapper-document-tools .content-area {
	min-height: 251px;
}
.single_page_layout ul {
	font-size: 18px;
	color: #000;
}
.single_page_layout ul li {
	margin-bottom: 10px;
	margin: 0 0 0 40px;
}
.content-section .support_phone_number {
	font-size: 18px;
	color: #000;
}
.content-section .support_phone_number span a {
	font-weight: bold;
	font-size: 18px;
}
#products {
	overflow: hidden;
	overflow-x: scroll;
}
a.pageactive {
	background: #e51937 !important;
	color: #fff !important;
}
.pagination > li > a, .pagination > li > span {
	color: #e51937 ;
}
.company-wrapper-content ul {
	font-size: 18px;
	color: #000;
}
.company-wrapper-content ul li {
	margin-bottom: 10px;
	margin: 0 0 0 40px;
}
.right-image img {
	margin-top: 74px;
}
/**********************************19.12.2018******************************************/
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
	display: none!important;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block!important;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent!important;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a {
	background-color: transparent!important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: transparent;
}
.dropdown-menu > li > a:hover {
	/*color: #2ea9e2!important;*/
	color: #000!important;
}
.wrapper-feature-news-events-ext {
	margin-bottom: 11px;
}
/*--Latest Css Start--*/

.product-details-left-content .table {
	font-size: 18px;
	color: #000;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	/*background: #30b6f2!important;*/
	background: #e51937!important;
}
.product-details-left-content .list {
	margin: 0px;
	padding: 0px;
}
.product-details-left-content .fas, .fab {
	/*color: #818181;*/
	vertical-align: middle;
}
.product-item .table {
	font-size: 18px;
	color: #000;
	margin-top: 30px;
}
/*--Latest Css End--*/








/*==================*/
.inner-banner {
	/*background: #3e6391;*/
	background: #eee;/*	padding: 141px 0 34px;
	min-height: 244px;*/
}
.inner-banner h1 {
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
}
.controls {
	background: #b4c8d9;
}
.controls h2 {
	font-size: 36px;
	color: #000;
	padding: 20px 0;
	margin: 0px;
	text-transform: capitalize;
}
.content-section {
	margin: 30px 0;
}
.content-section h3 {
	font-size: 36px;
	color: #000;
}

/* 23 sep */
.content-section h1{ font-size: 36px; color: #000; }

.content-section h4 {
	font-size: 24px;
	color: #000;
	margin-bottom: 27px;
}
.list {
	margin: 0 0 0 20px;
	padding: 0;
}
.list li {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	color: #000;
}
.list li span {
	color: #e51937;
}
.content-section h5 {
	font-size: 36px;
	color: #000;
	padding: 20px 0;
	/*margin: 30px 0;*/
	
	text-transform: capitalize;
	/*background: #b4c8d9;*/
	background: #eee !important;
}
.owner-info strong {
	font-size: 20px;
}
.contact-form h1 {
	font-size: 24px;
	color: #000;
}
.contact-form a {
	font-size: 18px;
	color: #000;
	text-decoration: underline;
}
.contact-form-wrapper span {
	color: #000;
	margin-bottom: 19px;
	display: block;
	width: 100%;
	font-weight:bold;
}
.contact-form-wrapper .error {
	color: #f00101;
}
.contact-form-wrapper input {
	margin-bottom: 0px;
}
.contact-form-wrapper textarea {
	margin-bottom: 19px;
	min-height: 200px;
}
.distributors {
	margin: 30px 0;
	font-size: 24px;
	color: #3e6391;
	line-height: 51px;
}
.authorized-wrapper h1 {
	font-size: 24 px;
	color: #000;
	font-weight: 600;
}
.authorized-wrapper .table {
	font-size: 18px;
	color: #000;
}
.authorized-wrapper h2 {
	font-size: 22px;
	margin: 8px 0;
	color: #000;
}
.authorized-wrapper .table .red-text {
	color: #f00101;
}
/* For Support Case Studies Page*/
#case-studies {
	margin: 0px !important;
}
/*#case-studies h3 {
	font-size: 30px !important;
}*/
.owl-theme .owl-nav {
	margin-top: 0px !important;
	display: none;
}
.owl-theme .owl-dots {
	margin-top: 10px !important;
}
.product-details h4 {
	margin-left: 10px;
}
figure.snip0029 {
	margin: 0px !important;
}
/* Footer Css */
.footer-wrapper {
	margin-top: 25px !important;
	/*margin-right: 34px;*/
}
/* Home Page Case Studies Css*/
.case-studies-wrapper {
	display: grid;
}
.control-wrapper a .fas {
	vertical-align: middle;
}
.case-studies-box a .fas {
	vertical-align: unset;
}
.full-height a .fas {
	vertical-align: middle;
}
.more-case-studies a .fas {
	vertical-align: middle;
}
/*Home Page Featured Product, News, Events*/
* {
	margin: 0;
	padding: 0;
}
.full-height {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 200px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0px;
}
.full-height-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1; /* NEW */
	padding: 40px 0;
}
/* NEW */
.full-height-item > div {
	display: flex;
	flex-direction: column;
	width: 100%;
}
/* NEW */
.full-height-item > div > span:last-of-type {
	/*background-color: lightgreen;*/
	flex: 1;
}
.more {
	display: block;
	clear: both;
}
.full-height li:nth-child(1) {
	background: #bfcbdb url(../images/graybg.jpg) no-repeat top left;
	background-size: auto auto;
	background-size: cover;
	text-align:center;
}
.full-height li:nth-child(2) {
	background: #737a82 url(../images/two.png) no-repeat top left;
	background-size: auto auto;
	background-size: cover;
	text-align: center;
}
.full-height li:nth-child(3) {
	background: #dd003b url(../images/redbg.jpg) no-repeat top left;
	background-size: auto auto;
	background-size: cover;
	text-align: center;
}
.full-height li a {
	font-size: 28px;
	/*color: #fff;*/
	color: #000;
	text-decoration: none;
}
.full-height .sub-list {
	margin-left: 110px;
	margin-right: 110px;
}
.full-height .sub-list li {
	width: 100%;
	height: auto;
	padding: 20px 0px;
	background: transparent;
	font-size: 21px;
	text-align: left;
	background-size: inherit;
	/*color: #fff;*/
	color: #000;
	list-style: disc;
	list-style: none;
    text-align: center;
}
.full-height li.full-height-item h4 {
	font-size: 30px;
	text-transform: uppercase;
	/*color: #fff;*/
	color: #000;
	font-weight:bold;
}
.full-height .full-height-item-content {
	height: 2em;
}
.wrapper-feature-extra .light {
	float: left;
	margin: 0 30px 10px 0px;
	width: 210px;
}
.full-height .wrapper-feature-extra {
	margin: 0 43px;
}
.full-height .wrapper-feature-extra h3 {
	font-size: 21px;
	text-transform: uppercase;
	/*color: #9b9b9b;*/
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 16px;
}
.full-height .wrapper-feature-extra h2 {
	font-size: 30px;
	/*color: #9b9b9b;*/
	color: #000;
	margin-bottom: 27px;
	
}
.feature-product-wrapper{
	margin-left: 240px;
}
.full-height .wrapper-feature-extra hr {
	margin-top: 0px;
	margin-bottom: 0px;
	/*border-top: 1px solid #9b9b9b;*/
	border-top: 1px solid #000;
	max-width: 260px;
}
.full-height li .feature-more {
	font-size: 28px;
	/*color: #fff;*/
	color: #000;
	text-decoration: none;
	/*margin-left: 283px;*/
	text-align:center;
}
.image-title {
	margin-bottom: 12px;
}
.custom-margin-top {
	margin-top: 10px;
}
.case-right-image img {
	width: 350px;
	margin-bottom: 10px;
}
.breadcrumb {
	margin-bottom: 0px;
	background-color: transparent;
	padding: 8px 0px;
}
.breadcrumb > li {
	font-size: 19px;
}
/* Case Studies Details Slider*/
#sync1 .item {
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
#sync2 .item {
	background: #8246AF;
	padding: 10px 0px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
#sync2 .item h1 {
	font-size: 18px;
}
#sync2 .current .item {
	background: #30b6f2;
}
.owl-theme .owl-nav {
/*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
	transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
	background-color: #30b6f2;
}
#sync1.owl-theme {
	position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
	width: 22px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
}
#sync1.owl-theme .owl-prev {
	left: 10px;
}
#sync1.owl-theme .owl-next {
	right: 10px;
}
.product-item figure.snip0029 {
	margin: 5px 0 !important;
	min-height: 145px;
	background: none !important;
}
.wp-pagenavi {
	clear: both;
	padding: 24px 0 30px;
	color: #808080;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 4px 12px !important;
	margin: 2px;
	border-radius: 3px !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #30b6f2;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #30b6f2 !important;
}
.right-image-section {
	/*padding-left: 30px;
	padding-left: 20px;*/
}
.owner-info .right-image-section {
	/*padding-left: 30px;
	padding-left: 20px;*/
	padding-left: 0;
}

.desoslide-wrapper img {
	width: 100%;
}
/*.slider {
margin-top: 105px;
}*/
.blank_div {
	clear: both;
}
.product-item h3 {
	font-size: 25px;
	margin-top: 0px !important;
}
/*header & footer logo*/
.header-logo-wrapper {
	width: 194px;
	height: 71px;
	overflow: hidden;
	margin-top: 18px;
	transition: margin 700ms;
}
.smaller .header-logo-wrapper {
	margin-top: 1px;
	transition: margin 700ms;
}
.header-logo-wrapper:hover {
	background-position: left -69px;
	transition: inherit;
}
.container-fluid .navbar-brand {
	margin-left: 4px !important;
}
.footer-logo-wrapper {
	width: 194px;
	height: 71px;
	overflow: hidden;
	margin-top: 0px;
	transition: inherit;
	display: block;
	text-decoration: none !important;
	margin-right: 40px;
}
.footer-logo-wrapper:hover {
	background-position: left -69px;
	transition: inherit;
	text-decoration: none;
}
.wrapper-document-tools h3 {
	font-size: 25px !important;
}
.btn-default-theme {
	/*background: #024a84;*/
	background: #000;
	color: #fff;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn-default-theme.focus, .btn-default-theme:focus, .btn-default-theme:hover {
	color: #fff;
	text-decoration: none;
	background: #e51937;
	/*background: rgba(255, 0, 0, 0.40);*/
}
.custom-slider {
	padding-top: 107px;
}
.footer-link-nav{

    text-align: center;

}

/*=======================================*/





@media (max-width: 1300px) {
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-collapse.collapse.in {
	display: block!important;
}
}




@media (min-width: 320px) and (max-width: 1300px) {
	
	footer .width-cover{
		width: 100%;
	}
	
	
	
	.footer-link-nav {

    text-align: center;
    display: block;
    clear: both;

}
	footer .social-link {
    margin: 36px 0 0 !important;

    float: inherit !important;
}
	
	.footer-wrapper {
	margin-right:0;
}
	
	
	.wrapper-feature-extra .light {
    width: 100px;
}
	.feature-product-wrapper {
    margin-left: 0px;
}
	
	.full-height-item {
    height: 470px;
}
	.full-height li .feature-more {
  
    margin-left: 0px;
}
	


	
	footer .col-sm-12 {
	width: 100%;
}
	
.table-responsive-md {
	width: 100%!important;
	overflow-x: scroll;
}
p {
	text-align: left!important;
}
.container-fluid .navbar-brand {
	margin-top: 0px;
}
.navbar-toggle {
	margin-top: 18px;
}
.slider {
	padding-top: 69px!important;
}
.slText-wrapper {
	text-align: left;
	padding-left: 30px;
}
.slItem {
	/*background-size: contain!important;*/
	object-fit: contain;
}
.slider {
	height: 44vh !important;
}
#wrapper .slider {
	height: 314px;
}
.wrapper-feature-extra .light {
/*float: inherit!important;*/
}
.full-height .wrapper-feature-extra {
	margin: 0 0!important;
}
.full-height li .feature-more {
	/*margin-left: 0px!important;*/
	
}
/*.collapse.in {
    display: block;
    margin-top: 46px;
}*/
.footer-logo-wrapper {
	margin: 0 auto;

float: none !important
	
}
.navbar {
	height: 71px;
}
.navbar-brand {
	padding-top: 15px;
	padding-bottom: 15px;
}
header {
	height: auto;
	transition: none;
}
.navbar-default .navbar-brand img {
	width: 72px;
	height: auto;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
header nav {
	text-align: left;
}
.feature-list li {
	float: inherit;
	width: 100%;
}
.control-wrapper {
	padding: 50px;
}
.light-text-wrapper {
	border-bottom: 1px solid #959595;
	border-right: none;
	margin-right: none;
}
.case-studies-box-list li {
	float: inherit;
	width: 100%;
}
footer {
	text-align: center;
	padding: 15px 0 54px;
}
.slText-wrapper {
	max-width: 100%!important;
}
.slText {
	left: 0%;
}
.slText {
	padding: 0 10px!important;
	text-align: center!important;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
header.smaller {
	height: auto!important;
}
.smaller .navbar {
	min-height: auto;
	height: 71px;
}
.smaller .navbar-brand {
	padding-top: 15px;
}
.navbar-collapse {
	background: #000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	border-bottom: 2px solid #30b6f2;
}
.inner-banner {
	padding: 82px 0 42px!important;
	min-height: 192px!important;
}
.content-section img {
	width: 100%;
	height: auto;
}
#menu-header-menu {
	margin: 0px;
}
.right-nav-section {
	margin: 0px !important;
}
.right-nav-section li a {
	padding: 10px 15px;
}
.right-nav-section > li:first-child::after {
	display: none;
}
.full-height {
	display: inherit!important;
}
.control-wrapper-content {
	border-bottom: 1px solid #959595;
	padding-right: 0px;
	padding-bottom: 32px;
	border-right: none;
	margin-bottom: 60px;
}
.control-wrapper h2 {
	/*margin-top: 30px;*/
}
.case-studies-box-list {
	display: inherit;
}
footer .footer-wrapper {
	text-align: center!important;
	margin: 5px 0!important;
	float: inherit!important;
	float: none!important;
}
.full-height-item > div {
	padding: 0 31px;
}
.full-height-item > div {
	text-align: left;
	padding: 0 32px;
}
.full-height .sub-list {
	margin-left: 0px!important;
	margin-right: 0px!important;
}
.full-height .wrapper-feature-extra {
	margin: 0 1px;
}
.right-image-section {
	padding-left: 0px!important;
}
}

@media (min-width: 320px) and (max-width: 1300px) {
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	border-bottom: 2px solid #e51937;
}
.navbar-nav > li .dropdown-menu {
	z-index: 9999!important;
	width: 100%!important;
	position: relative!important;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block !important;
	left: 0px;
	margin: 3px 0;
	border: none;
	box-shadow: none;
	padding-left: 16px;
}
.dropdown-submenu > a::after {
	transform: rotate(90deg)!important;
}

}

@media (min-width: 320px) and (max-width: 479px) {
.tp-bgimg {
	height: 250px !important;
}
.tparrows {
	top: 25% !important;
}
.slotholder, .tp-revslider-slidesli, #rev_slider_1_1_wrapper {
	height: 250px !important;
}
}

@media (min-width: 320px) and (max-width: 1099px) {
.custom-slider {
	padding-top: 70px;
}
}

@media (min-width: 1305px) and (max-width: 1395px) {
.control-wrapper h2 {
	/*max-width: 211px;*/
}
}

@media (min-width: 320px) and (max-width: 991px) {
	.full-height li .feature-more {
		text-align: left !important;
	}
	
	.slider-text {
		padding: 0px 29px !important;
	}
	
	.slider-text h2 {
		font-size: 28px !important;
	}

	.slider-text h2 span {
		font-size: 38px !important;
	}
	
	.inner-banner {
		margin-top:0px;
	}
}

.right-nav-section .btn-default-theme{
	border: 1px solid #fff;
	margin-top:40px;
	margin-right:10px;
}

.smaller .right-nav-section .btn-default-theme{
	border: 1px solid #fff;
	margin-top:19px;
}


/*@media (min-width: 1102px) and (max-width: 1198px) {
	.nav > li > a {
    padding: 10px 8px;
	}
}
*/

/*@media (min-width:1100px) and (max-width:1193px) {
.nav > li > a {
	padding-left: 10px!important;
	padding-right: 10px!important;
}
#menu-header-menu {
    margin: 0 0 0 14px!important;
}
.right-nav-section .btn-default-theme {
margin-right: 5px!important;
}
}*/
	.full-height li.full-height-item h4 { margin-top: 0px !important;}

.soliloquy-container a{
	/*color: #000 !important;
text-shadow: 1px 1px 2px #fff, 0 0 25px #fff, 0 0 5px #fff !important;*/
text-decoration: underline !important;
}

@font-face {
    font-family: 'Franklin Gothic Book';
    src: url('FranklinGothic-Book.woff2') format('woff2'),
        url('FranklinGothic-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Franklin Gothic Light SSi';
    src: url('FranklinGothicLightSSiLight.woff2') format('woff2'),
        url('FranklinGothicLightSSiLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


.slider-text-xicato-board{
color: #fff;
font-size: 40px !important;
text-align: center !important;
margin-top: 80px !important;
	letter-spacing: 10px!important;
	  font-family: 'Franklin Gothic Light SSi';
}
.slider-text-button{
		  font-family: 'Franklin Gothic Light SSi';
	letter-spacing: 2px!important;
}
.slider-text a {
    display: inherit!important;
}
.slider-text a:hover{
	text-decoration: none!important;
	color: #fff!important;
}
.slider-text {
    bottom: 8%!important;
}
.slider-text .slider-text-paragraph {

    font-size: 21px !important;


}

/*.square {
  background: darkturquoise;
  border-radius: 5px;
  height: 100px;
  margin: 100px;
  transition: transform 1s;
	 transform: scale(2);
  width: 100px;
}*/
.slider-4{
    bottom: 5% !important;
}

.slider-image-xob{

margin-top: 0!important;
text-align: center;
}



.square{
  width: 100px;
  height: 100px;
  background: #000;
  animation: crescendo 5.5s;
	transform-origin: center;
	animation-fill-mode: forwards;
	 /*animation: crescendo 1.5s alternate infinite ease-in;*/
}

@keyframes crescendo {
  0%   {transform: scale(.2);}
  100% {transform: scale(1.1);}
}




.rotation{
	margin-top: 70px !important;
	 width: 100px;
  height: 100px;
  -webkit-animation: roll 3s;
          animation: roll 3s;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  opacity: .7;
		transform-origin: center;
	animation-fill-mode: forwards; 
}

@-webkit-keyframes roll {
  0% {
    -webkit-transform: scale(.2) rotate(0);
	        transform: scale(.2) rotate(0);
  }
  100% {
    -webkit-transform: scale(1.1) rotate(360deg);
	        transform: scale(1.1) rotate(360deg);
  }
}

@keyframes roll {
  0% {
    -webkit-transform: scale(.2) rotate(0);
	        transform: scale(.2) rotate(0);
  }
  100% {
     -webkit-transform: scale(1.1) rotate(360deg);
	        transform: scale(1.1) rotate(360deg);
  }
}



.soliloquy-container .soliloquy-wrap {
    background: #000!important;
}
.soliloquy-container .soliloquy-image{
	margin-top: -30px!important;
}




.square2{
  width:447px !important;
  height: 100px;
  background: #000;
  /*animation: crescendo 5.5s;*/
	transform-origin: center;
	animation-fill-mode: forwards;
	 /*animation: crescendo 1.5s alternate infinite ease-in;*/
	margin-top:2% !important;
}

/*@keyframes crescendo {
  0%   {transform: scale(.2);}
  100% {transform: scale(.4);}
}*/

.rotation2{
	
	
	
	margin-top:-110px !important;
	 width: 100px;
  height: 100px;
  -webkit-animation: roll 3s;
          animation: roll 3s;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  opacity: .7;
		transform-origin: center;
	animation-fill-mode: forwards; 
}

@-webkit-keyframes roll {
  0% {
    -webkit-transform: scale(.2) rotate(0);
	        transform: scale(.2) rotate(0);
  }
  100% {
    -webkit-transform: scale(1.1) rotate(360deg);
	        transform: scale(.4) rotate(360deg);
  }
}

@keyframes roll {
  0% {
    -webkit-transform: scale(.2) rotate(0);
	        transform: scale(.2) rotate(0);
  }
  100% {
     -webkit-transform: scale(1.1) rotate(360deg);
	        transform: scale(0.4) rotate(360deg);
  }
}


/*.new-animation{
	display: none;
}*/
.slider-span{
    display: block;
}

/* 03-09-2021*/
@media only screen and (min-width: 992px) {
.row-webinar-content { display: flex; flex-wrap: wrap; }
.row-webinar-content .col-grid-6  { width: 50%; flex: 0 0 50%; }
.row-webinar-content .webinar-content { height: 100%; }
}

@media only screen and (max-width: 991px) {
	.row-webinar-content .col-grid-6  { width: 50%; flex: 0 0 50%; margin-bottom: 20px; }
}

@media only screen and (max-width: 991px) {
	.row-webinar-content .webinar-content   { margin-bottom: 20px; }
}

@media (min-width: 992px){
.row-webinar-content .col-md-6 {
    margin-bottom: 10px;
}
}