/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 110px);
  /*background: url("../img/hero-bg.svg") top center;*/
	background: none;
  background-size: cover;
  position: relative;
  align-items: center !important;
  display: flex !important;
}


#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #FF3334;
}

#hero h2 {
  color: #FF3334;
  margin-bottom: 30px;
  font-size: 24px;
}

.btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
	width: fit-content;
  transition: 0.5s;
  border: 2px solid #FF3334;
  color: #FF3334;
}

#hero .btn-get-started:hover {
  background: #fff;
  border-color: #fff;
}
 #hero .maps img {
	  margin-bottom: 20px;
  }
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
	height: calc(100vh - 160px);
	padding: 10%;
  }
  #services {
  }
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
	height: calc(60vh - 90px);
	background: none;
  }
  #hero .container {
    padding-top: 40px;
  }
  #hero h1 {
    font-size: 24px;
    line-height: 48px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .maps {
	  display: none;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
line-height: 38px;
  }
}

/*--------------------------------------------------------------
# profit_section_slider
--------------------------------------------------------------*/
#profit_section_slider .well {
box-shadow: none;
}
#profit_section_slider .quote h2 {
	font-weight: bold;
    text-transform: uppercase;	
}
#profit_section_slider .quote p {
	display: inline-block;
    width: 50%;
    text-align: end;
    margin-left: 50%;
    margin-top: 20%;	
}
#profit_section_slider .owl-theme .owl-controls .owl-buttons div {
	background-color: red;
    opacity: 1;
    border-radius: 0;
    font-size: 20px;	
}
#profit_section_slider .owl-theme .owl-controls .owl-page span {
	background-color: red;	
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
	display: flex;
	flex-direction: column;
  text-align: left;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
min-height: 245px;
}
.flex-row {
	display: flex;
    flex-direction: row;
}
.services .icon-box .icon {
  margin: 0;
  width: 64px;
  height: 64px;
  background: #FF3334;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  flex: none;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fce5e5;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
text-align: left;
  margin-bottom: 15px;
margin-top: 0;
  font-size: 24px;
  min-height: 85px;
  padding-left: 20px;
}

.services .icon-box h4 a {
  color: #191919;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
    background: none;
}
.services .icon-box:hover p,
.services .icon-box:hover h4 {
color: inherit;
}
/*--------------------------------------------------------------
# bots
--------------------------------------------------------------*/
#bots .box {
	margin-top: 30px;
}
#bots .box.active {
	border-right: 10px solid #FF3334;
}
@media (min-width: 768px) {
.hidden-lg {
	display: none;
	}
}

/*--------------------------------------------------------------
# works
--------------------------------------------------------------*/
.icon-png img {
width: 60px;	
}
#works .quote {
 padding: 5px;
}
#works .icon-box-h4 {
 min-height: 60px;
}
#works .icon-box {
 padding: 10px 20px;
box-shadow: none;
}
#works .flex-row {
	height: 80px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #191919;
}

.pricing .box h4 {
  font-size: 42px;
  color: #FF3334;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #191919;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 5px;
}

.pricing .box ul i {
  color: #FF3334;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  background: #FF3334;
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #e82d2d;
}

.pricing .featured {
  background: #FF3334;
  box-shadow: none;
  color: #fff;
}

.pricing .featured h3, .pricing .featured h4, .pricing .featured ul, .pricing .featured ul li, .pricing .featured ul .na {
  color: #fff;
}

.pricing .featured h4 span {
  color: rgba(255, 255, 255, 0.58);
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  background: rgba(255, 255, 255, 0.2);
}

.pricing .featured .btn-buy:hover {
  background: #fff;
  color: #FF3334;
}

@media (max-width: 768px) {
    .pricing {
        min-height: 220px;
    }
}

/*--------------------------------------------------------------
# keysy
--------------------------------------------------------------*/

#keysy .align-items-stretch {
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	margin: 10px;
	max-height: 570px;
	padding: 0;
}
#keysy .flex-row {
	flex-direction: row;
	padding: 0;
}
#keysy .flex-row .quote,
#keysy .flex-row .keysy-img {
	width: 50%;
}
#keysy .flex-column {
	flex-direction: column;
	padding: 0;
}
.keysy-img {
  display: inline-block;
  padding: 20px; 
}

.keysy-img img {
  vertical-align: middle;
  max-width: 100%;
  width: auto; 
}

#keysy .btn_link {
	font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 10px 28px;
    transition: 0.5s;
    border: 2px solid #FF3334;
    color: #FF3334;
    background-color: #fff;
}
#keysy .icon-box h4 {
    font-weight: 700;
    margin-bottom: 5px;
	margin-top: 10px;
    font-size: 24px;
    min-height: 30px;
    padding-left: 0px;
}
@media (min-width: 992px) {
    .col-lg-6 {
        width: 45%;
    }
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  min-height: 195px;
}

.contact .info-box i {
  font-size: 32px;
  color: #FF3334;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f5a0a0;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.button {
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  font-size: 16px;
}

.button--yes {
  background-color: red;
  color: white;
}

.button--yes:hover {
  color: white; 
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


#question_section .box ul {
	font-size: 14px;
    margin-top: 20px;
    padding-left: 0;
}
#question_section .box li {
	margin-bottom: 10px;
}
#question_section .box h4 {
	font-weight: bold;
    color: #FF3334;
}

#question_section .box .bx:before {
	color: #FF3334;
    font-size: 64px;
}

.roi-list li::marker {
  content: url(/heart.svg);
  content: url(#heart);
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='24' width='24'><path d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z' fill='none' stroke='red' stroke-width='3'/></svg>");
}
#question_section ul li::marker {
	color: #FF3334;
}

.cases-analytics article img {
	width: 100%;

}
.cases-analytics article p.article-img {
	width: 50%;
	margin-left: 25%;
    margin-right: 25%;
	text-align: center;
}
.cases-analytics table p {
	text-align: center;
}

.prices tr {
	font-size: 0.9rem;
    line-height: 1.5rem;
}
.prices p {
	margin-left: 0;
	margin-bottom: 0;
}
.prices tr {
text-align: center;
}
.prices img {
	margin-bottom: 10px;
}




@media (max-width: 575px) {

 section {
	padding-top: 0;
	}	 
	.light-box {
		display: none;
	}
	.hidden-xs {
		display: none !important;
	}
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
 .portfolio .portfolio-item {
    text-align: center;
} 
#question_section .box li {
    list-style: none !important;
	}

#question_section .box.box-with-icon {
	padding: 20px;
    background: #f9f9f9;
    text-align: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
	margin-bottom: 12px;
	}
#rewards img {
	margin-bottom: 20px;
    margin-left: 20%;
    margin-right: 20%;
	}	
#quiz_form .col-md-3 {
padding: 10px;
	}
#pricing .aos-animate {
	margin-top: 20px;
	}
.pricing .box {
    padding: 60px 60px !important;
	}	
#marketolog h3 {
	margin-top: 60px;
	}
	.prices tr {
	font-size: 0.8rem;
	}
.prices img {
	max-width: 200px;
	}
#reviews h3 {
    margin-top: 0 !important;
	}	
}

@media (min-width: 576px) {

#pricing .aos-animate {
	display: flex;
	}
	.pricing .box {
	min-height: 380px;
}
#question_section .box.box-with-icon {
	min-height: 230px;
}
#question_section .box {
	min-height: 380px;
	padding: 20px;
    background: #f9f9f9;
    text-align: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
#question_section .header_box {
	min-height: 95px;
	margin-top: 20px;
}
#question_section .icon-box .header_box {
	margin-top: 20px;
}
#question_section .icon-box {
	margin-top: 20px;
}
.why-us .box {
    min-height: 630px;
}
#services .icon-box {
    min-height: 430px;
}
#rewards img {
    margin-left: 30%;
	}
}

.btn_link {
	background: #FF3334;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
	margin-top: 20px;
}


/*--------------------------------------------------------------
# reviews
--------------------------------------------------------------*/
#reviews h3 {
	text-align: center;
    margin-top: 30%;
    text-transform: uppercase;
}
#reviews .rectangle19 {
	z-index: -1;
    position: absolute;
    right: 0;
}

#comments-slider {
 margin: 20px auto;
 width: 100%;
 padding: 1em;
 font-family: sans-serif;
 font-weight: normal;
 font-size: 1em;
}
.quote {
 padding: 15px 20px 5px 15px;
 border-radius: 5px;
 margin-bottom: 30px;
}
.well {
	background: #fff;
	margin: 20px;
	padding: 20px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	min-height: 250px;
}
#comments-slider .icon {
margin: 20px;
background: none;
}
#comments-slider .bx {
	display: flex;
    align-items: center;
    justify-content: center;
}
#comments-slider .bx:before {
    color: #444444;
    font-size: 55px;
}
#comments-slider h4 {
font-weight: 700;
margin-bottom: 15px;
font-size: 24px;
text-align: center;
}
#comments-slider h4 {
text-align: center;
}
#comments-slider p {
text-align: center;
}
#comments-slider .owl-buttons {
position: absolute;
top: 50%;
left: -280px;
}
#comments-slider .owl-prev {
 position: absolute;
 left: -180px;
}
#comments-slider .owl-next {
 position: absolute;
 right:0;
}

@media (max-width: 768px) {
#comments-slider {
    font-size: 0.8em;
	}
	#comments-slider h4 {
    font-size: 20px;
	}
	.well {
    margin: 5px;
    padding: 5px;
	}
	.owl-buttons {
	display: none;
	}
	#rewards img {
	margin-left: 20%;
	margin-bottom: 10px;
	}
	.services .icon-box h4 {
    font-size: 20px;
	}
}
@media (min-width: 768px) {
#rewards > div > div.row > div:nth-child(1) > div > img {
	margin-left: 30%;
	}
#profit_section_slider {
	padding-left: 24%;
    padding-right: 24%;	
	}
}
@media (max-width: 768px) {
#rewards .d-flex {
margin-bottom: 10px;
	}
#rewards .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }
}