﻿@font-face {
 font-family: 'Open Sans';
 font-style: normal;
 font-weight: 300;
 src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
 font-family: 'Open Sans';
 font-style: normal;
 font-weight: 700;
 src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
body {
	background-color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-bottom: 10 !important;
	margin-top: 0px;
}
a {
	color: #FFF;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
strong {
	font-weight: 700;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-brand {
	float: left;
	font-size: 18px;
	padding: 0px;
	height: 80px;
}
.navbar-nav>li>a {
	font-weight: 300;
	font-size: 17px;
}
.nav-tabs > li > a {
	color: #333;
	background-color: #f3f3f3 !important;
	border-bottom-width: 1px;
	border-top: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	margin-right: 10px;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	border-radius: none !important;
}
.nav-tabs > li > .active {
	color: #0F0;
}
.navbar-default .navbar-nav > li > a {
	color: #d0333e;
	font-weight: 700;
}
.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd;
	background-color:#FFF !important;
	border-top: 1px solid #DFDFDF !important;
	border-right: 1px solid #DFDFDF !important;
	border-left: 1px solid #DFDFDF !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #FFF;
	background-color: #d0333e !important;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #0033FF !important;
}
.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-right {
    margin-top: 7px;
}
 @media (max-width:767px) {
.navbar-toggle {
 margin-top: 20px;
 margin-left: 20px;
}
.title-first {
 font-size: 20px !important;
 line-height: 30px !important;
 font-weight: 700;
}
.title-main {
 font-size: 20px !important;
 font-weight: 700;
 line-height: 25px !important;
/* margin-bottom: 25px;*/
 color: #fff;
 
 
}
}
 @media (max-width:992px) {
.navbar-toggle {
 margin-top: 20px;
}
}
 @media (min-width:991px) {
.navbar-nav>li>a {
/* padding-top: 30px;
 padding-bottom: 30px*/
    margin-bottom: 12px;
    margin-top: 12px;
}

.dropdown-menu > li > a {
 padding: 7px 20px;
}
}
.header-white {
	background: #fff;
	padding: 20px 0 0px 0;
}
.container-white {
	background-color: #FFF;

	padding-bottom: 20px;
}
.container-grey {
	background-color: #F5F5F5;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container-light-orange {
	background-color: #FFF8ED;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container-light-blue {
	background-color: #0b81a8;
	padding-top: 20px;
	padding-bottom: 20px;
}
.border-top-left-right {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.breadcrumb {
	margin-bottom: 0px !important;
}
.title-main {
	font-size: 35px;
	line-height: 45px;
	/*margin-bottom: 25px;*/
	color: #fff;
}
.title-first {
	font-size: 35px;
	line-height: 40px;
	color: #000;
}
.title-head {
	font-size: 30px;
	line-height: 40px;
	color: #000;
}
.title-sub {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
.title-left {
	font-size: 22px;
}
.title-feature {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}
.title-btm-border {
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
.title-bold-extra {
	font-size: 40px;
	font-weight: 700;
}
.text-red {
	color: #FF0000;
}
.dvdr {
	background-image: url(../img/content-divider.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 14px;
	margin-bottom: 10px;
}
.title-grey {
	font-size: 16px !important;
	text-align: left;
	color: #595959;
	line-height: 30px;
	margin-left: 16px;
}
.panel-qa {
	padding-bottom: 10px;
}
.well-yellow {
	background-color: #FFFFCC;
}
.quote {
	background-image: url(../img/start.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-left: 50px;
	padding-bottom: 30px;
}
.panel-qa {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
.panel-qa .question {
	background-image: url(../img/plus.png);
	background-repeat: no-repeat;
	background-position: left 13px;
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 3px;
	cursor: pointer;
	font-weight: 700;
}
.panel-qa .question:hover {
	color: #0066CC;
}
.panel-qa .answer {
	padding-left: 40px;
	padding-top: 10px;
	display: none;
}
.panel-qa .arrowdown {
	background-image: url(../img/minus.png)!important;
}
.margin-no-top {
	margin-top: 0px !important;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-btm-10 {
	margin-bottom: 10px;
}
.margin-btm-40 {
	margin-bottom: 40px;
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-20 {
	margin-right: 20px;
	margin-left: 20px;
}
.padding-no-top {
	padding-top: 0px !important;
}
.padding-5 {
	padding: 5px;
}
.padding-10 {
	padding: 10px;
}
.padding-20 {
	padding: 20px;
}
.padding-30 {
	padding: 30px;
}
.padding-40 {
	padding: 40px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-40 {
	padding-top: 40px;
}
.padding-btm-10 {
	padding-bottom: 10px;
}
.padding-btm-20 {
	padding-bottom: 20px;
}
.padding-btm-30 {
	padding-bottom: 30px;
}
.padding-btm-40 {
	padding-bottom: 40px;
}
.padding-lf {
	padding-left: 20px;
	padding-right: 20px;
}

.padding-left-5 {
	padding-left: 5px;
	
}



.padding-left-30 {
	padding-left: 40px;
	
}

.padding-left-20 {
	padding-left: 20px;
	
}



.margin-top-5 {
	margin-top: 7px;
}
.margin-top-10 {
	margin-top: 12px;
}
.margin-top-40 {
	margin-top: 40px;
}
.text-brown {
	color: #886601;
}
.text-red {
	color: #cc3333;
}
.text-light-blue {
	color: #005f68;
}
.text-white {
	color: #FFF !important;
}
.text-black {
	color: #000 !important;
}
.title-slide {
	font-size: 40px;
	font-weight: 700;
}
.red {
	background-color: #d0333e !important;
}
.header-bg-blue
{
	background-color:#0b81a8;
padding-top: 20px;
padding-bottom: 20px;

color: #fff;
}
.header-bg-red
{
	background-color:#d0333e;
padding-top: 20px;
padding-bottom: 20px;

color: #fff;
}
.header-bg-orange {
    background-color: #d45a00;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.header-bg-green
{
	background-color:#05812e;
padding-top: 20px;
padding-bottom: 20px;

color: #fff;
}
.header-bg-violet
{
	background-color:#5e0386;
padding-top: 20px;
padding-bottom: 20px;

color: #fff;
}
.live-chat {
	background-color: #d0333e !important;
	border: 1px solid #d0333e !important;
	/*background-image: url(../img/live-chat.png);*/
	background-position: 0px -4px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	    font-size: 16px;
	    color: #fff !important;
	    border-radius: 0px;
}
.live-chat:hover {
	background-color: #c00!important;
}

.license {
	float: right;
	position: absolute;
	left: 86%;
	top: 35px;
}
.license1 {
	float: right;
	position: absolute;
	left: 75%;
	top: 80px;
}
#marqueecontainer {
	position: relative;
	overflow: hidden;
	height: 120px;
	width: 400px;
	float: left;
}
#vmarquee {
	position: relative;
	z-index: 10;
	left: 0px;
	float: right;
	text-align: center;
}
.bg-green {
	background-image: url(../img/strip2.png);
	position:relative;
	background-size:100% auto;
	-webkit-background-size: auto, cover;
	-moz-background-size: auto, cover;
	-o-background-size: auto, cover;
	background-size: auto, cover;
	background-attachment:fixed;
}
.bg-blue {
	background-color: #f2f9fe;
	border: 1px solid #e4f4ff;
	border-radius:5px;
	padding:23px 25px 23px 15px;
	margin-top:30px;
	display:table;
	min-height:500px;
}
.bg-yellow {
	background-color:#ffffcc;
	border: 1px solid #f5f5cc;
	border-radius:5px;
	padding:30px 25px 23px 15px;
	margin-top:30px;
}
.breadcrumb {
	background-color: transparent;
	color: #FFF !important;
}
.pro-guide {
	background-image: url(../img/user-guide.png);
	background-repeat: no-repeat;
	background-position: 0px -5px;
	padding-left: 30px;
}
.container-lite-black {
	background-color: #464646;
	padding-top: 20px;
	padding-bottom: 20px;
}
.black {
	background-color: #343434;
}
.gray {
	background-color: #f0f0f0;
}
.reds-font {
	color: #D0333E;
}
.reds-font:hover {
	color: #D0333E;
}
.img-responsive {
	display: inline !important;
}
.guide {
	background-image: url(../img/work.png);
	background-repeat: no-repeat;
	background-position: 0% 7%;
	padding-left:20px;
}
.download {
	background-image: url(../img/arr.png);
	background-repeat: no-repeat;
	background-position: 0% 7%;
	padding-left:20px;
}
.panel-hiw {
	margin:0 0 20px 0;
}
@media (max-width:480px) {
.title-slide {
 font-size: 20px;
 font-weight: 700;
 color: #3e3e3e;
}
}
#blue-gr {
	background-color: #3e423b;
}
ul.list-check, ul.list-ok {
	list-style: none;
	padding-left: 0px;
	line-height: 20px !important;
	   padding-left: 26px;
}


ul.list-check li::before {
     color: #7eb442;
    content: '\e89a';
    font-family: "fontello";
    font-size: 14px;
    line-height: 30px;
     margin-left: -26px;
  margin-right: 4px;
}
/*.list-check li {
	font-family: "fontello"
	content: "\e89a";
	background-position: 5px 10px;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 3px;
	text-align: left;
	line-height: 26px !important;
	font-size: 16px;
	color: #000;
}*/
.list-check li a {
	color:#000;
}
.list-check li a:hover {
	color:#03F;
}
.list-ok li {
	background-image: url(../img/right.png) !important;
	background-position: 4px 10px;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 3px;
	text-align: left;
	line-height: 26px !important;
	font-size: 16px;
	color: #00A617;
}
.list-ok li.list-cross {
	background-image: url(../img/wrong.png) !important;
	background-position: 4px 10px;
	color: #F00;
}
.rite {
	background-image: url(../img/right.png);
	padding-left: 28px;
	background-position: 5px 8px;
	background-repeat: no-repeat;
}
 @media (max-width:767px) {
.visible-sm-center-block {
 display: block!important;
 text-align: center !important;
}
.visible-sm-center-block {
 display: block!important;
 text-align: center !important;
}
}
 @media (min-width:768px) {
.visible-md-right-block {
 display: block!important;
 text-align: right!important;
}
}
 @media (max-width:992px) {
.visible-sm-center-block {
 display: block!important;
 text-align: center !important;
}
}
.padding-top-5 {
	padding-top:5px;
}
.padding-top-3 {
	padding-top:3px;
}
.padding-btm-5 {
	padding-bottom:5px;
}
.proTl {
    font-size: 24px;
    line-height: 30px;
}
.title-pro ul{padding:0; margin:0 !important;}
.title-pro a {
	color:#000;
	font-size: 16px;
	line-height: 20px;
	transition:0.5s ease;
}
.title-pro a:hover {
	color:#d0333e;
}
.title-pro .btn-warning, .title-pro .btn-success{color:#fff !important;}
.bdnoradius {
	border-radius:0;
}
.boxGray, .boxWhite {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height:35px;
	transition:0.5s ease;
}
.boxGray:hover, .boxWhite:hover{box-shadow:0 0 1px #585858; z-index:1;}
.boxGray {
	background-color: #f0f0f0;
}
.boxWhite {
	background: #FFF;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px !important;
    line-height: 1.5;
}
.vedio-bg {
	width:85%;
	background:#181818;
	padding:30px 20px;
	border-radius:8px;
	position:relative;
	margin:0 auto;
}

.vedio-bg .line-vd {
	position:absolute;
	bottom:8px;
	background:#060606;
	width:60%;
	height:6px;
	left:15%;
	border-radius:0px 0px 30% 30%;
}
.vedio-bt {
	width:100%;
	margin:0 auto;
	height:26px;
	background:#d4d4d4;
	border-radius:5px 5px 30% 30%;
	z-index:99999;
	border-bottom:solid 8px #b6b6ba
}
.vedio-bt-in {
	width:40%;
	margin:0 auto;
	height:8px;
	background:#b6b6ba;
	border-radius:0px 0px 30% 30%;
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right:0px;
}
.btn-lg, .btn-group-lg > .btn {
    border-radius:0px !important;
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 16px;
    font-weight: 600;
}

a.gotoTop {
  background: #2980b9 none repeat scroll 0 0;
  bottom: 40px;
  color: #fff !important;
  display: none;
  height: 30px;
  outline: 0 none;
  padding: 5px 2px 17px 0;
  position: fixed;
  right: 0px;
  transition-duration: 0.6s;
  width: 33px;
  z-index: 12;
}

a.gotoTop::before {
    content: "\e87d";
    font-family: "fontello";
    padding-left: 15px;
    text-decoration: none !important;
}
a.gotoTop:hover {
    background: #365271 none repeat scroll 0 0;
    margin-bottom: 5px;
}
a.gotoTop:hover, a.gotoTop:active, a.gotoTop:focus {
    text-decoration: none;
}

#owl-screenshots1 .item
{
  margin: 6px;
}

.screenshots-box {
    background: #f8fafa none repeat scroll 0 0;
    border: 1px solid #e5eaea;
}
.screenshots-box a {
    color: #000;
}
.screenshots {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.screenshots > p {
    background: rgba(0, 112, 186, 0.48) none repeat scroll 0 0;
    color: #555757;
    font-size: 14px;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.4s linear 0s;
    width: 100%;
}
.screenshots-box:hover > .screenshots > p {
    opacity: 1;
}
.screenshots-box > .screenshots a {
    background-color: #c00;
    border-radius: 50%;
    display: block;
    height: 80px;
    left: 45%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 43%;
    width: 80px;
}
.screenshots-box > .screenshots > p > a {
    font-size: 26px;
    padding-top: 14px;
    transform: scale(0);
    transition: all 0.3s ease 0.3s;
}
.screenshots-box:hover > .screenshots > p > a {
    transform: scale(1);
}
.screenshots-box:hover > .screenshots > p > a i {
    color: #fff;
}

