@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&amp;subset=cyrillic,vietnamese');

/*@import url('https://fonts.googleapis.com/css?family=Jura');*/
.carousel-control.right
{
  width: auto;
  margin-right: 10px;
  cursor: pointer;
}

.carousel-control.left
{
  width: auto;
  margin-left: 10px;
  cursor: pointer;
}


  .navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
     margin-right: 0px !important; 
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ffffff !important;
    border:none;
}
      .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #f2f2f2;
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.navbar-brand {
    float: left;
    height: 40px;
    padding: 5px 45px 0px 0px;
    font-size: 18px;
    line-height: 20px;
    width: 220px;
}
.nav>li>a {
    position: relative;
    display: block;
    font-size: 15px;
    padding: 10px 20px;
}

.navbar {
  /*margin-top: 5px;*/
   /* position: relative;*/
    min-height: 40px;
    margin-bottom: 5px;
    border: 1px solid transparent;
}
.navbar-default {
    background-color: #ffffff;
    /*border-bottom: 1px solid darkgray;*/
    
}
.navbar-default .navbar-nav>li>a {
    color: #000;
}



.navbar-default .navbar-toggle {
    border-color: transparent;
    margin-right: 0px !important;
}


.caption h3 {
  text-decoration: none;
  /*font-size: 16px;*/
  text-transform: uppercase;
}



.dropdown-footer{
  background: gray;
}
.dropdown-footer a {
  text-decoration: none;
  color: #ffffff;
}

.btn-image-demo{
  border-radius: 0px;
  background-color: #42929d;
    border:none;
     transition: 0.4s;
     border-radius: 50px;
}

.btn-image-demo:hover{
    border-radius: 50px;
  
  background-color: #41b7c7;
    border-color: #41b7c7;
    color: #000;
}

.btn-more{
  border-radius: 0px;
  background-color: #42929d;
    border-color: #42929d;
     transition: 0.4s;
}

.btn-more:hover{
  border-radius: 0px;
  background-color: #41b7c7;
    border-color: #41b7c7;
    color: #000;
}

.btn-demo-more{
  border-radius: 0px;
  background-color: #42929d;
    border-color: #42929d;
    transition: 0.4s;
}

.btn-demo-more:hover{
  border-radius: 0px;
  background-color: #41b7c7;
    border-color: #41b7c7;
    color: #ffffff;
}

.carousel-caption{
left: 5%;
top: 10%;
}



.carousel-caption p a:after {
  content: '\00bb';
     position: absolute; 
     opacity: 0; 
    color: #000;
    top: 10px;
    text-align: center;
     right: 20px; 
     transition: 0.5s; 
}
.carousel-caption p:hover a::after{
  opacity: 1;
  right: 15px; 
}

.service-box{
  width:100%;
  height: 100%;
   margin-bottom: 25px;
  border: 1px solid #ddd;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
/*  background-size: cover;
  background-image: url("assets/image/hd.jpg");*/
  overflow: hidden;
  border-bottom: 4px solid gray;
}
.service-box:hover{
  box-shadow: 1px 1px 15px 6px #d4dada;
/*-webkit-filter: grayscale(1);
filter: grayscale(1);*/
}

.service-box img
{
  background: no-repeat center center fixed;
  background-size: cover;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-origin:all;
  max-width: 100%;
  width: 100%;
  /*height: 100%;*/
  /*max-height: 100%;*/
  text-align: center;
   -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
   -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left:0;
  right: 0;
  bottom: 0;
  top: 0;
}

.service-box:hover img
{
   -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
 /* -webkit-filter: grayscale(1);
filter: grayscale(1);*/
}

.service-box::before
{
  top: 10px;
    right: 30px;
    bottom: 10px;
    left: 30px;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    position: absolute;
    content: '';
    z-index: 100;
    height:0%;
    transition: 0.5s;
}

.service-box:hover::before
{
    height:95%;
}

.service-box::after
{
    top: 30px;
    right: 10px;
    bottom: 30px;
    left: 10px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    position: absolute;
    content: '';
    width:0%;
    transition: 0.5s;
}

.service-box:hover::after
{
   width: 95%;
}

/*.type-h1{
  position: fixed;
    margin: 0px auto;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 300px;
    font-family: 'Roboto', serif;
    font-size: 55px;
    font-weight: 555;
    color: #ffffff;
    z-index:-5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000)";
text-shadow: 1px 1px 3px #47b6c5;
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000); 
}
.type-h1::after 
{
  content: "|";
}*/
/*.ourservice{
  font-family: 'Roboto', serif;
    font-size: 55px;font-weight: 600;color: #339990;
}
.ourservice::after
{
  content: "";
    background: url("http://jaguarthemes.com/resume/img/section-divider.png") no-repeat;
    height: 15px;
    width: 113px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    bottom: -100px;
    margin: 0 auto;
}*/
.service-box .overlay
{
    position: absolute;
    top: 0%;
    left: 0;
    background: #52afb7b3;
    background-color: rgba(82, 175, 183, 0.7);
    bottom: 0;
    right: 0;
    transition: 0.3s;
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
     visibility: visible;
}

.service-box:hover .overlay{

  opacity: 1 !important;
 -moz-opacity: 1!important;
  -khtml-opacity: 1!important;
   visibility: visible;
}
.service-box .overlay span
{
   position: absolute;
    top: 15%;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1 !important;
     -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    font-size: 18px;
    color: #FFFFFF;
    font-family: sans-serif;
    text-align: center;
    display: none;
}
.service-box .overlay i
{
    margin-top: 20%;
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    color: #FFFFFF;
    text-align: center;
    border: 2px solid;
    padding: 10px;
}

.service-box:hover .overlay span{
  display: block;
}

.btn-request {
    position: relative;
    background-color: #47b6c5;
    border: none;
    color: #FFFFFF;
    padding: 10px;
    width: 165px;
    font-weight: 600;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    margin-top: 8px;
     outline: none;
}

.btn-request:after {
    content: "";
    background: #f1f1f1;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s;
    border:none;
    outline: none;
}

.btn-request:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}



.producticon {
    color: #4a70bc;
    position: relative;
    top: 16px;
}
.fa-4x{
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}

.header-productbox:hover .fa-4x{
 -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.fa,.producticon,.far,.fas
{
  text-rendering: optimizeLegibility;
  font-family: 'FontAwesome';
}

/*.header-productbox:hover .producticon
{
   -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
*/
/*@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }*/



.producticon-1
{
  color: #7cc675;
  position: relative;
    top: 16px;
}
.producticon-2
{
  color: #f26c7e;
  position: relative;
    top: 16px;
}
.producticon-3
{
  color: #f7941c;
  position: relative;
    top: 16px;
}
.producticon-4
{
  color: #ef2300;
  position: relative;
    top: 16px;
}
.producticon-5
{
  color: #00adef;
  position: relative;
    top: 16px;
}
.producticon-6
{
  color: #00a89e;
  position: relative;
    top: 16px;
}
.producticon-7
{
  color: #49def3;
  position: relative;
    top: 16px;
}

.thumbnail .caption {
    padding: 9px;
    padding-top: 2px;
    color: #337ab7;
}

.service-list
{
  padding: 0px;
  list-style: none;
}

.service-list li
{
  padding:0px;
}

.service-list li:nth-child(odd)
{
  padding:0px;
  padding-right: 5px;
  margin-bottom: 7px;
}

.service-list li:nth-child(even)
{
  padding:0px;
  padding-left: 5px;
  margin-bottom: 7px;
}
.service-list li .service-title-left
{
  position: absolute;
  right: 20px;
  background: white;
  padding: 3px 25px;
  border-radius: 20px;
  font-size: 17px;
}
.service-list li .service-title-right
{
  position: absolute;
  bottom: 20px;
  background: white;
  padding: 3px 25px;
  border-radius: 20px;
  left: 20px;
  font-size: 17px;
}

.service-list li img {
  border:1px solid #e0e0e0;
}
.footer{
  background: #f2f2f2;
      margin-top: 25px;
  /*background-image: url(assets/image/bg.svg);
      background-size: cover;
      background-repeat: no-repeat;*/
}
.footer-menu-title{
list-style-type: none;
padding: 0px;
/*text-transform: uppercase;*/
}
.footer-menu-title li{
  padding: 2px;
  font-size: 12px;
}

.footer-menu-title li a
{
  text-decoration: none;
  color: #333;
}
.footer-menu-title li a:hover
{
  text-decoration: none;
  color:#333;
  border-bottom: 1px solid;
}

body{
  scroll-behavior: smooth;
  font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}



#product
{
  /*background-image: url('../image/product-bg.png');
  background-size: cover;
  background-opacity:0.2;*/
  background: white;

}

.ourclient-box
{
  position: relative;
}
.ourclient-title
{
  position: absolute;
  border-top: 3px solid #08a3ad;
}
.ourclient-title h3{
  font-size: 16px;
}



.box
{
  padding: 10px;
 /* box-shadow: 1px 4px 10px 1px #d0cece;*/
  margin-top: 20px;
    max-width: 150px;
        width: 150px;
}

.box img
{
  width: 100%;
}
.item a{
  display: block;
    width: 100%;
    text-decoration: none;
}
.item a img

{
width: 150px;
}

.product-label
{
  font-size:14px;
  font-weight: 700;
}

.clientlist
{
  padding: 0px;
}

.clientlist li
{
  list-style-type: none;
  display: inline-block;
  /*margin-right:30px;*/
/*  margin:10px;*/

}

/*.tooltip{
      display: block;
    top: 0px !important;
    left: 75.2969px;
}
*/
/*.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    width: 150px !important;
    margin: 0 auto;
}*/


.client-title {
  position: absolute;
  background: #0D0D0D;
  padding: 5px;
  border-radius: 5px;
 opacity: 0;
 top: 0;
 width: 180px;
}
.client-title:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #0D0D0D;
  border-width: 8px;
  margin-left: -8px;
}

.client-title span
{
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  text-decoration-style: none;
  font-size: 13px;
}
.client-title span:hover{
text-decoration-style: none;
text-decoration: none;
}
.owl-item:hover .client-title
{
  opacity: 1 !important;
}
.box:hover .client-title
{
  opacity: 1 !important;
}
.down-arrow
{
  padding: 20px;
    background: #ffffff;
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* text-align: center; */
    position: relative;
    border-radius: 50%;
    top: -15px;
}

.product-h1-font
{
  font-family: 'Open Sans Condensed', sans-serif;
    font-weight: inherit;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #505050;
}
.product-h3-font
{
  font-family: 'Roboto', sans-serif;
    font-weight: inherit;
    line-height: 1.2;
    color: #000000;
}
.product-h2-font
{
  font-family: 'Roboto', sans-serif;
    font-weight: inherit;
    line-height: 1.2;
    color: #000000;
}
.product-h4-font
{
  font-family: 'Roboto', sans-serif;
    font-weight: inherit;
    line-height: 1.2;
    color: #000000;
}
.product-image{
  overflow: hidden;
}
.product-image img
{
  max-width: 100%;
}

.product-ul{
  list-style-type: none;
  margin-top: 10px;
  padding:0px;
}
.product-ul li
{
  display: block;
  padding: 5px 0;
  font-size: 18px;
  width: 250px;
  margin-bottom:5px;
  text-align: left;
  background: #F7F5F2;
  padding-left: 10px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.product-ul li:nth-child(1) {
   border-left: 5px solid #F5876E;
}
.product-ul li:nth-child(2) {
   border-left: 5px solid #61A8DC;
}
.product-ul li:nth-child(3) {
   border-left: 5px solid #8EBD40;
}
.product-ul li:nth-child(4) {
   border-left: 5px solid #D8C86E;
}

.Benefit-ul{
  list-style-type: none;
  margin-top: 10px;
  padding:0px;
}

.Benefit-ul li
{
  display: block;
  padding: 2px 0;
  font-size: 16px;
  margin-bottom:1px;
  text-align: left;
  padding-left: 10px;
  color: #423f3f;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.Benefit-ul li::before
{
  content: "\f14a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    position: absolute;
    left: 0;
}

.module-title
{
   border-left: 5px solid #F5876E;
   background: #F7F5F2;
   padding:1px 0;
   padding-left: 10px;
   width: 270px;
}
.consolidating-title
{
      border-left: 5px solid #807cc9;
    background: #F7F5F2;
    padding: 1px 0;
    padding-left: 10px;
    max-width: 270px;
}
.proposal-ul{
  list-style-type: none;
  margin-top: 25px;
  padding:0px;
}

.proposal-ul li
{
  display: block;
  padding: 2px 0;
  font-size: 16px;
  margin-bottom:1px;
  text-align: left;
  padding-left: 20px;
  position: relative;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #423f3f;
}
.proposal-ul li::before
{
  content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    color: #F5876E;
     position: absolute;
    left: 0;
}
.ad-spot-title
{
   border-left: 5px solid #61A8DC;
   background: #F7F5F2;
   padding:1px 0;
   padding-left: 10px;
   width: 270px;
}
.ad-spot-ul{
  list-style-type: none;
  margin-top: 25px;
  padding:0px;
}

.ad-spot-ul li
{
  display: block;
  padding: 2px 0;
  font-size: 16px;
  margin-bottom:1px;
  text-align: left;
  padding-left: 20px;
  position: relative;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #423f3f;
}
.ad-spot-ul li::before
{
  content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    color: #61A8DC;
     position: absolute;
    left: 0;
}

.Sales-title
{
   border-left: 5px solid #8EBD40;
   background: #F7F5F2;
   padding:1px 0;
   padding-left: 10px;
   width: 270px;
}
.Sales-ul{
  list-style-type: none;
  margin-top: 25px;
  padding:0px;
}

.Sales-ul li
{
  display: block;
  padding: 2px 0;
  font-size: 16px;
  margin-bottom:1px;
  text-align: left;
  padding-left: 20px;
  position: relative;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #423f3f;
}
.Sales-ul li::before
{
  content: "\f178";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    color: #8EBD40;
     position: absolute;
    left: 0;
}


.promo-title
{
   border-left: 5px solid #D8C86E;
   background: #F7F5F2;
   padding:1px 0;
   padding-left: 10px;
   width: 270px;
}
.promo-ul{
  list-style-type: none;
  margin-top: 25px;
  padding:0px;
}

.promo-ul li
{
  display: block;
  padding: 2px 0;
  font-size: 16px;
  margin-bottom:1px;
  text-align: left;
  padding-left: 20px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #423f3f;
  position: relative;
}
.promo-ul li::before
{
  content: "\f04d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    color: #D8C86E;
    position: absolute;
    left: 0;
}

.forecast-title
{
   border-left: 5px solid #00a89d;
   background: #F7F5F2;
   padding:1px 0;
   padding-left: 10px;
   width: 270px;
}
.forecast-ul{
  list-style-type: none;
  margin-top: 25px;
  padding:0px;
}

.forecast-ul li
{
  display: block;
  padding: 2px 0;
  font-size: 16px;
  margin-bottom:1px;
  text-align: left;
  padding-left: 20px;
  position: relative;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #423f3f;
}
.forecast-ul li::before
{
  content: "\f1db";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    color: #00a89d;
     position: absolute;
    left: 0;
}

.inquiry-btn{
  outline: none;
  border-radius: 0px;
  border: 0px;
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 999;
   background: #00a89d;
   font-size: 15px;
   cursor: pointer;
}
.inquiry-btn:hover{
  outline: none;
  border: 0px;
   background: #00a89d;
   cursor: pointer;
}
.inquiry-btn:focus{
  outline: none;
  border: 0px;
   background: #00a89d;
   cursor: pointer;
}
.inquiry-btn:active:hover{
  outline: none !important;
  border: 0px !important;
   background: #00a89d !important;
   cursor: pointer !important;
}
.inquiry-btn:active:focus{
  outline: none !important;
  border: 0px !important;
   background: #00a89d !important;
   cursor: pointer !important;
}

.modal-body{
  border-radius: 0px;
  border:0px;
}

.inquiry-input{
  border-radius: 0px;
  outline: none;
  border-left: 5px solid #28a993;
}
.inquiry-input:focus
{
  border-color: #28a993;
 -webkit-box-shadow: none;
 box-shadow: none;
}
.btn-inquiry{
  border:0px;
  border-radius: 0px;
  background: #28a993;
  color: #ffffff;
  outline: none;
  margin-top: 20px;
}
.btn-inquiry:hover,focus{
  border:0px;
  color: #ffffff;
  background: #28a993;
  border-radius: 0px;
  outline: none;
}
.moveUp{
  position: fixed;bottom: 15px;right:15px;display: none;
  transition: .5s;
  z-index: 999999999999;
}

.moveUpbtn{
  padding:15px;
  background: #00a89d;
  border-radius: 5px;
}

.moveUpbtn:hover,focus{
  padding:15px;
  background: #00a89d;
  border-radius: 5px;
}


.fa-arrow-circle-up{
  color: #ffffff;
}

.module-collapse{
  position: relative;
    width: 100%;
    display: block;
    text-decoration: none;
    color: gray;
    cursor: pointer;
}
.module-collapse:hover{
  color: gray;
  text-decoration: none;
}

.module-collapse i{
  position: absolute;
  right: 10px;
}

div.collapseicon a[aria-expanded="true"]::after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
      position: absolute;
    right: 10px;
}

div.collapseicon a[aria-expanded="false"]::after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
      position: absolute;
    right: 10px;
}
.creditscoringbg{
  position: relative;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
z-index: 1;
}
.creditscoringbg::after {
    content: "";
    background-image: url(../image/lines.png);
    background-position: center 75%;
    background-size: 98%;
    background-repeat:no-repeat;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.acresbg{
  position: relative;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
 background: -moz-linear-gradient(96deg, #4275FF 0, #00B3A7 68%);/* FF3.6+ */
background: -webkit-gradient(linear, 96deg, color-stop(0, 4275FF), color-stop(68%, 00B3A7));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(96deg, #4275FF 0, #00B3A7 68%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(96deg, #4275FF 0, #00B3A7 68%);/* Opera 11.10+ */
background: -ms-linear-gradient(96deg, #4275FF 0, #00B3A7 68%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
background: linear-gradient(96deg, #4275FF 0, #00B3A7 68%);/* W3C */
color:#fff;
z-index: 1;
}

/*.creditscoringbg::after {
    content: "";
    background-image: url(../image/acres/Smart-ACreS.png);
    background-position: center;
    background-size:contain;
    background-repeat:no-repeat;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}*/


.losbg{
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}

.losbg::after {
    content: "";
    background-image: url(../image/losline.png);
    background-position: center 75%;
    background-size: contain;
   /* background-repeat:no-repeat;*/
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}



.features-ul
{
  list-style-type: none;
  margin-top: 10px;
  padding:0px;
}

.features-ul li
{
  display: block;
  list-style-type: none;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
 font-weight: 600;

}
.features-ul li:nth-child(odd){
 border:1px solid darkgray;
}
.features-ul li:nth-child(even){
 border:1px solid #22afa6;
}

.features-ul li:nth-child(odd)::before
{
  content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    color: #22afa6;
    position: absolute;
    left: 25px;
}
.features-ul li:nth-child(even)::before
{
  content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    color: darkgray;
    position: absolute;
    left: 25px;
}

.los-ul
{
  list-style-type: none;
  margin-top: 10px;
  padding:0px;
}

.los-ul li
{
  display: block;
  list-style-type: none;
  padding: 5px;
  border-radius: 7px 0;
  margin-bottom: 5px;
  padding-left: 15px;
 font-weight: 600;

}
.los-ul li:nth-child(odd){
 border:1px solid darkgray;
}
.los-ul li:nth-child(even){
 border:1px solid #f5876d;
}

.los-ul li:nth-child(odd)::before
{
  content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    color: #f5876d;
}
.los-ul li:nth-child(even)::before
{
  content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    color: darkgray;
}

.pot-ul{
  padding: 0;
  list-style-type: none;
}
.pot-ul li
{
  padding:7px;
  list-style-type: none;
  display: block;
  width: 250px;
  background: #f1f1f1;
  margin-bottom: 3px;
}

.pot-ul li::before
{
  content: "\f0a4";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    color: #00a89d;
}

.input-ul{
  padding: 0;
  list-style-type: none;
  margin-top: 10px;
}
.input-ul li
{
  padding:7px;
  list-style-type: none;
  display: block;
  width: 250px;
  background: #f1f1f1;
  margin-bottom: 3px;
  padding-left: 25px;
  position: relative;
}

.input-ul li::before
{
  content: "\f0a4";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    color: #00a89d;
    position: absolute;
    left: 5px;
}



.retail-title
{
   border-left: 5px solid #F5876E;
   background: #F7F5F2;
   padding:1px 0;
   padding-left: 10px;
   max-width: 500px;
}
.retail-ul{
  list-style-type: none;
  margin-top: 25px;
  padding:0px;
}

.retail-ul li
{
  display: block;
  padding: 2px 0;
  font-size: 16px;
  margin-bottom:1px;
  text-align: left;
  padding-left: 20px;
  position: relative;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #423f3f;
}
.retail-ul li::before
{
  content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    color: #61A8DC;
     position: absolute;
    left: 0;
}


.rewand-title
{
   border-left: 5px solid #61A8DC;
   background: #F7F5F2;
   padding:1px 0;
   padding-left: 10px;
   max-width: 500px;
}
.rewand-ul{
  list-style-type: none;
  margin-top: 25px;
  padding:0px;
}

.rewand-ul li
{
  display: block;
  padding: 2px 0;
  font-size: 16px;
  margin-bottom:1px;
  text-align: left;
  padding-left: 20px;
  position: relative;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #423f3f;
}
.rewand-ul li::before
{
  content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    color: #61A8DC;
     position: absolute;
    left: 0;
}

.timeline-title
{
   border-left: 5px solid #8EBD40;
   background: #F7F5F2;
   padding:1px 0;
   padding-left: 10px;
   max-width: 500px;
}
.timeline-ul{
  list-style-type: none;
  margin-top: 25px;
  padding:0px;
}

.timeline-ul li
{
  display: block;
  padding: 2px 0;
  font-size: 16px;
  margin-bottom:1px;
  text-align: left;
  padding-left: 20px;
  position: relative;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #423f3f;
}
.timeline-ul li::before
{
  content: "\f178";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    color: #8EBD40;
     position: absolute;
    left: 0;
}

.analytics-title
{
   border-left: 5px solid #D8C86E;
   background: #F7F5F2;
   padding:1px 0;
   padding-left: 10px;
   max-width: 500px;
}
.analytics-ul{
  list-style-type: none;
  margin-top: 25px;
  padding:0px;
}

.analytics-ul li
{
  display: block;
  padding: 2px 0;
  font-size: 16px;
  margin-bottom:1px;
  text-align: left;
  padding-left: 20px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #423f3f;
  position: relative;
}
.analytics-ul li::before
{
  content: "\f04d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    color: #D8C86E;
    position: absolute;
    left: 0;
}

.engine-title
{
   border-left: 5px solid #807cc9;
   background: #F7F5F2;
   padding:1px 0;
   padding-left: 10px;
   max-width: 500px;
}
.engine-ul{
  list-style-type: none;
  margin-top: 25px;
  padding:0px;
}

.engine-ul li
{
  display: block;
  padding: 2px 0;
  font-size: 16px;
  margin-bottom:1px;
  text-align: left;
  padding-left: 20px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #423f3f;
  position: relative;
}
.engine-ul li::before
{
  content: "\f138";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    color: #807cc9;
    position: absolute;
    left: 0;
}
.p0{
  padding: 0px;
}
.Guidelines 
{
  list-style-type: none;
  padding:0;
  margin-top: 25px;
}
.Guidelines li
{
  list-style-type: none;
  padding:5px;
  margin-bottom: 4px;
  position: relative;
  display: block;
   margin-bottom:1px;
  text-align: left;
  padding-left: 20px;
  font-weight: 700;
  font-size: 16px;
}
.Guidelines li::before
{
  content: "\f138";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    color: #61A8DC;
    position: absolute;
    left: 0;
}

.Guidelines li span{
  font-weight: 500!important;
  color:darkgrey;
  font-size: 14px;
}

.header-productbox a {
  text-decoration: none;
}

/*.b-green,.b-green:before {
    background-color: white; 
    color: black; 
    border: 2px solid #4CAF50;
    padding: 10px 15px;
    text-align: center;
  }*/

.btn-casestudy {
     display: inline-block;
    border-radius: 4px;
    background-color: #ffffff;
    border: none;
    color: #000;
    text-align: center;
    font-size: 18px;
    width: 200px;
    cursor: pointer;
    margin: 5px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    padding: 0;
}
.btn-casestudy:hover 
{
   display: inline-block;
    border-radius: 4px;
    background-color: transparent;
    border: none;
    color: #ffffff !important;
    text-align: center;
    font-size: 18px;
    width: 200px;
    cursor: pointer;
    margin: 5px;
     border: 2px solid #ffffff;
    border-radius: 50px;
}
.btn-casestudy span a
{
  text-decoration: none;
  color: #000;
  width: 100%;
    display: inline-block;
    position: relative;
    padding: 5px;
}

.btn-casestudy span a:hover
{
  text-decoration: none;
 color: #ffffff;
 width: 100%;
    display: inline-block;
    position: relative;
     padding: 5px;
}




.btn-casestudy span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.1s;
  width: 100%;
}

.btn-casestudy span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 5px;
  right: -20px;
  transition: 0.1s;
}

.btn-casestudy:hover span {
  padding-right: 25px;

}

.btn-casestudy:hover span:after {
  opacity: 1;
  right:10px;
}

.Collaborative-title{
border-bottom: 5px solid #8EBD40;
    /* background: #F7F5F2; */
    padding: 1px 0;
    padding-left: 10px;
    max-width: 480px;
    }

.demand-title{
   border-bottom: 5px solid #61A8DC;
    /* background: #F7F5F2; */
    padding: 1px 0;
    padding-left: 10px;
    max-width: 480px; 
  }

.unconstrained-title{
  border-bottom: 5px solid #D8C86E;
    /*background: #F7F5F2;*/
    padding: 1px 0;
    padding-left: 10px;
    max-width:480px;
  }

.casestudy-background-banner
{
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  background-position: center center;
}

.casestudy-background-banner:nth-child(1)
{
   background-image: url("../image/case-study-autoloan.jpg");
   background-repeat: no-repeat;
}

.casestudy-background-banner:nth-child(2)
{
   background-image: url("../image/casestudy-application-scorecard.jpg");
   background-repeat: no-repeat;
}
.casestudy-background-banner:nth-child(3)
{
   background-image: url("../image/case-study-behaviour.jpg");
   background-repeat: no-repeat;
}
.casestudy-background-banner:nth-child(4)
{
   background-image: url("../image/casestudy-television.jpg");
   background-repeat: no-repeat;
}
.casestudy-background-banner:nth-child(5)
{
   background-image: url("../image/case-study-child.jpg");
   background-repeat: no-repeat;
}
.casestudy-background-banner:nth-child(6)
{
   background-image: url("../image/case-study-fraud-detection.jpg");
   background-repeat: no-repeat;
}
.casestudy-background-banner:nth-child(7)
{
   background-image: url("../image/case-study-petrochemical.jpg");
   background-repeat: no-repeat;
}
.casestudy-background-banner:nth-child(8)
{
   background-image: url("../image/case-study-pot.jpg");
   background-repeat: no-repeat;
}
.casestudy-background-banner:nth-child(9)
{
   background-image: url("../image/case-study-telecom.jpg");
   background-repeat: no-repeat;
}
.casestudy-background-banner:nth-child(10)
{
   background-image: url("../image/case-study-riskscorecard.jpg");
   background-repeat: no-repeat;
}
.casestudy-background-banner:nth-child(11)
{
   background-image: url("../image/case-study-travel.jpg");
   background-repeat: no-repeat;
}

.casestudy-background-banner:nth-child(12)
{
   background-image: url("../image/airline-seat.jpg");
   background-repeat: no-repeat;
}


.casestudy-box
{
position: relative;overflow: hidden;height: 450px;
}

.casestudy-title
{
margin-left: 25px;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=162, Color=#121110)";/*IE 8*/
text-shadow: 3px 1px 4px #121110;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#121110); /*IE 5.5-7*/
}

.casestudy-ul li
{
  padding:0px;
  text-align: center;
}
.casestudy-ul li a
{
  border-radius: 0px;
  cursor: pointer;
}

.casestudy-label
{
  max-width: 300px;
    width: 100%;
    position: relative;
    text-align: center;
}

.casestudy-label h2
{
  color: #585858;
  font-family: "Product Sans",Arial,sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  margin-top: 8px;
  border-bottom: 2px dashed;
  border-width: medium;
}

.case-box:nth-child(even)
{
  background: #d0d0d0;
  padding:50px 20px;
}

.case-box:nth-child(odd)
{
  background: #ddd;
  padding:50px 20px;
}
.benefit-ul li
{
  text-align: justify;
}
.solution-small
{
  color: #009898;
}
.inquiry-message {
  color:red;
  display: none;
}

.radix-bg
{
  background-image: url(../image/groupimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  -webkit-animation: slide 40s linear infinite;
  animation: slide 40s linear infinite;
}

.about-bg
{
  background-image: url(../image/about-us-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.about-bg-1
{
  background-image: url(../image/about-us-bg-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}


.about-box
{
  margin-top: 100px;
  margin-bottom: 100px;
}

.about-box h4
{
  color: #ffffff;
}
.Contact-box
{
  padding:20px;
  border: 1px solid lightgray;
  padding-left:50px;
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
  word-break: break-word;
  transition: 0.5s;
  cursor: pointer;
  /*min-height: 180px;*/
  /*margin-top: 20px;*/
}
.Contact-box:hover
{
  box-shadow: 2px 4px 10px 1px #DDD;
}
.Contact-box a{
    text-decoration: none !important;
    color: #333;
}

.Contact-box a:hover{
    color: #00a89d;
}

.Contact-box .fa
{
    position: absolute;
    left: -10px;
    top: 5px;
}

.h1-casestudy
{
  font-weight: 600;
  font-size: 50px;
  font-family: sans-serif;
  /*font-family: 'Jura', sans-serif;*/
}

.product-a
{
  color: #333;
}

.product-a:hover
{
  color: #333;
}

.case-study-bg
{
  position: relative;margin-top: 10px;background: #f9f9f9;
}

.case-study-title
{
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}


.download-pdf
{
  background: transparent;
    font-size: 17px;
    border: 1px solid lightgray;
    color: #545454;
    font-style: bold;
    font-weight: bold;
}
.contact-us-title
{
  margin-bottom: 20px;
}
/*.contact-us-title h3{
  color: #ffffff;
}*/

.contact-us-title:before
{
  background: linear-gradient(to right, #0096a5 25%, #505050 25%, #565656 50%, #0096a5 50%, #0096a5 75%, #505050 75%);
    position: absolute;
    content: '';
    height: 2px;
    right: 25px;
    left: 25px;
    bottom: -10px;
}
.Brochure-box
{
  background: #f9f9f9;
  padding: 10px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.Brochure-box:hover
{
  box-shadow: 0px 5px 23px 0px #ada9a9;
}
.Brochure-box img
{
  max-width: 100%;
  transition: 0.5s;
}
.Brochure-box:hover img
{
  transform: scale(1.1);
}

.core_team_box
{
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 0 0 0 1px #E2E9ED;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    /*padding: 20px 0px;*/
    cursor: pointer;
}
.core_team_box:hover
{
    z-index: 1;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
}
.core_team_box a
{
  padding: 20px 0px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.core_team_avatar
{
  position: relative;
   width: 98px;
  height: 98px;
  border-radius: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
}
.core_team_avatar img
{
   display: block;
  width: 100%;
  max-width: 100%;

}
.core_team_box span
{
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 3.375rem;
}
/*.core_team_box span
{
  margin: 0 0 -18px;
  opacity: 0;
  transition: margin 0.2s ease, opacity 0.2s ease;
}

.core_team_box:hover span
{
   margin: 16px 0 0;
  opacity: 1;
}*/
.brochure-title
{
  font-size: 13px;
  font-family: sans-serif;
  font-weight: bold;
}

.contact-bg
{
  background-image: url(../image/O6JTUC0.jpg);
  background-position: top -100px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  margin-top: 10px;
/*animation: slide 25s linear infinite;*/
}

.contactus-title
{
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

/*.about-bg {
  animation: MoveUpDown 1s linear infinite;
  background-image: url(../image/about-us-bg.jpg);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 25px;
}*/

/*@keyframes MoveUpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 100px;
  }
  100% {
    bottom: 0;
  }
}
*/
/*-webkit-animation: slide 20s linear infinite;*/
/*@keyframes slide {

0% {
    background-position: 0 0;
}
100% {
    background-position: 0 -725px;
}
}*/

.pagenotfound-box
{
  width: 100%;
    max-width: 800px;
    padding: 10% 0;
    margin: 0 auto;
}

.pagenotfound-title
{
      position: relative;
    z-index: 1;
    background: transparent;
    max-width: 800px;
    margin: 0 auto 100px;
    padding: 30px;
    text-align: center;
   /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
}
.pagenotfound-title h1
{
   border-bottom: 1px dashed gray;
  font-size: 100px;
  font-family: sans-serif;
}
.pagenotfound-title h1 span
{
  color: #616161;
}

/*.pagenotfound-bg
{
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url(../image/404.jpg);
  background-size: cover;
}*/

.collapseicon h4 {
    font-size: 16px;
}

.all-service
{
  cursor: pointer !important;
}
.head-service-box
{
  max-width: 300px;
  text-align: center;
  left:0;
  right: 0;
  margin: auto;
  margin-bottom: 10px;
}
.socialmedia{
  padding: 0px;
}
.socialmedia li
{
  display: inline-block;
  list-style-type: none;
}

.socialmedia li:nth-child(1)
{
  color: #3b5998;
}
.socialmedia li:nth-child(2)
{
  color: #5bc0de;
}
.socialmedia li:nth-child(3)
{
  color: #d43f3a;
}

.sharethis
{
   padding: 0px;
}

.sharethis li
{
  display: inline-block;
  list-style-type: none;
  cursor: pointer;
}


.fb
{
  color: #3b5998 !important;
}
.fb:hover
{
  color: #3b5998 !important;
}

.twitter
{
  color: #5bc0de !important;
}
.twitter:hover
{
  color: #5bc0de !important;
}

.google
{
  color: #d43f3a !important;
}
.google:hover
{
  color: #d43f3a !important;
}

.logosc
{
  max-width:100%;left: 0;right: 0;
}
.itemimg
{
  width: 100%;
}

.p-start
{
  position: relative;margin-top: 10px;
}
.s-start
{
  position: relative;margin-top: 10px;background: #f9f9f9;
}

.margin50
{
  position: relative;height: 50px;
}

.s-img
{
  width: 100%;
  max-width: 100%;
}

.ourclient-title h3
{
  font-family:'Roboto', serif !important;
}

.ourclient-title .span1
{
  color:#575757;
}
.ourclient-title .span2
{
  color:#08a3ad;
}

.clientlist-o
{
  position: relative;top:10px; overflow: hidden;
}

.client-start-margin
{
  margin-bottom: 10px;
}
.footer_h4
{
  font-weight: bold;font-size: 15px;
}

#touchtop::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
   border-radius: 50px;
}

#touchtop::-webkit-scrollbar

{  width: 10px;
  background-color: #F5F5F5;
  border-radius: 50px;
}

#touchtop::-webkit-scrollbar-thumb
{
  background-color: #2bacbd; 
  background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%,transparent 25%,transparent 50%,rgba(255, 255, 255, .2) 50%,
  rgba(255, 255, 255, .2) 75%,transparent 75%,transparent);
   border-radius: 50px;
}

.brochurebox
{
  position: relative;
  margin-top: 15px;
  border:1px solid #27B8C3;
  cursor: pointer;
  transition: 0.4s;
  overflow: hidden;
}

.brochurebox:hover
{
  box-shadow: 2px 3px 20px 3px #cacaca;
  border: 1px solid #2897CE;
}

.brochuretitlebox
{
background: -moz-linear-gradient(0deg, #27B8C3 36%, #2897CE 100%);/* FF3.6+ */
background: -webkit-gradient(linear, 0deg, color-stop(36%, 27B8C3), color-stop(100%, 2897CE));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(0deg, #27B8C3 36%, #2897CE 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(0deg, #27B8C3 36%, #2897CE 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(0deg, #27B8C3 36%, #2897CE 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
background: linear-gradient(0deg, #27B8C3 36%, #2897CE 100%);/* W3C */
padding:10px;position: relative;height:125px;
}

.brochuretitle
{
  margin-bottom: 30px;
}

.brochuretitle h4
{
  text-transform: uppercase;color: #fff;
}
.brochurepdfbox
{
  padding:15px;width: 70px;height: 70px;background:#fff;border-radius: 50%;margin: 0 auto;bottom:-35px;position: absolute;left:0;right: 0;
  overflow: hidden;
}

.brochurepdfbox > img
{
  max-width: 40px;position: absolute;margin:0 auto;left: 0;right: 0;text-align: center;
}

.brochurebox > img
{
  max-width: 100%;padding:10px;
}

.runsb
{
  font-family: Roboto-Regular;
  padding:50px;
  font-size: 2.7rem;
 text-align: center;
  background: linear-gradient(to right,#0c446f 20%, #ff5f58 40%, #0c446f 60%, #ff5f58 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  animation: shine 10s linear infinite;
}

@keyframes shine {
    to {
      background-position: 100% center;
    }
  }



@keyframes slide {

0% {
    background-position: 0 230px;
}
50% {
    background-position: 0 -230px;
}
100% {
    background-position: 0 230px;
}
}
@-webkit-keyframes slide {

0% {
    background-position: 0 230px;
}
50% {
    background-position: 0 -230px;
}
100% {
    background-position: 0 230px;
}
}

.p-0{
  padding: 0px;
}
.main-area{
/*background-image: url(../image/acres/main-bg-1.png);*/
padding: 40px 0 40px;
background-position: inherit;
background-color: #fff;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: scroll;
position: relative;
}

.main-area h1{
  font-family: 'Open Sans Condensed', sans-serif;
  color:#000;
}

.trial-btn{
  background-color: #ffc107;
  color:#000;
}
.trial-btn:hover,focus{
  background-color: #ffc107;
  color:#000;
}
.text-white {
    color: #fff!important;
}
.acres-box h3{
font-family:'Roboto', serif !important;
}
.runacres
{
  font-size: 3.7rem;
 text-align: center;
  background: linear-gradient(to right,#0c446f 20%, #00a89d 40%, #0c446f 60%, #00a89d 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  animation: shine 10s linear infinite;
}
.m-0{
  margin:0px;
}
.text-yellow-theme{
  color: #00a89d;
}
.acres-box{
min-height: 170px;
box-sizing: border-box;
padding: 10px;
margin:10px 5px;
cursor: pointer;
transition:.1s linear;
position: relative;
overflow: hidden;
}
.acres-box::after{
  content: "";
    position: absolute;
    width: 100px;
    max-width: 100%;
    height: 4px;
    bottom:-15px;
    border-radius: 30px;
    background-color: #00a89d;
    left: 0;
    right: 0;
    margin: auto;
    transition:.2s linear;
}
.acres-box:hover{
box-shadow: 0 30px 50px 0 rgba(0,0,29,.1);
transform: translateY(-5px);
}
.acres-box:hover::after{
  bottom:15px;
}
.acres-box > div p{
color:#000;
margin-top: 10px;
text-align: justify;
 font-family: 'Roboto', serif;
}

.days {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 4rem;
    margin-bottom: 10px;
}
.text-highlight {
    color: #00a89d;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.allpoint {
    padding: 50px 0;
    /*background-color: #e6e6e6;*/
    position: relative;
}
/*.allpoint::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: #e6e6e6;
z-index: -1;
transform: skew(0deg,-2deg);
top: -35px;
}*/
.image-animation{
animation: UpDown 3.25s ease infinite;
}

@-webkit-keyframes UpDown {
0% {
webkit-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
webkit-animation-timing-function: cubic-bezier(.3, .36, .6, 1);
-webkit-animation-timing-function: cubic-bezier(.3, .36, .6, 1);
animation-timing-function: cubic-bezier(.3, .36, .6, 1)
}
25% {
webkit-transform: translateY(6.25px);
-webkit-transform: translateY(6.25px);
transform: translateY(6.25px);
webkit-animation-timing-function: cubic-bezier(.51, -.05, .85, .82);
-webkit-animation-timing-function: cubic-bezier(.51, -.05, .85, .82);
animation-timing-function: cubic-bezier(.51, -.05, .85, .82)
}
50% {
webkit-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
webkit-animation-timing-function: cubic-bezier(.3, .36, .6, 1);
-webkit-animation-timing-function: cubic-bezier(.3, .36, .6, 1);
animation-timing-function: cubic-bezier(.3, .36, .6, 1)
}
75% {
webkit-transform: translateY(6.25px);
-webkit-transform: translateY(6.25px);
transform: translateY(6.25px);
webkit-animation-timing-function: cubic-bezier(.51, -.05, .85, .82);
-webkit-animation-timing-function: cubic-bezier(.51, -.05, .85, .82);
animation-timing-function: cubic-bezier(.51, -.05, .85, .82)
}
100% {
webkit-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0)
}
}

@keyframes UpDown {
0% {
webkit-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
webkit-animation-timing-function: cubic-bezier(.3, .36, .6, 1);
-webkit-animation-timing-function: cubic-bezier(.3, .36, .6, 1);
animation-timing-function: cubic-bezier(.3, .36, .6, 1)
}
25% {
webkit-transform: translateY(-6.25px);
-webkit-transform: translateY(-6.25px);
transform: translateY(-6.25px);
webkit-animation-timing-function: cubic-bezier(.51, -.05, .85, .82);
-webkit-animation-timing-function: cubic-bezier(.51, -.05, .85, .82);
animation-timing-function: cubic-bezier(.51, -.05, .85, .82)
}
50% {
webkit-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
webkit-animation-timing-function: cubic-bezier(.3, .36, .6, 1);
-webkit-animation-timing-function: cubic-bezier(.3, .36, .6, 1);
animation-timing-function: cubic-bezier(.3, .36, .6, 1)
}
75% {
webkit-transform: translateY(6.25px);
-webkit-transform: translateY(6.25px);
transform: translateY(6.25px);
webkit-animation-timing-function: cubic-bezier(.51, -.05, .85, .82);
-webkit-animation-timing-function: cubic-bezier(.51, -.05, .85, .82);
animation-timing-function: cubic-bezier(.51, -.05, .85, .82)
}
100% {
webkit-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0)
}
}

.waves {
  position: absolute;
  width: 100%;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
  bottom:0;
}
/* Animation */
.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.acres-points {
    list-style-type: none;
    margin-top: 5px;
    padding: 5px;
}
.acres-points li {
    color: #2d2d2d;
    display: block;
    padding: 1px 0;
    font-size: 15px;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 20px;
    position: relative;
    /*font-weight: 500;*/

}
.acres-points li::before {
content: "\f10c";
font-family: "FontAwesome";
/*font-family: "Font Awesome 5 Free";*/
font-style: normal;
font-variant: normal;
font-weight: 900;
text-decoration: inherit;
margin-right: 5px;
color: #00a89d;
position: absolute;
left: 0;
}
.feature-ul{
  list-style-type: none;
    margin-top: 5px;
    padding: 5px;
}
.feature-ul li {
    color: #2d2d2d;
    display: block;
    padding: 2px 0;
    font-size: 16px;
    margin-bottom: 1px;
    text-align: justify;
    padding-left: 22px;
    position: relative;
    /*font-weight: 500;*/

}
.feature-ul li::before {
content: "\f178";
font-family: "FontAwesome";
/*font-family: "Font Awesome 5 Free";*/
font-style: normal;
font-variant: normal;
font-weight: 900;
text-decoration: inherit;
color: #4275FF;
position: absolute;
left: 0;
}
#acresimageslider {
   /* top: -50px;*/
}
.slider-bg{
background: #ddd;
padding: 50px 0;
position: relative;
margin-bottom: 15px;
}
.carousel-inner img {
width: 100%;
height: 100%;
}
.carousel-indicators li{
background-color: #000;
}
/*.hurry{
  position: relative;
}
.hurry::after{
  content: "";
    position: absolute;
    width: 100px;
    max-width: 100%;
    height: 4px;
    bottom: -10px;
    border-radius: 30px;
    background-color: #00a89d;
    left: 0;
    right: 0;
    margin: auto;
}*/
.content-box:hover {
    box-shadow: 1px 3px 1px #ddd;
    margin-top: -5px;
}
.content-box {
    background-color: #fff;
    border-radius: 4px;
    min-height: 260px;
    padding: 5px;
    padding-top: 15px;
    cursor: pointer;
    transition: .3s linear;
    margin-bottom: 10px;
    border:1px solid #d8d8d8;
}
.content-box h5{
    font-size: 1.8rem;
}
.priceing{
min-height: 450px;
cursor: pointer;
transition: .2s ease-in-out;
/*padding-top: 1px; 
padding: 7px;*/
border-radius: 8px;
position: relative;
border:1px solid #d2d2d2;
margin-bottom: 10px;
}
.priceing:hover{
  /*transform: translateY(-5px);*/
  box-shadow: 2px 5px 7px #b5b5b5;
}
.priceing p {
  font-size: 15px;
  border-bottom: 1px solid #d2d2d2;
}
.price-free-title{
	padding:30px 0px;
	border-radius: 8px 8px 0px 0px;
}
.price-free-title h3{
	margin:0px;
	color:#fff;
	font-family: 'Open Sans Condensed', sans-serif;
}
.free-bg{
background: linear-gradient(154deg, #00a89d 0, #00a89d 100%);/* W3C */
margin-bottom: 10px;
position: relative;
}
.free-bg::before{
	content: "Free";
	position: absolute;
	right:-25px;
	top:10px;
	width:100px;
	background-color: #ffc107;
	border-radius: 30px;
	padding: 4px;
	transform: rotate(45deg);
}
.bg-light{
  background-color:#0e69e6;
  margin-bottom: 10px;
  position: relative;
}
#corefeature{
  margin:0px;
}
#acres-slider{
  border: 16px solid #fff;
  border-radius: 10px;
  border-left: 30px solid #fff;
  border-right: 30px solid #fff;
  box-shadow: 1px 0px 5px 0px #28a993;
  cursor: pointer;
  /*background-image: url(../image/acres/monitor.png);
  background-size: cover;
  position: relative;
  padding: 25px 45px;
  background-position:top;
  padding-bottom: 150px;
  background-repeat: no-repeat;*/
}
#acres-slider::before{
  content: "";
    position: absolute;
    right: -23px;
    top: 0;
    bottom: 0;
    margin:auto;
    background: #fff;
    width: 17px;
    height: 17px;
    border-radius: 40px;
    z-index: 1;
}
#acres-slider::after{
  content: "";
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    margin:auto;
    background: #8E868F;
    width: 21px;
    height: 21px;
    border-radius: 40px;
}
#acres-slider > .carousel-inner{
  border: 1px solid #a4a78e;
}
#acres-slider > .carousel-indicators li{
background-color: #000;
}

#acres-slider > .carousel-indicators .active{
background-color: #28a993;
}

.yamm-content a{
	text-decoration: none;
}
.fix-btn{
	position: absolute;
    bottom: 50px;
    margin: auto;
    left: 0;
    right: 0;
    width: 100px;
}