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

@font-face {
    font-family: regular;
    src: url("../fonts/fonts/375D9D_0_0.ttf");
}
#cssmenu.homemenu  ul  li  a {
					padding: 32px 15px;
					text-decoration: none;
					color: #fff;
					font-size: 16px;
					/* font-family: 'ProximaNovaA-light'; */
						}
						
#cssmenu.homemenu &gt; ul &gt; li &gt; .navtoggledesktop &gt; a, #cssmenu.homemenu &gt; ul &gt; li &gt; .navtogglemobile &gt; a{padding:32px 15px;text-decoration:none;color:#fff;    font-size: 16px;}
						
#cssmenu.homemenu  ul  li li a{ color:#24292e; padding:15px 15px; width:290px;}
#triggerVid {
    width: 1px;
    height: 1px;
	
    position: absolute;
    top: -1111111111px;
}
 
@font-face {
    font-family: light;
    src: url(../fonts/proximanovalight.ttf)
}

html,
body {
    overflow: hidden;
    background: #333;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/*
@media (min-width:768px) {
    .container {
        width: 750px
    }
}

*/
navbar-custom {
    background: none;
	}
	
		#owl-demo div.text h3 br {
    display: block;
}


#owl-demo div.text h3 {
    font-size: 28px;
	font-weight: normal; 
}


#owl-demo div.text h2 {
    font-size: 32px;
	font-weight: normal;
    line-height: 35px;
}

div.circle{ margin-top:30px;}
div.circle, div.circle div.cont {
    width: 500px;
    height: 500px; z-index:9;
}
.owl-carousel.owl-loaded{ z-index:99;}

div.circle span.p-two {
    right: -8px;
    top: calc(50% - 13px);
    top: -webkit-calc(50% - 13px);
    top: -moz-calc(50% - 13px);
    top: -o-calc(50% - 13px);
    top: -ms-calc(50% - 13px);
}


div.circle span.p-three {
    bottom: -10px;
    left: calc(50% - 13px);
    left: -webkit-calc(50% - 13px);
    left: -moz-calc(50% - 13px);
    left: -o-calc(50% - 13px);
    left: -ms-calc(50% - 13px);
}
@media (max-width: 1000px){
.container{ width: 94%;}
.navbar-custom .navbar-collapse, .navbar-custom .container{ padding:0;}
.menulist li a{ padding:20px 10px;} 
.fr{ width:100%;}
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

/*
@media (min-width:1400px) {
    .container {
        width: 1290px
    }
}
*/

@media (min-width:1600px) {
    .container {
        width: 1570px
    }
}

@media (min-width:1800px) {
    .container {
        width: 1770px
    }
}

@media (min-width:2000px) {
    .container {
        width: 1970px
    }
}


@media (min-width:2200px) {
    .container {
        width: 2170px
    }
}

@media (min-width:2400px) {
    .container {
        width: 2370px
    }
}

@media (min-width:2600px) {
    .container {
        width: 2570px
    }
}

@media (min-width:2800px) {
    .container {
        width: 2770px
    }
}

ul {
    list-style: none;
    padding: 0px;
}

a,
a:active,
a:focus,
button {
    text-decoration: none;
    outline: none;
}

/*// framework */

/* Loader */

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    background: #fff;
    height: 100vh;
}

.loader {
    position: absolute;
    width: 250px;
    height: 416px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100000;
}

/* // loader */

/* header */

header {
    position: absolute;
    z-index: 2002;
    top: 0;
    width: 100%
}

header a.logo {
    margin-top: 52px;
    float: left
}

header ul.main-links {
    float: right;
    padding: 0px;
    margin-top: 75px
}

header ul.main-links &gt; li {
    float: left
}

header ul.main-links &gt; li a {
    color: #fff;
    font-family: regular;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s
}

header ul.main-links li ul li a:hover,
header ul.main-links li ul li.active a,
header ul.main-links &gt; li.active &gt; a,
header ul.main-links &gt; li:hover &gt; a {
    color: #00b6c5
}

header ul.main-links &gt; li &gt; a {
    font-size: 22px
}

.rotateplus90 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

header ul.main-links &gt; li &gt; a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    float: right;
    margin: 5px 24px 0;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s
}

header ul.main-links &gt; li:last-child &gt; a:after {
    margin-right: 0px;
}

header ul.main-links &gt; li.active &gt; a:after,
header ul.main-links &gt; li:hover &gt; a:after {
    border-color: #00b6c5
}

header ul.main-links li {
    position: relative
}

header ul.main-links li ul {
    margin: 0;
    padding: 30px 30px 30px 60px;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    min-width: 230px;
    z-index: 1000000;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    top: 40px
}

header ul.main-links li:hover ul {
    visibility: visible;
    opacity: 1
}

header ul.main-links li ul li a {
    font-size: 20px;
    display: block;
    padding: 5px 0;
    position: relative
}

header ul.main-links li ul li a:after {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    width: 8px;
    height: 8px;
    top: 12px;
    background: #fff;
    border-radius: 50%;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s
}

header ul.main-links li ul li.active a:after,
header ul.main-links li ul li:hover a:after {
    background: #00b6c5
}

/*// header */

/* carousel */
.video-background video,
#owl-demo img,
#owl-demo video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.owl-carousel .owl-stage {
    overflow: hidden;
}
#owl-demo text{ position:relative; z-index:999999;}
#owl-demo .owl-nav {
    position: absolute;
    z-index: 50;
    bottom: 120px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

.owl-carousel {
    z-index: none;
}

#owl-demo .item {
    width: 100% !important
}

#owl-demo .owl-nav .owl-next,
#owl-demo .owl-nav .owl-prev {
    font-size: 40px;
    color: #fff;
    opacity: 1
}

#owl-demo .owl-nav .owl-next {
    margin-left: 40px;
}

#owl-demo .owl-nav .owl-next:hover,
#owl-demo .owl-nav .owl-prev:hover {
    background: 0 0;
    color: #00b6c5
}

#owl-demo div.text {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}


#owl-demo div.text h3 {
    font-family: ProximaNovaS-Light;
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
    margin: 0px 0 10px 0;
}

#owl-demo div.text h2 {
    font-family: regular;
    font-size: 40px;
    color: #fff;
    margin: 0px; font-weight:normal; font-family: ProximaNovaS-Light;
    margin-top: 15px;
}

/*// carousel*/

/* circle */

div.circle {
    width: 950px;
    height: 950px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 50%;
}

@keyframes a-one {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(90deg);
    }
}

@keyframes a-two {
    from {
        transform: rotate(90deg);
    }
    to {
        transform: rotate(180deg);
    }
}

@keyframes a-three {
    from {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(270deg);
    }
}

@keyframes a-four {
    from {
        transform: rotate(270deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes a-one {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(90deg);
    }
}

@-webkit-keyframes a-two {
    from {
        -webkit-transform: rotate(90deg);
    }
    to {
        -webkit-transform: rotate(180deg);
    }
}

@-webkit-keyframes a-three {
    from {
        -webkit-transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(270deg);
    }
}

@-webkit-keyframes a-four {
    from {
        -webkit-transform: rotate(270deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes a-one {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(90deg);
    }
}

@-moz-keyframes a-two {
    from {
        -moz-transform: rotate(90deg);
    }
    to {
        -moz-transform: rotate(180deg);
    }
}

@-moz-keyframes a-three {
    from {
        -moz-transform: rotate(180deg);
    }
    to {
        -moz-transform: rotate(270deg);
    }
}

@-moz-keyframes a-four {
    from {
        -moz-transform: rotate(270deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes a-one {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(90deg);
    }
}

@-o-keyframes a-two {
    from {
        -o-transform: rotate(90deg);
    }
    to {
        -o-transform: rotate(180deg);
    }
}

@-o-keyframes a-three {
    from {
        -o-transform: rotate(180deg);
    }
    to {
        -o-transform: rotate(270deg);
    }
}

@-o-keyframes a-four {
    from {
        -o-transform: rotate(270deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}



@-ms-keyframes a-one {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(90deg);
    }
}

@-ms-keyframes a-two {
    from {
        -ms-transform: rotate(90deg);
    }
    to {
        -ms-transform: rotate(180deg);
    }
}

@-ms-keyframes a-three {
    from {
        -ms-transform: rotate(180deg);
    }
    to {
        -ms-transform: rotate(270deg);
    }
}

@-ms-keyframes a-four {
    from {
        -ms-transform: rotate(270deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}


div.circle div.cont {
    width: 750px;
    height: 750px;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

div.circle span {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
}

div.circle span.p-one {
    top: -8px;
    left: calc(50% - 8px);
    left: -webkit-calc(50% - 8px);
    left: -moz-calc(50% - 8px);
    left: -o-calc(50% - 8px);
    left: -ms-calc(50% - 8px);
}

div.circle span.p-two {
    right: -12px;
    top: calc(50% - 8px);
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: -o-calc(50% - 8px);
    top: -ms-calc(50% - 8px);
}

div.circle span.p-three {
    bottom: -12px;
    left: calc(50% - 8px);
    left: -webkit-calc(50% - 8px);
    left: -moz-calc(50% - 8px);
    left: -o-calc(50% - 8px);
    left: -ms-calc(50% - 8px);
}

div.circle span.p-four {
    left: -9px;
    top: calc(50% - 8px);
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: -o-calc(50% - 8px);
    top: -ms-calc(50% - 8px);
}

div.circle img.plane {
    position: absolute;
    top: -28px;
    left: calc(50% - 30px);
    left: -webkit-calc(50% - 30px);
    left: -moz-calc(50% - 30px);
    left: -o-calc(50% - 30px);
    left: -ms-calc(50% - 30px);
}

.s0 {
    animation: a-one 4s ease-in-out 0s forwards;
}

.s1 {
    animation: a-two 4s ease-in-out 0s forwards;
}

.s2 {
    animation: a-three 4s ease-in-out 0s forwards;
}

.s3 {
    animation: a-four 4s ease-in-out 0s forwards;
}

.active-dot {
    background: #fff;
    position: relative;
}

/*// circle */

/* footer */

footer {
    position: absolute;
    bottom: 0;
  	z-index: 1000;
	border:none !important; padding:0 !important;
    width: 100%;
}



footer div.container {
    height: 150px;
}

footer div.container &gt; div {
    display: inline-block;
}

footer div.container div.social {
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: 60px;
}

footer div.container div.social ul {
    padding: 0px;
}

footer div.container div.social ul li {
    float: left;
    margin-right: 10px;
}

footer div.container div.social ul li:last-child {
    margin-right: 0px;
}

footer div.container div.social ul li a {
    color: #fff;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
}

footer div.container div.social ul li a:hover {
    color: #00b6c5;
    background: #fff;
}

footer div.container a.arrival {
    position: absolute;
	text-decoration:none;
    right: 15px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-family: ProximaNovaS-Light;
    padding: 10px 25px;
    border: 1px solid #fff;
    bottom: 30px !important;
}
.__owl_item__{
    overflow: hidden !important;
}
 
/*// footer */
.text a:hover{ text-decoration:none !important; border:none;}
@media (max-width:1380px) {
#owl-demo div.text{ width:90%;}
}
@media (max-width:1025px) {
body .logo img{ width:auto !important;}
#owl-demo div.text{ width:99%;}
.text h3 br{ display:inline;}
.mobile_navmenu.navbar-fixed-top{ background:#fff !important;}
.mobile_navmenu.navbar-fixed-top .logo a{ background:url(../img/logoPFPT-black.png) left top no-repeat; background-size:cover; width:224px; height:66px; font-size:0px; display:inline-block;}
.mobile_navmenu.navbar-fixed-top .logo a img{ display:none;}
#cssmenu.homemenu  ul  li  a, #cssmenu.homemenu  ul  li .navtogglemobile  a {
					padding: 10px ; padding-left: 30px;   padding-right: 15px; 
					text-decoration: none;
					color: #24292e;
					font-size: 20px;
					/* font-family: 'ProximaNovaA-light'; */
						}
#cssmenu.homemenu  ul  li li a{ color:#24292e; padding: 7px 15px 7px 30px;
    font-size: 18px;}
#owl-demo div.text{ top:50%;}
#owl-demo .owl-nav{ display:none;}
} 

@media (max-width:525px) {
div.circle, div.circle div.cont { width: 300px; height: 300px;}
#owl-demo div.text{ top:50%;}
}</pre></body></html>