@charset "utf-8";
/* CSS Document */
@import url(../FontFamily/Poppins.css);
/* @import url(../FontFamily/Montserrat/stylesheet.css); */
/* --------------------< Global Style >-------------------- */
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, 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    line-height: 18px;
    text-decoration: none;
    height: 100%;
    width: 100%;
}
html {
    height: 100%;
    width: 100%;
}
a, img {
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
    outline: none;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
*:focus
{
    outline: none;
}
/*** Headings ***/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans';
    line-height: 1.2;
    color:#222222;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: medium none;
    outline-offset: -2px;
}
h1 {
    font-size: 77px;
	line-height:81px;
}
h2 {
    font-size: 55px;
	line-height:50px;
	font-family:'Poppins Medium';
}
h3 {
	font-size: 37px;
	line-height:44px;
}
h4 {
    font-size: 36px;
	line-height:48px;
	font-family:'Poppins';
	font-weight:400;
}
h5 {
    font-size: 22px;
	color:#222222;
}
h6 {
    font-size: 20px;
	line-height:32px;
	color:#222222;
	font-family:'Poppins Medium';
}
/*** Links ***/
a { /*color:#8d99a9;*/
    text-decoration: none;
}
*:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
/*a:hover {color:#FFEA3D;  }*/
a:focus {
    outline: none;
    color: inherit;
}
a:hover, a:active, a:focus {
    outline: none;
    color: inherit;
    text-decoration: none;
}
/*** Typography ***/
b, strong {
    font-weight: bold;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
small {
    font-size: 85%;
}
/*** Spacing ***/
hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, p, table, address, fieldset, figure {
}
input[type="button"] {
    transition: 1.5s;
    -webkit-transition: 1.5s;
}
input[type="button"]:hover {
    transition: 1.5s;
    -webkit-transition: 1.5s;
}
input, button, a {
    outline: none;
}
.form-control {
    border-radius: 0px;
    box-shadow: none;
}
.form-control:focus {
    border-color: #d7a345;
    box-shadow: none;
    outline: 0 none;
}
li {
    list-style: none;
}
img {
    max-width: 100%;
}

/* --------------------< Global Style >-------------------- */


/* --------------------< Page >-------------------- */
body {
    background-color: #ffffff;
}
p {
    font-size: 16px;
    line-height: 28px;
    font-family:'Poppins';
    color: #222222;
	font-weight:400;
}
.left{
	float:left;
}
.sections{
	float:left;
	width:100%;
}
.relative{
	position:relative;
}
.headings {
  margin-bottom: 15px;
}
/*-------||--- header---||---------- */
.headerSection {
  border-top: 2px solid #22a839;
  height: 97px;
}
.logo {
  padding: 29px 0 17px;
}
.innerProfile-page .logo {
  padding: 15px 0 0;
}
.headerSection ul {
  margin: 0;
  padding: 42px 0;
}
.top-head-menu {
  float: left;
  width: 75%;
}
.headerSection ul li {
  display: inline-block;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 600;
  padding: 0 17px;
}
.headerSection ul li:first-child {
    padding-left: 0;
}
.headerSection ul li:last-child {
    padding-right: 0;
}
.headerInner .top-head-menu a {
  color: #000000;
}
.headerSection ul li a {
  color: #404040;
  text-transform: uppercase;
}
.head-search-login {
  float: right;
  padding: 41px 0;
  width: 25%;
}
.tp-head {
  display: inline-block;
}
.tp-head.search-top-sec > a {
  color: #000000;
  font-size: 19px;
  /* padding: 0 28px 0 1px; */
}
.tp-head.login-top-sec > a {
  background: #22a839 none repeat scroll 0 0;
  border-radius: 3px;
  color: #ffffff;
  font-size: 17px;
  padding: 6px 21px;
}
.login-top-sec .fa.fa-user {
  padding-right: 9px;
}
 .innerProfile-page .active a, .headerSection ul li a:hover {
  border-bottom: 3px solid #22a839;
  padding-bottom: 29px;
}
.headerSection ul li a:hover {
    color: #22a839;
}
.tp-head.search-top-sec .fa.fa-search {
  margin-top: 3px;
}
.tp-head.search-top-sec {
  display: inline-block;
  padding: 0 28px 9px 0;
  vertical-align: middle;
}
/*-------||--- header---||-------E--- */

/*-------||--- Banner---||---------- */
.bannerSection {
  background-image: url("../../assets/images/banner.jpg");
  overflow: hidden;
  width: 100%;
  background-repeat:no-repeat;
  background-size:cover;
}
.bannerSection .col-sm-7, .bannerSection .col-md-7, .bannerSection .col-sm-5, .bannerSection .col-md-5, .bannerSection .row, .darkSorceSection .col-sm-8, .darkSorceSection .col-md-8, .darkSorceSection .row, .darkSorceSection .col-sm-6, .darkSorceSection .col-md-6 {
	position:static;
}
.bannerTxt {
    padding: 184px 0 380px;
}
.bannerSection h1 {
  color: #23a839;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 88px;
  position: relative;
  text-transform: uppercase;
}
.bannerSection h1::before {
  border-left: 3px solid #23a839;
  content: "";
  height: 139px;
  left: -21px;
  position: absolute;
  top: 16px;
  width: 3px;
}
.bannerSection h1 span{
	color:#fff;
}
.bannerTxt h4 {
  color: #23a839;
  line-height: 20px;
}
.bannerSection p {
  color: #fff;
  margin-top: 15px;
  font-family:'Poppins';
  font-weight: 400;
}
.btn.btnSignUp {
  background-color: #23a839;
  color: #fff;
  font-family: "Poppins";
  font-size: 20px;
  margin-top: 35px;
  padding: 11px 27px;
  text-transform: uppercase;
}
.sideImage {
  bottom: 0;
  position: absolute;
  right: 139px;
  top: 56px;
  width: 788px;
}
/*-------||--- Banner---||-------E--- */

/*-------||--- Identify---||---------- */
.identifySection {
  background-color: #f7f6f7;
  padding: 50px 0 56px;
}
.fivteen{
	font-size:15px;
	color:#222222;
	font-family:'Poppins';
	line-height: 25px;
}
.sixteen {
  color: #454545;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 25px;
  font-weight:400;
}
.identifySection .fivteen{
	font-size:15px;
}
.boxIdenty h6 {
  margin-bottom: 4px;
}
.identifySection h4 {
  margin-bottom: 20px;
}
.boxIdenty {
  margin-top: 30px;
}
.heightIner {
  display: table-cell;
  vertical-align: middle;
}
.height {
  display: table;
  height: 138px;
  vertical-align: middle;
  width: 100%;
}
.heightIner > img {
  max-height: 120px;
  max-width:100%;
}
.boxIdenty p {
  color: #5d5d5d;
}
.identifySection .headings {
  font-family: "Poppins SemiBold";
   color: #24a83a;
}
/*-------||--- Identify---||-------E--- */


/*-------||--- Secority---||---------- */

.secoritySection {
  background-image: url("../../assets/images/secority.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 45px 0 51px;
  width: 100%;
}
.secoritySection h2 {
  color: #fff;
  font-family: "Poppins Light";
  margin-bottom: 20px;
}
.secoritySection p{
	color:#fff;
}
.effects{
	margin-top:30px;
}

/*-------||--- Secority---||-------E--- */


/*-------||--- Dark Sorce---||---------- */

.darkSorceSection {
  background-color: #fff;
  padding: 66px 0 75px;
}
.darkSorceSection .headings {
  margin-bottom: 0;
}
.darkSorceSection h5{
	font-family:'Poppins Light';
	font-weight: 300;
}
.darkBox ul li {
  list-style-type: none;
  margin-bottom: 41px;
  padding-left: 105px;
  position: relative;
}
.darkBox ul li h6 {
  text-transform: uppercase;
}
.darkBox ul li::before {
  content: "";
  height: 84px;
  left: 0;
  top: -1px;
  position: absolute;
  background-repeat:no-repeat;
  width: 84px;
}
.darkBox ul li.signUp::before {
  background-image: url("../../assets/images/icon_signup.png");
}
.darkBox ul li.weAlert::before {
  background-image: url("../../assets/images/icon_alert.png");
}
.darkBox ul li.restore::before {
  background-image: url("../../assets/images/icon_restore.png");
}
.darkBox ul li.done::before {
  background-image: url("../../assets/images/icon_done.png");
}
.darkImg {
  position: absolute;
  right: 42px;
}
.darkImg > img {
  max-width: 890px;
}
.darkContent {
  margin-top: 112px;
}
/*-------||--- Dark Sorce---||-------E--- */



/*-------||--- Plan---||---------- */

.planSorceSection {
  background-image: url("../../assets/images/plan.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 61px 0 48px;
  width: 100%;
}
.planRight h3 {
  color: #fff;
  font-family: "Segoe UI Bold Italic";
  margin-bottom: 13px;
  margin-top: 13px;
}
.planRight p {
  color: #fff;
  font-family: "Poppins Medium Italic";
  font-size: 18px;
  font-style:italic;
}
.planLeft {
  float: left;
  margin-right: 49px;
}
.planRight {
  float: left;
}

/*-------||--- Plan---||-------E--- */


/*-------||--- Video---||---------- */

.videoHomeSection {
  padding: 35px 0 69px;
}
.headings.h_48 {
  font-size: 43px;
}
.videoHomeSection .p_18 {
  font-family: "Poppins Light";
  font-size: 18px;
  font-weight: 300;
}
.headings.h_48 span img {
  position: relative;
  top: 17px;
  vertical-align: baseline;
}
.headings.h_48 span {
  margin-left: 16px;
}
.vdoLeft{
	margin-top:29px;
}

/*-------||--- Video---||-------E--- */


/*-------||--- Dark web---||---------- */

.darkWebSection{
	background-color:#f7f6f7;
	padding:70px 0;
}
.darkWebContent ul li{
	list-style-type:none;
	padding-left:60px;
	position:relative;
	margin-bottom:35px;
}
.darkWebContent ul li:before{
  background-repeat:no-repeat;
  content: "";
  height: 84px;
  left: 0;
  top: 6px;
  position: absolute;
  width: 84px;
}
.darkWebContent ul li.darkSecority:before{
  background-image: url("../../assets/images/iconDark.png");
}
.darkWebContent ul li.webMonitring:before{
  background-image: url("../../assets/images/iconWeb.png");
}
.darkWebContent ul li.Pasword:before{
  background-image: url("../../assets/images/iconLock.png");
}
.green{
	color:#4fba6f;
}
.darkWebSection h5{
	font-family:'Poppins SemiBold';
	 margin-bottom: 4px;
}
.darkWebContent {
  margin-top: 22px;
}
.darkWebContent ul li p {
  font-family: "Poppins Light";
}
/*-------||--- Dark web---||-------E--- */



/*-------||--- What our Client---||---------- */

.whatClientWebSection {
  padding: 70px 0;
}
.star ul li {
    display: inline-block;
    vertical-align: middle;
}
.clientBox ul li {
  color: #23a839;
  display: inline-block;
  font-size: 28px;
  margin-right: 5px;
  cursor:pointer;
}
.clientBox ul li:hover{
	color:#0f8823;
}
.clientBox p {
  color: #545454;
  font-family: "Poppins Medium Italic";
  font-size: 15px;
  font-style: italic;
  line-height: 25px;
  text-align: justify;
}
.clientBox {
  box-shadow: 0 0 5px 1px #ccc;
  padding: 40px 33px;
  min-height:286px;
}
.clientBox ul {
  margin-bottom: 15px;
}
.clientBox h6{
	 text-transform: uppercase;
	 margin-bottom:5px;
	 font-family:'Poppins SemiBold';
}
.star {
  margin-bottom: 40px;
}

/*-------||--- What our Client---||-------E--- */	


/*-------||--- Slider---||--------- */	

.sliderSection {
  background-color: #f7f6f7;
  padding: 68px 0 120px;
}
.slideContent ul li{
	display:inline-block;
}
.slideContent {
  text-align: center;
}
.slideContent ul li {
  display: inline-block;
  vertical-align: middle;
  width: 19%;
}
.slideContent:before{
  background-image: url("../../assets/images/leftIcon.png");
  left: -81px;
}
.slideContent:after{
  background-image: url("../../assets/images/rightIcon.png");
  right: -81px;

}
.slideContent:before, .slideContent:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	width: 70px;
    background-repeat:no-repeat;
    content: "";
    height: 70px;
}
/*-------||--- Slider---||-------E--- */	



/*-------||--- Footer---||---------- */	
.footerSection {
  padding: 210px 0 25px;
}
.footerSection.profileFooter {
  padding: 25px 0;
}
.footerSection.profile_footer_sec {
  background: #25242c none repeat scroll 0 0;
}
.logo_footer {
  margin-bottom: 20px;
}
.footerMenu p {
  color: #393939;
  font-size: 14px;
  font-weight: 200;
  line-height: 2;
}
.address_footer > p, .links > p {
  color: #ffffff;
}
.profile_footer_sec .colHeight .link_more {
  color: #24aa3b;
  font-size: 14px;
}
.profile_footer_sec .links > h3 {
  color: #ffffff;
}
.links h3 {
  font-family: "Poppins Medium";
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 3px;
  margin-top: 6px;
}
.links ul {
  padding: 0;
}
.links ul li::before {
  color: #393939;
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 0;
}
.links ul li {
  cursor: pointer;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.profile_footer_sec .links li {
  line-height: 32px;
}
.profile_footer_sec .links a {
  color: #ffffff;
}
.links ul li a {
  font-family: "Poppins Light";
  font-size: 14px;
}
.links ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    left: 0px;
    top: 0px;
    color: #393939;
    position: absolute;
}
.links ul li.Linkedin:before {
    content: "\f0e1";
}
.links ul li.facebook:before {
    content: "\f09a";
}
.links ul li.GoogleP:before {
    content: "\f0d5";
}
.links ul li.instagram:before {
    content: "\f16d";
}
.links ul li.Twitter:before {
    content: "\f099";

}
.links ul li.sendSms:before {
    content: "\f0e6";
}
.links ul li.sendMail:before {
    content: "";
}
.links ul li.companyVideo:before {
    content: "\f03d";
}

.links ul li:hover a, .links ul li:hover:before
{
    color: #24aa3b;
    text-decoration: none;
}
.profile_footer_sec .links li::before {
    color: #ffffff;
}
.profile_footer_sec .footer_social_ico li {
    padding-left: 20px;
}
.address_footer .fa.fa-map-marker {
  float: left;
  min-height: 140px;
  position: relative;
  top: 6px;
  width: 20px;
}
/*-------||--- Footer---||-------E--- */	
/*-------||--- Footer bottom---||---------- */	
.hrFooter {
  border-top: 1px solid #4e4e4e ;
  margin: 20px 0;
}
.footerBottom{
	background: #25242c none repeat scroll 0 0;
}
.footerColor{
	color:#fff;
	font-family:'Poppins ExtraLight';
}
/*-------||--- Footer bottom---||-------E--- */	


/*-------||--- Newsletter bottom---||---------- */	


.newsLetr {
  background-color: #23a839;
  padding: 20px 0 30px;
}
.newsLetr h4{
	text-align:center;
	color:#fff;
}
.newsLetr::before {
  background-image: url("../../assets/images/leftSide.png");
  background-repeat: no-repeat;
  content: "";
  height: 70px;
  left: -32px;
  position: absolute;
  top: -1px;
  width: 32px;
  z-index: 1;
}
.newsLetr::after {
  background-image: url("../../assets/images/rightSide.png");
  background-repeat: no-repeat;
  content: "";
  height: 70px;
  right: -32px;
  position: absolute;
  top: -1px;
  width: 32px;
  z-index: 1;
}

.txtBox .input-group-addon {
  background-color: #23a839;
  border: 0 none;
  color: #fff;
  font-size: 22px;
  padding: 0 35px;
  text-transform: unset;
}
.input-group.txtBox {
  border: 1px solid #fff;
  border-radius: 4px;
  height: 57px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 600px;
}
.txtBox input {
  border: 0 none;
  color: #222222;
  font-size: 16px;
  height: 57px;
}
.newsLetterSection.sections {
  position: absolute;
  top: -38px;
}
/*-------||--- Newsletter bottom---||-------E--- */	



/*----------------------------------||--- ---||------------------------------ */	
/*----------------------------------||--- profile---||------------------------------ */	
/*----------------------------------||--- ---||------------------------------ */	




/*---||--- Banner section---||--- */

.profileBannerSection {
    background-image: url("../../assets/images/bannerProfile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    width: 100%;
}
.porfileBanContent {
  padding: 36px 0;
}
p.txtDate {
  color: #fff;
  font-family: "Poppins";
  font-size: 15px;
  line-height: 12px;
}
.txtWhihe {
  color: #fff;
  font-family: "Poppins";
  font-size: 40px;
  line-height: 51px;
  margin-top: 0;
  text-transform: uppercase;
}
.txtGreen {
  color: #22a839;
  font-family: "Poppins ExtraBold";
  font-size: 40px;
  line-height: 51px;
  margin-top: 0;
  text-transform: uppercase;
}
p.txtp {
  color: #fff;
  font-family: "Poppins ExtraLight";
  font-size: 15px;
  line-height: 19px;
  margin-top: 0;
}
.profileRight {
  bottom: 0;
  position: absolute;
}
.profileRight > img {
    max-width: 67%;
}
.bannerProfileInner .row, .bannerProfileInner .col-sm-6, .bannerProfileInner  .col-md-6
{
	position:static;
}
/*---||--- Banner section---||--E- */


/*---||--- Table Detail section---||--- */




.tableTop {
  background-color: #fff;
  padding: 53px 0 70px;
}
.txtLight{
	font-family:'Poppins Light';
	margin-top: 10px;
}
.txtLight span{
	color:#22a839;
}
.twentySix {
  color: #22a839;
  display: table;
  font-family: "Poppins Medium";
  font-size: 26px;
  margin-top: 27px;
  text-transform: uppercase;
}
.singleLineHrader .twentySix {
  margin-top: 41px;
}
.sixteenTab{
	font-size:16px;
	font-family:'Poppins Light';
	color:#3d3d3d;
	display: table;
}
.tableTopBox {
  margin-top: 30px;
}
.tableChart {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 0px;
}
.tableFirst{
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 0px;
  border-top: 1px solid #ccc;
}
.tableChart tr th, .tableChart  tr td{
	border-top:0 none !important;
	vertical-align:middle !important;
	padding: 12px !important;
}
.tableChart tr th {
  padding-left: 50px !important;
  width: 50%;
}


.tableChart thead tr:first-child td {
  padding-right: 90px !important;
}

.tableChart tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.tableInner.tableChart.table .topHeadImg img {
  border: 2px solid #22a839;
  border-radius: 50%;
  float: left;
  height: 110px;
  margin-right: 20px;
  width: 110px;
}
.icnHeadr {
  border: 2px solid #22a839;
  border-radius: 50%;
  color: #22a839;
  float: left;
  font-size: 71px;
  height: 110px;
  margin-right: 20px;
  padding: 18px 5px;
  text-align: center;
  vertical-align: middle;
  width: 110px;
}
.tableInner.tableChart.table h6 {
  display: inline-block;
  font-family:'Poppins';
  font-weight:400;
  color:#3d3d3d;
}
.eighteen {
  color: #3d3d3d;
  font-family: "Poppins Light";
  font-size: 18px;
  word-break: break-all;
}
.faLeft {
  color: #22a839;
  display: inline-block;
  font-size: 20px;
  margin-right: 22px;
  margin-top: -5px;
  min-height: auto !important;
  vertical-align: middle;
}
/* .faHrader { */
  /* background-color: #22a839; */
  /* border-radius: 50%; */
  /* color: #fff; */
  /* font-size: 34px; */
  /* height: 38px; */
  /* line-height: 39px; */
  /* text-align: center; */
  /* width: 38px; */
/* } */
.faHrader {
  border-radius: 50%;
  color: #22a839;
  float: right;
  font-size: 47px;
  margin: 31px 0;
  text-align: center;
}
.tableInner.tableChart.table .img_icon.faLeft img {
  border: 0 none !important;
  border-radius: 0 !important;
  margin-right: 0;
}
.tableHead {
  position: relative;
}
.tableHead.topHeadImg th:hover:after
{
	color:#222;
}
.tableInner.tableChart.table  thead  tr  th {
  border-bottom: 0 solid #ddd;
  vertical-align: bottom;
}
.tableInner.tableChart.table thead > tr > th {
  border-bottom: 0 solid #ddd;
  vertical-align: bottom;
}
.tableHead.afterNone th::after {
  border-radius: 50%;
  color: #22a839;
  content: "";
  font-family: FontAwesome;
  font-size: 54px;
  position: absolute;
  right: 90px;
  top: 31px;
}
.tableInner.tableChart.table.tableSecond thead > tr > th {
  border-bottom: 0 solid #ddd;
}
.tableInner.tableChart.table.tableThird thead > tr > th {
  border-bottom: 0 solid #ddd;
}
.tableHead.rowColor > tr {
  background-color: #e8f6eb;
}
.tableSecond tbody tr:nth-child(odd) {
  background-color: #e1eee4;
}
.tableSecond tbody tr:nth-child(even) {
  background-color: #e8f6eb;
}
.addressTwo tbody tr:nth-child(odd) {
  background-color: #bdd1f2;
}
.addressTwo tbody tr:nth-child(even) {
  background-color: #e1e1e1;
}
.tableSecond {
  border-bottom: 0 none;
  border-top: 0 none;
}
#no-more-tablesA table.tableInner.tableChart.table.tableProfile tbody tr th, #no-more-tablesA table.tableInner.tableChart.table.singleLineHrader.tableServices.tableIpAdd tbody tr th {
  width: 50%;
}
#no-more-tablesA table.tableInner.tableChart.table.tableProfile tbody tr td,  #no-more-tablesA table.tableInner.tableChart.table.singleLineHrader.tableServices.tableIpAdd tbody tr td {
  width: 50%;
}
.txtTable, .txtTable a, a .txtTable {
  color: #22a839;
}

.tableColums thead tr th {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  width: auto !important;
  padding-left:8px !important;
  background-color: #d5d5d5;
   color: #22a839;
}
.tableColums tbody td {
    text-align: center;
	color: #3d3d3d;
    font-family: "Poppins Light";
    font-size: 18px;
	line-height: 28px;
}



.tableInner.tableChart.table thead > tr > th {
  vertical-align: bottom;
}
#no-more-tablesA, .tableTopBox  {
  float: left;
  width: 100%;
}
.leftHeader {
    float: left;
    width: 80%;
	padding-left: 50px !important;
}
.rightHeader {
  float: left;
  width: 20%;
  padding-right:90px;
}	
.tableHeadings.relative {
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-top:1px solid #ccc;
  border-bottom:0;
  float: left;
  padding: 8px;
  width: 100%;
}
/*---||--- Table Detail section---||--E- */



/* search */
#imaginary_container {
    margin-top: 0;
}
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
.stylish-input-group .input-group-addon {
    background: #24aa3b none repeat scroll 0 0 !important;
    border: 0 none;
    border-radius: 50px;
    
    padding-left: 32px;
    padding-right: 32px;
}
.stylish-input-group .input-group-addon p {
    color: #fff;
    font-size: 20px;
    margin-top: 0;
}
.searchBox input {
    border: 0 none !important;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    height: 60px !important;
	font-size:15px;
	padding-left: 25px;
	color"#404040;
}
.searchBox .input-group {
    background-color: #fff;
    border-collapse: separate;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    display: table;
    height: 50px;
    position: relative;
}
.searchBox span{
	margin-left:10px;
}
/* search */
/* .searchBox { */
    /* margin-bottom: 26px; */
/* } */
.bannerInner p {
  color: #fff;
  font-family: "Poppins Light";
  font-size: 16px;
  line-height: 32px;
  margin-top: 26px;
}
.searchBox {
  padding-right: 15px;
}

.bannerInner {
    margin-bottom: 117px;
    margin-top: 168px;
	position:relative;
}
.bannerBtn{
	margin-bottom:28px;
}
.bannerImg {
    bottom: 0;
    position: absolute;
    right: -100px;
    top: -64px;
    z-index: 999;
}
/*---||--- Banner section---||-E-- */


/*---||--- Contact Detail section---||--- */

.contactDetail{
	background-image:url("../../assets/images/contactBack.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	padding:87px 0;
}
.contactDetail h3 {
    color: #fff;
    font-family: "Poppins bold";
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 25px;
}
.contactDetail p {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
}
.colBorder {
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
}
/*---||--- Contact Detail section---||-E-- */

/*---||--- What we do section---||--- */
.whatWeDoSection {
    padding: 75px 0 45px;
    background: url(../images/bg-robot.png) left bottom no-repeat;
}
/* .headings { */
    /* color: #484848; */
    /* font-size: 32px; */
    /* font-weight: 600; */
    /* line-height: 51px; */
    /* text-transform: uppercase; */
/* } */
.whatWeDoSection ul {
    margin: 16px 0 0;
    padding: 0;
}
.whatWeDoSection ul li {
  color: #343434;
  font-family: "Poppins Light";
  font-size: 21px;
  line-height: 1.3;
  list-style-type: none;
  margin-bottom: 25px;
  padding-left: 42px;
  position: relative;
}
.whatWeDoSection img {
  margin-top: 10px;
}
.whatWeDoSection ul li:before{
	position:absolute;
	left:0;
	top: -3px;
  height: 27px;
  width: 27px;
  content: "";
}
.file:before{
	background: url("../../assets/images/iconFile.png") no-repeat scroll 0 0;
}
.data:before{
	background: url("../../assets/images/iconData.png") no-repeat scroll 0 0;
}
.mesage::before {
  background: url("../../assets/images/iconMessage.png") no-repeat scroll 0 0;
}
.bell:before{
	background: url("../../assets/images/iconBell.png") no-repeat scroll 0 0;
}
/*---||--- What we do section---||-E-- */


/*---||--- Play video section---||--- */


.videoSection {
  background-image: url("../../assets/images/playVideoBack.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding:100px 0 63px;
}
.imgPosition {
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.imgPosition::before {
  border-bottom: 8px solid #a29d9c;
  border-right: 8px solid #a29d9c;
  border-bottom-right-radius: 3px;
  bottom: -13px;
  content: "";
  height: 70px;
  position: absolute;
  right: 0;
  width: 70px;
}
.videoSection .video-text {
  padding-right: 2px;
}
.imgPosition::after {
  border-left: 8px solid #a29d9c;
  border-top: 8px solid #a29d9c;
  border-top-left-radius: 3px;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  top: -16px;
  width: 70px;
}
.videoSection p {
    color: #fff;
    font-family: "Poppins Light";
    font-size: 16px;
    line-height: 2.1;
    margin-bottom: 10px;
}

/*---||--- Play video section---||-E-- */


/*---||--- Table section---||--- */
.tableSection{
	padding:40px 0 110px;
}
.tables {
    float: left;
    margin-top: 40px;
    width: 100%;
}
.tables h3 {
  background-color: #24aa3b;
  color: #fff;
  font-family: "Poppins";
  font-size: 22px;
  padding: 18px 20px;
  text-align: center;
  text-transform: uppercase;
}
.tableBasics tr:nth-child(2n+1) {
    background-color: #fff;
}
.tableBasics tr:nth-child(2n) {
    background-color: #f6f6f6;
}
.tableBasics tr td {
  border-bottom: 0 none !important;
  color: #000;
  font-family: "Poppins";
  font-size: 17px;
  padding-bottom: 13px !important;
  padding-top: 13px !important;
}
.table {
    margin-bottom: 0;
}
.tableBasics tr td:last-child
{
	text-align:right;
	padding-right:20px;
}
.tableBasics tr td:first-child
{
	padding-left:20px;
}
.tableBasics tr  td{
  border-top: 0 !important;
}
.tableBasics{
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    margin-bottom: 0;
}
.tableHeadeLeft > span {
    float: right;
    text-align: right;
	 text-transform: none;
}
.tableHeadeLeft {
    text-align: left !important;
	
}
.TableContct {
  font-family: "Poppins";
  font-weight: 400;
}
/*---||--- Table section---||-E-- */

/*---||--- Hacked section---||--- */
.hackedSection {
    background-image: url("../../assets/images/hackedBack.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 47px;
    padding-top: 55px;
}
.Realative{
	position:relative;
}
.hackedSection h1 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 31px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
}
.hackedSection p {
    color: #fff;
    font-family: "Poppins";
    font-size: 20px;
    font-style: italic;
    text-align: right;
}
.containerImg::before {
  background-image: url("../../assets/images/hackScreen.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: -47px;
  content: "";
  height: 264px;
  left: -118px;
  position: absolute;
  width: 341px;
}
/*---||--- Hacked section---||-E-- */

/*---||--- INFORMATION section---||--- */
.informationSection{
	padding:77px 0 50px;
}
.informationSection h2 {
    color: #484848;
    font-family: "Poppins Medium";
    font-size: 32px;
    text-transform: uppercase;
}
.sliderBox{
	position:relative;
}

.sliderBox ul{
	padding:0;
	margin:0;
}
.sliderBox ul li {
  float: left;
  margin-bottom: 35px;
  position: relative;
  width: 20%;
}
.imgHeight > img {
  max-width: 140px;
}
.sliderBox .text-center {
  padding: 0;
}

.sliderBox h3 {
  color: #060000;
  font-family: "Poppins";
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 12px;
}
.sliderBox h4 {
  color: #000;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
}
.sliderBox {
    margin-top: 50px;
}
.imgHeight {
    height: 50px;
}
.sliderBox ul li h3:last-child {
  margin-bottom: 3px;
}
/*---||--- INFORMATION section---||-E-- */


/*---||--- Tab Section ---||--- */

.tabSection{
	background-color:#f4fbf5;
	padding:65px 0 84px;
}
.tabSection h3 {
  color: #707070;
  font-family: "Poppins";
  font-size: 24px;
  line-height: 43px;
  margin: 8px 0 30px;
}
.pBold{
	color:#000000;
	font-size:18px;
	line-height:33px;
	font-family:'Poppins Medium';
}
.tabUl{
	padding:0;
	margin:0;
}
.tabUl li {
    color: #292828;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 33px;
    list-style-type: none;
    padding-left: 20px;
    position: relative;
}
.tabUl li::before {
  background-color: #24aa3b;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 8px;
}
.tabBox {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #92efa2;
  padding: 20px;
}
.tabBox .pBold {
  margin-bottom: 7px;
}
/*---||--- Tab Section ---||-E-- */


/*---||--- Graph Section ---||--- */

.graphSection {
    padding: 59px 0 64px;
}
.graphSection .graph_box {
  padding-right: 0;
}
.headingP{
	color:#373737;
	font-size:16px;
	line-height:28px;
	margin-top:7px;
	font-family: "Poppins";
}

.graphBox h1 {
  color: #24aa3b;
  font-family: "Poppins SemiBold";
  font-size: 22px;
  line-height: 1;
  margin-bottom: 7px;
}
.graphBox h1.coloHeading{
	color:#24aa3b;
}
.graphBox p{
	font-size:15px;
	color:#595959;
	font-family: "Poppins Light";
	line-height:26px;
}
.graphinner {
    margin-top: 20px;
}
.graphBox {
    margin-top: 23px;
    padding-left: 42px;
}
.graphBox::before {
  background-repeat: no-repeat;
  content: "";
  height: 44px;
  left: -18px;
  position: absolute;
  top: 0;
  width: 44px;
}
.Credential::before {
  background-image: url("../../assets/images/iconStufing.png");
}
.Medical::before {
  background-image: url("../../assets/images/iconInformation.png");
}
.Governmental::before {
  background-image: url("../../assets/images/iconGovt.png");
}
.Financial::before {
  background-image: url("../../assets/images/iconFenical.png");
}


/*---||--- Graph Section ---||-E-- */


/*---||--- Report Section ---||--- */

.reportSection {
  background-color: #f9f9f9;
  padding: 66px 0 103px;
}
.freeBack {
  background: #000 none repeat scroll 0 0;
  height: 125px;
  margin-bottom: 50px;
  text-align: center;
}
.proBack {
  background-image: url("../../assets/images/proVersion.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 25px;
  text-align: center;
}
.leftNone {
  padding-left: 40px;
}
.leftMines {
    margin-left: -1px;
}
.freeBack h1, .proBack h1 {
  color: #fff;
  font-family: "Poppins Medium";
  font-size: 32px;
  padding: 21px 20px;
  text-transform: uppercase;
}
.reate {
  background-color: #fff;
  border: 8px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.8) inset;
  display: table-cell;
  height: 133px;
  text-align: center;
  vertical-align: middle;
  width: 133px;
}
.reate h3
{
	color:#393939;
	font-size:29px;
	font-family:'Poppins bold';
}
.reate p {
    color: #393939;
    font-family: "Poppins";
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
}
.btnDiv {
    margin-left: auto;
    margin-right: auto;
    width: 135px;
}
.boxFont {
    color: #35ac2f;
    font-family: "Poppins SemiBold";
    font-size: 37px;
    line-height: 1;
    margin-bottom: 20px;
}
.txtDiv p{
	font-size:17px;
	font-family:'Poppins Medium';
	color:#262626;
	line-height:31px;
	
}
.txtDiv p.txtMain {
    font-family: "Poppins";
    font-weight: 700;
    margin-bottom: 2px;
}
.boder {
  border: 1px solid #d9d9d9;
  float: left;
  position: relative;
  width: 100%;
}
.rightNone {
    padding-right: 0;
}

.txtDiv {
    padding: 0 25px;
}
.rightNone .txtDiv li {
  font-style: italic;
  margin-bottom: 7px;
}
.leftMines .txtDiv ul {
    float: left;
    width: 100%;
}
.leftMines .txtDiv ul li {
  color: #727272;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 7px;
}
.btn.btnSearch {
  background-color: #24aa3b;
  border-radius: 50px;
  color: #fff;
  font-family: "Poppins Light";
  font-size: 20px;
  height: 60px;
  margin-bottom: 42px;
  width: 321px;
}
.changes .btn.btnSearch {
  background-color: #24aa3b;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-family: "Poppins Light";
  font-size: 20px;
  height: 60px;
  margin-bottom: 0;
  width: 321px;
}
.boder .txtDiv {
  padding: 0 25px;
  text-align: left;
}

.txtReport {
  border-radius: 50px;
  font-family: "Poppins";
  height: 60px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 26px;
  width: 321px;
}
.changes .txtReport {
  border-radius: 50px;
  display: inline-block;
  font-family: "Poppins";
  height: 60px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 15px;
  padding: 16px 26px;
  width: 447px;
}
.btnBox {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.changes .btnBox {
  margin-top: 25px;
  position: relative;
}
.leftNone.leftMines .btnBox, .leftNone.leftMines .btnBox1 {
    bottom: 0;
    left: 0;
    position: absolute;
	padding:0px;
}
.reportSection .headings{
	text-align:center;
}
.reportBox {
  margin-top: 28px;
}
.btnBox hr, .btnBox1 hr {
    border-style: solid none none;
    border-width: 0px 0 0;
    height: 5px;
	display: none;
    margin: 0 auto -1px;
    padding: 0;
    width: 74%;
    background-color: #24aa3b;
}
.form-control:focus {
  border-color: #ccc;    
  box-shadow: none;
}
.leftNone.leftMines .btn.btnSearch {
    font-size: 17px;
    width: 284px;
}
.btnBox .btn.btnSearch .fa, .btnBox1 .btn.btnSearch .fa  {
  font-size: 16px;
  padding-left: 10px;
}
.footerMenu .Login {
  float: left;
  max-width: 250px;
  width: 100%;
}
.input-group.selected::after {
  border-left: 1px solid #ccc;
  bottom: 0;
  content: "";
  height: 30px;
  position: absolute;
  right: 40px;
  top: 14px;
  z-index: 9;
}
.input-group.selected {
  position: relative;
}
/*---||--- Report Section ---||-E-- */

/* -- ---||--- Testimonial section---||---   */

.testimonialSection {
  background-image: url("../../assets/images/testimonialBack.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 123px 0 80px;
}
.testBox h3 {
    color: #4d4d4d;
    font-family:"Poppins Medium";
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}
.testBox h4 {
    color: #969696;
    font-family:'Poppins Light';
    font-size: 15px;
    font-style: italic;
    line-height: 25px;
    margin-bottom: 2px;
    margin-top: 4px;
}
.testBox p {
  color: #4d4d4d;
  font-family: "Poppins Light";
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}
.testBox {
    background-color: #fff;
    padding: 0 20px 20px;
    text-align: center;
}
.testBox > img {
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-top: -45px;
}
.testIcon {
  border: 0 none !important;
  border-radius: 0 !important;
  left: 37px;
  position: absolute;
  top: 67px;
}
/* -- ---||--- Testimonial section---||---E   */


/* -- ---||--- Footer section---||---   */

/*
****************
******************* || Footer Section || 
*/

.contentUl {
    padding: 0;
}
.contentUl li {
    display: inline-block;
}
.footerMenu p {
    color: #393939;
    font-size: 14px;
    font-weight: 200;
    line-height: 2;
}
.contentUl li {
    display: inline-block;
    color: #393939;
    margin-top: 0px;
    font-size: 14px;
    margin-right: 20px;
}
.contentUl li .fa {
    font-size: 20px !important;
    margin-right: 9px;
}




.navbar-collapse {
    padding-left: 15px;
}
.headerSection {
    position: relative;
}
a.btn.btnReport {
    background-color: #7ba33f;
    font-size: 15px;
    position: absolute;
    right: 83px;
    top: 21px;
    color: #393939;
    padding: 10px 15px;
}




.common-data-animation {
    /* Effect */

    opacity: 0;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: ease, ease, ease;
}
/* effects */
.getBestSection .get-best-data {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.getBestSection.in-view .get-best-data {
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
    opacity: 1;
}
.getBestSection .get-best-img {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.getBestSection.in-view .get-best-img {
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
    opacity: 1;
}

.second-animation .left-img-area
{
      -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.second-animation.in-view .left-img-area{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.second-animation .data-right-area
{
      -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.second-animation.in-view .data-right-area{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}


.btnSubscribe:hover {
  color: #fff;
}

/* -- ---||--- Footer section---||---E   */


.InterativeObjectHolder{
	width:100%;
	min-height:500px;
	margin: auto;
	position:relative;	
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}

.interactiveWrapper{
	width:650px;
	margin:0 auto;
	position:relative;
}


.halfColInteractiveHolder{
	display:inline-block;
	width:49.5%;
	vertical-align:top;
	min-height:300px;
	margin:0px;	
	position:relative;
	/*height:555px;*/
}
.infoTypes {
    padding: 2%;
    width: 50%;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 10px;
	line-height:1.2;
	position:relative;
}

.clickableDiv{
	cursor: pointer;
}

.typeTitleHolder{
	font-size:1rem;
	font-size: 13px;
    text-transform: uppercase;
}

.typeDescHolder{
	display:none;
    position: absolute;
    background: rgba(0, 0, 0, 0.76);
    padding: 10px;
    top: -1px;
    z-index: 9999 !important;
    left: 109%;
    width: 200px;
    font-size: 12px;
}

.infoTypes i {
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
	position:relative;
}
.infoTypes.PIIInformation {
    background: #5eb3d6;
    color: #fff;
    border: 1px solid #4f8ba5;
}
.infoTypes.FinancialInformation {
    background: #f18c8c;
    color: #fff;
    border: 1px solid #bf6969;
}
.infoTypes.HealthcareInformation {
    background: #9fbf6e;
    color: #fff;
    border: 1px solid #76904f;
}
.infoTypes.PaymentcardInformation {
    background: #a991bb;
    color: #fff;
    border: 1px solid #9166b1;
}
.infoTypes.CredentialsInformation {
    background: #74adad;
    border: 1px solid #4e8e8e;
    color: #fff;
}
.infoTypes.EducationInformation {
    background: #e69e5e;
    border: 1px solid #d4843d;
    color: #fff;
}

.clickableDiv:hover{
	-webkit-transition: all .5s; 
    transition: all .5s;
}

.clickableDiv:hover .typeDescHolder{
	display:block;
	z-index:999999999999999999999 !important;
}

.centerHolderCircle {
    font-size: 1.2rem;
    width: 150px;
    height: 150px;
    background: #347db3;
    border-radius: 500px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 36%;
    left: 37%;
	z-index:90;
	-webkit-transition: all .5s; 
    transition: all .5s;
}

.tableColDisplay {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.tableDisplay {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
	position: inherit;
    z-index: 99;
}

.pushrightItem{
    margin-left: 160px;	
}

.typeInfoHolder {
    font-size: 13px;
    color: #fff;
.
}

.infoStealHolder{
	background:#666;
	opacity:.2;
	width:46%;
}

.horline {
    position: absolute;
    top: 50%;
    width: 90%;
    height: 3px;
    background: #4f8ba5;
    z-index: 000;
    left: 100%;
	width:0%;
	-webkit-transition: width .5s; 
    transition: width .5s;
}
.verline {
    position: absolute;
    top: 50%;
    width: 3px;
    height: 150px;
    background: #4f8ba5;
    z-index: 000;
    left: 190%;
	height:0px;
	-webkit-transition: height .5s; /* Safari */
    transition: height .5s;
}

.FIhorline {
    width: 70%;
    background: #bf6969;
	width: 0%;

}
.FIverline {
    left: 170%;
	background: #bf6969;
	height: 150px;
	height: 0px;
}

.HIhorline {
    width: 70%;
    background: #76904f;
	width: 0%;
}

.PCIhorline {
    width: 70%;
    background: #9166b1;
	width: 0%;
}

.CIhorline {
    width: 70%;
    background: #4e8e8e;
	width: 0%;
}

.CIverline {
    left: 170%;
    background: #4e8e8e;
    top: initial;
    height: 70px;
	bottom: 46%;
	height: 0px;
}

.EIhorline {
    width: 90%;
    background: #d4843d;
	width: 0%;
}

.EIverline {
    right: 0%;
    background: #d4843d;
    top: initial;
    height: 135px;
    bottom: 46%;
	height: 0px;
	
}

.verticalLineSecondCol {
    position: absolute;
    width: 3px;
    height: 352px;
    top: 15%;

    left: 35%;
	-webkit-transition: all .5s; 
    transition: all .5s;
}

.verticalLineSecondColCredentials {
    position: absolute;
    width: 3px;
    height: 204px;
    top: 44%;
    left: 35%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.verticalLineSecondColPayment {
    position: absolute;
    width: 3px;
    height: 30px;
    top: 50%;
    left: 35%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.verticalLineSecondColHealthcare {
    position: absolute;
    width: 3px;
    height: 34px;
    top: 44%;
    left: 35%;
    -webkit-transition: all .5s;
    transition: all .5s;
}


.horLine0SecondCol {
    position: absolute;
    height: 3px;
    width: 50px;
    top: 50%;
    left: 20%;
	-webkit-transition: all .5s; 
    transition: all .5s;
}
.horLine1SecondCol {
    height: 3px;
    background: #666;
    position: absolute;
    top: 50%;
    left: 17%;
    width: 60px;
	-webkit-transition: all .5s; 
    transition: all .5s;
}
.horLineSecondCol {
    position: absolute;
    height: 3px;
    width: 45px;
    left: 36%;
	-webkit-transition: all .5s; 
    transition: all .5s;
}

.SChor1{
	top: 15%;
	-webkit-transition: all .5s; 
    transition: all .5s;
}

.SChor2{
	top: 31%;
	-webkit-transition: all .5s; 
    transition: all .5s;
}

.SChor3{
	top: 44%;
	-webkit-transition: all .5s; 
    transition: all .5s;
}
.SChor4{
	bottom: 44%;
	-webkit-transition: all .5s; 
    transition: all .5s;
}

.SChor5{
	bottom: 30%;
	-webkit-transition: all .5s; 
    transition: all .5s;
}

.SChor6{
	bottom: 16%;
	-webkit-transition: all .5s; 
    transition: all .5s;
}

.linetoInfo{
	background: #666;
	-webkit-transition: all .5s; 
    transition: all .5s;
	opacity:.2;
}

.bglayerDiv{
	-webkit-transition: all .5s; 
    transition: all .5s;
	width: 0%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

/* trace*/
.horlineTrace {
    position: absolute;
    top: 50%;
    width: 90%;
    height: 3px;
    background: #666;
    z-index: 000;
    left: 100%;
	-webkit-transition: width .5s; 
    transition: width .5s;
	opacity:.2;
}
.verlineTrace {
    position: absolute;
    top: 50%;
    width: 3px;
    height: 150px;
    background: #666;
    z-index: 000;
    left: 190%;
	-webkit-transition: height .5s; /* Safari */
    transition: height .5s;
	opacity:.2;
}
.FIhorlineTrace {
    width: 70%;
    background: #666;
	opacity:.2;
}
.FIverlineTrace {
    left: 170%;
	background: #666;
	opacity:.2;
	height: 150px;
}

.HIhorlineTrace {
    width: 70%;
    background: #666;
	opacity:.2;
}

.PCIhorlineTrace {
    width: 70%;
    background: #666;
	opacity:.2;
}

.CIhorlineTrace {
    width: 70%;
    background: #666;
	opacity:.2;
}

.CIverlineTrace {
    left: 170%;
    background: #666;
    top: initial;
    height: 70px;
	bottom: 46%;
	opacity:.2;
}

.EIhorlineTrace {
    width: 90%;
    background: #666;
	opacity:.2;
}

.EIverlineTrace {
    right: 0%;
    background: #666;
	opacity:.2;
    top: initial;
    height: 135px;
    bottom: 46%;
}

.Col3HolderInfo {
    width: 31%;
    display: inline-block;
	position:relative;
    vertical-align: top;
    text-align: left;
    border: 0px solid #ccc;
    margin: 0 auto;
    margin-right: 1%;
    color: #347db3;
    font-size: 12px;
    margin-top: 10px;
	-webkit-transition: color .5s; /* Safari */
    transition: color .5s;
}

.Col3HolderInfo:last-child {
    margin-right: 0%;
}

.textHolderInfo{
	padding-top:10px;
	padding-left:0px;	
	padding-right:20px
}
.Col3HolderInfo:nth-child(2) .textHolderInfo{
	padding-left:10px !important;
}
.Col3HolderInfo:last-child .textHolderInfo{
	padding-right:0px;
	padding-left:20px;
}

.moveleftpadding{
	padding-left:20px;	
}
.centerHolderCircle i {
    font-size: 50px;
    color: #ffffff;
}

.Col3HolderInfo .fa {
    font-size: 30px;
    position: absolute;
    right: -15px;
    top: 30px;
}

.circleHolder {
    border: 0px solid #CCC;
    width: 250px;
    height: 230px;
    padding: 20px;
    margin: 0 auto;
    display: table;
}

.animated {
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}


.circleHolderBody .circle{
	-webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
	cursor:pointer;
	position:relative;
	-webkit-transform: translateZ(0);
	background-repeat:no-repeat;
	background-size:55%;
	background-position:center;	
}

.circleHolderBody {
    width: 100%;
    height: auto;
}

.smalltext2 {
    text-align: center;
    font-size: 12px;
	margin:0 auto;
    margin-top: 5px;
    color: #a7a6a6;
	width:80%;
}


.small{
 width:0px !important;
 height:0px !important;	
}

.animateall{
  -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    -webkit-transform: scale(.9);
    transform: scale(.9);	

}

.circlehover,.circlehover2{
	width:200px !important;
	height:200px !important;
	border-radius:200px !important;
	z-index:99!important;
	background-size:30% !important;
	background-position:top !important;
	background-position-y:5px;
}

.circlehover22{
   -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
	z-index:99 !important;
	background-size:30%;
	background-position:top;
	background-position-y:1px;		
}

.circleHolderBody .visibleElement {
    opacity: 1;
}

.circleHolderBody .table-cell {
    display: table-cell;
}

.circleHolderBody .orange {
    width: 100px;
    margin-top: 20px;
    background-color: #f7941d;
    height: 100px;
    border-radius: 100px;
    background-image: url("../../assets/images/hacking-malware-icon.png");
}

.circleHolderBody .circle {
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    cursor: pointer;
    position: relative;
    -webkit-transform: translateZ(0);
    background-repeat: no-repeat;
    background-position: center;
}

.circleHolderBody .gray {
    width: 35px;
    background-color: #5f707a;
    height: 35px;
    border-radius: 35px;
    background-image: url("../../assets/images/unknown.png");
}

.circleHolderBody .yellow {
    width: 85px;
    background-color: #fbcb3b;
    height: 85px;
    border-radius: 85px;
    float: right;
    margin-top: -27px;
    margin-left: 30px;
    background-image: url("../../assets/images/unintended-disclosure.png");
}

.circleHolderBody .green {
    width: 70px;
    background-color: #8dc139;
    height: 70px;
    border-radius: 70px;
    margin-left: -20px;
    margin-top: -10px;
    background-image: url("../../assets/images/insider.png");
}

.circleHolderBody .red {
    width: 130px;
    background-color: #e6625e;
    height: 130px;
    border-radius: 130px;
    margin-left: 0px;
    margin-top: -5px;
    background-image: url("../../assets/images/loss-or-theft.png");
}

.circleHolderBody .blue {
    width: 25px;
    background-color: #15c3c4;
    height: 25px;
    border-radius: 25px;
    margin: 0 auto;
    float: left;
    margin-top: -8px;
    margin-left: 2px;
    background-image: url("../../assets/images/payment-card-fraud.png");
}

.circleHolderBody .Circle-percentHolder{
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    display: table;
}
.circleHolderBody .Circle-percentHolder span{
	display: table-cell;
    vertical-align:bottom;
    color: #fff;
}
.circleHolderBody .CircleLabel {
    position: absolute;
    padding: 5px;
    font-size: 12px !important;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin-left: 40px;
}

.tabledata{
	margin:0 auto;	
}
.tableWrapper{
	width:auto;
	display:table;
	margin:0 auto;
	overflow-x:auto;	
}

.horLineCentered {
    border-top: 1px solid #bbbcbd;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
}

.circleIconCenter {
    background: #5eb3d6;
    color: #fff;
    display: table;
    margin: 0 auto;
    border-radius: 500px;
    width: 62px;
    height: 62px;
    font-size: 30px;
    z-index: 999;
    position: relative;
}

.circleIconCenter .fa {
    margin-top: 15px !important;
 
}

.headIconcentered {
    width: 100%;
    text-align: center;
    color: #5eb3d6;
    font-size: 20px;
    position: relative;
}

.removelineSmall{
	width:0px !important;	
}
.hack-report {
  background-color: rgb(36, 170, 59);
  display: table-row;
  float: left;
  left: -66px;
  padding: 4px 8px;
  position: fixed;
  top: 50%;
  transform: rotate(-90deg);
  width: auto;
}
.hack-report > h3 {
  color: #fff;
  text-transform: uppercase;
}
/****sign Up****/
.page-title h1 {
  color: #fff;
  font-family: Poppins bold;
  font-size: 70px;
  text-transform: uppercase;
}
.banner-section {
  position: relative;
}
.banner-section .page-title {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 48%;
  transform: translateY(50%);
}
.page-title span {
  color: #24aa3b;
}
.input-group-addon i {
  color: #d5d5d5;
}
.signup-section .form-control {
  border-left: medium none;
  border-radius: 30px;
  color: #9d9d9d;
  height: 55px;
  padding-top: 8px;
}
.signup-section .input-group-addon {
  background: transparent none repeat scroll 0 0;
  border-radius: 30px 0 0 30px;
  padding: 17px 6px 17px 20px;
  width: 44px;
}
.input-group-addon i {
  color: #d5d5d5;
  font-size: 14px;
}
.signup-section .input-group {
  float: left;
  margin-bottom: 20px;
  width: 49%;
}
.signup-section .input-group.checkbox {
  width: 100%;
}
.signup-section .input-group  select.form-control {
  -webkit-apperance: none;
  -moz-appearance:none;
  -ms-appearance:none;
  background:#fff url("../../assets/images/select-arrow.png") no-repeat scroll 96% center;
}
.signup-section .input-group:nth-child(2n) {
  float: right;
}
.signup-section-inner .checkbox label {
  color: #888888;
  font-family: Poppins Light;
  font-size: 15px;
}
.signup-section-inner .checkbox  input[type="checkbox"]{
  margin-left: 0;
}
.signup-section-inner {
  box-shadow: 0 0 12px #959595;
  float: left;
  margin: 70px 0;
  padding: 50px 70px 55px;
  width: 100%;
}
.signup-section-inner h3 {
  color: #484848;
  font-family: Poppins Medium;
  font-size: 32px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.signup-section-inner .btn.btn-default {
  background: #24aa3b none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  height: 60px;
  padding: 14px 100px;
  text-transform: uppercase;
  width: 350px;
}
.footerText.form-control {
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  height: 42px;
  margin-bottom: 23px;
  max-width: 250px;
  padding: 5px 10px;
  width: 100%;
}
.Login .btn.btnlogin {
  background: rgb(36, 170, 59) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  float: right;
  font-size: 15px;
  padding: 7px 20px;
}
.signup-section .input-group.submit_btn {
  margin-bottom: 0;
  margin-top: 30px;
}
/* .footerSection .form-control::-moz-placeholder { */
  /* color: #000; */
  /* opacity: 1; */
/* } */
/* .footerSection .form-control::-webkit-placeholder { */
  /* color: #000; */
  /* opacity: 1; */
/* } */
/* .footerSection .form-control::-ms-placeholder { */
  /* color: #000; */
  /* opacity: 1; */
/* } */







/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .1em; left: .2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.input-group.forn_in_table {
  width: 100%;
}
.input-group.forn_in_table td {
  border: 1px solid #cccccc;
  font-family: Poppins Light;
  font-size: 17px;
  padding: 20px 22px;
}
.forn_in_table .table.table-bordered input {
  margin: 3px 6px 0;
  position: relative;
  top: 2px;
}
.choose_plan > p {
  background: #24aa3b none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: Poppins Light;
  font-size: 19px;
  padding: 11px 20px 7px;
  text-transform: uppercase;
  width: 360px;
}
.input-group.forn_in_table {
  padding-bottom: 15px;
  padding-top: 15px;
}
.input-group.cradit_no {
  width: 100%;
}
.bottom_select_input {
  float: left;
  width: 80%;
}
.bottom_select_input .input-group.selected {
  float: left;
  margin-right: 11px;
  max-width: 32%;
  width: 100%;
}
.bottom_select_input .input-group select.form-control {
  -moz-appearance: none;
  background: #ffffff url("../../assets/images/select-arrow.png") no-repeat scroll 93% center;
}
.signup-section .signup-section-inner .input-group.submit_btn {
  float: left;
}
/*****END****/

/*****Profile Template Page Start Here****/


.innerProfile-page .logo {
  padding: 15px 0 0;
}


.right_date {
  float: right;
}

.info-banner-per > p {
  margin-top: 25px;
}
.profileOne .hech_banner {
  letter-spacing: 7px;
}

.profileTemp-one {
  float: left;
  width: 100%;
}
.title_profile h5 {
  color: #f50c0d;
  font-family: SegoeUI-Bold;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
}
.title_profile {
  text-align: center;
}
.title_profile > p {
  color: #050000;
  font-family: SegoeUI-Bold;
  font-size: 18px;
  line-height: normal;
  margin: 6px 0;
  letter-spacing: 1.5px;
}
.title_profile a {
  color: #4f62dc;
  text-decoration: underline;
}
.profile-placeholder {
  display: table;
  float: left;
  margin-bottom: 20px;
  margin-top: 12px;
  width: 100%;
}
.table.mid_sec {
  margin-top: 30px;
}
.profile-placeholder > span {
  bottom: 5px;
  color: #252626;
  font-size: 30px;
  position: relative;
}
.profileInfomation {
  clear: both;
  padding-bottom: 10px;
  padding-top: 20px;
}
.profileInfomation .table tr td {
  border: 0 none;
  padding: 2px 6px;
}
.profileInfomation .pr_name {
  color: #1fa736;
  font-family: SegoeUI;
  font-size: 24px;
  letter-spacing: 1.5px;
  width: 25%;
}
.profileInfomation .pr_detail {
  font-family: SegoeUI;	
  color: #2a2b2b;
  font-size: 23px;
  padding: 0;
  letter-spacing: 1.5px;
}
.pr_detail > img {
  left: 8px;
  position: relative;
  top: 5px;
}
.reportBox.report_four_se {
  float: left;
  width: 100%;
}
.profile_section_eight .leftNone.leftMines {
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}
.up_grade {
  color: #020202;
  font-family: "Poppins Light";
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 60px;
  text-align: center;
}
.bkGround {
  background: #f6f6f6 none repeat scroll 0 0;
}
.footerSection.profile_footer_sec {
  background: #25242c none repeat scroll 0 0;
}
.logo_footer > p {
  color: #ffffff;
}
.profile_footer_sec .links a {
  color: #ffffff;
}
.profile_footer_sec .links li::before {
  color: #ffffff;
}
.profile_footer_sec .links > h3 {
  color: #ffffff;
}
.address_footer > p, .links > p {
  color: #ffffff;
}
.profile_footer_sec .footer_social_ico li, .address_footer li {
  padding-left: 20px;
  position:relative;
  color:#fff;
}
 .links .address_footer li:before {
	content:'\f041';
	color: #fff;
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0;
 }
.profile_footer_sec .links li {
  line-height: 32px;
}
.address_footer .fa.fa-map-marker {
  float: left;
  min-height: 140px;
  position: relative;
  top: 6px;
  width: 20px;
}
.profile_footer_sec .logo_footer > a {
  color: #20a937;
}
.logo_footer {
  margin-bottom: 20px;
}
.profile_footer_sec .colHeight .link_more {
  color: #24aa3b;
  font-size: 14px;
}
.proContent {
    float: left;
    width: 50%;
    margin-top: 10px;
    position: relative;
    padding-bottom: 142px;
}
/*----------------------------------||--- profile---||---------------------------E--- */	


/*-------------------||--- Headings---||------------ */	


.tableTop h4, .informationSection h4, .tabSection h4, .graphSection h4 {
	font-size:32px;
}
/*-------------------||--- Headings---||---------E--- */	

/*----------------------------------||--- Procuct Page---||------------------------------ */	

/*---||--- Banner Section ---||--- */
.bannerProducts{
	background-image: url("../../assets/images/bannerProduct.jpg");
	width: 100%;
	background-repeat:no-repeat;
	background-size:cover;
	padding:80px 0 130px 0;
}
.ProductHeader{
	font-size:119px;
	line-height:121px;
	font-family:'Poppins Black';
	color:#fff;
	
}
.ProductHeader span{
	color:#24a83a;
	
}

/*---||--- Banner Section ---||--- */

/* ---||---Project Content section---||---  */

.projectContentSection{
	padding:70px 0 170px 0;
}
.projectTxt h6 {
  font-family: "Poppins";
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}
.projectBox {
  margin-top: 50px;
}
.uppercase{
	text-transform:uppercase;
}
.projectTxt h4, .projectImg h4 {
  font-size: 27px;
  line-height: 23px;
}
 /* ---||---Project Content section---||---  */
 
 
/*----------------------------------||--- Procuct Page---||---------------------------E--- */	

/* 1. Contact us page */
/* 2. Terms of service */
/* 3. Privacy Policy and a support page. */


/*----------------------------------||--- Contact Us Page---||------------------------------ */	


.comonSection {
  padding: 70px 0 170px;
}
.lbl{
	font-family: "Poppins";
	font-size:17px;
	color:#222222;
	margin-bottom:5px;
}
.txtField {
  color: #222222;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  height: 43px;
  padding-left:40px;
}
.txtIcons {
  color: #23a839;
  font-size: 19px;
  left: 11px;
  position: absolute;
  top: 12px;
}
.txtForm {
  margin-top: 20px;
}
.txtArea{
	resize:none;
}
.bannerCommon {
  background-image: url("../../assets/images/bannerProduct.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 181px 0;
  width: 100%;
}
.headingTxt{
	font-size: 61px;
    line-height: 76px;
	font-family:'Poppins SemiBold';
	color:#fff;
}
.headingTxt span{
	color:#24a83a;
	
}
/*----------------------------------||--- Contact Us Page---||---------------------------E--- */


	
/*----------------------------------||--- Terms and Conditions Page---||------------------------------ */	


.Termslist {
  margin: 0 0 0 15px;
  padding: 0;
}
.termsPera, .Termslist li p {
  color: #505863;
  margin-bottom: 1px;
  font-family:'Poppins Light';
}
.Termslist li {
    list-style-type: decimal;
	font-size: 16px;
	font-family:'Poppins Light';
	color: #505863;
}
.termsTextH {
    font-size: 30px;
    margin-top: 20px;
}
.txtSmall {
    color: #505863;
    font-size: 12px;
    line-height: 21px;
}
.lftCls {
    float: left;
    margin-right: 3px;
    width: 100%;
}
.fa.fa-caret-down.dropIcn, .fa.fa-caret-down.dropIcn a, .fa.fa-caret-up.dropIcn {
  color: #22a839;
  font-size: 18px;
  margin-right: 4px;
}
.less, .more{
	color: #22a839;
}

.green .less{
 display:none;
}
.green .more{
 display:black;
}
.collapse.in + .green .less
{
 display:block;		
}
.collapse.in + .green .more
{
 display:none;	
}
.tooltip-inner {
  background-color: #22a839 !important;
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: #fff;
  width:400px;
}
.tableHacked .tooltip-inner 
{
	max-width:400px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #22a839;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #22a839;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #22a839;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #22a839;
}
.inner p {
    font-family: "Poppins Light";
}
.comonContent ol li, .comonContent ul li {
    color: #222222;
}
.comonContent ol li a, .comonContent ul li a, .comonContent ol p a, .comonContent p a {
    color: #24a83a;
}
/*----------------------------------||--- Terms and Conditions---||---------------------------E--- */	
	
/*------------- Nav---------- */

.navbar-brand.NavBrand {
  height: inherit;
  line-height: inherit;
  padding: 0;
}
.navCollaps {
    padding: 0;
}
/*------------- Nav---------- */
/* video */
/* 10-11-17 */
.vdoLeft .modal-content{
	background-clip: inherit;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 2px;
    box-shadow: none;
    outline: 0 none;
    position: relative
}
.modelFerame{
	position:relative;
}
.modelFerame i {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #222;
  font-size: 21px;
  padding: 0 3px;
  position: absolute;
  right: -20px;
  top: -17px;
  cursor: pointer;
}
.vdoLeft .modal-dialog {
  margin-top: 89px;
  padding: 0 16px;
}
.vdoSc img{
	cursor:pointer;
}
/* 10-11-17 */
/* video */

/* inner Pages */
.innerPage p {
    line-height: 28px;
}
.signup-section-inner h3 {
    margin-bottom: 7px;
	text-transform: inherit;
    margin-top: 40px;
    line-height: 34px;
}
.innerPage ul li, .innerPage .custom > li, .innerPage li {
    font-size: 13px;
    position: relative;
    line-height: 22px;
    margin-left: 18px;
    list-style-type: decimal;
}
.innerPage .custom > li ol li{
	position:relative;
	padding-left:15px;
	list-style-type:none;
}
.innerPage .custom > li ol li:before{
    content: '\f105 ';
    font-family: FontAwesome;
    position: absolute;
    font-size: 13px;
    left: 0;
}
.innerPage h3 {
    margin-top: 35px;
}
.innerPage h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 42px;
}
.innerPage h4{
	font-size:30px;
	margin-top:30px;
}
/* inner Pages */
