
body {
	font-family: 'Calibri', sans-serif;
	color: #353535;
	font-size: 13px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
@font-face {
	font-family: Calibri;
	src: local("Calibri"), local("Calibri"), url(../fonts/calibri.ttf);
}
p {
	color: #666;
	font-size: 18px;
	text-align: left;
	padding-bottom: 8px;
	line-height: 1.6;
}
a {
  color: #56bc94;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #3fa07a;
}
a:focus {
  text-decoration: none;
  color: #3fa07a;
}
@media (min-width: 768px) and (max-width: 1920px) {
.dropdown:hover .dropdown-menu {
display: block;
margin-top: 0;
}
}

.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn-theme {
  background: #E25617;
  color: #fff !important;
  text-transform: uppercase;
}
.btn-theme:hover {
  background:#077BBC;
}
.btn-theme:active,
.btn-theme:focus {
  color: #fff;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #56bc94;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  font-size: 14px;
}
.text-highlight {
  color: #225742;
}
.note {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 22px;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}
.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.social-icons li {
  float: left;
}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #3fa07a;
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 8px;
  float: left;
}
.social-icons a:hover {
  background: #317b5e;
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 26px;
  text-align: center;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  text-transform: uppercase;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  text-transform: uppercase;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  text-transform: uppercase;
}
.offset-header {
  padding-top: 0;
}
.has-pattern {
  background-image: url('../images/pattern.html');
  background-repeat: repeat;
  background-position: left top;
}
.has-pattern h1 {
	margin: 0;
	padding-bottom: 20px !important;
	font-size: 3em;
	padding-top: 14px;
	border: 0;
	color: #fff;
	padding-bottom: 10px !important;
}
.has-pattern p{
  color: #fff;
  font-size:18px;
  text-align: left;
}
.has-pattern h2 {
	font-size: 42px !important;
}
.has-pattern .num{
  background: #F57F20;
  cursor:default;
  width: 70%;
  padding: 7px 0 7px 18px;
  border-radius: 4px;
  font-size: 2.2em;
  text-align: left;
  border-bottom: 4px solid #598700;
  margin-top: 18px;
}
.has-pattern .num:hover{
	background: #6e9c13;
border-bottom: 4px solid #3C6A00;
}
.has-pattern img{
}
.has-pattern .no-padding{
	padding-right:0
}
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}
.delayp7 {
  animation-delay: .7s;
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
}
.delayp8 {
  animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
}
.delayp9 {
  animation-delay: .9s;
  -moz-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s;
}
.delay1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.delay2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
}
/* ======= Header ======= */
.header-top {
	width: 100%;
	background: #356385;
	z-index: 9;
	line-height: 40px;
}
.header-top.fixed {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
}
.mainnav {
	background: #fff;
}
.header {
  background: #fff;
  z-index: 9999;
/*  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);*/
}
.header h1.logo {
  margin: 0;
}
.header h1.logo a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header h1.logo a img {
}
.header h1.logo .logo-title {
  vertical-align: middle;
}
.header .main-nav button {
  background: #E25617;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button .icon-bar {
  background-color: #fff;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  text-transform: uppercase;
  margin-right: 5px;
}
.navbar-nav a {
	color: #232323;
background: none;
font-size: 14px;
text-transform: uppercase;
padding: 4px 17px !important;
	border-top: 3px solid #fff;
}
.dropdown-menu li{
	border-bottom:1px solid #ddd;
}
.navbar-nav .dropdown-menu a{
	text-transform:capitalize;
	border:0;
}
body.epson-page .navbar-nav .dropdown-menu li:first-child a{
	color:#fff !important;
}
.navbar-nav .dropdown-menu li:first-child a{
	color:#232323 !important;
}
#navbar-collapse .navbar-nav .dropdown-menu a:hover, .navbar-nav .dropdown-menu li:first-child a:hover {
	border: 0 !important;
	color: #fff !important;
	background: #0096D7 !important;
}
.dropdown-menu li.active a, .dropdown-menu li.active a:hover{
	background:#0096D7 !important;
	color:#fff !important;
}
#navbar-collapse ul li:hover > a{
	color:#0096D7!important;
	border-top: 3px solid #0096D7!important;
}
.navbar-nav a:hover, .navbar-nav a:focus {
	color: #0096D7;
	border-top: 3px solid #0096D7;
	background-color: #fff !important;
}
.navbar-nav .active a, body.frontPage .navbar-nav li:first-child a {
	color: #0096D7;
	border-top: 3px solid #0096D7;
}
 body.frontPage .navbar-nav li:first-child a{

 }
.navbar-right {
	float: left !important;
	margin-top: 0;
	margin-left: 15px;
}

.navbar-nav > li {
	float: left;
	margin-right: 10px;
}
.navbar-nav li.last {
	border: 0;
}
.navbar-fixed-bottom, .navbar-fixed-top{
	position:inherit
}
.header .main-nav .nav .nav-item a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 14px;
  padding: 15px 10px;
}
.header .main-nav .nav .nav-item a:hover {
  color: #F57F20;
  background: none;
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.active {
  color: #56bc94;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
/* ======= Footer ======= */
.footer {
  background: #444444;
  color: #fff;
  padding: 15px 0;
}
.footer .copyright {
  color: #b3b3b3;
  margin-right: 15px;
}
.footer .links {
  margin-bottom: 0;
}
.footer .links a {
  color: #808080;
}
.footer .links a:hover {
  color: #56bc94;
}
/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  background: #a1a1a1;
}
.flexslider .flex-control-paging li a:hover {
  background: #56bc94;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #56bc94;
}
.flexslider .slides li {
  position: relative;
}
/* ======= Promo Section ======= */
.promo {
  background-color: #18709A;
  color: #fff;
}
.promo .container {
  /*! padding-bottom: 15px; */
}
.promo .overview {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.promo .overview h2 {
  font-size: 30px;
  margin-bottom: 35px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.promo .overview .summary {
  margin-bottom: 60px;
  margin-left: 70px;
}
.promo .overview .summary li {
  margin-bottom: 15px;
  list-style: none;
  font-size: 20px;
  font-weight: 300;
  padding-left: 30px;
  background: url('../images/bullet.html') no-repeat left center;
}
.promo .overview .download-area {
  display: inline-block;
}
.promo .overview .btn-group {
  margin-left: 40px;
}
.promo .overview .btn-group li {
  padding: 0;
  margin-bottom: 15px;
}
.promo .overview .btn-group li a {
  background-color: #317b5e;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 200px;
  height: 60px;
  text-indent: -9999px;
  margin-right: 30px;
}
.promo .overview .btn-group li a:hover {
  background-color: #225742;
}
.promo .overview .btn-group li.ios-btn a {
  background-image: url('../images/buttons/btn-app-store.html');
}
.promo .overview .btn-group li.android-btn a {
  background-image: url('../images/buttons/btn-google-play.html');
}
.promo .overview .note {
  position: relative;
  color: #317b5e;
}
.promo .overview .note p {
  padding-top: 15px;
}
.promo .overview .note .left-arrow {
  position: absolute;
  left: 60px;
  bottom: 15px;
  display: inline-block;
  background: url('../images/arrows/up-arrow-left.html') no-repeat left top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 63px;
  height: 69px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.promo .overview .note .right-arrow {
  position: absolute;
  right: 60px;
  bottom: 15px;
  display: inline-block;
  background: url('../images/arrows/up-arrow-right.html') no-repeat right top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 63px;
  height: 58px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.promo .iphone {
  position: relative;
}
.promo .iphone .iphone-holder {
  position: relative;
  width: 320px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center top;
}
.promo .iphone.iphone-black .iphone-holder {
  background-image: url('../images/iphone/iphone-black.html');
}
.promo .iphone.iphone-white .iphone-holder {
  background-image: url('../images/iphone/iphone-white.html');
}
.promo .iphone .iphone-holder-inner {
  position: absolute;
  width: 222px;
  height: 394px;
  left: 51px;
  top: 103px;
}
.promo .iphone .flexslider .flex-control-nav {
  bottom: -50px;
}
.promo .iphone:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.html') no-repeat center top;
  right: 0;
  top: 0;
  position: absolute;
}
.promo .android {
  position: relative;
}
.promo .android .android-holder {
  position: relative;
  width: 320px;
  height: 600px;
  background-image: url('../images/android/android-black.html');
  background-repeat: no-repeat;
  background-position: center top;
}
.promo .android .android-holder-inner {
  position: absolute;
  width: 254px;
  height: 450px;
  left: 35px;
  top: 72px;
}
.promo .android .flexslider .flex-control-nav {
  bottom: -50px;
}
.promo .android:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.html') no-repeat center top;
  right: 0;
  top: 0;
  position: absolute;
}
.promo .ipad {
  position: relative;
}
.promo .ipad .ipad-holder {
  position: relative;
  width: 420px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center top;
}
.promo .ipad.ipad-black .ipad-holder {
  background-image: url('../images/ipad/ipad-black.html');
}
.promo .ipad.ipad-white .ipad-holder {
  background-image: url('../images/ipad/ipad-white.html');
}
.promo .ipad .ipad-holder-inner {
  position: absolute;
  width: 320px;
  height: 428px;
  left: 51px;
  top: 83px;
}
.promo .ipad .flexslider .flex-control-nav {
  bottom: -45px;
}
.promo .ipad:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.html') no-repeat left top;
  right: 0;
  top: 0;
  position: absolute;
}
/* ======= promo (Landscape view) ======= */
.promo-landscape {
  padding-bottom: 60px;
}
.promo-landscape .flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.promo-landscape .flex-control-paging li a.flex-active {
  background: rgba(0, 0, 0, 0.3);
}
.promo-landscape .overview h2 {
  margin-bottom: 0;
}
.promo-landscape .overview .summary {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding-left: 0;
}
.promo-landscape .overview .summary li {
  text-align: left;
  background-image: none;
  padding-left: 0;
}
.promo-landscape .overview .summary li .fa {
  color: rgba(0, 0, 0, 0.2);
  margin-right: 5px;
}
.promo-landscape .overview .download-area {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.promo-landscape .overview .btn-group {
  margin-left: 0;
}
.promo-landscape .overview .btn-group li:last-child a {
  margin-right: 0;
}
.promo-landscape .phone {
  padding-top: 45px;
}
.promo-landscape .iphone {
  position: relative;
  margin-bottom: 60px;
}
.promo-landscape .iphone .iphone-holder {
  position: relative;
  width: 570px;
  height: 275px;
  background-repeat: no-repeat;
  background-position: center top;
}
.promo-landscape .iphone.iphone-black .iphone-holder {
  background-image: url('../images/iphone/iphone-black-landscape.html');
}
.promo-landscape .iphone.iphone-white .iphone-holder {
  background-image: url('../images/iphone/iphone-white.html');
}
.promo-landscape .iphone .iphone-holder-inner {
  position: absolute;
  width: 394px;
  height: 222px;
  top: 23px;
  left: 90px;
}
.promo-landscape .iphone .flexslider .flex-control-nav {
  bottom: -60px;
}
.promo-landscape .iphone:before {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background: url('../images/glow.html') no-repeat center top;
  top: -60px;
  left: 0;
  position: absolute;
}
.promo-landscape .android {
  position: relative;
  margin-bottom: 60px;
}
.promo-landscape .android .android-holder {
  position: relative;
  width: 570px;
  height: 290px;
  background-image: url('../images/android/android-black-landscape.html');
  background-repeat: no-repeat;
  background-position: center top;
}
.promo-landscape .android .android-holder-inner {
  position: absolute;
  width: 451px;
  height: 254px;
  left: 66px;
  top: 15px;
}
.promo-landscape .android .flexslider .flex-control-nav {
  bottom: -60px;
}
.promo-landscape .android:before {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background: url('../images/glow.html') no-repeat center top;
  top: -60px;
  left: 0;
  position: absolute;
}
/* ======= Features Section ======= */
.features {
  padding: 80px 0;
}
.features .icon {
  position: relative;
  width: 90px;
  height: 90px;
  border: 3px solid #56bc94;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s;
}
.features .icon:hover {
  background: #56bc94;
  color: #fff;
}
.features .icon:hover .fa {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}
.features .icon:hover .pe-icon {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}
.features .icon .fa {
  color: #56bc94;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.features .icon .pe-icon {
  color: #56bc94;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.features .content {
  padding: 30px;
}
.features .content .title {
  color: #56bc94;
  font-size: 18px;
  margin-top: 0;
}
.features .content p {
  font-weight: 300;
}
.features .feature-row-last {
  margin-top: 30px;
}
.features .btn-link {
  color: #56bc94;
}
.features .btn-link:hover {
  color: #3fa07a;
}
/* ======= How Section ======= */
.how {
	padding-top: 15px;
}
.how .content {
  /*!  */
}
.how .content .title {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #F57F20;
	font-weight: bold;
}
.how .content .intro {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #777777;
}
.how .content .note {
  position: relative;
  padding-bottom: 42px;
  color: #999999;
}
.how .content .note .left-arrow {
  position: absolute;
  left: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/arrows/down-arrow-left.html') no-repeat left top;
  width: 30px;
  height: 42px;
}
.how .content .note .right-arrow {
  position: absolute;
  right: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/arrows/down-arrow-right.html') no-repeat right top;
  width: 30px;
  height: 42px;
}
.how .content .qr-codes .item img {
  margin-bottom: 15px;
  max-width: 150px;
}
.how .content .qr-codes .item p {
  color: #777777;
}
.how .video-container {
  margin-top: 50px;
}
.how ul{
  color: #F57F20;
  font-size: 16px;
  font-weight: bold;
}
.support-num-sec{
	
  float: right;
  width: 484px;
  padding-top: 24px;
}
.support-num{
  /*! float: right; */
}
.envelope {
	float: left;
	text-transform: inherit !important;
	margin-left: 10px;
}
.flagblock {
	float: right;
}
.tollfreeno {
	float: left;
	transition:all 0.3s ease-out 0.03s;
	margin-left: 34px;
}
.tollfreeno a {
    color: #fff;
}
.tollfreeno:nth-of-type(3n) {
	transform: translate(96px,32px);
}
.tollfreeno img {
	width: 30px;
	height: 20px;
	position: relative;
	top: -1px;
	right: 4px;
}
.tollfreeno span, .envelope{
  color: #fff;
font-size: 18px;
text-align: left;
font-weight: bold;
text-transform: uppercase;
}

.support-num .bg{
	background:#6e9c13;
	padding-left: 30px;
	padding-right: 0;
	margin-left: 10px;
	width: 56%;
	float: right;
}
.support-num .bg:before{
top: 22px;
left: -44px;
border: solid transparent;
content: " ";
height: 0;
width: 0px;
position: absolute;
pointer-events: none;

border-right-color: #6e9c13;
border-width: 22px;
}

.support-num .num{
	background:url(../images/call.html) no-repeat 0 19px;
	cursor:auto;
	float: left;
	padding: 7px 0 0 15px;
	font-size: 25px !important;
	margin: 0;
	width: 93%;
}
.support-num .num:hover{
	background:url(../images/call.html) no-repeat 0 19px;
	/*border-bottom: 4px solid #6e9c13;*/
	
}

/*banner_intro*/

.banner_intro{
  position: relative;
  background: #396841;
  margin-bottom: 30px;
}

.banner_intro1{
  position: relative;
  background: #f0ebe9;
  margin-bottom: 30px;
}

#content {
	position: relative;
}
.blueberry {
}
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
	height: 320px !important;
	margin: 0;
	padding: 0;
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.blueberry .slides li img {
	display: block;
	/*!  */
	max-width: inherit;
	width: 100%;
}
.blueberry .slides li.active {
	display: block;
	position: relative;
}
.blueberry .crop li img {
	width: auto;
}
.blueberry .pager {
	height: 40px;
	text-align: left;
	margin: 0;
	padding: 0;
	top: 0;
	position: relative;
}
.blueberry .pager li {
	display: inline-block;
}
.blueberry .pager li a, .blueberry .pager li a span {
	display: block;
	height: 4px;
	width: 4px;
}
.blueberry .pager li a {
	border-radius: 50%;
	margin-right: 12px;
	text-align: center;
	line-height: 32px;
	width: 22px;
	height: 22px;
	display: block;
	padding: 6px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: #c0c0c0;
	text-indent: -9999px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 6px;
	text-align: center;
	margin: 0 auto;
	top: 3px;
	position: relative;
}
.blueberry .pager li.active a span {
	background: #0096D7;
}
.captionBlock {
  padding-top: 50px;
}

.banner_bg{
	background:url(../images/banner.html) no-repeat  center center / cover;
	padding-top: 84px;
	height: 400px;
	margin-top: 10px;
}
.inner_banner.banner_intro{
	height: auto;
	margin-bottom: 0;
}
.inner_banner.banner_intro h1, .inner_banner.banner_intro h2{
	text-align: center;
margin-bottom: 0;
padding-bottom: 30px;
padding-top: 0;
	font-size: 36px;
}
.inner_banner.banner_intro h1{
	    padding-bottom: 30px;
    padding-top: 30px;
}
.banner_intro h1, .banner_intro h2{
  border: 0;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 3.8em;
  margin: 0;
}
.banner_intro h2{
	font-size: 32px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding: 0;
	padding-bottom: 20px;
}
.num, .num a {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.num:hover {
}
.num i {
	position: relative;
	top: 3px;
}
.num p {
}
.num img {
	position: relative;
	top: -3px;
}
.banner_intro .link {
	color: #fff;
	font-size: 24px;
	padding: 8px;
	clear: both;
	display: block;
	text-align: center;
	text-transform: capitalize;
	width: 170px;
	margin-top: 30px;
	background: #232323;
}
.banner_intro .link:hover {
	background: #0096D7;
	color: #fff;
}

.banner_intro h3{
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
  width: 490px;
  margin: 0 auto;
  text-transform: uppercase;
  margin-top: 50px;
  font-size: 28px;
  transition:all 0.4s ease-in-out;
}
.banner_intro h3:hover {
	width:600px;
	transform: scale(1.1);
}
.banner_intro p{
  color: #fff;
  text-align: left;
  font-size: 20px;
  padding-top: 20px;
}


.navbar-fixed-top .container{
	padding-left:0;
}

.servicesTop{
clear: both;
margin-top: 12px;
overflow: hidden;
}
.servicesTop h2 {
	border-bottom: 2px solid #0096D7;
	padding-bottom: 12px;
	width: 940px;
	text-transform: uppercase;
	font-size: 3em;
	transition: all 0.4s ease-in-out;
	color: #232323;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
.servicesTop h2:hover {
	width: 960px;
	transform: scale(1.1);
}
.servicesTop h3{
  font-size: 18px;
  font-weight: 900;
}
.servicesTop .icon {
	position: relative;
	width: 90px;
	height: 90px;
	border: 3px solid #0096D7;
	border-radius: 50%;
	display: table;
	margin: 0 auto;
	transition: transform ease-out 0.2s, background 0.3s;
	text-align: center;
}
.servicesTop .icon i {
	font-size: 48px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	color: #0096D7;
	right: 0;
}
.servicesTop .item{
  margin-bottom: 40px;
}
.servicesTop .content {
	padding: 12px;
}
.servicesTop a {
	color: #fff;
	font-size: 20px;
	padding: 8px;
	display: block;
	text-align: center;
	margin:0 auto;
	text-transform: capitalize;
	width: 170px;
	margin-top: 20px;
	background: #0096D7;
}
.servicesTop a:hover {
	background: #232323;
}
.servicesTop p{
	color: #666;
font-size: 16px  !important;
line-height: 26px;
text-align: center;
	min-height: 89px;
}
.hglt {
	background: #FD7800;
	width: 80%;
	clear: both;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 8px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 30px;
	border-radius: 6px;
	padding-left: 30px;
}
  .hglt:hover {
	background:#0096D7;
	color: #fff;
  }

.hglt span {
	text-align: right;
	float: right;
	padding-right: 20px;
	font-size: 62px;
	position: relative;
	top: -27px;
	right: 60px;
}
.services {
	padding-top: 20px;
	margin-top: -9px;
}
.services h1 {
	text-align: center !important;
	text-transform: capitalize;
	font-size: 3em;
	color: #212223;
	font-weight: normal;
}
.services .line {
	width: 140px;
	height: 3px;
	border-bottom: 3px solid #0096D7;
	margin: 0 auto;
	margin-bottom: 40px;
	padding-top: 6px;
	transition: all 0.3s ease-out 0.03s;
}
.services .box {
	width: 340px;
	margin-right: 50px;
	float: left;
	text-align: left;
	margin-bottom: 40px;
	padding-bottom: 30px;
	transition: all 0.3s ease-out 0.03s;
}
.services .box a {
	border: 1px solid #0096D7;
	padding: 12px 14px 12px 14px;
	color: #0096D7;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	transition: all 0.3s ease-out 0.03s;
	margin: 0 auto;
	display: block;
	width: 140px;
}
.services .box a:hover {
	border: 1px solid #0096D7;
	background:#0096D7;
	color:#fff
	
}
.services .icon {
	float: left;
	width: 50px;
	margin-right: 20px;
}
.services .box h3 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
	background: #356385;
	padding: 10px;
}
.services .box .line {
	border-color: #0096D7;
	width: 80px;
	margin-bottom: 14px;
	display:none;
}

.services-block{
  border-radius: 6px;
  margin-top: 20px;
  /*!  */
  margin-bottom: 20px;
}
.services-block h2{
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  padding-bottom: 4px;
}
.services-block ul{
  margin: 0 auto;
  padding: 0;
  margin-top: 22px;
  overflow: hidden;
  width: 1104px;
}
.secondul{
	width:728px !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.services-block ul{
}
.secondul {
    width: 692px !important;
}
.has-pattern .num{
	font-size:2.3em;
}
.arrow-bottom::after {
	bottom: 522px  !important;
}
}

.services-block li{
	cursor:default;
  float: left;
  list-style-type: none;
  background: #0096D7;
  margin-right: 26px;
  padding: 20px;
  color: #fff;
  font-size: 19px;
  transition: all 0.3s ease-out 0.03s;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	text-transform: capitalize;
}
.services-block li:nth-of-type(5n){
	margin-right:0;
}
.services-block li:hover {
	background: #fff;
	color: #DA251C;
}
.services-block i {
	font-size: 44px;
	padding-bottom: 8px;
}
.content-block{
margin: 0 auto;
}
.content-block .border{
  border-right: 1px solid #ddd;
}

 h1, h2{
 margin-top: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #232323;
 font-size: 30px;
}

.content-block strong{
}
.how.section.content-block p {
	width: 98%;
	
}
.content-block ul {
	padding: 0;
	margin-bottom: 24px;
}
.content-block li{
  color: #777;
  font-size: 18px;
  margin-bottom: 8px;
  margin-right:20px;
  list-style-type: none;
  font-weight: normal;
  border-radius: 8px;
}
.content-block i{
  color: #0096D7;
  font-size: 14px;
  position: relative;
  top: 0px;
  right: 5px;
}
.servicespoint li{
	margin-left:24px;
}
.box {
	background: #fff;
	width: 276px;
	margin-right: 20px;
	float: left;
	text-align: center;
	border-style: solid;
	padding: 20px;
	margin-bottom: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 0;
	border-color: #ddd #ddd #0096D7 #ddd;
	border-width: 1px 1px 4px 1px;
}
.box:nth-child(3) {
	margin-right: 0;
}
.box:hover {
	border-color: #eee #eee #aaa #eee;
}
.box h3 {
	color: #1d70c5;
	font-size: 26px;
}
.box i {
  color: #1d70c5;
  font-size: 4em;
  padding-top: 16px;
}
.box p {
	color: #666;
	font-size: 18px !important;
	line-height: 26px;
	text-align: center;
	padding-bottom: 30px;
}




.links-block {
	padding-bottom: 10px;
	padding-top: 20px;
}
.links-block ul{
  margin: 0;
  padding: 0;
}
.links-block li{
  list-style-type: none;
  padding-bottom: 5px;
  position:relative;
}
.links-block li::before {
	display: inline-block;
	text-align: center;
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	left: -14px;
	top: 3px;
	transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	color: #fff;
}
.links-block a{
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}
.links-block a:hover{
  color: #232323;
}
.links-block h3 {
	text-transform: capitalize;
	font-size: 22px;
	color: #232323;
}
.links-block .img{
	margin-top:10px;
}
.backtotop {
	background: #0096D7;
	color: #fff;
	padding: 10px 15px 10px 15px;
	border-radius: 4px;
	font-size: 22px;
}
.backtotop:hover {
	background: #232323;
}

/*bg-blue-pattern*/

.bg-blue-pattern {
	background-color: #0096D7;
}
.headline {
	text-align: center;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.03);
	background: #232323;
	padding-top: 10px;
	padding-bottom: 10px;
}
.headline h2 {
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
.headline i {
	position: relative;
	top: 2px;
}
.headline p {
	margin-bottom: 20px;
	font-weight: 100;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.headline p {
	margin-bottom: 20px;
	font-weight: 100;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.arrow-bottom {
	position: relative;
}
.arrow-bottom::after {
	left: 50%;
	bottom: 530px;
	position: absolute;
	content: "";
	border: 25px solid;
	border-color: #C11C14 transparent transparent transparent;
	display: block;
	margin-left: -22.5px;
}


footer {
	background: #356385;
}

footer .container {
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
footer ul {
	margin: 0 auto;
	padding: 0;
	width: 760px;
}
footer li {
	list-style-type: none;
	color: #fff;
}
footer li.last {
	border: 0;
	padding-right: 0x
}
footer a {
	color: #ADADAD;
	font-size: 16px;
	line-height: 1.5;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}
footer p {
	font-size: 16px;
	text-align: left;
	clear: both;
	color: #ADADAD;
	padding-top: 20px;
	/*! padding-left: 20px; */
	padding-right: 50px;
}
footer h1 {
	color: #fff;
	border: 0;
	font-weight: normal;
	padding-top: 34px;
	padding-left: 20px;
	text-transform: uppercase;
}
footer h3 {
	color: #fff;
	margin-top: 0;
	font-weight: bold;
	font-size: 20px;
	text-transform: capitalize;
	padding-top: 20px;
}
footer span {
	color: #fff;
	margin-top: 0;
	font-weight: bold;
	font-size: 21px;
}
footer i {
}
footer strong {
	font-size: 28px;
	color: #fff;
	position: relative;
	top: -10px;
}
footer .disclaimer {
	color: #fff;
	font-weight:bold
}
footer a.disclaimer:hover {
	text-decoration: underline;
}
footer h3.disclaimer {
	color: #fff;
	/*! padding-left: 20px; */
}
footer .border {
	/*!  */
}
footer .border.last {
	border-right: 0;
	margin-right: 0;/*!  */
}
.footer_bottom {
	background: #242424;
	height: 46px;
	line-height: 46px;
}
.footer_bottom .container{
	padding:0;
	
}
footer ul, .footer_bottom ul {
	margin: 0 !important;
	padding: 0 !important;
}
.footer_bottom li {
	float: left;
	color: #ADADAD;
	font-size: 16px;
	list-style-type: none;
	margin-left: 0;
}
.footer_bottom li.last {
	border: 0;
float: right;
margin: 0;
}
.footer_bottom a {
	color: #ADADAD;
}
.footer_bottom a:hover {
	color: #fff;
	text-decoration: none;
}

/*social links*/

.social {}
.social li {padding:0; display: inline-block; width: 35px; height: 35px; border-radius: 3px; text-align: center; line-height: 35px; webkit-transition: background-color 400ms ease-out 0.2s; -moz-transition: background-color 400ms ease-out 0.2s; -o-transition: background-color 400ms ease-out 0.2s; transition: background-color 400ms ease-out 0.2s; margin-bottom: 5px;margin-right: 2px;}
.social li a {
	color: #fff;
	display: block;
	line-height: 38px;
}.social li.facebook { background: #204385; }
.social li.twitter { background: #2aa9e0; }
.social li.google-plus { background: #d3492c; }
.social li.linkedin { background: #0073b2; }
.social li.skype { background: #00b0f6; }
.social li.youtube { background: #e22d24; }
.social li:hover {background:#31373a; cursor: pointer; }

.breadcrumb {
	background: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px !important;
	margin-bottom: 20px;
}
.breadcrumb a {
	color: #0096D7;
}
.breadcrumb span {
	color: #888;
	text-transform: capitalize;
	float: none;
	font-weight: normal;
	
}
.breadcrumb-title {
	font-weight: bold;
	color: #232323;
	font-size: 24px;
	text-transform: capitalize;
	margin-top: 8px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px !important;
	margin-bottom: 20px;
	display:none
}
.quick-links{float: none;}
.quick-links li {
	padding-left: 0;
	position: relative;
}




.h1 {
	font-weight: bold;
	color: #232323;
	font-size: 24px;
	text-transform: capitalize;
	margin-top: 8px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px !important;
	margin-bottom: 20px;
}

.disclaimer a {
	color: #666;
}
.pagecontent h1 {
	text-align: left;
	margin-block-end: 0;
	padding-bottom: 10px !important;
	border: 0 !important;
}
.pagecontent p{
	font-size:18px;
}


.formdiv input, .formdiv textarea {
	background: #ffffff none repeat scroll 0 0;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 1px 2px;
	color: #333333;
	float: left;
	font-size: 13px;
	height: 35px;
	margin-bottom: 20px;
	margin-top: 5px;
	outline: medium none;
	padding-left: 3px;
	width: 100%;
}
.formdiv input[type="submit"], .Submit, .Reset {
	background: #0096D7 none repeat scroll 0 0;
	border: 0 none;
	clear: both;
	color: #ffffff;
	cursor: pointer;
	float: left;
	font-size: 14px;
	height: 38px;
	margin: 10px 0 0;
	text-align: center;
	text-transform: capitalize;
	width: 110px;
}
.formdiv input[type="submit"]:hover {
	background: none repeat scroll 0 0 #077BBC;
}
.formdiv textarea {
	height: 100px;
}
.formdiv h3{
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #666;
  padding-bottom: 6px;
}
.formdiv p{
  text-align: left;
  line-height: normal;
}
.formdiv label{
	font-size: 14px;
}

.col-sm-offset-0 {
	margin-left: -15px;
}





/* ======= FAQ Section ======= */
.faq {
  padding: 80px 0;
}
.faq .title {
  margin-bottom: 60px;
}
.faq .item {
  padding: 30px;
  background: #f5f5f5;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 3px solid #c4e7d9;
}
.faq .item .question {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 15px;
}
.faq .item .question .fa {
  margin-right: 10px;
  color: #7bcaab;
}
.faq .item .answer {
  color: #777777;
  font-weight: 300;
}
.faq .more {
  margin-top: 30px;
}
.faq .more .title {
  margin-bottom: 15px;
  color: #999999;
  font-size: 18px;
}
.faq .more .btn {
  font-size: 18px;
  padding-left: 30px;
}
.faq .more .btn .fa {
  margin-left: 5px;
}
/* ======= Story Section ======= */
.story {
  background-color: #56bc94;
  color: #fff;
  padding: 80px 0;
}
.story .content .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.story .content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
.story .team {
  font-size: 16px;
}
.story .team .member img {
  margin-bottom: 15px;
}
.story .team .member .name {
  color: #225742;
  margin-bottom: 0px;
}
.story .team .member .title {
  color: #c4e7d9;
  font-weight: 300;
}
.story .team .connect {
  color: #fff;
  font-size: 26px;
}
.story .team .connect a {
  color: #317b5e;
}
.story .team .connect a:hover {
  color: #1b4434;
}
/* ======= Testimonials Section ======= */
.testimonials {
  padding: 80px 0;
}
.testimonials .title {
  margin-bottom: 60px;
}
.testimonials .item {
  margin-bottom: 30px;
}
.testimonials .item .quote-box {
  background: #f5f5f5;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 3px solid #c4e7d9;
  position: relative;
  margin-bottom: 23px;
}
.testimonials .item .quote-box .fa {
  color: #56bc94;
  font-size: 18px;
  position: absolute;
  left: 30px;
  top: 20px;
}
.testimonials .item .quote-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f5f5f5;
  position: absolute;
  bottom: -10px;
  left: 55px;
}
.testimonials .item .quote {
  border: none;
  padding: 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
.testimonials .item .people .user-pic {
  max-width: 60px;
  max-height: 60px;
}
.testimonials .item .people .user-pic,
.testimonials .item .people .user-pic *,
.testimonials .item .people .user-pic *:before,
.testimonials .item .people .user-pic *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.testimonials .item .people .name {
  display: block;
}
.testimonials .item .people .title {
  display: block;
  color: #999999;
}
.testimonials .press .note {
  color: #56bc94;
  margin-bottom: 30px;
}
.testimonials .press li {
  margin-right: 30px;
  margin-bottom: 30px;
}
.testimonials .press li.last {
  margin-right: 0;
}
.testimonials .press li a img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.testimonials .press li a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* ======= Pricing ======= */
.pricing {
  background-color: #f5f5f5;
  padding: 30px 0;
}
.pricing .title {
  margin-top: 0;
  font-weight: bold;
  font-size: 30px;
}
.price-cols h5{
  text-align: center;
  font-size: 20px;
  color: #666;
}
.pricing .item {
  padding: 30px 15px;
}



.pricing .item:hover {
}
.pricing .item.best-buy {
  top: -15px;
}
.pricing .item.best-buy .heading {
  padding-top: 45px;
}
.pricing .item.best-buy .content {
  padding-bottom: 45px;
}
.pricing .item .item-inner {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.pricing .item .heading {
  margin-top: 0;
  padding: 30px 15px;
  background:#0096D7;
  position: relative;
  /*! -webkit-border-top-right-radius: 4px; */
  /*! -webkit-border-bottom-right-radius: 0; */
  /*! -webkit-border-bottom-left-radius: 0; */
  /*! -webkit-border-top-left-radius: 4px; */
  /*! -moz-border-radius-topright: 4px; */
  /*! -moz-border-radius-bottomright: 0; */
  /*! -moz-border-radius-bottomleft: 0; */
  /*! -moz-border-radius-topleft: 4px; */
  /*! border-top-right-radius: 4px; */
  /*! border-bottom-right-radius: 0; */
  /*! border-bottom-left-radius: 0; */
  /*! border-top-left-radius: 4px; */
  /*! -moz-background-clip: padding; */
  /*! -webkit-background-clip: padding-box; */
  /*! background-clip: padding-box; */
}
.pricing .item .heading .title {
  margin-bottom: 30px;
  color: #fff;
  padding-bottom: 15px;
  font-size: 28px;
  text-transform: uppercase;
}
.pricing .item .content {
  padding: 30px 15px;
  padding-top: 30px;
}
.pricing .item .price-figure {
  /*! -webkit-border-radius: 50%; */
  /*! -moz-border-radius: 50%; */
  /*! -ms-border-radius: 50%; */
  /*! -o-border-radius: 50%; */
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  width: 136px;
  height: 76px;
 background:#E25617;
color: #fff;
/*! padding-top: 25px; */
/*! border: 5px solid #0DA3E4; */
  position: absolute;
  bottom: -15%;
  left: 50%;
  margin-left: -60px;
  text-align: center;
}
.pricing .item .price-figure .number {
  font-size: 31px;
}
.pricing .item .price-figure .unit {
  font-weight: 300;
}
.pricing .item .price-figure .currency {
  top: -5px;
  position: relative;
}
.price-figure-inner {
	top: 14px;
	position: relative;
}
.pricing .item .ribbon {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.pricing .item .ribbon .text {
  font-family: 'Lato', arial, sans-serif;
  position: relative;
  left: -8px;
  top: 18px;
  width: 158px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #3fa07a;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
}
.pricing .item .ribbon .text:before,
.pricing .item .ribbon .text:after {
  content: '';
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #225742;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.pricing .item .ribbon .text:before {
  left: 0;
}
.pricing .item .ribbon .text:after {
  right: 0;
}
.pricing .item .feature-list {
  margin-bottom: 30px;
}
.pricing .item .feature-list li {
  border-bottom: 1px solid #efefef;
  padding: 8px;
  font-size: 16px;
  color: #666;
}
.pricing .item .feature-list li .fa {
  margin-right: 5px;
  color: #56bc94;
}
.pricing .item .feature-list li.disabled {
  color: #999999;
}
.pricing .item .feature-list li.disabled .fa {
  color: #999999;
}
/* ======= Contact Section ======= */
.contact {
  background-color: #56bc94;
  color: #fff;
  padding: 80px 0;
}
.contact .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.contact .intro p {
  font-size: 16px;
  font-weight: 300;
}
.contact .intro ul {
  margin-bottom: 30px;
  margin-top: 30px;
}
.contact .intro li {
  margin-bottom: 10px;
  color: #317b5e;
  font-size: 16px;
}
.contact .intro li .fa {
  margin-right: 10px;
}
.contact .intro li a {
  color: #317b5e;
}
.contact .intro li a:hover {
  color: #225742;
}
.contact .contact-form .form-control {
  border-color: #fff;
  height: auto;
  padding: 10px 15px;
}
.contact .contact-form .btn-theme {
  background-color: #317b5e;
  margin-top: 15px;
}
.contact .social-icons {
  display: inline-block;
  margin: 0 auto;
  margin-top: 60px;
}
/* ======= 404 page ======= */
.section-404 {
  background-color: #56bc94;
  padding-top: 80px;
  padding-bottom: 200px;
  color: #fff;
}
.section-404 .title-404 {
  font-size: 120px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.section-404 .intro {
  font-size: 20px;
  color: #fff;
}
.section-404 .guide {
  font-size: 16px;
}
.section-404 .btn-theme {
  background-color: #317b5e;
  margin-top: 30px;
}
/* ======= Modal ======= */
.modal {
  z-index: 10050;
}
.modal .modal-header {
  border-bottom: none;
  padding-bottom: 30px;
}
.modal .modal-title {
  color: #56bc94;
}
.modal .modal-body {
  padding: 30px;
  padding-top: 0;
}
.modal .modal-footer {
  border-top-color: #efefef;
}
.modal .figure {
  text-align: center;
  margin-bottom: 30px;
}
.modal .figure img {
  margin: 0 auto;
}
.modal .figure .caption {
  color: #999999;
  font-style: italic;
  padding: 10px;
}
.modal .content ul {
  margin-left: 30px;
}
.modal .content ul .fa {
  margin-right: 5px;
  color: #56bc94;
}
.modal .quote {
  margin: 15px 0;
  border-color: #9fd9c2;
}
.modal .quote p {
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
  font-style: italic;
}
.modal .quote .fa {
  color: #56bc94;
  margin-right: 10px;
}
.modal .quote .people {
  margin-top: 10px;
  font-size: 13px;
  color: #444444;
  font-style: normal;
}
.modal .quote .people .name {
  color: #56bc94;
}
/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 20;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #444444;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-trigger:hover {
  background: #232323;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}
.config-panel {
  width: 190px;
  display: none;
  background: #444444;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel h5.device-title {
  margin-bottom: 5px;
}
.config-panel #color-options {
  margin-bottom: 15px;
}
.config-panel #device-options {
  margin-bottom: 0;
}
.config-panel #device-options a {
  color: #999999;
}
.config-panel #device-options a:hover {
  color: #56bc94;
}
.config-panel #device-options li.active a {
  color: #8dd2b7;
}
.config-panel #color-options li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}
.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel #color-options li.active a {

  border: 2px solid #fff;
}
.config-panel #color-options li.theme-1 a {
  background: #56bc94;
}
.config-panel #color-options li.theme-2 a {
  background-color: #28a5a8;
}
.config-panel #color-options li.theme-3 a {
  background-color: #7cb75e;
}
.config-panel #color-options li.theme-4 a {
  background-color: #286da8;
}
.config-panel #color-options li.theme-5 a {
  background-color: #37ba67;
}
.config-panel #color-options li.theme-6 a {
  background-color: #f8a842;
}
.config-panel #color-options li.theme-7 a {
  background-color: #737f97;
}
.config-panel #color-options li.theme-8 a {
  background-color: #de5a6a;
}
.config-panel #color-options li.theme-9 a {
  background-color: #a83f73;
}
.config-panel #color-options li.theme-10 a {
  background-color: #7a3fa8;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
  }
  .promo .overview .summary li {
    font-size: 18px;
  }
  .promo .overview .note .left-arrow {
    left: 0;
  }
  .promo .overview .note .right-arrow {
    right: 0;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview {
    text-align: center;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview .summary li {


    text-align: left;
  }
  .promo .overview .download-area {
    margin: 0 auto;
  }
  .promo .phone {
    text-align: center;
  }
  .promo .phone .phone-holder {
    margin: 0 auto;
    width: auto;
  }
  .promo .ipad {
    text-align: center;
  }
  .promo .ipad .ipad-holder {
    margin: 0 auto;
  }
  .promo .iphone .iphone-holder {
    width: 260px;
    height: 488px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-bottom: 30px;
  }
  .promo .iphone .iphone-holder-inner {
    width: 181px;
    height: auto;
    left: 41px;
    top: 83px;
  }
  .promo .iphone .flexslider .flex-control-nav {
    bottom: -43px;
  }
  .promo .android .android-holder {
    width: 260px;
    height: 488px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-bottom: 30px;
  }
  .promo .android .android-holder-inner {
    width: 207px;
    height: auto;
    left: 28px;
    top: 58px;
  }
  .promo .android .flexslider .flex-control-nav {
    bottom: -33px;
  }
  .promo .ipad .ipad-holder {
    width: 260px;
    height: 420px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo .ipad .ipad-holder-inner {
    width: 199px;
    height: auto;
    left: 31px;
    top: 50px;
  }
  .promo .ipad .flexslider .flex-control-nav {
    bottom: -33px;
  }
  .promo .overview .note .left-arrow {
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
  .promo .overview .note .right-arrow {
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
  .promo-landscape .iphone .iphone-holder {
    width: 260px;
    height: 125px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo-landscape .iphone .iphone-holder-inner {
    width: 180px;
    height: 394px;
    left: 41px;
    top: 10px;
  }
  .promo-landscape .iphone:before {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo-landscape .android .android-holder {
    width: 260px;
    height: 132px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo-landscape .android .android-holder-inner {
    width: 207px;
    height: 117px;
    left: 29px;
    top: 6px;
  }
  .promo-landscape .android .flexslider .flex-control-nav {
    bottom: -45px;
  }
  .promo-landscape .android:before {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo .overview .btn-group li {
    display: block;
  }
  .promo-landscape .overview .btn-group li a {
    margin-right: 0;
  }
  .promo-landscape .overview .summary {
    margin-left: auto;
  }
  .promo-landscape .overview .summary li {
    text-align: center;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .promo .overview {
    text-align: center;
  }
  .promo .overview .summary {
    margin-left: 60px;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .overview .download-area {
    margin: 0 auto;
  }
  .promo .phone {
    text-align: center;
  }
  .promo .phone .phone-holder {
    margin: 0 auto;
  }
  .promo .ipad {
    text-align: center;
  }
  .promo .ipad .ipad-holder {
    margin: 0 auto;
  }
  .header .main-nav .nav .nav-item a {
    padding: 15px 10px;
  }
  .promo-landscape .overview .summary {
    margin-left: auto;
  }
  .promo-landscape .overview .summary li {
    text-align: center;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .promo .overview {
    text-align: left;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .phone {
    text-align: left;
  }
  .promo .ipad {
    text-align: left;
  }
  .header .main-nav .nav .nav-item a {
  padding: 6px 9px;
    color: #232323;
    font-size: 14px;
  border-top: 3px solid #fff;
  }
  .modal-lg {
    width: 780px;
  }
  .promo-landscape .overview {
    text-align: center;
  }
  .promo-landscape .overview .summary {
    margin-left: auto;
  }
  .promo-landscape .overview .summary li {
    text-align: center;
  }
}
/* Large devices (large desktops, 1200px and up) */
.pull-left {
	margin-top: 7px;
	margin-left: 3px;
}
.lb{
	font-weight: bold;
	color: #232323;
	font-size: 24px;
	text-transform: capitalize;
	margin-top: 8px;
	border-bottom: 3px solid #0096D7;
	padding-bottom: 12px !important;
	margin-bottom: 20px;
}
.blog{
  border-bottom: 1px solid #ddd;
}
.blog h3{
  font-size: 18px;
  font-weight: bold;
}
.blog p{
  font-size: 20px;
}
.servicespoint li {
	font-size: 17px !important;
	list-style: none;
	color: #666;
	padding-bottom: 10px;
}
.servicespoint ul{
  padding: 0;
  margin-bottom: 30px;
}
.servicespoint i {
	color: #0096D7;
	font-size: 18px;
	position: relative;
	top: 2px;
	right: 9px;
}
.services_node h2 {
	color: #0096D7;
	font-size: 26px;
	padding-left: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.container.pagecontent.disclaimer .row{
	margin:0
}
.container.cnt {
	padding: 0;
}

.popupdisplay {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	background: #0096D7;
	top: 290px;
	color: #fff !important;
	cursor: pointer;
	font-size: 18px;
	padding: 10px;
	position: fixed;
	right: -43px;
	border: none;
	z-index: 9999;
}






