html {
	font-family: 'PT Sans',sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, body {
	border: 0 none;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'PT Sans',sans-serif;
	font-size: 16px;
	line-height:22px;
	color: #393a3a;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
a {
	transition:ease 0.5s;
	outline:0;
	text-decoration:none;
	color:#0093d0;
}
a:hover, a:focus {
	text-decoration:none;
	color: #000;
}
.img-responsive {
	display:inline-block;
}
ul, ol {
	padding:0;
	margin:0;
}
.weight-100 {
	font-weight:100;
}
.weight-300 {
	font-weight:300;
}
/*================================
  margin top
 ================================*/
 .margin-top-60 {
	margin-top:60px;
}
.margin-top-50 {
	margin-top:50px;
}
.margin-top-40 {
	margin-top:40px;
}
.margin-top-30 {
	margin-top:30px;
}
.margin-top-20 {
	margin-top:20px;
}
.margin-top-15 {
	margin-top:15px;
}
.margin-top-10 {
	margin-top:10px;
}
.margin-top-5 {
	margin-top:5px;
}
.margin-btm-60 {
	margin-bottom:60px;
}
.margin-btm-50 {
	margin-bottom:50px;
}
.margin-btm-40 {
	margin-bottom:40px;
}
.margin-btm-30 {
	margin-bottom:30px;
}
.margin-btm-20 {
	margin-bottom:20px;
}
.margin-btm-15 {
	margin-bottom:15px;
}
.margin-btm-10 {
	margin-bottom:10px;
}
.margin-btm-5 {
	margin-bottom:5px;
}
/*================================
  margin top
 ================================*/
 .padding-top-60 {
	padding-top:60px;
}
.padding-top-50 {
	padding-top:50px;
}
.padding-top-40 {
	padding-top:40px;
}
.padding-top-30 {
	padding-top:30px;
}
.padding-top-20 {
	padding-top:20px;
}
.padding-top-15 {
	padding-top:15px;
}
.padding-top-10 {
	padding-top:10px;
}
.padding-top-5 {
	padding-top:5px;
}
.padding-btm-60 {
	padding-bottom:60px;
}
.padding-btm-50 {
	padding-bottom:50px;
}
.padding-btm-40 {
	padding-bottom:40px;
}
.padding-btm-30 {
	padding-bottom:30px;
}
.padding-btm-20 {
	padding-bottom:20px;
}
.padding-btm-15 {
	padding-bottom:15px;
}
.padding-btm-10 {
	padding-bottom:10px;
}
.padding-btm-5 {
	padding-bottom:5px;
}
.noPdBt{padding-bottom:0;}
.noMrBt{margin-bottom: 0 !important;}
/*==================================
  heading
 ===================================*/
 .h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0;
	margin-bottom: 0;
	color:#101112;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color:#101112;
	font-weight:400;
}
h1.bigger, .h1.bigger {
	font-size:81px;
	line-height:80px;
}
h1.big, .h1.big {
	font-size:58px;
	line-height:60px;
}
h1.lead-50, .h1.lead-50 {
	font-size: 50px;
	line-height: 50px;
}
h1, .h1 {
	font-size:44px;
	line-height:50px;
}
h2, .h2 {
	font-size:37px;
	line-height:40px;
}
h3, .h3 {
	font-size:32px;
	line-height:36px;
}
h4, .h4 {
	font-size:26px;
	line-height:28px;
}
h5, .h5 {
	font-size:20px;
	line-height:24px;
}
h6, .h6 {
	font-size:18px;
	line-height:24px;
}
@media (max-width:991px) {
h1, .h1 {
 font-size:34px;
 line-height:38px;
}
h3, .h3 {
 font-size:28px;
 line-height:34px;
}
h4, .h4 {
 font-size:20px;
 line-height:26px;
}
}
@media (max-width:600px) {
h1, .h1 {
 font-size:28px;
 line-height:34px;
}
h2, .h2 {
	font-size:28px;
	line-height:30px;
}
h3, .h3 {
 font-size:22px;
 line-height:26px;
}
h4, .h4 {
 font-size:18px;
 line-height:24px;
}
}
/*================================
  lead
 ================================*/
 .panelRelative {
	position:relative
}
.lead-24 {
	font-size:24px;
	line-height:28px
}
.lead-20 {
	font-size:20px;
	line-height:28px
}
.lead-18 {
	font-size: 18px;
	line-height: 26px;
}
.lead-16 {
	font-size: 16px;
	line-height: 20px;
}
.lead-14 {
	font-size: 14px;
	line-height: 20px;
}
.lead-12 {
	font-size:12px;
	line-height:16px
}
.lead-13 {
	font-size:13px;
	line-height:18px
}
.lead-10 {
	font-size:10px;
	line-height:13px;
}
.weight-300 {
	font-weight:300
}
.weight-700 {
	font-weight:700
}
.weight-900 {
	font-weight:900
}
/*===================
  text color
 ===================*/
 .textWhite {
	color:#fff;
}
.textDark {
	color:#222;
}
.textLightBlue {
	color:#4fc1e9
}
.textBlue {
	color:#017dc7;
}
.textDarkBlue {
	color:#0373a2;
}
.textDarkLightBlue {
	color:#0395d2;
}
.textGray {
	color:#898888;
}
.textBlack {
	color:#000;
}
.textYellow {
	color:#fbe600;
}

/*=======navigation=====*/



/*  menu section start */
.navbar-default .navbar-toggle .icon-bar{ background-color:#FFFFFF; }
.navbar-collapse.in{background:#FFFFFF;}
.navbar-nav{float:right; margin:16px 0 0 0;}
.nav > li{position:static;}
.navbar-toggle{margin-top:20px; margin-bottom:20px;}
.navbar-collapse.in{overflow:inherit;}
.navbar-brand .logo-index{
	   width: 190px;
    margin-top: 25px;
}
.navbar-brand .logo{
	   width: 190px;
    margin-top: 10px;
}
.navbar-toggle .icon-bar{
	background-color:#fff;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-nav>li>a {
    padding-top: 25px;
    font-size: 18px;
    padding-bottom: 25px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 8px;
    border: 1px solid transparent;
}
.navbar-default{background: none; padding: 0px; border:none; border-radius: 0px; margin:10px 0;}
.dropdown-toggle:hover{    color: #337ab7;}
.dropdown-menu { width:100%;}
.dropdown-menu.columns-2{min-width: 500px;}
.dropdown-menu.columns-3 {min-width: 600px;}
.dropdown-menu li a {padding: 5px 15px; font-weight: 300;}
.multi-column-dropdown {list-style: none; padding:20px; padding-top:10px;}
.multi-column-dropdown li.htxt{font-size:18px; color:#11b3f0; padding:20px 0 0 0;}
.multi-column-dropdown li a {display: inline-block; clear: both; line-height: 1.428571429; color: #333; white-space: normal; font-size:14px; background:url(../images/hand-point.png) no-repeat 0 2px; padding:0 0 0 23px; margin:10px 0 0 0;}
.multi-column-dropdown li a.noimg{background:none; color:#36ace9; border:1px solid #36ace9; padding:5px 20px; margin:20px 0 0 0;}
.multi-column-dropdown li a.noimg:hover{color:#FFFFFF; background:#36ace9; text-decoration:none;}
.multi-column-dropdown li a:hover {text-decoration: none; color: #5f93d5; text-decoration:none;}
.navbar-nav > li > .dropdown-menu{ border-top:3px solid #283a44; border-radius:0; padding:0;}
.navbar-default .navbar-nav > li > a {color: #fff; padding-top: 20px; padding-bottom: 20px; margin-bottom: -4px; font-size:16px;}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{ text-decoration:underline; color:#FFFFFF;}
.dbfRecoveryBg{background:url(../img/header-bg.jpg) no-repeat #007ac3; background-size:cover;}
.dbfRecoveryBg{background:url(../img/dbf-recovery.jpg) no-repeat #202d44; background-size:cover;}
.dbfSitemapBg{background:url(../img/about_bg.jpg) no-repeat #202d44; background-size:cover;}
.dbAccessBg{background:url(../img/header-bg-3.jpg) no-repeat #202d44; background-size:cover;}
.dbSqlBg{background:url(../img/sql-bg1.jpg) no-repeat #202d44; background-size:cover;}
.dbmySqlBg{background:url(../img/mysql-bg1.jpg) no-repeat #202d44; background-size:cover;}
.dbSqliteBg{background:url(../img/sqlite-recovery-banner.png) no-repeat #202d44; background-size:cover; background-position: center;}
.dbsharepointBg{background:url(../img/sharepoint-server-recovery-banner.png) no-repeat #202d44; background-size:cover; background-position: center;}
@media (min-width:900px) {
.dropdown:hover .dropdown-menu {display: block;}   
.dropdown .dropdown-menu{display: none;}
}
@media (max-width:1200px) and (min-width:992px) {
.navbar {
    margin-bottom: 14px;
}
.navbar-brand .logo {
    width: 155px;
    margin-top: 3px;
}
.navbar-nav>li>a {
    padding-top: 0px;
    font-size: 14px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 15px;
	padding: 10px 15px;
}
.live-chat-btn {
    margin-top: 0px !important;
}
}

.search-bg-img {
    background: url(../img/search-bg-img.png) no-repeat center top #ecf0f1;
    min-height: 200px;
    background-repeat: repeat;
    width: 100%;
}
.bg-blue{
	 background: url(../img/search-bg-img.png) no-repeat center top #ecf0f1;
    min-height: 200px;
    background-repeat: repeat;
    width: 100%;
}
@media (max-width:991px) and (min-width:768px) {
.navbar {
    margin-bottom: 14px;
}
.navbar-brand .logo {
    width: 130px;
    margin-top: 6px;
}
.navbar-nav>li>a {
    padding-top: 0px;
    font-size: 14px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 15px;
	padding: 10px 5px;
}
.live-chat-btn {
    margin-top: 0px !important;
}
}

@media (max-width: 767px) {
.dropdown-menu.multi-column {min-width: 240px !important; overflow-x: hidden; }
.navbar-nav{float:none;}
.multi-column-dropdown{min-height:inherit; padding-bottom:0;}
.navbar-nav .open .dropdown-menu{overflow:hidden;}
.navbar-default .navbar-nav > li > a{color:#006699;}
.navbar-nav{margin:0; padding:10px 0;}
.navbar {
    margin-bottom: 14px;
}
.navbar-brand .logo {
    width: 170px;
    margin-top: 7px;
}
}

@media (max-width: 480px) {
.content {width: 90%; margin: 50px auto; padding: 10px;}
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 12px 10px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 8px;
	background: #0093d0;
	background-image: none;
	border: 0;
	border-radius: 0px;
	transition:all 400ms ease-in-out;
}
/*  menu section end */





.footer-copyrights {
	padding: 25px 0 10px 0;
	background: #14191b;
	font-size:14px;
}
a.gotoTop {
	position: fixed;
	z-index: 12;
	right: 0px;
	bottom: 0px;
	color: #FFF;
	background: #0093d0;
	padding: 22px 8px 8px 8px;
	display: none;
	font-size: 26px;
	width: 66px;
	height: 67px;
	transition-duration: 0.6s;
	outline: 0;
}
a.gotoTop:before {
	font-family:"fontawesome";
	content:"\f077";
	padding-left:15px;
	text-decoration:none !important;
}
a.gotoTop:hover {
	background:rgba(0, 0, 0, 0.8);
	opacity:0.5;
	margin-bottom:5px;
}
a.gotoTop:hover, a.gotoTop:active, a.gotoTop:focus {
	text-decoration:none;
}
.lightgrey {
    background: #ffffff;
}
.heading-common {
	text-align:center;
	margin:0 auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.heading-faq {
    margin-bottom: 50px;
}
.lead-15{font-size: 15px !important;}

.sysinfo_glance_black{
    border-bottom: 4px solid #00011e;
}
.sysinfo_glance {
    border-top: 4px solid #017dc7;
}
.aboutSysinfo-lg_box {
    background: #f5f5f5;
    padding: 20px 25px;
	    min-height: 340px;
}
.noBorderRadius{border-radius:0}
.aboutSysinfo-lg_box .pTxt {
    font-size: 14px;
    color: #6b6b6b;
    margin: 12px 0 0 0;
    line-height: 20px;
}
.padding-60{padding:0 40px;}
.btn-primary {
    background-color: #017ec9;
    border-color: #006fb2;
}
/*faq*/
.accordion-plus .panel-group .panel, .accordion-down .panel-group .panel {
	border-radius:0;
}
.accordion-plus .panel-default>.panel-heading, .accordion-down .panel-default>.panel-headingg {
	color:#333;
	background-color:#017dc7;
	border-color:#ddd;
}
.accordion-plus .panel-group .panel-heading, .accordion-down .panel-group .panel-heading {
	border-bottom:0;
}
.accordion-plus .panel-heading, .accordion-down .panel-heading {
	padding:10px 10px 10px 10px;
	border-bottom:1px solid transparent;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
}
.accordion-plus .panel-title, .accordion-down .panel-title {
	padding-left:20px;
}
.accordion-plus .panel-title {
	padding-left:32px;
}
.accordion-plus .panel-heading a:before, .accordion-down .panel-heading a:before {
	font-family:'FontAwesome';
	float:left;
}
.accordion-plus .panel-heading a:hover, .accordion-down .panel-heading a:hover {
	text-decoration:none;
}
.accordion-plus .panel-heading a:focus, .accordion-down .panel-heading a:focus {
	outline:0;
	text-decoration:none
}
.accordion-plus .panel-heading a:before {
	content:'\f056';
	color:#fff;
	font-size:20px;
	padding:0px 8px 0px 0px;
}
.accordion-plus .panel-heading a.collapsed:before {
	content:'\f055';
}
.accordion-down .panel-heading a:before {
	content:'\e8a3';
	font-size:20px;
}
.accordion-down .panel-heading a.collapsed:before {
	content:'\e8ef';
}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
	border-top:0 !important;
}
.accordion-plus .accordion .panel-body {
	padding:0px 15px 15px 41px;
}
.accordion .panel-body {
	padding:0px 15px 15px 32px;
}
.accordion-plus .panel {
	margin-bottom:0px;
	background:#017dc7;
	border:0;
	box-shadow:none;
}
.panel .panel-group .panel+.panel {
	margin-top:0px !important;
}
.accordion .panel a {
	color:#fff;
}
.accordion .panel-primary a, .accordion-plus .panel-primary .panel-heading a:before, .accordion-plus .panel-primary .panel-heading a.collapsed:before {
	color:#fff !important;
}
/*
.accordion .active {
	font-weight:600;
}
*/
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
	border-top:1px solid #DFDFDF;
	padding-top:15px;
	background:#fff;
}


/*table*/


.text-green{
	color: #00b348!important;
}

.text-purple {
    color: #017dc7!important;
}
.text-red{
	color: #f50000!important;
}

.table.table-all-borders td, table.table.table-all-borders th {
    border-left-width: 1px;
}
.table tbody tr td {
    border-bottom-width: 1px;
}
.table {
    border-right: 1px solid #000 !important;
    width: 100%;
    margin-bottom: 20px;
    border-collapse: separate;
    border-spacing: 0;
}
.table td, table.table th, table.table tr {
    border-style: solid;
    border-width: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
	background: #f9f9f991;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table td, table.table th, table.table tr {
    border-style: solid;
    border-width: 0;
}

.table>thead>tr>th {
	background-color: #017dc7;
    color: #fff;
    vertical-align: bottom;
    border-bottom: 1px solid #000;
}
.table>thead>tr>.table-head-first {
   border-left: 1px solid #000;
}
.table .btn{
	margin-top: 20px;
}

/*tstimonial*/
.client-testimonials .caption, .client-testimonials .captions {
    background: #fff;
    padding: 12px;
    border: 3px solid #b8d1f4;
    float: left;
    width: 100%;
    position: relative;
}
.client-testimonials1 .caption, .client-testimonials .captions {
    background: #fff;
    float: left;
    width: 100%;
    position: relative;
}
.client-testimonials .captions {
    padding: 26px;
}
.client-testimonials1 .captions {
    padding: 26px;
}
.client-testimonials .caption:after{
    content: "";
    position: absolute;
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 30px;
    right: -12px;
}
.client-testimonials1 .caption:after{
    content: "";
    position: absolute;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 30px;
    right: -12px;
}
.client-testimonials .captions:after {
    content: "";
     width: 0;
	height: 0;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e3e3e3;
	bottom: -10px;
   left: 12px;
}
.client-testimonials1 .captions:after {
    content: "";
     width: 0;
	height: 0;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e3e3e3;
	bottom: -10px;
   left: 12px;
}
.para-quote {
    float: left;
    width: 100%;
    padding: 0 60px;
}

.client-testimonials .lefticon-quote {
    width: 100%;
    float: left;
}
.client-testimonials1 .lefticon-quote {
    width: 100%;
    float: left;
}
.client-testimonials .righticon-quote {
    width: 100%;
    float: right;
    text-align: right;
}
.client-testimonials .caption i {
    color: #ddd;
    font-size: 50px;
}
.client-testimonials1 .caption i {
    color: #ddd;
}
.client-testimonials .caption p {
    margin: 0px 0 0 0;
    color: #888;
    font-size: 15px;
}
.testimonial-clientname{margin:30px 0 0;}
.testimonial-clientname h5{color:#017dc7;font-size:25px; margin-bottom:5px;}
.testimonial-clientname p{font-size:18px;color:#6b6b6b;}
@media (max-width:767px){
.heading-common {
    width: 100%;
}
}
footer {
    background: #000d28;
}
footer a:hover{color:#fff;}
@media (min-width:768px) {
.visible-sm-left-center {
 display: block!important;
 text-align: left!important
}
.visible-sm-right-center {
 display: block!important;
 text-align: right!important
}
}
 @media (max-width:767px) {
.visible-sm-left-center, .visible-sm-right-center {
 display: block!important;
 text-align: center!important
}
}
.btn-warning {
    color: #fff;
    background-color: #e88902;
    border-color: #d88207;
}
ul.list-right-open-thin li {
	line-height: 22px;
	margin-top: 1px;
}
ul.list-right-open-thin, ul.list-right-open-check {
	list-style:none;
	padding-left:20px;
}
ul.list-right-open-thin li a {
	color:#0395d2 !important;
}
ul.list-right-open-thin li a:hover {
	color:#000 !important;
}
ul.list-right-open-thin li:before {
	font-family:"fontawesome";
	content:"\f101";
	margin-right:10px;
	margin-left:-20px;
	font-size:14px;
	color:#010e13;
}
ul.list-right-open-thin li{
	padding-left:15px;
	padding-top:5px
}
ul.list-right-open-check li:before {
	font-family:"fontawesome";
	content:"\f0a4";
	margin-right:7px;
	margin-left:-20px;
	font-size:14px;
	color:#333;
}
ul.list-right-open-check li {
	line-height: 20px;
	margin-top: 7px;
}
.aboutSysinfo-lg_box ul.list-right-open-check li:before {color: #00011e;}
.mission_vision {
    border-bottom: 4px solid #00011e;
	    color: #00011e;
}
.featureBox, .featureBoxs{border:solid 1px #017dc7; margin-top:-1px; margin-left:-1px; min-height:413px; padding:20px 20px;}
.featureBoxs{min-height:413px;}
#partners .item p{
	padding-top: 10px;
}
#screenshot .item{margin-left:8px; margin-right:8px; margin-bottom:15px;}
.screenshots-box{background:#f8fafa; transition:ease 0.5s}
.screenshots-box:hover{box-shadow:0 0 8px #999;}
.screenshotsContent{background:#f8fafa;border:1px solid #e5eaea; border-top:0; padding-bottom:18px; min-height: 132px;}
.screenshots-box img{width:100%;}
.screenshots-box a{color:#000;}
.screenshots{overflow:hidden;width:100%;position:relative;}
.screenshots > p{background:rgba(0, 147, 208, 0.39);color:#555757;font-size:14px;height:100%;width:100%;position:absolute;left:0;top:0;padding:20px;text-align:center;opacity:0;-webkit-transition:all 0.4s linear;-moz-transition:all 0.4s linear;-ms-transition:all 0.4s linear;-o-transition:all 0.4s linear;transition:all 0.4s linear;}
.screenshots-box:hover > .screenshots > p{opacity:1;}
.screenshots-box > .screenshots a{background-color:#000;display:block;height:80px;width:80px;position:absolute;left:45%;top:43%;margin-left:-25px;margin-top:-25px;border-radius:50%;line-height:50px;}
.screenshots-box > .screenshots > p > a{padding-top:14px;font-size:26px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition:all 0.3s ease 0.3s;-moz-transition:all 0.3s ease 0.3s;-ms-transition:all 0.3s ease 0.3s;-o-transition:all 0.3s ease 0.3s;transition:all 0.3s ease 0.3s;}
.screenshots-box:hover > .screenshots > p > a{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
.screenshots-box:hover > .screenshots > p > a i{color:#fff;}

.pricing-box{
	border:solid 1px rgba(0, 147, 208, 0.13);
  transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.pricing-box:hover{
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
	z-index: 1;
	border:solid 1px #fff;
	box-shadow:0 0 8px #ccc;
}
.pricing-box header{background:#017dc7; padding:30px 20px 25px 20px;}
.pricing-box header.black{background:#000d28;}
.pricing-box header .bd{border-top:solid 1px rgba(255, 255, 255, 0.15); margin-top:10px;}
.pricing-box header.black .bd{border-top:solid 1px #1b2845;}
.pricing-box footer{padding:20px; border-top:solid 1px rgba(0, 147, 208, 0.13); background:#fff; margin-top:20px;}
.pricing-price{
  font-size: 56px;
  line-height:42px;
}

.pricing-list ul{
  margin:0;
  padding:0;  
}

.pricing-list ul li{
  list-style: none;
  text-align: center;
  padding:15px 0; 
  background: #fff;
}

.pricing-list ul li:nth-child(1),.pricing-list ul li:nth-child(3),.pricing-list ul li:nth-child(5)   {
    background: #f5f5f5;
}
.pricing-box footer.light .paypalBtn{background:#222;border:solid 1px #111;}

.clientReview .form-control {
	display: block;
	width: 100%;
	padding: 8px 2px;
	font-size: 14px;
	line-height: 1.42857143;
	font-weight:300px;
	color: #00b6fa;
	background-color: transparent;
	border:0;
	border-bottom: 1px solid #000d28;
	border-radius: 0;
	box-shadow: none;
}
.clientReview .form-control:focus, .clientReview .form-control:active {
	border-bottom: 1px solid #017dc7;
}
.clientReview .form-control::-moz-placeholder{color:#000;opacity:1}.clientReview .form-control:-ms-input-placeholder{color:#000}.clientReview .form-control::-webkit-input-placeholder{color:#000}
.bdbt{border-bottom:1px solid rgba(0, 13, 40, 0.09); padding-bottom:10px;}
.featureBox1, .featureBoxs1n{border:solid 1px #017dc7; margin-top:-1px; margin-left:-1px; min-height:370px; padding:20px 20px;}
.featureBoxs1n{min-height:350px;}
.header-caption ul.list-right-open-check li:before {
    color: #8fbcfe;
}
.featureBoxs1n {
    min-height: 350px;
}
@media (max-width:1199px){
.featureBox, .featureBoxs{margin-top:-1px; margin-left:-1px; min-height:428px; padding:20px 20px;}
.featureBoxs{min-height:310px;}	
.featureBox1, .featureBoxs1n{border:solid 1px #017dc7; margin-top:-1px; margin-left:-1px; min-height:420px; padding:20px 20px;}
.featureBoxs1n{min-height:380px;}
}
@media (max-width:991px){
.featureBox, .featureBoxs{margin-top:-1px; margin-left:-1px; min-height:308px; padding:20px 20px;}
.featureBoxs{min-height:280px;}	
.featureBox1, .featureBoxs1n{margin-top:-1px; margin-left:-1px; min-height:330px; padding:20px 20px;}
.featureBoxs1n{min-height:300px;}
.table .btn {
    margin-top: 0px;
}
}
@media (max-width:767px){
.featureBox, .featureBoxs, .featureBox1, .featureBoxs1n{ margin-left:0; min-height:auto;}
.mobile-hide{
	display: none;
}
.table .btn {
    padding: 5px 10px;
}
}

/*contact css*/
.single-con {
    box-shadow: rgba(59,62,72,.2) 0 0 6px;
    padding: 20px;
}
.single-con:hover {
    box-shadow: 0 10px 20px 0 rgba(59,62,72,.2);
}

.input-box {
  height: 40px;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 10px;
}
.msg-box {
  width: 100%;
  padding: 10px;
  height: 160px !important;
}
.submit-btn {
  text-align: center;
  text-transform: uppercase;
    margin: 20px auto 40px;
    padding: 10px 40px;
    display: block;
    color: #fff;
    background: #006699;
    transition: 0.2s;
    border: 2px solid #006699;
}
.submit-btn:hover {
    color: #006699;
    background: transparent;
    border: 2px solid #006699;
}

.search {
    height: 45px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
}
.input-group-btn-new {
    border: 0.5px solid #ccc;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bg-blue {
    background-color: #2980b9;
}

.bg-blue h6,.media-body {
    color: #fff;
}
.bg-blue .media-body strong {
    color: #fff;
}
.bg-blue .media-left i {
    color: #4ca0d9;
	font-size:42px;
}
.text-blk{
	color: #000 !important;
}
#partners .item:hover {
    border: solid 4px #ddd;
    -webkit-filter: grayscale(0%) opacity(100%);
    -moz-filter: grayscale(0%) opacity(100%);
    filter: grayscale(0%) opacity(100%);
}

#partners .item {
    border: solid 4px #eee;
    margin-left: 7px;
    margin-right: 7px;
    transition-duration: 0.6s;
    -webkit-filter: grayscale(100%) opacity(40%);
    -moz-filter: grayscale(100%) opacity(40%);
    filter: grayscale(100%) opacity(40%);
    transition: 0.5s ease;
}
.slider-head{
	padding-right: 0px;
    padding-left: 0px;
}
.slider-head .item p img{
	width:100%;
	
}

.dbfRecoveryBg .header-caption{
    background: rgba(0, 0, 0, 0.35);
}
 .dbAccessBg .header-caption, .dbSqlBg .header-caption{
    background: rgba(0, 0, 0, 0.25);
}
.header-caption {
    background: rgba(0, 0, 0, 0.55);
	padding:40px 40px 28px 40px;
	width:60%;
	margin:100px 0 70px 0;
}
.headerTlBig{font-size:65px; line-height:50px;}
.headerTlBig span, .headerTl span{
    color: #8fbcfe;
}
.headerTl{font-size:40px; line-height:30px; position:relative;}
.dbfRecoveryBg .headerTl:after{content: '';
    width: 141px;}
	@media (min-width: 768px){
.dbfRecoveryBg .navbar-custom, .dbfSitemapBg .navbar-custom, .dbAccessBg .navbar-custom, .dbSqlBg .navbar-custom {
    background: rgba(255, 255, 255, 1);
}}
.headerTl:after{content: '';
    width: 138px;
    height: 2px;
    background: rgba(255, 255, 255, 0.8);
    border-left: solid 60px #049cf7;
    position: absolute;
    bottom: -7px;
    left: 0px;}

.owl-page span {
    display: block;
    width: 15px !important;
    height: 15px !important;
    margin: 5px 3px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 50% !important;
    background: #afafaf;
}
.margin-right-5{
 margin-right: 5px;
}

@media (max-width:400px){
.headerTlBig {
    font-size: 40px;
    line-height: 50px;
}
}



/*cookies*/
#cookie-bar {
	display: block;
	direction: ltr;
	color: #ddd;
	min-height: 30px;
	z-index: 99999;
	padding: 6px 20px 4px;
	background-color: #174369;
	bottom: 0
}

button#Cookie {
	margin: 0 20px;
	line-height: 20px;
	background: #737a81;
	border: none;
	color: #fff;
	padding: 4px 12px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700
}
#cookie-bar,
.modal {
	position: fixed;
	left: 0;
	width: 100%
}
#cookie-bar,
.badge,
.modal-footer {
	text-align: center
}
button#Cookie {
    margin: 0 20px;
    line-height: 20px;
    background: #737a81;
    border: none;
    color: #fff;
    padding: 4px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
}

/*-- go to top start--*/

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #222222;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}



.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}
.scroll {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgb(1, 125, 199);
    color: #fff;
    padding: 0 4px 2px 4px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.scroll:hover {
    background: #000;
    color: #fff;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:40px;
	margin-top:0px;
	margin-left:0px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}



.tl{
	color:#fff;	
}

/*-- sitemap start--*/
.list-right-open-thin a{
	color: #000;
}
.list-right-open-thin a:hover {
    color: #0093d0;
}
.sitemap-ul{
	margin-left: 35px;
	list-style: none;
}
.sitemap-ul li a{
	color: #000;
}
.site-manu:hover {
	color: #000;
}
.sitemap-ul li:before{
	content: "\f0da";
	font: normal normal normal 14px/1 FontAwesome;
}


/*-- index page--*/
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 35px;
    height: 5px;
    margin: 0px 3px;
    filter: Alpha(Opacity=50);
    opacity: 1;
	    border: 1px solid #ecf0f1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #afafaf;
}

/*-- 404 page--*/
.page-not-found{
	
	background:url(../img/404-bg.jpg) no-repeat;
	background-size:cover;
}
.page-not-found-bg-color{
	background: #ffffff87;
	padding: 150px 0;
}
.page-not-found-bg-color h1{
	color: #fff;
  font-size: 150px;
}
.page-not-found-bg-color .h3{
    color: #fff;
    padding-top: 82px;
}

.page-not-found-bg-color p{
    margin: 10px 0 10px;
    color: #fff;
}

/*-- help manual page--*/
.btn-dark-2{
	background-color: #000;
    color: #fff;
}
.btn-black{
	    background: #000;
    color: #fff;
	margin: 0 5px;
}
.btn-black:hover{
	    background: #000;
    color: #fff;
}

.cpanel .btn:focus{
	    background: #000;
    color: #fff !important;
}

/*-- my sql buynow page--*/

.note-heading{
	padding: 10px 0 10px 10px;
    background: rgba(247,217,3,.29);
}

/*-- all product page banner image--*/
.live-chat-btn {
    background-color: #174369;
    border-radius: 20px;
    padding: 11px !important;
    font-size: 14px !important;
    color: #fff !important;
    margin-top: 13px;
}
.live-chat-btn:hover {
    background-color: #b8d1f5 !important;
    color: #000 !important;
}
.sql-recovery-banner  ul.list-right-open-check li:before {
    font-family: "fontawesome";
    content: "\f0a4";
    margin-right: 7px;
    margin-left: -20px;
    font-size: 14px;
    color: #fff;
}
.sharepoint-database-recovery-banner  ul.list-right-open-check li:before {
    font-family: "fontawesome";
    content: "\f0a4";
    margin-right: 7px;
    margin-left: -20px;
    font-size: 14px;
    color: #fff;
}
.sqlite-database-recovery-banner ul.list-right-open-check li:before {
    font-family: "fontawesome";
    content: "\f0a4";
    margin-right: 7px;
    margin-left: -20px;
    font-size: 14px;
    color: #fff;
}
.mysql-database-recovery-banner ul.list-right-open-check li:before {
    font-family: "fontawesome";
    content: "\f0a4";
    margin-right: 7px;
    margin-left: -20px;
    font-size: 14px;
    color: #fff;
}
.dbf-recovery-banner ul.list-right-open-check li:before {
    font-family: "fontawesome";
    content: "\f0a4";
    margin-right: 7px;
    margin-left: -20px;
    font-size: 14px;
    color: #fff;
}
.access-database-recovery-banner ul.list-right-open-check li:before {
    font-family: "fontawesome";
    content: "\f0a4";
    margin-right: 7px;
    margin-left: -20px;
    font-size: 14px;
    color: #fff;
}
.dbf-recovery-banner{
	  background-image: url(../img/slide2.png);
      background-size: cover;
    background-repeat: no-repeat;
}
.access-database-recovery-banner{
	 background:linear-gradient(to left, #485563, #29323c);
}
.sql-recovery-banner{
	 background-image: url(../img/slide4.png);
      background-size: cover;
    background-repeat: no-repeat;
}
.mysql-database-recovery-banner{
	 background:linear-gradient(to left, #485563, #29323c);
      background-size: cover;
    background-repeat: no-repeat;
}
.sharepoint-database-recovery-banner{
	 background-image: url(../img/slide6.png);
      background-size: cover;
    background-repeat: no-repeat;		
}
.sqlite-database-recovery-banner{
    background: linear-gradient(to left, #485563, #29323c);
}

.dbf-recovery-banner .row,.access-database-recovery-banner .row,.sql-recovery-banner .row,.mysql-database-recovery-banner .row,.sharepoint-database-recovery-banner .row,.sqlite-database-recovery-banner .row{
    padding: 70px 0;
}
.dbf-recovery-banner h2,.access-database-recovery-banner h2,.sql-recovery-banner h2,.sharepoint-database-recovery-banner h2,.sqlite-database-recovery-banner h2{
		padding: 5px;
      color: #fff;
    font-size: 35px;
      text-transform: uppercase;
      font-weight:700;

}
.mysql-database-recovery-banner h2{
		padding: 5px;
      color: #fff;
    font-size: 35px;
      font-weight:700;
}
.dbf-recovery-banner h4 ,.access-database-recovery-banner h4,.sql-recovery-banner h4,.mysql-database-recovery-banner h4,.sharepoint-database-recovery-banner h4,.sqlite-database-recovery-banner h4{
		padding: 5px;
    color: #fff;
    font-size: 20px;
      font-weight:500;
}
.dbf-recovery-banner .text-left,.access-database-recovery-banner .text-left,.sql-recovery-banner .text-left,.mysql-database-recovery-banner .text-left,.sharepoint-database-recovery-banner .text-left,.sqlite-database-recovery-banner .text-left{
    padding-left: 40px;
}

.dbf-recovery-banner,.access-database-recovery-banner,.sql-recovery-banner,.mysql-database-recovery-banner,.sharepoint-database-recovery-banner,.sqlite-database-recovery-banner{
  height: 100%;
  width:100%;
}

/*--breadcrumb--*/
.breadcrumb-n {
width: 100%;
    background:#e8e8e8c4;
    margin-bottom: 0px;
    list-style: none;
    border-radius: 0px;
    letter-spacing: 0.1px;
    overflow: hidden;
	padding-left: 65px;
}

.breadcrumb-n a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 15px;
	line-height: 36px;
	color: black;
	padding-right: 5px;
}
@media (max-width:497px) {
.breadcrumb-n a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    color: white;
    padding: 0 10px 0 23px;
    background: #666;
    background: linear-gradient(#666, #333);
    position: relative;
}
.breadcrumb {
	padding: 0px 0px;
    margin-bottom: 0px;
    list-style: none;
	border-radius: 0px;
    background-color: #f5f5f5;
	overflow: hidden;
}

.breadcrumb a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 36px;
	color: white;
	padding: 0 10px 0 60px;
	background: #666;
	background: linear-gradient(#666, #333);
	position: relative;
}

.breadcrumb a.active, .breadcrumb a:hover{
	background: #333;
	background: linear-gradient(#333, #000);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
	background: #333;
	background: linear-gradient(135deg, #333, #000);
}

.breadcrumb a:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -18px; 
	width: 36px; 
	height: 36px;
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: #666;
	background: linear-gradient(135deg, #666, #333);
	box-shadow: 
		2px -2px 0 2px rgba(0, 0, 0, 0.4), 
		3px -3px 0 2px rgba(255, 255, 255, 0.1);
	border-radius: 0 5px 0 50px;
}



.breadcrumb a:before {
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	left: 30px;
	background: #444;
	background: linear-gradient(#444, #222);
	font-weight: bold;
}
@media (max-width:497px) {
.breadcrumb a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    color: white;
    padding: 0 10px 0 23px;
    background: #666;
    background: linear-gradient(#666, #333);
    position: relative;
}

}

/*--sql transaction purchase page--*/
.sql-p-border{
	    border: 1px solid #f8f8f8;
}
.sql-p-head{
	background: #f2f2f2;
    border: 1px solid #e4e4e4;
    padding: 8px;
    margin-bottom: 35px;
}
.sql-p-img{
	padding-top: 25%;
}
@media (max-width:767px) {
.sql-p-img{
	padding-top: 0;
}	
	
}
.dropdown-menu-2{
	width: auto !important;
    position: absolute;
    top: 100%;
    left: 55% !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu-3{
	width: auto !important;
    position: absolute;
    top: 100%;
    left: 66% !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}


