@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
html {
  scroll-behavior: smooth;
}
html{
  position:relative;
  min-height:100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body{
  font-family: 'Lato', sans-serif;
  font-weight:300;
  background-color:#fff;
  width: 100%;
  line-height:1.8;
  overflow:hidden;
  color:black;
}
body,p{
  font-size:20px}
p{
  margin-bottom:30px}
.rounded-3 {
  border-radius: 30px !important;
}
.h4, h4 {
    font-size: 20px;
  	color: black;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Cinzel", serif;
  font-weight:700;
  margin:0;
  letter-spacing:-1px;
  -webkit-font-smoothing:antialiased}
h1,h2,h3,h5,h6{
  color:black;}
b, strong {
    font-weight: 700;
}
h1 {
  border-bottom: 1px solid black;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
h2,h3{
  margin-bottom:20px}
.overlay h1 {
	font-size: 54px;
    padding-bottom: 5px;
    font-weight: 400;
    border: none;
    margin-bottom: 0;
    float: left;
    text-shadow: 0px 0px 20px #f1f1f1;  
}
h2{
    font-weight: 400;
  	color: #c86567;
    text-transform: uppercase;
}
h2:before {
  content: url('/img/tree1.png');
}
h2:after {
  content: url('/img/tree2.png');
}
h3[data-bs-toggle="collapse"]:hover {
  cursor: pointer;
}
h3{
	font-size: 25px;
    font-weight: 400;
  	color: #c86567;
    text-transform: uppercase;
}
h4 {
	font-size: 25px;
    font-weight: 400;
  	color: #c86567;
}
h5 {
	font-size: 20px;
    font-weight: 400;
}
a{
  color: black;
  text-decoration:none;
  transition: all 0.5s;}
a:focus,a:hover{
  color: #e00613 !important;
  transform: scale(1.05);
  text-decoration:none}
.bg-design a {
  color: white;
}
p{
  line-height:26px;
  font-size: 20px;
}
#intro p {
  font-family: "Cinzel", serif;
  font-weight:500;  
}
hr {
  border-bottom: solid 1px #000;
}
.text-design {
  color: #000;
}
.text-green {
  color: #7fb031;  
}
.text-blue {
  color: #00add4;  
}
.text-purple {
  color: #ff5fb0;  
}
.text-orange {
  color: #ffa200;  
}
.text-violet {
  color: #a17bbd;
}
.bg-design {
  background: #f00000;
}
.bg-green {
  background: #7fb031;
}
.overlay {
  z-index:2;
  opacity: 0;
}
.overlay div {
  opacity: 1;
  transition: all 0.5s;
      position: absolute;
    bottom: 100px;
}

.fade-in {
  animation: fadeInAnimation 3s ease-in forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*buttons*/
.btn {
      -webkit-transition: all .3s;
    transition: all .3s;
}
.btn-default {
  color: #847774;
  background-color: #212121;
  border-color: #847774;
}
.btn-red, .btn-red:visited {
    border-radius: 0;
    float: left;
    min-width: 250px;
    background: #c86567;
    color: white;
}
.btn-red:hover, .btn-red:active {
    background: rgba(200, 101, 103, 0.6) !important;
  	color: #fff !important;
}
.btn-white, .btn-white:visited {
	border: solid 2px #fff !important;
    border-radius: 30px !important;
    float: right;
    min-width: 250px;
    text-align: right;
  	color: #fff !important;
}
.btn-white:hover, .btn-white:active {
    background: #e00613 !important;
  	color: #fff !important;
    border: solid 2px #e00613 !important;
}
.btn-black, .btn-black:visited {
	border: solid 2px black !important;
    border-radius: 5px !important;
    float: right;
    min-width: 250px;
    text-align: right;
  	color: #fff !important;
  background: black;
}
.btn-black:hover, .btn-black:active {
    background: gray !important;
  	color: #fff !important;
    border: solid 2px gray !important;
}
.btn-square-sm {
    border: none;
    position: absolute;
    bottom: 0px;
    left: 15px;
    height: 40px;
    width: 40px;
    background: #e00613;
    color: #fff;
    text-align: center;
}
.btn-colapse {
    width: 142px;
    height: 40px;
    background: #c86567;
    color: white;
    border-radius: 0;
}
.btn-colapse:hover, .btn-colapse:active, .btn-colapse:visited, .btn-colapse:focus, .btn-colapse:focus-visible, .btn-colapse:focus-within {
    color: white;
  	outline: none;
}
.btn-ks, .btn-ks:visited {
	border: solid 2px #05ce78 !important;
    border-radius: 30px !important;
    min-width: 250px;
    text-align: right;
  	color: #fff !important;
    background: #05ce78 !important;
    font-size: 20px;
    font-family: "Cinzel", serif;
    font-weight:700;    
  
}
.btn-ks:hover, .btn-ks:active {
    background: #05ce78 !important;
  	color: #fff !important;
    border: solid 2px #05ce78 !important;
}
.nav-link ion-icon {
    padding-top: 11px;
}
/*********/
/*Navbar*/
.navbar {
	transition: all 0.5s;
  	font-size: 35px;
    font-weight: 500;
    color: #000;
	transition: all 0.5s;
    background: transparent;
}
.navbar-brand {
  opacity:0;
	width: 200px;
    padding: 16px 0;
	transition: all 0.5s;
}
.navbar-nav .nav-link {
	transition: all 0.5s; 
    text-decoration: none;
      font-family: "Cinzel", serif;
      font-weight:700; 
  font-size: 25px;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:active {
    color: grey !important;
  	transform: scale(1.05);
}
navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(200 101 103);
}
.dropdown-item {
    transition: all .5s;
    font-size: 17px;
    text-decoration: none;
    line-height: 14px;
    font-weight: 300;
    padding-right: .5rem;
    padding-left: .5rem;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item.active:hover {
	color: #f00000 !important;
    text-decoration: none !important;
    background-color: white !important;
}
.navbar-toggler {
  filter: invert(1);
}
.navbar-toggler:focus {
  outline: none;
}
.navbar li {
	border-bottom: none;
	padding: 0;
}
/***********/
.pageWrapper {
    z-index: 2;
    position: relative;
    top: 0px;
    width: 100vw;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    min-height: 100vh;
}
.pageWrapper.homeWrapper {
    top: 100vh;
}
.pageWrapper.subpageWrapper {
    top: 61vh;
}
#content{
  margin-top:50px;
  margin-bottom:150px}
/*******/
/* Background Slides */

.carousel-item {
    height: 100vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
}
.overlay {
    top: 100px;
}

#mainSlider {
  margin-top: 0px;
  background-color: #f2f2f2;
}
.carousel .carousel-item {
  opacity: 0;
  transition: opacity 5s ease-in-out !important;
}

#introAnimation {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: white;
  background: url('/img/bg5.jpg');
  background-size: cover !important;
  background-attachment: fixed;
  position: fixed;
  background-blend-mode: darken;
  background-color: rgb(0 0 0 / 15%)  
}
#introAnimation.subpageSlider {
    top: 0;
}

#slicedDiv {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  margin-top: 0;  
  transform: translate3d(0, 0, 0);
}

.carousel-item {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.fade-in2, .fade-in-element {
  opacity: 1;
}
.fade-in-element {
  opacity: 0;
  transition: opacity 1s ease;
}
.fade-in-element.fade-in2 {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slice {
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  background-size: cover;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important; 
  background-blend-mode: darken;
  background-color: rgb(0 0 0 / 15%)

}
/*******************/
.slideOverlay {
  bottom:0;
}
#banner {
    height: 100vh;
}
/******/
.video {
	width: 100%;
    height: 618px;
    margin-top: 5px;
}
.infoWrapper {
	margin-left: 0px;
    margin-right: 0px;
}
.infoWrapper .carousel-item {
    height: 675px;
}
.infoWrapper ion-icon {
  font-size: 30px;
}
/*Footer*/
#footer {
    z-index: 2;
    opacity: 0;
}
#footer .col-md-12, #footer .col-md-6, #footer .col-6 {
  padding-left: 0px;
  padding-right: 0px;
}
#footer li{
    list-style: none;
	border: none;
  	font-size: 14px;
}
#footer li a{
  font-weight:400;}
#footer li:last-child{
  border-right:0;
  padding-right:0}
#footer .links{
    text-align: right;
    float: right;
    padding: 0;}
#footer .links a {
    padding: 7px 20px;
    background: #e00613;
    width: 200px;
    color: #fff;
    border-radius: 30px;
}
#footer .copyright{
  float:left}
#footer .links ul{
  margin:0;
  padding:0}
#footer .links ul li{
  list-style:none}
ul#footerNavigation {
    position: relative;
    width: 100%;
    height: 100%;
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.mobileFooterMenu {
  list-style: none;
}
ul.childMenu {
    list-style: none;
    padding-left: 0;
	color: #002831;
    font-size: 13px!important;
    text-transform: uppercase!important;
  font-weight:300;
}
li.footerMenu {
    float: left;
}
footer .row {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0;
}
.footerMenu a.scrollmore {
  	display: block;
    text-transform: uppercase;
    padding-bottom: 20px;
}
  .links li {
    float: right;
}
  #news a {
        float: unset;
	}  

/* scrollbar */

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
    border: solid 1px rgb(0 40 49 / 0%);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c86567;
    border: solid 1px rgb(0 40 49 / 0%);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c86567;
}
/******/

/*Responsive*/
@media (min-width:1400px){
  /* navbar */ 
  .navbar {
    padding: 0;
    min-height: 75px;
}
.navbar-nav {
    right: 0;
    padding: .5rem 0;
    font-size: 20px;
}
    .dropdown-menu {
    margin-top: 20px;
}
}

@media (min-width:1200px){
.infoBlock {
  min-height: 315px;
}
.infoBlock:nth-child(6) {
  min-height: unset;
}   
}

@media (max-width:1399px){
  .dropdown-menu {
    border-bottom: none !important;
  }
  .navbar-brand img {
    max-width: 200px;
}
  .navbar-toggler {
    float: right;
}
}

@media (max-width:1199px){
  #footer li {
    font-size: 16px;
}
.infoWrapper .carousel-item {
    height: 562px;
}
  .video {
    height: 517px;
}
#slicedDiv {
  margin-top: 0px;  
}   
}
@media (max-width:991px){ 
.infoWrapper .carousel-item {
    height: 413px;
} 
    .video {
    height: 382px;
}
#introAnimation.subpageSlider {
    top: -365px;
}
}
@media (min-width:768px){
  .collapsing {
    overflow: hidden !important;
  }
  }
@media (max-width:767px){
  .downloadBack {
    padding: 5px;
    max-width: 100vw;
}
.mainWrapper {
 margin-top: 120px;
}
  #slider-content, .top-image {
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8855917366946778) 54%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8855917366946778) 54%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.8855917366946778) 54%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }
.carousel-item {
    height: 35vh;
}
  .logoText a {
    font-size: 30px;
}
  .ct-address {
    padding-top: 45px;
  }
#footer .copyright {
    float: right;
}
    /*footer*/
#footer li {
    font-size: 12px;
}
#footer li:nth-child(1) {
    width: 100%;
}
#footer li:nth-child(2), #footer li:nth-child(3) {
    margin-top: -5px;
}
  #footer .links a {
    font-size: 12px;
}
.infoWrapper .carousel-item {
    height: auto;
}   
.video {
  height: 281px;
}
    .overlay h1 {
line-height: 35px;
        font-size: 30px;
    }
}
/*
  #slicedDiv {
    margin-top: 20px;
} 
*/

.tableOuter, .tableOverflow {
    height: 0px;
    overflow: hidden;
}  
}
@media (max-width:575px){
#footer .links {
    text-align: center;
      margin-top: 5px;
}
}
@media (max-width:480px){

  .video {
  height: 225px;
}
}
@media (max-width:360px){
    .video {
  height: 168px;
}
}
/******/

