body {
  font-family: arial,sans-serif!important;
}
html {
  scroll-behavior: smooth;
}
.navbar-collapse {
  flex-grow: 0!important;
}
header.masthead {
  padding-top: 7rem!important;
  padding-bottom: 2.5rem!important;
}

section.masthead {
  position: relative;
  /* background-color: #343a40;
  background: url("../img/gplaypattern.png") ;
  background-size: cover; */
  padding-top: 5rem;
  padding-bottom: 6rem;
}

section.masthead .overlay {
  position: absolute;
  /* background-color: #212529; */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

section.masthead h1 {
  font-size: 2rem;
}

.call-to-action {
  position: relative;
  /* background-color: #343a40; */
  background: url("../img/pinstriped_suit.png")!important ;
  /* background-size: cover; */
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  /* background-color: #212529; */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.testimonials .carousel-control-prev-icon {
    background-image: url("../img/left-arrow.png");
}

.testimonials .carousel-control-next-icon {
    background-image: url("../img/right-arrow.png");
}

.testimonials .testimonial-item {
  max-width: 40rem!important;
}

.nav-link {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
}

.nav-link  {
  color: #777!important;
}
.nav-link:hover  {
  color: #000!important;
}
.nav-link i {
  font-size: 7px!important;
  padding-top: 0.8em;
  padding-left: 5px;
  display: block;
  float: right;
}
/* slick style */

.slick-slide {
    margin: 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.text-danger {
  color: #d02a80!important;
}
.btn-danger {
  background-color: #d02a80!important;
}
.card-header {
    padding: 0 .6rem;
    border: 0!important;
}
.tab-content>.active {
    background-color: #222!important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #222!important;
    border: 0px!important;
    padding-bottom: 1.3em;
}
.btn-primary:hover {
  background-color: #444!important;
  border: #005cbf!important;
}
.btn-primary {
  background-color: #005cbf!important;
  border: #005cbf!important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    padding-bottom: 1.3em;
}
.tab-content> .p-3{
    padding: 0 0 1em 0!important;
    border: 0px;
}
/* .tab-content label {
  position: absolute;
  z-index: 5;
  padding: .4em 0 0 1em;
  font-size: 12px;
} */
.tab-content input {
  position: relative;
  padding: 1em 1em;
}
.tab-content select {
  /* position: relative; */
  font-size: 1.23em;
  /* font-weight: bold; */
  /* height: 68px; */
}
/* .tab-content select {
  -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
} */
::placeholder {
  color: #a2a1a1!important;
}
.tab-content .input-group-addon {
  color: #ccc;
  position: absolute;
  right: 0;
  padding: .7em;
  font-size: 1.5em;
  z-index: 99;
}
.bg-dark {
  background-color: #222!important;
}
.showcase-text-light {
  color: #fff;
}

.showcase-text-dark {
  color: #484848;
}
.footer {
  font-family: arial,sans-serif;
  color: #7b7b7b;
  padding-top: 80!important;
}
.footer a {
  color: #7b7b7b;
  font-size: 14px!important;
}
.footer p, li {
  color: #7b7b7b;
  font-size: 14px!important;
  padding: 0!important;
  margin: 5px 0 !important;
  line-height: normal!important;
}

footer hr {
  background-color: #ccc!important;
  border: none;
  height: 1px!important;
}

.text-muted {
  color: #575757!important;
}

.card {
  border: 0px!important;
}
.testimonials .testimonial-item img {
  max-width: 8rem!important;
box-shadow:  0 0 0 0px!important;
}
.testimonials {
  color: #ccc!important;
}
a.call-btn {
	float:right!important;
	position: fixed;
	top: 293px;
	right:0;
	z-index: 9999!important;
	padding: 10px 15px;
	color: #fff;
	font-size: 1.2em;
	background-color: #222;
}
a.call-btn:hover {

	opacity: 0.9;
}
a.whatsapp-btn {
	float:right!important;
	position: fixed;
	top: 245px;
	right:0;
	z-index: 9999!important;
	padding: 10px 15px;
	color: #fff;
	font-size: 1.2em;
	background-color: #28900e;
}
a.whatsapp-btn:hover {
		opacity: 0.9;
}
i.free-wifi {
	float:right!important;
	position: fixed;
	top: 190px;
	right:0;
	z-index: 9999!important;
	padding: 10px 10px;
	color: #fff;
	font-size: .8em;
	background-color: #000;
}
i.safe {
	float:right!important;
	position: fixed;
	top: 155px;
	right:0;
	z-index: 9999!important;
	padding: 10px 10px;
	color: #fff;
	font-size: .8em;
	background-color: #000;
}
.text-warning {
  color: #005aff!important;
}
.text-primary {
  color: #444!important;
}
.btn-warning {
  color: #fff!important;
  background-color: #005aff!important;
  border: 1px solid #005aff!important;
}
.btn-warning:hover {
  background-color: #3078fd!important;
  border: 1px solid #3078fd!important;
}
.btn-primary {
  background-color: #222!important;
  border: 1px solid #222!important;
}
.btn-primary:hover {
  background-color: #333!important;
  border: 1px solid #333!important;
}
.lead {
    font-size: 1.09rem!important;
    /* font-weight: 300; */
}
.dropdown a>.dropdown-menu {
  text-transform: uppercase;
}
nav .dropdown button {
  font-size: 14px!important;
}
nav .btn {
  font-size: 14px!important;
}
.dropdown:hover>.dropdown-menu {
  display: block;
  font-size: 13px!important;
  text-transform: uppercase;
}
.dropdown:hover>.dropdown-menu .dropdown-item:hover {
  background-color: #222;
  color: #fff;
}
.dropdown:hover>.dropdown-menu .dropdown-item:focus {
  background-color: #000!important;
  color: #fff!important;
}
.features-icons .features-icons-item .features-icons-icon i {
    font-size: 3.5rem!important;
}
.video-wrapper {
	position: relative;
	width: 100%;
	margin: rem-calc(0 0 54.5);
	min-height: rem(500);
	overflow: hidden;
}
.video-overlay {
	height: 100%;
  background-color: rgba(0,0,0); opacity: 0.7!important;
	/* opacity: .8; */
	position: absolute;
	width: 100%;
	z-index: 2;
}
.video-hero--content {
    z-index: 9;
  }
.video-expand {
	color: white;
	font-size: rem(18);
	line-height: 1em;
	opacity: .8;
	position: absolute;
	top: rem(15);
	right: rem(15);
	z-index: 3;
	&:hover {
		@include transition(all 400ms ease-in-out);
	}
}
.video-wrapper .cover {
	position: absolute;
  margin: auto;
	top: 30%;
	left: 0;
  right: 0;
  bottom: 0;
	z-index: 100;
	width: 50%;
  text-align: center;

}
.video-wrapper .cover h1 {
    font-size: 42px;
    font-weight: bold;
    color: #fff!important;
    line-height: 1.3em;
  }
  .video-wrapper .cover p {
    font-size: 16px;
    font-weight: 300;
    color: #fff!important;
  }
.tv {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	.screen {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		margin: auto;
		opacity: 0;
		transition: opacity .5s;
		&.active {
			opacity: 1;
		}
	}
}
.fixed-top {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.navbar {
  padding-bottom: 10px!important;
}
.carousel-inner h3{
  text-shadow: 2px 2px 4px #000000;
}
.carousel-inner h6{
  text-shadow: 2px 2px 4px #000000;
}


.form-inline {
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); */
}

.form-inline label {
  margin: 5px 10px 5px 0;
}

.form-inline input {
  vertical-align: middle;
  margin: 0px!important;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.4);
}

.form-inline button {
margin: 0px!important;
  box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 800px) {
  .form-inline input {
    margin: 2px;
  }

  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
}
/* @media (max-width: 800px) and (min-width: 320px) {
.carousel-inner {
  height: 500px;
}
} */
.carousel-caption {
  /* text-align: left!important; */
  text-shadow:  5px rgba(0, 0, 0, 0.9);
  /* top: 50px; */
}

.carousel-caption h1 {
  font-size: 2.8em;
  /* text-transform: uppercase; */
  text-shadow: 2px 2px 4px #000000;
}
@media (max-width: 764px) and (min-width: 320px) {
  .carousel-caption h1 {
    font-size: 1.7em;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000000;
}
.carousel-inner {
  height: 420px!important;
}
}
.second-last {
  height: 100%;
  background-image: url(../img/btbg02.jpg);
  background-position: center center;
  background-size: cover;
  text-align: center!important;
  color: #fff!important;
  text-shadow: 2px 2px 4px #000000;
  padding-top: 150px;
  padding-bottom: 150px;

}
.second-last-inside {
  height: 100%;
  background-image: url(../img/btbg03.jpg);
  background-position: center center;
  background-size: cover;
  text-align: center!important;
  color: #fff!important;
  text-shadow: 2px 2px 4px #000000;
  padding-top: 120px;
  padding-bottom: 120px;

}
/* @media (min-width: 1200px) {
.container {
    max-width: 1340px!important;
}
} */
.carousel-inner {
  height: 700px;
}

/* Settings - feel free to play with these */
$overlay_opacity: 0.3; // 0-1
$overlay_pattern: 'https://d3k5xyayaartr5.cloudfront.net/_assets/pattern-overlays/patterns/black-medium-checks.png'; // Grab the url of a png from here - http://html5backgroundvideos.com/pattern-overlays/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

/**
 * This part should be set separately for each video
 * if there are multiple videos in your site.
 * I.e. '.demo-video-wrapper' is the name of this particular video
 */
.demo-video-wrapper {
	background-image: url();

}

/* Video overlay and content */
.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none; /* Allows right click menu on the video */
	background-color :rgba(0,0,0,)
  opacity: 0.2;
}
.video-hero--content {
	position: relative;
	text-align: center;
	color: #FFF;
  margin: 150px auto;
	text-shadow: 0 0 5px rgba(0,0,0,0.4);
  max-width: 660px!important;
  width: 100%;
}
.video-hero--content h2 {
	font-size: 34px;
	margin: 0 0 10px;
}
.video-hero--content p {
	font-size: 16px;
	margin: 0;
}


/* CSS from jQuery Background Video plugin */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    	background-size: cover;
        height: 500px!important;
}
.jquery-background-video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	    	transform: translate(-50%,-50%);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
	opacity: 0;
	-webkit-transition: opacity 300ms linear;
			transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
	opacity: 1;
}

/**
 * Pause/play button
 */
.jquery-background-video-pauseplay {
	position: absolute;
	background: transparent;
	border: none;
	box-shadow: none;
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
	padding: 0;
	cursor: pointer;
	outline: none !important;
}
.jquery-background-video-pauseplay span {
	display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
	left: 10px;
}
#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: center;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  /* background-color: rgba(255, 255, 255, 0.5); */
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  /* width: 100%; */
  margin-left: 50px;
	/* -webkit-transform: scale(1.5);
	transform: scale(1.5); */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#mixedSlider .MS-content .item .imgTitle img:hover {
  margin-left: 0px;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider .MS-content .item h5 {
  padding: 0 0;
  margin: 0;
}
#mixedSlider .MS-content .item a {
  /* margin: 0 20px 0 0; */
  font-size: 14px;
  color: #484848;
  letter-spacing: 1.5px;
  transition: linear 0.1s;
  text-decoration: underline;
  text-transform: uppercase;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
.footer-bottom .btn-success{
  color: #fff;
}
@media (min-width: 300px) and (max-width: 767px) {
  .footer-bottom img, .footer-bottom .btn {
    margin: 15px 0;
  }

  .footer-bottom span,  {
    float: left;
  }
}
.custom-featured-services .container-fluid {
  padding: 0!important;
}
.custom-featured-services .container-fluid .carousel-caption {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left:0;
  top: 0;
  padding-top: 250px;
}
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-image h2 {
  padding: 5em 1em;
}
/****************************
IMAGES IN CAROUSEL SLIDER
*****************************/
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center top scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-inner input {
  font-size: 1.2em;
}
::placeholder{
  color: #495057!important;
}
.how-to .features-icons-icon {
  font-size: 12px!important;
}
nav .callus h6 a{
  color: #555!important;
}
nav .callus h6 a:hover{
  text-decoration: none;
}
.modal-content p,
.modal-content ul li {
  font-size: 15px!important;
  color: #484848!important;
}
.custom-tag {
  color: #000;
  font-size: 1.3em;
  background-color: yellow;
  font-weight: bold;
  padding: 1em;
  position: relative;
  margin-top: 60px!important;
  box-shadow: 8px 8px 8px #222;
}
.fa-fw {
  font-size: 1.5em!important;
}
.features-icons .features-icons-item .features-icons-icon {
    height: 6rem!important;
}
.carousel-inner .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    /* padding-bottom: 1.3em; */
    font-size: 1.1em;
    font-weight: bold;
    padding: .5em 1em!important;
}
.carousel-inner .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff!important;
    background-color: #222!important;
    border: 0px!important;
    /* padding-bottom: 1.1em; */
}
.carousel-inner .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    color: #fff!important;
}
.tab-content>.active {
    background-color: rgba(0, 0, 0, 0.7)!important;
}
.mycustom-input input {
  font-size: 20px;
}
.mycustom-input input::placeholder {
}
a {
  color: #28a745;
}
a:hover {
  color: #28a745;
}
.mylist {
  list-style: none;
  margin-left: -1.2em;
}

.mylist li:before {
  font-family: 'FontAwesome';
  content: "\f14a"!important;
  color: #7b7b7b;
  font-weight: 900;
  float: left;
  margin-left: -1.5em;
}
.list-group .fa {
  color: #28a745;
}
.text-danger {
  color: #bc2c2c!important;
}
.my-custom-select {
  font-size: 20px;
}
.modal .text-danger {
  color: #bc2c2c!important;
}
.hero-image .carousel-caption h5 {
  text-shadow: 2px 2px 4px #000000;
}
.custom-nav .nav a{
  font-weight: bold;
  /* color: #28a745!important; */
}
.pac-container{
    z-index:9999;
}
