/*====================================================*/
/*=== fonts ====*/
/*=== fonts ====*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900");
/*====================================================*/
/*====================================================*/
.p0 {
  padding: 0px;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

.row.m0 {
  margin: 0px;
}

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'bwmodelicaregular';
  letter-spacing: 0px;
  font-weight: 400;
  color: #333333;
  padding: 0px !important;
  overflow-x: hidden !important;
}

a, .btn, button {
  text-decoration: none;
  outline: none;
}

a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section.row, header.row, footer.row {
  margin: 0;
}

/*====================================================*/
/*====================================================*/
.hero-area-fix {
  position: relative;
  overflow: hidden;
  background: url("../image/bg.jpg") no-repeat scroll center 0;
  background-size: cover;
  height: 950px;
}

@media (max-width: 580px) {
  .hero-area-fix {
    height: 500px;
  }
}

.hero-text {
  text-align: center;
  padding-top: 165px;
  padding-bottom: 190px;
  position: relative;
  z-index: 1;
  color: #fff;
}

@media (max-width: 1199px) {
  .hero-text {
    padding-bottom: 120px;
  }
}

@media (max-width: 580px) {
  .hero-text {
    padding-top: 118px;
  }
}

.hero-text .icon {
  padding-bottom: 70px;
}

@media (max-width: 480px) {
  .hero-text .icon {
    padding-bottom: 15px;
  }
}

.hero-text h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 90px;
  line-height: 95px;
  text-transform: uppercase;
  letter-spacing: 15px;
  color: #fff;
}

@media (max-width: 1199px) {
  .hero-text h1 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .hero-text h1 {
    font-size: 60px;
  }
}

@media (max-width: 576px) {
  .hero-text h1 {
    letter-spacing: 0px;
  }
}

@media (max-width: 400px) {
  .hero-text h1 {
    font-size: 45px;
  }
}

.hero-text h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .hero-text h3 {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0px;
  }
}

.parallax-inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 100%;
  width: 1260px;
  z-index: 0;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .parallax-inner {
    width: 960px;
  }
}

@media (max-width: 580px) {
  .parallax-inner {
    display: none;
  }
}

.parallax-inner .edgtf-additional-image-holder {
  position: absolute;
  -webkit-transition: all 1s cubic-bezier(0.15, 0.44, 0.1, 0.96);
  -o-transition: all 1s cubic-bezier(0.15, 0.44, 0.1, 0.96);
  transition: all 1s cubic-bezier(0.15, 0.44, 0.1, 0.96);
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
}

.parallax-inner .edgtf-additional-image-holder.edgtf-appeared {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.parallax-inner .edgtf-additional-image-holder.edgtf-add-3.edgtf-appeared {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.parallax-inner .edgtf-add-1 {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 30%);
  -ms-transform: translate(0, 30%);
  transform: translate(0, 30%);
}

@media (max-width: 767px) {
  .parallax-inner .edgtf-add-1 {
    display: none;
  }
}

.parallax-inner .edgtf-add-2 {
  bottom: 0;
  left: 248px;
  -webkit-transform: translate(0, 35%);
  -ms-transform: translate(0, 35%);
  transform: translate(0, 35%);
}

@media (max-width: 1199px) {
  .parallax-inner .edgtf-add-2 {
    left: 148px;
  }
}

.parallax-inner .edgtf-add-3 {
  bottom: 0;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, 20%);
  -ms-transform: translate(-50%, 20%);
  transform: translate(-50%, 20%);
}

.parallax-inner .edgtf-add-4 {
  bottom: 0;
  right: 248px;
  -webkit-transform: translate(0, 35%);
  -ms-transform: translate(0, 35%);
  transform: translate(0, 35%);
  z-index: 1;
}

@media (max-width: 1199px) {
  .parallax-inner .edgtf-add-4 {
    right: 148px;
  }
}

.parallax-inner .edgtf-add-5 {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0, 30%);
  -ms-transform: translate(0, 30%);
  transform: translate(0, 30%);
  z-index: -1;
}

@media (max-width: 767px) {
  .parallax-inner .edgtf-add-5 {
    display: none;
  }
}

/*====================================================*/
/*====================================================*/
/*products-body css
=====================================================*/
.products-body {
  background: #f7f7f7;
  padding: 35px 0px 130px;
}

.products-body .section-title {
  text-align: center;
  margin-bottom: 0px;
}

.products-body .section-title h2 {
  font-size: 45px;
  line-height: 60px;
  font-family: "Roboto", sans-serif;
  color: #2349db;
  background-image: -moz-linear-gradient(0deg, #4776e6 0%, #8e54e9 100%);
  background-image: -webkit-linear-gradient(0deg, #4776e6 0%, #8e54e9 100%);
  background-image: -ms-linear-gradient(0deg, #4776e6 0%, #8e54e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 700px;
  margin: 0 auto;
}

.products-body .section-title h2 span {
  font-family: "Roboto", sans-serif;
}

.products-body .section-title h4 {
  font-size: 25px;
  line-height: 60px;
  color: #666666;
  font-family: "Roboto", sans-serif;
}

.products-body .portfolio-filter {
  text-align: center;
  max-width: 580px;
  margin: 60px auto 0px;
  border: 0px;
}

.products-body .portfolio-filter li {
  float: left;
  font-size: 22px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  height: 75px;
  border-bottom: 3px solid transparent;
  font-weight: 500;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #fff;
}

.products-body .portfolio-filter li a {
  padding: 16px 50px;
  border: 0px;
  color: #555555;
  cursor: pointer;
}

.products-body .portfolio-filter li a:hover, .products-body .portfolio-filter li a:focus {
  border: 0px;
  background: transparent;
  cursor: pointer;
}

.products-body .portfolio-filter li i {
  font-size: 30px;
  padding-right: 16px;
  line-height: 35px;
}

.products-body .portfolio-filter li.active, .products-body .portfolio-filter li:hover {
  border-color: #2349db;
  cursor: pointer;
}

.products-body .portfolio-filter li.active a, .products-body .portfolio-filter li:hover a {
  color: #2349db;
}

.portfolio-gallery .portfolio-item {
  margin-top: 65px;
}

@media (max-width: 767px) {
  .portfolio-gallery .portfolio-item {
    width: 100%;
  }
}

.portfolio-gallery .portfolio-item .portfolio-image {
  text-align: center;
}

.portfolio-gallery .portfolio-item .portfolio-image a {
  display: inline-block;
}

.portfolio-gallery .portfolio-item .portfolio-image a img {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
}

.portfolio-gallery .portfolio-item .portfolio-image .popup {
  font-size: 17px;
  line-height: 25px;
  color: #555555;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .portfolio-gallery .portfolio-item .portfolio-image .popup {
    font-size: 16px;
  }
}

.bg-white {
  background: #fff;
}

/*promo_area css
=================================================================*/
.promo_area {
  background: url("../image/promo-bg.png") no-repeat scroll center center/contain;
  padding: 360px 0px 430px;
  position: relative;
}

@media (max-width: 767px) {
  .promo_area {
    padding: 157px 0px 255px;
  }
}

@media (max-width: 600px) {
  .promo_area {
    padding: 120px 0px;
  }
}

.promo_area .promo-content {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 20px 70px 0px rgba(19, 62, 89, 0.3);
  box-shadow: 0px 20px 70px 0px rgba(19, 62, 89, 0.3);
  text-align: center;
  padding: 44px 0px 115px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .promo_area .promo-content {
    padding: 30px 0px 55px;
  }
}

@media (max-width: 600px) {
  .promo_area .promo-content {
    padding: 30px 10px 55px;
  }
}

.promo_area .promo-content h2 {
  font-size: 40px;
  color: #2349db;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

@media (max-width: 991px) {
  .promo_area .promo-content h2 {
    font-size: 25px;
  }
}

.promo_area .promo-content p {
  font-size: 20px;
  line-height: 32px;
  color: #444444;
  font-family: "Roboto", sans-serif;
  padding-top: 25px;
}

@media (max-width: 991px) {
  .promo_area .promo-content p {
    font-size: 14px;
  }
}

.promo_area .round-planet {
  width: 862px;
  height: 862px;
  border: 2px solid rgba(229, 227, 253, 0.502);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  background-image: -moz-linear-gradient(0deg, rgba(134, 117, 255, 0.02) 0%, rgba(255, 255, 255, 0.502) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(134, 117, 255, 0.02) 0%, rgba(255, 255, 255, 0.502) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(134, 117, 255, 0.02) 0%, rgba(255, 255, 255, 0.502) 100%);
}

@media (max-width: 991px) {
  .promo_area .round-planet {
    width: 580px;
    height: 580px;
  }
}

@media (max-width: 600px) {
  .promo_area .round-planet {
    display: none;
  }
}

.promo_area .round-planet.planet {
  top: 45%;
}

.promo_area .round-planet.planet2 {
  width: 750px;
  height: 750px;
}

@media (max-width: 991px) {
  .promo_area .round-planet.planet2 {
    width: 500px;
    height: 500px;
  }
}

.promo_area .round-planet.planet3 {
  width: 642px;
  height: 642px;
}

@media (max-width: 991px) {
  .promo_area .round-planet.planet3 {
    width: 450px;
    height: 450px;
  }
}

.promo_area .round-planet .star {
  border-radius: 50%;
  top: 50%;
  left: 50%;
  position: absolute;
}

@media (max-width: 767px) {
  .promo_area .round-planet .star {
    display: none;
  }
}

.promo_area .round-planet .star.star1 {
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background: #006cbe;
  -webkit-animation: spinnerRotate 20s linear infinite;
  animation: spinnerRotate 20s linear infinite;
}

.promo_area .round-planet .star.star2 {
  -webkit-animation: spinnerRotateone 20s linear infinite;
  animation: spinnerRotateone 20s linear infinite;
  width: 18px;
  height: 18px;
  background: #8675ff;
  margin-top: -9px;
  margin-left: -9px;
}

.promo_area .round-planet .star.star3 {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  -webkit-animation: spinnerRotatetwo 20s linear infinite;
  animation: spinnerRotatetwo 20s linear infinite;
  background: #d90f5b;
}

.promo_area .round-planet .star.star4 {
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  -webkit-animation: spinnerRotatethree 20s linear infinite;
  animation: spinnerRotatethree 20s linear infinite;
  background: #ffb633;
}

.promo_area .round-planet .star.star5 {
  -webkit-animation: spinnerRotatefour 25s linear infinite;
  animation: spinnerRotatefour 25s linear infinite;
}

.promo_area .round-planet .star.star6 {
  -webkit-animation: spinnerRotatefive 25s linear infinite;
  animation: spinnerRotatefive 25s linear infinite;
}

.promo_area .round-planet .star.star7 {
  -webkit-animation: spinnerRotatesix 25s linear infinite;
  animation: spinnerRotatesix 25s linear infinite;
}

.promo_area .round-planet .star.star8 {
  -webkit-animation: spinnerRotateseven 25s linear infinite;
  animation: spinnerRotateseven 25s linear infinite;
}

/*spinner keyframe
=======================================================*/
@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg) translateX(320px);
    transform: rotate(0deg) translateX(320px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(320px);
    transform: rotate(360deg) translateX(320px);
  }
}
@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg) translateX(320px);
    transform: rotate(0deg) translateX(320px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(320px);
    transform: rotate(360deg) translateX(320px);
  }
}

@-webkit-keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(320px);
    transform: rotate(0deg) translateY(320px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(320px);
    transform: rotate(360deg) translateY(320px);
  }
}

@keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(320px);
    transform: rotate(0deg) translateY(320px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(320px);
    transform: rotate(360deg) translateY(320px);
  }
}

@-webkit-keyframes spinnerRotatetwo {
  0% {
    -webkit-transform: rotate(0deg) translateY(-320px);
    transform: rotate(0deg) translateY(-320px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(-320px);
    transform: rotate(360deg) translateY(-320px);
  }
}

@keyframes spinnerRotatetwo {
  0% {
    -webkit-transform: rotate(0deg) translateY(-320px);
    transform: rotate(0deg) translateY(-320px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(-320px);
    transform: rotate(360deg) translateY(-320px);
  }
}

@-webkit-keyframes spinnerRotatethree {
  0% {
    -webkit-transform: rotate(0deg) translateX(-320px);
    transform: rotate(0deg) translateX(-320px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(-320px);
    transform: rotate(360deg) translateX(-320px);
  }
}

@keyframes spinnerRotatethree {
  0% {
    -webkit-transform: rotate(0deg) translateX(-320px);
    transform: rotate(0deg) translateX(-320px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(-320px);
    transform: rotate(360deg) translateX(-320px);
  }
}

@-webkit-keyframes spinnerRotatefour {
  0% {
    -webkit-transform: rotate(0deg) translateX(375px);
    transform: rotate(0deg) translateX(375px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(375px);
    transform: rotate(360deg) translateX(375px);
  }
}

@keyframes spinnerRotatefour {
  0% {
    -webkit-transform: rotate(0deg) translateX(375px);
    transform: rotate(0deg) translateX(375px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(375px);
    transform: rotate(360deg) translateX(375px);
  }
}

@-webkit-keyframes spinnerRotatefive {
  0% {
    -webkit-transform: rotate(0deg) translateY(375px);
    transform: rotate(0deg) translateY(375px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(375px);
    transform: rotate(360deg) translateY(375px);
  }
}

@keyframes spinnerRotatefive {
  0% {
    -webkit-transform: rotate(0deg) translateY(375px);
    transform: rotate(0deg) translateY(375px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(375px);
    transform: rotate(360deg) translateY(375px);
  }
}

@-webkit-keyframes spinnerRotatesix {
  0% {
    -webkit-transform: rotate(0deg) translateY(-375px);
    transform: rotate(0deg) translateY(-375px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(-375px);
    transform: rotate(360deg) translateY(-375px);
  }
}

@keyframes spinnerRotatesix {
  0% {
    -webkit-transform: rotate(0deg) translateY(-375px);
    transform: rotate(0deg) translateY(-375px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(-375px);
    transform: rotate(360deg) translateY(-375px);
  }
}

@-webkit-keyframes spinnerRotateseven {
  0% {
    -webkit-transform: rotate(0deg) translateX(-375px);
    transform: rotate(0deg) translateX(-375px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(-375px);
    transform: rotate(360deg) translateX(-375px);
  }
}

@keyframes spinnerRotateseven {
  0% {
    -webkit-transform: rotate(0deg) translateX(-375px);
    transform: rotate(0deg) translateX(-375px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(-375px);
    transform: rotate(360deg) translateX(-375px);
  }
}

/*info-title css
===============================================================*/
.info-title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: #f7f7f7;
  padding: 90px 0px 135px;
}

.info-title h2 {
  color: #2349db;
  font-size: 40px;
  line-height: 45px;
}

.info-title p {
  font-size: 22px;
  color: #333333;
  padding-top: 10px;
}

.buy-now {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  background: #78c81f;
  color: #fff;
  padding: 11px 41px;
  border-radius: 50px;
  font-weight: 700;
}

.buy-now:hover {
  -webkit-box-shadow: -1px 7px 4px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -1px 7px 4px -3px rgba(0, 0, 0, 0.4);
  box-shadow: -1px 7px 4px -3px rgba(0, 0, 0, 0.4);
  color: #fff;
  background: #64aa16;
}

/*eliments-area css
=================================================================*/
.title {
  text-align: center;
  margin-bottom: 20px;
}

.title h2 {
  font-size: 40px;
  color: #2349db;
  background-image: -moz-linear-gradient(0deg, #4776e6 0%, #8e54e9 100%);
  background-image: -webkit-linear-gradient(0deg, #4776e6 0%, #8e54e9 100%);
  background-image: -ms-linear-gradient(0deg, #4776e6 0%, #8e54e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto", sans-serif;
  padding-top: 15px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .title h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.title p {
  font-size: 20px;
  line-height: 32px;
  color: #444444;
  font-family: "Roboto", sans-serif;
}

.eliments-area {
  background: #f7f7f7;
  padding: 104px 0px 55px;
}

/*included-service css
=================================================================*/
.included-service {
  background: url("../image/bg.jpg") no-repeat scroll center 0/cover;
  padding: 120px 0px 140px;
}

@media (max-width: 991px) {
  .included-service {
    padding-bottom: 100px;
  }
}

.included-service .title h2 {
  color: #fff;
  padding-top: 25px;
}

.included-service .title h2 span {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.included-service .included-item {
  text-align: center;
}

@media (max-width: 991px) {
  .included-service .included-item {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .included-service .included-item {
    max-width: 290px;
    margin: 0 auto 50px;
    position: relative;
  }
}

.included-service .included-item .round {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 2px solid #9ca8ee;
  line-height: 170px;
  position: relative;
  display: inline-block;
}

.included-service .included-item .amount {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 65px;
  background: #e0eff7;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: -20px;
  color: #722df1;
}

@media (max-width: 991px) {
  .included-service .included-item .amount {
    right: 33px;
  }
}

@media (max-width: 767px) {
  .included-service .included-item .amount {
    right: 0;
  }
}

.included-service .included-item h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #fff;
  margin-top: 30px;
}

/*page-builder-area css
=================================================================*/
.page-builder-area {
  padding: 190px 0px 120px;
}

@media (max-width: 991px) {
  .page-builder-area {
    padding: 90px 0px 100px;
  }
}

.page-builder-area .panel-list {
  max-width: 553px;
  margin-left: auto;
  margin-right: 0px;
}

@media (max-width: 1550px) {
  .page-builder-area .panel-list {
    max-width: 465px;
  }
}

@media (max-width: 1199px) {
  .page-builder-area .panel-list {
    max-width: 405px;
  }
}

@media (max-width: 991px) {
  .page-builder-area .panel-list {
    max-width: 100%;
    padding: 0px 25px;
  }
}

.page-builder-area .panel-list h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #2349db;
  position: relative;
  padding-bottom: 30px;
}

@media (max-width: 1550px) {
  .page-builder-area .panel-list h2 {
    font-size: 35px;
    padding-bottom: 25px;
  }
}

@media (max-width: 430px) {
  .page-builder-area .panel-list h2 {
    font-size: 24px;
    line-height: 38px;
  }
}

.page-builder-area .panel-list h2:before {
  content: "";
  width: 100px;
  height: 3px;
  background-image: -moz-linear-gradient(0deg, #039cb9 0%, #89b991 100%);
  background-image: -webkit-linear-gradient(0deg, #039cb9 0%, #89b991 100%);
  background-image: -ms-linear-gradient(0deg, #039cb9 0%, #89b991 100%);
  display: inline-block;
  position: absolute;
  bottom: 0;
}

.page-builder-area .panel-list ul {
  margin: 35px 0px 50px;
}

.page-builder-area .panel-list ul li {
  font-size: 20px;
  line-height: 60px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-left: 40px;
}

@media (max-width: 1550px) {
  .page-builder-area .panel-list ul li {
    font-size: 18px;
    line-height: 46px;
  }
}

@media (max-width: 430px) {
  .page-builder-area .panel-list ul li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.page-builder-area .panel-list ul li i {
  font-size: 25px;
  color: #aaaaaa;
  vertical-align: middle;
  padding-right: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-builder-area .panel-list .view-demo {
  width: 250px;
}

.page-builder-area .screen-img {
  position: relative;
  padding-left: 35px;
}

@media (max-width: 991px) {
  .page-builder-area .screen-img {
    margin-top: 120px;
    padding-right: 15px;
  }
}

@media (max-width: 1550px) {
  .page-builder-area .screen-img img {
    max-width: 100%;
  }
}

.page-builder-area .screen-img .round-icon {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.1);
  line-height: 175px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -52px;
}

@media (max-width: 991px) {
  .page-builder-area .screen-img .round-icon {
    left: 28px;
  }
}

@media (max-width: 576px) {
  .page-builder-area .screen-img .round-icon {
    width: 95px;
    height: 95px;
    line-height: 95px;
  }
}

@media (max-width: 576px) {
  .page-builder-area .screen-img .round-icon img {
    max-width: 50%;
  }
}

/*getting-area css
================================================================*/
.getting-area {
  padding: 100px 0px 70px;
  background: #f9f9f9;
}

@media (max-width: 767px) {
  .getting-area {
    padding-top: 80px;
  }
}

.getting-area .getting-item {
  text-align: center;
  margin: 35px 0px 60px;
}

@media (max-width: 767px) {
  .getting-area .getting-item {
    margin-bottom: 10px;
  }
}

.getting-area .getting-item h4 {
  font-size: 17px;
  color: #666666;
  font-family: "Roboto", sans-serif;
  padding: 33px 0px 22px;
}

.getting-area .getting-item p {
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  font-family: "Roboto", sans-serif;
}

/*footer-area css
=================================================================*/
.footer-area {
  background: #1d2024;
  padding: 50px 0;
}

.fotter-head {
  color: rgba(255, 255, 255, 0.5);
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

.fotter-head a {
  color: rgba(255, 255, 255, 0.7);
}

.fotter-head a:hover {
  color: white;
}

.copyright {
  color: #97989b;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400px;
}

.other-p {
  padding-bottom: 120px;
}

.line {
  background: #1aabec;
  height: 2px;
  width: 50px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}

.footer-demo {
  background: url(../image/Landingbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 85px 0px 93px;
}

.footer-demo .view-demo {
  margin-left: 0px;
  background: #fff;
  width: 220px;
  height: 60px;
  text-transform: uppercase;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border: 0px;
  margin-top: 40px;
}

.footer-demo .view-demo:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(0deg, #4776e6 0%, #8e54e9 100%);
  background-image: -webkit-linear-gradient(0deg, #4776e6 0%, #8e54e9 100%);
  background-image: -ms-linear-gradient(0deg, #4776e6 0%, #8e54e9 100%);
  position: absolute;
  z-index: -2;
  border-radius: 45px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-demo .view-demo h5 {
  background-image: -moz-linear-gradient(0deg, #4776e6 0%, #8e54e9 100%);
  background-image: -webkit-linear-gradient(0deg, #4776e6 0%, #8e54e9 100%);
  background-image: -ms-linear-gradient(0deg, #4776e6 0%, #8e54e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  line-height: 60px;
  font-weight: 600;
}

.footer-demo .view-demo:hover {
  background: transparent;
}

.footer-demo .view-demo:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.footer-demo .view-demo:hover h5 {
  color: #fff;
  -webkit-text-fill-color: inherit;
}

@media (max-width: 580px) {
  .footer-demo {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer-demo h1 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
  padding-bottom: 8px;
}

@media (max-width: 580px) {
  .footer-demo h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 480px) {
  .footer-demo h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

.footer-demo p {
  font: 400 30px/56px "Roboto", sans-serif;
  color: #fff;
}

@media (max-width: 991px) {
  .footer-demo p {
    line-height: 40px;
  }
}

@media (max-width: 580px) {
  .footer-demo p {
    font-size: 20px;
    line-height: 30px;
  }
}

.mr {
  margin-top: 30px;
}

.mocc img {
  margin: 0 auto;
}

.mocc {
  margin-top: 75px;
}

/*header css
==========================================================================*/
.header {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.header .navbar-default {
  margin-bottom: 0px;
  border: 0px;
  border-radius: 0px;
  background: transparent;
}

.header .navbar-header .navbar-brand {
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 0.35px;
  font-family: 'butlerbold';
  font-weight: 700;
  color: #0f71df;
  background-image: -moz-linear-gradient(0deg, #0f71df 0%, #722df1 60%);
  background-image: -webkit-linear-gradient(0deg, #0f71df 0%, #722df1 60%);
  background-image: -ms-linear-gradient(0deg, #0f71df 0%, #722df1 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: auto;
}

.header .menu {
  float: none;
  display: inline-block;
}

.header .menu li {
  float: none;
  display: inline-block;
}

.header .menu li a {
  font-size: 16px;
  line-height: 50px;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.header .menu li.active a, .header .menu li:hover a {
  background: transparent;
  color: #2349db;
}

.header .menu li.active a:hover, .header .menu li.active a:focus, .header .menu li:hover a:hover, .header .menu li:hover a:focus {
  background: transparent;
  color: #2349db;
}

.header.affix {
  opacity: 1;
  visibility: visible;
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.purchase-btn {
  border: 2px solid #2158f6;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #2349db;
  line-height: 18px;
  display: inline-block;
  padding: 11px 19px;
  margin-top: 18px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 375px) {
  .purchase-btn {
    padding: 11px 12px;
  }
}

.purchase-btn span {
  padding-left: 30px;
  position: relative;
}

.purchase-btn span:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #2349db;
  position: absolute;
  top: 0;
  left: 13px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 480px) {
  .purchase-btn span {
    display: none;
  }
}

.purchase-btn:hover {
  background: #2349db;
  color: #fff;
}

.purchase-btn:hover span:before {
  background: #fff;
}

.navbar-toggle {
  margin-top: 32px;
  margin-left: 15px;
  padding: 0px;
  border: 0px !important;
}

.navbar-toggle .icon-bar {
  width: 30px;
  background: #2349db !important;
}

.navbar-toggle:hover, .navbar-toggle:focus {
  background: transparent !important;
}

/*====================================================*/

/*# sourceMappingURL=style.css.map */