@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700);
/*========================================================
					  Main Styles
=========================================================*/
body {
  background: #FFF;
  color: #56585a;
  font: 400 14px/28px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, h12, h13 {
  color: #434547;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #1D78B1;
}

h1 {
  font-size: 38px;
  line-height: 42px;
}

h2 {
  font-size: 34px;
  line-height: 38px;
}

h3 {
  font-size: 24px;
  line-height: 38px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}
H12 {
  font-size: 28px;
  line-height: 42px;
}

H13 {
  font-size: 34px;
  line-height: 42px;
}

h7 {
  font-size: 120%;
  line-height: 36px;
  text-decoration: underline; 

}

p a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.hr {
  border-bottom: 1px solid #bab1b1;
}

@media (max-width: 767px) {
  .mobile-center {
    /*text-align: center;*/
  }
}

.mg-add {
  margin-top: 18px;
}

/*=======================================================
					   Main Layout
=========================================================*/
* + .btn {
  margin-top: 32px;
}

* + .row {
  margin-top: 18px;
}

* + .off1 {
  margin-top: 13px;
}

* + .off2 {
  margin-top: 24px;
}

* + .off3 {
  margin-top: 32px;
}

* + .off4 {
  margin-top: 4px;
}

.info-box + .owl-carousel {
  margin-top: 30px;
}

h2 + img {
  margin-top: 23px;
}

h2 + p {
  margin-top: 14px;
}

h3 + p {
  margin-top: 12px;
}

* + hr {
  margin-top: 40px;
}

.row + p {
  margin-top: 25px;
}

hr + * {
  margin-top: 10px;
}

.toptable hr{
  margin-top: 10px;
}


img + p {
  margin-top: 22px;
}

img + h3 {
  margin-top: 20px;
}

.marked-list + .btn {
  margin-top: 17px;
}

.grid_2 img + img {
  margin-top: 30px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .grid_2 img + img {
    margin-top: 0;
    margin-left: 8%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .grid_2 img {
    width: 46%;
  }
}

.off2 + hr,
.off2 + hr + .row {
  margin-top: 50px;
}

p + .btn_wr {
  margin-top: 33px;
}


/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  display: inline-block;
  overflow: hidden;
  font-weight: 700;
  font-size: 55px;
  line-height: 62px;
  color: #1D78B1;
  vertical-align: bottom;
}
.brand_slogan {
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 24px;
  vertical-align: bottom;
}
.brand a:hover {
  color: inherit;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  color: #fff;
  background: #1D78B1;
}
.bg-primary h2 {
  color: #fff;
}
.bg-primary .icon {
  color: #1D78B1;
  background: #fff;
}
.bg-primary .product-list li .box:hover .icon {
  background: #fff;
}
.bg-primary .product-list .icon {
  margin-top: 11px;
}
.bg-primary .product-list hr {
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.1);
}
.bg-primary .product-list hr + .box {
  margin-top: 39px;
}
.bg-primary .product-list h3 + p {
  margin-top: 12px;
}
.bg-primary .product-list hr {
  border-bottom: 0;
}
.bg-primary .product-list h3 {
  color: #fff;
}

.bg-secondary {
  background: #434547;
}

.bg-secondary2 {
  background: #f5f5f5;
}

.bg-image {
  background: url(../images/page-3_bg.webp) center no-repeat;
  background-size: cover;
}
.bg-image p {
  font-size: 16px;
}

/*==================     Icons     ======================*/
.icon {
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 52px;
  text-align: center;
  color: #fff;
  background: #c3c3c3;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.icon:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.icon2 {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 34px;
  text-align: center;
  color: #DED5D5;
  background: #1D78B1;
}
.icon2:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*==================    Buttons    ======================*/
.btn,
.btn2 {
  display: inline-block;
  width: 150px;
  padding: 16px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:hover,
.btn2:hover {
  background: #4ab5e2;
}
.btn:active,
.btn2:active {
  background: #22a1d7;
}

.btn {
  color: #fff;
  background: #1D78B1;
}

.btn2 {
  color: #1D78B1;
  background: #eaeaea;
}
.btn2:hover, .btn2:active {
  color: #fff;
}

.btn_wr [class*="btn"] {
  padding: 16px 30px;
  display: inline-block;
  width: auto;
}
.btn_wr [class*="btn"] + [class*="btn"] {
  margin-top: 0;
  margin-left: 20px;
}
.btn_wr + .btn_wr {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .btn_wr [class*="btn"] {
    width: 100%;
  }
  .btn_wr [class*="btn"] + [class*="btn"] {
    margin-top: 20px;
    margin-left: 0;
  }
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*==================     Banner    ======================*/
.banner_wr {
  position: relative;
  min-height: 308px;
}

.banner {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner:before, .banner:after {
  display: table;
  content: "";
  line-height: 0;
}
.banner:after {
  clear: both;
}
.banner li {
 display:block;
  position: relative;
  margin-top: 30px;
  width: 25%;
  height: 670px;
  padding: 25px 29px 20px;
  float: left;
  color: #fff;
  background: #F4F4F4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
 border-left: 1px solid #e5e5e5;
 border-top: 1px solid #e5e5e5; 
  border-bottom: 1px solid #e5e5e5; 
 color:#595959;
 
}
.banner li:nth-child(4) {
   border-right: 1px solid #e5e5e5;
}
.banner li:hover {
  margin-top: 0px;
  height: 690px;
  padding-bottom: 50px;
  cursor: pointer;
   background: #1D78B1;
   color:#FFF;
   font-size:110%;
}
.banner li [class*="fa-"] {
  font-size: 62px;
  line-height: 1;
  color: inherit;
}

.linkeblue a:hover {
    color: #777777;
       text-decoration: underline;
}
.linkeblue a {
    color: #1D78B1;
 
}
.linkewhite a:hover {
    color: #FFFFFF;
       text-decoration: underline;
}
.linkeblue a {
    color: #1D78B1;
 
}


/*
.banner li:nth-child(1) {
  background: #b1aeae;
}
.banner li:nth-child(2) {
  background: #b1aeae;
}
.banner li:nth-child(3) {
  background: #b1aeae;
}
*/
.banner h3:hover {
  color: #fff;
}
.banner h3 {
  color: #595959;
}
.banner p {
  line-height: 28px;
  color: #fff;
}
.banner [class*="fa-"] + h3 {
  margin-top: 17px;
}
.banner h3 + p {
  margin-top: 13px;
}
@media (max-width: 1199px) {
  .banner {
    position: static;
  }
  .banner li {
    width: 50%;
    margin-top: 0;
  }
  .banner li a {
    right: 30px;
  }
  .banner li:hover {
    height: 358px;
    padding-bottom: 20px;
  }

  
}
@media (max-width: 1199px) {
  
    .containterTextCenter {
   
}
  .propaddingright{
 	
  }
  .propadding {

    padding-left: 0px;
  }
  
  .scriptdisplay{
	text-align:left; 
	padding-left:60px; 

	}

  
}
@media (max-width: 767px) {
  .banner li {
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .banner li a {
    margin-top: 30px;
    display: inline-block;
    position: static;
  }
  

  
}

/*==================     Banner  Features  ======================*/
.banner_wr_feature {
  position: relative;
  min-height: 308px;
}

.banner_feature {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner_feature:before, .banner_feature:after {
  display: table;
  content: "";
  line-height: 0;
}
.banner_feature:after {
  clear: both;
}
.banner_feature li {
 display:block;
  position: relative;
  margin-top: 30px;
  width: 50%;
 
  padding: 25px 29px 20px;
  float: left;
  color: #fff;
  background: #F4F4F4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
 border-left: 1px solid #e5e5e5;
 border-top: 1px solid #e5e5e5; 
  border-bottom: 1px solid #e5e5e5; 
 color:#595959;
 
}
.banner_feature li:nth-child(4) {
   border-right: 1px solid #e5e5e5;
}

.banner_feature li [class*="fa-"] {
  
  line-height: 1;
  color: inherit;
}


/*
.banner_feature li:nth-child(1) {
  background: #b1aeae;
}
.banner_feature li:nth-child(2) {
  background: #b1aeae;
}
.banner_feature li:nth-child(3) {
  background: #b1aeae;
}
*/
.banner_feature h3 {
  color: #fff;
}
.banner_feature p {
  line-height: 28px;
  color: #fff;
}
.banner_feature [class*="fa-"] + h3 {
  margin-top: 17px;
}
.banner_feature h3 + p {
  margin-top: 13px;
}

/*==============      Product List     ==================*/
.product-list li .box:hover .icon {
  background: #57aacd;
}
.product-list li .box_cnt__no-flow {
  padding-left: 30px;
}
.product-list * + hr {
  margin-top: 50px;
}
.product-list hr + * {
  margin-top: 50px;
}
.product-list h3 + p {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .product-list hr {
    display: none;
  }
  .product-list hr + * {
    margin-top: 30px;
  }
  .product-list li .box {
    text-align: center;
  }
  .product-list li .box_aside {
    float: none;
  }
  .product-list li .box_aside .icon {
    display: inline-block;
  }
  .product-list li .box_cnt__no-flow {
    margin-top: 20px;
    padding-left: 0;
  }
}

/*==================    Quote     ======================*/
blockquote .box_cnt__no-flow {
  padding-left: 30px;
}
blockquote p {
  padding-top: 3px;
}
blockquote q:before {
  position: relative;
  top: -2px;
  left: 0;
  padding-right: 7px;
  content: "\f10d";
  color: #1D78B1;
  font-family: "FontAwesome";
  font-size: 34px;
  line-height: 28px;
  vertical-align: top;
  z-index: 10;
}
blockquote cite {
  display: block;
  font-size: 16px;
  color: #1D78B1;
}
blockquote cite a:hover {
  text-decoration: underline;
}
blockquote p + cite {
  margin-top: 8px;
}
@media (min-width: 768px) and (max-width: 979px) {
  blockquote .box_aside {
    width: 100%;
    float: none;
    text-align: center;
  }
  blockquote .box_aside img {
    width: auto;
  }
  blockquote .box_cnt__no-flow {
    margin-top: 30px;
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  blockquote .box_aside {
    width: 100%;
    float: none;
    text-align: center;
  }
  blockquote .box_aside img {
    width: auto;
  }
  blockquote .box_cnt__no-flow {
    margin-top: 30px;
    padding-left: 0;
  }
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 41px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 18px;
  color: #1D78B1;
}
.marked-list li a:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 16px;
  font-weight: 400;
  font-size: 22px;
  font-family: "FontAwesome";
}
.marked-list li + li {
  margin-top: 0px;
  border-top: 1px solid #e5e5e5;
}
.marked-list a:hover {
  color: #777777;
}

.marked-list2 li {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 18px;
  color: #1D78B1;
}
.marked-list2 li + li {
  margin-top: 0px;
  border-top: 1px solid #e5e5e5;
}
.marked-list2 a:hover {
  color: #777777;
}

.marked-list3 li {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #1D78B1;
}
.marked-list3 li + li {
  margin-top: 0px;
  border-top: 1px solid #e5e5e5;
}
.marked-list3 a:hover {
  color: #777777;
}
.left {
    float: left;
}
.right {
    float: right;
}

div.alignmiddle {
    text-align: center;
}

div.leftpad {
    display:inline-block;
    padding-right:20px;
   
}

div.rightpad {
    display:inline-block;
    padding-right:20px;
   

}



/*==================  Contact List  =====================*/
.contact-list {
  color: #DED5D5;
  font-size: 16px;
}
.contact-list .box {
  display: table;
}
.contact-list .box_cnt__no-flow {
  vertical-align: middle;
  display: table-cell;
  padding-left: 30px;
}
.contact-list .box + .box {
  margin-top: 30px;
}
.contact-list a[href^="callto:"] {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .contact-list a[href^="callto:"] {
    font-size: 18px;
  }
}
.contact-list a:hover {
  color: #1D78B1;
}

.contact-list2 {
  padding-top: 23px;
  padding-bottom: 2px;
}
.contact-list2 h3 {
  color: #42acda;
}
.contact-list2 a[href^="callto:"] {
  font-size: 24px;
  line-height: 28px;
}
.contact-list2 dd, .contact-list2 dt {
  display: inline-block;
  font-size: 16px;
}
.contact-list2 a + dl {
  margin-top: 9px;
}

/*==================  Marked List  ======================*/
table {
  width: 100%;
 /* border: 1px solid #e5e5e5;*/
}
table td {
  /*border: 1px solid #e5e5e5;*/
  padding: 15px 20px;
  line-height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table td:last-child {
  min-width: 18px;
}
table tr:nth-child(even) {
  background: #f5f5f5;
}

.preffix_6 grid_6 p {
	 color: #FFF;
}
/*------------Top Table ------------*/
.price table {
  width: 100%;
  border: 1px solid #9DABC3;
}
.price table td {
  border: 1px solid #9DABC3;
  padding: 15px 20px;
  line-height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.price table td:last-child {
 
}
.price table tr:nth-child(even) {
background: transparent;
 
}

/*------------Sample Table ------------*/
.sample table {
  width: 100%;
  border: 1px solid #9DABC3;
}
.sample table td {
  border: 1px solid #9DABC3;
  padding: 5px 20px;
  line-height: 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
   font-size: 92%
}

/*-------------Compare Table---------------*/
.sample table {
  width: 100%;
  border: 1px solid #9DABC3;
}
.sample table td {
  border: 1px solid #9DABC3;
  padding: 10px 10px 10px 10px;
  line-height: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
   
}

*-----------------Feature Table-----------------*
.toptable1 table {
  width: 100%;
  border: 0px solid #e5e5e5;
}

.toptable1 table td {
  border: 0px solid #e5e5e5;
   padding: 30px 10px 0px 10px;
  line-height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 
}
.toptable1 table td:last-child {
  min-width: 18px;
}
.toptable1 table tr{
	padding: 30px 10px 0px 10px;

}

.toptable1 a {
    color: #1D78B1;
    font-size: 14px;

    
}
.toptable1 a:hover {
    color: #777777;
    font-size: 14px;
}


/*------------Top Table ------------*/
.toptable table {
  width: 100%;
  border: 0px solid #e5e5e5;
}
.toptable table td {
  border: 0px solid #e5e5e5;
   padding: 0px 10px 0px 10px;
  line-height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 
}
.toptable table td:last-child {
  min-width: 18px;
}
.toptable table tr:nth-child(even) {
  background: transparent;
}

.toptable a {
    text-decoration: underline;
    color: #1D78B1;
    font-size: 14px;

    
}
.toptable a:hover {
    color: #777777;
    font-size: 14px;
}


*---------------Top table 2---------------*

.toptable2 table {
  width: 100%;
  border: 0px solid #e5e5e5;
}
.toptable2 table td {
  border: 0px solid #e5e5e5;
   padding: 0px 0px 0px 0px;
  line-height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 
}
.toptable2 table td:last-child {
  min-width: 18px;
}
.toptable2 table tr:nth-child(even) {
  background: transparent;
}

.toptable2 a {
    color: #1D78B1;
    font-size: 14px;

    
}
.toptable2 a:hover {
    color: #777777;
    font-size: 14px;
}

*--------------------------

.firstpagetable table {
  width: 100%;
  border: 0px solid #e5e5e5;
}


.crousletable table {
  width: 100%;
  border: 0px solid #e5e5e5;
}
.crousletable table td {
  border: 0px solid #e5e5e5;
   padding: 0px 0px 0px 0px;
  line-height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.crousletable table td:last-child {
  min-width: 18px;
  padding: 0px 0px 0px 0px;
  text-align:left;
}
.crousletable table tr:nth-child(even) {
  background: transparent;
}

.crousletable a {
    text-decoration: underline;
    color: #777777;
    font-size: 14px;

    
}
.crousletable a:hover {
    color: #1D78B1;
    font-size: 14px;
}

.firstpagetable table {
  width: 100%;
  border: 0px solid #e5e5e5;
}

.firstpagetable table td {
padding-top:25px;
padding-left:0px; 
padding-right:0px; 
  border: 0px solid #e5e5e5;
}

.firstpagetable table td:last-child {
   min-width: 18px;
}

table td:last-child {
   min-width: 18px;
}

.heading table {
  padding-top:10px;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.heading table td {
  border: 1px solid #e5e5e5;
  padding: 2px 5px;
  line-height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.heading table td:last-child {
  min-width: 20px;
}
.heading table tr:nth-child(even) {
  background: transparent;
}

.toolfeature table {
  padding-top:10px;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.toolfeature table td {
  border: 1px solid #e5e5e5;
  padding: 2px 5px;
  line-height: 26px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolfeature table td:last-child {
  min-width: 20px;
}
.toolfeature table tr:nth-child(even) {
  background: transparent;
}

.headingimage table {
  padding-top:10px;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.headingimage table td {
  border: 0px solid #e5e5e5;
  padding: 2px 5px;
  line-height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headingimage table td:last-child {
  min-width: 20px;
}
.headingimage table tr:nth-child(even) {
  background: transparent;
}

.logoimage table {
  padding-top:10px;
  width: 100%;
  border: 0px solid #e5e5e5;
}
.logoimage table td {
  border: 0px solid #e5e5e5;
  padding: 1px 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.logoimage table td:last-child {
  min-width: 20px;
}
.logoimage table tr:nth-child(even) {
  background: transparent;
}

.seperator6px {
  height:6px;
}
.seperator12px {
  height:12px;
}
.seperator24px {
  height:24px;
}

.seperator36px {
  height:36px;
}


/*==================    Info Box   ======================*/
.info-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left:20px;
  box-sizing: border-box;
  margin-top: 7px;
  padding: 30px 30px 25px 10px;
  color: #fff;
  background: #57aacd;
}

.info-box1 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left:20px;
  box-sizing: border-box;
  margin-top: 7px;
  padding: 0px 10px 25px 10px;
  background: #fff;
}
.clients-list {
    background: url("../images/clientlist.webp");
    padding: 11px 0;
    width: 980px;
}

.header-box {
position:relative;
height:40px;
  border: 1px solid #e5e5e5 ;
  padding: 3px 5px 3px 5px; 
  background: #F4F4F4; 
}
.info-box dt,
.info-box dd {
  display: inline-block;
}
.info-box hr {
  background: #fff;
}
.info-box [class^="fa-"]:before {
  padding-right: 13px;
  font-size: 54px;
}
.info-box h2 {
  color: #fff;
  position: relative;
  padding-left: 65px;
}
.info-box h2:before {
  position: absolute;
  left: 0;
}
.info-box h3 {
  color: #fff;
}
.info-box h2 + hr {
  margin-top: 10px;
}
.info-box1 h2 + hr {
  margin-top: 10px;
}
.info-box * + h3 {
  margin-top: 18px;
}
.info-box h3 + dl {
  margin-top: 4px;
}
.info-box dl + hr {
  margin-top: 25px;
}

/*==================     Info     ======================*/
.info dt {
  font-size: 24px;
  color: #434547;
}
.info dt + dd {
  margin-top: 17px;
}
.info dd + dt {
  margin-top: 15px;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  padding: 14.5px 26px;
 /* color: #fff;*/
  font-size: 20px;
  line-height: 1;
  font-weight: 200;
  #text-transform: uppercase;
  border-right: 0px solid #fff;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #1D78B1;
  /*background: #1D78B1;*/
  border-right: 0px solid #fff;
}
.sf-menu > li.active > a {
 color: #1D78B1;
/*background: #1D78B1;*/
  border-right: 0px solid #fff;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 325px;
  background: #56585a;
  z-index: 200;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
    font-weight: 100;
  font-size: 15px;
  padding: 6px 6px;
  color: #FFF;
  background: #56585a;
}
.sf-menu ul > li + li {
  border-top: 1px solid #444648;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #999a9c;
}

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 355px;
  margin-top: 0;
  margin-left: 10px;
  padding: 0;
  z-index: 400;
}

.sf-menu > li > ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
  position: absolute;
  right: 19px;
  top: 0;
  margin-left: -6px;
   content: "";
  font: 400 16px/50px "FontAwesome";
  color: #FFF;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #1D78B1;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
  background-image: url('../images/logo_top_mobile.webp');
  background-repeat: no-repeat;
   background-position: right;
   

 padding-right: 5px;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 50px;
  color: #000;
  font-size: 18px;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: right;
  top: 8px;
  left: 8px;
  width: 48px;
  height: 48px;
  padding-top:5px;
  
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
  
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  margin-top: 6px;
  margin-bottom:0px; 
  background: transparent url("../images/top_nav_background_1.webp") repeat-x scroll 0 0;
}

.isStuck {
  margin-top: 0;
  z-index: 9999;
  border-bottom: 1px solid #888;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}



/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #888;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #1D78B1;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
.primary {
  color: #1D78B1;
}

/*========================================================
					 HEADER  Section
=========================================================*/
header {
  padding-top: 2px;
  background: #fff;
}
header .brand {
  float: left;
}
header a[href^="callto:"],
header .container > p {
  clear: right;
  float: right;
}
header a[href^="callto:"] {
  margin-top: 7px;
  position: relative;
  font-size: 24px;
  color: #777777;
}
header a[href^="callto:"]:before {
  position: absolute;
  top: -4px;
  left: -44px;
  font-size: 34px;
  color: #6bc7ed;
}
header a[href^="callto:"]:hover {
  color: map;
}
header a[href^="callto:"] + p {
  margin-top: 7px;
}
@media (max-width: 979px) {
  header {
    text-align: center;
  }
  header .brand, header a[href^="callto:"], header .container > p {
    float: none;
  }
  header .brand {
    display: block;
  }
  header .brand_slogan {
    padding-left: 0;
  }
  header a[href^="callto:"] {
    display: inline-block;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}
main .container.hr {
  padding-bottom: 20px;
}
main p + a[href^="mailto:"] {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: #1D78B1;
}
main p + a[href^="mailto:"]:hover {
  text-decoration: underline;
}

a[href^="callto:"]:hover {
  color: #1D78B1;
}

.video {
  position: relative;
  width: 100%;
  padding-bottom: 69%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==================      Well     ======================*/
.well {
  padding-top: 20px;
  padding-bottom: 50px;
}


@media (max-width: 1399px) {
  .well {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .well {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}

.well0 {
  padding-top: 0px;
  padding-bottom: 0px;


}
.well01 {
  padding-top: 0px;
  padding-bottom: 0px;
      background: #f4f4f4 none repeat scroll 0 0;
    

}

.well1 {
  padding-top: 32px;
  padding-bottom: 60px;
}
.well1-1 {
  padding-top: 32px;
  padding-bottom: 10px;
}

.well2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.well3 {
  padding-top: 59px;
  padding-bottom: 61px;
}
.ins0 {
  background: #f4f4f4;
  /*background: url("../images/orange-yellow.webp") repeat-x scroll 0 0;*/
}

@media screen and (min-width: 768px) {
	.lprotop {
	background: #c7d8dd;
	/*background: url("../images/orange-yellow.webp")  repeat-x scroll 0 0;*/ 
	}
	.lprostandard {
	background: #e5e5e5;
	/*background: url("../images/green-bg.webp")  repeat-x scroll 0 0; */
	}
	.lproadreports {
	background: url("../images/darkblue-bg.webp")  repeat-x scroll 0 0; 
	}
	.lplus {
	background: url("../images/orange-pink.webp")  repeat-x scroll 0 0; 
	}
	.lreports {
	background: #D7D5CD;
	/*background: url("../images/brown-yellow.webp")  repeat-x scroll 0 0; */
	}
	.ladadmin {
	background: #bfd3d8;
	/*background: url("../images/blue-bg.webp")  repeat-x scroll 0 0; */
	}
}
.lpro {
  background: #c7d8dd;
}
.ladadminback{
  background: #bfd3d8;
}
.lstandard {
  background: #e5e5e5;
}
.ladreports {
  background: #EBEEFA;
}
.lplusreports {
  background: #EEEFE0;
}
.ldapreports {
  background: #D7D5CD;
}


.ins1 {
  padding-bottom: 0;
}

.ins2 {
  padding-bottom: 52px;
}

.ins3 {
  padding-bottom: 43px;
}

.ins4 {
  padding-bottom: 20px;
}

.ins5 {
  padding-top: 44px;
}

.greyframe{
padding-top:36px; 
padding-bottom:36px; 
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  color: #DED5D5;
  background: #434547;
}
footer section + section .container {
  border-top: 1px solid #888a8c;
}
footer .copyright {
  padding-top: 21px;
  padding-bottom: 55px;
}
footer .copyright a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer .copyright {
    text-align: center;
  }
}


/* Custom */


#firstpage1button, #firstpage2button {
    background: url("../images/downloadorbuy.webp") repeat scroll 0 0;
    display: block;
    height: 64px;
    overflow: hidden;
    text-indent: -999em;
    width: 224px;
}
#firstpage1button:hover {
    background: url("../images/downloadorbuy.webp") no-repeat scroll 0 -64px;
}
#firstpage2button {
    background-position: 0 -128px;
}
#firstpage2button:hover {
    background-position: 0 -192px;
}

/*--------------template
*/

.desktopOnly {
    visibility:visible;
    display:block;
}
desktopOnlyClients{
    visibility:visible;
    display:block;
}
desktopOnlyIcons{
    visibility:visible;
    display:block;
}

#page-wrap { clear: both; text-align: center; margin: 1px auto; } 


#content2 {

}

.excerpt {
    color: rgba(0, 0, 0, 0.55);
    font-size: 1.6rem;
}

.excerpt2 {
    color: rgba(0, 0, 0, 0.55);
    font-size: 1rem;
}

@media (min-width: 1200px) {
 .propadding{
 	  float: left;
    padding-left: 50px;
  }
  
   .propaddingright{
 	 float: right;
  }
  .containterTextCenter {
    height: 443px;
    display: flex;
    /* flex-direction: column;*/
    align-items: center; 
    /* justify-content: center;*/
}

.scriptdisplay{
	text-align:center; 
	padding-left:40px; 
	padding-top:10px"
	}

  }
  
 .stylewhite{
  	color: #FFFFFF;
  }
  
  .styleblue{
  	color: #4e4e50;
  }
   
  
  .linkewhite a:hover {
      color: #FFFFFF;
         text-decoration: underline;
  }
  .linkewhite a {
      color: #FFFFFF;
   
}
.ldapprobackground{
    background: url("../images/ldapprofessional.webp") no-repeat;
}

.ldapstandardbackground{
    background: url("../images/ldapstandardback.webp") no-repeat;
}
.adreportsbackground{
    background: url("../images/adreportingback.webp") no-repeat;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}


@media screen and (min-width: 1168px) {
  #screenonly {  }  /* show it on big screens */
  #mobileonly { display: none; }  /* show it on small screens */
  .toptext { margin-left: 0px; float: left; width: 700px; }

}


@media screen and (max-width: 1167px) {
  #screenonly { display: none; }   /* hide it elsewhere */
  #mobileonly {  }   /* hide it elsewhere */
  .toptext { }
  table td {
      box-sizing: border-box;
      line-height: 18px;
      padding:0px 0px;
  }
  
  
  @media screen and (min-width: 768px) {
    #screenheaderonly {  }  /* show it on big screens */
  
  }
  
  
  @media screen and (max-width: 767px) {
    #screenheaderonly { display: none; }   /* hide it elsewhere */
   }
  
  
  /*------------Top Table ------------*/
  .price table {
    width: 100%;
    border: 1px solid #9DABC3;
  }
  .price table td {
    border: 1px solid #9DABC3;
    padding: 1px 2px;
    line-height: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

table.fancytable5 {
    background: transparent none repeat scroll 0 0;
    border-collapse: collapse;
}
table.fancytable5 td {
    border: 1px solid silver;
    padding: 1px;
}
table.fancytable5 th {
    text-align: left;
}
table.fancytable5 caption {
    margin-left: inherit;
    margin-right: inherit;
}
table.fancytable5 tr:nth-child(even) {
  background: transparent;
}

table.fancytable6 {
    background: transparent none repeat scroll 0 0;
    border-collapse: collapse;
}
table.fancytable6 td {
    border: 0px solid silver;
    padding: 1px;
}
table.fancytable6 th {
    text-align: left;
}
table.fancytable6 caption {
    margin-left: inherit;
    margin-right: inherit;
}
table.fancytable6 tr:nth-child(even) {
  background: transparent;
}

table.fancytable7 {
    background: transparent none repeat scroll 0 0;
    border-collapse: collapse;
}
table.fancytable7 td {
    border: 1px solid silver;
    padding: 10px 1px 10px 1px; 
    
}
table.fancytable7 th {
background: #6EA7D1;
    text-align:center;
	 font-size:100%;
	 border: 1px solid silver;
}
table.fancytable7 caption {
    margin-left: inherit;
    margin-right: inherit;
}
table.fancytable7 tr:nth-child(even) {
  background: transparent;
}

table.fancytable6 {
    background: transparent none repeat scroll 0 0;
    border-collapse: collapse;
}
table.fancytable8 td {
    border: 0px solid silver;
    padding: 7px;
}
table.fancytable8 th {
    text-align: left;
}
table.fancytable8 caption {
    margin-left: inherit;
    margin-right: inherit;
}
table.fancytable8 tr:nth-child(even) {
  background: transparent;
}

table.fancytable9 {
    background: transparent none repeat scroll 0 0;
    border-collapse: collapse;
}
table.fancytable9 td {
    border: 1px solid silver;
    padding: 10px 10px 10px 10px; 
    
}
table.fancytable9 th {
    text-align: left;
}
table.fancytable9 caption {
    margin-left: inherit;
    margin-right: inherit;
}

table.fancytable9 tr:nth-child(even) {
  background: transparent;
}

table.fancytable1 {
  margin: 1em 0em 0.6em 0em;
  background: white;
  border-collapse: collapse;
}

table.fancytable1 th, table.fancytable1 td {
  border: 1px #456A86 solid;
   padding: 10px 4px 10px 4px; 
   line-height: 18px;
}
table.fancytable1 td {
  font-size:100%;
}
table.fancytable1 th {
  background: #6EA7D1;
    text-align:center;
	 font-size:100%;
}
table.fancytable1 caption {
  margin-left: inherit;
  margin-right: inherit;
}

   .orange{
    color:#FF6D1D;
    }
    .aliceBlue{
     color:#1D499F;
    
    }
    .red{
     color:#9C0303;
    
    }
     .originalPrice{
     font-size:90%;
    
  }


.floatimages{
 float: left;
    display: inline-block;
	margin: 0px 0px 15px 15px;
}

.error {color: #FF0000}

.upgradetext {vertical-align:bottom; text-align:center; padding-bottom:4px;}

#registrationkey{height: 300px; width: 100%;}

#fancytable1-1 {
  margin: 0em 0em 0em 0em;
  background: transparent;

  font-size:90%;
}

#fancytable1-1 table {
  width: 100%;
}
#fancytable1-1 table td {
  border: 1px solid #e5e5e5;
   padding: 0px 10px 0px 10px;
  line-height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 
}
#fancytable1-1 table td:last-child {
  min-width: 18px;
}
#fancytable1-1 table tr:nth-child(even) {
  background: transparent;
}

.fancytable9-1 {
  padding: 0em 0em 0em 0em;
  background: transparent;
  border-collapse: collapse;
}
.fancytable9-1 th, table.fancytable9-1 td {
font-family: georgia,serif;
  border: 0px silver solid;
  padding: .3em;
}
.fancytable9-1 th {
font-family: georgia,serif;
  background: EEEEEE;
  text-align: left;
}
.fancytable9-1 caption {
font-family: georgia,serif;
  margin-left: inherit;
  margin-right: inherit;
}

.result_title a{
	font-size:130%; 
}

