/*<-----------------Header Layout------------------>*/
.logo{
  display: block;
  width: 230px;
  float: left;
  margin: 65px 0 20px 0;
}
.search-area-wrapper{
  width: 155px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 13px;
}
.top-menu{
  width: 333px;
}


.header-container {
  position: relative;
  z-index: 2;
  background: url('../images/header-top-background.png') repeat-x;
}
.sticky-wrapper .stuck{
  position: fixed;
  top: 0;
  z-index: 5;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #ECE5E1;
  left: 0;
  box-shadow: 0px 0px 10px 1px rgba(200, 190, 185, 0.3);
  -moz-box-shadow: 0px 0px 10px 1px rgba(200, 190, 185, 0.3);  
  -webkit-box-shadow: 0px 0px 10px 1px rgba(200, 190, 185, 0.3);
}
body > .sticky-wrapper {
  height: 137px!important;
  z-index: 5;
}
.main {
  min-height: 400px;
  color: #898a8a;
  font-size: 0.82em;
  line-height: 20px;
  margin-bottom: 41px;
}
.goog-te-gadget-simple {
  height: 20px;
}
.goog-te-gadget-icon {
  display: block;
  float: left;
  margin-top: 1px;
  margin-right: 0;
}
.goog-te-gadget-simple > span {
  float: left;
  display: block;
  font-size: 0.9em;
  height: 20px;
  line-height: 20px;
  margin-top: 1px;
}
.goog-te-gadget {
  height: 28px;
}
/*<-----------------Header Layout End------------------>*/
/*<-----------------Top Menu Layout------------------>*/
.top-menu {
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 1;
  padding-right: 170px;
  padding-left: 85px;
}

.top-menu .outer-menu{
  padding-left:0;
  margin:0;
}

.top-menu li {
  float: left;
}
.top-menu li a {
  display: block;
  line-height: 15px;
  font-size: 0.7em;
  color: #434242;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 11px;
  background: url('../images/top-menu-separator.png') no-repeat center right;
}
.top-menu li a:hover,
.top-menu li.active a {
  color: #FF6B00;
}
.top-menu li.last a {
  border: 0;
  padding-right: 0;
  background: none;
}
.login-wrapper {
  position: absolute;
  top: -6px;
  left: 0;
  z-index: 1;
  display: none;
}
.login-wrapper a {
  display: block;  
  line-height: 15px;  
  font-size: 0.75em;  
  color: #ffffff;  
  text-decoration: none;  
  padding: 6px 21px;
  background: #7e7e7e;
  border-radius: 5px;
}
.login-wrapper a:hover {
  background: #ea6a19;
}
/*<-----------------Top Menu Layout End------------------>*/
/*<-----------------Main nav Layout------------------>*/
nav .outer-menu > li {
  float: left;
  position: relative;
  z-index: 1;
  padding: 0 2px;
}
.outer-menu > li.first {
  width: 65px;
}
nav .outer-menu li a {
  color: #595959;
  text-decoration: none;
  display: block;
  border-radius: 5px;
}
nav .outer-menu > li > a {
  padding: 0 16px;
}
.outer-menu > li.last > a {
  padding-right: 0;
}
nav .outer-menu li.active a,
nav .outer-menu li a:hover,
nav .outer-menu > li.sub-menu-show > a{
  color: #FF6B00;
}
nav .outer-menu.active {
  display: block;
  border: 1px solid #ccc;
}
nav .outer-menu > li > ul {
  position: absolute;
  top: 26px;
  background: #032B48;
  left: 50%;
  right: 2px;
  display: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: -100px;
  padding: 0;
}
nav .outer-menu > li > ul:hover {
  display: block;
  width: 200px;
}
nav .outer-menu > li > ul.show-menu{
  display: block;
}
nav .outer-menu > li > ul a {
  padding: 2px 5px;
}
nav .outer-menu > li.has-sub-menu > a{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.js nav  .outer-menu > li.first > a {
  text-indent: -9999em;
  display: block;
  position: relative;
  height: 26px;
  z-index: 1;
}
nav .outer-menu > li.first > a span {
  display: block;
  background: url('../images/sprite.png') no-repeat -83px -306px;   
  width: 21px;   
  height: 20px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
}
nav .outer-menu > li.first > a:hover span,
nav .outer-menu > li.first.active > a span{
  background-position: -3px -4px;
}
nav {
  position: absolute;
  top: 63px;
  right: 0;
  z-index: 2;
}
.outer-menu > li.to-mobi {
  display: none;
}
/*<-----------------Main nav Layout End------------------>*/
/*<-----------------News latter Sing Up Layout------------------>*/
.news-letter-singup input{
  border: 1px solid #C2C2C2;
  padding: 10px 20px;
  border-radius: 8px;
  float: left;
  margin: 0;
  margin-right: 8px;
  background: #EAEAEA;
  font-size: 1.1em;
}
.csstransitions .news-letter-singup input:focus{
  background: #fff;
}
.news-letter-singup input[type="submit"]{
  background: url('../images/sprite.png') no-repeat 135px -345px #EB6A17;
  text-align: left;
  cursor: pointer;
  margin-top: 15px;
  font-size: 1.45em;
  width: 165px;
  color: #FFFFFF;
  padding: 13px 40px 13px 20px;
  margin-right: 0;
  border: 0;
  line-height: 20px;
}
.lt-ie8 .news-letter-singup input[type="submit"]{
  padding: 7px 40px 8px 20px;
}
.csstransitions .news-letter-singup input[type="submit"]{
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;  
}
.news-letter-singup input[type="submit"]:hover{
  background: url('../images/sprite.png') no-repeat -336px -390px #032B48;
  color: #E9E9E9;
}
.news-latter {
  border-bottom: 1px solid #CACACA;
}
.news-letter-singup {
  position: relative;
  z-index: 1;
  width: 940px;
  margin: 0 auto;
  margin-bottom: 18px;
}
.news-letter-singup label.error {
  color: red;
  display: block;
  clear: left;
  left: 0;
  font-size: 0.8em;
  position: absolute;
  bottom: -2px;
  line-height: 18px;
}
.news-letter-singup .news-latter-label {
  display: block;
  float: left;
  width: 15%;
  padding: 5px 0;
  position: relative;
  z-index: 1;
  padding-left: 78px;
  line-height: 30px;
  font-size: 1.4em;
  margin-right: 1%;
}
.news-letter-singup .news-latter-label span {
  display: block;
  width: 59px;
  height: 62px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px;
  background: url('../images/sprite.png') no-repeat -311px -138px;
}
.news-letter-singup .form-row {
  float: left;
  margin-right: 2%;
  position: relative;
  width: 27%;
  z-index: 1;
  padding-bottom: 18px;
  margin-top: 15px;
}
.news-letter-singup .form-row input{
  width: 82%;
  margin: 0;
}
.news-letter-singup .form-row input.error {
  border: 1px solid #FA0000;
}
.footer-container {
  margin-top: 27px;
}
/*<-----------------News latter Sing Up Layout End------------------>*/
/*<-----------------Footer Content area Layout------------------>*/
.footer-col{
  width: 22%;
  margin-right: 4%;
  float: left;
}
footer .content .one {
  width: 18%;
}
footer .content .two {
  width: 14%;
}
footer .content .three {
  width: 29%;
}
footer .content .last {
  width: 27%;
}
.footer-col.last{
  margin-right: 0;
}
.footer-col a {
  text-decoration: none;
}
.footer-col a:hover {
  color: #EB6A17;
}
.footer-col h2 {
  color: #3f3f3f;
  font-size: 1.2em;
  font-weight: 100;
}
.footer-col {
  font-size: 0.9em;
}
.footer-col,.footer-col a {
  color: #767879;
}
.footer-col .toll-free,
.footer-col .toll-free a {
  color: #191A1A;
  font-weight: 600;
}
.footer-col .functioning a:hover{
  cursor: pointer;
  color: #EB6A17;
}
footer .content {
  padding-top: 38px;
  line-height: 29px;
  margin-bottom: 25px;
}
footer .content h2 {
  margin-bottom: 25px;
}
.contact-box-row a:hover {
  text-decoration: none;
  color: #767879;
  cursor: text;
}
/*<-----------------Footer Content area Layout End------------------>*/
/*<-----------------Footer copyrights Layout------------------>*/
.copyrights {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  padding: 14px 0;
}
.copyrights a {
  text-decoration: none;
  color: #222;
}
.copyrights a span:hover {
  text-decoration: underline;
  color: #AA2751;
}
#copyrights,#copyrights a {
  color: #e1e1e1;
}
#copyrights {
  background: #63686c;
}
/*<-----------------Footer copyrights Layout End------------------>*/
/*<-----------------Footer Image List Layout------------------>*/
.image-list ul {
  width: 480px;
  float: right;
}
footer .image-list {
  margin-bottom: 18px;
}
.image-list ul li{
  float: left;
  width: 218px;
  margin-right: 20px;
}
/*<-----------------Footer Image List Layout End------------------>*/
/*<-----------------Social meadia Layout------------------>*/
.social-media-wrapper .social-media-title{
  float: left;
  width: 20%;
}
.social-media-wrapper .social-media-list{
  float: left;
  margin-top: 8px;
}
.social-media-wrapper .social-media-list li{
  float: left;
  margin-right: 18px;
}
.social-media-wrapper .social-media-list li.last {
  margin-right: 0;
}
footer .content .three a {
  text-indent: -9999em;
  display: block;
  background: url('../images/sprite.png') no-repeat #474644;
  width: 31px;  
  height: 31px;
}
footer .content .three .facebook a {
  background-position: 0 -162px;
}
footer .content .three .twitter a {
  background-position: -168px -163px;
}
footer .content .three .google-plus a {
  background-position: -41px -162px;
}
footer .content .three .linkedin a {
  background-position:  -83px -163px;
}
footer .content .three .youtube a {
  background-position: -210px -162px;
}
footer .content .three .tumblr a {
  background-position: -124px -163px;
}
.social-media-wrapper .social-media-list li.tumblr {
  margin-right: 0;
  display: none;
}
.social-media-wrapper .social-media-list li.youtube {
  margin-right: 0;
}
footer .content .three .facebook a:hover {
  background-color: #013F8A;
}
footer .content .three .twitter a:hover {
  background-color: #41C8F5;
}
footer .content .three .google-plus a:hover {
  background-color: #DD4B39;
}
footer .content .three .linkedin a:hover {
  background-color: #007BB7;
}
footer .content .three .youtube a:hover {
  background-color: #CE2827;
}
footer .content .three .tumblr a:hover {
  background-color: #3B5876;
}
/*<-----------------Social Meadia Layout End------------------>*/
/*<-----------------Demo Layout------------------>*/
.demo-buttons {
  width: 525px;
  padding: 13px 0;
  position: absolute;
  top: 65px;
  right: 0;
  font-size: 0.85em;
  z-index: 2;
}
.demo-buttons a.your-trial,
.demo-buttons a.the-demo {
  padding: 5px 22px;
  text-align: center;
}
/*<-----------------Demo Layout End------------------>*/
/*<-----------------H1 Layout------------------>*/
.page-heading-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
  bottom: 85px;
}
h1 {
  font-size: 0.7em;
  font-weight: 100;
  margin: 0;
  width: 420px;
  float: left;
  line-height: 16px;
  color: #d0d0d0;
}
/*<-----------------H1 Layout End------------------>*/
/*<-----------------Breadcrumb------------------>*/
.breadcrumb-nav {
  margin-top: 25px;
}
.main .breadcrumb-nav a {
  color: #707070;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}
.main .breadcrumb-nav a span {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  z-index: 1;
}
.breadcrumb-nav a.active {
  color: #ff6b00;
}
.breadcrumb-nav a.active:hover{
  text-decoration: none;
}
/*<-----------------Breadcrumb End------------------>*/
/*<-----------------Header Top Content Layout------------------>*/
.top-contact-area {
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
  width: 330px;
}
.top-contact-area li {
  float: left;
  width: 165px;
}
.top-contact-area p {
  margin: 0;
  font-size: 0.9em;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
.top-contact-area p:hover span{
  background-position: -129px -259px;
}
.top-contact-area a {
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.top-contact-area .skype a {
  color: #00B1E1;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.top-contact-area .skype a span {
  background: url('../images/sprite.png') no-repeat -204px -653px;   
  width: 14px;   
  height: 14px;
}
.top-contact-area .skype p {
  padding: 0;
  margin-left: 15px;
}
.top-contact-area p,
.top-contact-area a{
  color: #585858;
}
.top-contact-area .sales-call p:hover a, 
.top-contact-area .sales-call p:hover, 
.top-contact-area .skype a:hover{
  color: #FF6B00;
  cursor: pointer;
}
.top-contact-area p span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -7px;
  width: 8px;   
  height: 14px;
  background: url('../images/sprite.png') no-repeat -477px -13px;
}
/*Skepe Button*/
#SkypeButton_Call_opptimo_1 img {
  margin: 0 !important;
  vertical-align: middle !important;
  cursor: pointer;
}

.top-contact-area .sales-call p:hover span,
.top-contact-area .skype a:hover span{
  -webkit-animation-name: ref-link;
  -moz-animation-name: ref-link;
  -o-animation-name: ref-link;
  animation-name: ref-link;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
}

@-webkit-keyframes ref-link{
  0%{
    -webkit-transform: scale(1); 
  }
  10%{
    -webkit-transform: scale(1.2); 
  }
  20%{
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes ref-link{
  0%{
    -moz-transform: scale(1); 
  }
  10%{
    -moz-transform: scale(1.2); 
  }
  20%{
    -moz-transform: scale(1); 
  }
}
@-o-keyframes ref-link{
  0%{
    -o-transform: scale(1); 
  }
  10%{
    -o-transform: scale(1.2); 
  }
  20%{
    -o-transform: scale(1); 
  }
}
@-ms-keyframes ref-link{
  0%{
    -ms-transform: scale(1); 
  }
  10%{
    -ms-transform: scale(1.2); 
  }
  20%{
    -ms-transform: scale(1); 
  }
}
@keyframes ref-link{
  0%{
    transform: scale(1); 
  }
  10%{
    transform: scale(1.2); 
  }
  20%{
    transform: scale(1); 
  }
}
/*Skepe Button End*/
/*<-----------------Header Top Content Layout End------------------>*/
/*<-----------------Banner Layout------------------>*/
.main-container .banner-cycle ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-container .banner-cycle ul li {
  position: relative;
}
.main-container .banner-cycle ul li .main-visual-slogen-wrapper {
  left: 0;
  position: absolute;
  text-align: center;
  top: 27%;
}
.main-container .banner-cycle ul li .main-visual-slogen-wrapper,
.main-container .banner-cycle ul li,
.main-container .banner-cycle ul li > img,
.main-container .banner-cycle p.banner-cycle-pager {
  width: 100%;
}
.main-container .banner-cycle ul li .main-visual-slogen-wrapper .wrapper {
  color: #fff;
  font-size: 2em;
}
.main-container .banner-cycle a.cycle-next,
.main-container .banner-cycle a.cycle-prev {
  position: absolute;
  z-index: 3;
  top: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 2em;
  display: none;
}
.main-container .banner-cycle a.cycle-next {
  right: 20px;
}
.main-container .banner-cycle a.cycle-prev {
  left: 20px;
}
.main-container .banner-cycle p.banner-cycle-pager {
  font-size: 0em;
  margin: 0;
  color: #fff;
  position: absolute;
  bottom: 2%;
  z-index: 3;
  text-align: center;
}
.main-container .banner-cycle p.banner-cycle-pager span.cycle-pager-active {
  background-position: -397px -8px;
}
.main-container .banner-cycle p.banner-cycle-pager span {
  cursor: pointer;
  margin: 0 2px;
  line-height: 20px;
  height: 20px;
  padding: 12px;
  background: url('../images/sprite.png') no-repeat -352px -7px;
}
.banner-cycle {
  position: relative;
  z-index: 2;
}
.main-container .home-page .banner-cycle ul li .main-visual-slogen-wrapper .wrapper h2 {
  color: #30354f;
  font-size: 0.8em;
  font-weight: 100;
  line-height: 1.2em;
  margin: 0 0 16px;
  text-transform: inherit;
  width: 470px;
}
.main-container .home-page .banner-cycle ul li .main-visual-slogen-wrapper .wrapper p {
  color: #31444b;
  font-size: 0.6em;
  line-height: 28px;
  margin: 0;
  padding: 0 67px;
  width: 335px;
}
.main-container .sub-page .banner-cycle ul li .main-visual-slogen-wrapper .wrapper p {
  color: #2f2d2c;
  font-size: 0.8em;
  line-height: 36px;
  margin: 0;
}
.borderradius .main-container .banner-cycle p.banner-cycle-pager span{
  border-radius: 14px;
}
.boxshadow .main-container .banner-cycle p.banner-cycle-pager span:hover {
  box-shadow: 0px 0px 5px 1px rgba(137, 135, 135, 0.5);
  -moz-box-shadow: 0px 0px 5px 1px rgba(137, 135, 135, 0.5);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(137, 135, 135, 0.5);
}
.boxshadow .main-container .banner-cycle p.banner-cycle-pager span.cycle-pager-active:hover {
  box-shadow: none; 
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.csstransitions .main-container .banner-cycle p.banner-cycle-pager span.cycle-pager-active:hover {
  -webkit-transition: none;  
  -moz-transition: none;  
  -ms-transition: none;  
  -o-transition: none;  
  transition: none;
}
.borderradius .capabilities-banner p.banner-cycle-pager span{
  border-radius: 7px;
}
.boxshadow .capabilities-banner p.banner-cycle-pager span:hover {
  box-shadow: 0px 0px 5px 1px rgba(137, 135, 135, 0.5);
  -moz-box-shadow: 0px 0px 5px 1px rgba(137, 135, 135, 0.5);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(137, 135, 135, 0.5);
}
.boxshadow .capabilities-banner p.banner-cycle-pager span.cycle-pager-active:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.main-container .banner-cycle ul li .main-visual-slogen-wrapper .wrapper.light-color p{
  color: #EED3BE;
}
.main-container .banner-cycle ul li .main-visual-slogen-wrapper .wrapper.blue p {
  color: #4065A1;
}
/*<-----------------Banner Layout End------------------>*/
/*<-----------------page Layout------------------>*/
.main a {
  color: #717171;/*#ea6a19*/
  text-decoration: none;
}
.main a:hover {
  text-decoration: underline;
}
.main h2{
  color: #04214d;
  font-size: 3.3em;
  line-height: 55px;
  margin: 25px 0;
}
.main h2 img {
  /*display: block;*/
}
.main h2.text-center img {
  margin: 0 auto;
}
.main h2,
.main h3,
.main h4,
.main h5{
  font-weight: 100;
}
.main h3{
  font-size: 1.9em;
  line-height: 32px;
  margin: 18px 0;
}
.main h4{
  font-size: 1.5em;
  line-height: 24px;
}
.main h5{
  font-size: 1.2em;
  line-height: 20px;
}
.main a.read-more {
  color: #052c48;
  position: relative;
  z-index: 1;
  padding-right: 12px;
  font-size: 1.3em;
  font-weight: bold;
}
.main a.read-more:hover {
  color: #ea6a19;
  text-decoration: none;
}
.main a.read-more span {
  background: url('../images/sprite.png') no-repeat -19px -521px;  
  width: 8px;   
  height: 7px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
}
.csstransitions .main a.read-more,
.csstransitions .main a.read-more span, 
.csstransitions .footer-col a, 
.csstransitions .top-menu li a,
.csstransitions .outer-menu > li > a,
.csstransitions .login-wrapper a,
.csstransitions .social-media-wrapper .social-media-list li a,
.csstransitions .main-container .banner-cycle p.banner-cycle-pager span:hover,
.csstransitions .request-a-trial .form-wrapper input[type="submit"],
.csstransitions .latest-blog .blog-content .post-links li.post-link a,
.csstransitions .latest-blog .blog-content .post-links li.social-media a,
.csstransitions .special-notice a.contact-us,
.csstransitions .news-letter-singup .form-row input,
.csstransitions .jcarousel-wrapper .image-wrapper .for-hover-animation,
.csstransitions .main input,
.csstransitions .main textarea,
.csstransitions .tab li a,
.csstransitions .previos-blog-post a, 
.csstransitions .blog-archive a, 
.csstransitions .tags .tag-container a,
.csstransitions.borderradius .request-a-trial .form-wrapper .form-row span.arrow{
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.main a.read-more:hover span {
  background-position: -7px -521px;
}
.main ul {
  list-style-image: url('../images/list-style.png');
  padding: 0;
}
.main ul li {
  margin-left: 25px;
}
.main ul li > ul {
  /*list-style-image: url('../images/sub-list-style.png');
  padding: 0;*/
  list-style:none;
}
.main ul li > ul li{
  margin-left: 25px;
}
.main .ul-list-normalize li {
  margin: 0;
}
.blog_month{
  padding-left:25px;
}
.main-container {
  background: url('../images/sub-page-shadow.png');
  background-repeat: repeat-x;
  background-position: bottom center;
  position: relative;
  z-index: 4;
  padding-bottom: 75px;
  /*argin-top: 136px;*/
}
.main h2.heading-with-demo {
  padding-right: 400px;
}
label.error {
  color: red;
  font-size: 0.9em;
}

@-webkit-keyframes fadeInUp{
  0%{
    opacity:0;
    -webkit-transform:translateY(20px)
  }
  100%{
    opacity:1;
    -webkit-transform:translateY(0)
  }
}
@-moz-keyframes fadeInUp{
  0%{
    opacity:0;
    -moz-transform:translateY(20px)
  }
  100%{
    opacity:1;
    -moz-transform:translateY(0)
  }
}
@-o-keyframes fadeInUp{
  0%{
    opacity:0;
    -o-transform:translateY(20px)
  }
  100%{
    opacity:1;
    -o-transform:translateY(0)
  }
}
@keyframes fadeInUp{
  0%{
    opacity:0;
    transform:translateY(20px)
  }
  100%{
    opacity:1;
    transform:translateY(0)
  }
}
.cssanimations .do-animation-on-view-port{
  visibility: hidden;
}
.cssanimations .do-animation-on-view-port.view-port{
  visibility: visible;
}
.cssanimations .do-animation-on-view-port.view-port.support-outer-wrapper,
.cssanimations .do-animation-on-view-port.view-portÃƒÆ’Ã¢â‚¬Å¡ .promo,
.cssanimations .do-animation-on-view-port.view-port.usage,
.cssanimations .do-animation-on-view-port.view-port.blog{
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;  
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.cssanimations .do-animation-on-view-port-right{
  visibility: hidden;
}
@-webkit-keyframes fadeInRight{
  0%{
    opacity:0;
    -webkit-transform:translateX(20px);
  }
  100%{
    opacity:1;
    -webkit-transform:translateX(0);
  }
}
@-moz-keyframes fadeInRight{
  0%{
    opacity:0;
    -moz-transform:translateX(20px);
  }
  100%{
    opacity:1;
    -moz-transform:translateX(0);
  }
}
@-o-keyframes fadeInRight{
  0%{
    opacity:0;
    -o-transform:translateX(20px);
  }
  100%{
    opacity:1;
    -o-transform:translateX(0);
  }
}
@keyframes fadeInRight{
  0%{
    opacity:0;
    transform:translateX(20px);
  }
  100%{
    opacity:1;
    transform:translateX(0);
  }
}
.cssanimations .security .do-animation-on-view-port.view-port.content-wrapper{
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  visibility: visible;
}

@-webkit-keyframes fadeInleft{
  0%{
    opacity:0;
    -webkit-transform:translateX(-20px);
  }
  100%{
    opacity:1;
    -webkit-transform:translateX(0);
  }
}
@-moz-keyframes fadeInleft{
  0%{
    opacity:0;
    -moz-transform:translateX(-20px);
  }
  100%{
    opacity:1;
    -moz-transform:translateX(0);
  }
}
@-o-keyframes fadeInleft{
  0%{
    opacity:0;
    -o-transform:translateX(-20px);
  }
  100%{
    opacity:1;
    -o-transform:translateX(0);
  }
}
@keyframes fadeInleft{
  0%{
    opacity:0;
    transform:translateX(-20px);
  }
  100%{
    opacity:1;
    transform:translateX(0);
  }
}
.cssanimations .security .do-animation-on-view-port.view-port.image-wrapper,
.cssanimations .mobile-app .do-animation-on-view-port.view-port.image-wrapper{
  -webkit-animation-name: fadeInleft;
  -moz-animation-name: fadeInleft;
  -o-animation-name: fadeInleft;
  animation-name: fadeInleft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  visibility: visible;
}
.main-visual span.shadow {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  height: 10px;
  background: url('../images/banner-shadow.png') repeat-x left top;
}
.main select{
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  cursor: pointer;
}
.main .selector span {
  text-overflow: ellipsis;    
  overflow: hidden;  
  white-space: nowrap;    
  height: 26px;  
  line-height: 26px;    
  cursor: pointer;  
  width: 100%;  display: block;
  color: #B0B0B0;
  position: relative;
  z-index: 0;
}
.main .selector span {
  background: url('../images/select-arrow.png') right center no-repeat;
}
.main .sticky-wrapper a {
  display: block;
  background: #A03232;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
  position: static;  
  width: 50px;  
  height: 50px;  
  bottom: 30px;  
  right: 30px;  
  z-index: 9999;  
  text-indent: -9999px;  
  border-radius: 50%;
  background: url('../images/sprite.png') no-repeat -185px -534px #acb3b7;
}
.main .sticky-wrapper {
  /* height: 0;;
  position: fixed;
  right: 7%;
  bottom: 50px;
  z-index: 3;
  */
  height: 0;
  position: absolute;
  right: 7%;
  bottom: -230px;
  z-index: 3;
}
.csstransitions .main .sticky-wrapper,
.csstransitions .main .sticky-wrapper a{
  -webkit-transition: all 300ms ease-in-out; 
  -moz-transition: all 300ms ease-in-out; 
  -ms-transition: all 300ms ease-in-out; 
  -o-transition: all 300ms ease-in-out; 
  transition: all 300ms ease-in-out;  
}
.to-top-wrapper {
  clear: left;
}
a#scroll-to-top {
  width: 50px; 
  height: 50px;      
  display: block;  
  text-indent: -9999px; 
  border-radius: 50%;
  background: url('../images/sprite.png') no-repeat -185px -534px #acb3b7;
  right: 0;  
  bottom: -297px;
  z-index: 3;
  -webkit-transition: all 300ms ease-in-out;  
  -moz-transition: all 300ms ease-in-out;  
  -ms-transition: all 300ms ease-in-out;  
  -o-transition: all 300ms ease-in-out;  transition: all 300ms ease-in-out;
  position: absolute;
  border: 1px solid transparent;
}
a#scroll-to-top:hover {
  background-position: -185px -586px; 
  background-color: #fff;
  border-color: #acb3b7;
}
html .main .sticky-wrapper a.stuck {
  visibility: visible;
  opacity: 1;
  position: static;
}
.main .sticky-wrapper a:hover {
  background-position: -185px -586px;
  background-color: #fff;
}
noscript .no-script {
  color: #fff;
  text-align: center;
  font-size: 1em;
  padding: 5px 0;
  background: #C51A1A;
}
.main .search-body {
  margin-top: 110px;
  width: 100%;
  font-size: 1em;
}

/*<-----------------page Layout End------------------>*/
/*<-----------------Blue Print Layout End------------------>*/
/*Promo*/
.promo {
  margin-top: 59px;
  min-height: 200px;
}
.promo .content-wrapper {
  margin-bottom: 35px;
  font-size: 1.5em;
}
.promo p {
  font-size: 1.74em;
  line-height: 32px;
}
.main a.your-trial {
  background: #003470;
  margin-right: 20px;
  padding: 12px 22px;
}
.main a.the-demo{
  background: #EB6A19;
  padding: 12px 22px;
}
.main a.your-trial,
.main a.the-demo {
  border-radius: 5px;
  color: #fff;
  font-size: 1.8em;
}
.main a.your-trial:hover,
.main a.the-demo:hover {
  text-decoration: none;
  background: #7e7e7e;
}
.main .promo-button-wrapper {
  width: 524px;
  margin: 0 auto;
}
.main a.your-trial,
.main a.the-demo {
  display: block;
  /* padding-left: 0; */
  /* padding-right: 0; */
  width: 208px;
  float: left;
}
.main a.your-trial {
  /* width: 232px; */
}
.csstransitions .main a.your-trial, 
.csstransitions .main a.the-demo{
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
/*Promo End*/
/*Support All*/
.support {
  margin-top: 45px;
  margin-bottom: 25px;
  min-height: 600px;
}
.support-banner img {
  width: 100%;
}
/*Support All End*/
/*Usage*/
.main .carousel ul li {
  float: left;
  width: 220px;
  margin-right: 20px;
}
.main .carousel ul li.four {
  clear: right;
  margin-right: 0;
}
.main-container .main .carousel img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#content-carousel .carousel img{
  width: 49%;
  float: left;
}
#content-carousel .carousel li .content-wrapper{
  margin: 10px;
  padding: 10px;
  color: #fff;
  background-color: #4E443C;
}
#content-carousel .carousel li .content-wrapper a{
  color: #fff;
}
#content-carousel .jcarousel li .content-wrapper h2 {
  float: left;
  width: 49%;
  margin: 0;
  margin-left: 1%;
}
#content-carousel .carousel li .content-wrapper p{
  clear: both;
}
.csstransitions .view-port .jcarousel-wrapper .image-wrapper{
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
}
.csstransforms.csstransitions .jcarousel-wrapper .image-wrapper{
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);  
}
.csstransforms.csstransitions .view-port .jcarousel-wrapper .image-wrapper{
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 400ms ease-in-out 1000ms;
  -moz-transition: transform 400ms ease-in-out 1000ms;
  -ms-transition: transform 400ms ease-in-out 1000ms;
  -o-transition: transform 400ms ease-in-out 1000ms;
  transition: transform 400ms ease-in-out 1000ms;
}
/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 11%;
  margin-top: -15px;
  z-index: 2;
  text-indent: -9999em;
  font-size: 0em;
  line-height: 0em;
  background: url('../images/sprite.png') no-repeat;   
  width: 16px;  
  height: 53px;
  background-color: #C6C6C6;
}
.jcarousel-control-prev:hover, .jcarousel-control-next:hover {
  background-color: #A6A6B6;
}
.jcarousel-control-prev.inactive, 
.jcarousel-control-next.inactive{
  display: none;
}
.jcarousel-control-prev {
  left: -20px;
  background-position:  -261px -53px;
}
.jcarousel-control-next {
  right: -20px;
  background-position: -234px -53px;
}
/** Carousel Pagination **/
.jcarousel-pagination {
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.jcarousel-control-prev,
.jcarousel-control-next,
.jcarousel-pagination {
  display: none;
}
.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 0em;
  line-height: 0em;
  text-indent: -9999px;
  margin: 0 6px;  
  background: url('../images/sprite.png') no-repeat -200px -53px;   
  width: 14px;   
  height: 14px;
}
.jcarousel-pagination a.active {
  background-position: -200px -77px;/*IE7 fix*/
}
.borderradius .jcarousel-pagination a{
  border-radius: 7px;
}
.boxshadow .jcarousel-pagination a:hover {
  box-shadow: 0px 0px 5px 1px rgba(137, 135, 135, 0.5);
  -moz-box-shadow: 0px 0px 5px 1px rgba(137, 135, 135, 0.5);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(137, 135, 135, 0.5);
}
.boxshadow .jcarousel-pagination a.active:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/*for content carousel*/
.usage {
  overflow: hidden;
}
.jcarousel-wrapper {
  position: relative;
  margin-top: 82px;
  padding-bottom: 75px;
}
/** Carousel **/
.content-jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.content-jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-jcarousel li {
  width: 200px;
  float: left;
}
.content-jcarousel img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #fff;
}
.carousel li .carosal-item-wrapper > div {
  min-height: 270px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.carousel li .carosal-item-wrapper > div > a {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.carosal-item-wrapper{
  padding: 0 8px;
}
.carousel li .standard-x-list-item-wrapper > h3{
  min-height: 55px;
}
.carousel li .standard-x-list-item-wrapper .x-list-content-wrapper{
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
  min-height: 230px;
}
.carousel li .standard-x-list-item-wrapper .x-list-content-wrapper .read-more{
  position: absolute;
  margin-left: -40px;
  left: 50%;
  bottom: 0;
}
.jcarousel-wrapper .image-wrapper {
  width: 73px;
  margin: 0 auto;
}
.jcarousel-wrapper .image-wrapper .for-hover-animation:hover,
.jcarousel-wrapper .image-wrapper .for-hover-animation.active{
  background: #879CAD;
}
.jcarousel-wrapper h3 {
  font-size: 1.35em;
  line-height: 22px;
  margin-top: 14px;
}
.jcarousel-wrapper .content-wrapper {
  height: 92px;
  text-align: center;
}
.jcarousel-wrapper .content-wrapper .content-body {
  min-height: 125px;
  margin-bottom: 43px;
}
.jcarousel-wrapper .image-wrapper .for-hover-animation {
  background: #F99B3F;
}
/*Usage End*/
/*support*/
.support-outer-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 52px;
}
.support-outer-wrapper span.pc-shadow {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 121px;
  background: url('../images/top-managment-backgrund.png');
  background-position: top center;
  bottom: 0;
  left: 0;
  margin-bottom: -45px;
  background-repeat: no-repeat;
}
.support,
.support .support-wrapper-image,
.support .support-main-wrapper,
.support .support-banner ul{
  position: relative;
  z-index: 1;
}
.support .support-wrapper-image img{
  display: block;
  margin: 0 auto;
}
.support .support-banner {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 141px;
  right: 140px;
}
.support .content-wrapper {
  position: absolute;
  z-index: 1;
  bottom: 11%;
  padding: 0 33px;
}
.support .content-wrapper h3 {
  color: #fff;
  font-size: 4em;
  line-height: 65px;
  margin: 0;
  width: 350px;
}
.support .content-wrapper p {
  color: #b3b3b3;
  font-size: 1.45em;
  margin: 0;
  width: 445px;
  line-height: 25px;
  margin-top: 5px;
}
.support .support-banner li {
  width: 100%;
}
.support a.cycle-prev,
.support a.cycle-next{
  display: block;
  background: url('../images/sprite.png') no-repeat;   
  width: 76px;   
  height: 76px;
  position: absolute;
  top: 36%;
  margin-right: -38px;
  z-index: 1;
  background-color: #C6C6C6;
}
.support a.cycle-prev:hover,
.support a.cycle-next:hover {
  background-color: #A6A6A6;
}
.support a.cycle-prev{
  background-position: -7px -53px;
  left: -140px;
}
.support a.cycle-next{
  background-position: -99px -53px;
  right: -100px;
}
/*Support End*/
/*Capabilities*/
.capabilities-banner {
  position: relative;
  z-index: 1;
  margin-top: 47px;
  margin-bottom: 40px;
  overflow: hidden;
}
.capabilities-slogen-wrapper > div{
  width: 400px;
  float: left;
  font-size: 1.2em; 
  line-height: 25px;
}
.capabilities-banner li {
  width: 100%;
}
.capabilities-banner h3 span{
  color: #245cb0;
  display: block;
  font-size: 1.43em;
  margin-bottom:10px;
}
.capabilities-banner h3 {
  color: #343434;
  line-height: 43px;
  margin-bottom: 8px;
  font-size: 2.25em;
}
/*.capabilities-slogen-wrapper {
padding-top: 48px;
z-index: 2;
margin: 0 auto;
min-height: 415px;
}
.capabilities-banner li > img {
position: absolute;
z-index: 1;
right: 0;
top: 0;
min-width: 100%;
min-height: 460px;
}*/
.capabilities-slogen-wrapper {
  margin: 0 auto;
  min-height: 306px;
  padding-top: 30px;
  z-index: 2;
}
.capabilities-banner li > img {
  height: 335px;
  min-height: 335px;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.capabilities-banner a.cycle-prev,
.capabilities-banner a.cycle-next {
  display: none;
}
.capabilities-banner p.banner-cycle-pager {
  text-align: center;
  position: absolute;
  margin: 0;
  width: 100%;
  bottom: 15px;
  z-index: 2;
}
.capabilities-banner p.banner-cycle-pager span {
  padding: 7px;  
  line-height: 0em;
  font-size: 0em;
  text-indent: -9999em;
  display: inline-block;
  background: url('../images/sprite.png') no-repeat -200px -53px;
  cursor: pointer;
  margin-right: 12px;
}
.capabilities-banner p.banner-cycle-pager span.cycle-pager-active {
  background-position: -200px -77px;;
}
.capabilities-banner > ul {
  z-index: 1;
  position: relative;
}
/*Capabilities End*/
/*Security*/
.security {
  background: url('../images/security-background.png') #eef0f3;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 465px;
  margin-top: 25px;
}
.security .image-wrapper {
  position: absolute;
  left: 0;
  max-width: 580px;
  top: 25px;
  z-index: 1;
  height: 460px;
  line-height: 460px;
  vertical-align: middle;
}
.security .image-wrapper img {
  width: 100%;
}
.security .content-wrapper {
  position: relative;
  z-index: 2;
  margin-left: 500px;
  margin-top: 72px;
  min-height: 320px;
  margin-bottom: 25px;
}
.security .content-wrapper p {
  font-size: 1.25em;
  line-height: 25px;
}
.security a.read-more {
  margin-right: 60px;
}
/*Security End*/
/*Form Style*/
.main input,
.main textarea,
.main .selector{
  padding: 14px 18px;
  border: 1px solid #ccc;
  margin: 0;
  border-radius: 25px;
  clear: left;
  color: #898a8a;    
  display: block;
  position: relative;}
.main .selector,
.main .selector span{
  width: auto!important;
}
.boxshadow .main input, .main textarea, .main .selector, .main .acc-required .checker span{
  box-shadow: inset 0px 0px 12px 1px rgba(119, 119, 119, 0.25);  
  -moz-box-shadow: inset 0px 0px 12px 1px rgba(119, 119, 119, 0.25);  
  -webkit-box-shadow: inset 0px 0px 12px 1px rgba(119, 119, 119, 0.25);
}
.boxshadow .main input:focus,
.main textarea:focus {
  box-shadow: inset 0px 0px 12px 1px rgba(119, 119, 119, 0.10);
  -moz-box-shadow: inset 0px 0px 12px 1px rgba(119, 119, 119, 0.10);
  -webkit-box-shadow: inset 0px 0px 12px 1px rgba(119, 119, 119, 0.10);
}
.main input[type="reset"],
.main input[type="submit"] {
  border-radius: 0;
  box-shadow: none;
  box-sizing: content-box;
}
/*Form Style Ens*/
/*Mobile App*/
.mobile-app {
  background: url('../images/mobile-app-background.png') repeat-x bottom center;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 42px;
}
.mobile-app .image-wrapper {
  position: absolute;
  z-index: 1;
  top: 45px;
  right: 0;
  width: 500px;
}
.mobile-app .image-wrapper img {
  width: 100%;
}
.mobile-app .content-wrapper {
  min-height: 550px;
  margin-top: 135px;
  width: 412px;
  float: left;
}
.mobile-app .content-wrapper > ul {
  margin-top: 55px;
}
.mobile-app .content-wrapper > ul > li {
  float: left;
  width: 47%;
  margin-right: 6%;
}
.mobile-app .content-wrapper > ul > li a {
  display: block;
}
.mobile-app .content-wrapper > ul > li img {
  width: 100%;
}
.mobile-app .content-wrapper > ul > li img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.mobile-app .content-wrapper > ul > li.last {
  margin-right: 0;
}
.mobile-app .content-wrapper h2 {
  padding-right: 65px;
  line-height: 48px;
  margin-bottom: 15px;
}
.mobile-app .content-wrapper .content {
  font-size: 1.37em;
}
/*Mobile App End*/
/*Request a Trial*/
.request-a-trial {
  position: relative;
  z-index: 1;
  background: url('../images/create-opptimo-background.jpg');
  background-size: contain;
  background-repeat: repeat;
  overflow: hidden;
  background-attachment: fixed;
}
.request-a-trial .main-image-wrapper {
  position: absolute;
  z-index: 0;
  left: -10px;
  bottom: 0;
  max-width: 100%;
}
.request-a-trial .main-image-wrapper img {
  width: 100%;
}
.request-a-trial .form-wrapper {
  float: right;
  width: 315px;
  min-height: 405px;
  margin-top: 20px;
}
.request-a-trial .form-wrapper .form-row {
  margin-bottom: 17px;
  position: relative;
  z-index: 1;
}
.request-a-trial .form-wrapper .form-row span.arrow{
  width: 21px;   
  height: 21px;
  position: absolute;
  display: block;
  z-index: 2;
  top: 50%;
  right: 16px;
  margin-top: -12px;
}
.no-borderradius .request-a-trial .form-wrapper .form-row span.arrow {
  background: url('../images/sprite.png') no-repeat -5px -595px;
}
.borderradius .request-a-trial .form-wrapper .form-row span.arrow{
  border-radius: 50%;
  border: 1px solid #fff;
  background: url('../images/sprite.png') no-repeat -48px -595px;
}
.borderradius .request-a-trial .form-wrapper .form-row span.arrow.active {
  background-position: -31px -595px;
}
.request-a-trial .form-wrapper .form-row label.error {
  margin-left: 20px;
  bottom: 0px;
  display: none !important;
}
.request-a-trial .form-wrapper input.error {
  border-color: #FF0000;
}
.request-a-trial .form-wrapper input {
  width: 87%;
  background: transparent;
}
.lt-ie8 .request-a-trial .form-wrapper input{
  background: #fff;
}
.request-a-trial .form-wrapper input[type="submit"] {
  border-radius: 25px;
  background: #DD8E15;
  color: #ffffff;
}
.lt-ie8 .request-a-trial .form-wrapper input[type="submit"]{
  width: 90%;
}
.request-a-trial .form-wrapper input[type="submit"]:hover {
  background: #032B48;
}
/*Request a Trial End*/
/*Testimonials*/
.testimonials {
  background: #E9EDEE;
  margin-bottom: 35px;
}
.testimonials-banner {
  margin-top: 50px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.testimonials-banner > ul {
  margin: 0 20px;
}
.testimonials-banner > ul li {
  min-height: 250px;
}
.testimonials .testimonials-item-image {
  float: left;
  width: 220px;
  margin-left: 45px;
}
.testimonials .testimonials-item-content {
  float: left;
  width: 520px;
  margin-left: 70px;
  min-height: 200px;
}
.testimonials .testimonials-item-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.testimonials .testimonials-item-image p {
  margin: 0;
  text-align: center;
  margin-top: 11px;
}
.testimonials .testimonials-item-image p span.name {
  display: block;
  color: #A1A1A1;
}
.testimonials .testimonials-item-image p span.designation {
  display: block;
  color: #2F2F2F;
}
.testimonials .testimonials-item-content .content {
  text-align: center;
  font-size: 1.25em;
  font-style: italic;
  line-height: 30px;
}
.testimonials .testimonials-item-content a.read-more {
  float: right;
  margin-right: 40px;
  margin-top: 36px;
}
.testimonials .cycle-slide .testimonials-item-content a.read-more {
  visibility: hidden;
  opacity: 0;
}
.testimonials .cycle-slide.cycle-slide-active .testimonials-item-content a.read-more {
  visibility: visible;
  opacity: 1;
}
.testimonials p.banner-cycle-pager {
  display: none;
}
.testimonials a.cycle-next,
.testimonials a.cycle-prev {
  display: block;
  width: 16px;   
  height: 53px;
  position: absolute;
  z-index: 2;
  top: 32%;
  margin-top: -62px;
  text-indent: -9999em;
  font-size: 0em;
  line-height: 0em;
}
.testimonials a.cycle-next:hover, .testimonials a.cycle-prev:hover {
  background-color: #A6A6A6;
}
.testimonials a.cycle-next {
  background: url('../images/sprite.png') no-repeat -114px -438px;
  background-color: #C6C6C6;
  right: 0;
}
.testimonials a.cycle-prev {
  background: url('../images/sprite.png') no-repeat -228px -438px;
  left: 0;
  background-color: #C6C6C6;
}
.testimonials-banner li, 
.testimonials-banner li .testimonials-item {
  width: 100%;
}
/*Testimonials End*/
/*Latest Blog*/
.latest-blog {
  border: 1px solid #F1F1F1;
  position: relative;
  z-index: 1;
  margin-top: 35px;
}
.latest-blog .main-image-wrapper {
  float: left;
  width: 400px;
  border-right: 1px solid #D1D1D1;
  padding: 0 20px;
  z-index: 1;
  margin: 20px 0;
}
.latest-blog .blog-content {
  float: left;
  padding: 20px;
  width: 457px;
}
.latest-blog .main-image-wrapper img {
  width: 100%;
}
.latest-blog .blog-content h3 {
  margin-top: 0;
}
.latest-blog .blog-content .content {
  font-style: italic;
  font-size: 1.1em;
  line-height: 25px;
  min-height: 100px;
}
.latest-blog .blog-content .post-links {
  width: 400px;
  float: right;
  margin-right: 5px;
}
.latest-blog .blog-content .post-links li {
  float: left;
  margin-right: 18px;
}
.latest-blog .blog-content .post-links li.twitter {
  margin-right: 25px;
}
.latest-blog .blog-content .post-links li.social-media a {
  display: block;
  text-indent: -9999em;
  font-size: 0em;
  line-height: 0em;
  background: url('../images/sprite.png') no-repeat -251px -555px #474644;   
  width: 26px;   height: 23px;
  margin-top: 8px;
}
.latest-blog .blog-content .post-links li.social-media.facebook a {
  background-position: -241px -577px;
}
.latest-blog .blog-content .post-links li.social-media.twitter a {
  background-position: -286px -577px;
}
.latest-blog .blog-content .post-links li.post-link {
  margin-right: 0;
}
.latest-blog .blog-content .post-links li.post-link a {
  text-transform: capitalize;
  color: #FFFFFF;
  background: #717171;
  padding: 11px 0;
  width: 202px;
  text-align: center;
  border-radius: 3px;
  display: block;
  font-size: 1.5em;
  font-weight: 100;
}
.latest-blog .blog-content .post-links li.social-media.twitter a:hover {
  background-color: #41C8F5;
}
.latest-blog .blog-content .post-links li.social-media.facebook a:hover {
  background-color: #013F8A;
}
.csstransitions .latest-blog .blog-content .post-links li.post-link a:hover {
  text-decoration: none;
}
.latest-blog .blog-content .post-links li.post-link a:hover {
  background: #EA6B19;
  color: #fff;
}
.latest-blog .blog-content .post-links li.share{
  margin-top: 7px;
}
/*Latest Blog End*/
/*Special Notice*/
.special-notice {
  padding: 10px 40px;
  background: #F4F4F4;
  border: 1px solid #D7D7D7;
  margin: 20px 0;
}
.special-notice h2 {
  color: #ACACAC;
  font-size: 2.63em;
  margin-bottom: 0;
}
.special-notice a.contact-us {
  background: #7e7e7e;
  color: #FFFFFF;
  padding: 14px 0;
  font-size: 1.75em;
  border-radius: 5px;
  width: 170px;
  margin: 20px auto 15px;
  display: block;
}
.special-notice a.contact-us:hover{
  text-decoration: none;
  background: #6AB51A;
}
.special-notice .content {
  font-size: 1.78em;
  padding: 0 40px;
  line-height: 30px;
  color: #ABABAB;
}
.special-notice .content p {
  margin: 10px 0px;
}
/*Special Notice End*/
/*Price Table*/
.price-heading {
  background: url('../images/price-background-one.png');
  background-repeat: repeat-x;
  padding: 25px 23px 60px 23px;
  position: relative;
  border-radius: 8px;
  z-index: 1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.lt-ie9 .price-heading{
  padding-bottom: 50px;  
}
.price-heading h2 {
  color: #FFFFFF;
  margin: 0;
  text-align: center;
}
.price-heading span.currancy {
  vertical-align: super;
  font-size: 0.5em;
}
.price-heading span.per {
  font-size: 0.5em;
}
.price-heading span.user-month {
  font-size: 0.4em;
  display: block;
  text-align: center;
  line-height: 20px;
}
.price-heading span.price-background {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url('../images/price-v-image.png');
  height: 50px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.second .price-heading{
  background: url('../images/price-background-two.png');
}
.thard .price-heading{
  background: url('../images/price-background-three.png');
}
.fourth .price-heading{
  background: url('../images/price-background-four.png');
}
.backgroundsize .price-heading span.price-background{
  background-size: contain;
  height: 62px;
}
.price-carousel-wrapper {
  margin-top: 50px;
}
.price-carousel{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.price-carousel > ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.price-carousel > ul > li {
  width: 200px;
  float: left;
}
.Price-main-wrapper {
  padding: 0 8px;
}
.price-body {
  background: #FAFAFA;
}
.price-body .price-body-row {
  padding: 5px 20px;
  border-bottom: 1px solid #EFEFEF;
  color: #989797;
}
.price-body .price-body-row span {
  color: #000000;
}
.price-body .price-body-row span.per-month {
  display: block;
}
.price-body .price-body-row.start-your-trail a {
  background: url('../images/price-trial-button.png');
  border: 1px solid #97BADA;
  display: block;
  width: 170px;
  margin: 0 auto;
  text-align: center;
  padding: 6px 0;
  border-radius: 5px;
  color: #4f8cc4;
}
.price-body .price-body-row.background {
  background: #F6F6F6;
}
.price-body .price-body-row.start-your-trail {
  border-bottom: 0;
}
.price-body .price-body-row.paypal img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  max-height: 100%;
}
.price-body .price-body-row.paypal {
  padding: 27px 20px;
}
.price-carousel-wrapper p.price-carousel-pagination {
  display: none;
  text-align: center;
}
.main a.price-carousel-next,
.main a.price-carousel-prev{
  display: none;
}
.main .price-carousel-wrapper p.price-carousel-pagination a {
  padding: 5px;
  line-height: 0;
  font-size: 0em;
  margin: 0 4px;
  background: url('../images/sprite.png') no-repeat -81px -564px;
}
.main .price-carousel-wrapper p.price-carousel-pagination a.active {
  background-position: -104px -564px;
}
/*Price Table End*/
/*Features*/
.features-item {
  float: left;
  width: 46%;
  padding-right: 4%;
  margin-bottom: 40px;
}
.features-item h3 {
  position: relative;
  z-index: 1;
  padding-left: 80px;
  margin-bottom: 16px;
  min-height: 65px;
}
.features-item h3 span {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -16px;
  z-index: 1;
  display: block;
  width: 68px;
}
.features-item h3 span img {
  width: 100%;
}
.csstransforms .features-item h3 span img{
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.reports {
  clear: left;
}
/*Features End*/
/*FAQ*/
.faq-main-wrapper .faq-content {
  max-height: 0;
  overflow: hidden;
  box-shadow: inset 0px 0px 8px 0px rgba(168, 168, 168, 0.69); 
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(168, 168, 168, 0.69); 
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(168, 168, 168, 0.69);
  margin: 0 10px;
  padding: 0 10px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.faq-main-wrapper h3 {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #c4c4c4;
  font-size: 1.5em;
  cursor: pointer;
  margin: 8px 0;
  padding-right: 30px;
}
.faq-main-wrapper h3 span {
  position: absolute;
  display: block;
  z-index: 1;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  background: url('../images/sprite.png') no-repeat -323px -439px;  
  width: 14px;   
  height: 14px;
}
.faq-main-wrapper.active h3 span{
  background-position: -287px -433px;
}
.faq-main-wrapper.active .faq-content {
  max-height: 800em;
}
.faq-main-wrapper.active .faq-content a {
  word-break: break-all;
  word-wrap: break-word;
}
.comment-area-faq {
  /* margin-top: 50px; */
}
.comment-area-faq .form-row {
  float: left;
  width: 45%;  
  margin-right: 10%;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.comment-area-faq .form-row.right{
  margin-right: 0;    
}
.comment-area-faq .form-row input,
.comment-area-faq .form-row textarea{
  width: 91.2%;
}
.comment-area-faq .button-row {
  float: left;
  width: 45%;
  margin-top: 83px;
}
.comment-area-faq .button-row input {
  float: right;
  clear: none;    
  background: #003471;  
  border-radius: 5px;  
  color: #ffffff;  
  width: 120px;  
  padding: 14px 0;
}
.comment-area-faq .button-row input[type="submit"] {
  margin-left: 10px;
}
.comment-area-faq .button-row input:hover {
  background: #999999;
}
.comment-area-faq .form-row textarea {
  height: 100px;
}
.comment-area-faq label.error {
  left: 18px;
  bottom: -19px;
  position: absolute;
  z-index: 1;
}
/*FAQ End*/
/*<-----------------Blue Print Layout End------------------>*/
.footer-container{
  z-index:1;
}
.page-heading-wrapper{
  z-index:1;
}
.main-container{
  z-index:3;
}
.main p {
  font-size: 1.1em;
}
.main.wrapper .floting-icons {
  position: fixed;
  right: 0;
  top: 22%;
  width:25px;
  z-index: 15;
}
.main.wrapper .floting-icons a.demo-requ, .main.wrapper .floting-icons a.demo-trail {
  width: 25px;
  display: block;
}
.main.wrapper .floting-icons a.demo-requ {
  background: url("../images/sprite.png") no-repeat -307px -640px #eb6a19;
  margin-bottom: 8px;
  height: 152px;
}
.main.wrapper .floting-icons a{
  -webkit-transition: all 300ms ease-in-out; 
  -moz-transition: all 300ms ease-in-out; 
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out; 
  transition: all 300ms ease-in-out;  
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.main.wrapper .floting-icons a.demo-trail {
  background: url("../images/sprite.png") no-repeat -247px -652px #003470;
  height: 128px;
}
.main.wrapper .floting-icons a.demo-trail:hover,
.main.wrapper .floting-icons a.demo-requ:hover{
  background-color: #7e7e7e;
}
.main-visual {
  z-index: 1;
  position: relative;
}
.main-container .sub-page .banner-cycle ul li .main-visual-slogen-wrapper .wrapper.pricing p {
  padding-right: 15px;
}
.left-content,
.right-content{
  float: left;
  width: 462px;
  margin-right: 15px;
  text-align: left;
}
.right-content {
  margin-right: 0;
}
.left-content img, .right-content img{
  display: block;
  clear: both;
  margin: 50px auto;
}
.left-content img {
  margin-bottom: 0;
}
.right-content img {
  margin-top: 0;
}
.top-contact-area li.troll-free,
.footer-col .toll-free{
  display: none;
}
.image-list ul li.second {
  visibility: hidden;
}
#_atssh {
  display: none;
}
/*searchTxt css*/
.search-body .search-word-div{
  color: #04214d;
  font-size: 3.3em;
  line-height: 55px;
  margin: 25px 0;
  font-family:open_sanslight,ralewaylight,latolight;
}
.sr-text {
  font-size: 1.1em;
  margin-bottom: 10px;
  margin-top: 10px;
}
.title-text {
  color: #003470;/*#04214d*/
  font-weight: bold;
  text-transform: uppercase;
}
.sr-more-link > a {
  color: #eb6a19;
}
.search-result-div .sr-url > a {
  color: #003470;
}
.search-result-div .sr-url > a:hover  {
  color: #bf6c6c;
  text-decoration:none;
}
.search-result-div .sr-div {
  margin-bottom: 24px;
  margin-top: 24px;
}
.search-body {
  font-family:open_sanslight,ralewaylight,latolight!important;
}
/*message Thankyou page */
#message {
  padding: 130px 0;
}

/*cookie policy*/
.cookie-section.show {
  display: block;
}

.cookie-section {
  width: 100%;
  z-index: 10000000000;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 0;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  line-height: 1.4em;
  font-size: .98em;
}

.cookie-section.cookie-section .cookie-wrapper a:hover {
  text-decoration: underline;
}

.cookie-section.cookie-section .cookie-wrapper a {
  color: #eb6a19;
  text-decoration: none;
}

span.txt-bld a {
  font-size: 1.1em;
  font-weight: 700;
}

.cookie-section:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #2d2d2d;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 1;
  filter: alpha(opacity=100);
  border-top: 1px solid #a56a3a;
  border-top: 1px solid rgba(165,106,58,0.4);
}

.cookie-section.cookie-section .cookie-wrapper {
  padding: 15px 30px 15px 30px;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0.8em;
  color: #fff;
  display: inline-block;
}

.cookie-section.cookie-section .cookie-wrapper .message p {
  margin: 0;
}
/*cookie policy*/

/*cookie policy check box style*/
.main .acc-required .checker span {
  border: 1px solid #ccc;
  background-image: none;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 5px;
}
.privacy-checker .checker {
  position: absolute;
  top: 0;
  left: 2px;
  z-index: 2;
}
.main .checker span.checked:after {
  content: '\f00c';
  font-family: fontAwesome;
  position: absolute;
  top: 0;
  color: #696969;
  left: -1px;
  z-index: -1;
}
.main .inquiry-now-checker .checker span.checked:after {
  font-size: .9em;
  left: 1px;
  top: 2px;
  line-height: normal;
}
.checker {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  z-index: 20;
}
label.label-body {
  padding-left: 30px;
  box-sizing: border-box;
}
#privacy-check {
  padding: 0;
  opacity: 0;
}
#privacy-check-error {
  width: 115px;
}
.acc-required.acc-required-meeting {
  position:  relative;
  z-index: 1;
}
.main .acc-required .checker span {
  top: 3px;
}
.acc-required.acc-required-meeting .label-body {
  line-height: 21px;
  display: block;
}
.main .checker label#privacy-check-error {
  position: absolute;
  /*bottom: 0;*/
  top: 10px;
  margin-top: 8px;
  width: 300px;
  text-align: left;
  left: 17px;
}
.acc-required.acc-required-meeting {
  position:  relative;
  z-index:  1;
  margin-bottom: 45px;
}
.privacy-footer-text {
  color: #898a8a;
  text-align: center;
}
.privacy-footer-text a {
  color: #eb6a19;
  text-decoration: none;
}
.privacy-footer-text a:hover {
  text-decoration:  underline;
}
.faq .checker label#privacy-check-error {
    top: 30px;
}

/*cookie policy check box style*/