html, body{width:100%;padding:0;margin:0;}
div,a,p,span,i,table,h1,h2,h3,h4,h5,h6,h7,h8,ul,option,ol,textarea, input, button{font-family: 'Open Sans', sans-serif;}
/*#fa3454;
violet - #32064A  
orange - #E56B1F  
yellow - #FCD02C
pink -#E42C6A
font-family:Yellowtail;

background: #ffecd2;
  background: -webkit-linear-gradient(#ffecd2,#fcb69f);
  background:    -moz-linear-gradient(#ffecd2,#fcb69f);
  background:         linear-gradient(#ffecd2,#fcb69f);
  font-family:'Poppins', sans-serif;Tahoma, Geneva, sans-serif;
*/

@media only screen and (max-width:991px){.desktop{display:none;}
}
@media only screen and (min-width:992px){.mobile-tablet{display:none;}
}
.header{width:100%;height:105px;}
.logo-header{margin-top:0px;}
.scrollup {
	color: rgb(113, 178, 222);
	position: fixed;
	bottom: 75px;
	right: 150px;
	display: none;
	z-index:999;
	cursor: pointer;
	text-align: center
}

.scrollup i {
	margin-bottom: 10px;
	display: block
}

@keyframes fadein {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-moz-keyframes fadein {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-ms-keyframes fadein {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-o-keyframes fadein {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
div a:hover{text-decoration:none;}
.nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-top:30px;
}
.nav li {
  text-align: left;
  font-size:18px;
  font-weight:500;
}
.nav a {
  text-decoration: none;
  color: #2f2f2f;
  display: block;
  padding-left: 15px;
  transition: .3s background-color;
}

.nav a:hover {color:#235ca3;text-decoration:none;}

/* Sub Menus */
.nav li li {
}
/*******************************************
   Style menu for larger screens

   Using 650px (130px each * 5 items), but ems
   or other values could be used depending on other factors
********************************************/

@media screen and (min-width: 992px) {
  .nav li {
    border-bottom: none;
    height: 30px;
    line-height: 25px;
	min-width:120px;
    display: inline-block;
	text-decoration:none;
  }
  .nav a {
    border-bottom: none;
	text-decoration:none;
	color:#2f2f2f;
  }

  .nav > ul > li {
    text-align: center;
	text-decoration:none;
  }

  .nav > ul > li > a {
    padding-left: 0;
	text-decoration:none;		
	color:#2f2f2f;
	transition: all .2s ease-in-out;
  }
 .dropdown-menu a:hover {	 
	background:#1d9dda;	
	text-decoration:none;	
	color:#fff;	
  }

}
.owl-dots{display:none !important;}
.container-fluid.position-relative#first{width:100%;min-height:700px;display:table;}

.banner {
width: 100%;
height:700px;
position: relative;
text-align: center;
margin-top: 0;
padding-top:70px;
}

.banner:after {
z-index: -1;
width: 100%;
height:700px;
position: absolute;
background-size: cover;
background-position: center;
top: 10px;
left: 0;
-webkit-filter: opacity(.2);filter: opacity(.5);
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-repeat: no-repeat;
content: '';
}
.banner h1{
padding:10px;
padding-top:5px;
padding-bottom:5px;
margin:0 auto;
margin-top:200px;
text-align:center;
display:table;
color:#000;
font-size:36px;
}
.banner:after{background-image: url(../images/photos/2.jpg);}  