@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
body {
	font-size: 14px;
	line-height: 24px;
	color: #1d345c;
	font-family: 'Open Sans', Arial, sans-serif;
}
a {
	color: #23527c;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #23527c;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 500;
}
h1, .h1, h2, .h2, h3, .h3{color:#005562; font-weight:400;}
h1, .h1 {
	font-size: 42px;
	line-height: 60px;
}
h2, .h2 {
	font-size: 36px;
	line-height: 44px;
}
h3, .h3 {
	font-size: 28px;
	line-height: 38px;
}
h4, .h4 {
	font-size: 24px;
	line-height: 36px;
}
h5, .h5 {
	font-size: 18px;
	line-height: 28px;
}
h6, .h6 {
	font-size: 14px;
line-height: 24px;
color: #1d345c;
margin-bottom: 1rem;
}

@media (max-width:991px) {
h1, .h1 {
	font-size: 36px;
	line-height: 48px;
}
h2, .h2 {
	font-size: 32px;
	line-height: 40px;
}
h3, .h3 {
	font-size: 30px;
	line-height: 34px;
}
h4, .h4 {
	font-size: 21px;
	line-height: 28px;
}
}

@media (max-width:600px) {
h1, .h1 {
	font-size: 34px;
	line-height: 38px;
}
h2, .h2 {
	font-size: 30px;
	line-height: 38px;
}
.display-4 {
	font-size: 34px;
	line-height: 40px;
}
}

.breadcrumb {
	background: none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 10px;
}
.breadcrumb li {
	font-size: 14px;
}
.breadcrumb .breadcrumb-item.active, .breadcrumb .breadcrumb-item.active a {
	color: #000;
}
.breadcrumb .breadcrumb-item {
	color: #000;
}
.breadcrumb-item.active {
	color: #000;
}
.breadcrumb > li + li:before, .breadcrumb-item + .breadcrumb-item::before {
	content: none;
	padding: 0 2px;
}
.breadcrumb li:after {
	content: "\e89a";
	font-family: fontello;
	font-size: 8px;
	margin: 0 5px 0 10px;
}
.breadcrumb li:last-child:after {
	content: "";
}
.list-check {
	padding-left: 0px;
	list-style: none;
	margin-bottom: 0;
}
.list-check > li {
	padding-left: 20px;
	padding-right: 10px;
	position: relative;
	padding-bottom: 2px;
}
.list-check > li:before {
	color: #233A74;
	content: '\e89a';
	font-family: fontello;
	font-size: 12px;
	left: 0;
	position: absolute;
	padding-right: 5px;
	padding-top: 3px;
}
ul.list-cor {
	padding-left: 0px;
	list-style: none;
	margin-bottom: 0;
}
.list-cor > li {
	padding-left: 30px;
	word-spacing: 3px;
	padding-right: 10px;
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 25px;
}
.list-cor > li:before {
	left: 0;
	position: absolute;
	padding-right: 5px;
}
ul.list-arrow {
	padding-left: 0px;
	list-style: none;
	margin-bottom: 0;
}
.list-arrow > li {
	padding-left: 25px;
	position: relative;
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 5px;
}
.list-arrow > li:before {
	content: url(../img/arrow-black.png);
	left: 0;
	top:3px;
	position: absolute;
	padding-right: 5px;
}
a.gotoTop {
	position: fixed;
	z-index: 9999999;
	left: 0px;
	color: #fff;
	background: #66a1b9 none repeat scroll 0% 0%;
	padding: 7px 20px;
	display: none;
	bottom: 53px;
	border-radius: 0px;
	transition-duration: 0.6s;
	outline: 0;
}
a.gotoTop:before {
	font-family: "fontello";
	content: '\e83f';
	font-size: 40px;
	line-height: 28px;
}
a.gotoTop:hover, a.gotoTop:active, a.gotoTop:focus {
	text-decoration: none !important;
	background-color: #9bd4ec;
	color: #fff;
}
a.gotoTop:hover {
	margin-bottom: 3px;
	border-radius: 3px 0px 0px 3px;
}

@media (max-width:900px) {
a.gotoTop {
	padding: 2px 7px;
}
a.gotoTop:before {
	font-size: 28px;
}
}
.text-underline, .text-underline:hover {
	text-decoration: underline;
}
.text-shadow {
	text-shadow: 1px 1px #000;
}
.text-orange{color:#ed6a1f;}
.btn-sm {
	padding: .25rem .5rem !important;
	font-size: .875rem !important;
	line-height: 1.5 !important;
}
.btn-sub {
	background: #f4f6f6;
	border: 1px solid #e3e9e9;
	color: #586266 !important;
	-webkit-box-shadow: inset 0 1px 0 #f8fafa;
	-moz-box-shadow: inset 0 1px 0 #f8fafa;
	box-shadow: inset 0 1px 0 #f8fafa;
	text-shadow: 0 1px 0 #fff;
	line-height: 18px;
	font-size: 14px;
}
.btn-sub:hover {
	background: #a5b3b4;
	border: 1px solid #9eadae;
	color: #fff !important;
	box-shadow: inset 0 1px 0 #aebbbc;
	text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}
.navbar-brand {
	padding: 0px;
}
.navbar-toggler {
	border-color: #dddddd;
	margin-right: 15px;
	padding: 9px 10px 7px;
}
.navbar-toggler:hover {
	background-color: #dddddd;
}
.navbar-toggler .icon {
	display: block;
	background-color: #fff;
	width: 24px;
	margin-bottom: 4px;
	height: 2px;
	border-radius: 0px;
}
.navbar {
	padding: 0px;
}
.navbar-nav .nav-item .nav-link {
	color: #fff;
	line-height: 20px;
	font-weight: 400;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size: 16px;
	line-height: 20px;
	padding: 30px 10px 30px 15px;
}

@media(max-width:768px) {
.navbar-nav .nav-item .nav-link {
	padding: 10px 20px;
}
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link:focus {
	color: #e2eff1;
}
.navbar-nav .dropdown .nav-link[aria-expanded=true] {
	background-color: #efefef;
	color: #1a325f;
}
.dropdown-menu {
	margin-top: -1px;
	border-radius:0px;
	background-color:#efefef;
}
.dropdown-item{
	color:#000;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1a325f;
    background-color: transparent;
}
.header .form-control, .header .form-control:hover {
	background: #eaf8f9;
	border-color: #0055aa;
	color: #a3b8bf;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
	color: #a3b8bf;
	width: 140px;
	padding: 7px 10px 8px;
	height: 36px;
	border-radius: 3px;
	margin-right: 3px;
}
.header .form-control:hover {
	background: #eaf8f9;
	border-color: #0055aa;
	color: #a3b8bf;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.15)
}
.form-control::placeholder {
 color: #a3b8bf;
 font-size:14px;
}
.bg-footer{
	background-color:#05a1b9 !important;
	border-top:1px solid #bcecff;
}
footer.bg-footer p, footer.bg-footer a {
	color: #fff;
	font-size: 14px !important;
	line-height: 1.6em;
	font-weight: 400;
}
footer.bg-footer a:hover {
	color: #e2eff1;
}
footer .list-con a {
	background: transparent;
	border-radius: 50%;
	line-height: 40px;
	padding: 0px;
	display: block;
	width: 42px;
	height: 42px;
	text-align: center;
	webkit-transition: all .1s ease-in-out 0s;
	-moz-transition: all .1s ease-in-out 0s;
	-ms-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	color: #ccc;
}
footer .list-con li {
	margin: 0 5px 8px 0;
}
footer .list-con a:hover {
	background-color: #000;
	color: #fff;
}
footer .list-con .fb:hover {
	background-color: #233a74 !important;
}
footer .list-con .twit:hover {
	background-color: #056ebf !important;
}
footer .list-con .gplus:hover {
	background-color: #771d15 !important;
}
footer .list-con .linkedin:hover {
	background-color: #09466b !important;
}
footer .list-con a i {
	font-size: 20px;
}
.weight-400 {
	font-weight: 400;
}
.weight-500 {
	font-weight: 500;
}
.text-orange {
	color: #ff8b2d;
}
.text-blue {
	color: #0a5bba;
}
.border-btm {
	border-bottom: solid 1px #dcdcdc;
}
.bg-nav{
	background-color:#05a1b9;
}
.bg-light-blue{
	background-color:#e2eff1;
}
.bg-grey {
	background-color: #f8f6f6;
}
.bg-dark-grey {
	background-color: #e8e8e8;
}
.bg-blue {
	background-color: #0684cc;
}
.bg-royal {
	background-color: #0066cc;
	color: #e2f1f1;
}
.btn-black {
	border-radius: 4px;
	font-size: 14px;
	color: #CCCCCC;
	background-color: #333333;
	text-align: center;
	padding: 5px 7px;
}
.btn-black:hover {
	background: #FFCC00;
	color: #000000;
}
.btn-blue:before {
	top: 0;
	bottom: 0;
	border-right: 1px solid #004d8f;
	left: 10px;
	font-size: 26px;
	padding-right: 10px;
	background-color: #0a5bba;
	content: '\e853';
	position: absolute;
	line-height: 70px;
	font-family: 'fontello';
}
.btn-blue, .btn-blue:hover, .btn-blue:focus {
	background-color: #0a5bba;
	padding: 8px 25px 13px 60px;
	font-size: 20px;
	color: #FFF;
	position: relative;
	font-weight: 400;
	line-height: 30px;
	border-radius: 4px;
}
.btn-blue-sm:before {
	line-height: 47px;
}
.btn-blue-sm, .btn-blue-sm:hover, .btn-blue-sm:focus {
	font-size: 16px;
	padding: 8px 15px 13px 60px;
}
.btn-green span, .btn-blue span {
	display: block;
	line-height: 12px;
	font-size: 12px;
	text-align: center;
}
.btn-green:before {
	top: 0;
	bottom: 0;
	border-right: 1px solid #44820e;
	left: 10px;
	font-size: 26px;
	padding-right: 10px;
	background-color: #62a329;
	content: '\e80d';
	position: absolute;
	line-height: 70px;
	font-family: 'fontello';
}
.btn-green, .btn-green:hover, .btn-green:focus {
	background-color: #62a329;
	padding: 8px 25px 13px 60px;
	font-size: 20px;
	color: #FFF;
	position: relative;
	font-weight: 400;
	line-height: 30px;
	border-radius: 4px;
}
.btn-green-sm:before {
	line-height: 47px;
}
.btn-green-sm, .btn-green-sm:hover, .btn-green-sm:focus {
	font-size: 16px;
	padding: 0px 15px 7px 50px;
}
.btn-green span, .btn-blue span {
	display: block;
	line-height: 12px;
	font-size: 12px;
	text-align: center;
}
.btn-grey{
	background-color:#66a1b9;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
	padding: 5px 12px;
	color:#fff;
	}

.btn-grey:hover {
	background: #FFCC00;
	color: #000000;
}
.btn-nav-orange {
	border: 0px;
	background-color: #0a5bba;
	color: #fff;
}
.btn-nav-orange:hover {
	color: #0a5bba !important;
}
.btn-nav-green {
	border: 0px;
	background-color: #62a329;
	color: #fff;
}
.btn-nav-green:hover {
	color: #05bd01 !important;
}
.dropdown-toggle::after {
    font-family: fontello;
    content: '\e804';
    border: 0px;
    vertical-align: baseline;
	width:4px;
}
.nav_bar .nav.nav-tabs > .nav-item::after {
	border-right: 1px solid #fff !important;
}
.nav.nav-tabs {
	border: 0px;
}
.nav.nav-tabs .nav-item a {
	color: #fff;
	padding: 7px 0px;
	font-size: 13px;
	border: 0px;
	border-radius: 0px;
}
.nav.nav-tabs .nav-item a:hover {
	color: #66a1b9;
	text-decoration:none;
	background-color: #fff;
}
.navbar-nav li:last-child .dropdown-toggle::after{
	content:none;
	border:0px !important;
}
.navbar-nav li:last-child .nav-link{	font-size:16px !important; line-height:16px;}
.nav.nav-tabs .nav-item a i {
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
}
.nav.nav-tabs .nav-item .btn i {
	font-size: 12px;
}
.nav.nav-tabs .nav-item .btn {
	margin-top: -4px;
	color: #fff !important;
}

@media(max-width:576px) {
.nav-tabs {
	width: 100%;
	display: table;
}
.nav-tabs li {
	float: none;
	display: table-cell;
	width: 1%;
	text-align: center;
}
.nav.nav-tabs .nav-item a {
	padding: 0px 5px;
}
}
.carousel-indicators {
	margin-left: 0px;
	margin-right: 0px;
}
.carousel-indicators li {
	bottom: 0px;
	width: 14px;
	background-color: #cccccc;
	border: solid 1px #cccccc;
	height: 14px;
	border-radius: 50%;
}
.carousel-indicators .active {
	background-color: #05a1b9;
	border: solid 1px #05a1b9;
	bottom: 0px;
	bottom: 0px;
}

@media(max-width:768px) {
.media-sm-block .media {
	display: block;
	text-align: center;
}
}
#accordion .card-link {
	display: block;
	padding-left: 28px;
	padding-right: 25px;
	position: relative;
}
#accordion .card-link:before {
	content: '\e84e';
	font-family:fontello;
	font-size:14px;
	left: 0px;
	position: absolute;
	padding-left: 0px;
	top: 0px;
}
#accordion .card-link[aria-expanded=true]:before  {
	content: '\e84f';
	font-family:fontello;
	font-size:14px;
	left: 0px;
	position: absolute;
	padding-left: 0px;
	top: 0px;
}
#accordion .card-body {
	position: relative;
	padding-left: 56px !important;
}

.carousel-control-prev, .carousel-control-next {
	bottom: 220px;
	opacity: 1;
	top: auto;
	width: auto;
	position: absolute;
}
.carousel-control-prev {
	left: 0;
}
.carousel-control-next {
	right: 0;
}
.carousel-control-prev i, .carousel-control-next i {
	background-color: #17a2b8;
	color: #fff;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 5px;
}
.carousel-control-prev:hover i, .carousel-control-next:hover i {
	background-color: #068396;
}

@media(max-width:768px) {
.carousel-control-prev {
	left: 0;
}
.carousel-control-next {
	right: 0;
}
}
.box-shadow {
	box-shadow: 1px -5px 5px #d9d9d9;
}
.bg-head {
	background: #f0f0f0;
	background-repeat:  repeat-x 0 0;
}
.border-top-grey {
	border-top: 1px solid #ccc;
}
.sec-dotted {
	background: #e7f8ff;
	border: 1px dashed #CCCCCC;
	border-radius: 4px;
	padding: 5px;
}
.sec-dotted a {
	color: #006699;
}
.soft-info {
	display: none;
}

@media(max-width:768px) {
.soft-info {
	cursor: pointer;
	display: block;
	background-color: #0684cc;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 40px;
	padding: 0px 15px;
	border-radius: 6px 6px 0 0;
}
.soft-info:hover {
	background-color: #0162a7;
}
}
.list-soft {
	list-style: none;
	padding-left: 0px;
	margin: 15px 20px 0 20px;
	border: 1px dashed #66a1b9;
	border-radius: 4px;
}
.list-soft li {
	border-bottom: 1px dashed #66a1b9;
}
.list-soft > li > a {
	padding: 6px 15px 7px 15px;
	display: block;
	font-size: 13px;
	color: #1a325f;
	text-align: left;
}
.list-soft > li > a:hover {
	background-color: #fff;
	text-decoration: none;
}
#demo .carousel-control-prev, #demo .carousel-control-next{
	bottom:-40px;
	opacity:1;
	top:auto;
   width:auto;
   position:absolute;
}
#demo .carousel-control-prev {
    left: 46%;
}
#demo .carousel-control-next {
    right: 46%;
}
@media(max-width:768px){
#demo .carousel-control-prev {
    left: 40%;
}
#demo .carousel-control-next {
    right: 40%;
}
}

#carousel-index .slide1{
	background: #000 url(../img/windowsslidebanner.png) no-repeat top center;
background-size:cover;
}
#carousel-index .slide2{
	background: #000 url(../img/ostbanner-new.jpg) no-repeat top center;
	background-size:cover;
}
#carousel-index .slide3{
	background: #000 url(../img/slidebanner-bg111.png) no-repeat top center;
background-size:cover;
}
.bg-carousel{
	width: 100%;
}
.btn-download {
    background-color:#05a1b9;
    color: #fff;
}
.btn-download:hover{
	color: #fff;
}
.btn-readmore {
    background-color: #fff;
    color: #05a1b9;
}
.aero {
	list-style: none;
	position: relative;
	padding: 10px 0 50px 0px;
}
.aero li {
	padding-left: 20px;
	position: relative;
	padding-top: 7px;
}
.aero li:before {
	content: "\e83e";
	font-family: "fontello";
	font-size: 14px;
	position: absolute;
	left: 55px;
	color: #05a1b9;
	top: 7px;
}
.hover-box{
box-shadow: 0 0 5px #ccc;
background-color: #FFFFFF;
border-top: 5px solid #05a1b9;
}
.hover-box:hover{
	box-shadow: 0 -3px 15px #ccc;
	background-color: #FFFFFF;
}
.btn-downloadd{
	background-color:#05a1b9;
    color: #fff;
}
.btn-downloadd:hover{
	 color: #fff;
}
.client-section {
    background: url(../img/backgroundimage-light.jpg) no-repeat center top;
    background-size: auto auto;
    background-size: cover;
}
.icon-quote-right, .icon-quote-left{
	color: gray;
}
.testimonial{
	font-size: 18px;
	color: #fff;
}
.testimonial::after{
	content: "\e810";
	font-family: "fontello";
	font-size: 19px;
	color: #05a1b9;
}
.testimonial:before{
	content:"\e80f";
	font-family: "fontello";
	font-size: 19px;
    color: #05a1b9;
    position: relative;
    left: -9px;
}
.testimonial-img {
    width: 110px;
}
.icon-money{
	font-size: 19px;
	color: #f25b75;
}

.borderr {
 float: left;
width: 60px;
border-right: 4px solid #febb06;
font-size: 45px;
text-align: left;
height: 50%;
padding-top: 15px;
margin-top: 10px;
}
.borderr span {
    display: block;
    font-size: 23px;
    padding-top: 12px;
}
.box {
    position: relative;
    margin-left: 80px;
    text-align: left;
}
.p-md {
    padding-top: 66px;
    padding-bottom: 81px;
}
.footertop {
    border-top: 1px solid #cccccc;
    background: #f3f3f3;
}

.nav-pills .nav-link {
    border-radius: 0;
    border-right: 1px solid #E2EFF1;
}

.nav-item {
    background: #05a1b9;
    color: #fff !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #E5693F;
}

.bg-shadow{
	background-image: url(../img/bg-shadow-bottom.png);
background-position: center bottom;
background-repeat: no-repeat;
}
.tab-product .nav-tabs.nav-justified > li > a {
	background-color:#1e4679;
	color: #FFF;
	border-radius: 0px;
	border:none;
	border-right: 1px solid #fff;
	padding: 14px 12px;
	outline: 0px;
}
.tab-product .nav-tabs.nav-justified > .active > a, .tab-product .nav-tabs.nav-justified > .active > a:hover, .tab-product .nav-tabs.nav-justified > .active > a:focus {
	background-color:#156cdb;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
}
.tab-product .custom-tab-content
{
	border:1px solid #156cdb;
padding: 15px;
}
#myTabContent
{
	margin-left: 10px;
}
.nav-vertical .nav-pills > li {
	font-size: 14px;
}
.nav-vertical .nav-stacked>li+li {
	margin-top: 0px;
}
.nav-vertical .nav-pills > li > a {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #cccccc;
	color: #323232;
	border-bottom: 0px;
	border-left: 0px;
	border-radius: 0px;
	outline: 0px;
}
.nav-vertical .nav-pills > li > a:active, .nav-vertical .nav-pills > li > a:focus {
	background-color: #fff;
	color: #70757a;
}
.nav-vertical .nav-pills > li.active > a, .nav-vertical .nav-pills > li.active > a:hover, .nav-vertical .nav-pills > li.active > a:focus {
	background-color: #cc6633;
	border-color: #cc6633;
	color: #fff;

}
.nav-vertical .nav-pills > li.active > a {
}
.nav-vertical .nav-pills > li.active > a::after {
	content: "";
	width: 19px;
	height: 46px;
	background: url(../img/triangle.png)no-repeat;
	top: -2px;
	right: -19px;
	position: absolute;
	display: inline-block;
}

ul.product-list {
	padding-left: 0px;
	list-style: none;
}
ul.product-list li {

	margin-left: 0px;
	text-align: left;
	list-style: none !important;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 10px;
	border-bottom: 1px dotted #595959 !important;
	line-height: 18px;
}
ul.product-list li a {
	font-size: 15px;
	color: #000;
	padding: 0px;
	text-transform: none;
	color: #2680c0;
	text-shadow: none;
	font-weight: 400;
	cursor: pointer;

}
ul.product-list li a:hover{
	text-decoration: none !important;
}
ul.product-list li:hover {
	background-color: #f3f3f3;
	text-decoration: none;
}
ul.product-list li a:hover {
	background-color: transparent;
}
ul.product-list li::before {
	color: #0087ff;
	content: "\e86e ";
	font-size: 17px;
	font-weight: bolder;
	margin-left: -10px;
	margin-right: 10px;
	line-height: 17px;
	position: absolute;
	font-family:"fontello";
}
ul.product-list li:last-child {
	border-bottom: none;
}
ul.product-list li span
{
	font-size: 12px;
	color:#595959;
}

.btn-buy1 {
	padding: 12px 16px;
	color: #ff7000;
	background-color: #fff;
	font-size: 18px;
	line-height: 19px;
	margin-top: 10px;
	border-radius: 0px;
	border: 2px solid #ff7000;
	font-weight: 600;
}
.btn-buy1:hover {
	background-color: #eb6802;
	color: #fff;
}
.p-sm {
    font-size: 12px;
    line-height: 18px;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border: 2px solid #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.list {
    text-align: center;
}
.list li {
    display: inline-block;
    list-style-type: none;
    padding: 15px;
}

#corporate-customers{background-color:#fff;padding-bottom:30px}
#corporate-customers .list{text-align:center}
#corporate-customers .list li{display:inline-block;list-style-type:none;padding:15px}
#corporate-customers .list li img{
	-webkit-filter:grayscale(100%) opacity(50%);-moz-filter:grayscale(100%) opacity(50%);filter:grayscale(100%) opacity(50%)}
#corporate-customers .list li img:hover{
	-webkit-filter:grayscale(0%) opacity(100%);-moz-filter:grayscale(0%) opacity(100%);filter:grayscale(0%) opacity(100%)}

	@media(max-width:767px){
.hidden-sm.hidden-xs {
    display: none;
}
	}