body, html {
    height: 100%;
    margin: 0;
}


body{
font-family: 'HelveticaNeue';
font-weight: 500;
font-style: normal;
}

a:hover{
	color: #f16729 !important;

}

h2, h1, h3, h4, h5{
	font-family: 'HelveticaNeue';
	font-weight: bold;
    font-style: normal;
    color: #656565;
}


.btn-applynow{
	text-align: center;
	background-image: linear-gradient(to right, #f16a2b, #f37833, #f5853c, #f79246, #f99e51);
	color: #fff;
	text-decoration: none;
	padding: 12px 40px;
	border-radius: 100px;
}

.btn-direction{
	background-image: -webkit-linear-gradient(left, #007b9b, #0d8cae, #189dc1, #22aed5, #2bc0e9);
	background-image: -o-linear-gradient(left, #007b9b, #0d8cae, #189dc1, #22aed5, #2bc0e9);
	background-image: linear-gradient(to right, #007b9b, #0d8cae, #189dc1, #22aed5, #2bc0e9);
	color: #fff;
	text-decoration: none;
	padding: 12px 40px;
	border-radius: 100px;
}
.btn-moreinfo{
	text-align: center;
	background: #fff;
	color: #009EF6;
	text-decoration: none;
	padding: 12px 40px;
	border-radius: 100px;	
	border: 2px solid #007A9A;
}
.btn-copylink{
	text-align: center;
	background: #EFEFEF;
	color: #656565;
	text-decoration: none;
	padding: 12px 40px;
	border-radius: 100px;	
	border: 1px solid #656565;	
}
a.btn-applynow:hover, a.btn-direction:hover{
	color: #fff !important;
	text-decoration: none;
}
a.btn-moreinfo:hover{
	text-decoration: none;
	color: #009EF6;
}

.bg-heading{
	background-image: -webkit-linear-gradient(left, #007a9a, #0d8bad, #199dc1, #23afd5, #2cc1e9);
	background-image: -o-linear-gradient(left, #007a9a, #0d8bad, #199dc1, #23afd5, #2cc1e9);
	background-image: linear-gradient(to right, #007a9a, #0d8bad, #199dc1, #23afd5, #2cc1e9);
	text-align: center;
	color: #fff !important;
	border-radius: 100px;
	padding: 5px;
}



.btn-wrap{
	text-align: center;
}
.mv-space-10{
	margin-bottom: 10px;
}

.mv-space-20{
	margin-bottom: 20px;
}

.mv-space-30{
	margin-bottom: 30px;
}

.mv-space-40{
	margin-bottom: 40px;
}

.mv-space-50{
	margin-bottom: 50px;
}

.mv-space-60{
	margin-bottom: 60px;
}

.mv-space-70{
	margin-bottom: 70px;
}

.mv-space-80{
	margin-bottom: 80px;
}
.section-heading-title{
	text-align: center;
	color: #656565;
}
/*######### Font HelveticaNeue 500 ######### */

.mv-header >.container, .mv-header > .nav-wrap >.container{
	max-width:85% !important;
	margin: 0 auto;
}

.sticky {
  position: fixed;
  top: 0;
  max-width: 85%;
  left:7.5%;
  z-index: 99999999;
}


.home-slider .carousel-inner img {
      position:relative;
      -webkit-background-size: cover;
      background-size: cover;
  }
.home-slider .nav-wrap{
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 9999999;
}

.car_image_item{
	background-size: cover !important;
	background-position: center !important;
}
.home-slider .carousel-caption {
    position: absolute;
    right: 15%;
    top: 50% !important;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    transform: translateY(-50%) !important;
    bottom: inherit;
}

.home-slider .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    border-radius: 100px;
}


.home-slider .carousel-caption h2{
	color: #fff;
}
.home-slider .carousel-caption p{
	font-size: 24px;
}

.mv-navbar .navbar-nav li a, .mv-navbar .mv-callBtn{
	font-family: 'HelveticaNeue';
    font-weight: 500;
    font-style: normal;
}

/*######### Section Header ######### */
.mv-header{
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
}
.home-bg{
	background: url(../images/header-bg.jpg);
}
.about-bg{
	background: url(../images/about-bg.jpg);
}
.product-bg{
	background: url(../images/product-bg.jpg);
}
.keybone-bg{
	background: url(../images/keybone-bg.jpg);
}
.businessopt-bg{
	background: url(../images/businessopt-bg.jpg);
}
.careeropt-bg{
	background: url(../images/careeropt-bg.jpg);
}
.contact-bg{
	background: url(../images/contact-bg.jpg);
}
.nec-bg{
	background: url(../images/nec-bg.jpg);
}

.yeastar-bg{
	background: url(../images/yeastar-bg.jpg);
}

.panasonic-bg{
	background: url(../images/panasonic-bg.jpg);
}

.sip-bg{
	background: url(../images/sip-bg.jpg);
}
.smartcall-bg{
	background: url(../images/smartcall-bg.jpg);
}
.smartpin-bg{
	background: url(../images/smartpin-bg.jpg);
}
.callbill-bg{
	background: url(../images/callbill-bg.jpg);
}
.cx-bg{
	background: url(../images/3cx-bg.jpg);
}
.others-bg{
	background: url(../images/others-bg.jpg);
}


.header-title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.title-left{
  top: 50% !important;
  left: 15% !important;
  transform: translateY(-50%) !important;
}
.header-title h1{
	text-align: left;
	font-size: 60px;
	color: #fff;
}
.tm-logo{
	position: absolute;
	right:8%;
	bottom:60px;
}
.mv-header .mv-navbar {
    background: #fff !important;
    margin: 30px 0;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    box-shadow: 2px 1px 10px rgba(0,0,0,0.2);
}


.mv-navbar .navbar-brand img{
    max-width: 67px;
    height: 37px;  
}
.mv-navbar .navbar-brand{
	font-family: 'HelveticaNeue';
    font-weight: 500;
    font-style: normal; 	
}
.mv-navbar .mv-callBtn {
    background: #007a9a;
    color: #fff;
    padding: 4px 30px 2px 20px;
    border-radius: 100px;
    font-size: 17px;
}
.mv-navbar .mv-callBtn img {
    width: 30px;
    margin-top: 0px;
    margin-right: 15px;
}
.mv-navbar .mv-callBtn:hover, .mv-navbar .mv-callBtn:focus{
	color: #fff;
}



.mv-navbar .navbar-nav .active, .mv-navbar .navbar-nav li:hover {
  position: relative;
}
.mv-navbar .navbar-nav .active:after, .mv-navbar .navbar-nav li:hover:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -4px;
  right: -4px;
  height: 4px;
  background-image: -webkit-linear-gradient(right, #007a9a, #0d8bad, #189cc1, #22aed5, #2bc0e9);
  background-image: -o-linear-gradient(right, #007a9a, #0d8bad, #189cc1, #22aed5, #2bc0e9);
  background-image: linear-gradient(to left, #007a9a, #0d8bad, #189cc1, #22aed5, #2bc0e9);
  
}
.mv-navbar .navbar-nav li a{
    font-size: 15px;
    color: #000000 !important;
}

/*######### Home gallery ######### */
.mv-hgal-img{
	margin-top: 80px;
	margin-bottom: 60px;
}
.mv-hgal-img-item{
	position: relative;
	margin:15px 0;
}
.mv-himg-item{
  border: 3px solid transparent;
  -moz-border-image: -moz-linear-gradient(top, #007A9A 0%, #2BC0E9 100%);
  -webkit-border-image: -webkit-linear-gradient(top, #007A9A 0%, #2BC0E9 100%);
  border-image: linear-gradient(to bottom, #007A9A 0%, #2BC0E9 100%);
  border-image-slice: 1;
  border-radius: 50px;
}
.product-gal .mv-himg-item{
	border: 0;
}
.product-gal .mv-himg-item img{
	border-radius: 10px;
}

.mv-hgal-tlink{
	position: absolute;
	top:0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	
}
.product-gal .mv-hgal-tlink{
	background: rgba(0,0,0,0.3);
}
.mv-hgal-tlink h2{
	position: absolute;
	top: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size:24px;
	color: #007A9A;	
	font-family: 'HelveticaNeue';
    font-weight: 500;
    font-style: normal;
}
.product-gal .mv-hgal-tlink h2{
	top: 30px;
}

.product-gal .mv-hgal-tlink ul{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 15px;
	color: #fff;
}



.mv-hgal-tlink a{
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #007A9A;	
	text-decoration: none;
	font-family: 'HelveticaNeue';
    font-weight: 500;
    font-style: normal;
}

.product-gal .mv-hgal-tlink a{
	bottom: 15px;
}

.mv-hgal-tlink.active h2, .mv-hgal-tlink.active a{
	color: #fff;
}

/*######### Home content ######### */
.mv-hcontent h2{
	text-align: center;
	font-size: 28px;
	color: #656565;
}
.mv-hcontent p{
	font-size: 18px;
	color: #656565;
	line-height: 28px;
}

/*######### businessopt ######### */
.businessopt-content ul{
	margin: 0;
	padding-left: 20px;
}
.businessopt-content ul li{
	color: #656565;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

/*######### Keybone Products ######### */

.keybone-product-wrap .product-item{
	text-align: center;
	padding:15px;
	border: 2px solid transparent;
	-moz-border-image: -moz-linear-gradient(top, #007A9A 0%, #2BC0E9 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #007A9A 0%, #2BC0E9 100%);
	border-image: linear-gradient(to bottom, #007A9A 0%, #2BC0E9 100%);
	border-image-slice: 1;
	border-radius: 50px;
	margin: 15px 0;
}

.keybone-product-wrap .product-item img{
	/*height: 200px;*/
}


.keybone-product-wrap .product-item h3{
	color: #009EF6;
	font-size: 24px;
}
.keybone-product-wrap .product-item a{
	font-size: 14px;
	color: #aaa;
	text-decoration: none;
}

/*######### Contact Form ######### */
.mv-contact-form form{
	text-align: center;
}
.mv-contact-form .form-control{
	background: #EFEFEF;
	border: 1px solid #979797;
	border-radius: 50px;
}
.mv-contact-form label{
	color: #656565;
}


.mv-contact-form input.form-control{
	height: 45px !important;
}
.mv-contact-form select.form-control{
	min-height: 45px;
}

/*######### Page NEC ######### */
.nec-content h1{
	text-align: center;
	font-size: 32px;
}
.nec-timeline-item{
	border: 2px solid transparent;
	-moz-border-image: -moz-linear-gradient(top, #007A9A 0%, #2BC0E9 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #007A9A 0%, #2BC0E9 100%);
	border-image: linear-gradient(to bottom, #007A9A 0%, #2BC0E9 100%);
	border-image-slice: 1;
	padding: 20px 15px 10px 80px;
	position: relative;
	margin-right:40px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.nec-timeline-item img{
	position: absolute;
	left: -60px;
	top: 50%;
	width: 120px;
	transform: translateY(-60px);	

}
.nec-timeline-item h5{
	font-size: 17px;
	margin-bottom: 10px;
}
.nec-timeline-item p{
	font-size: 16px;
}

.product-feature-list h2{
	text-align: left;
	font-size: 30px;
}

.product-feature-list ul{
	margin: 0;
	padding: 0;
}
.product-feature-list ul li{
	margin-left:20px;
	font-size: 18px;
}
.product-feature-img img{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

/*######### Page YEASTAR ######### */
.yeastar-content h2{
	text-align: center;
	color: #656565;
}
.yeastar-content p{
	color: #959595;
}
.yeastar-pack-item{
	border: 2px solid transparent;
	-moz-border-image: -moz-linear-gradient(top, #007A9A 0%, #2BC0E9 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #007A9A 0%, #2BC0E9 100%);
	border-image: linear-gradient(to bottom, #007A9A 0%, #2BC0E9 100%);
	border-image-slice: 1;
	padding: 15px;
	text-align: center;	
	margin: 15px 0;
}
.yeastar-pack-item h3, .yeastar-pack-item h4{
	color: #009EF6;
}
.yeastar-pack-item table{
	width: 100%;
	text-align: left;
}
.yeastar-pack-item table tr td{
	color: #959595;
	font-size: 14px;
}



.yeastar-pack-item ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.yeastar-pack-item ul li{
	color: #959595;
	font-size: 18px;
}
.yeastar-pack-item a{
	font-size: 14px;
	color: #959595;
	text-decoration: none;
}
.yeastar-con-1{
	margin: 0 15%;
	text-align: center;
}
.wrap-feature{}

.wrap-feature .feature-item{
	border: 2px solid transparent;
	-moz-border-image: -moz-linear-gradient(top, #007A9A 0%, #2BC0E9 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #007A9A 0%, #2BC0E9 100%);
	border-image: linear-gradient(to bottom, #007A9A 0%, #2BC0E9 100%);
	border-image-slice: 1;
	padding: 55px 15px 15px 15px;
	position: relative;
	margin: 40px 30px;
	min-height: 195px;
}
.wrap-feature .feature-item img{
	position: absolute;
	top:-40px;
	width: 80px;
	left: 50%;
	transform: translateX(-50%);
}
.wrap-feature .feature-item p{
	font-size: 14px;
}

/*######### Page : Panasonic ######### */
.panasonic-timeline-item{
	border: 2px solid transparent;
	-moz-border-image: -moz-linear-gradient(top, #007A9A 0%, #2BC0E9 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #007A9A 0%, #2BC0E9 100%);
	border-image: linear-gradient(to bottom, #007A9A 0%, #2BC0E9 100%);
	border-image-slice: 1;
	padding: 30px 30px 15px 35px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 25px;	
}

.panasonic-timeline-item h5{
	font-size: 18px;
	margin-bottom: 10px;
}
.panasonic-timeline-item p{
	font-size: 16px;
}
.p-timeline-img{
	margin-left: 25px;
}

/*######### Page: SmartCall ######### */
.feature-content ul{
	margin: 0;
	padding: 0;
}
.feature-content ul li{
	margin: 0;
	padding: 0;
	margin-left: 20px;
	color: #656565;
}
.other-service table tr{
    background-image: -webkit-linear-gradient(left, #007a9a, #0d8bad, #189cc1, #22aed5, #2bc0e9);
    background-image: -o-linear-gradient(left, #007a9a, #0d8bad, #189cc1, #22aed5, #2bc0e9);
    background-image: linear-gradient(to right, #007a9a, #0d8bad, #189cc1, #22aed5, #2bc0e9);
}
.other-service table tr td{
	color: #fff;
	font-size: 18px;
	padding: 20px 30px;
}
.other-service table tr td.mv-td-1{
	width: 27%;
	padding-left: 8%;
}
.other-service table tr td.mv-td-1.first{
	background: #fff;
	border: 0;
}
.other-service table tr td.mv-td-2.first{
	border: 2px solid #007A9A;
    border-bottom: 0px;
    background: #fff;
    height: 60px;
}
.other-service table tr td.mv-td-3.first{
	background: #fff;
	border: 0;
}


.other-service table tr td.mv-td-2{
	width: 23%;
	background: #fff;
	color: #000;
	text-align: center;
    border-top: 0;
    border-left: 1px solid #007A9A;
    border-right: 2px solid #007A9A;
}

.other-service table tr td.mv-td-2 a.btn-direction{
    font-size: 28px;
    width: 200px !important;
    display: block;
    margin: 0 auto;
    padding: 0px !important;
}


.other-service table tr td.mv-td-3{
	width: 50%;
	font-size:16px;
}

.other-service table tr td.mv-td-2.last {
    border: 2px solid #2CC1EA;
    border-top: 0px;
    background: #fff;
    height: 40px;
}

/*######### Page: Smartpin ######### */
.smartpin-content ol{
	margin: 0;
	padding: 0;
}
.smartpin-content ol li{
	margin: 20px;

}

/*######### Page: Callbill ######### */
.cb-feature-content{
	margin-left: 8%;
	margin-right: 8%;
}
.cb-feature-content p{
	font-size: 16px;
}
.cb-feature-content ul{
	margin: 0;
	padding: 0;
}
.cb-feature-content ul li{
	margin-left: 20px;
	font-size: 18px;
	color: #656565;
}
.cb-feature-content img{
	padding-left: 15%;
	padding-right: 15%;
}

/*######### Page: 3CX ######### */
.cx-feature{
	margin-left: 8%;
	margin-right: 8%;
}

/*######### Others: 3CX ######### */
.others-p-feature ul{
	margin: 0;
	padding: 0;
	color: #656565;
	margin-top: -8px;
}
.others-p-feature ul li{
	margin-left: 20px;
	font-size: 17px;
}
/*######### Section Footer Top ######### */
.section-mvf-top{
    background-image: -webkit-linear-gradient(left, #007a9a, #0d8bad, #189cc1, #22aed5, #2bc0e9);
    background-image: -o-linear-gradient(left, #007a9a, #0d8bad, #189cc1, #22aed5, #2bc0e9);
    background-image: linear-gradient(to right, #007a9a, #0d8bad, #189cc1, #22aed5, #2bc0e9);
	padding-bottom: 20px;
	padding-top: 20px;
}


.footer-logo img{
	margin-top: 10px;
	width: 75%;
}
.mv-fm-item{
	margin-top: 20px;
}
.mv-fm-item h3{
	font-size: 22px;
	color:#fff;
	font-weight: 700;
}
.mv-fm-item ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 20px;
}
.mv-fm-item ul li{
	margin: 0;
	padding:0;
	padding-top: 5px;
}
.mv-fm-item ul li a{
	color:#fff;
	font-size: 16px;
	text-decoration: none;
	font-family: 'HelveticaNeue';
    font-weight: 100;
    font-style: normal;	
}

.copyright .copyright-left, .copyright .copyright-right{
	font-family: 'HelveticaNeue';
    font-weight: 100;
    font-style: normal;		
}



.footer-bottom{
	border-top: 3px solid #fff;
	margin-top: 15px;
}

.footer-bottom p{
	color: #fff;
	font-size: 13px;
	margin-top: 10px;
}
.copyright .copyright-left{
	text-align: left;
}
.copyright .copyright-right{
	text-align: right;
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {


}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {


}
@media (max-width: 991px) {

.mv-navbar{
	position: relative;
	z-index: 99999;
}	
.copyright .copyright-left, .copyright .copyright-right{
	text-align: center;
}

.mv-navbar .navbar-nav{
	margin-top: 30px;
}


.mv-fm-item{
	margin-top: 40px;
}

.mv-fm-item ul{
	margin-top: 10px;
}

.mv-navbar .navbar-toggler{
	border: 0 !important;
}
.mv-navbar .navbar-brand{
	margin-right: 0 !important;
}
.mv-navbar .navbar-toggler img{
	width: 29px;
	height: 21px;
}
.mborder{
	border-radius:0 !important;
}

.btn-copylink {
    text-align: center;
    background: inherit;
    color: #656565;
    text-decoration: none;
    padding: 0;
    border-radius: 100px;
    border: 0;
}


}


@media (min-width: 768px) {
.footer-logo{

}
.footer-logo a{

}

}





@media (max-width: 580px) {
	.mv-navbar .mv-callBtn {
	    background: #007a9a;
	    color: #fff;
	    padding: 2px 15px 0px 15px;
	    border-radius: 100px;
	    font-size: 15px;
	}

	.mv-navbar .mv-callBtn img {
	    width: 20px;
	    margin-top: 0px;
	    margin-right: 10px;
	}

	.sticky {
	  position: fixed;
	  top: 0;
	  max-width: 100%;
	  left:0;
	  z-index: 99999999;
	}


	.mv-header >.container, .mv-header > .nav-wrap >.container{
		max-width:100% !important;
		margin: 0 auto;
	}


}


section.mv-hgal-img img {
    height: 220px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.firstsecclm1 .mv-hgal-tlink
{
    background: rgba(0,0,0,0.3);
}
.firstsecclm1 .mv-hgal-tlink h2
{
   width: 85%;
}
.secondprodclm .mv-hgal-tlink h2
{
width: 85%;
}
.isoimg
{
width: 120px;
    display: block;
    margin-top: 40px;
}