<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(superslides.css);
@import url(baguetteBox.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: #666666;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.80857;
	background-color:#FAFAFA;
}


/* BUTTON HOVER EFECT*/
.box { 
border: 1px solid #006287;
padding:0px; 
} 
.box:hover { 
-moz-box-shadow: 0 0 10px #999; 
-webkit-box-shadow: 0 0 10px #999; 
box-shadow: 0 0 10px #999; 
}

.box_2 { 
border-radius:0px; 
} 
.box_2:hover { 
-moz-box-shadow: 0 0 10px #999; 
-webkit-box-shadow: 0 0 10px #999; 
box-shadow: 0 0 10px #999; 
}
/* BUTTON HOVER EFECT*/

.linija_tip_1 {
    display: block;
    height: 2px;
    background-color: #006287;
    width: 100px;
    margin: 25px 0;
}
.linija_tip_2 {
    display: block;
    height: 2px;
    background-color: #006287;
    width: 100px;
    margin: 15px;
}



a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 36px;
	font-family:'Bebas Neue', sans-serif;

}

h2 {
    font-size: 28px;
	font-family:'Bebas Neue', sans-serif;
	
}

h3 {
    font-size: 25px;
	font-family:'Bebas Neue', sans-serif;
	
}

h4 {
    font-size: 16px;
	font-family:'Bebas Neue', sans-serif;
	
}

h5 {
    font-size: 14px;
	font-family:'Bebas Neue', sans-serif;
	
}

h6 {
    font-size: 13px;
	font-family:'Bebas Neue', sans-serif;
	
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul, li, ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
button:focus{
	outline: none;
}

.form-control::-moz-placeholder {
    color: #2a2a2a;
    opacity: 1;
}

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/
.top-navbar{
	position: relative;
	z-index: 10;	
}

.top-navbar .navbar{
	padding: 5px;
	width: 100%;
	transition: height .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	z-index: 100;
}

.top-navbar .navbar-light .navbar-nav .nav-link{
	color: #FFF;
	font-size: 18px;
	padding: 10px 30px;
	margin-right:0px;
	letter-spacing:2px;
}

.top-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover{
	background: #018ace;
	color: #ffffff;
}
.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link{
	background: #006287;
	color: #ffffff;
	/* [disabled]border-radius: 4px; */
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
	border: none;
	border-radius: 0px;
	padding: 15px;
	box-shadow: 2px 5px 6px rgba(0,0,0,0.5);
}
.navbar-expand-lg .navbar-nav .dropdown-menu a{
	padding:5px 5px 5px 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item:hover{
	background: #018ace;
	color: #ffffff;
}
.navbar-light .navbar-toggler:hover{
	/* [disabled]background: #006287;*/
}

/*------------------------------------------------------------------
    Slider
-------------------------------------------------------------------*/

.cover-slides{
	height: 500px;
}
.slides-navigation a {
	position: absolute;
	height: 65px;
	width: 55px;
	top: 48%;
	font-size: 25px;
	display: block;
	color: #fff;
	line-height: 63px;
	text-align: center;
	transition: all .3s ease-in-out;
	border-radius:0%;
	margin:15px;
	text-shadow:1px 2px 5px #000;
	;	
}
.slides-navigation a i{
	font-size: 40px;
}
.slides-navigation a:hover {
	background: #006287;
}
.cover-slides .container{
	height: 100%;
	position: relative;
	z-index: 2;
}
.cover-slides .container &gt; .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cover-slides .container &gt; .row {
    height: 100%;
}

.btn{
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 10px 15px 10px 15px;
	font-size: 16px;
	line-height: 1.5;
	border-radius:0px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-outline-new-white {
	font-size: 16px;
	color: #fff;
	background-color: transparent;
	border: 1px solid #FFF;
	border-radius: 0px;
	padding: 10px 25px;
	margin-right:25px;
}
.btn-outline-new-white:hover {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

.overlay-background {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	opacity: 0.5;
}

.cover-slides h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 64px;
	color: #fff;
}
.cover-slides p{
	color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.slides-pagination a{
	border: 2px solid #ffffff;
}
.slides-pagination a.current{
	background: #006287;
	border: 2px solid #006287;
}

/*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/

.about-section-box{
	padding: 20px 0px;
	background-size: cover;
}
.about-section-box .img-fluid{
	box-shadow: 20px 20px 0px #006287;
}
.inner-column{
	text-align: left;
}
.inner-column h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #010101;
	font-weight: 500;
}
.inner-column h1 span{
	color: #006287;
}
.inner-column h4{
	font-size: 16px;
	font-weight: 500;
}
.inner-column p{
	font-size: 18px;
	color: #222222;
}
.inner-column .btn-outline-new-white{
	color: #fff;
}
.inner-column .btn-outline-new-white:hover{
	color: #ffffff;
}

/*------------------------------------------------------------------
    Menu
-------------------------------------------------------------------*/

.menu-box{
	padding: 70px 0px;
}

.heading-title{
	margin-bottom: 0px;
}
.heading-title h2{
	color: #010101;
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.heading-title p{
	font-size: 18px;
	font-weight: 200;
	margin: 0px;
}

.inner-menu-box{}
.inner-menu-box .nav-pills .nav-link.active{
	background: #006287;
}
.inner-menu-box .nav-pills .nav-link{
	font-size: 18px;
}
.inner-menu-box .nav-pills .nav-link:hover{
	background: #006287;
	color: #ffffff;
}


/*------------------------------------------------------------------
    Footer
-------------------------------------------------------------------*/

.footer-area{
	padding-top: 75px;
	padding-bottom: 0px;
}
.bg-f{
	
	background-clip: initial;
	background-origin: initial;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-color:#CDDC00;	
}
.bg-f::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	opacity: 0.8;
}

.footer-area .container{
	position: relative;
	z-index: 1;
}
.footer-area h3{
	color: #757b7f;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
.footer-area p{
	font-size: 1.25em;
	color: rgba(51,51,51,0.8);
	margin: 0;
	padding-bottom: 5px;
}

.arrow-right{
	position: relative;
}
.arrow-right::before {
    content: "\f101";
	font-family: 'FontAwesome';	
	position: absolute;
	right: 0px;
	top: 0;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
}
.footer-area p.lead{
	font-size: 19px;
	color: #ffffff;
	margin-bottom: 0px;
}
.footer-area p.lead a{
	color: #000;
	margin-bottom: 15px;
}
.footer-area p.lead a:hover{
	color: #006287;
}
.footer-area p a{
	font-size: 18px;
	color: #333333;
}
.footer-area p a:hover{
	color: #006287;
}

.f-social {
    padding-bottom: 10px;
    margin: 0px;
    margin-top: 20px;
}
.f-social li a {
    font-size: 2.25em;
    color: #FFF;
	width: 38px;
	height: 38px;
	display: block;
	text-align: center;
	line-height: 38px;
	border-radius: 4px;
}
.copyright{
	margin-top: 50px;
	position: relative;
	display: block;
	background-color: #006287;
	padding: 30px 0 20px 0;
	z-index: 1;
	margin-bottom: -30px;
}
.copyright .company-name{
	font-size: 16px;
	text-align: center;
}
.copyright .company-name a{
	font-size: 16px;
}


#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 9999;
    width: 52px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #006287;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
	font-size: 30px;
}
</pre></body></html>