@charset "UTF-8";
/* -------------------------------------- Reset styles -------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}em{font-style:italic}
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
html, body
{
	overflow-x: hidden;
}
/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
	font-family:'ZohoPuvi';
	    font-weight: 300;
}
section, section * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: #3131FF;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-family: 'Zoho_Puvi_Medium';
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
h1
{
	font-size: 2em;
}
h2
{
	font-size: 1.5em;
}
p {
	margin: 0 0 25px;
    line-height: 1.8;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-light {
	color: #fff;
}
.text-dark {
	color: #000;
}
.top-margin {
	margin-top: 25px!important;
}
.bottom-margin {
	margin-bottom: 25px!important;
}
.space-large {
	height: 50px;
}
.space-medium {
	height: 25px;
}
.space-small {
	height: 10px;
}
.margin-0 {
	margin: 0!important;
}
.padding-0 {
	padding: 0!important;
}
.non-click {
	cursor: default;
	pointer-events: none;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 0px;
}
strong,
b {
	font-family: 'Zoho_Puvi_Medium';
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -15px;
	margin-left: -15px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
}
.pr {
	position: relative;
}
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-12,
.footer-cols-1,
.footer-cols-2
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.cols-2 {
	width: 12.5%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-5 {
	width: 41.7%;
}
.cols-6 {
	width: 50%;
}
.cols-7 {
	width: 58.3%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
.footer-cols-1 {
	width: 25%;
}
.footer-cols-2 {
	width: 18.75%;
}
@media only screen and (max-width: 1024px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-3 {
	width: 25%;
}
	.cols-md-hidden
	{
		display: none;
	}
}
@media only screen and (max-width: 650px)
{
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-3 {
	width: 25%;
}
	.cols-sd-hidden
	{
		display: none;
	}
}
/* header */
header.fixed-header
{
	position: fixed;
}
.fixed-header.header-fixed {
    padding: 25px 0;
}
.brand-logo {
    display: block;
    width: 200px;
}
.nav-section {
    margin-top: 6px;
}
.nav-menu {
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
	    margin-left: 5px;
}
.nav-menu li:first-child
{
	margin: 0;
}
.nav-menu li a {
    color: #fff;
    padding: 10px;
    display: block;
	font-size: 15px;
	font-weight: 300;
}
.nav-menu li a:hover
{
	    color: #ffb102;
}
.menu-icon{
    display: none;
    color: #fff;
}
.light
{
	color: #fff!important;
}
/* secondary menu */
.secondary-menu {
    margin: 17px 0 0 0;
}
.secondary-menu li {
    display: inline-block;
    border-left: 1px solid #fff;
}
.secondary-menu li:first-child
{
	border-left: none;
}
.secondary-menu li a {
    color: #fff;
    font-weight: 300;
    padding: 10px 9px 10px 10px; 
	    font-size: 13px;
}
.secondary-menu li a:hover
{
	color: #ffb102;
}
.icon-menu:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    bottom: 1px;
}
section
{
	padding: 70px 0;
	background: #fff;
}
.container-fluid.copyright {
    padding: 20px 0;
    text-align: center;
    background: #1d1d1d;
    color: #fff;
}
.container-fluid.copyright p {
    margin: 0;
	font-size: 0.8em;
}
.container-fluid.copyright p a
{
	color: #fff;
}
#meGDPRMessage {
    font-size: 0.8em;
    line-height: 1.4;
    margin-bottom: 10px;
}
p.privacy-policy {
    line-height: 1.4;
    margin: 15px 0;
}
.privacy-policy a {
    color: #3535d7;
}
/* footer */

a.footer-brand {
    display: block;
    width: 200px;
    margin-bottom: 10px;
}
.footer-descr {
    font-weight: 300;
    line-height: 1.8;
    font-size: 0.9em;
	    color: #dadada;
}
p.copyright {
    color: #c7c7c7;
    font-size: 0.9em;
    margin-bottom: 0;
    font-weight: 300;
	    margin-top: 25px;
}
.copyright a {
    color: #c7c7c7;
}
footer a:hover {
    color: #fff;
}
.social li {
    display: inline-block;
    margin: 0 5px;
}
.social li a {
    background: url("../images/social-icon.png");
	    width: 20px;
    height: 20px;
    display: inline-block;
    text-indent: -9999em;
    color: transparent;
    background-size: 135px;
	opacity: 0.7;
}
.social li a:hover
{
	opacity: 1;
}
.social li:nth-child(1) a {background-position: 28px -9px;}
.social li:nth-child(2) a {background-position: -8px -6px;background-size: 130px;}
.social li:nth-child(3) a {background-position: -73px -8px;background-size: 126px;}
.social li:nth-child(4) a {background-position: -38px -7px;background-size: 130px;}
.social li:first-child {
    margin-left: 0;
}
.footer-title {
        font-size: 1.2em;
    font-family: 'Zoho_Puvi_Medium';
    margin-bottom: 15px;
}
.footer-title:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #feb004;
    margin-top: 5px;
}
.footer-links li {
    line-height: 1.6;
}
.footer-links a {
    color: #dadada;
    font-weight: 300;
	    font-size: 0.9em;
}
.animation
{
	    opacity: 0;
    transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateY(250px);
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
}
.active-anim .animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

/* form css */
.form-control {
    display: block;
    width: 100%;
     height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
   box-shadow: none;
	position: relative;
	margin-bottom: 20px;
	transition: border ease 1.5s;
	-webkit-transition: border ease 1.5s;
	-moz-transition: border ease 1.5s;
}
.dropdown-control
{
	    background: url(https://www.manageengine.com/images/submenu-sel-arrow.png) no-repeat;
    background-position: 95% center;
}
.form-control.dropdown-control.uscountry {
    background: #fff;
}
.form-control.active-row {
    border: 1px solid #FFF;
}
.form-control.btn-submits {
    border: none;
	    margin-bottom: 45px;
    padding-left: 0;
}
.form-control.form-comments {
    height: 85px;
}
.form-control:after, .form-control:before {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 5px;
    pointer-events: none;
}
.form-control:before {
    top: 0px;
    left: 0px;
}
.form-control:after {
    bottom: 0;
    right: 0;
}
.form-control .error {
    position: absolute;
    bottom: -8px;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 1em;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}
.form-control * {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-control .label {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 1.2em;
    z-index: 8;
    opacity: 0.5;
}
.form-comments.form-control .label
{
	top: 35%;
}
.form-control input, .form-control select, .form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    opacity: 0.5;
    resize: none;
}
.btn-submits button {
       border-radius: 3px;
    font-size: 18px;
    font-weight: 400;
    border: 2px solid #EF572E;
    background: #EF572E;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 13px 40px;
    margin: 20px 0;
}
.btn-submits button:hover
{
	  background: #444;
	  border-color: #444;
}
.active-row.form-control::before {
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    width: 100%;
    height: 100%;
}
.active-row.form-control::after {
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
    width: 100%;
    height: 100%;
}
.form-control.active-row .label {
    top: 0;
    background: #fff;
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}
.uscountry.form-control {
    height: auto;
}
.uscountry select#contact_country, .uscountry select#zc-country {
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
}
.uscountry select#country_state {
    height: 60px;
}
.success-msg {
    position: fixed;
	    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #f2992b;
    color: #fff;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 1.2em;
	display: none;
}
@media only screen and (max-width: 1200px)
{
	.container {
    max-width: 90%;
}
	#commonHeader {
    min-height: 64px;
    height: 64px;
}
}
@media only screen and (max-width: 1024px)
{
	.menu-icon {
    display: block;
    position: relative;
		    cursor: pointer;
}
	.nav-section {
    position: relative;
}
	.nav-menu {
        background: #fff;
    position: absolute;
    width: 100%;
    top: 50px;
		z-index: 99;
		display: none;
}
	.nav-menu li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #b3b1b1;
    padding: 10px 0;
		margin: 0 10px;
}
	.nav-menu li a
	{
		color: #000;
	}
	.nav-menu li:last-child a {
    border: none;
    padding: 10px;
    color: #000;
		background: transparent;
}
   .animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
	#topbar-menu-icon {
		position: absolute;
		right: 0;
    cursor: pointer;
    transform: translate3d(0,0,0);
    transition: transform .7s;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    margin: 0;
		top: 15px;
}
	#topbar-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffb102;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
	#topbar-menu-icon span:nth-child(1) {
    top: 0;
}
	#topbar-menu-icon span:nth-child(2) {
    top: 8px;
}
	#topbar-menu-icon span:nth-child(3) {
    top: 16px;
}
	.active-menu#topbar-menu-icon span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
	.active-menu#topbar-menu-icon span:nth-child(2) {
    opacity: 0;
    right: -60px;
}
	.fancy-title:after {
    margin: 20px 0;
}
	.active-menu#topbar-menu-icon span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
	#topbar-menu-icon {
    top: -30px;
}
}
@media only screen and (max-width: 650px)
{
	body
	{
		font-size: 14px;
	}
	.menu-icon {
		bottom: 15px;
	}
	.nav-menu
	{
		    top: 15px;
	}
	.products-list a
	{
		min-height: auto;
	}
	footer > .container {
    padding: 30px 0;
}
	p.copyright {
    text-align: center;
    margin-bottom: 22px;
}
	ul.social {
    text-align: center;
}
}
/* common css */
.gap-top
{
	margin-top: 40px;
}
.gap-bottom
{
	margin-bottom: 40px;
}
.no-gap
{
	margin: 0!important;
	padding: 0!important;
}
.border-right {
    border-right: 1px solid #797979;
}
.border-left {
    border-left: 1px solid #797979;
}
/* product style */
#header {
    padding: 0;
	background: url("../images/me-store-banner.jpg") #112155 no-repeat;
	background-position: center;
	background-size: cover;
}
.banner-content {
    padding: 80px 0;
}
.page-title {
    font-size: 2.5em;
	    line-height: 1.2;
    margin-bottom: 20px;
	    margin-top: 40px;
    font-family: 'Zoho_Puvi_Medium';
}
@-webkit-keyframes slide {
    from { width: 0 }
    to { width: 140px }
}
.short-underline:after {
    content: "";
    background: #FFB100;
    height: 3px;
    display: block;
    margin-top: 10px;
	 animation: slide 1.2s linear;
    -webkit-animation: slide 1.2s linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
}
.page-descr
{
	color: #dedede;
	margin: 0;
}
img.banner-img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}
#tab-secondary-menu {
    box-shadow: 2px 2px 10px #c5c5c5;
    position: relative;
	max-height: 64px;
	    overflow-y: hidden;
}
#tab-secondary-menu.fixed {
    position: fixed;
    left: 0;
    top: 55px;
    width: 100%;
    z-index: 9999;
	    background: #020426;
}
.secondary-tab-menu {
    margin-bottom: 0;
    margin-top: 0;
	width: 100%;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.secondary-tab-menu li {
          display: inline-block;
    width: 200px;
    float: left;
    margin-left: 0px;
}
.tab-container
{
	  -ms-overflow-style: none; 
  scrollbar-width: none;  
}
.tab-container::-webkit-scrollbar {
    width: 0px;  
    background: transparent; 
	 display: none;
}
.tab-container::-webkit-scrollbar-thumb {
   display: none;
}
.active-tab-menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #030527;
    margin-bottom: -2px;
    position: relative;
    bottom: 2px;
}
.fixed .active-tab-menu:after
{
	background: #ffb102;
}
.secondary-tab-menu li a {
            display: inline-block;
    position: relative;
    padding: 12px 5px;
    line-height: 1.4;
    font-size: 14px;
    color: #04093E;
    font-weight: 400;
    text-align: center;
    width: 100%;
    text-decoration: none;
}
.fixed .secondary-tab-menu li a
{
	color: #fff;
}
.secondary-tab-menu li a.single-line
{
	padding: 22px 10px;
}
.secondary-tab-menu li a:hover {
    color: #0816A5;
}
.secondary-tab-menu li a:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 32px;
    transform: translate(0, -50%);
    top: 50%;
    background: #000;
    position: absolute;
    right: 0px;
}

.fixed .secondary-tab-menu li.active-tab-menu a, .fixed .secondary-tab-menu li a:hover {
    color: #ffb102;
}
.fixed .secondary-tab-menu li a:after 
{
	background: #acacac;
}
.secondary-tab-menu li:last-child a:after
{
	display: none;
}
.sol-group {
        padding: 70px 0;
}
.sol-group:nth-child(even) {
    background: #F8F8FF;
}
#sol-section {
	    padding: 0;
}
.fixed-scroll {
    padding-top: 160px;
}
.section-title {
    color: #000;
    line-height: 1.2;
    margin-bottom: 5px;
    font-size: 1.7em;
	    position: relative;
	   font-family: 'Zoho_Puvi_Medium';
}
.section-descr
{
	margin-bottom: 15px;
}
.sol-ico:after {
       content: "";
    display: block;
    width: 15%;
    height: 3px;
    background: #203F8D;
    margin-top: 15px;
    margin-bottom: 40px;
}
#tab-secondary-menu > .container {
    position: relative;
}
.tab-container {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
#controls {
    position: absolute;
    width: 100%;
    height: 100%;
}
#controls .arrow {
    position: absolute;
    width: 25px;
    height: 100%;
	background: #e0e0e0;
	cursor: pointer;
}
.fixed #controls .arrow
{
	background: #ffb102;
}
#controls .arrow.prev {
    left: -25px;
}
#controls .arrow.next {
    right: -25px;
}
span.arrow:before {
    content: "";
    transition: all ease 0.4s;
    border: solid #64626c;
    border-width: 0 2px 2px 0;
    padding: 3px;
    width: 2px;
    display: block;
    height: 2px;
    margin: 0 auto;
    position: relative;
    top: 45%;
}
.fixed span.arrow:before {
    border-color: #020426;
}
span.arrow.prev:before
{
	    transform: rotate(135deg);
	    -webkit-transform: rotate(135deg);
	left: 2px;
}
span.arrow.next:before
{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 2px;
}
.arrow.disable {
    opacity: 0;
	pointer-events: none;
}
.arrow.disable-btn {
    pointer-events: none;
}
.top-links {
    position: fixed;
    right: 0;
    top: initial;
    bottom: 300px;
    z-index: 4;
}
#fixedbtn {
    position: fixed;
    right: 0;
    top: initial;
    top: 300px;
    z-index: 99;
	display: block!important;
}
#fixedbtn span {
    display: block;
    position: relative;
    background: #29b373;
    cursor: pointer;
    height: 50px;
    color: #fff!important;
    margin-bottom: 5px;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 14px;
    line-height: 30px;
    padding: 10px 10px 10px 15px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
    box-sizing: border-box;
	position: relative;
	box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
	       transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
		transform: translateX(180px);
	    -webkit-transform: translateX(180px);
}
.showbtn#fixedbtn span {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
#fixedbtn span:hover {
    background: #323232;
}
#fixedbtn span:before {
   content: "";
    position: absolute;
    top: 50%;
    left: -46px;
    width: 48px;
    height: 50px;
    text-align: center;
    transform: translate(0%, -50%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: -5px 2px 6px rgb(0 0 0 / 35%);
	display: none;
}
 #fixedbtn .contact:before {
    margin-bottom: 5px;
	background: url("../images/req-demo.svg") no-repeat #29B373;
	background-size: 45%;
	background-position: center;
}
#fixedbtn .demo:before {
background: url("../images/req-callback.svg") no-repeat #29B373;
	background-size: 50%;
	background-position: center;
}
.global-success-msg {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 99999;
    width: 100%;
    background: #f8fdee;
    border: 1px solid #b6db95;
    padding: 10px;
    text-align: center;
    color: #5c8707;
    font-weight: 700;
    font-size: 1em;
    display: none;
    font-weight: 400;
}
.sub-title {
    font-family: 'Zoho_Puvi_Medium';
    color: #000;
    line-height: 1.4;
    margin-bottom: 8px;
    font-size: 1.2em;
}
.sub-desc {
	font-size: 0.9em;
    line-height: 1.4;
    margin-bottom: 25px;
	    min-height: 40px;
}
.prod-lists li
{
	    margin-bottom: 20px;
}
.prod-lists li:last-child
{
	    margin-bottom: 0;
}
.prod-lists li a {
    color: #203F8D;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 1em;
	    position: relative;
}
.prod-lists li a:before
{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("../images/link-ico.svg") no-repeat;
	background-position: center;
	background-size: 95%;
    position: relative;
    vertical-align: bottom;
    margin-right: 6px;
	    top: 1px;
}
.prod-lists li a:hover {
	text-decoration: none;
}
span.hover-text {
    color: #2f2f2f;
    font-size: 14px;
    line-height: 1.3;
    font-family: 'Zoho_Puvi_Light';
    padding-left: 25px;
	height: 0;
	display: block;
	overflow: hidden;
	transition: all ease 0.4s;
}
li a:hover span.hover-text {
	padding-top:  10px;
	height: 50px;
}
.home-sol-ico {
    width: 40px;
    height: auto;
    position: absolute;
	margin-top: 8px;
}
.home-sol-ico.single-ico
{
	    margin-top: 0;
    top: -10px;
}
.sol-ico
{
	position: relative;
}
.sol-title {
    position: relative;
    left: 60px;
}
.home-sol-ico.sml {
    width: 33px;
    margin-left: 9px;
}
.home-sol-ico.lrg {
    width: 52px;
    margin-left: -2px;
    margin-top: 4px;
}
#section9
{
	padding: 100px 0;
}
@media only screen and (max-width: 1200px)
{
	.secondary-menu
	{
		display: none;
	}
	.banner-content {
    padding: 50px 0;
}
	.page-title
	{
		margin-top: 0;
	}
	.cols-5.nav {
    width: 75%;
}
	#controls .arrow.next {
    right: -23px;
}
	#controls
	{
		display: block;
	}
	.secondary-tab-menu li {
    width: 220px;
}
	.secondary-tab-menu li a{
		padding: 12px 5px;
}
}
@media only screen and (max-width:1024px)
{
	.nav-menu
	{
		    display: block!important;
	}
	#controls .arrow.prev {
    left: -23px;
}
	.full-boxed > div {
    padding: 0 20px;
}
	.cross-boxed:after
	{
		    transform: rotate(-75deg);
		    -webkit-transform: rotate(-75deg);
	}
	.footer-cols-2 {
    width: 25%;
    margin-top: 25px;
}
	.cols-5.nav {
    width: 100%;
}
	.abheader #MEmobPanel {
    top: 62px;
}
	#MEdropPanel > ul {
    margin: 0;
}
	#tab-secondary-menu.fixed
	{
		top: 62px;
	}
	.sub-title {
    line-height: 1.6;
    margin-top: 30px;
}
	ul.prod-lists
	{
		margin: 0;
	}
	.prod-lists li:last-child {
    margin-bottom: 20px;
}
	.sol-ico:after
	{
		    margin-bottom: 10px;
	}
	#section7 .sol-ico:after, #section8 .sol-ico:after, #section9 .sol-ico:after
	{
		    margin-bottom: 40px;
	}
	img.banner-img {
    width: 40%;
	margin-top: 30px;	
}
	.banner-content
	{
		    text-align: center;
	}
	.short-underline:after {
    margin: 10px auto;
}
	span.hover-text
	{
		display: none;
	}
	.space-large.md-0{height:0;}
}
@media (max-width: 760px) and (min-width: 650px)
{
	#tab-secondary-menu.fixed {
    top: 78px;
}
}
@media only screen and (max-width: 650px)
{
	.cols-sd-pdng-bt-0
	{
		padding-bottom: 0!important;
	}
	.cols-sd-pdng-tp-0
	{
		padding-top: 0!important;
	}
	.cols-sd-mrg-bt-0
	{
		margin-bottom: 0!important;
	}
	.cols-sd-mrg-tp-0
	{
		margin-top: 0!important;
	}
	.sub-title {
    line-height: 1.6;
}
	.page-descr br
	{
		display: none;
	}
	#tab-secondary-menu > .container
	{
		    width: 100%;
    max-width: 100%;
		padding: 0;
	}
	.page-title {
    font-size: 2em;
}
	.sol-title {
    width: calc(100% - 60px);
}
	.sol-ico:after
	{
		display: none;
	}
	#header-mainsec .headerinner
	{
		    padding: 0 0 5px 0;
	}
	#section9 {
    padding: 50px 0;
}
	#section9 .sol-ico {
    margin-bottom: 25px;
}
	.sub-desc
	{
		margin-bottom: 20px;
        min-height: auto;
	}
	.sol-group {
    padding: 40px 0;
}
	#controls
	{
		display: block;
	}
	#controls .arrow
	{
		z-index: 9999;
	}
	.tab-container #controls
	{
		left: 0;
	}
	#controls .arrow.prev {
       left: 0;
}
	#controls .arrow.next {
    display: none;
}
	.home-sol-ico.single-ico
	{   
		top: -15px;
	}
}