html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}

a:hover{ outline:none !important;}
a:focus {outline:none;transition: 0.8s;   text-decoration: none;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}

html {font-size: 100%; /* 1 */-webkit-text-size-adjust: 100%; /* 2 */-ms-text-size-adjust: 100%; /* 2 */}
body {  font-family: 'EB Garamond', serif;position:relative
 font-weight: 300;background:#1a1a1c; color:#fff;
	line-height: 1;-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently*/
}


ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
a:active,
a:hover { transition: 0.8s;   text-decoration: none;outline: 0;}
img { border: 0; /* 1 */-ms-interpolation-mode: bicubic; /* 2 */}
::placeholder {font-size:15px;padding-left: 0px; color:#fff !important;}
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;padding: 0;}
::-moz-selection { background: #b3d4fc;text-shadow: none;}
::selection { background: #b3d4fc;text-shadow: none;}
img {vertical-align: middle;}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Playfair Display', serif;
 font-weight: 700;
 font-style: italic;
}

.container-fluids {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.paragraph {
	font-size: 1.05rem;
	font-family: 'EB Garamond', serif;
	font-weight: 300;
	color: #fff;
	margin-bottom: 1rem;
	line-height: 20px;
}
.second-order {
	order: 2;
}
.first-order {
	order: 1;
}
.pdlr {
	padding-left: 0rem;
	padding-right: 0rem;
}
h1 {
	font-size: 2.5rem;
	line-height: 2.8rem;
}
h2 {
	font-size: 1.4rem;
	line-height: 2.1rem;
}
.big-pdtop {
	padding-top: 8.6rem;
}
.big-bottom {
	margin-bottom: 8.6rem;
}
.logo img {
	width: 140px;
}
.border-yellow {
	border: solid 1px #e4b12e;
}
.navbar-brand img {
	width: 8rem;
}
.fixed-top {
	box-shadow: 4px 6px 4px 2px rgba(0, 0, 0, .1);
	background: #1a1a1c;
	padding: .2rem 1rem;
}
.navbar-nav {
	margin: 0rem 0;
	padding: .3rem 1rem;
}
.navbar-nav li a {
	margin: 0.2rem 1.20rem 0.2rem 1.9rem;
	font-family: 'EB Garamond', serif;
	font-size: 0.96rem;
	font-style: normal;
	font-weight: 400;
	color: #fff !important;
	line-height: 20px;
}
.dash {
	width: 1.65rem;
	height: 0.17rem;
	background: #fff;
	line-height: 2rem;
	display: block;
	overflow: hidden;
	margin: 2rem 0;
}
.owl-theme .owl-dots {
	position: absolute;
	z-index: 9999;
	right: 1.5rem;
	bottom: 0.5rem;
}
.owl-dotsright.owl-theme .owl-dots {
	position: absolute;
	z-index: 9999;
	left: 1.5rem;
	right: inherit;
	bottom: 0.5rem;
}
.owl-dotsrights.owl-theme .owl-dots {
	position: absolute;
	z-index: 9999;
	left: 1.5rem;
	bottom: 0.5rem;
	right: inherit;
}
.btn-black {background-color: #1a1a1c;
	cursor: pointer;
	margin-top: 26px;
	display: inline-block;
	outline: none !important;
	border: 1px solid #fff;
	cursor: pointer;
	color: #fff;
	min-width: 200px;
	font-size: 0.899rem;
	line-height: 46px;
	font-weight: 400;
	text-decoration: none!important;
	padding-left: 30px;
	padding-right: 30px;
	transition: all .2s ease-in-out;
	text-align: center;
	text-transform: uppercase;
}
.btn-black:hover {
	color: #000;
	background: #fff;
}
.layout-text-on-left {
	padding: 5rem 7rem 7rem 5.2rem;
}
.layout-text-on-right {
	padding: 7rem 4.2rem 7rem 7rem;
}
	

/* The Loader */
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	overflow: hidden;
	// Modernizr no-js fallback
	.no-js & {
		display: none;
	}
}
#loader {
	background-image: url("../img/aarna-logo.gif");
	background-repeat: no-repeat;
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 80px;
	margin: -40px 0 0 -75px;
	animation: spin 1.7s linear infinite;
	z-index: 99999999;
}
#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #222;
	z-index: 10;
}
#loader-wrapper .loader-section.section-left {
	left: 0;
}
#loader-wrapper .loader-section.section-right {
	right: 0;
}
/* Loaded styles */

.loaded #loader {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;
	transform: translateY(-100%);
	transition: all 0.3s 1s ease-out;
}
.slider1 {
	margin-bottom: 3rem;
}
.slider1.owl-theme .owl-nav {
	margin-top: 0px !important;
}
.slider2.owl-theme .owl-nav {
	margin-top: 0px !important;
}
.slider2 .owl-nav .owl-prev {
	position: absolute;
	left: 0rem !important;
	top: 38%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0px 0px 0px 0px;
}
.slider2 .owl-nav .owl-prev span {
	margin: 2px;
	font-size: 1.9875rem;
	color: #e4b12e00;
	display: inline-block;
	font-family: 'Line Awesome Free';
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slider2 .owl-nav .owl-prev span:before {
	content: "\f104";
	color: rgba(255, 255, 255, 0.55) !important;
}
.slider2 .owl-nav .owl-prev:focus {
	outline: 0;
}
.slider2 .owl-nav .owl-prev:hover {
	/* background: #000 !important;*/
}
.slider2 .owl-nav .owl-next {
	position: absolute;
	right: 0rem !important;
	top: 38%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
	border-radius: 0px 0px 0px 0px;
}
.slider2 .owl-nav .owl-next span {
	margin: 5px;
	font-size: 1.9875rem;
	color: #e4b12e00;
	display: inline-block;
	font-family: 'Line Awesome Free';
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slider2 .owl-nav .owl-next span:before {
	content: "\f105";
	color: rgba(255, 255, 255, 0.55) !important;
}
.slider2 .owl-nav .owl-next:focus {
	outline: 0;
}
.slider2 .owl-nav .owl-next:hover {
	/* background: #000 !important; */
}
.slider2:hover .owl-prev {
	left: 0px;
	opacity: 1;
}
.slider2:hover .owl-next {
	right: 0px;
	opacity: 1;
}
.modal-content {
	background-color: #1a1a1c;
}
.modal-body {
	padding: 2rem;
}
.closebtnss {
	outline: none;
	border: none!important;
	outline: none!important;
	left: 2.5rem;
	top: 44px;
	text-shadow: inherit!important;
	position: absolute;
}
.closebtnss:before {
	transform: rotate(-45deg);
	content: "";
	width: 1.6rem;
	height: 0.05rem;
	background: #fff;
	position: absolute;
}
.closebtnss:after {
	transform: rotate(45deg);
	content: "";
	width: 1.6rem;
	height: 0.05rem;
	background: #fff;
	position: absolute;
}
.closebtn {
	position: absolute;
	right: -28px;
	top: -30px;
	font-size: 44px;
	text-shadow: inherit !important;
	color: #fff;
}
.overlay,
.sideMenu {
	position: fixed;
	bottom: 0;
}
.overlay {
	top: 0;
	left: -100%;
	right: 100%;
	margin: auto;
	background-color: rgba(0, 0, 0, .5);
	z-index: 998;
}
.overlay.open {
	left: 0;
	right: 0
}
.sidebarNavigation {
	margin-bottom: 0;
	z-index: 999;
	justify-content: flex-start;
	padding: 0rem 1rem !important;
}
.sidebarNavigation .leftNavbarToggler {
	margin-right: 10px;
	order: -1
}
.sideMenu {
	background: #1a1a1c;
	left: -100%;
	top: 0px;
	overflow: hidden;
	width: 64%;
	max-width: 70rem;
	z-index: 99999;
	margin-bottom: 0;
	padding: 1rem 0rem 1rem 0rem;
	transition-duration: 0.5s;
	height: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.sideMenu.open {
	left: 0;
	display: block;
	overflow-y: auto;
}
.sideMenu ul {
	margin: 0;
	padding: 0 15px
}
.navbar-brand {
	margin-left: 2.88rem;
}
.main__section.start__animation {
	animation-name: show__bl;
	animation-iteration-count: 1;
	animation-duration: 2s;
	opacity: 1;
	transform: translateY(0px);
}
.main__section {
	opacity: 0;
	transform: translateY(100px);
}
@keyframes show__bl {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
.main__section.start__fix {
	opacity: 1;
	transform: translateY(0px);
	animation: none;
}
.moreless-button {
	display: none;
}
.moretext {
	display: none;
}

.moretexts {
	display: none;
}
.firstbnr {
	margin-top: 6rem;
}

.layout-text-on-left{padding-bottom:0px !important;}


.outer { margin:0 auto; max-width:100%;}
.galry .item{ height:90vh;}
#thumbs .item { height:10vh;padding: 0px; margin:0px 5px; text-align: center; cursor: pointer; }

#thumbs .owl-carousel .owl-item img{width: inherit !important;}

#thumbs .current .item { border-radius:4px; }
.galry .owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.galry .owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color:#1a1a1c; }
.galry.owl-theme { position: relative; }
.galry.owl-theme .owl-next, .galry.owl-theme .owl-prev {     background:rgba(0, 0, 0, 0.68) !important;
    width:36px;
    line-height:54px; opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
    height: 54px;
    margin: -27px 0 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    border-radius: 0px; }
.galry.owl-theme .owl-prev { left: 0px; }
.galry .owl-nav .owl-prev span {

	font-size: 1.2875rem;
	color: #e4b12e00;

	font-family: 'Line Awesome Free';
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.galry .owl-nav .owl-prev span:before {
	content: "\f104";
	color: rgba(255, 255, 255, 0.55) !important;
}
.galry.owl-theme .owl-next { right: 0px; }
.galry .owl-nav .owl-next span {

	font-size: 1.2875rem;
	color: #e4b12e00;

	font-family: 'Line Awesome Free';
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.galry .owl-nav .owl-next span:before {    margin-left: 3px;
	content: "\f105";
	color: rgba(255, 255, 255, 0.55) !important;
}


.galry:hover .owl-prev {
	left: 0px;
	opacity: 1 !important;
}
.galry:hover .owl-next {
	right: 0px;
	opacity: 1 !important;
}
.owl-nav button:focus {
    outline: none;
}
.hyperlink{ color:#cc0c25; font-weight:900;    font-size: 1.1rem;}
.hyperlink:hover{color:#ccc;}

footer .dash {
	margin: 1.2rem auto 2rem auto;
}
footer p {
	margin-bottom: 0.8rem;
	line-height: 26px;
}
footer p i {
	font-size: 1.48rem;
	position: relative;
	top: 0.2rem;
}
footer p a span {font-size: 1.05rem;
	padding-left: 0.5rem;
}
footer p a {
	color: #fff;
	font-size: 0.88rem;
	line-height: 21px;
	position: relative;
}
footer p a:hover {
	color: #ccc;
}
footer p a.privacy-policy{color:#cc0c25;}
.socialicon i {
    font-size: 1.24rem;
    margin: 0.5rem 0.4rem 0.5rem 0.4rem;
}
.socialicon a{ color:#fff;}
.socialicon a:hover{color: #ccc;}
.whatsappicon a i{font-size:1.5rem;}
.whatsappicon a{right:1.8rem; bottom:1.6rem;
z-index: 9999999;  position: fixed;
background-color: #28a745;
border:solid 1px #28a745;
font-weight: 400;
color: #fff;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;

}	
.whatsappicon a:hover{color: #fff;
    background-color: #218838;
    border:solid 1px #1e7e34;}	
