@charset "utf-8";
/* CSS Document */
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, sub, sup, 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, footer, header, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, 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;
}

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Open+Sans:300,400,600,700|Poppins:300,400,500,600,700,800,900');
/*theme-css*/
*{ margin:0; padding:0; box-sizing:border-box;}
body{
	margin:0px;
}
.container{
	max-width:1230px;
	padding:0 15px;
	margin:0 auto;
}
h1{
	font-size:64px;
	color:#343231;
	margin:0 0 15px;
	font-family: 'Poppins', sans-serif;
	font-weight:bold;
}
h2{
	font-size:35px;
	color:#3d3d3f;
	margin:0 0 15px;
	font-family: 'Poppins', sans-serif;
}
h3{
	font-size:32px;
	color:#343231;
	margin:0 0 15px;
	font-family: 'Poppins', sans-serif;
}
h4{
	font-size:28px;
	color:#343231;
	margin:0 0 15px;
	font-family: 'Poppins', sans-serif;
}
h5{
	font-size:26px;
	color:#343231;
	margin:0 0 15px;
	font-family: 'Poppins', sans-serif;
}
h6{
	font-size:24px;
	color:#343231;
	margin:0 0 15px;
	font-family: 'Poppins', sans-serif;
}
img{
	max-width:100%;
	height:auto;
}
sup {
    vertical-align: top;
    font-size: 12px;
}

sub {
    vertical-align:bottom;
    font-size: 12px;
}
strong {
    font-weight: bold;
}
.alignleft { float:left; margin:10px 15px 10px 0px }
.alignright { float:right; margin:10px 0px 10px 15px }
.btn{
	background: #1f74c0;
    background: -moz-linear-gradient(top, #1f74c0 0%, #1f81d8 100%);
    background: -webkit-linear-gradient(top, #1f74c0 0%,#1f81d8 100%);
    background: linear-gradient(to bottom, #1f74c0 0%,#1f81d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f74c0', endColorstr='#1f81d8',GradientType=0 );
    color: #fff;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 17px 30px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    border-radius: 5px;
    text-shadow: -1px 1px 1px rgba(0,0,0,0.5);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	text-transform:uppercase;
}
.btn:hover{
	background: #1f81d8;
    background: -moz-linear-gradient(top, #1f81d8 0%, #1f74c0 100%);
    background: -webkit-linear-gradient(top, #1f81d8 0%,#1f74c0 100%);
    background: linear-gradient(to bottom, #1f81d8 0%,#1f74c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f81d8', endColorstr='#1f74c0',GradientType=0 );
	color:#fff;
}
p{
	margin:0 0 15px;
	line-height:24px;
	font-size:15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #343231;
}
body a{
	color:#3d3d3f;
	text-decoration:none;
}
a{
	color:#505050;
	text-decoration:none;
}
a:hover{
	color:#1f80d7;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color:#3d3d3f;
}
button[type="button"], button, button[type="button"]:focus, button:focus{
	outline:none !important;
}
ol, ul{
	padding:0px 0px 0px 20px;
	margin:15px 0px;
}
ol li{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
	line-height: 30px;
	margin-bottom:10px;
}
ul li{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
	line-height: 30px;
}
p:empty{
	display:none;
}

/*theme-css*/
/*placeholder-css*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#3d3d3f;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#3d3d3f;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#3d3d3f;
}
:-moz-placeholder { /* Firefox 18- */
  color:#3d3d3f;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}

/*my-css*/

/*header*/
header .left-part {
    float: left;
	margin:14px 0 12px;
}
header .right-part {
    float:right;
}
header .right-part h4 {
    margin: 0px;
    background: url(../images/phone-bg.png) no-repeat center top;
    padding:17px 52px 50px 42px;
}
header .right-part h4 a{
    color: #fff;
    background: url(../images/header-phone-icon.png) no-repeat center left;
    padding-left: 34px;
    font-size: 32px;
    font-weight: bold;
	font-family: 'Poppins', sans-serif;
	transition:all ease-in-out 0.35s;
	-webkit-transition:all ease-in-out 0.35s;
	-moz-transition:all ease-in-out 0.35s;
	-ms-transition:all ease-in-out 0.35s;
}
header .right-part h4 a:hover{
	color:#5fc515;
}
header .main-menu{
	display:block;
	clear:both;
}
header .main-menu .mobile_portal{
	display:none;
}
header .main-menu ul {
    padding:0 0 0 9px;
    margin: 0px;
    list-style: none;
    text-align: left;
    background: #1f74c0;
    border-radius: 30px;
}
header .main-menu ul li {
    display: inline-block;
    margin:10px 0;
}
header .main-menu ul li.current-menu-item a{
	color:#86fd2f;
}
header .main-menu ul li a{
	color:#fff;
	font-size:18px;
	font-family: 'Lato', sans-serif;
	transition:all ease-in-out 0.35s;
	-webkit-transition:all ease-in-out 0.35s;
	-moz-transition:all ease-in-out 0.35s;
	-ms-transition:all ease-in-out 0.35s;
	padding: 0 18px;
    border-right: 1px solid #fff;
}
header .main-menu ul li:nth-child(6) a {
    padding-right: 0;
    border-right: none;
}
header .main-menu ul li a:hover{
	color:#86fd2f;
}
header .main-menu ul li.client-portal a {
    padding:10px 20px;
    background: #5fc515;
    border-radius: 25px;
    margin: 0 !important;
	transition:all ease-in-out 0.35s;
	-webkit-transition:all ease-in-out 0.35s;
	-moz-transition:all ease-in-out 0.35s;
	-ms-transition:all ease-in-out 0.35s;
	display:block;
	font-weight: bold;
    font-size: 16px;
}
header .main-menu ul li.client-portal{ margin: 0;float: right;}
header .main-menu ul li.client-portal + li.client-portal {
    margin-right: 10px !important;
}
header .main-menu ul li.client-portal a{
/*	background:url(../images/menu-client-icon.png) no-repeat left center;
	padding:0 0 0 33px;
*/	border: none;
}
header .main-menu ul li.client-portal:hover a{
	color:#fff;
}
header .main-menu ul li.client-portal a:hover{
	background:#000;
}

/*main-banner*/
.main-banner{
	background:url(../images/new-banner-home.jpg) no-repeat center top;
	background-size:cover;
	margin-top:8px;
	position:relative;
	padding:8px 0 11px;
}
.home .main-banner:before{
	background:url(../images/inner-banner-bottom-img.jpg);
	display:block;
	content:"";
	width:100%;
	height:190px;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:1;
}
.main-banner .banner-content{
	-webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
	-webkit-box-pack: flex-start;
	-moz-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	position:relative;
	z-index:11;
}
.main-banner .banner-content .right-part {
    position: absolute;
    right: 0;
    bottom:-29px;
	max-width:380px;
}
.main-banner .banner-content .left-part {
    width: 280px;
    background: #5fc515;
    border-radius: 15px;
    padding: 18px 20px 0;
    text-align: center;
    position: static;
    bottom:-1px;
	height: auto;
}
.main-banner .banner-content .middle-part{
	max-width:522px;
	margin:17px 0 18px 50px;
}
.home .main-banner .banner-content .middle-part h1 {
    font-weight: 400;
    font-size: 50px;
    letter-spacing:13.7px;
	font-family: 'Poppins', sans-serif;
	line-height:72px;
}
.main-banner .banner-content .middle-part h1 strong{
	letter-spacing:0px;
	font-size:64px;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}
.main-banner .banner-content .middle-part p{
	font-size:15px;
	color:#343231;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	margin:0 0 20px;
	max-width:469px;
}
.main-banner .banner-content .middle-part a.btn-1{
	background: #1f74c0;
	background: -moz-linear-gradient(top, #1f74c0 0%, #1f81d8 100%);
	background: -webkit-linear-gradient(top, #1f74c0 0%,#1f81d8 100%);
	background: linear-gradient(to bottom, #1f74c0 0%,#1f81d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f74c0', endColorstr='#1f81d8',GradientType=0 );
	color:#fff;
	border:1px solid #fff;
	font-weight:600;
	font-size:18px;
	padding:17px 30px;
	font-family: 'Poppins', sans-serif;
	display:inline-block;
	border-radius:5px;
	text-shadow:-1px 1px 1px rgba(0,0,0,0.5);
	margin-right: 13px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
}
.main-banner .banner-content .middle-part a.btn-1:hover{
	background: #1f81d8;
	background: -moz-linear-gradient(top, #1f81d8 0%, #1f74c0 100%);
	background: -webkit-linear-gradient(top, #1f81d8 0%,#1f74c0 100%);
	background: linear-gradient(to bottom, #1f81d8 0%,#1f74c0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f81d8', endColorstr='#1f74c0',GradientType=0 );
}
.main-banner .banner-content .middle-part a.btn-2{
	background: #5fc515;
	background: -moz-linear-gradient(top, #5fc515 0%, #65d216 100%);
	background: -webkit-linear-gradient(top, #5fc515 0%,#65d216 100%);
	background: linear-gradient(to bottom, #5fc515 0%,#65d216 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fc515', endColorstr='#65d216',GradientType=0 );
	color:#fff;
	border:1px solid #fff;
	font-weight:600;
	font-size:18px;
	padding:17px 30px;
	font-family: 'Poppins', sans-serif;
	display:inline-block;
	border-radius:5px;
	text-shadow:-1px 1px 1px rgba(0,0,0,0.5);
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
}
.main-banner .banner-content .middle-part a.btn-2:hover{
	background: #65d216;
	background: -moz-linear-gradient(top, #65d216 0%, #5fc515 100%);
	background: -webkit-linear-gradient(top, #65d216 0%,#5fc515 100%);
	background: linear-gradient(to bottom, #65d216 0%,#5fc515 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65d216', endColorstr='#5fc515',GradientType=0 );
}
.main-banner .banner-content .middle-part h4{
	margin:70px 0 14px;
	font-size:28px;
	font-weight:600;
	color:#fff;
	font-family: 'Poppins', sans-serif;
}
.main-banner .banner-content .middle-part h6{
	margin:0px;
	font-size:23px;
	color:#fff;
	font-weight:400;
	font-family: 'Lato', sans-serif;
}
.main-banner .banner-content .middle-part .calculate{
    color: #fff;
    border: 2px solid #5fc515;
    border-radius: 5px;
    padding: 15px 53px 15px 24px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 25px 0 0;
    display: inline-block;
    background: url(../images/calculate-icon.png) no-repeat center right 24px;
	transition:all ease-in-out 0.35s;
	-webkit-transition:all ease-in-out 0.35s;
	-moz-transition:all ease-in-out 0.35s;
	-ms-transition:all ease-in-out 0.35s;
}
.main-banner .banner-content .middle-part .calculate:hover{
	background-color:#5fc515;
}
.main-banner .banner-content .left-part form p span input[type="text"], .main-banner .banner-content .left-part form p span input[type="email"], .main-banner .banner-content .left-part form p span input[type="tel"], .main-banner .banner-content .left-part form p span textarea, .main-banner .banner-content .left-part form p span select{
    width: 100%;
    box-sizing: border-box;
    padding:8px 12px 9px;
	box-shadow:none;
	border:none;
	margin:0 0 8px;
	border-radius:5px;
	color:#3d3d3f;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
}
.main-banner .banner-content .left-part form p span input[type="text"], .main-banner .banner-content .left-part form p span input[type="email"]{
	border:2px solid transparent;
}
.main-banner .banner-content .left-part form p span input[type="text"].wpcf7-not-valid, .main-banner .banner-content .left-part form p span input[type="email"].wpcf7-not-valid{
	border-color:#f00;
}
.main-banner .banner-content .left-part form p span textarea{
	height:107px;
	margin:0px;
}
.main-banner .banner-content .left-part .wpcf7-recaptcha iframe {
	transform: scale(0.8);
	-moz-transform: scale(0.8); -webkit-transform: scale(0.8); -ms-transform: scale(0.8);
    margin-left: -61px;
	margin-top: -6px;
    margin-bottom: -8px;
}
.main-banner .banner-content .left-part .wpcf7-recaptcha div {
    height: auto !important;
}
.main-banner .banner-content .left-part form p span input[type="tel"]{
	padding:10px 12px 11px;
}
.main-banner .banner-content .left-part form p span select{
	padding:10px 12px 11px;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	background:url(../images/form-drop-down.png) no-repeat center right 12px;
	background-color:#fff;
}
.main-banner .banner-content .left-part form p span input[type="text"]:focus, .main-banner .banner-content .left-part form p span input[type="email"]:focus, .main-banner .banner-content .left-part form p span input[type="tel"]:focus, .main-banner .banner-content .left-part form p span textarea:focus, .main-banner .banner-content .left-part form p span select:focus{
	outline:none !important;
}
.main-banner .banner-content .left-part p{
	margin:0px;
	color:#fff;
	font-size:18px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
}
.main-banner .banner-content .left-part .wpcf7-response-output {
    margin-top: 0;
    border: 2px solid #5fc515;
    font-size: 14px;
    line-height: normal;
	font-family: 'Poppins', sans-serif;
}
.main-banner .banner-content .left-part h2{
	margin:0 0 16px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	font-family: 'Poppins', sans-serif;
}
.main-banner .banner-content .left-part form p input[type="submit"] {
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
	text-transform:uppercase;
    box-shadow: none;
    text-shadow: none;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #3c3c3c 100%);
    background: -webkit-linear-gradient(top, #000000 0%,#3c3c3c 100%);
    background: linear-gradient(to bottom, #000000 0%,#3c3c3c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3c3c3c',GradientType=0 );
    cursor: pointer;
    padding: 12px 5px 11px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    outline: none !important;
    border-radius: 5px;
	margin:4px 0 0;
}
.main-banner .banner-content .left-part form p input[type="submit"]:hover{
	background: #3c3c3c;
	background: -moz-linear-gradient(top, #3c3c3c 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #3c3c3c 0%,#000000 100%);
	background: linear-gradient(to bottom, #3c3c3c 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#000000',GradientType=0 );
}
.main-banner .banner-content .left-part form p input[type="submit"]:focus{
	outline:none;
}
.main-banner .banner-content .left-part form .wpcf7-validation-errors, .main-banner .banner-content .left-part form .wpcf7-not-valid-tip{
	display:none !important;
}
.main-banner .banner-content .left-part form .wpcf7-mail-sent-ok{
	margin:0 0 12px;
}

/*business*/
.business {
    padding:105px 0 82px;
}
.business:after{
	clear:both;
	display:block;
	content:"";
}
.business .left-part {
    float:right;
	margin-right:-161px;
}
.business .right-part {
    max-width:605px;
    float:left;
	margin-top: 28px;
}
.business .right-part p{
	color:#3d3d3f;
	font-size:16px;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	line-height:28px;
}
.business .right-part h2{
	font-size:35px;
	color:#3d3d3f;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	position:relative;
	margin:0 0 65px;
}
.business .right-part h2:before{
	position:absolute;
	bottom:-30px;
	left:0px;
	height:2px;
	width:110px;
	background:#1f74c0;
	display:block;
	content:"";
}

/*mission-statement*/
.mission-statement{
	background:#f9f9f9;
	text-align:center;
	padding:83px 0 101px;
}
.mission-statement .mission-content h2{
	color:#3d3d3f;
	font-size:35px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	position:relative;
	margin:0 0 67px;
}
.mission-statement .mission-content h2:before{
	position:absolute;
	bottom:-33px;
	left:50%;
	height:2px;
	width:110px;
	background:#1f74c0;
	display:block;
	content:"";
	transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
}
.mission-statement .mission-content p{
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	color:#3d3d3f;
	line-height:28px;
	margin: 0 auto;
    max-width: 840px;
}
.mission-statement .mission-content ul.statement{
	margin:37px 0 0;
	padding:0px;
	list-style:none;
	text-align:center;
}
.mission-statement .mission-content ul.statement li{
	display:inline-block;
	max-width:380px;
	margin:0 25px 0 auto;
	vertical-align:top;
	background:#fff;
	font-size:125px;
	font-weight:bold;
	font-family: 'Poppins', sans-serif;
	color:#1f74c0;
	padding:101px 19px 54px;
	box-shadow:0px 5px 10px rgba(0,0,0,0.05);
	border-radius: 5px;
}
.mission-statement .mission-content ul.statement li:last-child{
	margin:0px;
}
.mission-statement .mission-content ul.statement li p{
	color:#3d3d3f;
	font-size:16px;
	line-height:28px;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	max-width:100%;
	margin:60px 0 0;
}

/*testimonial*/
.testimonials{
	text-align:center;
	padding:73px 0 84px;
}
.testimonials .testimonials-content h2{
	color: #3d3d3f;
    font-size: 35px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin:0 0 56px;
}
.testimonials .testimonials-content h2:before {
    position: absolute;
    bottom:-25px;
    left: 50%;
    height: 2px;
    width: 110px;
    background: #1f74c0;
    display: block;
    content: "";
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.testimonials .testimonials-content p.name strong{
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	color:#222222;
	font-size:24px;
	display:block;
}
.testimonials .testimonials-content p.name{
	margin:31px 0 8px;
	max-width:100%;
}
.testimonials .testimonials-content span{
	text-transform:uppercase;
	font-size:18px;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	color:#222222;
	display:block;
	margin:0 0 19px;
}
.testimonials .testimonials-content p {
    max-width: 810px;
    margin:0 auto 32px;
    font-size: 18px;
    color: #222222;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
	line-height:34px;
}
.testimonials .slideshow-container{
	position:relative;
}
.testimonials .testimonials-content img {
    border-radius: 100%;
	border:10px solid #e9e9e9;
}
.testimonials .testimonials-content img.test_arrow_image{
    border-radius: 0%;
    border: none;
}
.testimonials .slideshow-container .prev, .testimonials .slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.testimonials .slideshow-container .prev {
    left: 0;
}
.testimonials .slideshow-container .next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}
.testimonials .slideshow-container .prev:hover, .testimonials .slideshow-container .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/*footer-main*/
.footer-main{
	background:#262626;
	padding-top:35px;
}
.footer-main .footer-content{
	-webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 29px;
	border-bottom:1px solid rgba(255,255,255,0.24);
}
.footer-main .footer-content .footer-menu p{
	color:#fff;
	font-weight:500;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
	margin:0;
}
.footer-main .footer-content .footer-menu .footer-nav{
	padding:0px;
	margin:14px 0 0;
	text-align:left;
	max-width:440px;
	column-count:2;
}
.footer-main .footer-content .footer-menu .footer-nav li {
    margin-right: 67px;
	margin-bottom: 5px;
}
.footer-main .footer-content .footer-menu .footer-nav li a{
	color:#fff;
	font-size:15px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	transition:all ease-in-out 0.35s;
	-webkit-transition:all ease-in-out 0.35s;
	-moz-transition:all ease-in-out 0.35s;
	-ms-transition:all ease-in-out 0.35s;
}
.footer-main .footer-content .footer-menu .footer-nav li a:hover{
	color:#5fc515;
}
.footer-main .footer-content .footer-contact p{
	color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
.footer-main .footer-content .footer-contact .footer-call{
    color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight:bold;
	font-size:34px;
	background:url(../images/footer-phone-icon.png) no-repeat center left;
	padding-left:36px;
	display:block;
	margin:19px 0 18px;
	transition:all ease-in-out 0.35s;
	-webkit-transition:all ease-in-out 0.35s;
	-moz-transition:all ease-in-out 0.35s;
	-ms-transition:all ease-in-out 0.35s;
}
.footer-main .footer-content .footer-contact .footer-call:hover{
	color:#5fc515;
}
.footer-main .footer-content .footer-contact .social{
    display: inline-block;
    border: 2px solid #5fc515;
    padding:8px 5px;
    text-align: center;
    border-radius: 5px;
	transition:all ease-in-out 0.35s;
	-webkit-transition:all ease-in-out 0.35s;
	-moz-transition:all ease-in-out 0.35s;
	-ms-transition:all ease-in-out 0.35s;
	margin:6px 7px 0 0;
}
.footer-main .footer-content .footer-contact .social:last-child{
	margin-right:0px;
}
.footer-main .footer-content .footer-contact .social:hover{
	background:#5fc515;
}
.footer-main .footer-content .footer-contact .social img {
    vertical-align: middle;
}
.footer-main .footer-content .footer-contact {
    margin-top: 9px;
}

/*footer-bottom*/
.footer-bottom{
	background:#262626;
	padding-top: 13px;
	padding-bottom: 16px;
}
.footer-bottom:after{
	clear:both;
	display:block;
	content:"";
}
.footer-bottom .left-part{
	float:left;
}
.footer-bottom .left-part p{
	margin:0px;
	color:#fff;
	font-size:14px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}
.footer-bottom .right-part{
	float:right;
}
.footer-bottom .right-part p{
	color:#fff;
	font-size:14px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	margin:0 5px 0 0;
	display:inline-block;
	vertical-align:top;
}
.footer-bottom .left-part p a{ color:#fff; }
.footer-bottom .left-part p a:hover{text-decoration:underline;}

/*inner-css*/
.error-404 .page-header{
	padding:50px 0 20px;
}
.error-404 .page-header h2{
	text-align:center;
}
.error-404 .page-header a {
    background: #1f74c0;
    background: -moz-linear-gradient(top, #1f74c0 0%, #1f81d8 100%);
    background: -webkit-linear-gradient(top, #1f74c0 0%,#1f81d8 100%);
    background: linear-gradient(to bottom, #1f74c0 0%,#1f81d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f74c0', endColorstr='#1f81d8',GradientType=0 );
    color: #fff;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 17px 30px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    text-shadow: -1px 1px 1px rgba(0,0,0,0.5);
    margin: 22px auto 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    max-width: 172px;
    display: block;
}

/*inner-page-css*/

/*product-list-page-css*/
.main-banner.inner-banner{ padding:8px 0 11px;}
.inner-banner:before{
	background:#505050;
	display:block;
	content:"";
	width:100%;
	height:190px;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:1;
}
.inner-banner .banner-content{
	-webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:relative;
	z-index:11;
}
.inner-banner .banner-content .right-part {
    position: absolute;
    right: 0;
    bottom: -18px;
	max-width:400px;
}
.inner-banner .banner-content .left-part{
	width:280px;
	background:#5fc515;
	border-radius:15px;
	padding:18px 20px 0;
	text-align:center;
    position: relative;
    bottom:0;
    height: auto;
}
.inner-banner .banner-content .middle-part {
    max-width: 538px;
    margin: 17px auto 0;
}
.inner-banner .banner-content .middle-part h1 {
    font-weight:500;
    font-size: 35px;
    letter-spacing:0;
	font-family: 'Poppins', sans-serif;
	line-height:normal;
	overflow:hidden; 
	max-height:105px;
}
.inner-banner .banner-content .middle-part h1 strong{
	letter-spacing:0px;
	font-size:64px;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}
.inner-banner .banner-content .middle-part p{
	font-size:15px;
	color:#343231;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	margin:0px;
	overflow:hidden;
	max-height:50px;
	margin-bottom:20px;
}
.inner-banner .banner-content .middle-part .header-banner-group p {
    color: #fff;
    margin: 0 0 10px;
}
.inner-banner .banner-content .middle-part a.btn-1{
	background: #1f74c0;
	background: -moz-linear-gradient(top, #1f74c0 0%, #1f81d8 100%);
	background: -webkit-linear-gradient(top, #1f74c0 0%,#1f81d8 100%);
	background: linear-gradient(to bottom, #1f74c0 0%,#1f81d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f74c0', endColorstr='#1f81d8',GradientType=0 );
	color:#fff;
	border:1px solid #fff;
	font-weight:600;
	font-size:18px;
	padding:17px 30px;
	font-family: 'Poppins', sans-serif;
	display:inline-block;
	border-radius:5px;
	text-shadow:-1px 1px 1px rgba(0,0,0,0.5);
	margin-right: 13px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	margin-bottom:0;
}
.header-banner-group {
    position: absolute;
    bottom: 50px;
}
.inner-banner .banner-content .middle-part a.btn-1:hover{
	background: #1f81d8;
	background: -moz-linear-gradient(top, #1f81d8 0%, #1f74c0 100%);
	background: -webkit-linear-gradient(top, #1f81d8 0%,#1f74c0 100%);
	background: linear-gradient(to bottom, #1f81d8 0%,#1f74c0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f81d8', endColorstr='#1f74c0',GradientType=0 );
}
.inner-banner .banner-content .middle-part a.btn-2{
	background: #5fc515;
	background: -moz-linear-gradient(top, #5fc515 0%, #65d216 100%);
	background: -webkit-linear-gradient(top, #5fc515 0%,#65d216 100%);
	background: linear-gradient(to bottom, #5fc515 0%,#65d216 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fc515', endColorstr='#65d216',GradientType=0 );
	color:#fff;
	border:1px solid #fff;
	font-weight:600;
	font-size:18px;
	padding:17px 30px;
	font-family: 'Poppins', sans-serif;
	display:inline-block;
	border-radius:5px;
	text-shadow:-1px 1px 1px rgba(0,0,0,0.5);
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
}
.inner-banner .banner-content .middle-part a.btn-2:hover{
	background: #65d216;
	background: -moz-linear-gradient(top, #65d216 0%, #5fc515 100%);
	background: -webkit-linear-gradient(top, #65d216 0%,#5fc515 100%);
	background: linear-gradient(to bottom, #65d216 0%,#5fc515 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65d216', endColorstr='#5fc515',GradientType=0 );
}
.inner-banner .banner-content .middle-part h4{
	margin:70px 0 14px;
	font-size:28px;
	font-weight:600;
	color:#fff;
	font-family: 'Poppins', sans-serif;
}
.inner-banner .banner-content .middle-part h6{
	margin:0px;
	font-size:24px;
	color:#fff;
	font-weight:400;
	font-family: 'Lato', sans-serif;
}
.inner-banner .banner-content .middle-part .calculate{
    color: #fff;
    border: 2px solid #5fc515;
    border-radius: 5px;
    padding: 15px 53px 15px 24px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 25px 0 0;
    display: inline-block;
    background: url(../images/calculate-icon.png) no-repeat center right 24px;
	transition:all ease-in-out 0.35s;
	-webkit-transition:all ease-in-out 0.35s;
	-moz-transition:all ease-in-out 0.35s;
	-ms-transition:all ease-in-out 0.35s;
}
.inner-banner .banner-content .middle-part .calculate:hover{
	background-color:#5fc515;
}
.inner-banner .banner-content .left-part form p span input[type="text"], .inner-banner .banner-content .left-part form p span input[type="email"], .inner-banner .banner-content .left-part form p span input[type="tel"], .inner-banner .banner-content .left-part form p span textarea, .inner-banner .banner-content .left-part form p span select{
    width: 100%;
    box-sizing: border-box;
    padding:8px 12px 9px;
	box-shadow:none;
	border:none;
	margin:0 0 10px;
	border-radius:5px;
	color:#3d3d3f;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
}
.inner-banner .banner-content .left-part form p span input[type="text"], .inner-banner .banner-content .left-part form p span input[type="email"]{
	border:2px solid transparent;
}
.inner-banner .banner-content .left-part form p span input[type="text"].wpcf7-not-valid, .inner-banner .banner-content .left-part form p span input[type="email"].wpcf7-not-valid{
	border-color:#f00;
}
.inner-banner .banner-content .left-part form p span textarea{
	height:107px;
	margin:0px;
}
.inner-banner .banner-content .left-part .wpcf7-recaptcha iframe {
    transform: scale(0.8);
    margin-left: -61px;
	margin-top:-7px;
    margin-bottom: -6px;
}
.inner-banner .banner-content .left-part .wpcf7-recaptcha > div{
	height:auto !important;
	}
.inner-banner .banner-content .left-part form p span input[type="tel"]{
	padding:10px 12px 11px;
}
.inner-banner .banner-content .left-part form p span select{
	padding:8px 12px 9px;
}
.inner-banner .banner-content .left-part form p span input[type="text"]:focus, .inner-banner .inner-content .left-part form p span input[type="email"]:focus, .inner-banner .banner-content .left-part form p span input[type="tel"]:focus, .inner-banner .banner-content .left-part form p span textarea:focus, .inner-banner .banner-content .left-part form p span select:focus{
	outline:none !important;
}
.inner-banner .banner-content .left-part p{
	margin:0px;
	color:#fff;
	font-size:18px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
}
.inner-banner .banner-content .left-part p.upload_invoice label {
    text-align: left;
    display: block;
    margin: 3px 0 6px;
}
.inner-banner .banner-content .left-part p.upload_invoice span {
    margin: 0 0 10px;
    display: block;
}
.inner-banner .banner-content .left-part h2{
	margin:0 0 16px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	font-family: 'Poppins', sans-serif;
}
.inner-banner .banner-content .left-part form p input[type="submit"] {
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
	text-transform:uppercase;
    box-shadow: none;
    text-shadow: none;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #3c3c3c 100%);
    background: -webkit-linear-gradient(top, #000000 0%,#3c3c3c 100%);
    background: linear-gradient(to bottom, #000000 0%,#3c3c3c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3c3c3c',GradientType=0 );
    cursor: pointer;
    padding: 12px 5px 11px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    outline: none !important;
    border-radius: 5px;
	margin:4px 0 0;
}
.inner-banner .banner-content .left-part form p input[type="submit"]:hover{
	background: #3c3c3c;
	background: -moz-linear-gradient(top, #3c3c3c 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #3c3c3c 0%,#000000 100%);
	background: linear-gradient(to bottom, #3c3c3c 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#000000',GradientType=0 );
}
.inner-banner .banner-content .left-part form p input[type="submit"]:focus{
	outline:none;
}
.inner-banner .banner-content .left-part form .wpcf7-validation-errors, .inner-banner .banner-content .left-part form .wpcf7-not-valid-tip{
	display:none !important;
}
.inner-banner .banner-content .left-part form .wpcf7-mail-sent-ok {
    margin: 9px 0 12px;
    position: absolute;
    width: 100%;
    max-width: 231px;
    background: #fff;
}
.inner-banner:before{
	background:url(../images/inner-banner-bottom-img.jpg);
	display:block;
	content:"";
	width:100%;
	height:190px;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:1;
}
.main-products{
	background:#f8f8f8;
	position:relative;
}
.main-products .main:nth-child(even) {
    background:rgba(204,204,204,0.10);
}
.main-products .main .product_content_list{
	-webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:relative;
}
.main-products .main .product_content_list:before{
	background:url(../images/seprator.png);
	height:100%;
	width:4px;
	position:absolute;
	left:45%;
	margin-left:-2px;
	top:0px;
	display:block;
	content:"";
	background-repeat:no-repeat;
	background-position: center center;
}
.main-products .main.form-voice-left .product_content_list .product_left {
    width: 45%;
    padding-right: 20px;
}
.main-products .main .product_content_list .product_right {
    max-width: 574px;
}
.main-products .main.form-voice-left .product_content_list .product_right{ max-width:100%;  width: 55%;
    padding-left: 20px;}
.main-products .main .product_content_list .product_right h2{
	margin:0px;
	position:relative;
	font-weight:500;
	line-height:normal;
	line-height: 43px;
}
.main-products .main .product_content_list .product_right h2:before{
	position: absolute;
    bottom:-20px;
    left:0;
    height: 2px;
    width: 110px;
    background: #1f74c0;
    display: block;
    content: "";
}
.main-products .main .product_content_list .product_right p {
    margin: 50px 0 0;
}
.main-products .main .product_content_list .product_right ul {
    margin:23px 0 32px;
    padding: 0;
    text-align: left;
}
.main-products .main .product_content_list .product_right ul li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
	width: 24%;
    margin-bottom: 25px;
}
.main-products .main .product_content_list .product_right ul li:last-child{
	margin-right:0px;
}
.main-products .main .product_content_list .product_right ul li p {
    margin: 0;
	font-weight:500;
}
.main-products .main{
	padding:56px 0 70px;
}
.main-products .main.form-voice-left {
    padding-top: 8px;
}
.main-products .main.form-voice-left .row.form-right{ padding-top:40px;}
.main-products .product_pagination{
	text-align:center;
	padding:60px 0;
}
.main-products .product_pagination span.current{
	background:#1f80d6;
	border-radius:5px;
	text-align:center;
	margin:0px 0 0 6px;
	padding:6px 12px;
	color:#fff;
	font-weight:600;
	font-size:20px;
	font-family: 'Poppins', sans-serif;
	display:inline-block;
	width:35px;
}
.main-products .product_pagination a{
	background:#262626;
	border-radius:5px;
	text-align:center;
	margin:0 0 0 6px;
	padding:6px 12px;
	color:#fff;
	font-weight:600;
	font-size:20px;
	font-family: 'Poppins', sans-serif;
	display:inline-block;
	transition:all ease-in-out 0.35s;
	-webkit-transition:all ease-in-out 0.35s;
	-moz-transition:all ease-in-out 0.35s;
	-ms-transition:all ease-in-out 0.35s;
}
.main-products .product_pagination a:hover{
	background:#1f80d6;
}



/*product-detail-page-css*/
.products-single_content {
    padding: 67px 0 0;
}
.products-single_content .single_heading h2{
    margin: 0;
    position: relative;
	font-weight:500;
}
.products-single_content .single_heading h2:before{
	position: absolute;
    bottom:-23px;
    left: 0px;
    height: 2px;
    width: 110px;
    background: #1f74c0;
    display: block;
    content: "";
}
.products-single_content .single_divided {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:relative;
	display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    display: flex;
    flex-direction: row-reverse;
	margin:66px 0 0;
}
.products-single_content .single_divided:before {
    background: url(../images/seprator.png);
    height: 100%;
    width: 4px;
    position: absolute;
    left: 57%;
    top: 0px;
    display: block;
    transform: translate(-57%, 0);
    -webkit-transform: translate(-57%, 0);
    -moz-transform: translate(-57%, 0);
    -ms-transform: translate(-57%, 0);
    background-repeat: no-repeat;
}
.products-single_content .single_divided .single_right {
    max-width: 100%;
	width:100%;
}
.products-single_content .single_divided .single_right p {
    margin:0 0 26px;
}
.products-single_content .single_divided .single_right ul li p {
    margin: 0;
}
.products-single_content .single_divided .single_right ul{
    margin: 0;
    padding: 0;
	text-align:left
}
.products-single_content .single_divided .single_right ul li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
	width: 22%;
    margin-bottom: 20px;
	max-width:160px;
}
.products-single_content .single_divided .single_right ul.product-list {
    margin-bottom: 30px;
    max-width: 100%;
}
.products-single_content .single_divided .single_right ul.product-list li {
    width: auto;
	display:block;
    text-align: left;
	max-width:100%;
	padding-right:20px;
	margin-bottom:10px;
    background: url(../images/list-arrow.png) no-repeat top 9px left;
    padding-left: 20px;}
.products-single_featured .fearued_outer .fearued_left ul{ padding:0;}
.products-single_featured .fearued_outer .fearued_left ul li{	margin-bottom:10px;
    background: url(../images/list-arrow.png) no-repeat top 9px left;
    padding-left: 20px;}
.products-single_content .single_divided .single_right ul li:last-child{
	margin-right:0;
}
.More_infosection .benefit_descriptions ol {
    list-style: decimal;
}
.More_infosection .benefit_descriptions ol li{ margin:0 0 10px;}
.products-single_featured {
    background: #f8f8f8;
    padding:69px 0 23px;
	margin:65px 0 0;
}
.products-single_featured .fearued_outer .fearued_left {
    max-width: 819px;
}
.products-single_featured h4{
	font-weight:500;
	position:relative;
	margin:0 0 54px;
}
.products-single_featured h4:before{
	position: absolute;
    bottom:-23px;
    left: 0px;
    height: 2px;
    width: 110px;
    background: #1f74c0;
    display: block;
    content: "";
}
.products-single_featured .fearued_outer .fearued_left h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #5fc515;
}
.products-single_featured .fearued_outer .fearued_left p {
    color: #3d3d3f;
    font-weight: 400;
    font-size: 16px;
	margin:21px 0 40px;
}
.products-single_featured .fearued_outer{
	 -webkit-box-align:flex-start;
    -moz-box-align:flex-start;
    -ms-flex-align:flex-start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:relative;
}
.products-single_featured .fearued_outer:before {
    background: url(../images/detail-divider.png);
    height: 100%;
    width: 4px;
    position: absolute;
    right: 27%;
    top: 0px;
    display: block;
    content: "";
    transform: translate(-27%, 0);
    -webkit-transform: translate(-27%, 0);
    -moz-transform: translate(-27%, 0);
    -ms-transform: translate(-27%, 0);
    background-repeat: no-repeat;
}
.products-single_featured .fearued_outer .fearued_list_right{
	max-width:258px;
}
.products-single_featured .fearued_outer .fearued_list_right ul {
    padding: 0;
    margin: 0;
}
.products-single_featured .fearued_outer .fearued_list_right ul li {
    margin:0 0 14px;
    display: block;
    position: relative;
	font-size:18px;
	font-weight:400;
	color:#3d3d3f;
	padding:0 0 0 14px;
	text-transform:capitalize;
}
.products-single_featured .fearued_outer .fearued_list_right ul li:before {
    background: url(../images/list-arrow.png) no-repeat center left;
    position: absolute;
    top:9px;
    left: 0;
    display: block;
    content: "";
    height: 14px;
    width: 8px; 
}
.products-single_featured_main .row {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	position:relative;
}
.products-single_featured_main .row:before{ background:#dcdcdc; width:1px; height:100%; left:33.334%; top:0; content:""; position:absolute; margin-left:-25px;}
.products-single_featured_main .row:after{ background:#dcdcdc; width:1px; height:100%; left:66.664%; top:0; content:""; position:absolute;margin-left:-25px;}
.products-single_featured_main .feature_ul {
    margin: 0;
    padding: 0 18px 0 0;
    max-width: 360px;
}
.products-single_featured_main .feature_ul li ul {
    margin: 0;
    padding:15px 0 13px 10px;
}
.products-single_featured_main .feature_ul li h5 {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    color: #5fc515;
}
.products-single_featured_main .feature_ul li ul li{
    color: #3d3d3f;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
	position:relative;
	padding:0 0 17px 17px;
}
.products-single_featured_main .feature_ul li ul li:before {
    background: url(../images/list-arrow.png) no-repeat center left;
    position: absolute;
    top:4px;
    left: 0;
    display: block;
    content: "";
    height: 14px;
    width: 8px;
}
.products-single_featured_main {
    padding:43px 0 86px;
}
.products-single_certification ul {
    margin: 0;
    padding:10px 0 0;
    text-align: left;
    background: #f8f8f8;
    border: 1px solid #d7d7d7;
}
.products-single_certification ul li img {
    transform: scale(0.9); -moz-transform: scale(0.9); -webkit-transform: scale(0.9); -ms-transform: scale(0.9);
}
.products-single_certification ul li {
    display: inline-block;
    padding:0 20px 10px;
	vertical-align:middle;
}
.products-single_certification h4 {
    font-weight: 500;
    color: #3d3d3f;
	padding-left: 16px;
	margin:0 0 19px;
}
.products-single_certification_main {
    margin:64px 0 47px;
}

/*contact-page-css*/
.contact-banner {
    padding: 68px 0 0;
	margin-top:9px;
	background-repeat: no-repeat;
    background-size: cover;
}
.contact-banner .banner-content{
	-webkit-box-align:center;
    -moz-box-align:center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.contact-banner .banner-content .contact-left-part img {
    display: block;
	margin:0 auto 17px;
}
.contact-banner .banner-content .contact-left-part{
	text-align:center;
}
.contact-banner .banner-content .contact-left-part a{
    display: block;
	color:#fff;
	font-size:60px;
	font-weight:bold;
	font-family: 'Poppins', sans-serif;
	text-shadow:0px 6px 0px rgba(0,0,0,1);
	background:url(../images/contact-tel-bg.png) no-repeat center top;
	padding:16px 66px;
	position:relative;
	z-index:11;
}
.contact-banner .banner-content .contact-right-part img {
    vertical-align: middle;
}
.contact-main-page {
    padding: 64px 0 60px;
}
.contact-main-page .contact-outer{
	-webkit-box-align:flex-start;
    -moz-box-align:flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;

}
.contact-main-page .contact-outer .info-section h2{
	margin:0px;
	font-size:35px;
	color:#3d3d3f;
	position:relative;
	font-weight:400;
}
.contact-main-page .contact-outer .info-section h2 strong{
	font-weight:bold;
}
.contact-main-page .contact-outer .info-section h2:before {
    position: absolute;
    bottom: -20px;
    left: 0px;
    height: 2px;
    width: 110px;
    background: #1f74c0;
    display: block;
    content: "";
}
.contact-main-page .contact-outer .info-section .contact-info {
    background: #f6f6f6;
    border: 2px solid #1f7ed2;
    margin:48px 0 0;
    padding: 20px 30px 20px;
    box-sizing: border-box;
    min-width: 364px;
}
.contact-main-page .contact-outer .info-section .contact-info .location {
    margin:0 0 11px;
	color:#676767;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	max-width:250px;
}
.contact-main-page .contact-outer .info-section .contact-info .location span{
	display:block;
	background:url(../images/location.png) no-repeat center left;
	font-weight:700;
	font-size:16px;
	text-transform:uppercase;
	color:#676767;
	padding-left:18px;
	margin-bottom:4px;
}
.contact-main-page .contact-outer .info-section .contact-info .email {
    margin:0 0 13px;
	color:#676767;
	font-weight:400;
	font-size:16px;
	line-height:24px;
}
.contact-main-page .contact-outer .info-section .contact-info .email span{
	display:block;
	background:url(../images/mail.png) no-repeat center left;
	font-weight:500;
	font-size:16px;
	text-transform:uppercase;
	color:#676767;
	padding-left:22px;
	margin-bottom:6px;
}
.contact-main-page .contact-outer .info-section .contact-info .phone {
    margin:0 0 13px;
	color:#676767;
	font-weight:400;
	font-size:16px;
	line-height:24px;
}
.contact-main-page .contact-outer .info-section .contact-info .phone span{
	display:block;
	background:url(../images/phone.png) no-repeat center left;
	font-weight:500;
	font-size:16px;
	text-transform:uppercase;
	color:#676767;
	padding-left:22px;
	margin-bottom:5px;
}
.contact-main-page .contact-outer .info-section .contact-info .fax {
    margin:0 0 13px;
	color:#676767;
	font-weight:400;
	font-size:16px;
	line-height:24px;
}
.contact-main-page .contact-outer .info-section .contact-info .fax span{
	display:block;
	background:url(../images/fax.png) no-repeat center left;
	font-weight:500;
	font-size:16px;
	text-transform:uppercase;
	color:#676767;
	padding-left:22px;
	margin-bottom:7px;
}
.contact-main-page .contact-outer .info-section .contact-info .timing {
    margin: 0;
	color:#676767;
	font-weight:400;
	font-size:16px;
	line-height:24px;
}
.contact-main-page .contact-outer .info-section .contact-info .timing span{
	display:block;
	background:url(../images/timing.png) no-repeat center left;
	font-weight:500;
	font-size:16px;
	text-transform:uppercase;
	color:#676767;
	padding-left:22px;
	margin-bottom:6px;
}
.contact-main-page .contact-outer .form_section h2 {
    margin: 0px;
    font-size: 35px;
    color: #3d3d3f;
    position: relative;
    font-weight: 400;
}
.contact-main-page .contact-outer .form_section h2:before {
    position: absolute;
    bottom: -20px;
    left: 0px;
    height: 2px;
    width: 110px;
    background: #1f74c0;
    display: block;
    content: "";
}
.contact-main-page .contact-outer .form_section h2 strong {
    font-weight: bold;
}
.contact-main-page .contact-outer .form_section .wpcf7 {
    margin-top:48px;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p br{
	display:none;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span {
    display: block;
	clear:both;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="text"], .contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="email"], .contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="tel"], .contact-main-page .contact-outer .form_section .wpcf7 form p span select, .contact-main-page .contact-outer .form_section .wpcf7 form p span textarea {
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #c2c2c2;
    padding: 13px 13px 13px;
    margin-bottom: 24px;
	outline:none;
	color:#788180;
	font-size:16px;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="text"]:focus, .contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="email"]:focus, .contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="tel"]:focus, .contact-main-page .contact-outer .form_section .wpcf7 form p span select:focus, .contact-main-page .contact-outer .form_section .wpcf7 form p span textarea:focus{
	outline:none;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="text"].wpcf7-not-valid, .contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="email"].wpcf7-not-valid{
	border-color:#f00;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span textarea{
	height:108px;
	margin-bottom:19px;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="text"]::-webkit-input-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="text"]::-moz-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="text"]:-ms-input-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="text"]:-moz-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="email"]::-webkit-input-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="email"]::-moz-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="email"]:-ms-input-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="email"]:-moz-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="tel"]::-webkit-input-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="tel"]::-moz-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="tel"]:-ms-input-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span input[type="tel"]:-moz-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span select::-webkit-input-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span select::-moz-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span select:-ms-input-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span select:-moz-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span textarea::-webkit-input-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span textarea::-moz-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span textarea:-ms-input-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span textarea:-moz-placeholder {
	color:#788180;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span.your-name {
    width: 48%;
    float: left;
	clear:none;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span.your-email {
    width: 48%;
    float: right;
	clear:none;
}
.contact-outer .form_section .wpcf7 form p {
    margin: 0;
}
.contact-outer .form_section .wpcf7 form > .wpcf7-form-control-wrap {
    margin: 0 0 24px;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span.tel-768{
    width: 48%;
    float: left;
	clear:none;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span.menu-120{
    width: 48%;
    float: right;
	clear:none;
}
.contact-main-page .contact-outer .form_section {
    max-width: 750px;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p input[type="submit"]{
	background: #1f74c0;
    background: -moz-linear-gradient(top, #1f74c0 0%, #1f81d8 100%);
    background: -webkit-linear-gradient(top, #1f74c0 0%,#1f81d8 100%);
    background: linear-gradient(to bottom, #1f74c0 0%,#1f81d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f74c0', endColorstr='#1f81d8',GradientType=0 );
    color: #fff;
    border:none;
	text-transform:uppercase;
    font-weight: 600;
    font-size: 18px;
    padding:13px 68px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    border-radius: 5px;
    text-shadow: -1px 1px 1px rgba(0,0,0,0.5);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	cursor:pointer;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p input[type="submit"]:hover{
	background: #1f81d8;
    background: -moz-linear-gradient(top, #1f81d8 0%, #1f74c0 100%);
    background: -webkit-linear-gradient(top, #1f81d8 0%,#1f74c0 100%);
    background: linear-gradient(to bottom, #1f81d8 0%,#1f74c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f81d8', endColorstr='#1f74c0',GradientType=0 );
	color:#fff;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p input[type="submit"]:focus{
	outline:none;
}
.contact-main-page .contact-outer .form_section .wpcf7 form .wpcf7-validation-errors, .contact-main-page .contact-outer .form_section .wpcf7 form p span.wpcf7-not-valid-tip{
    display: none !important;
}
.contact-main-page .contact-outer .form_section .wpcf7 form .wpcf7-mail-sent-ok {
    margin: 0;
    padding: 10px 10px;
	color:#3d3d3f;
	font-family: 'Poppins', sans-serif;
	border-color:#1f74c0;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span select {
    -webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background:url(../images/contact-drop-down.png) no-repeat center right 13px;
	background-color:#f6f6f6;
}
.bottom-logos{
	background:#f8f8f8;
	border:1px solid #d7d7d7;
	margin-top:37px;
	padding:14px 0 10px;
}
.bottom-logos ul{
	margin:0px;
	padding:0px;
}
.bottom-logos ul li {
    display:inline-block;
    padding-right:69px;
    vertical-align:middle;
	padding-bottom:19px;
}
.bottom-logos ul li:nth-child(8), .bottom-logos ul li:nth-child(9){
	padding-bottom:0;
}
.bottom-logos ul li:last-child {
    padding-right: 0;
	padding-bottom:0px;
}
.bottom-logos ul li img{
	filter:grayscale(1);
	-webkit-filter:grayscale(1);
	-moz-filter:grayscale(1);
	-ms-filter:grayscale(1);
}

/*Our-hardware-page-css*/
.hardware-banner {
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
	-webkit-box-align:center;
    -moz-box-align:center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content:center;
	justify-content:center;
	position:relative;
    margin-top: 9px;
	text-align:center;
}
.hardware-outer {
    padding:8px 0 88px;
}
.hardware-outer .page_content_hardware .inner_herdware{
	-webkit-box-align:center;
    -moz-box-align:center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:relative;
}
.inner_herdware .left_section {
    width: 45%;
    padding-right: 20px;
}
.hardware-outer .page_content_hardware .inner_herdware:before {
    background: url(../images/seprator.png);
    height: 100%;
    width: 4px;
    position: absolute;
    left:45%;
	margin-left:-2px;
    top: 0px;
    display: block;
    content: "";
    background-repeat: no-repeat;
}
.hardware-outer .page_content_hardware .inner_herdware .right_section {
    max-width: 642px;
	width: 55%;
    padding-left: 20px;
}
.hardware-outer .page_content_hardware .inner_herdware .right_section h2{
	font-size:35px;
	color:#3d3d3f;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	position:relative;
	margin:0px;
}
.hardware-outer .page_content_hardware .inner_herdware .right_section h2:before{
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 2px;
    width: 110px;
    background: #1f74c0;
    display: block;
    content: "";
}
.hardware-outer .page_content_hardware .inner_herdware .right_section h2 + p{
	margin-top:48px;
	margin-bottom:27px;
}
.hardware-outer .page_content_hardware .inner_herdware .right_section p .btn {
    margin-top: 30px;
}
.hardware-outer .page_content_hardware .inner_herdware .right_section p{
	margin:0px;
	font-size:16px;
	font-weight:400;
	color:#3d3d3f;
	line-height:28px;
}
.hardware_subpages{
	text-align:left;
	padding:45px 0 65px;
}
.hardware_subpages h2{
    font-size: 35px;
    color: #3d3d3f;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin: 0px;
}
.hardware_subpages h2:before{
	position: absolute;
    bottom: -20px;
    left:0%;
    height: 2px;
    width: 110px;
    background: #1f74c0;
    display: block;
    content: "";
}
.hardware_subpages p{
	margin:47px auto 50px 0;
	font-size:16px;
	font-weight:400;
	color:#3d3d3f;
	line-height:28px;
	max-width:620px;
}
.hardware_subpages ul {
    padding: 0px;
    margin: 0 auto 0 0;
    text-align: center;
    max-width: 600px;
}
.hardware_subpages ul li {
    display: inline-block;
    margin-right: 23px;
	margin-bottom:28px;
}
.hardware_subpages ul li:nth-child(3n) {
    margin-right: 0;
}
.hardware_subpages ul li a{
    background: #5fc515;
    background: -moz-linear-gradient(top, #5fc515 0%, #65d216 100%);
    background: -webkit-linear-gradient(top, #5fc515 0%,#65d216 100%);
    background: linear-gradient(to bottom, #5fc515 0%,#65d216 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fc515', endColorstr='#65d216',GradientType=0 );
    color: #fff;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 17px 30px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    border-radius: 5px;
    text-shadow: -1px 1px 1px rgba(0,0,0,0.5);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    text-transform: uppercase;
	width:182px;
}
.hardware-outer.form-voice-left .form-right {
    padding-top:0px;
}



/*what-is-voip*/

.main-banner.inner-banner .banner-content .middle-part {
    margin: 0 auto 0 0;
    padding-left: 60px;
    max-width: 600px;
}
.main-banner.inner-banner .banner-content .left-part {
	height: auto;
}
.main-banner.inner-banner .banner-content .left-part form p span input[type="text"],  .main-banner.inner-banner .banner-content .left-part form p span input[type="email"],  .main-banner.inner-banner .banner-content .left-part form p span input[type="tel"], .main-banner.inner-banner .banner-content .left-part form p span textarea, .main-banner.inner-banner .banner-content .left-part form p span select {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 12px 9px;
    box-shadow: none;
	vertical-align:top;
    margin: 0 0 8px;
    border-radius: 5px;
    color: #3d3d3f;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
	border:2px solid #fff;
}
.main-banner.inner-banner .banner-content .left-part form p span input[type="text"].wpcf7-not-valid,  .main-banner.inner-banner .banner-content .left-part form p span input[type="email"].wpcf7-not-valid,  .main-banner.inner-banner .banner-content .left-part form p span input[type="tel"].wpcf7-not-valid, .main-banner.inner-banner .banner-content .left-part form p span textarea.wpcf7-not-valid, .main-banner.inner-banner .banner-content .left-part form p span select.wpcf7-not-valid{ border:solid 2px #f00 !important;}

.wrapper_wh {
    padding: 60px 0 50px;
}
.wrapper_wh .row > h2{ font-size:35px; color:#3d3d3f; line-height:normal; margin:0 0 37px; padding:0 0 13px; position:relative;}
.wrapper_wh .row > h2:before{ position:absolute; left:0; bottom:0; width:110px; height:2px; content:""; background:#1f74c0;}
.what_inner:after{ clear:both; display:block; content:"";}
.what_inner .what_inner_left {
    float: left;
    width: 54%;
}
.what_inner .what_inner_left p {
    font-size: 16px;
    line-height: 28px;
}
.what_inner .what_inner_right {
    float: right;
    width: 45%;
    text-align: right;
	margin:-110px 0 -50px;
}
.what_inner_fetures{ display:block;counter-reset: section; margin:0 0 25px;}
.what_inner_fetures .what_inner_fetures_content{ padding:19px 20px 22px 70px; position:relative;}
.what_inner_fetures .what_inner_fetures_content::before {
    counter-increment: section;
    content: counter(section);
	position:absolute; left:0; width:70px; text-align:center; top:20px; font-size:52px; color:#3d3d3f; font-weight:600;font-family: 'Poppins', sans-serif;
}
.what_inner_fetures .what_inner_fetures_content:nth-child(2n+2){ background:#f4f4f4;}
.what_inner_fetures .what_inner_fetures_content h5{ color:#5fc515; font-size:24px; line-height:normal;font-family: 'Poppins', sans-serif; margin:0 0 12px;}
.what_inner_fetures .what_inner_fetures_content p{ color:#3d3d3f; font-size:16px; line-height:28px; margin:0; padding:0;font-family: 'Poppins', sans-serif;}


.what_bottom_section {
    background: #f6f6f6;
    padding: 30px 40px;
    border: solid 1px #c2c2c2;
    margin: 0 0 0 70px;
}

.what_bottom_section p {
    font-size: 18px;
    line-height: 30px;
    color: #3d3d3f;
    margin: 0 0 10px;
}
.what_bottom_section p a{ color:#5fc515; font-style:italic;}
.what_bottom_section a.btn {
    margin: 10px 0 0; padding:15px 30px; font-style:normal; color:#fff;
}
.single-product .inner-banner .banner-content .middle-part p{ display:none;}

.page-thank-you > .container .row {
    padding: 120px 0 90px;
}
.page-thank-you > .container .row a{color:#5fc515; font-style:italic;}


/*About*/
.about-content:after{ clear:both; display:block; content:"";}
.about-content{ padding:74px 0 40px;}
.about-content .about-left{float: left;width: 59%;padding-right:70px; }
.about-content .about-right {float: left; width: 41%;position:relative;}
.about-content .about-right:before{ position:absolute; left:0; top:90px; bottom:0; width:2px; content:""; background:url(../images/border-line.png) no-repeat center center; margin-left: -35px;}
.about-content h2{ display:block; color:#3d3d3f; font-size:35px; margin:0 0 36px; padding:0 0 29px; position:relative;font-weight:500;}
.about-content h2:after{ position:absolute; width:110px; height:2px; background:#1f74c0; left:0; bottom:0; content:"";}
.about-content .about-left p{ font-size:16px; color:#3d3d3f; line-height:28px; margin:0 0 28px;}
.about-content .about-right p{ font-size:20px; color:#3d3d3f; line-height:28px; margin:0 0 37px;}
.about-content .about-right ul{ margin:0; padding:0; list-style:none;}
.about-content .about-right ul li{font-size:16px; color:#3d3d3f; line-height:22px; margin:0 0 34px; padding:0 0 0 23px; background:url(../images/list-arrow123.png) no-repeat left top 5px;}


/*why-intelli-voice*/
.header-banner-group.sub_short_image img {
    max-width: 270px;
}
.header-banner-group.sub_short_image {
    bottom: 9px;
}
.why_first_content h2{ display:block; color:#3d3d3f; font-size:35px; margin:0 0 25px; padding:0 0 25px; position:relative;font-weight:500;}
.why_first_content h2:after{ position:absolute; width:110px; height:2px; background:#1f74c0; left:0; bottom:0; content:"";}
.why_first_content p{ font-size:16px; color:#3d3d3f; line-height:28px; margin:0 0 12px;}

.why_second_content:after{ clear:both; display:block; content:"";}
.why_second_content{ padding:30px 0 0;}
.why_second_content h2{ display:block; color:#3d3d3f; font-size:35px; margin:0 0 25px; padding:0 0 25px; position:relative;font-weight:500;}
.why_second_content h2:after{ position:absolute; width:110px; height:2px; background:#1f74c0; left:0; bottom:0; content:"";}
.why_second_content p{ font-size:16px; color:#3d3d3f; line-height:28px; margin:0 0 12px;}
.why_second_content .why_second_content_left{ float:left; width:69%;}
.why_second_content .why_second_content_right { float: right; width: 28%;text-align: center; padding: 20px;  margin-top: -12px;border: solid 1px #c2c2c2;}

.why_thrd_content:after{ clear:both; display:block; content:"";}
.why_thrd_content{ padding:30px 0 35px;}
.why_thrd_content h2{ display:block; color:#3d3d3f; font-size:35px; margin:0 0 35px; padding:0 0 25px; position:relative;font-weight:500;}
.why_thrd_content h2:after{ position:absolute; width:110px; height:2px; background:#1f74c0; left:0; bottom:0; content:"";}
.why_thrd_content p{ font-size:16px; color:#3d3d3f; line-height:28px; margin:0 0 12px;}
.why_thrd_content .why_thrid_content_left{ float: right; width:69%; padding-left:30px;padding-top: 8px;}
.why_thrd_content .why_thrid_content_right {float: left;width: 31%;text-align: center;border: solid 1px #c2c2c2; padding:0 10px;}
.why_thrd_content .why_thrid_content_left a{ color:#5fc515;}
.testmonials{ background:#f8f8f8; padding:90px 0 46px; position:relative; overflow:hidden;}
.testmonials:before{ position:absolute; left:0; bottom:0; width:100%; height:98px; content:""; background:#e2e2e2;display:none;}
.testmonials h2{ display:block; color:#3d3d3f; font-size:35px; margin:0 0 65px; padding:0 0 25px; position:relative;font-weight:500;}
.testmonials h2:after{ position:absolute; width:110px; height:2px; background:#1f74c0; left:0; bottom:0; content:"";}
section.vertical-center {
    max-width:1050px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:0 !important;
}
section.vertical-center button.slick-arrow {
    color: #fff;
    background:#5fc515;
    width: 45px;
    height: 45px;
    line-height: 18px;
    text-align: center;
    border-radius: 100%;
	top:38%;
	transition:all ease-in-out 0.35s;
	-webkit-transition:all ease-in-out 0.35s;
	-moz-transition:all ease-in-out 0.35s;
	-ms-transition:all ease-in-out 0.35s;
}
section.vertical-center button.slick-arrow:hover{
	background:#409800;
}
section.vertical-center .slick-arrow:before {
    opacity: 1;
    font-size: 25px;
    content: "";
    display: block;
    width:14px;
    height: 24px;
    text-align: center;
}
section.vertical-center .slick-prev{
	padding:9px 13px;
}
section.vertical-center .slick-next{
	padding:9px 16px;
}
section.vertical-center .slick-prev:before{
	background:url(../images/pre-icon.png) no-repeat center top;
}
section.vertical-center .slick-next:before{
	background:url(../images/next-icon.png) no-repeat center top;
}
.slick-slide{ outline:none;}
.inner_testimonial{ padding:25px 70px 0 175px; position:relative;}
.inner_testimonial img {
    width: 94px;
    border: solid 3px #e9e9e9;
    border-radius: 100%;
	position:absolute; left:0;
	top:21px;
}
.inner_testimonial p{ font-size:18px; color:#222222; line-height:34px; margin:0 0 15px; position:relative;}
.inner_testimonial p:nth-of-type(1):before{ position: absolute;left: -60px;top: -25px; width:51px; height:35px; background:url(../images/quit-left.png) no-repeat center center; content:"";}
.inner_testimonial p:nth-of-type(1):after{width: 51px;height: 35px;background: url(../images/quit-left.png) no-repeat center center; content: ""; display: inline-block; margin: 5px 0 -16px 16px;transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.inner_testimonial p.name{ font-size:24px; color:#222222; line-height:34px; margin:0; display:block; text-align:center;}
.inner_testimonial span{ font-size:18px; color:#222222; line-height:34px; margin:0; text-transform:uppercase; display:block; text-align:center;font-family: 'Poppins', sans-serif;}
.vertical-center ul.slick-dots {position: relative; bottom:0;z-index: 9999; margin-top: 73px;display:none !important}
.vertical-center .slick-dots li { margin: 0 4px; width: 35px; height: auto;}
.vertical-center .slick-dots li button{ background:#3d3d3f; padding:0; width:35px; height:3px; border-radius:0; display:block;}
.vertical-center .slick-dots li button:before{ font-size:0; display:block; height:5px; width:100%;}
.vertical-center .slick-dots li button:after{ font-size:0; display:block; height:5px; width:100%;}
.vertical-center .slick-dots li.slick-active button{ background:#5fc515; padding:0; width:35px; height:3px; border-radius:0;}

.why_our_client{ padding:68px 0 70px; position:relative;}
.why_our_client h2{ display:block; color:#3d3d3f; font-size:35px; margin:0 0 25px; padding:0 0 25px; position:relative;font-weight:500;}
.why_our_client h2:after{ position:absolute; width:110px; height:2px; background:#1f74c0; left:0; bottom:0; content:"";}
.why_our_client p{ font-size:16px; color:#3d3d3f; line-height:28px; margin:0 0 12px;}

.our_client_images {
    padding: 29px 0 0;
}
.our_client_images img {
    margin-right: 25px;
}





.why_bottom_section_inner {
    background: #f6f6f6;
    padding: 38px 40px 24px;
    border: solid 1px #c2c2c2;
    margin: 0 0 20px 70px;
}
.why_bottom_section_inner h5 {
    font-size: 28px;
    color: #3d3d3f;
margin:0 0 23px; padding:0 0 22px; position:relative;font-weight:500;}
.why_bottom_section_inner h5:after{ position:absolute; width:110px; height:2px; background:#1f74c0; left:0; bottom:0; content:"";}
.why_bottom_section_inner p {
    font-size: 18px;
    line-height: 30px;
    color: #3d3d3f;
    margin: 0 0 10px;
}
.why_bottom_section_inner p a{ color:#5fc515; font-style:italic;}
.why_bottom_section_inner a.btn {
    margin: 10px 0 0; padding:15px 30px; font-style:normal; color:#fff;
}

.page-term-conditions > .container h3 {
    padding: 30px 0 20px;font-weight:500; font-size:28px; position:relative;
	margin:0 0 25px;
}
.page-term-conditions > .container h3:after {
    position: absolute;
    width: 110px;
    height: 2px;
    background: #1f74c0;
    left: 0;
    bottom: 0;
    content: "";
}
.page-term-conditions > .container p{
	 font-size: 16px;
    line-height: 28px; 
    color: #3d3d3f;
	}
.page-term-conditions > .container {
    padding-top: 50px;
    padding-bottom: 40px;
}
.page-term-conditions h2:nth-of-type(1) {
    text-align: center;
    font-weight: 500;
}
.page-term-conditions > .container p a{color:#5fc515; font-style:italic;}



.hardware_inner_subpages {
    padding: 50px 0 40px;
}
.hardware_inner_subpages h2{ display:block; color:#3d3d3f; font-size:35px; margin:0 0 20px; padding:0 0 15px; position:relative;font-weight:500;}
.hardware_inner_subpages h2:after{ position:absolute; width:110px; height:2px; background:#1f74c0; left:0; bottom:0; content:"";}
.hardware_inner_subpages p{ font-size:16px; color:#3d3d3f; line-height:28px; margin:0 0 12px;}

.hardware_subpages_content ul{ margin:0 auto; padding:0; list-style:none; max-width:1070px; text-align:center;}
.hardware_subpages_content ul:after{ clear:both; display:block; content:"";}
.hardware_subpages_content ul li {
    float: left;
    padding: 0;
    margin: 0 15px 30px;
    border: solid 1px #c2c2c2;
	width: -webkit-calc(25% - 30px);
	width: -moz-calc(25% - 30px);
	width: calc(25% - 30px);
	text-align:center;
	overflow:hidden;
	position:relative;
}
.hardware_subpages_content ul li:nth-child(4n+1){ clear:left;}
.hardware_subpages_content ul li img{ vertical-align:top;}
.hardware_subpages_content ul li > p, .hardware_subpages_content ul li > a {
    margin: 0; padding:7px 15px;
	font-size:19px; color:#fff; background:#505050; width:100%;
	transition: all 0.35s ease-out; -moz-transition: all 0.35s ease-out; -webkit-transition: all 0.35s ease-out; -ms-transition: all 0.35s ease-out; display:block;
}
.hardware_subpages_content ul li:hover > p{ opacity:0;}
.hardware_subpages_content ul li .phone-info{ position:absolute; background:rgba(31,116,191,0.8); left:0; top:100%; right:0; bottom:0; padding:15px; text-align:left; transition: all 0.35s ease-out; -moz-transition: all 0.35s ease-out; -webkit-transition: all 0.35s ease-out; -ms-transition: all 0.35s ease-out;}
.hardware_subpages_content ul li:hover .phone-info{ top:0;}
.hardware_subpages_content ul li .phone-info h4{ color:#fff; margin:0 0 12px; font-size:18px; line-height:22px; font-weight:bold; display:block;}
.hardware_subpages_content ul li .phone-info p{ color:#fff; margin:0 0 9px; font-size:16px; display:block;line-height: 19px;   font-weight: normal; max-height:58px; overflow:hidden;}
.hardware_subpages_content ul li .phone-info a{ color:#fff; margin:0 ; font-size:15px; font-weight:500; display:block;line-height:normal; display:inline-block; text-decoration:underline;}
.queto{ padding:30px 0 60px;text-align: center;}



.wrapper_wh.form-voice-left {
    padding-top: 8px;
}

.form-voice-left > .container:after{ clear: both; display:block; content:"";}
.form-right{ float: left;
	width: -webkit-calc(100% - 310px);
	width: -moz-calc(100% - 310px);
	width: calc(100% - 310px);
	padding-top:30px;
	}

.form-voice-left  .left-part{
	width:280px;
	background:#5fc515;
	border-radius:15px;
	padding:18px 20px 0;
	text-align:center;
    position: relative;
    height: auto;
	float:left;
	margin-right:30px;
}
.form-voice-left  .left-part form p span input[type="text"], .form-voice-left  .left-part form p span input[type="email"], .form-voice-left  .left-part form p span input[type="tel"], .form-voice-left  .left-part form p span textarea, .form-voice-left  .left-part form p span select{
    width: 100%;
    box-sizing: border-box;
    padding:8px 12px 9px;
	box-shadow:none;
	border:none;
	margin:0 0 10px;
	border-radius:5px;
	color:#3d3d3f;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
}
.form-voice-left  .left-part form p span input[type="text"], .form-voice-left  .left-part form p span input[type="email"]{
	border:2px solid transparent;
}
.form-voice-left  .left-part form p span input[type="text"].wpcf7-not-valid, .form-voice-left  .left-part form p span input[type="email"].wpcf7-not-valid{
	border-color:#f00;
}
.form-voice-left  .left-part form p span textarea{
	height:107px;
	margin:0px;
}
.form-voice-left  .left-part .wpcf7-recaptcha iframe {
    transform: scale(0.8);
    margin-left: -61px;
	margin-top:-4px;
    margin-bottom: -6px;
}
.form-voice-left  .left-part .wpcf7-recaptcha > div{
	height:auto !important;
	}
.form-voice-left  .left-part form p span input[type="tel"]{
	padding:10px 12px 11px;
}
.form-voice-left  .left-part form p span select{
	padding:9px 12px 10px;
	background:#fff url(../images/form-drop-down.png) no-repeat center right 12px;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}
.form-voice-left  .left-part form p span input[type="text"]:focus, .inner-banner .inner-content .left-part form p span input[type="email"]:focus, .form-voice-left  .left-part form p span input[type="tel"]:focus, .form-voice-left  .left-part form p span textarea:focus, .form-voice-left  .left-part form p span select:focus{
	outline:none !important;
}
.form-voice-left  .left-part p{
	margin:0px;
	color:#fff;
	font-size:18px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
}
.form-voice-left  .left-part h2{
	margin:0 0 16px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	font-family: 'Poppins', sans-serif;
}
.form-voice-left  .left-part form p input[type="submit"] {
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
	text-transform:uppercase;
    box-shadow: none;
    text-shadow: none;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #3c3c3c 100%);
    background: -webkit-linear-gradient(top, #000000 0%,#3c3c3c 100%);
    background: linear-gradient(to bottom, #000000 0%,#3c3c3c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3c3c3c',GradientType=0 );
    cursor: pointer;
    padding: 12px 5px 11px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    outline: none !important;
    border-radius: 5px;
	margin:4px 0 0;
}
.form-voice-left  .left-part form p input[type="submit"]:hover{
	background: #3c3c3c;
	background: -moz-linear-gradient(top, #3c3c3c 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #3c3c3c 0%,#000000 100%);
	background: linear-gradient(to bottom, #3c3c3c 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#000000',GradientType=0 );
}
.form-voice-left  .left-part form p input[type="submit"]:focus{
	outline:none;
}
.form-voice-left  .left-part form .wpcf7-validation-errors, .form-voice-left  .left-part form .wpcf7-not-valid-tip{
	display:none !important;
}
.form-voice-left  .left-part form .wpcf7-mail-sent-ok {
    margin: 9px 0 12px;
    position: absolute;
    width: 100%;
    max-width: 231px;
    background: #fff;
}




.inner-banner-new{ background-image:url(../images/inner-banner-new.jpg); background-repeat:no-repeat; background-size:cover; margin:8px 0 0;}
.inner-banner-new .banner-content:after{ clear:both; display:block; content:"";}
.inner-banner-new .banner-content{ height:315px;
display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    -webkit-align-items: center;
     -moz-align-items: center;
      -ms-align-items: center;
          align-items: center;
		    -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
      -ms-justify-content: space-between;
          justify-content: space-between;
            -ms-flex-pack: space-between;
			-webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.inner-banner-new .left-image { width: 29.5%; padding: 0 15px; text-align: center;}
.inner-banner-new .left-image + .banner-dis{width:33.5%; padding:0 20px 0 15px;}
.inner-banner-new .banner-dis{width:63%; padding:0 20px 0 0;}
.inner-banner-new .banner-right-img{ width:37%; text-align:center;}

.page-template-our-hardware .inner-banner-new .banner-dis h1{
	margin:0 0 12px;
}
.inner-banner-new .banner-dis h1{ font-size:35px; color:#fff; font-weight:500;font-family: 'Poppins', sans-serif; margin:0 0 20px;}
.inner-banner-new .banner-dis p{ font-size:18px; color:#fff; font-family: 'Poppins', sans-serif; margin:0; line-height:28px;}
.inner-banner-new .banner-dis p + p{margin:15px 0 0px;}
.page-template-our-hardware .inner-banner-new .banner-dis p + p{margin:15px 0 20px;}
.inner-banner-new .banner-right-img img {
    max-height: 250px;
    width: auto;
}
.main-loop {
    padding: 50px 0 50px;
}
.main-loop h2 {
    margin: 33px 0 12px;
}
.page-template-comparison-page .main-banner.inner-banner .banner-content .middle-part{ margin: 0 auto 40px 0; max-width: 100%;}
.page-template-comparison-page .inner-banner .banner-content .middle-part h1 {
    font-size: 45px;
    line-height: 72px;
    max-height: 135px;
}
.upload_invoice input[type="file"] {
    background: #fff;
    width: 100%;
    padding: 10px 5px;
    color: #333;
    border-radius: 5px;
}
.page-template-comparison-page .inner-banner .banner-content .middle-part p {
    max-height: 100%;
    max-width: 540px;
}

.hardware_subpages .container{ padding:0;}  


.main-career .main.form-voice-left {
    padding: 8px 0 0;
}
.main-career .main.form-voice-left ul li{font-size: 16px;
    color: #3d3d3f;
    line-height: 22px;
    margin: 0 0 15px;
    padding: 0 0 0 23px;
    background: url(../images/list-arrow123.png) no-repeat left top 5px;}
.main-career .main.form-voice-left .career_bottom_content h2, .main-career .main.form-voice-left .form-right h2{padding: 30px 0 20px;
    font-weight: 500;
    font-size: 28px;
    position: relative;
    margin: 0 0 25px;}
.main-career .main.form-voice-left .career_bottom_content h2:after, .main-career .main.form-voice-left .form-right h2:after {
    position: absolute;
    width: 110px;
    height: 2px;
    background: #1f74c0;
    left: 0;
    bottom: 0;
    content: "";
}
.career_bottom_content {
    clear: both;
    padding:10px 0 50px;
}
.main-career .main.form-voice-left ul {
    margin: 0 0 20px;
}

/*responsive*/
@media (min-width:992px){
.main-banner .banner-content .left-part, .form-voice-left .left-part{ display:block !important;}
}
@media (min-width:1200px) and (max-width:1600px){
.main-banner{ padding-top:0;}
.inner-banner .banner-content .left-part{
	padding:10px 20px 0;
}
.inner-banner .banner-content .left-part h2{
	margin:0 0 10px;
}
.inner-banner .banner-content .left-part form p span input[type="text"], .inner-banner .banner-content .left-part form p span input[type="email"], .inner-banner .banner-content .left-part form p span input[type="tel"], .inner-banner .banner-content .left-part form p span textarea, .inner-banner .banner-content .left-part form p span select {
    padding:5px 12px 6px;
	margin:0 0 8px;
}
.main-banner .banner-content .left-part form p span input[type="text"], .main-banner .banner-content .left-part form p span input[type="email"], .main-banner .banner-content .left-part form p span input[type="tel"], .main-banner .banner-content .left-part form p span textarea, .main-banner .banner-content .left-part form p span select {
    padding:5px 12px 6px !important;
	margin:0 0 8px !important;
	height:34px;
}
.inner-banner .banner-content .left-part form p span textarea {
    height:50px;
    margin: 0px;
}
.inner-banner .banner-content .middle-part h1 {
    line-height: 38px;
	max-height: 75px;
}
.inner-banner .banner-content .left-part form p input[type="submit"]{
	margin:0 !important;
}
.inner-banner .banner-content .left-part .wpcf7-recaptcha iframe{
	margin-bottom: 1px;
}
.main-banner .banner-content .left-part form p span textarea{
	height:55px
}
.home .main-banner .banner-content .middle-part h1{
	line-height:55px;
}
.main-banner .banner-content .left-part {
    padding: 8px 20px 0;
    position: static;
    height:475px;
}
.main-banner .banner-content .left-part .wpcf7-recaptcha iframe{
	margin-top:-14px;
	margin-bottom:-4px;
}
.main-banner.inner-banner .banner-content .left-part .wpcf7-recaptcha iframe{
	margin-top:-8px;
}
.main-banner .banner-content .left-part form p input[type="submit"]{
	margin:0;
	padding:9px 5px 8px;
}
header .left-part {
    margin: 12px 0 8px;
}
.main-banner .banner-content .left-part h2{
	margin:0 0 8px;
}
header .main-menu ul li {
    margin: 6px 0;
}
.main-banner .banner-content .right-part img {
    max-width:85%;
}
header .main-menu ul li.client-portal a {
    padding: 7px 25px 6px;
}
.main-banner .banner-content .middle-part .calculate {
    padding: 12px 53px 12px 24px;
    margin: 12px 0 10px;
}
header .main-menu ul li a{
	font-size:16px;
}
.main-banner .banner-content .middle-part h4{
	margin:70px 0 14px;
}
.main-banner .banner-content .middle-part {
    margin: 17px auto 22px 40px;
}
.main-banner .banner-content .left-part .wpcf7-response-output{
	margin-top:24px;
}
.inner-banner {
    padding: 8px 0 11px;
}
.inner-banner .banner-content .middle-part a.btn-1{
	margin-bottom:0px;
}
.form-voice-left .left-part form p span input[type="text"], .form-voice-left .left-part form p span input[type="email"], .form-voice-left .left-part form p span input[type="tel"], .form-voice-left .left-part form p span textarea, .form-voice-left .left-part form p span select {
    padding: 3px 12px 4px !important;
    height: 34px;
	margin-bottom:8px;
	vertical-align:top;
}
.form-voice-left .left-part .wpcf7-recaptcha iframe {
    margin-top: -8px;
    margin-bottom: -8px;
}
.form-voice-left .left-part form p span textarea{ height:55px;}
.page-template-comparison-page .inner-banner .banner-content .middle-part p{ margin-bottom:120px;}
}
@media (max-width:1600px){
.business .right-part {
    max-width: 525px;
}
.business .left-part {
    margin-right: -50px;
}
.inner-banner .banner-content{
	position:relative;
	z-index:11;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.main-banner.inner-banner .banner-content .middle-part {
    padding-left: 50px;
}
}
@media (max-width:1366px){
.business .right-part {
    max-width: 445px;
}
.business .left-part {
    margin-right: 10px;
}
.mission-statement .mission-content ul.statement li{
	max-width: 370px;
    margin: 0 15px 0 auto;
}
}
@media (max-width:1199px){
.container {
    max-width:100%;
    padding: 0 15px;
	width:100%;
}
header .main-menu ul li.client-portal a{
	padding:11px 20px 10px;
}
header .main-menu ul li a{
	font-size:16px;
	padding:0 10px;
}
.main-banner .banner-content .middle-part {
    max-width: 320px;
    margin: 0 auto 0 70px;
}
.home .main-banner .banner-content .middle-part {
    margin: 0 auto 40px 40px;
}
.home .main-banner .banner-content .middle-part h1 {
    font-size: 38px;
    letter-spacing: 4.7px;
    line-height: 42px;
}
.main-banner .banner-content .middle-part p {
    font-size: 15px;
}
.main-banner .banner-content .middle-part a.btn-1 {
    font-size: 16px;
    padding: 13px 13px;
    margin-right: 5px;
}
.main-banner .banner-content .middle-part a.btn-2 {
    font-size: 16px;
    padding:13px 13px;
}
.main-banner .banner-content .middle-part h4 {
    margin:80px 0 14px;
    font-size: 17px;
}
.main-banner .banner-content .middle-part h6 {
    font-size: 13px;
}
.main-banner .banner-content .middle-part .calculate {
    padding: 12px 53px 12px 18px;
    font-size:15px;
}
.main-banner .banner-content .middle-part h1 strong {
    font-size:41px;
}
.business .left-part {
    margin-right: 0;
    float: none;
    text-align: center;
}
.business .right-part {
    max-width: 100%;
    margin: 20px 0 0;
    text-align: left;
}
.business {
    padding: 45px 0;
}
.mission-statement .mission-content ul.statement li {
    max-width: 300px;
    margin: 0 15px 0 auto;
	padding:70px 10px 54px;
}
.mission-statement .mission-content ul.statement li p {
    font-size: 13px;
}
.testimonials{
	padding:40px 0;
}
.footer-main .footer-content .footer-contact .footer-call{
	font-size:26px;
}
.main-products .main .product_content_list .product_right {
    max-width: 100%;
    width: 55%;
    padding-left: 20px;
}
.main-products .main .product_content_list .product_right ul li {
    margin-right: 30px;
}
.inner-banner:before{
	height:150px;
}
.products-single_content .single_divided:before{
	left:58%;
	transform: translate(-58%, 0);
    -webkit-transform: translate(-58%, 0);
    -moz-transform: translate(-58%, 0);
    -ms-transform: translate(-58%, 0);
}
.products-single_featured .fearued_outer .fearued_left {
    max-width: 640px;
}
.products-single_featured .fearued_outer:before{
	right:30%;
    transform: translate(-30%, 0);
    -webkit-transform: translate(-30%, 0);
    -moz-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
}
.main-products .main .product_content_list .product_left{
	width:45%;
	padding:0 15px;
}
.main-banner .banner-content .left-part{
	position:static;
}
.main-banner .banner-content .right-part {
    bottom: -18px;
}
.inner-banner .banner-content .middle-part a.btn-1{
	margin-bottom:0px;
}
.contact-main-page .contact-outer .form_section {
    max-width: 550px; 
}
.hardware-outer .page_content_hardware .inner_herdware .right_section {
    max-width: 430px;
}
.main-banner.inner-banner .banner-content .middle-part {
    margin: 0 auto 0 0;
}
.inner-banner .banner-content .right-part{ max-width:250px;}
.main-banner.inner-banner .banner-content .middle-part{ max-width:53%;    padding-left: 30px;}
.inner-banner .banner-content .middle-part h1 {
    font-size: 33px;
    line-height: 38px;
}
.header-banner-group.sub_short_image img {
    max-width: 230px;
}
.header-banner-group.sub_short_image {
    bottom: -1px;
}
.inner-banner-new .banner-dis h1{ font-size:31px;}
.main-products .main .product_content_list .product_right ul li{ width:22.8%;}
.main-products .main .product_content_list .product_right ul li {
    margin-right: 10px;
}
.main-products .main.form-voice-left .product_content_list .product_right ul li {
    width: auto;
    margin-right: 20px;
}
.page-template-comparison-page .inner-banner .banner-content .middle-part h1 {
    font-size: 35px;
    line-height: 50px;
    max-height: 105px;
}
.hardware_subpages_content ul li > p{ font-size:17px;}
.page-template-our-hardware .inner-banner-new .banner-dis p + p + a.btn {
    margin-bottom: 10px;
}
.inner-banner-new{ padding:20px 0;}
header .main-menu ul li.client-portal + li.client-portal {
    margin-right: 7px !important;

}
section.vertical-center button.slick-arrow{
	margin:0 30px 0;
}
}
@media (max-width:991px){
header .main-menu ul li.client-portal a {
	padding: 3px 0 0 33px;
}
header .main-menu ul li a {
    font-size: 14px;
    padding: 0 7px;
}
.mission-statement .mission-content ul.statement li {
    max-width: 240px;
    margin: 0 5px 0 auto;
    padding: 70px 10px 54px;
}
.footer-main .footer-content .footer-menu .footer-nav {
    max-width: 260px;
}
.footer-main .footer-content .footer-menu .footer-nav li {
    margin-right: 0;
}
.footer-main .footer-content .footer-menu .footer-nav li a {
    font-size:13px;
}
header .right-part h4 {
	padding: 17px 42px 50px;
}
.mission-statement {
	padding: 40px 0 40px;
}
.main-banner .banner-content {
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}
.main-banner .banner-content .middle-part {
    max-width:100%;
	width:100%; text-align:center;
	margin:0px;
}
.main-banner .banner-content .left-part{
	width:100%;
	margin:0 0 60px;
	height:100%;
}
.main-banner .banner-content .middle-part h4 {
    margin: 30px 0 14px;
    color: #343231;
    font-size: 22px;
}
.main-banner .banner-content .right-part{
	bottom:-53px;
}
.main-banner .banner-content .middle-part h6 {
    font-size: 17px;
    color: #343231;
}
.main-banner .banner-content .middle-part .calculate {
    background-color: #5fc515;
}
.main-banner {
    padding-bottom: 35px;
}
.main-banner .banner-content .left-part .wpcf7-recaptcha iframe {
    transform: scale(1);
    margin-left: 0;
}
.main-banner .banner-content .left-part .wpcf7-recaptcha {
    overflow: hidden;
}
.main-products .main .product_content_list {
    flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}
.main-products .main .product_content_list:before{
	display:none;
}
.main-products .main .product_content_list .product_right{
	max-width:100%;
    width: 100%;
    padding: 0;
}
.main-products .main .product_content_list .product_left {
    margin: 0 0 25px;
    width: 100%;
    text-align: center;
}
.products-single_content .single_divided .single_right ul li {
    margin-right: 23px;
}
.products-single_content .single_divided{
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}
.products-single_content .single_divided:before{
	display:none;
}
.products-single_content .single_divided .single_left{
	width:100%;
	text-align:center;
}
.products-single_content .single_divided .single_right {
    max-width: 100%;
    margin: 30px 0 0;
}
.products-single_featured {
    margin: 20px 0 0;
}
.products-single_featured .fearued_outer{
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}
.products-single_featured .fearued_outer:before{
	display:none;
}
.products-single_featured .fearued_outer .fearued_left {
    max-width: 100%;
}
.products-single_featured_main .row {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.main-banner .banner-content .left-part form p input[type="submit"], .form-voice-left .left-part form p input[type="submit"] {
    max-width: 300px;
    margin: 4px auto 20px;
    float: left;
}
.main-banner .banner-content .middle-part a.btn-1{
	margin-bottom:15px;
}
.main-banner {
    padding: 15px 0 35px;
}
.inner-banner .banner-content .middle-part a.btn-1 {
    margin-bottom: 45px;
}
.contact-main-page .contact-outer{
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}
.contact-main-page .contact-outer .form_section {
    max-width:100%;
}
.contact-main-page .contact-outer .info-section {
    width: 100%;
	margin:0 0 60px;
}
.contact-main-page .contact-outer .info-section .contact-info{
	min-width:auto;
}
.contact-banner .banner-content {
    flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}
.contact-banner .banner-content .contact-left-part{
    width: 100%;
    margin: 0 0 50px;
}
.contact-banner .banner-content .contact-right-part{
	width:100%;
	text-align:center;
}
.contact-banner {
    padding: 30px 0 0;
}
.hardware-outer .page_content_hardware .inner_herdware{
    flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}
.hardware-outer .page_content_hardware .inner_herdware:before{
	display:none;
}
.hardware-outer .page_content_hardware .inner_herdware .right_section {
    max-width: 100%;
    margin-top: 40px;
    width: 100%;
    padding: 0;
}
.inner_herdware .left_section {
    width: 100%;
    padding-right: 0;
}
.hardware_subpages {
    padding: 8px 0 40px 0;
}
.products-single_featured .fearued_outer .fearued_list_right {
    max-width: 100%;
}
.main-banner.inner-banner .banner-content .left-part {
    height: auto;
}
.main-banner.inner-banner .banner-content .middle-part {
    margin: 0 auto 0 0;
    max-width: 65%;
    padding-left: 0;
}
.what_bottom_section{ margin:0;}
.header-banner-group{ position:static; margin-top: 80px;}
.inner-banner .banner-content .left-part .wpcf7-recaptcha iframe{ margin-bottom:0; margin-top:0;}
.about-content .about-left { width:100%; padding:0; margin:0 0 30px;}
.about-content .about-right { width:100%; padding:0; margin:0;}
.about-content .about-right:before{ display: none;}
.inner-banner .banner-content .middle-part .header-banner-group p {
    margin: 0 0 40px;
}
.why_bottom_section_inner{ margin:0;}
.products-single_featured_main .row:before{ left:52%;}
.products-single_featured_main .row:after{ display:none;}
.why_second_content .why_second_content_left{ width:100%;}
.why_second_content .why_second_content_right {
    float: none;
    width: 100%;
    clear: both;
	max-width: 250px;
    margin: 0 auto;
}
.why_thrd_content .why_thrid_content_left {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 0; 
}
.why_thrd_content .why_thrid_content_right {
    float: none;
    width: 100%;
    text-align: center;
	max-width: 310px;
    margin: 0 auto;
	padding:0 15px;
}
.inner-banner-new .left-image {
    width: 37.5%;
}
.inner-banner-new .left-image + .banner-dis {
    width: 62.5%;
	text-align:left;
}
.inner-banner-new .banner-dis {
    width:100%;
	padding: 0;
    text-align: center;
}
.inner-banner-new{ padding:20px 0 ;}
.inner-banner-new .banner-dis p{ margin:0;}
.inner-banner-new .banner-right-img {
    width: 100%;
    text-align: center;
	padding:20px 0 0;
}
.inner-banner-new .banner-right-img img {
    max-width: 300px;
}
.inner-banner-new .banner-dis h1{ font-size:30px; margin:0 0 15px;}
.what_inner .what_inner_left{ width:100%;}
.what_inner .what_inner_right{ width:100%; margin:0; text-align:center;}
.inner-banner-new .banner-content{ min-height:315px; height:auto;}
.what_inner .what_inner_right img { max-width: 300px;}  
.hardware-outer.form-voice-left .form-right {
    padding-top: 30px;
}
.main-products .main.form-voice-left .product_content_list .product_left {
    width: 100%;
    padding-right: 0;
}
.main-products .main.form-voice-left .product_content_list .product_right ul li {
    width: auto;
    margin-right: 20px;
}
.main-products .main.form-voice-left .product_content_list .product_right {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
}
.main-products .main .product_content_list .product_right ul li {
    width: auto;
    margin-right: 20px;
}
.page-template-comparison-page .main-banner.inner-banner .banner-content .middle-part {
    margin: 0 auto 0px 0;}
.hardware_subpages_content ul li {
    width: -webkit-calc(33.33% - 30px);
    width: -moz-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
}
.hardware_subpages_content ul li:nth-child(4n+1){ clear: none;}
.hardware_subpages_content ul li:nth-child(3n+1){ clear:left;}
.hardware_subpages ul li{
	margin-right:0px;
	text-align:center;
}
.hardware_subpages ul{
	max-width:100%;
	text-align:left;
}
.home .main-banner .banner-content .middle-part {
    margin: 0;
}
header .main-menu ul{
	display:none;
	text-align:left;
}
header .main-menu ul.open_menu{
	display:block;
	position:absolute;
	left:15px;
	right:15px;
	border-radius:0px;
	z-index:99;
	top:100%;
	padding:5px 0 25px;
}
header .main-menu ul li{
	display:block;
	text-align:left;
	margin:0px;
	padding:0;
}
header .main-menu ul li a{
	border-right:none;
	display:block;
	padding:5px 15px !important;
	font-size:17px;
}
header .main-menu ul li a:hover{
	background:#5fc515;
	color:#fff;
}
header .main-menu ul li.client-portal{
	background:none;
	float:none;
	padding:0px;
}
header .main-menu ul li.client-portal:hover{
	background:none;
}
header .main-menu ul li.client-portal a {
    padding: 8px 15px !important;
    background-image: none;
    background-color: #5fc515;
    border-radius: 25px;
    margin: 5px 15px 15px;
    text-align: center;
    font-size: 18px;
}
header .main-menu ul li.client-portal a:hover{
	color:#fff;
	background:#5fc515;
}
header .main-menu{
	padding:17px 15px 15px;
	background:#428dd1;
}
header .main-menu .mobile_menu{
	background:url(../images/menu-icon.png) no-repeat center left;
	width:20px;
	height:16px;
	display:inline-block;
	position:relative;
	cursor:pointer;
}
header .main-menu .mobile_menu:before {
    position: absolute;
    top: -2px;
    left: 25px;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    content: "menu";
    text-transform: uppercase;
}
header {
    position: relative;
}
header .main-menu ul li.client-portal, header .main-menu ul li.client-portal + li.client-portal {
    margin: 20px 15px 0px !important;
}
header .main-menu .mobile_portal {
    display: block;
    float: right;
    padding: 10px 25px 10px !important;
    background-image: none;
    background-color: #5fc515;
    border-radius: 25px;
    margin: -10px 0 0;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.form-voice-left .left-part {
	display:none;
    margin: 0;
    width: auto;
    position: absolute;
    top: 215px;
    left: 15px;
    right: 15px;
	z-index:9999;
}
.form-right{ width:100%;}
.main-banner.inner-banner .banner-content .left-part {
    display: none;
}
.main-banner.inner-banner {
    padding: 25px 0 11px;
}
.main-banner.inner-banner .banner-content .left-part{ position:absolute; left:15px; top:0; right:15px; z-index:9999; width: auto; height:auto; bottom:auto;}
.main-banner.inner-banner .banner-content .left-part:after{ clear:both; display:block; content:"";}
.inner-banner .banner-content, .main-banner .banner-content{ position:static;}
.main-banner .banner-content .left-part{ position:absolute; left:15px; top:0; right:15px; z-index:9999; width: auto; height:auto; bottom:auto; display:none;}
.main-banner .banner-content .right-part {
    text-align: center;
    width: 100%;
    position: relative;
    margin: 15px auto 20px;
    max-width: 250px;
    z-index: 9;
}
.main-banner .banner-content .middle-part p {
    margin: 0 auto 20px;
    max-width: 700px;
}
}

@media (max-width:767px){
.main-banner .banner-content .middle-part h4 {
    margin: 20px 0 14px;
	color:#343231;
}
.main-banner .banner-content .middle-part h6 {
	color: #343231 ;
}
.main-banner .banner-content .middle-part {
    max-width: 100%;
	text-align:center;
	margin:0px 0 45px;
	width:100%;
    padding-top: 20px;
}
.main-banner .banner-content .right-part {
    text-align: center;
    width: 100%;
    position: static;
	margin:45px auto 0px;
    max-width: 250px;}
.main-banner{ 
	padding:15px 0 0;
	margin:8px 0px 0px;
}
.mission-statement .mission-content ul.statement li {
    max-width: 100%;
    margin: 0 0 30px;
    width: 100%;
}
.footer-main .footer-content {
    flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}
.footer-main .footer-content .footer-logo {
    display: block;
    width: 100%;
    text-align: left;
}
.footer-main .footer-content .footer-menu {
    display: block;
    width: 100%;
    margin:30px 0 15px;
}
.footer-main .footer-content .footer-menu .footer-nav{
	max-width:100%;
    margin-top: 4px;
}
.footer-main .footer-content .footer-menu .footer-nav li{ margin-bottom:0;}
header .main-menu ul{
	display:none;
	text-align:left;
}
header .main-menu ul.open_menu{
	display:block;
	position:absolute;
	left:0;
	width:100%;
	border-radius:0px;
	z-index:99;
	top:100%;
	right:0;
}
header .main-menu ul li{
	display:block;
	text-align:left;
	margin:0px;
	padding:0;
}
header .main-menu ul li a{
	border-right:none;
	display:block;
	padding:5px 15px !important;
	font-size:17px;
}
header .main-menu ul li a:hover{
	background:#5fc515;
	color:#fff;
}
header .main-menu ul li.client-portal{
	background:none;
	float:none;
	padding:0px;
}
header .main-menu ul li.client-portal:hover{
	background:none;
}
header .main-menu ul li.client-portal a {
    padding: 8px 15px !important;
    background-image: none;
    background-color: #5fc515;
    border-radius: 25px;
    margin: 5px 15px 15px;
    text-align: center;
    font-size: 18px;
}
header .main-menu ul li.client-portal a:hover{
	color:#fff;
	background:#5fc515;
}
header .main-menu{
	padding:17px 15px 15px;
	background:#428dd1;
}
header .main-menu .mobile_menu{
	background:url(../images/menu-icon.png) no-repeat center left;
	width:20px;
	height:16px;
	display:inline-block;
	position:relative;
	cursor:pointer;
}
header .main-menu .mobile_menu:before {
    position: absolute;
    top: -2px;
    left: 25px;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    content: "menu";
    text-transform: uppercase;
}
header{
	position:relative;
}
header .container{
	padding:0px;
}
header .left-part{
	padding:0 15px;
}
header .right-part {
    background: #3d3d3f;
    padding: 15px 25px;
    text-align: center;
    margin: 34px 15px 0 0;
    border-radius: 25px 0px 25px 0px;
}
header .right-part h4 a{
	font-size:26px;
}
header .right-part h4{
	background:none;
	padding:0;
}
.main-products .main .product_content_list .product_left {
    width: 100%;
    text-align: center;
}
.main-products .main .product_content_list .product_right h2{
	font-size:28px;
}
.inner-banner{
	margin:0;
}
.inner-banner .banner-content .middle-part p {
    margin: 0 0;
}
.inner-banner .banner-content .middle-part {
    margin:0px 0 30px;
}
.main-banner .banner-content .middle-part p {
    margin: 0 auto 20px;
    min-height: 0;
}
.main-banner .banner-content .left-part {
    margin: 0 0 40px;
	display:none;
}
.main-banner .banner-content .middle-part .calculate {
    background-color: #5fc515;
}
.main-banner .banner-content .middle-part a.btn-1 {
    margin-bottom: 0;
}
.contact-banner{
	margin-top:0px;
}
.what_inner .what_inner_left{ width:100%;}
.what_inner .what_inner_right {
    width: 100%;
    text-align: center;
    margin: 0px 0 -10px;
}
.main-banner.inner-banner .banner-content .middle-part{ max-width:100%; padding-top: 30px;}
.header-banner-group {
    margin-top: 0px;
    margin-bottom: 10px;
}
.about-content .about-right ul li{ margin:0 0 20px;}
.about-content .about-right p {
    font-size: 18px;
    margin: 0 0 30px;
}
.about-content h2 {
   font-size: 30px;
    margin: 0 0 25px;
    padding: 0 0 15px;
}
.about-content h2:after{ width:80px;}
.about-content {
    padding: 50px 0 30px;
}
.footer-main .footer-content .footer-contact .footer-call {
    margin-top: 6px;
    margin-bottom: 30px;
}
.footer-main .footer-content .footer-contact p{ margin:0 0 10px;}
.footer-main .footer-content .footer-menu .footer-nav li a{ font-size:14px;}
.main-banner.inner-banner .banner-content .left-part{ display:none;}
.inner-banner .banner-content .middle-part .header-banner-group p {
    color: #343231;
    text-align: center;
    margin: 0 auto;
}
.main-banner.inner-banner .banner-content .left-part{ margin:0 0 10px;}
.header-banner-group.sub_short_image img {
    max-width: 100%;
}
.why_second_content .why_second_content_left, .why_thrd_content .why_thrid_content_left{ width:100%; margin:0; padding:0;}
.why_second_content .why_second_content_right {
    float: none;
    width: auto;
    margin: 0 auto;
    display: block;
    clear: both;
    max-width: 250px;
}
.why_thrd_content .why_thrid_content_right{
    float: none;
    width: auto;
    margin: 0 auto;
    display: block;
    clear: both;
    max-width: 300px;
}
.inner_testimonial img {
    position: static;
    margin: 0 auto 20px;
}
.inner_testimonial{ padding:0;}
.inner_testimonial p:nth-of-type(1):before, .inner_testimonial p:nth-of-type(1):after{ display:none;}
.why_thrd_content h2, .why_second_content h2, .why_first_content h2, .testmonials h2, .why_our_client h2 {
    font-size: 30px;
    margin: 0 0 20px;
    padding: 0 0 19px;
}
.our_client_images img {
    margin-right: 10px;
}
.testmonials{ padding-top:40px;}
.our_client_images img{ margin-bottom:10px;}
.why_our_client {
    padding: 50px 0 30px;
}
.main-products .main .product_content_list .product_right ul li{ max-width:110px;}
.inner-banner-new .left-image {
    width: 100%;
    padding: 0 0 15px;
}
.inner-banner-new .left-image + .banner-dis {
    width: 100%;
    text-align: center;
    padding: 0;
}
.page-term-conditions > .container h3 {
    font-size: 24px;
    line-height: 32px;
}
.page-term-conditions > .container h3:after{ width:80px;}
.main-products{ position:static;}
.form-voice-left .left-part .wpcf7-recaptcha iframe {
    transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1);
    margin-left:0;
    margin-top: 4px;
    margin-bottom: 1px;
}
.page-template-comparison-page .inner-banner .banner-content .middle-part h1 {
    font-size: 25px;
    line-height: 43px;
    max-height: 100%;
}
.hardware_subpages_content ul li {
    margin: 0 10px 20px;
    width: -webkit-calc(33.33% - 20px);
    width: -moz-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
}
.hardware_subpages_content ul li .phone-info{ padding:10px 15px;}
.hardware_subpages_content ul li .phone-info h4 {
    margin: 0 0 7px;
	font-size:17px;
}
.hardware_subpages_content ul li .phone-info p {
    margin: 0 0 4px;
    font-size: 15px;
    line-height: 18px;
    max-height: 56px;
}
.hardware-outer {
    padding: 0;
}
section.vertical-center button.slick-arrow{
	display:none !important;
}
.vertical-center ul.slick-dots {display:block !important}
.testmonials:before{ display:block;}
}
@media (max-width:640px){
header .right-part h4{
	background:none;
	padding:0px;
}
header .left-part {
    margin: 0;
    padding: 15px 15px;
}
.business .right-part h2{
	font-size:32px;
}
.mission-statement .mission-content h2{
	font-size:32px;
}
.testimonials .testimonials-content h2{
	font-size:32px;
}
.products-single_featured .fearued_outer .fearued_left h5 {
    font-size: 19px;
    line-height: normal;
}
.products-single_featured_main .row {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.products-single_featured_main .feature_ul {
    border-right: none !important;
    max-width: 100%;
    margin: 0 0 15px;
}
.products-single_certification ul {
    padding: 30px 15px 0;
    text-align: center;
}
.products-single_certification ul li:last-child {
    padding: 0 !important;
}
.products-single_content .single_heading h2:before{
	display:none;
}
.products-single_content .single_heading h2{
	font-size:27px;
}
header .right-part {
    margin: 29px 15px 0 0;
    padding: 15px 20px;
}
header .right-part h4 a{
	font-size:22px;
}
.contact-banner .banner-content .contact-left-part a{
	font-size:45px;
	background-size:contain;
}
.hardware_subpages ul li {
    margin-right: 3px !important;
	margin-bottom:8px;
}
.hardware-banner .banner-content h1 {
	font-size:35px;
}
.footer-bottom .left-part {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.footer-bottom .right-part{ width:100%; text-align:center;}
.products-single_featured_main .row:before{ display:none;}
.hardware_subpages_content ul li {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
}
.hardware_subpages_content ul li:nth-child(3n+1){ clear: none;}
.hardware_subpages_content ul li:nth-child(2n+1){ clear:left;}

}
@media (max-width:480px){
header .right-part h4 a{
	font-size:22px;
}
header .right-part{
	bottom:14px;
}
.business .right-part h2 {
    font-size: 24px;
}
.mission-statement .mission-content h2 {
    font-size: 24px;
}
.testimonials .testimonials-content h2 {
    font-size: 24px;
	margin:0 0 50px;
}
.inner-banner h1{
	font-size:40px;
}
.main-products .main .product_content_list .product_right h2 {
    font-size: 20px;
}
.main-products .main .product_content_list .product_right h2:before{
	display:none;
}
.main-products .main .product_content_list .product_right ul li {
    margin-right: 0;
    display: inline-block;
    margin-bottom: 20px;
    width: 49%;
}
.main-products .main .product_content_list .product_right{
	text-align:center;
}
.main-products .main .product_content_list .product_right p {
    margin: 20px 0 0;
}
.main-products .product_pagination {
    padding: 30px 0;
}
.main-products .main {
    padding:40px 0;
}
.products-single_content .single_heading h2{
	font-size:17px;
}
.products-single_featured h4{
	font-size:22px;
	margin:0 0 24px;
}
.products-single_featured{
	padding:25px 0;
}
.products-single_featured h4:before{
	display:none;
}
.products-single_content .single_divided .single_right ul li {
    margin-right: 0;
    width: 48%;
    margin-bottom: 15px;
}
header .right-part {
    margin: 0 auto 15px;
    padding: 16px 20px;
    border-radius: 15px;
    max-width: 250px;
    float: none;
}
header .left-part {
    margin: 0;
    padding: 15px 15px;
    float: none;
    text-align: center;
	width:100%;
}
header .right-part h4 {
    background: none;
    padding: 0px;
    margin: -5px 0 0;
}
.contact-main-page .contact-outer .form_section h2{
	font-size:25px;
}
.contact-main-page .contact-outer .info-section h2{
	font-size:25px;
}
.contact-main-page .contact-outer .form_section .wpcf7 form p span.your-name, .contact-main-page .contact-outer .form_section .wpcf7 form p span.tel-768, .contact-main-page .contact-outer .form_section .wpcf7 form p span.your-email, .contact-main-page .contact-outer .form_section .wpcf7 form p span.menu-120{
    width: 100%;
    float: none;
}
.bottom-logos ul li {
    display: block;
    padding-right: 0;
    vertical-align: middle;
    padding-bottom: 19px !important;
    text-align: center;
}
.bottom-logos ul li:last-child {
    padding-bottom: 0px !important;
}
.contact-banner .banner-content .contact-left-part a {
    font-size: 20px;
    padding: 15px 0;
    text-shadow: none;
}
.products-single_certification ul li {
 padding:0 20px 20px; 
}
.products-single_certification ul li img {
    width: auto;
    max-height: 35px;
}
.why_bottom_section_inner{
    padding: 20px 15px 10px; 
}
.why_bottom_section_inner h5 {
    font-size: 25px;
    margin: 0 0 18px;
    padding: 0 0 16px;
}
.main-products .main .product_content_list .product_right ul li{ max-width:100%;}
.form-voice-left .left-part{ top:290px;}
.hardware-banner{ min-height:200px;}
.main-products .main.form-voice-left .product_content_list .product_right ul li {
    width: 49%;
    margin-bottom: 20px;
    margin-right: 0;
}
.page-template-comparison-page .inner-banner .banner-content .middle-part h1{ line-height:38px;}
.hardware_subpages_content ul li{ width:100%; margin:0 auto 20px; max-width:350px; float:none; display:block;}
.hardware_subpages_content ul li .phone-info p{ max-height:100%;}
}
@media (max-width:360px){
.home .main-banner .banner-content .middle-part h1{
	font-size:28px;
}
.main-banner .banner-content .middle-part h1 strong {
    font-size: 33px;
}
.main-banner .banner-content .middle-part a.btn-1 {
    margin-right: 0;
    margin-bottom: 10px;
}
.main-banner .banner-content .middle-part a.btn-1, .main-banner .banner-content .middle-part a.btn-2 {     font-size: 14px; }
.business .right-part h2:before, .mission-statement .mission-content h2:before, .testimonials .testimonials-content h2:before{
	display:none;
}
.testimonials .testimonials-content p.name strong{
	line-height:normal;
	font-size:16px;
}
.testimonials .testimonials-content h2 {
    margin:0 0 20px;
	font-size: 21px;
}
.business .right-part h2 {
    margin: 0 0 20px;
    font-size: 21px;
}
.mission-statement .mission-content h2 {
	margin: 0 0 20px;
	font-size: 21px;
}
.mission-statement .mission-content p {
    font-size: 15px;
    line-height: normal;
}
.main-banner .banner-content .middle-part h4{
	line-height:normal;
}
.business {
    padding: 45px 0 20px;
}
.mission-statement .mission-content ul.statement{
	margin:30px 0 0;
}
.testimonials .slideshow-container .prev {
    left: -15px;
	background:none;
	padding:16px 8px;
}
.testimonials .slideshow-container .next{
	right:-15px;
	background:none;
	padding:16px 8px;
}
.testimonials .slideshow-container .prev:hover, .testimonials .slideshow-container .next:hover{
	background:none;
	color:#888;
}
.main-banner .banner-content .left-part .wpcf7-recaptcha iframe {
    transform: scale(0.8);
    margin-left: -61px;
	margin-top: -4px;
}
.home .main-banner .banner-content .left-part .wpcf7-recaptcha div {
    height: auto;
    margin-bottom: -7px;
}
.inner-banner .banner-content .left-part .wpcf7-recaptcha > div {
    margin-bottom: -6px;
    margin-top: -2px;
}
.main-products .main .product_content_list .product_right h2 {
    font-size: 18px;
}
.contact-main-page .contact-outer .form_section h2, .contact-main-page .contact-outer .info-section h2{
    font-size: 23px;
}
.what_inner_fetures .what_inner_fetures_content {
    padding: 83px 15px 22px 15px;
}
.what_bottom_section{ padding:20px 15px;}
.what_bottom_section p{ padding:0;}
.contact-outer .form_section .wpcf7 form > .wpcf7-form-control-wrap .wpcf7-recaptcha iframe {
    transform: scale(0.96); -moz-transform: scale(0.96); -webkit-transform: scale(0.96); -ms-transform: scale(0.96);
    margin: 0 0 0 -6px;
}
.form-voice-left .left-part .wpcf7-recaptcha iframe {
    transform: scale(0.8);
    margin-left: -61px;
    margin-top: -4px;
    margin-bottom: -6px;
}
}