@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat:300,400,500,600,700');
/*.....................................
    Template Name:Your Product Name
    Template URI: http://www.yourtemplate.com/
    Description: Your Product Details Here
    Author: RS-Theme
    Author URI: http://www.yourtemplate.com/
.......................................    
    CSS INDEX
    ===================	
    1. Theme Default CSS
.......................................*/
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  color: #101010;
  margin: 0 0 26px;
  font-weight: 600;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pattern1 {
  background: url(assets/images/dark_mosaic.png) repeat;
}
/* ----------------------------------
    35. Preloader CSS
-------------------------------------*/
.preview-banner {
  width: 100%;
  height: 100vh;
  background: url(images/bg/banner.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
#loading {
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 9999999;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}
.feature .items {
  padding: 20px;
  border: 1px solid #50d2c2;
  min-height: 420px;
}
.feature .feature-img {
  text-align: center;
  padding: 10px;
}
.feature .feature-img img {
  max-height: 75px;
}
.feature .feature-icon-img {
  text-align: center;
}
.feature .feature-icon-img img {
  max-height: 75px;
}
.feature .title {
  text-align: center;
  background: linear-gradient(128deg, #50d2c2, #6563a4);
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding: 25px 0;
  margin-bottom: 100px;
}
.feature h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 30px;
  margin: 0;
}
.feature p {
  font-size: 16px;
  margin: 0;
  padding-top: 25px;
  font-family: 'Lato', sans-serif;
}
.feature .extension {
  background-color: #f2f2f2;
  padding-bottom: 100px;
}
.feature .template {
  background-color: #fff;
  padding-bottom: 100px;
}
.feature .helix {
  background-color: #f2f2f2;
  padding-bottom: 100px;
}
.feature .helix img {
  max-height: 200px;
}
.customer-support {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.customer-support .support {
  width: 50%;
  float: left;
  padding: 100px;
  background-color: #f6f6f6;
}
.customer-support .comment,
.customer-support .support {
  min-height: 415px;
}
.customer-support .comment {
  width: 50%;
  float: left;
  padding: 100px;
  background-color: #f9f9f9;
}
.customer-support i {
  font-size: 50px;
  color: #50d2c2;
  padding-bottom: 30px;
}
.customer-support h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 30px;
  margin: 0;
}
.customer-support p {
  font-size: 16px;
  margin: 0;
  padding-top: 25px;
}
.object {
  width: 20px;
  height: 20px;
  background-color: #5c3bd3;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.preview-banner .preview-contnet {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  padding: 15px;
  width: 100%;
}
.preview-banner .preview-contnet .varaition-title {
  font-size: 26px;
  color: #fff;
  line-height: 68px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 40px;
}
.preview-banner .preview-contnet .varaition-title span {
  display: block;
  font-size: 100px;
}
.preview-banner .preview-contnet .varaition-title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 42px;
  height: 5px;
  border-radius: 3px;
  background-color: #fff;
  transform: translateX(-50%);
}
.preview-banner .preview-contnet .main-title {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
  font-weight: 300;
  letter-spacing: 3.5px;
}
.preview-banner .preview-contnet .main-title .logo-text {
  font-size: 52px;
  display: block;
  margin-top: 12px;
  position: relative;
  font-weight: 700;
  letter-spacing: normal;
  letter-spacing: 1px;
}
.preview-banner .preview-contnet .btn-mr {
  display: inline-block;
  height: 50px;
  line-height: 46px;
  min-width: 200px;
  padding: 0 30px;
  background-color: #fff;
  border: 2px solid #fff;
  font-size: 14px;
  text-transform: uppercase;
  color: #444;
  margin: 20px 8px 0;
  border-radius: 25px;
  transition: 0.3s ease all;
  text-decoration: none;
}
.preview-banner .preview-contnet .btn-mr:hover {
  background: transparent;
  color: #fff;
}
.preview-banner .preview-contnet .btn-mr.btn-border {
  background: transparent;
  color: #fff;
}
.preview-banner .preview-contnet .btn-mr.btn-border:hover {
  background: #fff;
  color: #444;
}
.menu-area.menu-sticky:not(.sticky) .logo-sticky {
  display: none;
}
.menu-area.menu-sticky.sticky .logo-area {
  display: none;
}
.menu-area.menu-sticky.sticky .logo-sticky {
  line-height: 90px;
}
.box .title,
.box .post,
footer .content-footer p {
  font-family: 'Lato', sans-serif;
}
.template-features {
  padding: 100px 0 80px;
}
.template-features .sec-title {
  margin-bottom: 65px;
}
.template-features .sec-title h3 {
  font-size: 36px;
}
.template-features .single-service {
  background: #ddd;
  padding: 25px;
  margin: 0 0 30px;
}
.template-features .single-service p {
  margin-bottom: 0;
}
.template-features .single-service .services-content h3 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1px;
}
.template-features .single-service.box-border {
  background: transparent;
  transition: 0.4s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.template-features .single-service.box-border .service-icon {
  margin-bottom: 25px;
}
.template-features .single-service.box-border .service-icon i {
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: #5c3bd3;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.template-features .single-service.box-border:hover {
  background: #5c3bd3;
}
.template-features .single-service.box-border:hover .service-icon i {
  background: #fff;
  color: #5c3bd3;
}
.template-features .single-service.box-border:hover .services-content h3,
.template-features .single-service.box-border:hover .services-content p {
  color: #fff;
}
button.question-modal {
  position: fixed;
  left: -49px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 10;
  border: 0;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 13px 20px;
  color: #444;
  font-size: 22px;
  outline: none;
}
.modal-box {
  text-align: center;
  padding: 0!important;
}
.modal-box:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-box .modal-dialog {
  display: inline-block;
  vertical-align: middle;
}
.modal-box .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
}
.modal-box .modal-header {
  border: none;
}
.modal-box .close {
  opacity: 1;
  font-size: 15px;
  color: #fff;
  position: absolute;
  right: 35px;
  top: 35px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-shadow: none;
}
.modal-box .close:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #eee;
}
.modal-box .modal-title {
  color: #fff;
  font-size: 42px;
}
.modal-box .modal-body h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}
.modal-box .modal-body h4 a {
  color: #fff;
  text-decoration: none;
}
.demo-header {
  text-align: center;
  padding: 100px 0 80px;
}
.demo-header h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 70px;
}
.demo-header .demo-item {
  padding: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
}
.demo-footer {
  text-align: center;
  background-color: #f5f5f5;
  padding: 100px 0 80px;
}
.demo-footer h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 45px;
}
.demo-footer .demo-item {
  background-color: #222121;
  padding: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
}
.premimum-plugins {
  background-color: #101010;
  text-align: center;
}
.premimum-plugins .premium-title {
  margin-bottom: 80px;
}
.premimum-plugins .premium-title h3 {
  margin-bottom: 0;
  font-size: 42px;
  color: #fff;
  line-height: 62px;
  font-weight: 300;
}
.modal-backdrop {
  background-color: #5c3bd3;
}
.modal-backdrop.in {
  filter: alpha(opacity=98);
  opacity: 0.98;
}
.view-all-pages {
  text-align: center;
}
.view-all-pages a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  min-width: 200px;
  padding: 0 30px;
  background-color: #5c3bd3;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 25px;
  transition: 0.3s ease all;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
}
.view-all-pages a:hover {
  background-color: #3e239e;
  color: #fff;
}
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 10;
  border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
  background: #5c3bd3;
  height: 40px;
  font-size: 24px;
  width: 42px;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  margin-left: 2px;
}
#scrollUp i:hover {
  color: #f5f5f5;
  background: #3e239e;
}
.footer-download {
  padding: 100px 0;
  text-align: center;
  border-top: 1px solid #eee;
}
.footer-download h2 {
  margin-bottom: 0;
  font-size: 42px;
  color: #444;
  line-height: 62px;
  font-weight: 300;
  margin-bottom: 30px;
}
.footer-download .btn-mr {
  display: inline-block;
  height: 50px;
  line-height: 46px;
  min-width: 200px;
  padding: 0 30px;
  background-color: #5c3bd3;
  border: 2px solid #5c3bd3;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 8px 0;
  border-radius: 25px;
  transition: 0.3s ease all;
  text-decoration: none;
}
.footer-download .btn-mr:hover {
  background: #3e239e;
  border-color: #3e239e;
  color: #ffffff;
}
.footer-download .btn-mr.btn-border {
  background: transparent;
  color: #5c3bd3;
}
.footer-download .btn-mr.btn-border:hover {
  border-color: #3e239e;
  background: #3e239e;
  color: #ffffff;
}
@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
/*Testimonial */
.testimonial {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 115px;
}
.testi-title {
  font-size: 36px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.testimonial .testimmonial-list {
  margin-top: 40px;
  float: left;
  width: 100%;
  background: #fff;
  padding: 35px;
}
.testimonial .testimmonial-list .testimonial-img {
  float: left;
  width: 10%;
}
.testimonial .testimmonial-list .testimonial-img img {
  width: 120px;
  border-radius: 100%;
  margin: 10px 0;
}
.testimonial .testimmonial-list .testimonial-text {
  width: 90%;
  float: left;
  padding: 15px 32px;
}
.testimonial .testimmonial-list .testimonial-text .client-text i {
  color: #ddd;
  margin-top: -6px;
  position: absolute;
  font-size: 36px;
}
.testimonial .testimmonial-list .testimonial-text .client-text p {
  text-indent: 50px;
  margin: 0;
  line-height: 32px;
  font-size: 16px;
}
.testimonial .testimmonial-list .testimonial-text .client-info {
  text-align: left;
  padding: 20px 0 0;
}
.testimonial .testimmonial-list .testimonial-text .client-info h2 {
  margin-bottom: 10px;
  margin-top: 0;
  color: #444;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
.testimonial .testimmonial-list .testimonial-text .client-info h3 {
  margin-bottom: 5px;
  margin-top: 0;
  color: #999;
  font-size: 14px;
}
.testimonial .testimmonial-list .testimonial-text .client-info .client-rating i {
  color: #f39c12;
  font-size: 20px;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .preview-banner .preview-contnet .main-title {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0;
  }
  .preview-banner .preview-contnet .main-title br {
    display: none;
  }
  .preview-banner .preview-contnet .varaition-title {
    font-size: 19px;
    line-height: normal;
    padding-bottom: 25px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 26px;
  }
  .preview-banner .preview-contnet .varaition-title span {
    font-size: 48px;
  }
  .preview-banner .preview-contnet .main-title .logo-text {
    font-size: 36px;
    padding: 2px 28px;
    margin-top: 6px;
  }
  .preview-banner .preview-contnet .btn-mr {
    height: 37px;
    line-height: 32px;
    min-width: 120px;
    font-size: 12px;
    padding: 0 30px;
  }
  .preview-banner {
    height: 450px;
  }
  .preview-banner .preview-contnet .varaition-title:before {
    width: 34px;
    height: 4px;
  }
  button.question-modal {
    left: -50px;
    padding: 10px 26px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .preview-banner .preview-contnet .main-title .logo-text {
    font-size: 21px;
    margin-top: 6px;
  }
  .premimum-plugins .premium-title h3 {
    font-size: 24px;
    line-height: normal;
  }
  .premimum-plugins .premium-title h3 br {
    display: none;
  }
}


.highlight{
background: #ef0f20;
color: #fff;
padding: 12px 30px;
border-radius: 30px;
display: block;
margin: 0 auto;
    margin-bottom: 0px;
max-width: 430px;
margin-bottom: 50px;
}
.new{
  background: #ef0f20;
  color: #fff;
  padding: 3px 5px;
  border-radius: 20px;
  margin-left: 2px;
  font-size: 11px;
  position: relative;
  top: -15px;
}