#header{
    top: 0;
    background-color: transparent;
    border-bottom: none !important;
	z-index: 99 !important;
}

@media (min-width: 1025px){
    #header{
        padding-left: 10%;
        padding-right: 10%;
    }
}

#home{
    position: static !important;
}

.box-bg-1{
    background-color: #FF0043;
}

.box-bg-2{
    background-color: #BAE4E5;
}

.box-bg-3{
    background-color: #D9FFA9;
}

.box-bg-4{
    background-color: #A0D4A4;
}

.box-bg-5{
    background-color: #FBB829;
}

.box-bg-6{
    background-color: #EBC495;
}

.box-bg-7{
    background-color: #1693A5;
}

.box-bg-8{
    background-color: #C0ADDB;
}

footer.footer{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-color: #343434 !important;
}

.footer-links{
    list-style: none;
}

.footer-logo{
    width: 100%;
    height: auto;

}

.footer-links{
    padding-top: 10px !important;
}

.footer-links li, .footer-links a{
    color: #fefefe !important;
}

.footer-links li{
    text-align: center;
}

.footer-links a:hover{
    color: #F0B432 !important;
}

.footer-links li.first{
    padding-bottom: 10px;
    font-size: 18px;
}

.footer-logo-p{
    padding-top: 5px !important;
    color: #bbb;
    text-align: justify;
}

.bottombar{
    background-color: #343434 !important;
}

.copyright-p{
    width: 100%;
    text-align:center !important;
}

.copyright-link{
    color: #ccc !important;
}

.copyright-link:hover{
    color: #fff !important;
}

.navigation ul ul li:last-child{
    border-bottom: none !important;
}

.bg-custom-color{
	background-color: rgba(255, 255, 255, 0.85) !important;
}

.marka{
	position: absolute;
	top: 40vh !important;
}

.tr-btn.tr-btn-custom{
	padding: 0.7rem;
    background-color: #009de1;
    border: 1px solid #007db3;
    border-radius: 3px;
    font-size: 2rem;
    height: 5rem;
    color: #fff !important;
	font-weight: 400 !important;
	top: 50vh;
	margin: 0 auto;
	display: block;
	z-index: 98;
	text-align: center;
}

.tr-btn-custom:hover{
	color: #fff !important;
	background-color: #007db3 !important;
}

@media (max-width: 767px){
	.tr-btn.tr-btn-custom{
		height: 7.5rem;
	}
}

.site-title{
	color: #f9f5f5 !important;
	text-shadow: 2px 2px #00000069;
	font-weight: bold;
font-size: 60px;}

.site-desc{
	color: #fff !important;
	text-shadow: 2px 2px #00000069;
	font-weight: bold;
font-size: 23px;}

.banner-title{
    position: relative;
    top: calc(15vh - 1rem);
}

.contact-table i{
    color: #333;
}

.tr-dropdown-menu{
	padding-top: 10px;
	padding-bottom: 10px;
}

.tr-dropdown-alt{
	float:left;
	width: auto !important;
}

.tr-dropdown-alt .dropdown-title{
	color: #fff;
	font-size: 1.5rem !important;
}

.language-nav{
	list-style: none;	
}

.language-nav li{
	display: inline-block;
}

.mr-30{
	margin-right: 30px !important;
}

.ml-30{
	margin-left: 30px !important;
}

@media (max-width: 1024px){
	.link-ul{
		width: 100% !important;
	}
	.language-link{
		margin-left: 0 !important;
	}
}

.tr-image-gallery .bg-cover{
	transition: .5s ease;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
}

.tr-image-gallery:hover .bg-cover{
	border-radius: 10%;
}

.tr-breadcrumb ol.breadcrumb{
	background-color: unset !important;
}

@media (max-width: 767px){
	.banner{
		background-image: none !important;
		background-color: #1693A5;
	}
	.colored-hover-image-box{
		margin-bottom: 0 !important;
	}
	
}

.custom-parallax-section{
	background-position: 0 -15rem !important;
	background-size: 100% auto !important;
}


@media (min-width: 925px){
	.tr-dropdown2{
		position: absolute;
		left: 100%;
		top: calc(-10px);
	}
}