/* Body */
.contact #nonslider figure h1 {
    top: 67%;
    text-shadow: 0 1px 2px #000;	
}
.payment-policy #nonslider h1,
.privacy-policy #nonslider h1,
.tcs #nonslider h1,
.faqs #nonslider h1 {
	top: 67%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Playfair Display", serif;
}
body, p {
	font-family: "Open Sans",sans-serif;
}
body {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
#twosplit {
  clear: none;
  float: left;
  width: 50%;
  display: block;
}
#fourthright p {
  width: 60%;
  padding-right: 35px;
  padding-left: 20px;
}
.home_li li {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  padding: 0 0 15px 0;
  list-style: none;
}
#fourthright h1 {
  padding-left: 26px;
}
#iconarea img {
  bottom: 12px;
  position: relative;
}
.overlaid {
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}
.overlaid p {
  width: 70% !important;
  color: #000 !important;
}
.why {
  padding: 20px 52px 20px !important;
  min-height: 176px;
}
#threepiece h2 {
  min-height: 62px;
  margin: 0;
  padding-top: 20px;
  border-bottom: none;
}

#twosplit1 {
  margin: auto;
  text-align: center;
  width: 55%;
}
#twosplit2 {
  margin: auto;
  text-align: center;
  width: 60%;
}
.border1 {
  border-top: 1px solid #ccc;
}
.why h2 {
  color: #333 !important;
}
.parallax2 {
  background: url(../img/bg04.jpg) !important;
  background-size: 100% !important;
}
.boxes-branches #twosplit1 {
	width: 60%;
}
.boxes-branches #welcome p {
	width: 70%;
}
.reduced01 #innerspace {
	margin-top: 0;
}
#gallery img {
	height: 192px;
	width: 100%;
	object-fit: cover;
}
.reduced01 {
	padding-bottom: 25px;
}
.reduced01 p {
	margin: 0 !important;
}
.boxes-branches .reduced {
	margin-bottom: 0 !important;
	margin-top: 40px !important;
}

/* Footer */ 

#footer hr {
	border-top: 1px solid #333;
}
#footer input:invalid,
#mc_embed_signup input.email {
	background-color: transparent;
	border: 1px solid #333;
	color: #fff;
	width: 245px !important;
	border-radius: 0 !important;
	padding: 12px 22px !important;
	text-transform: uppercase;
	max-width: 100% !important;
}
.social {
}
.copyright-text {
  top: -6px;
}
#copyright p {
  margin: 0 !important;
  display: inline-block;
  position: relative;
  width: 44%;
}
#copyright {
  min-height: auto !important;
  padding: 15px 40px;
}

/* Header & Menu */

#header {
  min-height: 97px;
  background: rgba(255, 255, 255, 0.6);
}
.logo {
  margin-left: 0 !important;
  margin-top: 0 !important;
}
#cssmenu {
  float: right !important;
  width: auto !important;
  margin-top: 2% !important;
  margin-left: 0 !important;
}
#cssmenu > ul > li > a {
  outline: none;
}
#cssmenu > ul > li > a:hover {
  color: #b19f6a !important;
}



/* Video */

.video-section {
  border-bottom: 1px solid #eee;
}
.video-content {
  padding: 40px 45px 28px 45px;
}
.video-content h6 {
  clear: both;
  float: left;
  margin: 0;
  width: 100%;
  line-height: 30px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 13px;
}
.video-content h1 {
  line-height: 1.3em;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  letter-spacing: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: both;
  float: left;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: #000;
  font-size: 52px;
}
.boxes-branches .video-content h1 {
	line-height: 1em;
	font-size: 44px;
}
.video-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  color: #555;
  font-weight: 300;
}
.trailer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
}
.trailer.active {
  visibility: visible;
  opacity: 1;
}
.video-content a {
  cursor: pointer;
}
.video-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  filter: invert(1);
  max-width: 32px;
}
.trailer video {
  position: relative;
  max-width: 900px;
  outline: none;
}
@media (max-width: 991px) {
  .trailer video {
    max-width: 90%;
  }
}

/* GALLERY */

#gallery #foursplit {
	overflow: hidden;
}
#gallery img {
	transition: 1s;
		-moz-transition: 1s;
		-webkit-transition: 1s;
		-o-transition: 1s;
}
#gallery img:hover {
	/*filter: grayscale(70%);*/
	transition: 0.8s;
		-moz-transition: 0.8s;
		-webkit-transition: 0.8s;
		-o-transition: 0.8s;
	transform: scale(1.2) rotate(5deg);
		-moz-transform: scale(1.2) rotate(5deg);
		-webkit-transform: scale(1.2) rotate(5deg);
		-ms-transform: scale(1.2) rotate(5deg);
		-o-transform: scale(1.2) rotate(5deg);
}



/* About Us Button Toggle */
.read-more {
  cursor: pointer;
  color: #333333 !important;
  font-size: 14px !important;
  margin-top: 20px !important;
  font-weight: bold !important;
  text-transform: uppercase;
  background: #000;
  padding: 7px 5px;
  width: 45% !important;
  text-align: center !important;
  color: #fff !important;
}
#btnfirstreadmore,
#btnsecondreadmore,
#btnthirdreadmore,
#btnfourthreadmore {
  width: 60% !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  background: #32373c !important;
  padding: 12px 24px;
  color: #fff !important;
  text-align: center;
}
#readmore01,
#readmore02,
#readmore03,
#readmore04 {
  width: 60% !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  background: #32373c !important;
  padding: 12px 24px;
  color: #fff !important;
  text-align: center;
  margin-bottom: 25px !important;
}
#txttreadmore01,
#txttreadmore02,
#txttreadmore03,
#txttreadmore04 {
  height: 200px;
  overflow-y: hidden;
  float: left;
  width: 100%;
  display: inline-block;

  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #989898;
  font-weight: 400;
}
.copied01 {
}
.copied02 {
  margin-top: 1% !important;
  margin-bottom: 1% !important;
}

/* Form */
#contact-form {
  transition: all 4s ease-in-out;
  margin-top: 60px;
}
.form-control {
  border: none;
  outline: none;
  border-bottom: 1px solid #ddd;
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}
input.form-control {
  height: 45px;
  border: 1px solid #ccc;
  padding-left: 10px;
}
.message-area {
  height: 85px;
  color: #000;
  border: 1px solid #ccc;
  padding: 15px 0 0 10px;
}
.submit-btn {
  background: #000;
  border-color: transparent;
  color: #fff;
  font-size: 18px;
  margin-top: 5px;
  padding: 20px 25px;
  font-family: "Open Sans", sans-serif;
  line-height: 18px;
}
.submit-btn:hover {
  background: #b19f6a;
  cursor: pointer;
  color: #000;
}
#thank-you {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  padding: 5px;
  font-family: "Open Sans", sans-serif;
  margin-top: 10px;
}
.g-recaptcha {
  width: 56%;
  float: left;
  padding-right: 15px;
}

/* WhatsApp Branding */
html body .branded #okewa-floating_popup > a {
  display: none !important;
}

/* Blog */

#blog {
	margin: 0px 45px 0 45px;
}
#blog-content {
	width: 73%;
	float: left;
	border-right: 1px solid #eee;
}
.single-blog-post #col100 img {
	height: auto !important;
}
#blog-content img {
	height: 243px;
	width: 100%;
	object-fit: cover;
}
#blog-sidebar {
	width: 24%;
	float: left;
	padding-left: 2%;
}
.blog-item {
	min-height: 525px;
}
.blog-item h1 {
	margin-top: 0;
}
.blog-item a {
	text-decoration: none;
	color: #222 !important;
}
.blog-item a:hover {
	color: #b19f6a !important;
}
#col50 {
	width: 45%;
	float: left;
	padding: 0 20px 0 20px;
}
#col50 span {
	line-height: 44px;
	font-family: "Open Sans",sans-serif;
}
#col100 img {
	max-height: none;
}
#col100 span {
	line-height: 44px;
	font-family: "Open Sans",sans-serif;
}
.space {
	position: relative;
	height: 60px;
	clear: both;
}
#col50 p,
#col100 p {
	clear: both;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 0;
	color: #989898;
	font-weight: 400;
	overflow-x: hidden !important;
	-webkit-font-smoothing: antialiased;
}
.blog-video {
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);
		-moz-box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);
		-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);
	padding: 0;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
}
.tweeets {
	border: 1px solid #eee;
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);
		-moz-box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);
		-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);
	padding: 10px 0 10px 10px;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
}

/* Fortress Safe LTD Pulse */

.Fortress Safe LTD-pulse i {color: #fff;}
.Fortress Safe LTD-pulse span {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	line-height: 13px;
	position: absolute;
	bottom: 25px;
	left: 0;
	text-transform: uppercase;
}
.Fortress Safe LTD-pulse:hover > i {color: #000;}
.Fortress Safe LTD-pulse:hover {color: #000;}
.Fortress Safe LTD-pulse {
	display: block;
	border-radius: 50%;
  		-moz-border-radius: 50%;
  		-webkit-border-radius: 50%;
	height: 80px;
	width: 80px;
	z-index: 2;
	left: 30px;
	background: #b19f6a;
	position: fixed;
	bottom: 10%;
	text-align: center;
	line-height: 70px;
	font-size: 26px;
  	color: #fff;
	text-decoration: none;
}
.Fortress Safe LTD-pulse::before, 
.Fortress Safe LTD-pulse::after {
	content: '';
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #b19f6a;
	left: -20px;
	right: -20px;
	bottom: -20px;
	top: -20px;
	border-radius: 50%;
  		-moz-border-radius: 50%;
  		-webkit-border-radius: 50%;
	animation: animate 1.5s linear infinite;
  		-webkit-animation: animate 1.5s linear infinite;
  		-ms-animation: animate 1.5s linear infinite;
  		-moz-animation: animate 1.5s linear infinite;
  	opacity: 0;	
}
.Fortress Safe LTD-pulse::after {
	animation-delay: .5s;
}
@keyframes animate {
  0% {
  	transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }  
  100% {
  	transform: scale(1.2);
    opacity: 0;
  }  
}

#mc_embed_signup label {
	font-family: "Open Sans",sans-serif;
	font-size: 13px !important;
	line-height: 20px;
	font-weight: 400 !important;
	overflow-x: hidden !important;
	-webkit-font-smoothing: antialiased;
	clear: both;
	float: left;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	text-align: left !important;
	color: rgb(212, 212, 212) !important;
	letter-spacing: 1.5px;
	padding: ;
}

#mc_embed_signup {
	background: none !important;
	clear: none !important;
	font: inherit !important;
}
#mc_embed_signup input.button {
	width: 100% !important;
	background: #b19f6a !important;
	padding: 12px 22px !important;
	height: auto !important;
	border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
	text-transform: uppercase;
	font-size: 12px;
}
/* Safe Boxes */

#safe-boxes {
	text-align: center;
	width: 70%;
	margin: 0 auto;
}

/* Scroll To Top */
a:focus,
a:active {
	outline: none !important;
}
html {
	scroll-behavior: smooth;
}
.scrollUp {
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	font-size: 35px;
	color: #fff;
	text-decoration: none;
	opacity: 0;
	pointer-events: none;
	transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		-o-transition: .5s;
	background: #b19f6a;
	position: fixed;
	bottom: 16px;
	right: 35px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
}
.scrollUp.active {
	bottom: 32px;
	pointer-events: auto;
	opacity: 1;
	transform: translateY(-55px);
		-moz-transform: translateY(-55px);
		-webkir-transform: translateY(-55px);
		-ms-transform: translateY(-55px);
		-o-transform: translateY(-55px);
}
.scrollUp i {
	color: #000;
}


.reduced01 a,
.reduced01 a:visited,
.home #foursplit a,
.home #foursplit a:visited{
	color: #000;
}
.reduced01 a:hover,
.home #foursplit a:hover{
	color: #333;
}

/* MEDIA QUERIES */

@media (max-width: 780px) {
	#blog {
		margin: 0px 5px 0 5px;
	}
	.single-blog-post #blog {
		margin: 0px 10px;
	}	
	#blog-content {
		width: 100%;
		border-right: none;
	}
	#col50 {
		width: 95%;
		padding: 0 2%;
	}
	#blog-sidebar {
		width: 95%;
	}	
	#footer {
		padding: 20px;
	}	
	#threefooter{
		margin-bottom: 20px;
	}	
	#nonslider h1 {
		top: 19% !important;
		text-shadow: 0 1px 2px #000;
		font-size: 350% !important;
	}	
	#fullwidth {
		padding: 0 5% 2% 5%;
		width: 90%;
	}	
	#welcome p {
		width: 90%;
	}
	#twosplit1,
	#twosplit2	{
		width: 95%;
	}
	#secondinner p {
		width: 90%;
	}
	#iconarea {
		margin: 25px 0;
	}	
	#header {
		min-height: 0 !important;
		position: absolute;
	}
	#copyright p{
		width: 95% !important;
		padding-top: 20px;
	}
	.social {
		text-align: center;
	}
	.home .parallax,
	.home .parallax2	{
		background-size: cover !important;
		background-position: center !important;
	}
	#safe-boxes {
		width: 90%;
	}	
	.boxes-branches #welcome h1 {
		font-size: 36px;
		line-height: 32px;
		padding-bottom: 10px;
		padding-top: 5px;
	}
	.boxes-branches #welcome p {
		width: 80%;
		font-size: 15px;
	}
	.boxes-branches #twosplit1 {
		width: 90%;
	}
	.boxes-branches .video-content h1 {
		line-height: 28px;
		font-size: 28px;
	}
	.boxes-branches .video-content {
		padding: 20px 45px 20px 45px;
	}
	.boxes-branches #secondinner h1 {
		font-size: 38px;
	}
	.boxes-branches #gallery img {
		height: 260px;
		width: 100%;
		object-fit: cover;
		padding: 5px;
	}
	.single-blog-post #blog-content {
		padding-bottom: 30px;
	}

}
