@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Heebo', sans-serif;
	text-align: right;

}
.header-top-section {
	background-color: #FAF3ED;
}
.bg-wrapper-2 {
	background-color: #FAF3ED;
}
.logo img {
	width: 150px;
}
.navbar-nav {
	font-weight: 500;
}

p {
	color: #666;
	font-size: 15px;
}
.btn {
	border-radius: 0;
}
.carousel-caption {
	background-color: rgba(0,0,0, 0.4);
	color: #fff;
	top: 15%;
	bottom: auto;
	right: auto;
	padding: 50px;
	max-width: 500px;
	text-align: right;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.carousel-caption h5 {
	font-size: 45px;
	width: 450px;
	text-align: right;
	font-weight: 700;
	color: tomato;
}

.carousel-caption h5 span {
	font-weight: 300;
}
.carousel-caption p {
	font-size: 24px;
	width: 400px;
	color: #fff;
	text-align: right;
	font-weight: 300;
}
.carousel-caption a {
	margin-top: 20px;
}
.bb {
	border: 1px solid #fff;
	padding: 20px;
	background-color: #666;
	border-radius: 100%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	background-size: 20px;
}
.carousel-control-prev, .carousel-control-next {
	width: 10%;
}
.section-about-us h2 span {
	color: tomato;
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.section-about-us h2 {
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 700;
}
.text-left .divider {
	margin-left: 0;
}
.divider-line {
	width: 45px;
	line-height: 1;
}
.divider {
	height: 5px;
	display: block;
	position: relative;
	margin: 15px auto;
	background-color: tomato;
}
.bg-wrapper {
}
.info-box {
	border: 1px solid rgba(255,255,255,0.1);
	margin-bottom: 20px;
}
.icon-box {
	padding: 20px;
	font-size: 25px;
}
.info-text {
	border-left: 1px solid rgba(255,255,255,0.1);
	padding: 15px;
}
.info-text h6 {
	font-weight: 300;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.info-text h4 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}

.info-text a {
	color: white;
}

.section-title h2 {
	color: tomato;
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 12px;
}
.section-title-2 {
	padding-bottom: 40px;
}
.section-title h3 {
	font-size: 30px;
}
.feature-item {
	margin-bottom: 30px;
}
.feature-item h4 {
	font-size: 17px;
	margin-bottom: 9px;
	font-weight: 700;
}
.feature-item p {
	color: #666;
	font-size: 14px;
	font-weight: 500;
}
.counter-value {
	color: tomato;
	font-size: 48px;
	font-weight: 700;
}
.counter-value::after {
	content: '+';
}
.bg-counter {
	background-image: url(../img/playstation-pattern.png);
}
a.rr2 {
	text-decoration: underline;
	color: tomato;
}
a.rr2:hover {
	color: #9e8a67;
	text-decoration: none;
}
.rr3 {
	font-weight: 300;
	margin-bottom: 30px;
	color: tomato;
}
.blog{
padding-bottom:20px;	
}
.blog h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 18px;
}
.blog h6 {
	font-size: 9px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #999;
}
.blog p {
	font-size: 16px;
	font-weight: 500;
}
.blog p a {
	text-decoration: underline;
	color: tomato;
	transition: all 0.3s ease;
}
.blog p a:hover {
	color: #9e8a67;
	text-decoration: none;
}
.blog img {
	margin-bottom: 35px;
}
.bg-yello {
	background-color: tomato;
	padding: 70px 0;
}
.main-footer {
	background-color: #333;
	color: #ddd;
}
.main-footer p {
	color: #ddd;
}
.footer-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom:30px;
	padding-top: 15px;
	padding-left: 24px;
	list-style-position: inside;
}
.footer-contact ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom:30px;
	padding-top: 15px;
	list-style-position: inside;
}
.footer-contact ul li {
	padding-bottom: 5px;
}
.footer-contact ul li a {
	color: #ddd;
}
.footer-links ul li {
	padding-bottom: 5px;
}
.footer-links ul li:before {
	content: '\2192';
	position: absolute;
	left: 15px;
}
.footer-links ul li a {
	color: #ddd;
}
.cta-image {
	position: absolute;
	bottom: -70px;
}
.footer-logo img {
	width: 160px;
	margin-bottom: 15px;
}
ul.social-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 30px;
}
ul.social-list li {
	display: inline;
	float: left;
	margin-right: 10px;
}
ul.social-list li a {
	display: flex;
	width: 40px;
	height: 40px;
	color: #ddd;
	background-color: #666;
	border-radius: 40px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
}
ul.social-list li a:hover {
	color: #FFF;
	background-color: #000;
}
ul.social-list li a i {
	padding-left: 12px;
	padding-top: 12px;
}
.dd {
	font-weight: 500;
	color: #999;
}
.dd a {
	color: #222;
}
.dd2 {
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 20px;
}
@media (max-width: 600px) {
.cta-image {
	display: none;
}
}

.top {color: white;} 
  /* comparison */

* {
	box-sizing: border-box;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .container {
	position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
	display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
	cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  /* Container for image text */
  .caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
  }
  
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  /* Six columns side by side */
  .column {
	float: left;
	width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
	opacity: 0.6;
  }
  
  .active,
  .demo:hover {
	opacity: 1;
  }


  * {box-sizing: border-box;}

.img-comp-container {
  position:relative;
  	padding-left: 500;

  height: 400px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
	padding-left: 500;

  display: block;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}

#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: red; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 11px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 15px; /* Increase font size */
  }
  
  #myBtn:hover {
	background-color: #555; /* Add a dark-grey background on hover */
  }
  
  
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}