
@import url(https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900);
@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(magnific-popup.css);
@import url(animate.min.css);
@import url(hover-min.css);
@import url(jquery.bxslider.min.css);
@import url(../plugins/icofont/css/icofont.css);
@import url(../plugins/bands-icon/style.css);
@import url(../plugins/fontawesome-5/css/fontawesome-all.min.css);
@import url(../plugins/flaticon/flaticon.css);

body {
  font-family: 'Heebo';
  color: #808891;
  font-size: 16px;
  line-height: 29px;
}

a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
  line-height: inherit;
  margin-left: 0px;
  color: inherit;
}

.container {
  -webkit-transition: none;
  transition: none;
}

.container1{
  padding-left: 15%;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.light-dark-bg {
  background: #222223;
}

.dark-bg {
  background: #000000;
}

.sec-pad {
  padding: 125px 0 90px;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0;
}
.pt3 {
  padding-top: 50px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.sec-title {
  margin-top: -5px;
}
.sec-title h3 {
  margin: 0;
  font-size: 47px;
  line-height: 55px;
  color: #2C3035;
  font-weight: normal;
}
.sec-title span {
  color: #3396EC;
  font-size: 20px;
}
.sec-title span + h3 {
  margin-top: 13px;
}
.sec-title p {
  margin: 0;
  font-size: 18px;
  color: #808891;
  margin-top: 27px;
}
.sec-title.light h3 {
  color: #FFFFFF;
}
.sec-title.light p {
  color: #E6E8E9;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #242C33;
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.scroll-to-top:hover {
  background: #147DD8;
  color: #fff;
}

body.active-preloader-ovh {
  overflow: hidden;
}

.preloader {
  background-color: #3396EC;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.header {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  min-height: auto;
}
.header-navigation .container {
  background: transparent;
  position: relative;
  padding-right: 80px;
}
.header-navigation .container .navbar-brand {
  height: auto;
  padding: 4px 0;
  margin-left: 0;
}
.header-navigation .container .main-navigation {
  text-align: right;
  padding: 0;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-navigation .container .right-side-box a.sidemenu-btn {
  font-size: 27px;
  color: #7b7b7b;
}
.header-navigation ul.navigation-box {
  float: none;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid rgba(185, 185, 185, 0.23);
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 7px 0;
}
.header-navigation ul.navigation-box > li.show-mobile {
  display: none;
}
@media (max-width: 450px) {
  .header-navigation ul.navigation-box > li.show-mobile {
    display: block;
  }
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 50px;
}
.header-navigation ul.navigation-box > li > a {
  padding: 5px 0;
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  letter-spacing: 0em;
  position: relative;
}
.header-navigation ul.navigation-box > li > a:after {
  content: '';
  width: 0%;
  height: 3px;
  background: #79CD1C;
  position: absolute;
  bottom: -9px;
  left: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li.active > a,
.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li > a:active,
.header-navigation ul.navigation-box > li > a:focus,
.header-navigation ul.navigation-box > li:hover > a {
  color: #3396EC;
}
.header-navigation ul.navigation-box > li.active > a:after,
.header-navigation ul.navigation-box > li.current > a:after,
.header-navigation ul.navigation-box > li > a:active:after,
.header-navigation ul.navigation-box > li > a:focus:after,
.header-navigation ul.navigation-box > li:hover > a:after {
  width: 100%;
}
.header-navigation ul.navigation-box > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 200px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #F4F4F6;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
          box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
}
.header-navigation ul.navigation-box > li > ul.sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > a {
  font-size: 15px;
  color: #2d2d2d;
  padding: 8px 0;
  display: block;
  line-height: 26px;
  padding-left: 27px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu li + li {
  border-top: 1px solid #E2E2E2;
}
.header-navigation ul.navigation-box > li > .sub-menu li:hover > a {
  background: #3396EC;
  color: #fff;
  position: relative;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 239px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #F4F4F6;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
          box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu > li > a {
  font-size: 16px;
  color: #2d2d2d;
  padding: 8px 0;
  display: block;
  line-height: 26px;
  padding-left: 27px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > .sub-menu li + li {
  border-top: 1px solid #E2E2E2;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > .sub-menu li:hover > a {
  background: #6270EA;
  color: #fff;
  position: relative;
}
.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
}
.header-navigation.stricky-fixed .container .navbar-brand {
  padding-top: 22px;
  padding-bottom: 22px;
}
.header-navigation.stricky-fixed ul.navigation-box {
  border-bottom: none;
}
.header-navigation.stricky-fixed ul.navigation-box > li {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-navigation.stricky-fixed ul.navigation-box > li > a {
  padding: 0;
}
.header-navigation.stricky-fixed ul.navigation-box > li.active > a:after, .header-navigation.stricky-fixed ul.navigation-box > li.current > a:after, .header-navigation.stricky-fixed ul.navigation-box > li > a:active:after, .header-navigation.stricky-fixed ul.navigation-box > li > a:focus:after, .header-navigation.stricky-fixed ul.navigation-box > li:hover > a:after {
  display: none;
}

.funfact-style-one {
  background: #fff url(../img/goodi1.png) right center no-repeat;
  background-size: cover;
}
@media (max-width: 1366px) {
  .funfact-style-one {
    background-position: 55% center;
  }
}
.funfact-style-one span.tag-line {
  color: #3396EC;
  font-size: 20px;
}
.funfact-style-one span.tag-line:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 2px;
  background: #3396EC;
  margin-right: 15px;
}
.funfact-style-one h3 {
  margin: 0;
  color: #2C3035;
  font-size: 47px;
  line-height: 55px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 70px;
}
.funfact-style-one .single-fun-fact {
  display: inline-block;
  vertical-align: middle;
}
.funfact-style-one .single-fun-fact + .single-fun-fact {
  margin-left: 50px;
}
.funfact-style-one .single-fun-fact .icon-box, .funfact-style-one .single-fun-fact .text-box {
  display: table-cell;
  vertical-align: middle;
}
.funfact-style-one .single-fun-fact .icon-box i {
  font-size: 52px;
  color: #3b9bee;
}
.funfact-style-one .single-fun-fact .text-box {
  padding-left: 40px;
}
.funfact-style-one .single-fun-fact .text-box h3 {
  margin: 0;
  color: #2C3035;
  font-size: 28px;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 7px;
}
.funfact-style-one .single-fun-fact .text-box p {
  margin: 0;
  color: #002d78;
  font-size: 18px;
}

#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
  z-index: 991;
}

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
  display: table-cell;
  text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
  vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
  display: block;
}

#minimal-bootstrap-carousel .carousel-control {
  background: none;
  width: 59px;
  height: 59px;
  font-size: 48px;
  line-height: 59px;
  color: #fff;
  background: transparent;
  visibility: visible !important;
  opacity: 1;
  font-weight: normal;
  margin-top: -20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  z-index: 99;
}
@media (max-width: 667px) {
  #minimal-bootstrap-carousel .carousel-control {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}

#minimal-bootstrap-carousel .carousel-control.left {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
  right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
  opacity: 1;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

#minimal-bootstrap-carousel {
  overflow: hidden;
}
#minimal-bootstrap-carousel .custom-navigation {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: -95%;
  width: 100%;
  z-index: 999;
  margin: 0;
}
#minimal-bootstrap-carousel .custom-navigation,
#minimal-bootstrap-carousel .custom-navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#minimal-bootstrap-carousel .custom-navigation li {
  border: 0;
  border-radius: 0;
  text-indent: 0;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #3396EC;
  opacity: 1;
  cursor: pointer;
}
#minimal-bootstrap-carousel .custom-navigation li + li {
  margin-top: 10px;
}
#minimal-bootstrap-carousel .custom-navigation li.active {
  background: #fff;
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
  min-height: 980px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #34424F;
}

.slider-home-one {
  position: relative;
}
.slider-home-one .content h3,
.slider-home-one .content p {
  margin: 0;
}
.slider-home-one .content h3 {
  font-weight: 700;
  font-size: 60px;
  color: #7b7b7b;
  line-height: 72px;
  letter-spacing: .025em;
  margin-bottom: 15px;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.slider-home-one .content h3 span {
  font-weight: 500;
}
.slider-home-one .content p {
  font-size: 20px;
  color: #7b7b7b;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  margin-bottom: 50px;
}
.slider-home-one .content a.banner-btn {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 58px;
  background: #FFFFFF;
  color: #2C3035;
  border: 1px solid #1abb1a;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.slider-home-one .content a.banner-btn:hover {
  background: #cccccc;
}
.slider-home-one .content a.banner-btn.style-two {
  background: #07a3d4;
  color: #fff;
  margin-left: 16px;
}
.slider-home-one .content a.banner-btn.style-two:hover {
  background: #0985ab;
}


.site-footer {
  background: #333335;
  padding-top: 40px;
  padding-bottom: 35px;
}
.site-footer .social {
  margin-top: 10px;
  margin-bottom: 10px;
}
.site-footer .social a {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 33px;
  background: #3D3D41;
  color: #3396ed;
  font-size: 16px;
  line-height: 33px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
}
.site-footer .social a:hover {
  color: #FFFFFF;
  background: #3196EE;
}
.site-footer .social a + a {
  margin-left: 10px;
}
.site-footer p.copy-text {
  margin: 0;
  color: #ECECEC;
  font-size: 16px;
}
.site-footer p.copy-text i.fa-heart {
  color: #79CE1C;
}

#home-page-one-google-map {
  width: 100%;
  height: 400px;
}

.contact-style-one {
  padding-bottom: 125px;
}
.contact-style-one .container {
  max-width: 970px;
}
.contact-style-one .contact-content {
  padding-top: 60px;
}
.contact-style-one .contact-content h3, .contact-style-one .contact-content p {
  margin: 0;
}
.contact-style-one .contact-content h3 {
  font-size: 28px;
  color: #2C3035;
  margin-bottom: 20px;
}
.contact-style-one p {
  font-size: 16px;
  line-height: 29px;
  color: #808891;
}
.contact-style-one .contact-info {
  margin-bottom: 15px;
}
.contact-style-one .contact-info p {
  font-size: 22px;
  color: #808891;
  line-height: 30px;
}
.contact-style-one .contact-info p span {
  color: #2C3035;
}
.contact-style-one .contact-form input, .contact-style-one .contact-form textarea {
  border: none;
  outline: none;
  background-color: #F1F1F1;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  width: 100%;
  display: block;
  height: 48px;
  color: #808891;
  font-size: 13px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.contact-style-one .contact-form input::-webkit-input-placeholder, .contact-style-one .contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #808891;
}
.contact-style-one .contact-form input::-moz-placeholder, .contact-style-one .contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #808891;
}
.contact-style-one .contact-form input:-ms-input-placeholder, .contact-style-one .contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #808891;
}
.contact-style-one .contact-form input:-moz-placeholder, .contact-style-one .contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #808891;
}
.contact-style-one .contact-form input.error, .contact-style-one .contact-form textarea.error {
  background: rgba(255, 0, 0, 0.4);
}
.contact-style-one .contact-form label.error {
  display: none !important;
}
.contact-style-one .contact-form textarea {
  height: 99px;
  padding-top: 10px;
}
.contact-style-one .contact-form button[type=submit] {
  border: none;
  outline: none;
  background: #3396EC;
  height: 48px;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.contact-style-one .contact-form button[type=submit]:hover {
  background: #147dd8;
}

/* 7. brand*/
.brand-carousel-wrapper {
  padding: 45px 0 70px;
}
.brand-carousel-wrapper .container {
  max-width: 1000px;
}
.brand-carousel-wrapper .brand-carousel {
  text-align: center;
}
.brand-carousel-wrapper .brand-carousel i {
  font-size: 120px;
  color: #B8B9C5;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.brand-carousel-wrapper .brand-carousel i:hover {
  color: #26274C;
}


.video-box-style-one {
  background: #000 url(../img/good5.png) center center no-repeat fixed;
  background-size: cover;
  padding: 100px 0 110px;
}
.box-good {
  background: #000 url(../img/banner1.jpg) center center no-repeat fixed;
  background-size: cover;
  padding: 50px 0 50px;
}
.video-box-style-one .tag-line {
  color: #FFFFFF;
  font-size: 20px;
}
.video-box-style-one .tag-line:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 2px;
  background: #FFFFFF;
  margin-right: 15px;
}
.video-box-style-one h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 47px;
  line-height: 55px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 55px;
}
.video-box-style-one a.video-popup {
  color: #fff;
  font-size: 60px;
  display: inline-block;
  vertical-align: middle;
}

.price-box-style-one .tab-title {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 45px;
}
.price-box-style-one .tab-title li {
  display: inline-block;
  vertical-align: middle;
}
.price-box-style-one .tab-title li:first-child a {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.price-box-style-one .tab-title li:last-child a {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.price-box-style-one .tab-title li a {
  display: block;
  color: #2C3035;
  font-size: 16px;
  background: #E9F2FE;
  padding: 12.5px 32px;
}
.price-box-style-one .tab-title li.active a {
  background: #5AAAEF;
  color: #fff;
}
.price-box-style-one .single-price-style-one {
  text-align: center;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  padding: 0 20px;
  padding-top: 35px;
}
.price-box-style-one .single-price-style-one.popular {
  padding-top: 31px;
  border: 3px solid #3196EE;
  -webkit-box-shadow: 0px 0px 15px rgba(34, 34, 34, 0.36);
          box-shadow: 0px 0px 15px rgba(34, 34, 34, 0.36);
}
.price-box-style-one .single-price-style-one h3 {
  margin: 0;
  color: #2C3035;
  font-size: 22px;
  margin-bottom: 40px;
}
.price-box-style-one .single-price-style-one .price-box {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 23px;
}
.price-box-style-one .single-price-style-one span.price {
  display: block;
  color: #3396EC;
  font-size: 48px;
  line-height: 1em;
  margin-bottom: 20px;
}
.price-box-style-one .single-price-style-one span.time {
  color: #808891;
  font-size: 16px;
}
.price-box-style-one .single-price-style-one .features {
  padding-top: 33px;
}
.price-box-style-one .single-price-style-one .features p {
  font-size: 18px;
  color: #2C3035;
  margin: 0;
}
.price-box-style-one .single-price-style-one .features p + p {
  margin-top: 10px;
}
.price-box-style-one .single-price-style-one a.price-btn {
  width: 154px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #3396EC;
  font-size: 16px;
  border-radius: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  margin-top: 35px;
  margin-bottom: 45px;
}

.feature-style-one .single-feature-style-one {
  text-align: center;
}
.feature-style-one .single-feature-style-one + .single-feature-style-one {
  margin-top: 65px;
}
.feature-style-one .single-feature-style-one .icon-box {
  border: 3px solid #79CD1C;
  background: #79CD1C;
  width: 93px;
  height: 93px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-style-one .single-feature-style-one .icon-box i {
  color: #2d3136;
  color: #fff;
  line-height: 87px;
  font-size: 42px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-style-one .single-feature-style-one .text-box h3, .feature-style-one .single-feature-style-one .text-box p {
  margin: 0;
}
.feature-style-one .single-feature-style-one .text-box h3 {
  font-weight: normal;
  color: #2C3035;
  font-size: 18px;
  margin-bottom: 10px;
}
.feature-style-one .single-feature-style-one .text-box p {
  color: #808891;
}
.feature-style-one .single-feature-style-one:hover .icon-box {
  border: 3px solid #3396EC;
  background-color: transparent;
}
.feature-style-one .single-feature-style-one:hover i {
  color: #2d3136;
}
.feature-style-one .moc-img {
  border-radius: 50px;
  -webkit-box-shadow: 0px 1px 18px rgba(34, 34, 34, 0.24);
          box-shadow: 0px 1px 18px rgba(34, 34, 34, 0.24);
}
.feature-style-one .feature-content-wrapper {
  padding-top: 115px;
}
.feature-style-one .feature-btn {
  border-radius: 7px;
  border: 2px solid #3396EC;
  background: transparent;
  width: 210px;
  height: 58px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 9px 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-style-one .feature-btn + .feature-btn {
  margin-left: 22px;
}
.feature-style-one .feature-btn .icon-box, .feature-style-one .feature-btn .text-box {
  display: inline-block;
  vertical-align: middle;
}
.feature-style-one .feature-btn .icon-box {
  width: 25px;
}
.feature-style-one .feature-btn .icon-box i {
  color: #3396EC;
  font-size: 23px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-style-one .feature-btn .icon-box i.fa-apple {
  font-size: 32px;
}
.feature-style-one .feature-btn .text-box {
  text-align: left;
  padding-left: 10px;
}
.feature-style-one .feature-btn .text-box .labeled-text {
  display: block;
  color: #2C3035;
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 8px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-style-one .feature-btn .text-box .store-name {
  display: block;
  text-transform: uppercase;
  color: #2C3035;
  font-size: 16px;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-style-one .feature-btn.active, .feature-style-one .feature-btn:hover {
  background: #3396EC;
}
.feature-style-one .feature-btn.active .icon-box i, .feature-style-one .feature-btn:hover .icon-box i {
  color: #FFFFFF;
}
.feature-style-one .feature-btn.active .text-box .labeled-text,
.feature-style-one .feature-btn.active .text-box .store-name, .feature-style-one .feature-btn:hover .text-box .labeled-text,
.feature-style-one .feature-btn:hover .text-box .store-name {
  color: #FAFFF8;
}
.feature-style-one .btn-box {
  margin-top: 90px;
}

.feature-style-two .row + .row {
  margin-top: 100px;
}
.feature-style-two .feature-content {
  padding-left: 70px;
  padding-top: 45px;
}
.feature-style-two .feature-content .tag-line {
  color: #3396EC;
  font-size: 20px;
}
.feature-style-two .feature-content .tag-line:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 2px;
  background: #3396EC;
  margin-right: 15px;
}
.feature-style-two .feature-content h3 {
  font-size: 47px;
  line-height: 55px;
  font-weight: normal;
  color: #2C3035;
  margin: 0;
  margin-top: 18px;
  margin-bottom: 30px;
}
.feature-style-two .feature-content p {
  color: #808891;
  font-size: 18px;
  line-height: 29px;
  margin: 0;
  margin-bottom: 45px;
}
.feature-style-two .feature-content a.view-more {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 58px;
  background: #3396EC;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-style-two .feature-content a.view-more:hover {
  background: #147dd8;
}
.feature-style-two .feature-content a.view-more.style-two {
  background: #19CAD0;
}
.feature-style-two .feature-content a.view-more.style-two:hover {
  background: #149ea2;
}
.feature-style-two .img-box {
  display: inline-block;
  position: relative;
  margin-top: 55px;
}
.feature-style-two .img-box:before {
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  content: '';
  background: #3396EC;
  background: -webkit-gradient(left top, right top, color-stop(0%, #3396EC), color-stop(100%, #ffffff));
  background: -webkit-gradient(linear, left top, right top, from(#3396EC), to(#ffffff));
  background: linear-gradient(to right, #3396EC 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3396EC', endColorstr='#ffffff', GradientType=1 );
}
.feature-style-two .img-box .inner {
  margin-left: 55px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.feature-style-two .img-box .inner img {
  border-radius: 10px;
}
.feature-style-two .img-box .inner:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: none;
  transition: none;
  border-radius: 10px;
}
.feature-style-two .img-box .inner:hover:after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.feature-style-two .img-box.gradient-two:before {
  background: #19CAD0;
  background: -webkit-gradient(left top, right top, color-stop(0%, #19CAD0), color-stop(100%, #ffffff));
  background: -webkit-gradient(linear, left top, right top, from(#19CAD0), to(#ffffff));
  background: linear-gradient(to right, #19CAD0 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19CAD0', endColorstr='#ffffff', GradientType=1 );
}
.feature-style-two .img-box.gradient-three:before {
  background: #6641C0;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6641C0), color-stop(100%, #ffffff));
  background: -webkit-gradient(linear, left top, right top, from(#6641C0), to(#ffffff));
  background: linear-gradient(to right, #6641C0 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6641C0', endColorstr='#ffffff', GradientType=1 );
}
.feature-style-two .img-box.gradient-four:before {
  background: #CD3498;
  background: -webkit-gradient(left top, right top, color-stop(0%, #CD3498), color-stop(100%, #ffffff));
  background: -webkit-gradient(linear, left top, right top, from(#CD3498), to(#ffffff));
  background: linear-gradient(to right, #CD3498 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CD3498', endColorstr='#ffffff', GradientType=1 );
}
.feature-style-two .img-box.gradient-five:before {
  background: #1BC9D1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #1BC9D1), color-stop(100%, #000000));
  background: -webkit-gradient(linear, left top, right top, from(#1BC9D1), to(#000000));
  background: linear-gradient(to right, #1BC9D1 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1BC9D1', endColorstr='#000000', GradientType=1 );
}
.feature-style-two .img-box.gradient-six:before {
  background: #3397EC;
  background: -webkit-gradient(left top, right top, color-stop(0%, #3397EC), color-stop(100%, #000000));
  background: -webkit-gradient(linear, left top, right top, from(#3397EC), to(#000000));
  background: linear-gradient(to right, #3397EC 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3397EC', endColorstr='#000000', GradientType=1 );
}
.feature-style-two .pull-left .feature-content {
  padding-left: 0;
}
.feature-style-two.home-page-four .feature-content h3 {
  color: #FFFFFF;
}
.feature-style-two.home-page-four .feature-content p {
  color: #E6E8E9;
}
.feature-style-two.home-page-four .feature-content a.view-more {
  background: #1bc8d1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #1bc8d1), color-stop(100%, #3396ec));
  background: -webkit-gradient(linear, left top, right top, from(#1bc8d1), to(#3396ec));
  background: linear-gradient(to right, #1bc8d1 0%, #3396ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bc8d1', endColorstr='#3396ec', GradientType=1 );
}

.feature-style-three.gray-bg {
  background: #F1F1F1;
}
.feature-style-three .row [class*=col-]:last-child .single-feature-style-three {
  text-align: center;
}
.feature-style-three .row [class*=col-]:last-child .single-feature-style-three .icon-box:after {
  display: none;
}
.feature-style-three .single-feature-style-three {
  text-align: center;
}
.feature-style-three .single-feature-style-three .icon-box {
  width: 93px;
  height: 93px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 40px;
  border: 3px solid #3396EC;
  background-color: transparent;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}
.feature-style-three .single-feature-style-three .icon-box:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -195%;
  content: '';
  width: 133px;
  height: 0px;
  border-bottom: 2px dashed #C1C1D8;
}
.feature-style-three .single-feature-style-three .icon-box i {
  color: #2d3136;
  line-height: 87px;
  font-size: 42px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-style-three .single-feature-style-three h3 {
  font-size: 18px;
  font-weight: normal;
  color: #2C3035;
  margin: 0;
  margin-bottom: 7px;
}
.feature-style-three .single-feature-style-three p {
  color: #808891;
  font-size: 16px;
  padding: 0 34px;
  margin: 0;
}
.feature-style-three .single-feature-style-three:hover .icon-box {
  border: 3px solid #79CD1C;
  background: #79CD1C;
}
.feature-style-three .single-feature-style-three:hover i {
  color: #fff;
}

.portfolioGood {
  padding-bottom: 95px;
}


.service-style-one {
  overflow: hidden;
  padding-top: 110px;
}
.service-style-one .row {
  margin-left: -17.5px;
  margin-right: -17.5px;
}
.service-style-one .row [class*=col-] {
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.service-style-one .single-service-style-one {
  text-align: center;
}
.service-style-one .single-service-style-one .img-box {
  background: #F1F1F1;
  position: relative;
}
.service-style-one .single-service-style-one .img-box > img {
  width: 100%;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-one .single-service-style-one .img-box .overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(49, 150, 238, 0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-one .single-service-style-one .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.service-style-one .single-service-style-one .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
}
.service-style-one .single-service-style-one .img-box .overlay .box .content i {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 54px;
  color: #2d3136;
}
.service-style-one .single-service-style-one .img-box .overlay .box .content h3,
.service-style-one .single-service-style-one .img-box .overlay .box .content p {
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-one .single-service-style-one .img-box .overlay .box .content h3 {
  color: #2C3035;
  font-size: 22px;
  font-weight: normal;
  margin-top: 10px;
}
.service-style-one .single-service-style-one .img-box .overlay .box .content p {
  color: #808891;
  font-size: 16px;
  line-height: 29px;
  padding: 0 37px;
  margin-top: 10px;
}
.service-style-one .single-service-style-one:hover .img-box > img {
  opacity: 1;
}
.service-style-one .single-service-style-one:hover .img-box .overlay {
  background: rgba(49, 150, 238, 0.9);
}
.service-style-one .single-service-style-one:hover .img-box .overlay .box .content i,
.service-style-one .single-service-style-one:hover .img-box .overlay .box .content h3,
.service-style-one .single-service-style-one:hover .img-box .overlay .box .content p {
  color: #F2F1F1;
}

/*23*/
.about-style-one .about-content {
  padding-top: 120px;
}
.about-style-one .about-content .tag-line {
  color: #3397EB;
  font-size: 20px;
  margin-bottom: 15px;
}
.about-style-one .about-content .tag-line:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 2px;
  background: #3397EB;
  margin-right: 15px;
}
.about-style-one .about-content h3,
.about-style-one .about-content p {
  margin: 0;
}
.about-style-one .about-content .title-text {
  font-size: 37px;
  line-height: 55px;
  font-weight: normal;
  color: #2C3035;
  margin-bottom: 25px;
}
.about-style-one .about-content .title-text span {
  color: #3397EB;
}
.about-style-one .about-content .title-text .type-wrap {
  display: inline-block;
}
.about-style-one .about-content .title-text .typed {
  display: inline-block;
  color: #3397EB;
}
.about-style-one .about-content .title-text .typed-cursor {
  position: relative;
  bottom: 0px;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about-style-one .about-content p {
  font-size: 18px;
  line-height: 29px;
  color: #808891;
}
.about-style-one .about-content .progress-box {
  margin-top: 25px;
}
.about-style-one .about-content .single-progress-bar + .single-progress-bar {
  margin-top: 20px;
}
.about-style-one .about-content .single-progress-bar .labeled-text,
.about-style-one .about-content .single-progress-bar .progress-scale,
.about-style-one .about-content .single-progress-bar .percent {
  display: inline-block;
  vertical-align: middle;
}
.about-style-one .about-content .single-progress-bar .labeled-text {
  color: #2C3035;
  font-size: 16px;
  text-transform: uppercase;
  width: 44px;
  margin-right: 20px;
}
.about-style-one .about-content .single-progress-bar .progress-scale {
  width: 100%;
  max-width: 285px;
  background: #F0F0F0;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.about-style-one .about-content .single-progress-bar .progress-scale .inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.about-style-one .about-content .single-progress-bar .percent {
  color: #fff;
  font-size: 14px;
  background: #333335;
  line-height: 1em;
  text-align: center;
  border-radius: 3px;
  padding: 13px 9px 10px;
  margin-left: 20px;
  line-height: 0;
}

.about-style-two {
  padding-bottom: 120px;
}
.about-style-two .about-content .main-title-box .tag-line {
  color: #3397EB;
  font-size: 20px;
  margin-bottom: 15px;
}
.about-style-two .about-content .main-title-box .tag-line:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 2px;
  background: #3397EB;
  margin-right: 15px;
}
.about-style-two .about-content .main-title-box h3,
.about-style-two .about-content .main-title-box p {
  margin: 0;
}
.about-style-two .about-content .main-title-box .title-text {
  font-size: 47px;
  line-height: 55px;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.about-style-two .about-content .main-title-box .title-text span {
  color: #3397EB;
}
.about-style-two .about-content .main-title-box .title-text .type-wrap {
  display: inline-block;
}
.about-style-two .about-content .main-title-box .title-text .typed {
  display: inline-block;
  color: #3397EB;
}
.about-style-two .about-content .main-title-box .title-text .typed-cursor {
  position: relative;
  bottom: 0px;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about-style-two .about-content .main-title-box p {
  font-size: 18px;
  line-height: 29px;
  color: #E6E8E9;
}
.about-style-two .about-content .title-box {
  margin-top: 60px;
  margin-bottom: 35px;
}
.about-style-two .about-content .title-box h3, .about-style-two .about-content .title-box p {
  margin: 0;
}
.about-style-two .about-content .title-box h3 {
  color: #79CE1C;
  font-size: 36px;
  font-weight: normal;
}
.about-style-two .about-content .title-box p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 29px;
  color: #E6E8E9;
}
.about-style-two .about-content .single-about-feature-box + .single-about-feature-box {
  margin-top: 63px;
}
.about-style-two .about-content .single-about-feature-box .icon-box, .about-style-two .about-content .single-about-feature-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.about-style-two .about-content .single-about-feature-box .icon-box .inner {
  width: 44px;
  height: 44px;
  background: #3196ee;
  text-align: center;
  border-radius: 50%;
}
.about-style-two .about-content .single-about-feature-box .icon-box .inner i {
  line-height: 44px;
  color: #FDFDFD;
  font-size: 18px;
}
.about-style-two .about-content .single-about-feature-box .text-box {
  padding-left: 55px;
}
.about-style-two .about-content .single-about-feature-box .text-box h3, .about-style-two .about-content .single-about-feature-box .text-box p {
  margin: 0;
}
.about-style-two .about-content .single-about-feature-box .text-box h3 {
  font-size: 28px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 10px;
}
.about-style-two .about-content .single-about-feature-box .text-box p {
  font-size: 18px;
  line-height: 29px;
  color: #000000;
}
.about-style-two .about-content .single-about-feature-box.style-two .icon-box .inner {
  background: #1AC9D1;
}
.about-style-two img.about-image {
  margin-top: 90px;
}

.hidden-sidebar {
  position: fixed;
  top: 0;
  right: -270px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  max-width: 270px;
  background: #FFFFFF;
  overflow: auto;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-box-shadow: 0px 7px 15px rgba(33, 33, 33, 0.36);
          box-shadow: 0px 7px 15px rgba(33, 33, 33, 0.36);
}

.hidden-sidebar.open {
  -webkit-transform: translate3d(-270px, 0, 0);
          transform: translate3d(-270px, 0, 0);
}

.hidden-sidebar a.close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #7b7b7b;
  font-size: 25px;
}

.hidden-sidebar .sidebar-content {
  padding-top: 65px;
  padding-bottom: 65px;
}
.hidden-sidebar .sidebar-content .navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 180px;
  margin-bottom: 150px;
}
.hidden-sidebar .sidebar-content .navigation-box li a {
  color: #7b7b7b;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: block;
}
.hidden-sidebar .sidebar-content .navigation-box li a:hover {
  color: #3396EC;
}
.hidden-sidebar .sidebar-content .navigation-box li.current a {
  color: #3396EC;
}
.hidden-sidebar .sidebar-content .navigation-box li + li {
  margin-top: 20px;
}
.hidden-sidebar .sidebar-content .navigation-box li .subnav-toggler {
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  padding: 0;
  margin-left: 10px;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
}
.hidden-sidebar .sidebar-content .navigation-box li ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hidden-sidebar .sidebar-content .navigation-box li ul.sub-menu li a {
  color: #FFFFFF;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: block;
  padding-left: 15px;
}
.hidden-sidebar .sidebar-content .social {
  margin-bottom: 20px;
}
.hidden-sidebar .sidebar-content .social a {
  display: inline-block;
  vertical-align: middle;
  color: #3396ed;
  font-size: 16px;
  line-height: 33px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
}
.hidden-sidebar .sidebar-content .social a:hover {
  color: #3196EE;
}
.hidden-sidebar .sidebar-content .social a + a {
  margin-left: 10px;
}
.hidden-sidebar .sidebar-content p.copy-text {
  margin: 0;
  color: #bbbdd7;
  font-size: 15px;
}
.hidden-sidebar .sidebar-content p.copy-text i.fa-heart {
  color: #79CE1C;
}
.parallax-bg {
  background-color: #000;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

[class*=parallax-style] {
  max-height: 650px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[class*=parallax-style] p {
  margin-top: 30px !important;
}
[class*=parallax-style] a.thm-btn {
  margin-top: 50px;
}
[class*=parallax-style].overlay {
  position: relative;
}
[class*=parallax-style].overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
[class*=parallax-style].overlay * {
  position: relative;
  z-index: 10;
}

.parallax-style-one {
  background-image: url(../img/parallax-1-1.jpg);
}
.parallax-style-one h3,
.parallax-style-one p {
  margin: 0;
}
.parallax-style-one h3 {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 72px;
  font-weight: 300;
}
.parallax-style-one h3 span {
  font-weight: 500;
}
.parallax-style-one p {
  font-size: 20px;
  color: #FFFFFF;
}
.parallax-style-one a.thm-btn {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 58px;
  background: #7BCF0C;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.parallax-style-one a.thm-btn:hover {
  background: #5e9f09;
}
.parallax-style-one a.thm-btn.style-two {
  background: #19CAD0;
}
.parallax-style-one a.thm-btn.style-two:hover {
  background: #149ea2;
}

.parallax-style-two {
  background-image: url(../img/parallax-1-2.jpg);
}
.parallax-style-two h3,
.parallax-style-two p {
  margin: 0;
}
.parallax-style-two h3 {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: .025em;
  color: #2C3035;
  font-weight: 300;
}
.parallax-style-two p {
  font-size: 20px;
  line-height: 32px;
  color: #808891;
}
.parallax-style-two a.thm-btn {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 58px;
  background: #3396EC;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.parallax-style-two a.thm-btn:hover {
  background: #147dd8;
}

.parallax-style-three {
  background-image: url(../img/parallax-1-3.jpg);
}
.parallax-style-three h3,
.parallax-style-three p {
  margin: 0;
}
.parallax-style-three h3 {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: .025em;
  color: #FFFFFF;
  font-weight: 300;
}
.parallax-style-three p {
  font-size: 20px;
  line-height: 32px;
  color: #808891;
}
.parallax-style-three a.thm-btn {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 58px;
  background: #1AC9D1;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.parallax-style-three a.thm-btn:hover {
  background: #149da4;
}

.parallax-style-four {
  background-image: url(../img/video-bg-1.jpg);
}
.parallax-style-four h3,
.parallax-style-four p {
  margin: 0;
}
.parallax-style-four h3 {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: .025em;
  color: #2C3035;
  font-weight: 300;
}
.parallax-style-four p {
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}
.parallax-style-four a.thm-btn {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 58px;
  background: #1AC9D1;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.parallax-style-four a.thm-btn:hover {
  background: #149da4;
}

.parallax-style-five h3,
.parallax-style-five p {
  margin: 0;
}
.parallax-style-five h3 {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: .025em;
  color: #FFFFFF;
  font-weight: 300;
}
.parallax-style-five p {
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}
.parallax-style-five a.thm-btn {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 58px;
  background: #1AC9D1;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: #6540c3;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6540c3), color-stop(100%, #d43296));
  background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
  background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
}


.has-right-sidebar {
  padding-right: 0px;
}

.sidebar .single-sidebar:not(.search-widget):not(.tags-widget) {
  padding: 0 30px;
  padding-top: 30px;
  border: 1px solid #EBEBEF;
}
.sidebar .single-sidebar + .single-sidebar {
  margin-top: 45px;
}
.sidebar .single-sidebar .title {
  margin-bottom: 30px;
}
.sidebar .single-sidebar .title h3 {
  margin: 0;
  color: #150A33;
  font-size: 22px;
  font-weight: 400;
}
.sidebar .single-sidebar .title h3:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #79CE1C;
  margin-left: 15px;
}
.sidebar .single-sidebar.search-widget {
  border: 1px solid #ececf0;
}
.sidebar .single-sidebar.search-widget form {
  position: relative;
  height: 54px;
}
.sidebar .single-sidebar.search-widget form input {
  width: 100%;
  height: 100%;
  color: #514A47;
  font-size: 15px;
  padding-left: 20px;
  border: none;
  outline: none;
  background-color: transparent;
  letter-spacing: .05em;
}
.sidebar .single-sidebar.search-widget form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #514A47;
}
.sidebar .single-sidebar.search-widget form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #514A47;
}
.sidebar .single-sidebar.search-widget form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #514A47;
}
.sidebar .single-sidebar.search-widget form input:-moz-placeholder {
  /* Firefox 18- */
  color: #514A47;
}
.sidebar .single-sidebar.search-widget form button {
  background-color: transparent;
  outline: none;
  border: none;
  color: #514A47;
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  width: 75px;
  height: 100%;
  color: #514A47;
  border-left: 1px solid #ececf0;
}
.sidebar .single-sidebar.category-widget {
  padding-bottom: 30px !important;
}
.sidebar .single-sidebar.category-widget ul.category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -5px;
}
.sidebar .single-sidebar.category-widget ul.category-list li + li {
  border-top: 1px solid #E0E0E0;
  padding-top: 10px;
  margin-top: 10px;
}
.sidebar .single-sidebar.category-widget ul.category-list li a {
  color: #514A47;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar.category-widget ul.category-list li a span.count {
  float: right;
}
.sidebar .single-sidebar.category-widget ul.category-list li a:hover {
  color: #79CE1C;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list {
  margin-top: -5px;
  padding-bottom: 15px;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post {
  margin-bottom: 0;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post + .single-recent-post {
  border-top: 1px solid #E0E0E0;
  padding-top: 15px;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post + .single-recent-post {
  margin-top: 20px;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3 {
  margin: 0;
  color: #150A33;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .01em;
  font-weight: 400;
  margin-bottom: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3:hover {
  color: #79CE1C;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post a.date {
  color: #929191;
  font-size: 15px;
  line-height: 1em;
  display: inline-block;
  font-weight: 400;
}
.sidebar .single-sidebar.tags-widget ul.tags-list, .sidebar .single-sidebar.tags-widget ul.tags-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .single-sidebar.tags-widget ul.tags-list {
  margin-left: -5px;
  margin-right: -5px;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin-bottom: 10px;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li a {
  display: block;
  border: 1px solid #F5F9FF;
  color: #514A47;
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
  padding: 10px 19px;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #F5F9FF;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li a:hover {
  color: #fff;
  border-color: #79CE1C;
  background: #79CE1C;
}

