@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
/* ==========================
1. General
============================= */
.animationload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  background-image: url("../images/apple-touch-icon.png");
  background-position: center;
  background-repeat: no-repeat;
}
* {
  outline: none;
}
a {
  color: #003;
  text-decoration: none;
}
a:hover {
  color: #3dc737;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.btn {
  transition: all 0.5s ease;
}
.btn-default {
  color: #333;
  background-color: #1562b1;
  border-color: #1562b1;
  border-radius: 0;
  color: #fff;
  padding: 6px 35px;
  font-weight: 500;
}
.btn-default:hover {
  background-color: #3dc737;
  border-color: #3dc737;
  color: #fff;
}
.btn-blue {
  background: #00adad;
  color: #fff !important;
  padding: 8px 12px;
  font-size: 16px;
  transition: all 0.5s ease;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  z-index: 99;
  border: 0;
}
.btn-blue:hover {
  background: #075382;
  color: #fff;
}
.bg-grey {
  background-color: #e9e9e9;
}
.bg-info {
  background-color: #e9ffe8;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.pdtb60 {
  padding: 60px 0;
}
.pbot-main {
  padding-bottom: 80px;
}
.pbot-main:after {
  content: "";
  display: block;
  clear: both;
}
.p-main {
  padding: 80px 0;
}
.pos-relative {
  position: relative;
}
.page-title {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 60px;
}
.page-title .lead {
  font-size: 30px;
  color: #00adad;
  line-height: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.page-title .sublead {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  font-weight: 500;
}
.bg-grey {
  background-color: #f8f8f8;
}
.ptop-single {
  padding: 80px 0;
}
p {
  margin: 0 0 10px;
}
/* Box */
.box-wrap {
  width: 85%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 4px #666;
  box-shadow: 0 0 4px #666;
}
.box-bg {
  /* background: url(../img/boxed_bg.png) repeat; */
  background-color: #000;
}
.head {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}
.head p {
  font-size: 16px;
  font-weight: 500;
}
/* ==========================
2. Navbar
============================= */
.navbar-main {
  background: transparent;
  /*background-color: #1562b1; box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
	border-color: transparent;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .05);*/
  box-shadow: none;
}
.header-top {
  background-color: #1562b1;
  color: #fff;
  height: 40px;
}
.navbar-main.stiky {
  background: #003;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.navbar-main.stiky .menuzord-brand img {
  width: 200px;
}
.navbar-main.stiky .header-top {
  display: none;
}
.navbar-main.stiky .navbar-brand {
  margin-top: -15px;
}
.header .menuzord * {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.header .menuzord .fa {
  font-family: "FontAwesome";
}
.header .menuzord,
.menuzord .icon-search * {
  font-family: "icomoon" !important;
}
.menuzord-menu > li > .megamenu.megamenu-3-4 {
  width: 85%;
  left: auto;
}

.menuzord-menu > li > .megamenu.megamenu-4-4 {
  width: 85%;
  left: auto;
}

.menuzord-menu > li > .megamenu.megamenu-1-1 {
  width: 30%;
  left: auto;
}
.menuzord-menu > li > .megamenu ul,
.menuzord-menu > li > .megamenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuzord-menu > li > .megamenu h3 {
  font-size: 1.28571em;
  color: #475055;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 0;
  margin-bottom: 5px;
}
.menuzord-menu > li > .megamenu p {
  font-size: 13px;
  color: #475055;
  font-family: "Open Sans", sans-serif;
  line-height: 1.71429em;
  margin: 0;
}
.menuzord-menu > li > .megamenu ul {
  margin-top: 10px;
}
.menuzord-menu > li > .megamenu ul li a {
  font-size: 14px;
  color: #475055;
  display: block;
  font-family: "Open Sans", sans-serif;
  text-decoration: none !important;
  line-height: 32px;
  transition: all 0.5s ease;
}
.menuzord-menu > li > .megamenu ul li a i {
  margin-right: 6px;
  text-align: center;
  width: 15px;
}
.menuzord-menu > li > .megamenu ul li a i.fa-mobile {
  font-size: 22px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.menuzord-menu > li > .megamenu ul li a:hover {
  color: #42c67e;
}
.header .menuzord-menu > li.search-button > .megamenu {
  padding: 0;
}
.header .menuzord-menu > li.search-button > .megamenu .search-box form {
  background: #f7f7f7;
}
.header .menuzord-menu > li.search-button > .megamenu .search-box input {
  height: 50px;
  background: #f7f7f7;
  border: none;
  outline: none;
  padding-left: 10px;
  width: 80%;
  line-height: 50px;
}
.header .menuzord-menu > li.search-button > .megamenu .search-box button {
  background: #38c57a;
  color: #fff;
  border: none;
  outline: none;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
@media (min-width: 769px) {
  .header .menuzord {
    padding: 0;
  }
  .menuzord-menu > li > ul.dropdown {
    top: 100%;
    min-width: 200px;
  }
  .menuzord-menu > li > ul.dropdown a {
    font-size: 14px;
    color: #475055;
    display: block;
    text-transform: capitalize;
    padding: 10px 25px 10px 22px;
    font-family: "Open Sans";
    text-decoration: none !important;
    line-height: 32px;
    transition: all 0.5s ease;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.5s ease;
  }
  .menuzord-menu > li > ul.dropdown a:before {
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 6px;
  }
  .menuzord-menu > li > ul.dropdown a:hover {
    background: #1562b1;
    color: #fff !important;
    border-color: #1562b1;
  }
  .header .menuzord-brand {
    margin: 9px 0 0 0; /* line-height: 4.64286em;*/
    width: 230px;
  }
  .header .menuzord-menu {
    float: right;
  }
  .header .menuzord-menu > li.search-button a,
  .header .menuzord-menu > li.cart-button a {
    border-left: 1px solid #efefef;
    line-height: 1.64286em;
    font-size: 1.21429em;
    color: #777777;
  }
  .header .menuzord-menu > li.search-button a > span,
  .header .menuzord-menu > li.cart-button a > span {
    padding: 5px 0;
    display: block;
  }
  .header .menuzord-menu > li.search-button a .indicator,
  .header .menuzord-menu > li.cart-button a .indicator {
    display: none;
  }
  .header .menuzord-menu > li.search-button > .megamenu {
    padding: 0;
  }
  .header .menuzord-menu > li.search-button > .megamenu .search-box form {
    background: #f7f7f7;
  }
  .header .menuzord-menu > li.search-button > .megamenu .search-box input {
    height: 50px;
    background: #f7f7f7;
    border: none;
    outline: none;
    padding-left: 10px;
    width: 80%;
    line-height: 50px;
  }
  .header .menuzord-menu > li.search-button > .megamenu .search-box button {
    background: #38c57a;
    color: #fff;
    border: none;
    outline: none;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
  }
  .header .menuzord-menu > li > a {
    line-height: 1.96429em;
    padding: 0 1.21429em 17px 1.21429em;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header .menuzord-menu > li:hover > a {
    /*color:  #000;*/
  }
  .header .menuzord-menu > li {
    padding-top: 15px;
  }
  .header .menuzord-menu > li.cart-button a {
    font-size: 1.31429em;
  }
  .menuzord-menu > li > .megamenu {
    top: 100%;
  }
  .header.stricky-fixed .menuzord-menu > li {
    padding-top: 16px;
  }
}
.info {
  margin-top: 10px;
}
.info a {
  color: #fff;
}
.info a:hover {
  color: #3dc737;
}
.info .info-item {
  display: inline-table;
  margin-right: 80px;
}
.info .info-item:last-child {
  margin-right: 0;
}
.info .info-item .fa {
  margin-right: 10px;
}
.top-sosmed {
  margin-top: 8px;
}
.top-sosmed span {
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #fff;
  color: #1562b1;
  display: inline-table;
  padding-top: 5px;
  border-radius: 50%;
  margin-right: 10px;
}
.top-sosmed span:hover {
  background-color: #3dc737;
  color: #fff;
}
.top-sosmed span.fa {
  font-size: 14px;
}
/* ==========================
3. Banner
============================= */
.banner {
  position: relative;
  /*	margin-top: 65px;*/
}
.banner .imgbg {
  height: 450px;
}
.banner .imgbg img {
  display: none;
}
.banner .title-box h2 {
  text-align: left;
  font-size: 30px;
  color: #fff;
  line-height: 42px;
  font-weight: 600;
}
.banner .caption {
  color: #fff;
  position: absolute;
  top: 100px;
  left: 20px;
  max-width: 560px;
}
.banner .caption a.btn-default,
.wrap-caption a.btn-default {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  font-weight: 500;
  background-color: #1562b1;
  padding: 8px 15px;
  border: 0;
}
.banner .caption a.btn-default:hover,
.wrap-caption a.btn-default:hover {
  background-color: #fff;
  color: #1562b1;
}
.item img {
  width: 100%;
  text-align: center;
}
/* carousel */
.carousel-caption {
  right: 0;
  left: 0;
  top: 35%;
  color: #000 !important;
  text-shadow: none !important;
  text-align: center;
}
.item .carousel-caption .caption-heading {
  text-align: center;
  font-size: 42px;
  color: #000;
  line-height: 50px;

  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-left: 80px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.item.active .carousel-caption .caption-heading {
  margin-left: 0px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.item .caption-desc {
  margin-bottom: 10px;
  margin-left: 100px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  filter: alpha(opacity=0);
  opacity: 0;
}
.item.active .caption-desc {
  margin-left: 0px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.wrap-caption {
  /*max-width: 560px;*/
}
.carousel-control {
  width: 5%;
}
.carousel-inner .container {
  position: relative;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.left.carousel-control {
  left: 20px;
}
.right.carousel-control {
  right: 20px;
}
.left.carousel-control,
.right.carousel-control {
  width: 45px;
  z-index: 999;
  -moz-z-index: 999;
  height: 45px;
  text-shadow: none;
  color: #000;
  line-height: 44px;
  font-size: 34px;
  position: absolute;
  top: 45%;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
}
.work-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.work-info-item {
  padding: 0;
  color: #fff;
  width: 33.333%;
  float: left;
  min-height: 100px;
}
.work-info-item:nth-child(1) {
  background-color: #85dbff;
}
.work-info-item:nth-child(2) {
  background-color: #1562b1;
}
.work-info-item:nth-child(3) {
  background-color: #00adad;
}
.work-info-icon {
  float: left;
  margin-right: 20px;
  width: 60px;
  margin: 35px 0 0 30px;
}
.work-info-icon .fa {
  font-size: 30px;
}
.work-info-body {
  float: left;
  margin: 30px 0 0 0;
}
.work-info-lead {
  font-size: 18px;
}
.work-bg-1 {
  background-color: #85dbff;
}
.work-bg-2 {
  background-color: #1562b1;
}
.work-bg-3 {
  background-color: #00adad;
}
.sub-menu:after {
  clear: both;
  content: "";
  display: block;
}
.subbanner {
  margin-top: 60px;
  background-color: #1562b1;
  height: 150px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
.subbanner .caption {
  margin-top: 35px;
  float: left;
  color: #fff;
  text-align: left;
}
.subbanner .caption a {
  color: #777;
  text-decoration: none;
}
.subbanner .caption h1 {
  font-size: 30px;
  color: #fff;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 0;
  text-shadow: 0 1px 2px #666;
}
.subbanner .breadcrumb {
  padding: 8px 0px;
  margin-bottom: 20px;
  list-style: none;
  color: #777;
  background-color: transparent;
}
.subbanner .breadcrumb > .active {
  color: #777;
}
.subbanner .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #777;
  content: "/\00a0";
}
.about-bg {
  background: url(../images/subbanner/about.jpg);
}
.contact-bg {
  background: url(../images/subbanner/contact.jpg);
}
.career-bg {
  background: url(../images/subbanner/career.jpg);
}
.sitemap-bg {
  background: url(../images/subbanner/sitemap.jpg);
}
.webdevelop-bg {
  background: url(../images/subbanner/web-develop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.web-design-bg {
  background: url(../images/subbanner/web-design.jpg);
}
.content-marketing-bg {
  background: url(../images/subbanner/content-marketing.jpg);
}
.php-development-bg {
  background: url(../images/subbanner/php-development.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.java-development-bg {
  background: url(../images/subbanner/java-development.jpg);
}
.reactjs-development-bg {
  background: url(../images/subbanner/reactjs-development.jpg);
}
.mean-stack-development-bg {
  background: url(../images/subbanner/mean-stack.jpg);
}
.iphone-app-bg {
  background: url(../images/subbanner/iphone-app.jpg);
}
.android-app-bg {
  background: url(../images/subbanner/android-app.jpg);
}
.hybrid-app-bg {
  background: url(../images/subbanner/hybrid-app.jpg);
}
.window-app-bg {
  background: url(../images/subbanner/window-app.jpg);
}
.seo-bg {
  background: url(../images/subbanner/seo.jpg);
}
.per-click-bg {
  background: url(../images/subbanner/per-click.jpg);
}
.local-seo-bg {
  background: url(../images/subbanner/local-seo.jpg);
}
.social-media-bg {
  background: url(../images/subbanner/social-media.jpg);
}
.email-marketing-bg {
  background: url(../images/subbanner/email-marketing.jpg);
}
.app-development-bg {
  background: url(../images/subbanner/app-development.jpg);
}
.online-marketing-bg {
  background: url(../images/subbanner/online-marketing.jpg);
}
.development-bg {
  background: url(../images/subbanner/development-bg.jpg);
}
/* ==========================
  About Us
============================= */

.about {
  background: url(../images/cover.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 60px;
  text-align: center;
  color: #fff;
}
.about p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.about .page-title .lead {
  color: #fff;
}
.about .btn-default {
  padding: 10px;
}
.about .page-title {
  margin-bottom: 40px;
}

/*.about-us aside {
	background: #1562b1;
	font-size: 16px;
	line-height: 1.5;
}
.about-us aside h1 {
	font-size: 28px;
	font-weight: 600;
}
.about-us aside:first-child {
	padding: 105px;
	color: #fff;
}
.about-us a {
	color: #fff;
	margin-top: 20px;
}
.about-us .col-sm-6 {
	padding: 0;
}*/
.what-we-do {
  padding: 60px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  background: #f2f2f2;
  font-weight: 500;
}
.what-we-do h2 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
}
/* ==========================
 Why Choose Us
============================= */
.why-item-wrap {
  padding: 80px 0;
  clear: both;
}
.why-item-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.why-item {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.why-item .icon {
  background-color: #1562b1;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding-top: 25px;
  margin: 0 auto;
}
.why-item:hover .icon {
  background-color: #3dc737;
}
.why-item .icon .fa {
  font-size: 30px;
  color: #fff;
}
.why-item .ket {
  font-size: 14px;
  color: #666;
  margin-top: 40px;
}
.why-item .ket h4 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-bottom: 30px;
}
.title-page {
  color: #00adad;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.team aside:nth-child(1),
.team aside:nth-child(2) {
  height: 495px;
  position: relative;
  width: 50%;
  z-index: 1;
}
.about-us {
  background: url(../images/about-bg.jpg) no-repeat center #1562b1;
  padding: 80px 0;
  color: #fff;
  text-align: center;
  background-attachment: fixed;
}
.about-us .lead {
  font-size: 30px;
  color: #fff;
  line-height: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.about-wrap {
  margin-left: 20px;
}
.founder-box {
  margin-top: 20px;
  margin-bottom: 40px;
}
.founder-box .title-page {
  margin-bottom: 5px;
}
/* ==========================
5. Services
============================= */
.services {
  padding-bottom: 40px;
  position: relative;
  background: url(../images/furley_bg.png);
}
.services-item {
  margin-bottom: 20px;
  min-height: 225px;
  transition: all 0.5s ease-in;
  padding: 20px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  position: relative;
  background: #fff;
}
.services-item:hover {
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
}
.services-item.left .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 15px;
}
.services-item.right .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
}
.services-item .icon img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  padding: 5px; /*	border: 2px solid #1562b1;
	background: #1562b1;*/
}
.bg1 {
  background: #a7508a;
}
.bg2 {
  background: #38979e;
}
.bg3 {
  background: #379b5e;
}
.bg4 {
  background: #58546f;
}
.bg5 {
  background: #1562b1;
}
.bg6 {
  background: #a7cf45;
}
.services-item.left .ket {
  text-align: center;
}
.services-item.right .ket {
  text-align: center;
}
.services-item.left .ket h1 {
  text-align: center;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.services-item.right .ket h1 {
  text-align: center;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.service-list {
  margin: 20px 0 0 0;
  padding: 0;
}
.service-list li {
  list-style: none;
  margin: 12px 0;
}
.service-list li .fa {
  margin-right: 10px;
  color: #1562b1;
  font-size: 16px;
}
.services-item-full {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.services-item-full:nth-child(even) {
  border-bottom: 1px solid #e9e9e9;
  text-align: right;
}
.services-item-full:nth-child(even) .desc-wrap {
  margin-left: 0px;
  margin-right: 20px;
}
.services-item-full:nth-child(even) .service-list li .fa {
  margin-right: 0px;
  margin-left: 10px;
  float: right;
}
.services-item-image {
  position: relative;
  width: 100%;
  text-align: center;
}
.services-item-image img {
  position: absolute;
  bottom: 90px;
  left: 0;
  display: block;
  margin: 0 auto;
}
/* ==========================
6. Stat Facts
============================= */
.stat-facts {
}
.bg-overlay {
  background-color: rgba(0, 113, 188, 0.8);
  display: block;
  padding: 80px 0;
}
.stat-item {
  text-align: center;
  margin-bottom: 40px;
}
.stat-item .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 auto;
  padding-top: 22px;
}
.stat-item:hover .icon {
  background-color: #2264a1;
}
.stat-item .icon .fa {
  font-size: 30px;
  color: #fff;
}
.stat-item .stat-title {
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  font-weight: 700;
}
.stat-item .stat-title .number {
  font-size: 50px;
  color: #ffffff;
  line-height: 70px;
  font-weight: 700;
}
/* ==========================
7. FAQ
============================= */
.faq-item {
  text-align: center;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.faq-item .icon {
  background-color: #1562b1;
  width: 124px;
  height: 124px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding-top: 50px;
  margin: 0 auto;
}
.faq-item:hover .icon {
  background-color: #3dc737;
}
.faq-item .icon .fa {
  font-size: 30px;
  color: #fff;
}
.faq-item .ket {
  font-size: 14px;
  color: #666;
  margin-top: 40px;
}
.faq-item .ket h4 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-bottom: 30px;
}
.panel-faq.panel-group .panel {
  border-radius: 0px;
}
.panel-faq .panel-default > .panel-heading {
  color: #fff;
  background-color: #00adad;
  background-color: #1562b1;
  border-color: #ddd;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 8px 10px;
}
.panel-faq .panel-default > .panel-heading.active {
  background-color: #00adad;
}
.panel-faq .panel-default {
  border-color: transparent;
}
.panel-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-faq .panel-title {
  font-size: 14px;
}
.panel-faq .panel-body p {
  margin: 10px 0;
}
.panel-faq .panel-body {
  padding: 15px;
  background-color: #f8f8f8;
  margin-top: 4px;
}
.collapse.in {
  display: block;
  visibility: visible;
}
.panel-title > a,
.panel-title > a:active,
.panel-title > a:focus {
  color: inherit;
  text-decoration: none;
  display: block;
}
.faq-list {
  margin: 0;
  padding: 0;
}
.faq-list li {
  list-style: none;
}
.faq-list li .fa {
  color: #1562b1;
  font-size: 14px;
  margin-right: 10px;
}
.faq-item-image {
  position: relative;
  width: 100%;
  text-align: center;
}
.faq-item-image img {
  display: block;
}
/* ==========================
8. Testimonials
============================= */
.testimonials {
  background: rgba(0, 0, 0, 0) url("../images/testimonials.jpg") no-repeat
    scroll center center / cover;
  padding-bottom: 50px;
}
.testimonials .page-title .lead {
  color: #fff;
}
.testimonials-item {
  clear: both;
  min-height: 180px;
  margin-bottom: 20px;
}
.testimonials-item .people {
  float: left;
  width: 100px;
  text-align: center;
}
.testimonials-item .people .img-circle {
  border: 2px solid #1562b1;
}
.testimonials-item .people h3 {
  font-size: 14px;
  line-height: 20px;
  color: #00adad;
  font-weight: 700;
}
.testimonials-item .people p {
  font-size: 12px;
  color: #999999;
  line-height: 17px;
  font-weight: 500;
}
.testimonials-item .quote-box {
  background-color: #ebebeb;
  padding: 20px 20px 40px 20px;
  position: relative;
  margin-left: 150px;
}
.testimonials-item .quote-box:after {
  content: "";
  background-color: #ebebeb;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: -10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.testimonials-item .quote-box .q-url {
  color: #1562b1;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.testimonials-item .quote-box .q-url a {
  font-size: 12px;
  color: #1562b1;
  line-height: 18px;
  font-weight: 500;
}
.testimonials-item .quote-box .q-url a:hover {
  color: #3dc737;
}
#fade-quote-carousel.carousel {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  padding-bottom: 60px;
  font-family: "Open Sans", sans-serif;
}
#fade-quote-carousel.carousel .carousel-inner {
  color: #fff;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #fff;
  border: medium none;
}
#fade-quote-carousel blockquote {
  border: medium none;
  text-align: center;
}
/* ==========================
9. Stat Client
============================= */
.stat-client {
  background-color: #1562b1;
}
.stat-client.bg-grey {
  background-color: #e9e9e9;
}
.client-img {
  text-align: center;
  margin-bottom: 40px;
}
.client-img img {
  margin: 0 auto;
}
/* ==========================
10. Blog
============================= */
.blog {
}
.blog-item {
  margin-bottom: 40px;
}
.blog-item .gambar {
  position: relative;
  z-index: 1;
}
.blog-item .icon-news {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -25px;
  right: 40px;
  border: 2px solid #fff;
  text-align: center;
  background-color: #1562b1;
  border-radius: 50%;
  padding-top: 12px;
}
.blog-item .icon-news .fa {
  font-size: 20px;
  color: #fff;
}
.blog-item .item-body {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  position: relative;
  min-height: 290px;
  display: block;
}
.blog-item .item-body .description {
  padding: 42px 35px;
  width: 100%;
  font-weight: 500;
  color: #666666;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  height: 250px;
  overflow: hidden;
}
.blog-item .item-body .lead {
  font-size: 18px;
  color: #1562b1;
  line-height: 25px;
  font-weight: 700;
}
.blog-item .item-body .body-footer {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #f0f0f0;
}
.blog-item .item-body .body-footer .author,
.blog-item .item-body .body-footer .date {
  width: 50%;
  float: left;
  padding: 10px 0;
}
.blog-item .item-body .body-footer .author {
  border-right: 1px solid #f0f0f0;
}
.blog-item .item-body .body-footer .author .fa,
.blog-item .item-body .body-footer .date .fa {
  margin-right: 10px;
}
.blog-item .item-body > div {
  width: 50%;
  text-align: center;
  float: left;
  line-height: 20px;
  color: #1562b1;
  font-weight: 700;
}
.image-wrap {
  position: relative;
}
.image-wrap .meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 20px 20px;
  color: #fff;
}
/* // */
.post-item .meta2 {
  padding: 10px 0;
  margin-bottom: 10px;
  color: #999;
  font-style: italic;
}
.post-item .meta2 > div {
  display: inline-table;
  margin-right: 20px;
}
.post-item .meta2 > div a {
  color: #999;
}
.post-item .meta2 .fa {
  margin-right: 20px;
}
.post-item .post-title2 {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.post-item .post-title2,
.post-item .post-title2 a {
  font-size: 24px;
  line-height: 30px;
  color: #00adad;
  font-weight: 700;
  padding-bottom: 10px;
  display: block;
}
.post-item .meta2 > div a:hover,
.post-item .post-title2 a:hover {
  color: #85dbff;
}
/* // */
.image-wrap .meta div {
  float: left;
  width: 30%;
}
.image-wrap .meta .fa {
  margin-right: 20px;
}
.post-item {
  margin-bottom: 60px;
}
.post-item .post-title {
  margin-top: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f1f1f1;
}
.post-item .post-title,
.post-item .post-title a {
  font-size: 24px;
  line-height: 30px;
  color: #00adad;
  font-weight: 700;
  padding-bottom: 20px;
  display: block;
}
.post-item .post-title a:hover {
  color: #85dbff;
}
.post-item .post-read-more {
  color: #00adad;
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
  clear: both;
  display: block;
}
.post-item .post-read-more:hover {
  color: #85dbff;
}
.post-item .post-read-more .fa {
  margin-left: 10px;
}
.post-item .carousel-control {
  background-image: none;
}
.post-item .carousel-control span {
  position: absolute;
  top: 45%;
  width: 50px;
  height: 50px;
  display: block;
  border: 2px solid #fff;
  margin-left: 30%;
  padding-top: 13px;
  border-radius: 50%;
}
.post-item .carousel-control .fa {
}
.post-item .carousel-control.right {
  right: 35px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.pagination > li {
  display: inline-block;
  margin-right: 10px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 13px 20px;
  background-color: #fff;
  border: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #1562b1;
}
.widget {
  background-color: #f8f8f8;
  position: relative;
  border-top: 2px solid #00adad;
  padding: 34px 35px;
  margin-bottom: 40px;
}
.widget .media {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.widget .widget-heading {
  font-size: 18px;
  color: #5c5c5c;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
}
.widget .widget-heading:after {
  content: "";
  width: 75px;
  height: 24px;
  background-color: transparent;
  margin-left: 1px;
  border-bottom: 1px solid #00adad;
  display: block;
  margin-bottom: 40px;
}
.widget .media-body {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  font-weight: 500;
}
.widget .media-body .meta-comment {
  font-size: 12px;
  line-height: 18px;
  color: #5c5c5c;
  font-weight: 500;
}
.widget .media-object {
  width: 64px;
  height: 64px;
}
.widget .media-body .meta-comment .fa {
  margin-right: 10px;
}
.widget.categories .list-unstyled li .fa {
  margin-right: 10px;
}
.widget.categories .list-unstyled li {
  padding: 4px 0;
}
.widget.categories .list-unstyled li a {
  color: #333333;
  font-weight: 700;
  text-decoration: none;
}
.widget.categories .list-unstyled li a:hover {
  color: #85dbff;
}
.post-item.detail p {
  margin: 15px 0;
}
.post-item.detail blockquote {
  margin: 15px 0;
  line-height: 20px;
  color: #666666;
  font-weight: 700;
  margin-left: 40px;
}
.author-box {
  background-color: #1562b1;
  padding: 30px;
  color: #fff;
}
.author-box .media-left img {
  width: 100px;
  height: 100px;
}
.author-box .media-heading {
  color: #333333;
  font-weight: 700;
}
.author-box .media-left {
  padding-right: 20px;
}
.comments-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}
.comments-box .media {
  padding: 20px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  margin-bottom: 30px;
}
.comments-box .media.comment {
  background-color: #fff;
}
.comments-box .media.reply-comment {
  background-color: #f6f6f6;
  margin-left: 40px;
}
.comments-box .media-heading {
  color: #00adad;
  font-weight: 700;
}
.comments-box .media-left img {
  width: 100px;
  height: 100px;
}
.comments-box .date {
  margin-left: 100px;
}
.comments-box .title-heading,
.leave-comment-box .title-heading {
  font-size: 18px;
  line-height: 25px;
  color: #00adad;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 40px;
}
.form-comment {
}
.form-comment .form-control {
  padding: 24px 12px;
  border-radius: 0;
  border: 1px solid #e9e9e9;
  box-shadow: none;
}
.form-comment .btn-default {
  padding: 15px 60px;
  letter-spacing: 2px;
}
/* ==========================
11. Pricing
============================= */
.panel-pricing {
  border-color: #ddd;
  text-align: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.panel-pricing .price {
  padding: 25px 0;
  font-size: 80px;
  background-color: #1562b1;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
.panel-pricing .price:before {
  content: "";
  width: 17px;
  height: 17px;
  background-color: #fff;
  display: block;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 auto;
  margin-top: -33px;
  margin-bottom: 20px;
}
.panel-pricing h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 10px;
}
.panel-pricing .price sup {
  font-size: 18px;
  margin-right: 5px;
  top: -1.2em;
  font-weight: 500;
}
.panel-pricing > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
  padding: 0px 0px;
}
.panel-pricing .price .subscript {
  font-size: 26px;
  margin-left: 0px;
}
.panel-pricing .table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  border-bottom: 1px solid #ccc;
}
.panel-pricing .panel-footer {
  padding: 0px 15px 10px 15px;
  background-color: #fff;
  border-top: 0;
}
.panel-pricing .panel-body {
  padding: 15px 30px 0px 30px;
}
.panel-pricing .btn-primary {
  color: #fff;
  background-color: #1562b1;
  border-color: #1562b1;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-weight: 700;
  padding: 12px 0;
}
.panel-pricing .btn-primary:hover {
  color: #fff;
  background-color: #3dc737;
  border-color: #3dc737;
}
.panel-pricing:hover > .panel-heading,
.panel-pricing:hover > .panel-body,
.panel-pricing:hover > .panel-footer {
}
.price-detail {
}
.price-detail-heading {
  font-size: 18px;
  color: #00adad;
  font-weight: 700;
  padding: 20px 0;
}
.price-detail-body {
  background-color: #f8f8f8;
  border-top: 2px solid #1562b1;
  padding: 20px 40px 20px 20px;
}
.price-detail-body .item {
  padding: 5px;
}
.price-detail-body .item:after {
  clear: both;
  width: 100%;
  display: block;
  content: "";
}
.price-detail-body .item-name {
  float: left;
}
.price-detail-body .fa {
  margin-right: 10px;
  color: #1562b1;
  font-size: 16px;
}
.price-detail-body .item-price {
  float: right;
  color: #666666;
  font-weight: 700;
}
.more-info-price {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 140px;
}
.more-info-price a {
  color: #00adad;
  font-weight: 700;
}
/* ==========================
12. Contact
============================= */

.contact-info {
}
.contact-info {
  text-align: center;
  padding: 80px 14px;
}
.contact-info i {
  font-size: 32px;
  color: #3dc737;
  margin-bottom: 10px;
}
.contact-info h3 {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 600;
}
.contact-info a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.shake {
  margin-bottom: 40px;
}
.shake:after {
  clear: both;
  width: 100%;
  display: block;
  content: "";
}
.form-control {
  display: block;
  width: 100%;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: none;
}
label {
  margin-bottom: 5px;
}
.get-touch {
  padding-bottom: 60px;
}
#get {
  display: none;
  margin: 0 10px 60px 10px;
}
.shake .btn-default {
  padding: 15px 25px;
  float: right;
  background-color: #1562b1;
  border-color: #1562b1;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
}
.shake .btn-default:active,
.shake .btn-default:visited,
.shake .btn-default:hover {
  background-color: #3dc737;
  border-color: #3dc737;
  color: #fff;
}
p.help-block.text-danger li {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  color: #f00;
}
.alert-danger {
  color: #333031;
  background-color: #ffedc4;
  border-color: #f00;
}
.contact-address {
  margin-top: 40px;
}
.contact-address-item {
  margin-bottom: 40px;
}
.contact-address-heading {
  color: #00adad;
  font-weight: 700;
  margin-bottom: 10px;
}
.maps-wraper {
  position: relative;
}
.maps {
  width: 100%;
  height: 300px;
  display: block;
  background: #ccc;
  position: relative;
}
#google-container {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #000;
}
#cd-google-map {
  position: relative;
  overflow: hidden;
}
#cd-google-map .col-md-12 {
  padding: 0;
}
#cd-google-map .address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  background-color: rgba(5, 5, 5, 0.9);
}
#cd-google-map .address .address-item {
  position: relative;
  padding-left: 44px;
}
#cd-google-map .address .address-item i {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 4px;
  color: #fcfcfc;
  font-size: 22px;
  text-align: center;
  line-height: 24px;
}
#cd-zoom-in,
#cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(0, 113, 188, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
  background-color: #00adad;
}
#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
#cd-zoom-out {
  background-position: 50% -32px;
}
/* ==========================
13. Footer
============================= */
.footer {
}
.f-desc {
  background-color: #464646;
  color: #fff;
}
.fcopy {
  background: #003;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  color: #fff;
  padding: 15px 0px;
}
p.ftex {
  padding-top: 5px;
  margin: 0;
}
.fcopy a {
  color: #6e8a91;
}
.fcopy a:hover {
  color: #11a0c5;
}
.footer-item {
  line-height: 20px;
  color: #6e8a91;
  font-weight: 500;
  margin-bottom: 20px;
  min-height: 210px;
}
.footer-item h2 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #11a0c5;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}
.footer-item li a {
  color: #87919b;
  line-height: 1.9;
  font-weight: 500;
}
.footer-item li a:hover {
  color: #fff;
}
.footer-sosmed {
  text-align: right;
}
.footer-sosmed .item {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #fff;
  color: #1562b1;
  display: inline-table;
  padding-top: 6px;
  border-radius: 50%;
}
.footer-sosmed .item:hover {
  background-color: #fff;
}
.footer-sosmed .item .fa {
  font-size: 16px;
}
.footer-logo {
  margin-bottom: 10px;
}
.quote {
  /*background: #017676;*/
  color: #fff !important;
  /*padding: 5px 10px;*/
  display: inline-block;
  /*margin-bottom: 15px;*/
  transition: all 0.5s ease;
}
.quote span {
  background: #017676;
  padding: 0 15px 0;
}
.quote span:hover {
  background: #00adad;
  color: #fff;
}
.footer-title {
  font-size: 18px;
  line-height: 22px;
  color: #00acac;
  font-weight: 500;
  position: relative;
  padding: 0;
  margin-bottom: 30px;
}
.footer-title:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 10px;
  border-bottom: 1px solid #00acac;
}
.footer-blog-item {
  padding-left: 30px;
  margin-bottom: 15px;
}
.footer-blog-item:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #1562b1;
  float: left;
  padding-left: -20px;
  margin-left: -26px;
  font-size: 16px;
}
.footer-blog-item .footer-blog-lead {
  line-height: 20px;
  color: #999999;
  font-weight: 500;
}
.footer-blog-item .footer-blog-lead a {
  color: #999999;
}
.footer-blog-item .footer-blog-lead a:hover {
  color: #3dc737;
}
.footer-blog-item .footer-blog-date {
  font-size: 12px;
  line-height: 17px;
  color: #1562b1;
  font-weight: 500;
  margin-top: 5px;
}
.footer-form {
}
.footer-form .form-control {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.footer-getintouch {
}
.footer-getintouch-item {
  clear: both;
  margin-bottom: 10px;
  content: "";
}
.footer-getintouch-item .icon {
  font-size: 18px;
  color: #6e8a91;
  float: left;
  margin-right: 8px;
  margin-top: -4px;
  text-align: center;
  width: 15px;
}
.footer-getintouch-item .icon .fa {
  font-size: 16px;
}
.footer-getintouch-item .desc {
  float: left;
  margin-bottom: 10px;
}
.footer-getintouch-item .desc .desc-1 {
  width: 60px;
  float: left;
}
.footer-getintouch-item .desc .desc-2 {
  width: 10px;
  float: left;
}
.footer-getintouch-item .desc .desc-3 {
  float: left;
}
.footer-getintouch-item .desc .desc-3 a {
  float: left;
  color: #6e8a91;
}
.white-shadow {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 56%,
    rgba(255, 255, 255, 0.7) 87%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 56%,
    rgba(255, 255, 255, 0.7) 87%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 56%,
    rgba(255, 255, 255, 0.7) 87%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 200px;
  left: 0;
  right: 0;
  z-index: 99;
}
.ourprogress {
  padding: 0 0 60px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,ffffff+22&1+0,0+24 */
  background: -moz-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.08) 22%,
    rgba(255, 255, 255, 0) 24%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.08) 22%,
    rgba(255, 255, 255, 0) 24%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.08) 22%,
    rgba(255, 255, 255, 0) 24%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00ffffff', GradientType=0 ); /* IE6-9 */
}
.ourprogress aside {
  text-align: center;
  display: block;
  cursor: pointer;
  margin: 0;
  /* border: 1px solid #ccc;
    border-radius: 50%; */
  min-height: 200px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.ourprogress aside img {
  padding-top: 25px;
}
.ourprogress aside h1 {
  font-size: 18px;
  margin-top: 10px;
}
.ourprogress aside:hover h1 {
  color: #464646;
}

.ourprogress aside:hover {
  border-color: #000;
}
.why-choose-us {
  background: #fff;
  padding-bottom: 60px;
}
.why-choose-us .choose-box {
  width: 426px;
  height: 426px;
  border-radius: 50%;
  border: 10px solid #ececec;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.why-choose-us .choose-box .inner-box {
  display: table;
  width: 100%;
  height: 100%;
}
.why-choose-us .choose-box .inner-box .content {
  display: table-cell;
  vertical-align: middle;
}
.why-choose-us .choose-box .inner-box .content h1 {
  font-size: 22px;
  color: #323232;
  opacity: 0.5;
  line-height: 1.5em;
  margin: 5px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.why-choose-us .choose-box .inner-box .icon-box {
  width: 85px;
  height: 85px;
  background: #00aaff;
  text-align: center;
  border: 5px solid #fff;
  position: absolute;
  border-radius: 50px;
}
.why-choose-us .choose-box .inner-box .icon-box i,
.why-choose-us .choose-box .inner-box .icon-box span {
  color: #fff;
  font-size: 2.28571em;
  line-height: 2.5em;
}
.why-choose-us .choose-box .inner-box .icon-box .icon-rocket .path7 {
  margin: 0;
  font-size: 31px;
  line-height: 0;
  color: #fff;
}
.why-choose-us .choose-box .inner-box .icon-box .icon-rocket .path7:before {
  margin: 0;
}
.why-choose-us .choose-box .inner-box .icon-box .icon-analyze {
  font-size: 26px;
  line-height: 78px;
}
.why-choose-us .choose-box .inner-box .icon-box .icon-chart {
  font-size: 14px;
}
.why-choose-us .choose-box .inner-box .icon-box.top {
  top: 0px;
}
.why-choose-us .choose-box .inner-box .icon-box.bottom {
  bottom: 0px;
}
.why-choose-us .choose-box .inner-box .icon-box.left {
  left: 20px;
}
.why-choose-us .choose-box .inner-box .icon-box.right {
  right: 20px;
}
.why-choose-us .text-box {
  margin-left: -80px;
  margin-top: 22px;
}
.why-choose-us .text-box.bottom {
  margin-top: 220px;
}
.why-choose-us .text-right .text-box {
  margin-right: -80px;
  margin-left: 0;
}
.why-choose-us .text-box h1 {
  font-size: 1.07143em;
  color: #323232;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 0;
  line-height: 1.64286em;
}
.why-choose-us .text-box p {
  font-size: 1em;
  color: #777777;
  font-family: "Open Sans", sans-serif;
  line-height: 1.71429em;
  margin: 0;
  margin-top: 6px;
}
.help-box {
  padding: 60px 0;
  text-align: center;
  line-height: 1.5;
  background: #0a5366;
  position: relative;
  color: #fff;
}
.support-icon {
  position: absolute;
  top: 40px;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.1;
}
.help-box h1 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
  z-index: 99;
  position: relative;
}
.help-box h2 {
  font-size: 18px;
  margin-bottom: 20px;
  z-index: 99;
  position: relative;
}
.team:after {
  clear: both;
  content: "";
  display: block;
}
.team {
  position: relative;
}
.team aside {
  background: #1562b1;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}
.team aside h2 {
  font-size: 28px;
  font-weight: 600;
}
.team aside:first-child {
  padding: 60px 110px;
  color: #fff;
  position: relative;
}
.team .col-lg-6 {
  padding: 0;
}

.ourteam img {
  margin-left: auto;
  margin-right: auto;
}
.heading {
  background: url(../images/pattern.png) #f2f2f2;
  padding: 60px;
  font-size: 18px;
  text-align: center;
}
.heading h1 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
}
.career {
  background: url(../images/pattern.png) #f2f2f2;
  padding: 60px;
  font-size: 18px;
  text-align: center;
}
.career h1 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
}
.team {
  padding: 60px 0;
  position: relative;
}
.team aside {
  position: absolute;
  width: 600px;
  z-index: 99;
  line-height: 1.5;
}
.team:after,
.team aside:after,
.team aside article:after {
  clear: both;
  content: "";
  display: block;
}
.team aside {
  background: #1562b1;
  margin-top: 35px;
  color: #fff;
  width: 600px;
  padding: 20px;
  position: absolute;
}
.common-box {
  padding: 60px 0;
  position: relative;
  background: url(../images/parallax-img.png);
}
.common-box aside {
  position: absolute;
  width: 600px;
  z-index: 99;
  line-height: 1.5;
}
.common-box aside:after {
  clear: both;
  content: "";
  display: block;
}
.common-box aside {
  background: #1562b1;
  margin-top: 35px;
  color: #fff;
  width: 600px;
  padding: 20px;
  position: absolute;
}
.img-top-60 {
  padding-top: 60px;
}
.cordova {
  background: url(../images/cordova.png) no-repeat center;
  width: 15px;
  margin-right: 5px;
  height: 15px;
  vertical-align: middle;
  display: inline-block;
}
.java {
  background: url(../images/java.png) no-repeat center;
  width: 20px;
  margin-right: 2px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}
.php {
  background: url(../images/php.png) no-repeat center;
  width: 20px;
  margin-right: 2px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}
.react {
  background: url(../images/react.png) no-repeat center;
  width: 20px;
  margin-right: 2px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}

.meanjs {
  background: url(../images/meanjs.png) no-repeat center;
  width: 20px;
  margin-right: 2px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}

.services-list {
  padding: 60px 0;
  position: relative;
}
.services-list h1 {
  text-align: center;
  color: #444;
}
.services-list aside {
  text-align: center;
  margin: 10px 0;
}
.services-list aside h1 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1562b1;
}
.contant-area {
  padding: 60px 0;
  position: relative;
  line-height: 1.8;
}
.contant-area h1 {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}
.contant-area h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.contant-area h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.sub-menu:after {
  clear: both;
  content: "";
  display: block;
}
.sub-menu {
  position: relative;
  background: #0071bc;
  display: block;
}
.sub-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  position: relative;
  display: table;
}
.sub-menu ul li {
  display: table-cell;
  margin: 0;
  padding: 0;
  width: auto;
  border-right: 1px solid #06629b;
}
.sub-menu ul li:last-child {
  border: 0;
}
.sub-menu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px 20px;
  width: auto;
}
.sub-menu ul li a.active {
  background: #06629b;
  color: #fff;
}
.list-style {
  position: relative;
  margin: 20px 0;
}
.list-style h1 {
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.list-style-left {
  position: relative;
}
.list-style-left ul {
  margin: 0;
  padding: 0;
}
.list-style-left ul li {
  font-weight: 500;
  text-align: right;
  padding: 0px 25px 6px 0px;
  line-height: 24px;
  background: url(../images/bullet.png) no-repeat;
  background-position: right 6px;
}
.list-style-right {
  position: relative;
}
.list-style-right ul {
  margin: 0;
  padding: 0;
}
.list-style-right ul li {
  font-weight: 500;
  text-align: left;
  padding: 0px 0px 6px 25px;
  line-height: 24px;
  background: url(../images/bullet.png) no-repeat;
  background-position: left 6px;
}
.hiring-process {
  position: relative;
}
.hiring-process aside {
  text-align: center;
  padding: 10px;
}
.hiring-process aside article {
  border-radius: 50%;
  padding: 20px;
  border: 1px dashed #666;
  width: 150px;
  height: 150px;
  margin: 10px auto;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}
/*.hiring-process aside img{ border-radius:50%; padding:20px; border:1px solid #666;}*/
.hiring-process h1 {
  font-size: 18px;
  color: #666;
}
/*.hiring-process aside article img{ transform: rotate( ); }*/

/*.hiring-process aside article:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}*/
.hiring-process aside:after {
  content: "\f178";
  position: absolute;
  right: 0;
  font-family: "FontAwesome";
  top: 0;
  line-height: 8;
  font-size: 24px;
  transition: all 0.5s ease-in-out;
  color: #f2f2f2;
}
.hiring-process aside:last-child:after {
  content: "";
}
.hiring-process aside:hover:after {
  right: -10px;
  transition: all 0.5s ease-in-out;
  color: #3dc737;
}
.local-seo {
  position: relative;
}
.local-seo aside {
  background: #fff;
  padding: 10px;
  min-height: 170px;
  margin-bottom: 25px;
}
.local-seo aside h1 {
  font-size: 16px;
  margin-bottom: 5px;
  padding: 0;
}
.scrollup {
  width: 45px;
  text-align: center;
  font-size: 42px;
  opacity: 0.3;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: none;
  background: #000;
  line-height: 1;
  border-radius: 50%;
  color: #fff;
}
.scrollup:hover {
  opacity: 0.6;
  color: #fff;
}
.services-list {
  position: relative;
  text-align: center;
  padding: 20px 0 0 0;
}
.services-list ul {
  display: table;
  width: 100%;
  position: relative;
}
.services-list li {
  display: table-cell;
  width: auto;
}
.services-list li a {
  border: 1px solid #ccc;
  padding: 15px;
  text-align: center;
  display: block;
  color: #666;
  margin: 5px;
  transition: all 0.5s ease 0s;
}
.services-list li a:hover {
  color: #00adad;
  border: 1px solid #00adad;
}
.services-list li img {
  width: 50px;
}
.services-list li span {
  display: block;
}
.sitemap {
  background: #fff;
  padding: 50px 0;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.sitemap ul {
  margin: 0 0 10px 0;
  padding: 0;
}
.sitemap ul li {
  display: block;
  padding-left: 10px;
  margin-left: 5px;
  position: relative;
}
.sitemap ul li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 6px;
}
.sitemap li a {
  font-size: 14px;
  color: #999;
  padding: 5px 0;
  list-style: disc !important;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}
.sitemap a {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.sitemap h3 a {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #999;
}
.sitemap h3 {
  margin-bottom: 5px;
  font-weight: 600;
}
.sitemap-bg .breadcrumb,
.sitemap-bg .breadcrumb a,
.sitemap-bg .breadcrumb .active {
  color: #ccc;
}
.sitemap-bg .breadcrumb > li + li:before {
  color: #ccc;
}
.feature-box {
  padding-top: 80px;
}
.app-features {
  text-align: center;
  margin-top: 15px;
  min-height: 280px;
}
.app-features h1 {
  font-size: 18px;
  margin: 0 0 10px 0;
}
/* Hiring */
.hiring-style {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.hiring-style h1 {
  color: #000;
}
.hiring-style h2 {
  margin-bottom: 5px;
  color: #000;
}
.hiring-style ul {
  margin: 0;
  padding: 0;
}
.hiring-style ul li {
  font-weight: 500;
  padding: 0px 0px 6px 25px;
  line-height: 24px;
  background: url(../images/bullet.png) no-repeat;
  background-position: left 6px;
}
.row {
  margin-top: 10px !important;
}
.mean-stack {
  position: relative;
}
.mean-stack aside {
  min-height: 260px;
}
.mean-stack aside h2 {
  color: #333;
  margin-bottom: 5px;
}
.mean-stack aside img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}
