/*
Base csss
*/
html, body {
  height: 100%;
  min-height: 100%; }

body {
  font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
  background: #fff;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #777; }

a, button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none; }

a {
  color: #4aa3df; }
  a:hover {
    color: #aeaeae; }

a, a:hover, a:focus, button:hover, button:focus {
  outline: 0 !important;
  text-decoration: none; }

blockquote {
  font-style: normal;
  font-weight: 400; }
  blockquote p {
    font-weight: 400; }

button:focus {
  outline: 0 !important; }

::-moz-selection {
  background-color: #191b1d;
  color: #fff; }

::selection {
  background-color: #191b1d;
  color: #fff; }

.section-wrap-t{margin-top:65px;}

/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #333;
  font-weight: 400; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: 400; }

h1, .h1, h2, .h2 {
  font-weight: 400;
  letter-spacing: -1px; }

h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 20px; }

h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px; }

h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px; }

h4 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 4px; }

h5 {
  font-size: 14px;
  line-height: 22px; }

h6 {
  font-size: 12px;
  line-height: 18px; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

label {
  font-weight: 400;
  text-transform: capitalize; }

.border-width {
  width: 60px;
  height: 2px;
  background: #4aa3df;
  margin: 10px 0; }

.overflow-hidden {
  overflow: hidden; }

.full-wid {
  width: 100%; }

.no-padd {
  padding: 0px; }

.no-margin {
  margin: 0px; }

/***spaces**/
.space-10 {
  width: 100%;
  height: 10px; }

.space-20 {
  width: 100%;
  height: 20px; }

.space-30 {
  width: 100%;
  height: 30px; }

.space-40 {
  width: 100%;
  height: 40px; }

.space-50 {
  width: 100%;
  height: 50px; }

.space-60 {
  width: 100%;
  height: 60px; }

.space-70 {
  width: 100%;
  height: 70px; }

.space-80 {
  width: 100%;
  height: 80px; }

.space-90 {
  width: 100%;
  height: 90px; }

.space-100 {
  width: 100%;
  height: 100px; }

/**margins**/
.margin-b-0 {margin-bottom: 0 !important; }

.margin-b-5 {margin-bottom: 5px !important; }

.margin-b-10 {margin-bottom: 10px !important; }

.margin-b-20 {margin-bottom: 20px !important; }

.margin-b-30 {margin-bottom: 30px !important; }

.margin-b-40 {margin-bottom: 40px !important; }

.margin-b-50 {margin-bottom: 50px !important; }

.skin-bg {background-color: #1b4d6e; }

.gray-bg {background: #f7f9fa; }
  
.g-min-width-180{min-width:180px;}

.form-control, input[type="text"], input[type="email"], textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
  background-color: #fefefe;
  min-height: 41px; }
  .form-control:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #4aa3df; }

.dropcap:first-letter {
  font-size: 30px;
  color: #4aa3df; }

.grey-bg {
  background: #f5f5f5; }

.center-title {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  padding-bottom: 10px; }
  .center-title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 2px;
    margin-left: -50px;
    background: #4aa3df; }
  .center-title h2 {
    letter-spacing: -1px; }

/**********back to top*************/
.scrollToTop {
  text-align: center;
  background: transparent;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #4aa3df;
  right: 10px;
  z-index: 9999;
  display: none;
  opacity: 0.5;
  line-height: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.scrollToTop i {
  font-size: 30px;
  display: block;
  padding-top: 0px;
  line-height: 40px; }

.scrollToTop:hover {
  text-decoration: none;
  opacity: 1;
  color: #fff; }


.center-img {
  display: block;
  margin: 0 auto;
  text-align: center; }

.full-img {
  width: 100%;
  height: auto; }

.lead {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px; }

.text-color {
  color: #4aa3df; }

.border-bottom {
  border-bottom: 1px solid #eee; }

@media (min-width: 992px) {
  .vertical-align-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row; } }

@media (min-width: 1200px) {
  body.boxed-layout {
    background-color: #f5f5f5; }
    body.boxed-layout .wrapper-boxed {
      width: 1200px;
      background-color: #fff;
      margin: 0 auto; }
      body.boxed-layout .wrapper-boxed .navbar-fixed-bottom, body.boxed-layout .wrapper-boxed .navbar-fixed-top {
        left: auto;
        right: auto;
        width: 1200px; } }

.list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list > li {
    line-height: 30px;
    overflow: hidden; }
    .list > li i {
      margin-right: 5px;
      color: #4aa3df; }

.page-title h1 {
  color: #fff;
  margin: 0px;
  margin-top: 50px;
  font-size: 39px;
  line-height: 44px;
  letter-spacing: 2px; }

.page-title p {
  color: #fff;
  margin:20px 15px 35px 15px;
  font-size: 16px; }

.display-table {
  position: relative;
  width: 100%;
  height: 100%;
  display: table; }
  .display-table .verticle-middle {
    vertical-align: middle;
    width: 100%;
    display: table-cell;
    position: relative; }

.dropcap-text:first-letter {
  color: #4aa3df;
  font-size: 30px;
  display: inline-block;
  margin-right: 10px; }

.dropcap-bg:first-letter {
  background-color: #4aa3df;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 10px; }

/*
Buttons
*/
.btn {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  border: 0px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .btn.btn-rounded {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 12px 35px; }

.btn-primary {
  background: #4aa3df;
  color: #fff;
  border: 1px solid #4aa3df; }
  .btn-primary:hover {
    color: #fff;
    border-color: #4aa3df; }
  .btn-primary:focus {
    background: #4aa3df;
    color: #fff;
    border: 1px solid #4aa3df; }

.btn-white-border {
  background: transparent;
  color: #fff;
  border: 1px solid #fff; }
  .btn-white-border:focus {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }
  .btn-white-border:hover {
    background: #fff;
    color: #333; }

.btn-dark-border {
  background: transparent;
  color: #333;
  border: 1px solid #333; }
  .btn-dark-border:focus {
    background: transparent;
    color: #333;
    border: 1px solid #333; }
  .btn-dark-border:hover {
    background: #333;
    color: #fff; }

.btn-grey-border {
  background: transparent;
  color: #333;
  border: 1px solid #bbb; }
  .btn-grey-border:focus {
    background: transparent;
    color: #333;
    border: 1px solid #bbb; }
  .btn-grey-border:hover {
    background: #F6F6F6;
    color: #333; }

.btn-radius-4px {border-radius:4px}


a.btn-radius,.buttons a.btn-radius {border-radius:6px}

.btn-xl {padding:13px 32px; }

.btn-social {
  margin-top: 10px; }
  .btn-social i {
    margin-right: 10px; }

.btn-facebook {
  background: #3b5998;
  color: #fff; }
  .btn-facebook:focus {
    background: #3b5998;
    color: #fff; }
  .btn-facebook:hover {
    background: transparent;
    color: #3b5998; }

.btn-twitter {
  background: #0084b4;
  color: #fff; }
  .btn-twitter:focus {
    background: #0084b4;
    color: #fff; }
  .btn-twitter:hover {
    background: transparent;
    color: #0084b4; }

.btn-googleplus {
  background: #d34836;
  color: #fff; }
  .btn-googleplus:focus {
    background: #d34836;
    color: #fff; }
  .btn-googleplus:hover {
    background: transparent;
    color: #d34836; }

.btn-default {
  background: #f5f5f5;
  text-shadow: 0 1px 0 white; }

.navbar.navbar-light.navbar-default {
  background-color:#fff;box-shadow:0 5px 15px rgba(0,0,0,.1)
}
.navbar.navbar-light.navbar-home {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

.navbar-brand img {
  margin-top: -3px; }

.navbar .nav-item .nav-link {
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 400;
  }
  .navbar .nav-item .nav-link.btn {
    padding: 6px 15px 4px;
    position: relative;
    margin-top: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: .9rem; }
    .navbar .nav-item .nav-link.btn.btn-primary {
      background-color: #4aa3df;
      color: #fff !important; }
      .navbar .nav-item .nav-link.btn.btn-primary:hover, .navbar .nav-item .nav-link.btn.btn-primary:focus, .navbar .nav-item .nav-link.btn.btn-primary:active {
        background-color: #4aa3df;
        color: #fff;
        box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #4aa3df; }

.navbar .container, .navbar .container-fluid {
  position: relative; }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.6); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #4aa3df; }

@media (min-width: 992px) {

  .navbar {
    padding: 0px; }
  .navbar .nav-item .nav-link {
    padding-left: .8rem;
    padding-right: .8rem;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem; }
  .navbar.navbar-default.navbar-transparent {
    background-color: transparent;
    box-shadow: none; }
  .navbar-transparent .navbar-brand img {
    position: absolute;
    top: 0.5rem;
    margin-top: 0px; }
    .navbar-transparent .navbar-brand img.logo-scroll {
      opacity: 0;
      visibility: hidden; }
  .navbar-light.navbar-transparent .navbar-nav .active > .nav-link, .navbar-light.navbar-transparent .navbar-nav .nav-link.active, .navbar-light.navbar-transparent .navbar-nav .nav-link.show, .navbar-light.navbar-transparent .navbar-nav .show > .nav-link {
    color: #4aa3df; }
  .navbar-light.navbar-transparent .navbar-nav .nav-link, .navbar-light.navbar-transparent .search-nav a {
    color: rgba(255, 255, 255, 0.8); }
  .navbar.navbar-default.navbar-transparent.shrink {
    background-color: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); }
    .navbar.navbar-default.navbar-transparent.shrink .navbar-brand img.logo-scroll {
      opacity: 1;
      visibility: visible; }
    .navbar.navbar-default.navbar-transparent.shrink .navbar-brand img.logo-top {
      opacity: 0;
      visibility: hidden; }
    .navbar.navbar-default.navbar-transparent.shrink .navbar-nav .nav-link, .navbar.navbar-default.navbar-transparent.shrink .search-nav a {
      color: rgba(0, 0, 0, 0.6); }
  .navbar-light.navbar-transparent.shrink .navbar-nav .active > .nav-link, .navbar-light.navbar-transparent.shrink .navbar-nav .nav-link.active, .navbar-light.navbar-transparent.shrink .navbar-nav .nav-link.show, .navbar-light.navbar-transparent.shrink .navbar-nav .show > .nav-link {
    color: #4aa3df; } }

/*
Dropdown style
*/
.dropdown-menu {
  min-width: 150px;
  padding: 10px 0;
  margin-top: 0px; }
  .dropdown-menu > li > a {
    text-transform: capitalize;
    position: relative;
    font-weight: 400;
    color: #555;
    padding: 5px 20px;
    font-size: 13px; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      background-color: transparent;
      color: #4aa3df; }
  .dropdown-menu .badge {
    font-weight: 700;
    border-radius: 1px;
    padding: 2px 4px;
    position: relative;
    margin-left: 3px; }

/**mulit level dropdown**/
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #f7f7f7;
  margin-top: 10px;
  margin-right: -5px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #ccc; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

@media (min-width: 992px) {
  .dropdown-menu {
    margin-top: 0px; }
  .dropdown-menu, .dropdown-submenu .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .show > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; } }

/*
Blog Styles
*/
.post {
  background: #fff; }
  .post .blog-desc {
    padding: 15px; }
    .post .blog-desc h4 {
      margin: 8px 0;
      text-transform: capitalize; }
      .post .blog-desc h4 a {
        color: #253340; }
        .post .blog-desc h4 a:hover {
          color: #4aa3df; }

.post-meta {
  display: block;
  position: relative;
  padding-left: 40px; }
  .post-meta:before {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    content: " ";
    width: 27px;
    height: 1px;
    background: #dadada; }

.about-author {
  padding: 15px 15px;
  background-color: #f5f5f5; }
  .about-author img {
    margin-right: 15px; }
  .about-author p {
    margin: 0px; }
  .about-author h5 {margin-bottom: 0px; }

.comments-list li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 20px; }
  .comments-list li.replyed {
    padding-left: 30px; }
  .comments-list li:last-child {
    border-bottom: 0px; }

.comments-list img {
  margin-right: 15px;
  width: 50px; }

.comments-list h5 {
  margin-bottom: 0px; }

.comments-list span {
  display: block;
  margin-bottom: 5px; }

.comments-list p {
  margin-bottom: 0px; }

.quick-news-list > li {
  margin-bottom: 20px; }

.quick-news-list .date {
  float: left;
  color: rgba(0, 0, 0, 0.3);
  margin-right: 20px;
  text-align: center;
  width: 60px; }
  .quick-news-list .date span {
    display: block;
    font-size: 40px; }

.quick-news-list .content {
  overflow: hidden; }
  .quick-news-list .content a h4 {
    margin-bottom: 5px; }
  .quick-news-list .content a:hover h4 {
    color: #4aa3df; }
  .quick-news-list .content .quick-meta a {
    color: rgba(0, 0, 0, 0.4); }
    .quick-news-list .content .quick-meta a:hover {
      color: #4aa3df; }

.social-icons {
  font-size: 20px; }
  .social-icons a {
    color: #999; }
    .social-icons a:hover {
      color: #4aa3df; }

/*
Sidebar style
*/
.sidebar-widget h4 {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 15px; }

.sidebar-widget .list-unstyled > li > a {
  color: #999;
  padding: 4px 0; }
  .sidebar-widget .list-unstyled > li > a:hover {
    color: #4aa3df; }

.recent-post li {
  padding-bottom: 15px; }

.recent-post img {
  float: left;
  margin-right: 15px; }

.recent-post .post-content {
  overflow: hidden; }

.recent-post .post-content h5 {
  margin-bottom: 0px;
  margin-top: -5px;
  font-weight: 400; }
  .recent-post .post-content h5 a {
    color: #555;
    font-size: 14px;
    line-height: 16px; }
    .recent-post .post-content h5 a:hover {
      color: #4aa3df; }

.recent-post span {
  font-size: 12px;
  display: block;
  color: #999; }

.search-form form {
  position: relative; }
  .search-form form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 41px;
    line-height: 41px;
    width: 40px;
    text-align: center;
    border: 0px;
    background-color: transparent;
    color: #eee; }

/*
Pagination styles
*/
.pagination > li > a, .pagination > li > span {
  color: #4aa3df; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  border-color: #4aa3df;
  background: #4aa3df; }

/*
Cta and quotes css
*/
.cta-skin {
  padding: 60px 0;
  background: #1b4d6e; }
  .cta-skin h2 {
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 15px; }
  .cta-skin p {
    color: #fff;
    margin-bottom: 20px; }

.cta-bg {
  background: url(../images/bg2.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 0; }
  .cta-bg h3 {
    color: #fff; }

/*
Pricing tables
*/
.price-box {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
 }
 .price-box .price-header {
    background: #000;
    color: #fff;
    padding: 30px 15px;
}
.price-box .price-header h1, .price-box .price-header h4 {
   color: #fff;
}
.price-box .price-header h1 span {
   font-size: 12px;
   opacity: 0.8;
   display: inline-block;
   line-height: 20px;
}
.price-box .price-header h4 {
   opacity: 0.8;
   margin: 0px;
}
.price-box.best-plan .price-header, .price-box.best-plan .price-footer {
   background: #4aa3df;
}

.price-features {
  margin: 0;
  padding: 5px 0 0 0;
}
.price-features li {
   line-height: 50px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.05);
   padding: 0px 15px;
}
.price-features li:last-child {
   border-bottom: 0px;
}

.price-footer {
  background: #f5f5f5;
  padding: 25px 15px;
}

/*
Testimonials
*/
.skin-bg .center-title h2, .skin-bg .center-title p {
  color: #fff; }

.skin-bg .center-title:after {
  background: #fff; }

.feedback-box {
  position: relative;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .feedback-box:after {
    top: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 12px;
    margin-left: -12px; }
  .feedback-box p {
    margin-bottom: 0; }

.testi-info img {
  float: left;
  margin-right: 15px; }

.testi-info .content {
  overflow: hidden; }
  .testi-info .content h4, .testi-info .content em {
    color: #fff; }
  .testi-info .content h4 {
    margin-bottom: 0px;
    margin-top: 10px; }
  .testi-info .content em {
    display: block;
    opacity: 0.8; }

.feedback-box.light {
  background-color: #f5f5f5; }
  .feedback-box.light:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #f5f5f5; }

.testimonials-grey .testi-info .content h4, .testimonials-grey .testi-info .content em {
  color: #333; }

.testi-content {
  color: white;
  font-size: 1.7em;
  text-align: center;
  padding: 120px;
  margin: 0;
  text-align: center; }
  .testi-content .parag {
    font-weight: 300;
    font-size: 18px;
    line-height: 32px; }
  .testi-content img.rounded-circle {
    margin-top: 30px; }
  .testi-content h4 {
    color: #fff;
    margin-top: 10px; }

/*
Work process
*/
.step-box {
  position: relative;
  overflow: hidden;
  padding-left: 65px; }
  .step-box h1 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 45px;
    opacity: 0.1; }

/*
Hero templates
*/
h3.display-4 {
  text-transform: capitalize; }

.hero-parallax {
  height: 100%;
  width: 100%; }
  .hero-parallax .hero-inner {
    display: table;
    width: 100%;
    height: 100%; }
    .hero-parallax .hero-inner .hero-content {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle; }
      .hero-parallax .hero-inner .hero-content h3 {
        font-weight: 400;
        color: #fff;
        text-transform: capitalize; }
      .hero-parallax .hero-inner .hero-content p {
        color: #fff; }

.buttons a {margin: 10px 5px 5px 5px;font-size: 15px;border-radius:6px;}

/**home hero items**/
.hero-video {
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden; }
  .hero-video h3 {
    font-weight: 400;
    color: #fff; }
  .hero-video p {
    color: #fff;
    opacity: 0.8; }
  .hero-video .video-image {
    position: absolute;
    right: 10px;
    bottom: 50px;
    width: 50%; }

.video-image .video-play-btn {
  position: relative; }
  .video-image .video-play-btn a {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 60px;
    background-color: #fff;
    display: block;
    font-size: 40px;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0px 14px 60px rgba(0, 0, 0, 0.3);
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    color: #333; }
    .video-image .video-play-btn a > i {
      display: block;
      line-height: 80px;
      position: relative;
      left: 3px; }

.full-wid {
  width: 100%;
  text-align: center; }

.slider-title {
  text-align: center;
  width: 100%;
  padding: 0px 40px;
  color: #fff;
  top: 300px;
  font-weight: 400;
  font-size: 44px;
  line-height: 50px;
  text-transform: capitalize; }

.caption-text {
  color: #fff;
  font-size: 18px;
  bottom: 220px;
  text-align: center;
  width: 100%;
  font-weight: 300; }

.hero-static-image {
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 0px; }
  .hero-static-image h3, .hero-static-image p {
    color: #fff; }
  .hero-static-image h3 {
    font-weight: 400;
    color: #fff;
    font-size: 46px;
    line-height: 54px;
    text-transform: capitalize; }
  .hero-static-image .buttons {
    margin-bottom: 50px; }

.hero-gradient {
  background-image: linear-gradient(to top, #9455a6 40%, #5682be 100%); }

.mb_YTPBar .buttonBar {
  display: none; }

.hero-video-bg {
  position: relative;
  height: 100%; }
  .hero-video-bg .video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(148, 85, 166, 0.5) 40%, rgba(86, 130, 190, 0.96) 100%); }

.hero-particle-bg {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to top, rgba(148, 85, 166, 0.5) 40%, rgba(86, 130, 190, 0.96) 100%); }
  .hero-particle-bg .pg-canvas {
    position: absolute;
    left: 0;
    top: 0; }
  .hero-particle-bg h3 {
    color: #fff; }
  .hero-particle-bg p {
    color: rgba(255, 255, 255, 0.8); }
  .hero-particle-bg .container {
    padding-top: 200px;
    padding-bottom: 150px;
    z-index: 99; }
  .hero-particle-bg .video-image {
    position: absolute;
    right: 0px;
    bottom: 50px;
    width: 50%; }

/*
Features and service icon boxes
*/
.features-section {
  padding-bottom: 15px; }

.feature-box-center i {
  font-size: 50px;
  margin-bottom: 15px;
  color: #4aa3df;
  display: block; }

.features-bg {
  background: url(../images/bg1.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 50px; }
  .features-bg .center-title h2, .features-bg .center-title p {
    color: #fff; }
  .features-bg .center-title:after {
    background: #fff; }

.feature-icon-left {
  margin-bottom: 40px; }
  .feature-icon-left .icon {
    float: left;
    margin-right: 20px;
    color: #fff;
    width: 60px;
    text-align: center;
    font-size: 50px; }
  .feature-icon-left .content {
    overflow: hidden; }
    .feature-icon-left .content h4, .feature-icon-left .content p {
      color: #fff; }
    .feature-icon-left .content h4 {
      font-weight: 400;
      text-transform: capitalize; }
    .feature-icon-left .content p {
      opacity: 0.9; }


    .gray-bg .feature-icon-left .content h4, .gray-bg .feature-icon-left .content p {color: #777; }
    .gray-bg .feature-icon-left .content h4 {font-weight:500;color: #333; }

/*
Bootstrap collapsed
*/
.card .card-header {
  padding: 0px; }

.card .card-header {
  background-color: #fff;
  border: 0px; }
  .card .card-header a {
    display: block;
    position: relative;
    padding: 10px 15px;
    color: #fff;
    background-color: #4aa3df; }
    .card .card-header a:after {
      content: "\f2d7";
      display: inline-block;
      font-family: "Ionicons";
      position: absolute;
      right: 15px;
      top: 10px;
      font-size: 15px; }
    .card .card-header a.collapsed {
      color: #333;
      background: transparent; }
      .card .card-header a.collapsed:after {
        content: "\f2c7"; }

.card-accrodions .card {
  margin-bottom: 6px; }

/*
Sign in, SignUp, Error 404, coming soon style
*/
body.page-misc {
  background: #4aa3df;
  padding: 40px 0;
  min-height: 100%;
  height: 100%; }

.misc-box {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }
  .misc-box i.error-sign {
    font-size: 100px;
    display: block;
    margin: 0 auto;
    color: #a10f2b;
    text-align: center; }
  .misc-box i.success-sign {
    font-size: 100px;
    display: block;
    margin: 0 auto;
    color: #72c02c;
    text-align: center;
  }

span.copyright {
  color: #fff;
  display: block;
  text-align: center;
  opacity: 0.7; }

/*
Features tabs style
*/
.features-tabs {
  border-bottom: 2px solid #eee;
  padding: 0px;
  margin-bottom: 40px;
  text-align: center; }
  .features-tabs > li > a {
    display: block;
    margin-bottom: -2px;
    padding: 10px 15px;
    color: #999;
    border-bottom: 2px solid transparent;
    font-weight: 600; }
    .features-tabs > li > a.active {
      border-bottom-color: #4aa3df;
      color: #4aa3df; }

/**footer style **/
.footer {
  color: #fff;
}
.footer.dark {
  background-color: #333;
}
  .footer .container{display:none;}
  .footer .space-50{display:none;}


  .footer ul li a {
    color: #fff;
    font-weight: normal; }
  .footer span {
    font-size: 12px; }
  .footer h4 {
    color: #fff; }
  .footer .navbar-form {
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 0px; }
    .footer .navbar-form .form-control {
      width: 270px; }

.social {
  margin-bottom: 20px; }
  .social > li > a {
    font-size: 20px; }
    .social > li > a:hover {
      color: #4aa3df; }

.partners-list img {
  opacity: 0.3;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin: 0 auto; }

.partners-list > li > a {
  display: block;
  margin-top: 20px;
  padding: 0px 10px; }
  .partners-list > li > a:hover img {
    opacity: 1; }

/***responsive style**/

@media (max-width: 576px) {
  .navbar-expand-lg > .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .navbar-light.navbar-transparent .navbar-brand img {
    left: 15px; }
}




@media (max-width: 767px) {
  .footer .navbar-form {
    padding-left: 15px;
    padding-right: 15px; }
    .footer .navbar-form .form-control {
      width: 100%; }
    .footer .navbar-form .btn-primary {
      display: block;
      width: 100%; }
  .hero-parallax .hero-inner .hero-content p.lead {
    font-size: 13px; }
  .btn-xl {padding: 12px 25px; }
  .btn-lg {
    padding: 8px 20px; }
  .page-title h1 {
    font-size: 24px;
    line-height: 32px; }
  .hero-video-bg {
    background: url("../images/video-fallback.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
}


@media (max-width: 991px) {

  .navbar .nav-item .nav-link.btn {margin-top:0;margin-bottom: 3px;}

  .hero-parallax .hero-inner .hero-content h3 {
    font-size: 30px;
    line-height: 37px; }
  .dzsparallaxer, .hero-gradient, .hero-particle-bg {
    margin-top: 50px; }
  .hero-gradient, .hero-particle-bg {
    padding-top: 50px; }
  .hero-video .video-image, .hero-particle-bg .video-image, .hero-video-bg .video-image {
    position: static;
    margin-top: 30px;
    width: 100%; }
    .hero-video .video-image .video-play-btn, .hero-particle-bg .video-image .video-play-btn, .hero-video-bg .video-image .video-play-btn {
      display: block;
      margin: 0 auto;
      max-width: 600px; }
  .hero-video .container, .hero-particle-bg .container, .hero-video-bg .container {
    padding-bottom: 0px;
    text-align: center;
    padding-top: 40px; }
    .hero-video .container h3, .hero-particle-bg .container h3, .hero-video-bg .container h3 {
      font-size: 30px; }
  .hero-video, .hero-static-image {
    margin-top: 50px;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 60px; }
    .hero-video h3.display-4, .hero-static-image h3.display-4 {
      font-size: 35px;
      line-height: 40px; }
    .hero-video .btn-primary, .hero-static-image .btn-primary {
      display: none; }
    .hero-video .buttons, .hero-static-image .buttons {
      margin-bottom: 0px; }
  .navbar-expand-lg > .container {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .search-nav {
    margin-left: .9rem;
    margin-top: 2px;
    position: absolute;
    right: 15px;
    top: 12px; }
  .navbar-toggler-icon {
    margin-right: 15px; }
  .navbar-light.navbar-transparent .navbar-brand img {
    top: 3px; }
  .fixed-top .navbar-collapse {
    max-height: 100%; }
  .navbar-collapse.show {
    overflow-y: auto; }
  .navbar-toggler {
    border-radius: 0px;
    padding: 0;
    margin-top: -2px;
    width: 40px; }
  .navbar-toggler-icon {
    margin-right: 0px; }
  .navbar-toggler-right {
    right: 2.5em;
    border: 0px;
    background-color: transparent !important; }
  .navbar-light .navbar-toggle {
    border-color: #4aa3df; }
    .navbar-light .navbar-toggle:focus, .navbar-light .navbar-toggle:hover {
      border-color: #4aa3df; }
  .navbar-toggler, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
    background: transparent; }
  .navbar-light .navbar-toggle .icon-bar {
    background: #fff; }
    .navbar-light .navbar-toggle .icon-bar:focus, .navbar-light .navbar-toggle .icon-bar:hover {
      background: #fff; }
  .navbar-nav .nav-link {
    display: block;
    padding: .5em 1em; }
  .navbar-light .navbar-nav {
    margin-top: 15px; }
  .navbar-toggler.navbar-toggler-right {
    position: absolute;
    top: 18px;
    right:8px;
    background-color: #f5f5f5;
    border-radius: 3px; }
  .navbar-light.navbar-transparent .navbar-brand .logo-top {
    display: none; }
  .navbar-light.navbar-transparent .navbar-brand .logo-top {
    opacity: 1;
    visibility: visible; }
  .navbar .container-fluid {
    position: static; }

}


    .footer .company-info {
      float: right;
      width: 340px;
    }
    @media (max-width: 767px) {
      .footer .company-info { display:none;}
      .footer .links{margin-right:0;overflow:hidden;}
    }

    .footer .footer-title {
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      line-height: 1em;
      margin-bottom: 20px;
    }
    .footer .company-info .slogan{font-size:18px;}
    .footer .company-info .qrcodes div{text-align:center;width:35%;float:left;}
    
    #footer-bottom-wrap {
      background-color: #21282a;
    }

    #footer-bottom-wrap.light {
      background-color: #fff;
    }
    
    #footer-bottom p,#footer-bottom div {
      color: #777;
      font-size: 14px;
      line-height: 54px;
      padding-left: 12px;
      position: relative;
      text-align:center;
      margin:0;
    }
    #footer-bottom div {display:none;}
    @media (max-width: 767px) {
      #footer-bottom p {display:none;}
      #footer-bottom div {display:block;}
    }
    
    #footer-bottom p a {
      color: #777;
      font-size: 14px;
    }
    
    .breadcrumb-nav{background-color: #e9ecef; }


.fixed-header-banner{height:67px;}
.gray-border{border:1px solid #eee; }

/* progress-block */
.progress-block{
    padding: 50px 0 0 0;
    margin: 0 auto;
    width: 90%;
	max-width: 620px;
}
.progress-block::before {
    position: absolute;
    top: 129px;
    left: 50%;
    width: 420px;
    border-top: 1px dotted #ddd;
    content: " ";
	max-width: 620px;
	margin-left: -220px;
}
.progress-block li{
    padding: 0;
    list-style: none;
	display: inline-block;
    position: relative;
    width:32.8%;
    min-height: 1px;
    text-align:center;
}
.progress-block li div{
    margin-bottom:10px;
}
.progress-block li span{
	color: #0062cc;
    font-size:15px;
    background-color: #fff;
	box-shadow: 0 2px 5px #eee;
	width: 25px;
	height: 25px;
	padding: 1px;
	border: 1px solid #0062cc;
	position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
	text-align:center;
}
.progress-block li.active span {
    background-color: #0062cc;
	color: #fff;
}

.progress-block li h3{
   font-size:14px;
}

/* home-category */
.home-nav-container{padding:0;}
.home-banner-container{overflow:hidden;}
.home-banner{height:301px;margin:0;float: left;}
.home-banner-imgs{height:301px;background-color:#fff;margin-bottom:10px;}
.home-banner-texts{padding: 15px;background-color:#fff;margin-bottom:10px;}
.home-banner .bx-wrapper .bx-pager, .home-banner .bx-wrapper .bx-controls-auto{bottom:10px;text-align:left;padding-left: 30px;}
.home-banner .bx-wrapper .bx-pager.bx-default-pager a{width:30px;height:5px;background:#f3f3f3;border:0;border-radius:0;}
.home-banner .bx-wrapper .bx-pager.bx-default-pager a:hover, .home-banner .bx-wrapper .bx-pager.bx-default-pager a.active{width:30px;height:5px;background:#e62154;}
.home-banner .bx-wrapper .bx-pager.bx-default-pager a{margin:0 5px 0 0;}
.home-banner .bxslider-item{position:relative;height:301px;background:#fff;margin-bottom:10px;}
.home-banner .bxslider-item h1{font-size:28px;margin:20px 0 0 0;}
.home-banner .bxslider-item img{position:absolute;width:100%;height:100%;z-index:1;}
.home-banner .bxslider-item-content{position:absolute;width:100%;height:100%;z-index:10;padding:30px;}
.home-banner .bxslider-item p{font-size:16px;margin:5px 0 50px 0;}
.home-banner-texts .feature-box-center i{font-size:30px;margin:10px 0 0 0;}
.home-banner-texts p{margin:0;}
.home-banner-texts h4{font-size:16px;}
.home-banner-texts .seperator{border-right:none;}
.home-banner-texts .col-md-6{padding:30px 0;}

.home-banner .bxslider-item.white p{color:#fff;}
.home-banner .bxslider-item.white h1{color:#fff;}
.home-banner .bxslider-item.white .buttons a{color:#fff;}

.home-banner .bx-controls{
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0px;
}

.home-category {
    width: 234px;
    height: 301px;
    background-color: #fff;
    margin: 25px 0 20px 0;
    position: relative;
	float: left;
	display:none;
}
.home-banner-category{
    background-color: #fff;
    margin: 0 0 10px 0;
	display:block;
}
.home-category-header{
    height:30px;
    line-height:30px;
	background:#e62154;
	color:#fff;
	text-align:center;
}
.home-category-footor{
    height:40px;
    line-height:40px;
	background:transparent;
	color:#333;
	text-align:center;
	display:block;
}
.home-category-footor:hover{
	background:#4aa3df;
	color:#fff;
	text-align:center;
}


.category-list {
    padding:0;
    margin:0;
}
.category-list .list-item{
    width: 234px;
    height: 90px;
	list-style:none;
}
.home-banner-category .category-list .list-item{width:100%;height:auto;}
.category-list .list-item-header{
	margin-bottom: 10px;
}
.category-list .list-item .list-item-header a{
    color:#333;
}
.category-list .list-item:hover{
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    transition: box-shadow .13s ease-in-out;
}
.category-list .list-item:hover .list-item-header a{
    color:#4aa3df;
}
.category-list .white-empty-box{
    display:none;
	background:#fff;
}
.category-list .list-item:hover .white-empty-box{
    display:block;
	background:#fff;
	position:absolute;
	top:0px;
	right:-20px;
	width: 16px;
    height: 90px;
	z-index:1000;
}
.category-list .list-item-content i.seperator{
	margin:0 10px;
	background:#eee;
	width:1px;
	height:12px;
	display: inline-block;
	vertical-align: -1px;
}
.category-list .list-item-container {
    position: relative;
    display: block;
    font-size: 14px;
    color: #333;
    padding:15px 0;
	border-bottom: 1px solid #eee;
	margin:0 15px;
    height: 90px;
}
.home-banner-category .category-list .list-item-container{height:auto;padding-bottom:6px;}
.category-list .list-item:hover .list-item-container {
    border-bottom: 1px solid #fff;
}
.category-list .list-item-container.none {
	border-bottom:none;
}
.category-list i {
    font-size:11px;
	margin-left: 3px;
    vertical-align:0px;
}
.category-list .list-item-container a{
    color: #999;
}
.category-list .list-item-container a:hover{
    color: #4aa3df;
}
.category-list .list-children {
    display: none;
    position: absolute;
    left: 234px;
    top: 0;
    height: 301px;
    width: 992px;
    border: 1px solid #e0e0e0;
    border-left: 0;
    background-color: #fff;
	z-index:999;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    transition: opacity .13s ease-in-out,box-shadow .13s ease-in-out;
	padding:15px;
}
.category-list .list-children h4{font-size:20px;margin-bottom:10px;}


.list-children .children-item{
    margin:0 0 15px 0;
    padding:0;
}
.category-list .list-children li {
    display: inline-block;
    width: 195px;
	list-style:none;
	line-height:60px;
	border:1px solid #eee;
	text-align:center;
	margin-right:5px;
	margin-bottom:15px;
	background:#fefefe;
}
.category-list .list-children li.sub {
    display: inline-block;
    width: 195px;
	list-style:none;
	line-height:35px;
	border:0px;
	text-align:center;
	margin-right:5px;
	margin-bottom:15px;
	background:transparent;
}
.category-list .list-children li.img {
	background:#fff;
}
.category-list .list-children li a {
    line-height: 40px;
}
.category-list .list-children li a i{
    font-size:16px;
	vertical-align:-2px;
}
.g-color-cyan {
    color: #00bed6 !important;
}
.g-color-blue {
    color: #3398dc !important;
}
.g-color-purple {
    color: #9a69cb !important;
}
.g-brd-deeporange {
    border-color: #fe541e !important;
}
.g-color-deeporange {
    color: #fe541e !important;
}
.g-color-orange {
  color: #e57d20 !important;
}
.g-color-green {
  color: #72c02c !important;
}

.g-bg-cyan {
    background-color: #00bed6 !important;
}
.g-bg-blue {
    background-color: #3398dc !important;
}
.g-bg-purple {
    background-color: #9a69cb !important;
}
.g-bg-darkpurple {
    background-color: #6639b6 !important;
}
.g-bg-deeporange {
    background-color: #fe541e !important;
}
.g-bg-orange {
  background-color: #e57d20 !important;
}
.g-bg-green {
  background-color: #72c02c !important;
}
.g-bg-brown {
    background-color: #9c8061 !important;
}
.g-bg-indigo {
    background-color: #4263a3 !important;
}
.g-bg-teal {
    background-color: #18ba9b !important;
}

.g-icon-bg{
    background-color: #4aa3df;
    color: #fff;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
.g-icon-bg.xxl{font-size:26px;}

@media (min-width:992px) {
	
  .home-banner-imgs{height:301px;background-color:#fff;margin-bottom:10px;}
  .home-banner .bxslider-item{position:relative;height:301px;background:#fff;margin-bottom:10px;}

  .category-list .list-children {
	width: 711px;
  }
  .home-banner{width: 696px;}
  .home-category {display:block;}
  .home-banner-category{display:none;}
  .home-banner{margin:25px 0 20px 15px}
  .home-banner-texts{height:130px;padding:10px;background-color:#fff;margin-bottom:0;}
  .home-banner-texts .seperator{border-right:1px solid #eee;}
  .home-banner-texts .feature-box-center{padding:10px 0 0 0;}
  .home-banner-texts .feature-box-center i{font-size:20px;margin:10px 0 0 0;}
  .home-banner-texts .col-md-6{padding:0;}
  .home-banner-texts p{margin:0;font-size: 12px;padding: 0 15px;}

  .footer .container{display:block;}
  .footer .space-50{display:block;}
}

@media (min-width:1200px) {
  .category-list .list-children {
	width: 906px;
  }
  .home-banner{width: 891px;}
  .home-category {display:block;}
  .home-banner-category{display:none;}
  .home-banner{margin:25px 0 20px 15px}
  .home-banner-texts{height:130px;padding:10px;background-color:#fff;}
  .home-banner-texts .seperator{border-right:1px solid #eee;}
  .home-banner-texts .feature-box-center{padding:10px 0 0 0;}
  .home-banner-texts .feature-box-center i{font-size:20px;margin:10px 0 0 0;}
  .home-banner-texts .col-md-6{padding:0;}
  .home-banner-texts p{margin:0;font-size: 12px;padding: 0 15px;}

  .footer .container{display:block;}
  .footer .space-50{display:block;}
}

.svg-icon-24px{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    background-color: currentColor;
}


.g-bg-darkgrey{padding-left:10px;color:#333;display:inline-block;}

.g-promise-label{
	color: #FF1962;background-color: rgba(230, 33, 84, 0.1) !important;
	padding: 5px 15px;
	border-radius: 100px;
	display: inline;
}

.sm-inline-visable{
	display: inline-block;
}
@media (min-width: 766px) {
	.sm-inline-visable{
		display: none;
	}
}


.g-pos-rel{position:relative;}
.g-inline-block{display:inline-block;}

a.image-popup .image-popup-playcover{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	border-radius:20px;
}
a.image-popup .image-popup-playcover:before {
	font-family: "Ionicons";
	content: "\f215";
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
}