<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: 'Glyphicons Halflings';
}

html, body{
	height: 100%;
}

body{
	
}

.bg1,.bg2,.bg3,.bg4{
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.bg1{
	background-image: url(../images/background/content.jpg);
    
}

.bg2{
	background-image: url(../images/background/content1.jpg);
}

.bg3{
	background-image: url(../images/background/content2.jpg);
}

.bg4{
	background-image: url(../images/background/content3.jpg);
}

.relative{
	position: relative;
}

.overlay{
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

p{
	font-size: 20px;
	color: #fff;
	text-align: justify;
}

header {
    width: 100%;
    height: 100%;
    background-image: url(../images/background/header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

header .header-info{
	width: 100%;
	color: #fff;
}


header .header-info h1,h2{
    text-shadow: 7px 5px 9px #000000;
    /* background: -webkit-linear-gradient(45deg, #9c735a, #7c8e45 80%); */
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    color: #456142;
    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: #ffffff;
}

header .header-info p{
	margin-top: 30px;
}

header .header-info p a{
	margin-right: 10px;
}

header .header-info p img{
	width: 12%;
}

.block-content{
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.block-content p{
	text-indent: 30px;
}

.title{
    text-align: center;
    padding: 12px;
    background-color:#455f28;
	color: #fff;
}

.block-content p label{
	display: inline;
	margin-bottom: 0;
	font-size: 150%;
	color: #dc5e5e;
}

.caption{
	font-style: italic;
	text-align: center;
	width: 70%;
	color: #98e2af;
	font-size: 16px;
	margin-top: 10px;
}

.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.left{
	float: left;
}

.right{
	float: right;
}

.hidden{
    opacity:0;
}
.visible{
    opacity:1;
}

video{
	width: 100%;
}


/*===============TAB========================*/
.fancyTab {
	text-align: center;
  padding:15px 0;
  background-color: #eee;
	box-shadow: 0 0 0 1px #ddd;
	top:15px;	
  transition: top .2s;
}

.fancyTab.active {
  top:0;
  transition:top .2s;
}

.whiteBlock {
  display:none;
}

.fancyTab.active .whiteBlock {
  display:block;
  height:2px;
  bottom:-2px;
  background-color:#fff;
  width:99%;
  position:absolute;
  z-index:1;
}

.fancyTab a {
	font-family: 'Source Sans Pro';
	font-size:1.65em;
	font-weight:300;
  transition:.2s;
  color:#333;
}

/*.fancyTab .hidden-xs {
  white-space:nowrap;
}*/

.fancyTabs {
	border-bottom:2px solid #ddd;
  margin: 15px 0 0;
}

li.fancyTab a {
  padding-top: 15px;
  top:-15px;
  padding-bottom:0;
}

li.fancyTab.active a {
  padding-top: inherit;
}

.fancyTab .fa {
  font-size: 40px;
	width:100%;
	padding: 15px 0 5px;
  color:#666;
}

.fancyTab.active .fa {
  color: #cfb87c;
}

.fancyTab a:focus {
	outline:none;
}

.fancyTabContent {
  border-color: transparent;
  box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
  padding: 30px 15px 15px;
  position:relative;
  background-color:#fff;
}

.nav-tabs &gt; li.fancyTab.active &gt; a, 
.nav-tabs &gt; li.fancyTab.active &gt; a:focus,
.nav-tabs &gt; li.fancyTab.active &gt; a:hover {
	border-width:0;
}

.nav-tabs &gt; li.fancyTab:hover {
	background-color:#f9f9f9;
	box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs &gt; li.fancyTab.active:hover {
  background-color:#fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.nav-tabs &gt; li.fancyTab:hover a {
	border-color:transparent;
}

.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
  background-color:transparent;
  border-bottom:0;
}

.nav-tabs &gt; li.fancyTab:hover a {
  border-right: 1px solid transparent;
}

.nav-tabs &gt; li.fancyTab &gt; a {
	margin-right:0;
	border-top:0;
  padding-bottom: 5px;
  margin-bottom: -30px;
}

.nav-tabs &gt; li.fancyTab {
	margin-right:0;
	margin-bottom:0;
}

.nav-tabs &gt; li.fancyTab:last-child a {
  border-right: 1px solid transparent;
}

.nav-tabs &gt; li.fancyTab.active:last-child {
  border-right: 0px solid #ddd;
	box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
  box-shadow: 0 0 0 1px #ddd;
}

.tabs .nav-tabs li.fancyTab.active a {
	box-shadow:none;
  top:0;
}


.fancyTab.active {
  background: #fff;
	box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
  padding-bottom:30px;
}

.arrow-down {
	display:none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #ddd;
  position: absolute;
  top: -1px;
  left: calc(50% - 20px);
}

.arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -22px;
  left: -18px;
}

.fancyTab.active .arrow-down {
  display: block;
}

.fancyTab a img{
	width: 60%;
	height: 110px;
}

.tab-pane p{
	color: #464545;
	margin-top: 10px;
	font-size: 20px;
}

.quote-bg{
	background-image: url(../images/tab/6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
	padding: 10px;
}

.quote-bg p{
	color: #fff;
}

.tab-pane img{
	width: 40%;
}

.tab-pane h2{
	color: #205424;
}

@media (max-width: 1200px) {
  
  .fancyTab .fa {
  	font-size: 36px;
  }
  
  .fancyTab .hidden-xs {
    font-size:22px;
	}
		
}
	
	
@media (max-width: 992px) {
    
  .fancyTab .fa {
  	font-size: 33px;
  }
    
  .fancyTab .hidden-xs {
  	font-size:18px;
    font-weight:normal;
  }
		
}
	
	
@media (max-width: 768px) {
    
  .fancyTab &gt; a {
    font-size:18px;
  }
    
  .nav &gt; li.fancyTab &gt; a {
    padding:15px 0;
    margin-bottom:inherit;
  }
    
  .fancyTab .fa {
    font-size:30px;
  }
    
  .nav-tabs &gt; li.fancyTab &gt; a {
    border-right:1px solid transparent;
    padding-bottom:0;
  }
    
  .fancyTab.active .fa {
    color: #333;
	}
		
}

/*===========================Quote==========================*/
/* center the blockquote in the page */
.blockquote-wrapper {
   display: inline-block;
   height: 50vh;
   padding: 0 20px;
	float: left;
	width: 50%;
}


/* Blockquote main style */
.blockquote-wrapper .blockquote {
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    align-self: center;
	background:  #292a2b;
	padding: 20px;
}

/* Blockquote header */
.blockquote-wrapper .blockquote h1 {
    font-family: 'Abril Fatface', cursive;
    position: relative; /* for pseudos */
    color: #e74848;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius:20px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote-wrapper .blockquote h1:after {
    content:"";
    position: absolute;
    border: 2px solid #e74848;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 44px;
    bottom: -44px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.blockquote-wrapper .blockquote h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #292a2b;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote-wrapper .blockquote h1 {
        font-size: 3rem;
        line-height: 1.2;
   }

}

/* Blockquote subheader */
.blockquote-wrapper .blockquote h4 {
    position: relative;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
}

 
.blockquote-wrapper .blockquote h4:first-letter {
  margin-left:-12px;
}


/*quote 2*/
.quote-badge{
    background-color: rgba(0, 0, 0, 0.2);   
}

.quote-box p{
	text-indent: 0;
	color: #e27866;
}

.quote-box{
	float: right;
    border-left:none;
    overflow: hidden;
    padding-top: -100px;
    border-radius: 17px;
    color:white;
    width: 50%;
    box-shadow: 2px 2px 2px 2px #E0E0E0;
	background-image: url(../images/diving.jpg);
    background-position: center;
	background-size: cover;
    
}

.quotation-mark{
    
    margin-top: -10px;
    font-weight: bold;
    font-size:100px;
    color:white;
    font-family: "Times New Roman", Georgia, Serif;
    
}

.quote-text{
    
    font-size: 19px;
    margin-top: -65px;
}

.blog-post-bottom{
	font-size: 16px;
}

/*quote 3*/
.quote-3{
	position: relative;
	display: inline-block;
	float: left;
	padding-left: 20px;
}

.box {
  background-color: transparent;
  border-radius: 3px;
  color: #fff;
  width: 400px;
  height: 350px;
  transform-style: preserve-3d;
  perspective: 2000px;
  transition: .4s;
  text-align: center;
}
.box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-top: 20px solid #fff;
  border-left: 20px solid #fff;
  box-sizing: border-box;
}
.box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 20px solid #fff;
  border-right: 20px solid #fff;
  box-sizing: border-box;
}
.box .fa {
  font-size: 25px;
  height: 50px;
  width: 50px;
  line-height: 50px !important;
  background-color: #fff;
  color: #2C3A47;
}
.box .fa2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.box .text {
  position: absolute;
  top: 30px;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% - 60px);
  background-color: #2C3A47;
  border-radius: 3px;
  transition: .4s;
}
.box .text .fa1 {
  position: absolute;
  top: 0;
  left: 0;
}
.box .text div {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 30px 60px;
  line-height: 1.5;
  box-sizing: border-box;
}
.box .text div h3 {
	font-size: 15px;
  
  margin-bottom: 5px;
  color: #a6d2c8;
}
.box .text div p {
  font-size: 20px;
  color: #a6d2c8;
  font-style: italic;
}
.box:hover {
  transform: rotateY(-20deg) skewY(3deg);
}
.box:hover .text {
  transform: rotateY(20deg) skewY(-3deg);
}

/*quote-4*/
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}
 
/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */
 
.item blockquote {
    border-left: none;
	border-radius: 20px;
    margin: 0;
    opacity: 1;
    transform: translateZ(0);
    background: linear-gradient(to right bottom, rgba(255,255,255,1.0) 0%, rgba(255,255,255,0.2) 100%);
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.item blockquote p{
	color: #1d1717;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote small{
	color: #1b1919;
}
 
 
 
/**
  MEDIA QUERIES
*/
 
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
     
}
 
/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
     
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
     
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

/*footer*/
.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

.footer-distributed .footer-left img{
	width: 80%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
</pre></body></html>