@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#welcome {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	    margin-top: 3%;
	max-width:1200px;
	display: block;
}
#fullwidth {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#foursplit {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#innerspace {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#secondinner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#threepiece {
clear: none;
    float: left;
    margin-left: 0;
    width: 77%;
    overflow: hidden;
    margin: 1%;
    display: block;
    background-color: #fff;
    padding: 66px 52px 74px;
}
#fourthinner {
    clear: both;
    margin-top: 100px;
    margin-bottom: 100px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    display: block;
    opacity: 0.9;
    background: #f2f2f2;
}
#fourthleft {
clear: none;
    float: left;
    margin-left: 0;
    width: 100%;
    background: #f2f2f2;
    display: block;
    opacity: 0.9;
}
#fourthright {
clear: none;
    float: left;
    margin-left: 0;
    width:100%;
    background: #f2f2f2;
    display: block;
    opacity: 0.9;
}
#iconarea {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#copyright {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	    min-height: 50px;
    background-color: #b19f6a;
	display: block;
}
#threefooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#fullwidthfooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:rgba(0,0,0,1);
}
#innerfooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
   width: 75%;
    display: block;
    padding: 0 12px;
}
#nonslider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#smallslider {
clear: both;
    float: left;
    margin-left: 0;
    max-height: 240px;
    width: 100%;
    display: block;
    overflow: hidden;
}
#smallslider img{
    height: 240px;
    width: auto;
 
} 

#copyright p{
	color:#fff;
	float:none;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	max-width:1200px;
	bottom:0;
	margin-top:25px;
}
.parallax{
	background:url(img/Fortress Safe LTD_background.jpg);
	min-height:500px;
	    position: static;
    background-repeat: no-repeat;
	    background-size:cover;
	}


.parallax2{
	background:url(img/Fortress Safe LTD_dubai.jpg);
	min-height:500px;
	    position: static;
    background-repeat: no-repeat;
	    background-size: cover;
	}

#welcomesmall{
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	    margin-top: 3%;
	max-width:1200px;
	display: block;
	}

#scroll{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	}

#welcomesmall h1{
	clear: both;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;  
	display: block;
	 font-weight: 700;
	     margin-top: 0;
    margin-bottom: 0;
	    line-height: 25px;
   color: #000;
    font-size: 21px;
    margin-top: 40px;
 
}


#welcomesmall 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;
 
}

#welcomesmall span{
background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
	color:#fff !important;
    text-decoration: none;
    overflow-wrap: break-word;
 
}

#sidea{
clear: both;
 
float: left;
 
margin-left: 0;
 
width: 100%;
 
display: block;
 
}

#sideb{
clear: both;
 
float: left;
 
margin-left: 0;
 
width: 100%;
 
display: block;
 
}

#blogleft{
clear: both;
 
float: left;
 
margin-left: 0;
 
width: 100%;
 
display: block;
 
}

#blogright{
clear: both;
 
float: left;
 
margin-left: 0;
 
width: 100%;
 
display: block;
 
}

#innerabout{
clear: both;
	margin-top:0px;
	margin-bottom:0px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	max-width:1200px;
	display: block;
 
}

#threeabout{
    clear: none;
    float: left;
    margin-left: 0;
    width: 96%;
    overflow: hidden;
    margin: 1%;
    display: block;
    background-color: #fff;
    padding: 0;
 
}



.mobi{
    
display: block!important;
    max-height: 150px;  
 
}



.delayedPopupWindow {
     display: none;
    position: fixed;
    width: auto;
   max-width: 70%;
    height: auto;
    top: 40%;
    left: 76%;
    margin-left: -260px;
    margin-top: -180px;
    background-color: #efefef;
    border: 2px solid #333;
    z-index: 102;
    padding: 10px 10px;
}

 
#slider {
	
	    overflow: hidden;
    max-height: 320px !important;
	
	
	clear: both;
	margin-left: 0;
overflow: hidden;
    max-height: 768px;
    float: left;
    width: 100%;
	display: block;
	    z-index: -99999999;
    position: absolute;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	#smallslider h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    margin-top: 0;
    width: 100%;
    font-family: "Playfair Display",serif;
    float: left;
    clear: both;
    text-align: center;
    position: absolute;
    z-index: 9999999999999999;
    top: 16%;
}
	 
#slider {
	 overflow: hidden;
    max-height: 320px !important;
	
	clear: both;
	margin-left: 0;
overflow: hidden;
    max-height: 768px;
    float: left;
    width: 100%;
	display: block;
	    z-index: -99999999;
    position: absolute;
}
	.delayedPopupWindow { 
    display: none;
    position: fixed;
    width: auto;
max-width: 70%;
    height: auto;
    top: 40%;
    left: 76%;
    margin-left: -260px;
    margin-top: -180px;
    background-color: #efefef;
    border: 2px solid #333;
    z-index: 102;
    padding: 10px 10px;
}
	
	.mobi{
   display: block!important;
    max-height: 150px;
 
}

#welcomesmall h1{
	clear: both;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;  
	display: block;
	 font-weight: 700;
	     margin-top: 0;
    margin-bottom: 0;
	    line-height: 25px;
   color: #000;
    font-size: 21px;
    margin-top: 40px;
 
}


#welcomesmall 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;
 
}

#welcomesmall span{
background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
	color:#fff !important;
    text-decoration: none;
    overflow-wrap: break-word;
 
}



	.parallax{
	background:url(img/Fortress Safe LTD_background.jpg);
	min-height:500px;
	    position: static;
    background-repeat: no-repeat;
	    background-size:cover;
	}


.parallax2{
	background:url(img/Fortress Safe LTD_dubai.jpg);
	min-height:500px;
	    position: static;
    background-repeat: no-repeat;
	    background-size: cover;
	}

#copyright p{
	color:#fff;
	float:none;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	max-width:1200px;
	bottom:0;
	margin-top:25px;
}

	#smallslider img{
    height: 240px;
    width: auto;
 
} 
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#welcome {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	    margin-top: 3%;
	max-width:1200px;
	display: block;
}
#fullwidth {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#foursplit {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#innerspace {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#secondinner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#threepiece {
clear: none;
    float: left;
    margin-left: 0;
    width: 77%;
    overflow: hidden;
    margin: 1%;
    display: block;
    background-color: #fff;
    padding: 66px 52px 74px;
}
#fourthinner {
    clear: both;
    margin-top: 100px;
    margin-bottom: 100px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    display: block;
    opacity: 0.9;
    background: #f2f2f2;
}
#fourthleft {
clear: none;
    float: left;
    margin-left: 0;
    width: 100%;
    background: #f2f2f2;
    display: block;
    opacity: 0.9;
}
#fourthright {
clear: none;
    float: left;
    margin-left: 0;
    width: 100%;
    background: #f2f2f2;
    display: block;
    opacity: 0.9;
}
#iconarea {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#copyright {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	    min-height: 40px;
    background-color: #b19f6a;
	display: block;
}
#threefooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#fullwidthfooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:rgba(0,0,0,1);
}
#innerfooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
   width: 75%;
    display: block;
    padding: 0 12px;
}
#nonslider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#smallslider {
clear: both;
    float: left;
    margin-left: 0;
    max-height: 240px;
    width: 100%;
    display: block;
    overflow: hidden;
}
#welcomesmall {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	    margin-top: 3%;
	max-width:1200px;
	display: block;
}
#scroll {
    clear: both;
    float: left;
    margin-left: 0;
    height: 500px;
    width: 100%;
    overflow: scroll;
    display: block;
	margin-top:14%;
}
#sidea {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
}
#sideb {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
}
#blogleft {
    clear: both;
    float: left;
	   margin-right: 0%;
    margin-left: 0;
    width: 100%;
    display: block;
}
#blogright {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
}
#innerabout {
   clear: both;
	margin-top:0px;
	margin-bottom:0px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	max-width:1200px;
	display: block;
}
#threeabout {
clear: none;
    float: left;
    margin-left: 0;
    width: 96%;
    overflow: hidden;
    margin: 1%;
    display: block;
    background-color: #fff;
    padding: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	.mobi{
    
   display: block!important;
    max-height: 0%; 
 
}

#smallslider h1{
color: #fff;
    font-size: 80px;
    font-weight: 700;
    margin-top: 0;
    width: 100%;
    font-family: "Playfair Display",serif;
    float: left;
    clear: both;
    text-align: center;
    position: absolute;
    z-index: 9999999999999999;
    top: 37%;
 
}

 
#slider {
	 overflow: hidden;
    max-height: 768px !important;
	clear: both;
	margin-left: 0;
overflow: hidden;
    max-height: 768px;
    float: left;
    width: 100%;
	display: block;
	    z-index: -99999999;
    position: absolute;
}


/*   This is the Popup Window   */
.delayedPopupWindow {
	display: none;
	position: fixed;
    width: auto;
    max-width: 390px;
    height: auto;
    top: 30%;
    left: 55%;
    margin-left: -260px;
    margin-top: -180px;
    background-color: #efefef;
    border: 2px solid #333;
    z-index: 102;
    padding: 10px 10px;
}


#welcomesmall h1{
	clear: both;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;  
	display: block;
	 font-weight: 700;
	     margin-top: 0;
    margin-bottom: 0;
	    line-height: 25px;
   color: #000;
    font-size: 21px;
    margin-top: 40px;
 
}


#welcomesmall 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;
 
}

#welcomesmall span{
background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
	color:#fff !important;
    text-decoration: none;
    overflow-wrap: break-word;
 
}




	.parallax{
	background:url(img/Fortress Safe LTD_background.jpg);
	min-height:500px;
	    position: static;
    background-repeat: no-repeat;
	    background-size: 171%;
	}


.parallax2{
	background:url(img/Fortress Safe LTD_dubai.jpg);
	min-height:500px;
	    position: static;
    background-repeat: no-repeat;
	    background-size: 100%;
	}
#copyright p{
	color:#fff;
	float:none;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	max-width:1200px;
	bottom:0;
	margin-top:70px;
}

	#smallslider img{
    height: 540px;
    width: auto;
 
} 
.gridContainer {
	width: 100%;
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#welcome {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	    margin-top: 3%;
	max-width:1200px;
	display: block;
}
#fullwidth {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: inline-block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
display: block;
	min-height:150px;	
 position: absolute;
}
#foursplit {
clear: none;
    float: left;
    margin: 1% !important;
    margin-left: 0;
    width: 23%;
    display: block;
}
#innerspace {
	clear: both;
	margin-top:100px;
	margin-bottom:-27px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	max-width:1200px;
	display: flex;
	justify-content:center;
	
}
#secondinner {
	clear: both;
	margin-top:100px;
	margin-bottom:100px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	max-width:1200px;
	display: block;
}
#threepiece {
    clear: none;
    float: left;
    margin-left: 0;
    width: 22%;
    overflow: hidden;
    margin: 1%;
    display: block;
    background-color: #fff;
    padding: 66px 52px 74px;
   
}
#fourthinner {
	clear: both;
	margin-top:100px;
	margin-bottom:100px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	max-width:1200px;
	display: block;
	opacity: 0.9;
    background: #f2f2f2;
   
}
#fourthleft {
clear: none;
    float: left;
    margin-left: 0;
    width: 26%;
    background: #f2f2f2;
    display: block;
    opacity: 0.9;
	
   
}
#fourthright {
     clear: none;
    float: left;
    margin-left: 0;
    width: 73%;
    background: #f2f2f2;
    display: block;
    opacity: 0.9;
   
}
#iconarea {
     clear: none;
   
     float: left;
       margin-top: 3%;
     margin-left: 0;
   
     width: 49%;
   
     display: block;
   
}
#footer {
float:none;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	max-width:1200px;
       padding-top: 7%;
     display: block;
   
}
#copyright {
     clear: both;
   
     float: left;
   
     margin-left: 0;
   
     width: 100%;
	 min-height:100px;
       background-color: #b19f6a;
     display: block;
   
}
#threefooter {
     clear: none;
   
     float: left;
   
     margin-left: 0;
   
     width: 33.3%;
   margin-bottom: 3%;
     display: block;
   
}
#fullwidthfooter {
     clear: both;
   
     float: left;
   
     margin-left: 0;
   
     width: 100%;
   
     display: block;
   background-color:rgba(0,0,0,1);
}
#innerfooter {
clear: both;
    float: left;
    margin-left: 0;
    width: 75%;
    display: block;
    padding: 0 12px;
 
}
#nonslider {
clear: both;
    float: left;
    margin-left: 0;
    max-height: 768px;
    width: 100%;
    display: block;
    overflow: hidden;
 
}
#smallslider {
clear: both;
    float: left;
    margin-left: 0;
    max-height: 540px;
    width: 100%;
    display: block;
    overflow: hidden;
 
}
#welcomesmall {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	    margin-top: 3%;
	max-width:1200px;
	display: block;
 
}
#scroll {
clear: both;
    float: left;
    margin-left: 0;
    height: 500px;
    width: 100%;
    overflow: scroll;
    display: block;
	margin-top:3%;
 
}
#sidea {
clear: none;
 
float: left;
 
margin: 1%;
 
width: 46%;
 
display: block;
 
}
#sideb {
clear: none;
 
float: left;
 
margin: 1%;
 
width: 46%;
 
display: block;
 
}
#blogleft {
clear: none;
    float: left;
    margin-right: 10%;
	margin-left: 0;
    width: 60%;
    display: block;
 
}
#blogright {
clear: none;
 
float: left;
 
margin-left: 0;
 
width: 30%;
 
display: block;
 
}
#innerabout {
clear: both;
	margin-top:100px;
	margin-bottom:0px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	max-width:1200px;
	display: block;
 
}
#threeabout {
clear: none;
    float: left;
    margin-left: 0;
    width: 31.333333%;
    overflow: hidden;
    margin: 1%;
    display: block;
    background-color: #fff;
    padding: 0;
 
}



}





 

#txtfirstreadmore{
	height:120px;
	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;
}
#txtsecondreadmore{
	height:120px;
	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;
}
#txtthirdreadmore{
	height:120px;
	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;
}

 #innerabout p{
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0;
    color: #555;
    font-weight: 300;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 8%;
    text-align: left !important;
	}
#innerabout 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%;  
	text-align:center;   
	color: #000;
	font-size: 52px;
}
#innerabout h2{
	    line-height: 21px;
    font-weight: 600;
    font-family: "Playfair Display",serif;
    letter-spacing: 0;
	margin-top: 20px;
    margin-bottom: 20px;
	clear: both;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;  
	text-align:left;   
	color: #000;
	font-size: 18px;
}
#innerabout h6{
	clear: both;
	float: left;
	    margin: 0;
	width: 100%;  
	text-align:center;
	line-height: 30px;
	font-weight: 400;
    font-family: "Open Sans",sans-serif;
	    color: #000;
		font-size: 13px;
}

#blogleft h1{
font-family:"Playfair Display", serif;
font-size:35px;
font-style:normal;
font-weight:700;
height:auto;
letter-spacing:normal;
line-height:45.5px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
}

#blogleft span{
font-family: "Open Sans",sans-serif;
    font-size: 11px;
	margin-top:20px;
    line-height: 1.3em;
    font-weight: 400;
    color: #333 !important;
	background: transparent  !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#blogright h1{
    font-size: 18px;
    position: relative;
    padding-bottom: 8px;
	    margin-top: 0;
 clear: both; 
float: left;
width: 100%;
line-height: 1.3em;
    font-weight: 700;
    font-family: "Playfair Display",serif;
    letter-spacing: 0;
	color: #333;
}

#blogright img{
margin-right: 20px;
clear: none; 
float: left;
width:15%;
min-width: 100px;
height: 99px;
border-radius:50%;
 
}
#blogright p{
clear: none;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 64%;
    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;
 
}

#nonslider h1{
color: #fff;
    font-size: 80px;
    font-weight: 700;
    margin-top: 0;
    width: 100%;
    font-family: "Playfair Display",serif;
    float: left;
    clear: both;
    text-align: center;
    position: absolute;
    z-index: 9999999999999999;
    top: 37%;
 
}






#footer h1{ 
    font-weight: 700;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: left;
color: #fff; 
    padding-bottom: 10px;
}


#footer p{
font-family: "Open Sans",sans-serif;
    font-size: 13px;
    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; 
}

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

.footertwothree a{
	color:#9a9a9a;
	text-decoration:none;
}
 
.footertwothree a:hover{
	color:#fff;
	text-decoration:none;
}



#footer a{
	color:#9a9a9a;
	text-decoration:none;
}
 
#footer a:hover{
	color:#fff;
	text-decoration:none;
}







#copyright a{
	color:#000;
	text-decoration:none;
}


#iconarea img{
     clear: none;   
     float: left;
	 border-radius:50%;   
     margin-right: 2%;   
     width: 10%;   
     display: block;
   
}
#fourthright 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%;
    text-align: left;
    color: #000;
    font-size: 52px;
}
#fourthright p{
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
    clear: both;
    float: left;
    margin-left: 13px;
    margin-right: auto;
    width: 81%;
    text-align: left !important;
}

#fourthleft p{
font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #000;
    font-weight: 400;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
    clear: both;
    float: left;
    margin-left: 13px;
    margin-right: auto;
    width: 100%;
    text-align: left !important;
}


.circle{
	float:left;
	clear:none;
	width:23%;
	border-radius:50%;
	}


.circle2{
	float:left;
	clear:none;
	width:69%;
	text-transform:uppercase;
	font-family: "Open Sans",sans-serif;
     font-size: 12px;
    line-height: 20px;
	padding-left:20px;
    color: #989898;
    font-weight: 400;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased; 
    float: left;
    text-align: :left; 
    text-align: left!important; 
	}





#threepiece h2{
font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #989898;
    font-weight: 400;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
    clear: both;
    float: left;
    text-align: :left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: left!important;
    border-bottom: 1px solid rgba(0,0,0,0.2); 
	
}




	
	
#foursplit span{
	clear: both;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;  
	text-align:center;
	line-height: 30px;
	font-weight: 700;
    font-family: "Open Sans",sans-serif;
	    color: #333333;
		font-size: 13px;
}


#foursplit p{
font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #989898;
    font-weight: 400;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
		clear: both;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align:center!important;
}

 #innerspace p{
 font-family: "Open Sans",sans-serif;
  font-size: 15px;
    line-height: 25px; 
    letter-spacing: 0;
    color: #555;
    font-weight: 300;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
		clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 40%;
	text-align:center!important;
}
#innerspace 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%;  
	text-align:center;   
	color: #000;
	font-size: 52px;
}
#innerspace h6{
	clear: both;
	float: left;
	    margin: 0;
	width: 100%;  
	text-align:center;
	line-height: 30px;
	font-weight: 400;
    font-family: "Open Sans",sans-serif;
	    color: #000;
		font-size: 13px;
}



 #secondinner p{
 font-family: "Open Sans",sans-serif;
  font-size: 17px;
    line-height: 28px; 
    letter-spacing: 0;
    color: #555;
    font-weight: 300;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
		clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 43%;
	text-align:center!important;
}
#secondinner 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%;  
	text-align:center;   
	color: #000;
	font-size: 52px;
}
#secondinner h6{
	clear: both;
	float: left;
	    margin: 0;
	width: 100%;  
	text-align:center;
	line-height: 30px;
	font-weight: 400;
    font-family: "Open Sans",sans-serif;
	    color: #000;
		font-size: 13px;
}








#welcome span{
	clear: both;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;  
	text-align:center;
	line-height: 30px;
	font-weight: 400;
    font-family: "Open Sans",sans-serif;
	    color: #333333;
		font-size: 13px;
}
#welcome h6{
	clear: both;
	float: left;
	    margin: 0;
	width: 100%;  
	text-align:center;
	line-height: 30px;
	font-weight: 400;
    font-family: "Open Sans",sans-serif;
	    color: #333333;
		font-size: 13px;
}
#welcome h1{
	clear: both;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;  
	margin-top: 1%;
    margin-bottom: 1%;
	text-align:center;
	line-height: 1.3em;
    font-weight: 700;
    font-family: "Playfair Display",serif;
    letter-spacing: 0;
	color: #333;
	font-size: 46px;
}

#welcome p{
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 50%;  
	text-align:center;
     font-weight: 300;
	     font-size: 17px;
    line-height: 28px;
    letter-spacing: 0;
    color: #555;
	font-family: "Open Sans",sans-serif;
}

 

















@keyframes slidy {
    0% { left: 0%; }
    15% { left: 0%; }
	20% { left: -100%; }
    35% { left: -100%; }
	40% { left: -200%; }
    55% { left: -200%; }
	60% { left: -300%; }
    75% { left: -300%; }
	80% { left: -400%; }
    95% { left: -400%; }
	100% { left: -500%; }


    }
    
    body { margin: 0; } 
    div#slider { overflow: hidden; max-height: 768px; }
    div#slider figure img { width: 20%; float: left; }
    div#slider figure { 
      position: relative;
      width: 500%;
      margin: 0;
      left: 0;
      text-align: left;
      font-size: 0;
      display: inline-block;
      animation: 20s slidy infinite;  
    }



.txtinputall {
width: 100%;
    margin-bottom: 10px;
    padding: 18px 22px;
    border: 2px solid #ebebeb;
    outline: 0;
    font-size: 11px;
    background-color: #fff;
    color: #909090;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans",sans-serif;
    -webkit-transition: border .3s ease;
    -moz-transition: border .3s ease;
    transition: border .3s ease;
    -webkit-appearance: none;
}
.txtinputsend {
width: 100%;
    margin-bottom: 10px;
    padding: 18px 22px;
    border: 2px solid #ebebeb;
    outline: 0;
    font-size: 11px;
    background-color: #fff;
    color: #909090;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
	    height: 52px;
    line-height: 48px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans",sans-serif;
    -webkit-transition: border .3s ease;
    -moz-transition: border .3s ease;
    transition: border .3s ease;
    -webkit-appearance: none;
}


















/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
      border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 5px;
    outline: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
	font-family:"Playfair Display", serif;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
 
  display: none;
  overflow: hidden;
  
      background: #d1d1d1;
    color: #444;
}

.panel p{
    color: #000 !important;
}










/* NEW POPUP NOW Open   */


.instructions {
  text-align:center;
  font-size:20px;
  margin: 15vh;
}  

/* //////////////////////////////////////////////////////////////////////////////////////////////
	//   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */
/*   This is the background overlay   */
.backgroundOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	z-index: 101;
	display: none;
}

/*   This is the closing button  */
#btnClose {
	width:100%;
	display: block;
	text-align: right;
	text-decoration: none;
	color: #000;
	font-size: 30px;
}
/*   This is the closing button hover state  */
#btnClose:hover {
	color: #c90c12;
}
/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
	float: left;
	display: block;
	width: 44%;
	padding: 1% 3%;
	font-size: 18px;
	color: #666;
	clear: left;
}
/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
	color: #444444;
	font-size: 36px;
	line-height: 40px;
}

/* 
////////// MailChimp Signup Form //////////////////////////////
*/

/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
	float: left;
	width: 47%;
	padding: 1%;
	display: block;
	font-size: 16px;
	color: #666;
	margin-left: 1%;
}
/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
	width: 95%;
	height: 30px;
	font-size: 18px;
	padding: 3px;
  margin-bottom: 5px;
}
/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
	border:solid 2px #40c348;
	box-shadow: 0 1px 3px #AAAAAA;
}
/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
	border:solid 2px #40c348;
	box-shadow: none;
}
/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
	width: 100%!important;
	height: 40px!important;
	margin: 10px auto 0 auto;
	background: #5D9E62;
	border: none;
	color: #fff;
}
/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
	background: #40c348;
	color: #fff;
	box-shadow:none!important;
	cursor: pointer;
}


/*.whatsapp-icon {
  float: right;
  position: absolute;
  top: 95%;
  right: 10%;
  z-index: 1000;
}*/

#whatsapp-button {
  position: fixed;
  bottom: 20px; /* Adjust the distance from the bottom as needed */
  right: 20px; /* Adjust the distance from the right as needed */
  z-index: 1000; /* Ensure the button is above other content */
}

#whatsapp-button img {
  width: 135px; /* Adjust the size of the WhatsApp button image */
  height: auto;
}
