/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
#header{
	border-bottom:none;
}
.swiper-pagination span:hover, .swiper-pagination span.swiper-pagination-bullet-active{
	background-color:#9abda7!important;
	border: 1px solid #9abda7!important;
}
.swiper-pagination-bullet{
	background-color: #214738!important;
	border: 1px solid #214738!important;
}
#logo img{
	height: 60px!important;
}
@media (max-width: 767px){
	.copyright-links a{
		margin: 0 10px!important;
	}
	.footer-menu{
		border: none!important;
	}
	
}
@media (min-width: 768px) and (max-width: 1024px){
	.copyright-links a {
    	margin: 0 8px!important;
	}
}
@media (min-width: 992px){
	.menu-container > .menu-item > .custom-link {
	    font-weight: 500 !important;
	    text-transform: none;
	    letter-spacing: 0;
	    font-size: 15px;
	    transition: color .3s ease;
	    color: #9abda7 !important;
	}
	#header.transparent-header, #header.transparent-header:not(.sticky-header) #header-wrap {
	    border-bottom-color: rgba(255,255,255,0.15);
	    background-color: transparent!important;
	}
	.transparent-header.full-header .primary-menu .menu-container{
		border-right: none;
	}
	#header.transparent-header.full-header #logo{
		border-right: none;
	}
	.custom-header{
		position: absolute!important;
	}
	#header-wrap, #header.sticky-header #header-wrap {
	    /*background-color: var(--themecolor, #C6C09C);*/
	    background-color: white!important;
	    border-bottom: none!important;
	}
	.rotate {
	  animation: rotation 8s infinite linear;
	}
	@keyframes rotation {
	  from {
	    transform: rotate(0deg);
	  }
	  to {
	    transform: rotate(359deg);
	  }
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
	#logo a.retina-logo{
		height: 60px;
	}
}
