<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
	z-index: 999999999999999999999999999999;
	background-color: rgba(255,255,255,0.5);
}

.bg-whitew{
	/*background-color: rgba(1,65,86,0.60);*/
	background-color: rgba(1,65,86,1);
}

.bg-whitew &gt; div &gt;div#navbar-collapse &gt; ul &gt; li &gt; a{
	color: #fff;
}

.categories{
	font-size:20px !important;
	text-align:center !important;
	font-weight:lighter !important;
}

.img-category{
	height:185px;
}

.pl25{
	padding-left:20px;
}

.banner-content h1, .banner-content h4, .banner-content p{
	color:#FFF;
}

.banner-content h1{
	font-size:50px !important;
}

section.last-footer{
	background-color: #000;
	padding: 10px 0px 0px 0px;
	
}

section.last-footer a:hover, section.last-footer a:focus {
	color: #fff;
}

/*
Author       : Dreambuzz
Author  Uri  : https://themeforest.net/user/dreambuzz
Template Name: George- Personal portfolio Template
Version      : 1.0                                          
*/


/*---------------

 1. Global Styles
 2. Navigation and Logo Section
 3. Hero Section
 4. service Section
 5. Services Section
 6. Team Section
 7. Parallax Section
 8. Price Rate Chart Section
 9. Clients Section
 10. Testimonials Section
 11. Contact Section
 12. Footer Section
 13. Back to Top
 14. TYPOGRAPHY STYLES
 15. Responsive Styles CSS
---------------------------*/


/*---------- 1. Global Styles ----------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Poppins:400,700');
html {
    overflow-y: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
body {
    color: #666;
    background-color: #fff;
    font-weight: 400;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    opacity: .9;
}
:focus {
    outline: none;
}
a {
    color: #444;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #e74c3c;
}
a.highlight:hover {
    color: #aeaeae;
}
section {
    background-position: center center;
    background-size: cover;
}
ul {
    list-style: none;
    padding: 0;
}

/*----- 15. Back to Top Button -----*/

#back-to-top {
    position: fixed;
    color: #222;
    z-index: 100;
    bottom: 28px;
    right: 32px;
    display: none;
    cursor: pointer;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    opacity: 0;
    background: #9757ea;
    padding-top: 4px;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
#back-to-top:hover {
    color: #fff;
    background-color: #1F2023;
}
#back-to-top .icon {
    font-size: 10px;
}

/*---------- TYPOGRAPHY ----------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
}
h2 {
    line-height: 1.2;
}
h3 {
    font-size: 22px;
    line-height: 33px;
}
h4 {
    font-size: 18px;
    line-height: 28px;
}
h5 {
    font-size: 14px;
    line-height: 24px;
}

/*-- H1 --*/

.h1-xl {
    font: 800 125px/.9em;
    letter-spacing: -4px;
}
.h1-lg {
    letter-spacing: 3px;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 100px;
    line-height: 1;
}
.h1-md {
    letter-spacing: .5px;
    text-transform: uppercase;
}
.h1-sm {
    letter-spacing: normal;
    text-transform: uppercase;
}

/*-- H2 --*/

.h2-lg {
    font: 600 65px/1.2em;
    letter-spacing: -1px;
}
.h2-md {
    font: 600 45px/1.2em;
}
.black .h2-md {
    letter-spacing: -1px;
}
.h2-sm {
    font: 600 25px/1.2em;
}

/*-- H3 --*/

.h3-lg {
    font: 600 28px/1.1em;
    letter-spacing: -.5px;
}
.h3-md {
    font: 600 22px/1.1em;
    letter-spacing: -.5px;
}
.h3-sm {
    font: 600 16px/1.1em;
    letter-spacing: 0px;
}

/*-- H4 --*/

.h4-lg {
    font: 400 38px/1.1em;
}
.h4-md {
    font: 400 32px/1.1em;
    letter-spacing: -.5px;
}
.h4-sm {
    font: 400 26px/1.1em;
}

/*-- H5 --*/

.h5-lg {
    font: 300 20px/1.55em;
}
.h5-md {
    font: 200 18px/1.65em;
}
.h5-sm {
    font: 400 15px/1.65em;
}
.black .h5-md {
    font-weight: 400;
}
p {
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    opacity: .9;
}
.white p {
    font-weight: 300;
}

/*--------- SEction Heading ----------- */

.heading {
    width: 60%;
    margin-bottom: 70px;
}
.heading p {
    color: #888;
}
.heading h2 {
    margin: 10px 0px 20px 0px;
}
.seperator {
    width: 50px;
    height: 3px;
    margin: 20px auto 0px;
    background: #9857ea;
    margin-bottom: 25px;
}
.section-heading {
    text-align: center;
}
.f-xbold {
    font-weight: 800;
}
.f-bold {
    font-weight: 700;
}
.f-mbold {
    font-weight: 600;
}
.f-smbold {
    font-weight: 500;
}
.f-normal {
    font-weight: 400;
}
.f-mnormal {
    font-weight: 300;
}
.f-xsnormal {
    font-weight: 200;
}
.f-light {
    font-weight: 100;
}
@media (max-width: 1200px) {
    .h5-lg {
        font-size: 17px;
    }
    .h1-xl {
        font-size: 85px;
        letter-spacing: -2px;
    }
    .h1-lg {
        font-size: 85px;
    }
    .h1-md {
        font-size: 70px;
    }
    .h2-lg {
        font-size: 50px;
        letter-spacing: normal;
    }
}
@media (max-width: 992px) {
    .lead.h5-md {
        font-size: 16px;
    }
    .h2-lg {
        font-size: 30px;
        letter-spacing: normal;
    }
    .h1-xl {
        font-size: 50px;
        letter-spacing: -1px;
    }
    .h1-lg,
    .h1-md,
    .h1-sm {
        font-size: 40px;
    }
    .h2-md {
        font-size: 35px;
    }
}

/*---------- Text Colors ----------*/


/* WHITE */

.white {
    color: #fff;
}
.white p,
.white h1,
.white h1 small,
.white h2,
.white h3,
.white h4,
.white .h2bold,
.white h5,
.white h6 {
    color: #fff;
}

/* BLACK */

.black {
    color: #0f1113;
}
.black p,
.black h1,
.black h2,
.black h3,
.black h4,
.black .h2bold,
.black h5,
.black h6 {
    color: #0f1113;
}

/* GRAY */

.gray p,
.gray h1,
.gray h2,
.gray h3,
.gray h4,
.gray .h2bold,
.gray h5,
.gray h6 {
    color: #aeaeae;
}

/* Feature*/

.bg-feature h3,
.bg-feature h5 {
    color: #fff;
}
.bg-feature p {
    color: #f5f5f5;
}

/*---------- Background Colors ----------*/

.bg-black {
    background-color: #000;
}
.bg-dark {
    background-color: #0f1113;
}
.bg-gray {
    background-color: #f8f8f8;
}
.bg-white {
    background-color: #fff;
}
.bg-feature {
    background-color: #9757ea;
}


/*---------- BUTTONS ----------*/

.btn {
    font: 600 10.5px/1;
    display: inline-block;
    padding: 14px 27px 14px 27px;
    text-transform: uppercase;
    border: 1px solid transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 0px;
}
.btn:focus,
.btn:active,
.btn:active:focus {
    outline: none;
    box-shadow: none;
}
.btn-hero,
.btn-white:hover {
    color: #fff;
    background: #9757ea;
    letter-spacing: 1px;
}
.btn-hero:focus {
    color: #fff;
}
.btn-black,
.btn-hero:hover {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.btn-black:hover {
    color: #fff;
    background-color: rgba(190, 208, 148, 0.8);
}
.btn-black:focus {
    color: #fff;
}
.btn-white {
    background-color: rgba(255, 255, 255, .95);
    color: rgba(0, 0, 0, .85);
    border-color: rgba(255, 255, 255, .12);
}
.btn-white:focus {
    color: #000;
}
.btn-white:active {
    color: #fff;
}
.btn-trans-black {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .15);
    color: rgba(0, 0, 0, .85);
    letter-spacing: 1px;
}
.btn-trans-black:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #000;
    font-weight: 500;
}
.btn-trans-white {
    background-color: transparent;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .95);
    letter-spacing: 1.5px;
}
.btn-trans-white:hover {
    background-color: rgba(255, 255, 255, .95);
    color: rgba(0, 0, 0, .85);
    border-color: rgba(255, 255, 255, .12);
}
.btn-trans-white:active,
.btn-trans-white:focus {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, .12);
}
.btn-p-gray {
    text-decoration: underline;
    color: #fff;
}
.btn-p-gray:hover {
    text-decoration: underline;
    color: #3F7130;
}
.btn-rounded {
    border-radius: 4px;
    padding: 17px 32px 17px 32px;
}
.btn-circled {
    border-radius: 25px;
}
.btn-fullwidth {
    width: 100%;
}
.btn i {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.btn:hover i {
    padding-left: 10px;
}

/*---------- SPACING SHORTCODES ----------*/

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

/*-- Padding --*/

.p0 {
    padding: 0px
}
.p5 {
    padding: 5px
}
.p10 {
    padding: 10px
}
.p15 {
    padding: 15px
}
.p20 {
    padding: 20px
}
.p30 {
    padding: 30px
}
.p40 {
    padding: 40px
}
.p50 {
    padding: 50px
}
.p60 {
    padding: 60px
}
.p70 {
    padding: 70px
}
.p80 {
    padding: 80px
}
.p90 {
    padding: 90px
}
.p100 {
    padding: 100px
}
.p110 {
    padding: 110px
}
.p120 {
    padding: 120px
}
.p130 {
    padding: 130px
}
.p140 {
    padding: 140px
}
.p150 {
    padding: 150px
}

/*-- Padding Top --*/

.pt0 {
    padding: 0px
}
.pt5 {
    padding-top: 5px
}
.pt10 {
    padding-top: 10px
}
.pt15 {
    padding-top: 15px
}
.pt20 {
    padding-top: 20px
}
.pt30 {
    padding-top: 30px
}
.pt40 {
    padding-top: 40px
}
.pt50 {
    padding-top: 50px
}
.pt60 {
    padding-top: 60px
}
.pt70 {
    padding-top: 70px
}
.pt80 {
    padding-top: 80px
}
.pt90 {
    padding-top: 90px
}
.pt100 {
    padding-top: 100px
}
.pt110 {
    padding-top: 110px
}
.pt120 {
    padding-top: 120px
}
.pt130 {
    padding-top: 130px
}
.pt140 {
    padding-top: 140px
}
.pt150 {
    padding-top: 150px
}

/*-- Padding Bottom --*/

.pb0 {
    padding-bottom: 0px
}
.pb5 {
    padding-bottom: 5px
}
.pb10 {
    padding-bottom: 10px
}
.pb15 {
    padding-bottom: 15px
}
.pb20 {
    padding-bottom: 20px
}
.pb30 {
    padding-bottom: 30px
}
.pb40 {
    padding-bottom: 40px
}
.pb50 {
    padding-bottom: 50px
}
.pb60 {
    padding-bottom: 60px
}
.pb70 {
    padding-bottom: 70px
}
.pb80 {
    padding-bottom: 80px
}
.pb90 {
    padding-bottom: 90px
}
.pb100 {
    padding-bottom: 100px
}
.pb110 {
    padding-bottom: 110px
}
.pb120 {
    padding-bottom: 120px
}
.pb130 {
    padding-bottom: 130px
}
.pb140 {
    padding-bottom: 140px
}
.pb150 {
    padding-bottom: 150px
}

/*-- Margin Auto --*/

.m-auto {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

/*-- Margin --*/

.m0 {
    margin: 0px
}
.m5 {
    margin: 5px
}
.m10 {
    margin: 10px
}
.m15 {
    margin: 15px
}
.m20 {
    margin: 20px
}
.m30 {
    margin: 30px
}
.m40 {
    margin: 40px
}
.m50 {
    margin: 50px
}
.m60 {
    margin: 60px
}
.m70 {
    margin: 70px
}
.m80 {
    margin: 80px
}
.m90 {
    margin: 90px
}
.m100 {
    margin: 100px
}
.m110 {
    margin: 110px
}
.m120 {
    margin: 120px
}
.m130 {
    margin: 130px
}
.m140 {
    margin: 140px
}
.m150 {
    margin: 150px
}

/*-- Margin Top --*/

.mt0 {
    margin-top: 0
}
.mt5 {
    margin-top: 5px
}
.mt10 {
    margin-top: 10px
}
.mt15 {
    margin-top: 15px
}
.mt20 {
    margin-top: 20px
}
.mt30 {
    margin-top: 30px
}
.mt40 {
    margin-top: 40px
}
.mt50 {
    margin-top: 50px
}
.mt60 {
    margin-top: 60px
}
.mt70 {
    margin-top: 70px
}
.mt80 {
    margin-top: 80px
}
.mt90 {
    margin-top: 90px
}
.mt100 {
    margin-top: 100px
}
.mt110 {
    margin-top: 110px
}
.mt120 {
    margin-top: 120px
}
.mt130 {
    margin-top: 130px
}
.mt140 {
    margin-top: 140px
}
.mt150 {
    margin-top: 150px
}

/*-- Margin Bottom --*/

.mb0 {
    margin-bottom: 0
}
.mb5 {
    margin-bottom: 5px
}
.mb10 {
    margin-bottom: 10px
}
.mb15 {
    margin-bottom: 15px
}
.mb20 {
    margin-bottom: 20px
}
.mb30 {
    margin-bottom: 30px
}
.mb40 {
    margin-bottom: 40px
}
.mb50 {
    margin-bottom: 50px
}
.mb60 {
    margin-bottom: 60px
}
.mb70 {
    margin-bottom: 70px
}
.mb80 {
    margin-bottom: 80px
}
.mb90 {
    margin-bottom: 90px
}
.mb100 {
    margin-bottom: 100px
}
.mb110 {
    margin-bottom: 110px
}
.mb120 {
    margin-bottom: 120px
}
.mb130 {
    margin-bottom: 130px
}
.mb140 {
    margin-bottom: 140px
}
.mb150 {
    margin-bottom: 150px
}

/*-- Margin Left --*/

.ml0 {
    margin-left: 0
}
.ml5 {
    margin-left: 5px
}
.ml10 {
    margin-left: 10px
}
.ml15 {
    margin-left: 15px
}
.ml20 {
    margin-left: 20px
}
.ml30 {
    margin-left: 30px
}
.ml40 {
    margin-left: 40px
}
.ml50 {
    margin-left: 50px
}
.ml60 {
    margin-left: 60px
}
.ml70 {
    margin-left: 70px
}
.ml80 {
    margin-left: 80px
}
.ml90 {
    margin-left: 90px
}
.ml100 {
    margin-left: 100px
}
.ml110 {
    margin-left: 110px
}
.ml120 {
    margin-left: 120px
}
.ml130 {
    margin-left: 130px
}
.ml140 {
    margin-left: 140px
}
.ml150 {
    margin-left: 150px
}

/*-- Margin Right --*/

.mr0 {
    margin-right: 0
}
.mr5 {
    margin-right: 5px
}
.mr10 {
    margin-right: 10px
}
.mr15 {
    margin-right: 15px
}
.mr20 {
    margin-right: 20px
}
.mr30 {
    margin-right: 30px
}
.mr40 {
    margin-right: 40px
}
.mr50 {
    margin-right: 50px
}
.mr60 {
    margin-right: 60px
}
.mr70 {
    margin-right: 70px
}
.mr80 {
    margin-right: 80px
}
.mr90 {
    margin-right: 90px
}
.mr100 {
    margin-right: 100px
}
.mr110 {
    margin-right: 110px
}
.mr120 {
    margin-right: 120px
}
.mr130 {
    margin-right: 130px
}
.mr140 {
    margin-right: 140px
}
.mr150 {
    margin-right: 150px
}
.f-normal {
    font-weight: normal;
}

/*---------- COLORS ----------*/


/*-- Global Colors --*/

.white {
    color: #fff
}
.black {
    color: #000
}
.gray {
    color: #aeaeae;
}
.dark {
    color: rgba(0, 0, 0, .85)
}

/*-- Background Colors --*/

.bg-black {
    background-color: #000;
}
.bg-dark {
    background-color: rgba(0, 0, 0, .96);
}
.bg-primary {
    background-color: #0db8ca;
}
.bg-gray {
    background-color: #f2f4ec;
}
.bg-white {
    background-color: #fff;
}

/*---------- 23. Owl Carousel ----------*/

.owl-carousel .owl-item {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.owl-carousel .owl-item:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.owl-dot {
    display: inline-block;
    padding: 3px;
}
.owl-theme .owl-controls .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 3px;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.owl-theme .owl-controls .owl-dot.active span {
    background: rgba(255, 255, 255, 0.8);
}
.owl-item {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
}

/*---------------------------------*/


/* -----------------------
    NAVIGATION STYLES   
----------------------------------*/

.site-navigation {
    padding: 20px 0px;
}
#main-nav {
    -webkit-transition: .3s ease 0s;
    -o-transition: .3s ease 0s;
    transition: .3s ease 0s;
    /*border: 1px solid #eee;*/
    /*padding: 20px 0px;*/
	padding: 20px 15px;
}
#main-nav.navbar-scroll {
    background: #014156;
    padding: 25px 0px;
    /*border: 1px solid#eee;*/
	color:#fff;
	
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}


#main-nav.navbar-scroll &gt; div &gt; div.navbar-collapse &gt; ul &gt; li {
	color:#fff !important;
}

/*--------------------------
 Banner Styles
-----------------------------*/

.banner-content {
    padding: 230px 0px 200px;
}
.banner-img {
    margin-top: 120px;
}
#section-banner {
    position: relative;
    background: #ecf0f1;
}
.banner-content h1 {
    font-size: 70px;
}
.banner-content p {
    margin-top: 20px;
    margin-bottom: 35px;
}
.banner-content h4 {
    margin-top: 5px;
    text-transform: uppercase;
}



/*-------------------------
  ABOUT STYLES
---------------------------*/

section {
    padding: 135px 0px 110px;
}
.skill-list {
    margin-top: 25px;
}
.skill-list li img {
    width: 80px;
    height: 80px;
}
.about-content {
    margin-top: 50px;
    padding-left: 30px;
}
.about-content h2 {
    margin-bottom: 25px;
}
.about-content p {
    margin: 10px 0px 30px;
}
.about-img img {
    border: 10px solid#eee;
}

/*--------------------------
  Feature STYLES
----------------------------*/

.feature-icon {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 30px;
}
.feature-box {
    padding: 40px;
    background: #fff;
    border-bottom: 1px solid#eee;
    border-radius: 5px;
    -webkit-transition: .3s ease 0s;
    -o-transition: .3s ease 0s;
    transition: .3s ease 0s;
    margin-bottom: 5px;
}
.feature-content h4 {
    margin-bottom: 10px;
}

/*------------------------------
  Section Services
---------------------------------*/

#section-service {
    position: relative;
    padding: 0px;
    overflow: hidden;
}
.service-bg {
    position: absolute;
    content: "";
    width: 45%;
    height: 800px;
    max-height: 800px;
    background: url("../img/bg/banner-14.jpg") 10% 20%;
}
.service-list li {
    padding: 5px 0px;
}
.service-list i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 20px;
    background: #e74c3c;
    display: inline-block;
    padding-top: 5px;
    color: #fff;
    border-radius: 100%;
}
.service-content {
    padding-top: 120px;
    padding-bottom: 100px;
}
.service-content p {
    margin: 25px 0px;
    line-height: 30px;
}

/*--------------------------------
   Projects STYLES
---------------------------*/

.section-heading {
    margin-bottom: 60px;
}
.section-heading h2 {
    margin-bottom: 15px;
}

/*--------------------------------
  Blog STYLES
---------------------------*/

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 7px;
    border-radius: 50%;
    background: #ccc;
}
.blog-box {
    overflow: hidden;
}
.blog-box .blog-img {
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.blog-box:hover .blog-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-box .content{
    display: table-cell;
    vertical-align: top;
}

.blog-box .content h4{
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 22px;
}
.blog-box .content a{
    color:#e74c3c;
}
.date{
    float: left;
    background: #e74c3c;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    margin-right: 20px;
    width: 60px;
    color: #fff;
    
}
.date span{
    display: block;
}

.time{
    font-weight: 700;
    font-size: 30px;
}

/*--------------------------------
  CONTACT form STYLES
---------------------------*/

.contact-form .btn {
    background: transparent;
    margin-top: 20px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition:all .3s ease 0s ;
	border: #FFF solid;
}

.contact-form .btn:hover{
    border-color:#FFF ;
    background: #FFF;
    color: #000;
}


.contact-form .btn-darkk {
    background: transparent;
    margin-top: 20px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition:all .3s ease 0s ;
	border: #000 solid;
}

.contact-form .btn-darkk:hover{
    border-color:#000 ;
    background: #000;
    color: #FFF;
}


.contact-info ul li span {
    font-weight: 700;
    margin-right: 2px;
}
.contact-info ul li {
    margin-bottom: 10px;
    color: #111;
    font-size: 15px;
}
.form-control {
    border: 0px;
    border-bottom: 1px solid#ddd;
    border-radius: 0px;
}
.form-control:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#contact-content {
    padding: 0px;
    border-top: 1px solid#eee;
}
.contact-info {
    padding: 40px 30px;
    background: #fff;
    text-align: center;
    border: 1px solid#eee;
    border-top: 1px solid#eee;
    border-top: 0px;
}
.contact-info p {
    line-height: 30px;
    color: #333;
    font-size: 18px;
}
.contact-info span {
    font-weight: 700;
    color: #111;
    display: block;
    margin-bottom: 10px;
}

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

#section-footer {
    padding: 70px 0px 50px;
    background: #111;
	color: #fff
}
#section-footer &gt; div.container {
	color: #fff !important;
}
.footer-content {
    color: #fff;
}
.footer-content h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-size: 20px;
    text-decoration: underline;
}
.footer-content li a {
    color: #777;
    font-size: 18px;
    margin: 15px 15px;
}
.footer-content p {
    color: #777;
    /*text-transform: uppercase;
    letter-spacing: 2px;*/
	text-align: left;
}

/*---------------------------
  PORTFOLIO Styles
-----------------------------*/

.full-width {
    width: 100% !important;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.portfolio {
    overflow: hidden;
}
.portfolio .filtering span {
    padding: 9px 25px;
    margin: 0 5px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px dotted #555;
    cursor: pointer;
}
.portfolio .filtering .active {
    background: #1c1c1c;
    color: #fff;
}
.portfolio .filtering {
    margin-bottom: 25px;
}

.portfolio .items{
    margin-top: 35px;
}
.portfolio .item-img {
    position: relative;
    overflow: hidden;
    border: 1px solid#eee;
}
.portfolio .item-img img{
    width: 100%;
}
.portfolio .item-img:hover .item-img-overlay {
    opacity: 1;
}
.portfolio .item-img:hover h6,
.portfolio .item-img a:hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.portfolio .item-img h6 {
    font-weight: 600;
    position: relative;
    margin-bottom: 5px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.portfolio .item-img a p {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.portfolio .item-img a .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: white;
    color: #35424C;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
}

/*-----------------------
 ANIMATED HEADLINE
---------------------------*/

.header {
    min-height: 105vh;
    overflow: hidden;
    background: url("../img/bg/banner-14.jpg");
}
.bg-img {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.header .caption .o-hidden {
    display: inline-block;
    z-index: 1;
}
.header .caption h1 {
    font-size: 55px;
    font-weight: 800;
    margin-bottom: 20px;
}
.header .caption p {
    margin-bottom: 40px;
}

/*-------------------------------------------------------
          [ Navigation Transparent]
-------------------------------------------------------*/

.transparent-nav#main-nav {
    border: 0px;
}
.transparent-nav .navbar-nav a {
    color: #fff;
    letter-spacing: 1px;
}
.transparent-nav#main-nav.navbar-scroll {
    border-bottom: 1px solid rgba(12, 12, 12, 0.04);
}
.transparent-nav#main-nav.navbar-scroll a {
    color: #222;
}
.transparent-nav#main-nav .logo-main {
    display: none;
}
.transparent-nav#main-nav.navbar-scroll .logo-main {
    display: inline-block;
}
.transparent-nav#main-nav.navbar-scroll .logo-white {
    display: none;
}

.navbar-brand{
    /*margin-left: -10px;*/
}

/*-------------------------------------------------------
          [ Overlay Effect Bg image ]
-------------------------------------------------------*/

[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-light]:before {
    background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-dark] p {
    color: #bbb;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}

/*---------------------------------
section-about2
-=-----------------------------*/

#section-feature2 {
    position: relative;
}
.feature-content2 {
    padding-top: 120px;
    padding-bottom: 100px;
}
.feature-content2 p {
    margin: 25px 0px;
    line-height: 30px;
}
.no-padding {
    padding: 0px;
    overflow: hidden;
}

/*---------------------------------
   section- SERVICE 2
-=-----------------------------*/

#section-service2 {
    padding-bottom: 60px;
}
.service-box {
    margin-bottom: 40px;
    padding: 25px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.service-box:hover {
    -webkit-box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.06);
}
.service-box i {
    font-size: 42px;
    color: #111;
}
.service-box h4 {
    margin: 10px 0px;
}
.service-box .c1 {
    color: #e67e22;
}
.service-box .c2 {
    color: #3498db;
}
.service-box .c3 {
    color: #9b59b6;
}
.service-box .c4 {
    color: #c0392b;
}
.service-box .c5 {
    color: #f39c12;
}
.service-box .c6 {
    color: #1abc9c;
}

&lt;!--CODIGO TIKOTEC--&gt;

.menu_bar {
	display:none;
}

.headerTiko nav ul {
	list-style:none;
}
 
.headerTiko nav ul li {
	display:inline-block;
	position: relative;
}
 
.headerTiko nav ul li:hover {
	color:#e74c3c;
}
 
.headerTiko nav ul li a {

	display:block;
	text-decoration:none;
	padding: 10px;
}
 
.headerTiko nav ul li a span {
	margin-right:10px;
}
 
.headerTiko nav ul li:hover .children {
	display:block;
	color:#fff;
}
 
.headerTiko nav ul li .children {
	background:#011826;
	display: none;
	position: absolute;
	width: 300%;
	z-index:1000;
}
 
.headerTiko nav ul li .children li {
	display:block;
	overflow: hidden;
}
 
.headerTiko nav ul li .children li a {
	color:#fff;
	display: block;
}

.headerTiko nav ul li .children li a:hover {
	color:#e74c3c;
	display: block;
}
 
.headerTiko nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}
 
.headerTiko nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}
 
@media screen and (max-width: 800px) {
	body {
		padding-top:80px;
	}
 
	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
	}
 /*
	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
 /**/
	.menu_bar span {
		float: right;
		font-size: 40px;
	}
 /*
	.headerTiko nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}
 /**/
	.headerTiko nav ul li {
		display: block;
	}
 
	.headerTiko nav ul li a {
		display: block;
	}
 
	.headerTiko nav ul li:hover .children {
		display: block;
		color:#fff;
	}
 
	.headerTiko nav ul li .children {
		width: 100%;
		position: relative;
		background-color:inherit;
	}
 
	.headerTiko nav ul li .children li a {
		margin-left:20px;
	}
 
	.headerTiko nav ul li .caret {
		float: right;
	}
}

.cover-fit{
	 object-fit: cover;
}
.cover-fit2{
	 object-fit: contain;
}
.img-news{
	 height:256px; 
}
.img-rental{
	 height:200px; 
	 width: 100%;
}

.btnYellow{
	background: #FCBE0B;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .05em;
	border: none;
	outline: none;
	padding: 14px 50px 10px;
}
.weather{
	padding: 40px 30px;
    background: #fff;
   /* text-align: center;*/
    border: 1px solid#eee;
    border-top: 1px solid#eee;
    border-top: 0px;
	width:100%;
	background-image: url("/images/weather/weather3.jpg");
	 background-repeat: no-repeat;
   background-size: cover;
}
.weather .content{
	position:relative;
	width:100%;
	min-height:250px;
	/*background-color:#a3dce2;*/
	
}
.iconWeather{
	float:right;
	position:relative;
	width:30%;
	z-index:1;
	/*margin-top:10px;*/
	max-width:250px;
}
.weatherStatus{
	color:#FFF;
	font-size:22px;
	font-weight:bold;
	float:left;
	position:relative;
	z-index:2;
}
.weatherTitle{
	color: #111;
    float: left;
	width:70%;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.weatherTitle h4{
	color: #FFF;
	width:100%;
	float: left;
}
.weatherLluvia{
	position:relative;
	float:left;
}
.weatherTemp{
	color:#FFF;
	/*position:relative;
	float:left;/**/
}
.weatherActual{
	font-size:40px;
	width:100%;
	float:left;
	margin-top:10px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.weatherData{
	padding:10px;
	margin-top: 10px;
    text-align: left;
    width: 100%;
    float: left;
    color: #000;
    background-color: #f8f9fa99;
}




.logo{
	max-width:200px;
}
.mt-m150{
	margin-top:-150px;
}

.feature-box {
    padding: 0px;
    background: ;
    border-bottom: 1px solid #eee;
    border-radius: 5px;
    -webkit-transition: .3s ease 0s;
    -o-transition: .3s ease 0s;
    transition: .3s ease 0s;
    margin-bottom: 5px;
}

.img-category {
    height: 185px;
    width: 100%;
}

.banner-content h1, .banner-content h4, .banner-content p {
    color: #fff;
}

.hover{
	background:rgba(0,0,0,0.4);
	position: absolute;
	height: 100%;
	width: 100%;
}


/*SIDEBAR FORM*/



#bookingSidebar {
	font-family: 'Montserrat', sans-serif;
}

.booking-form-sidebar {
	padding: 0px 40px 40px;
	max-width: 642px;
	width: 100%;
	margin: auto;
	background: #2d343b;
}

.booking-form-sidebar .form-header {
	padding: 40px;
	margin: 0px -40px 30px;
	background: #1a1f24;
}

.booking-form-sidebar .form-header h1 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 38px;
	margin: 0;
	color: #fff;
}

.booking-form-sidebar .form-group {
	position: relative;
	margin-bottom: 30px;
}

.booking-form-sidebar .form-control {
	background-color: #1c2126;
	height: 50px;
	padding: 7px 20px 0px;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.booking-form-sidebar select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form-sidebar select.form-control+.select-arrow {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 24px;
	text-align: center;
	pointer-events: none;
	height: 50px;
	line-height: 50px;
	color: #2d343b;
	font-size: 14px;
}

.booking-form-sidebar select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-form-sidebar .form-label {
	position: absolute;
	top: 15px;
	left: 20px;
	text-transform: uppercase;
	color: #2d343b;
	font-weight: 700;
	line-height: 24px;
	height: 24px;
	font-size: 16px;
	pointer-events: none;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form-sidebar .form-group.input-not-empty .form-label {
	top: -10px;
	color: #fff;
	font-size: 14px;
}

.booking-form-sidebar .form-group:not( .input-not-empty) .form-control:not( :focus) {
	color: transparent;
}

.booking-form-sidebar .form-group .form-control:focus+.form-label {
	top: -10px;
	color: #fff;
	font-size: 14px;
}

.booking-form-sidebar .form-checkbox input {
	position: absolute !important;
	margin-left: -9999px !important;
	visibility: hidden !important;
}

.booking-form-sidebar .form-checkbox label {
	position: relative;
	padding-top: 4px;
	padding-left: 30px;
	color: #fff;
	font-weight: 700;
}

.booking-form-sidebar .form-checkbox label+label {
	margin-left: 15px;
}

.booking-form-sidebar .form-checkbox input+span {
	position: absolute;
	left: 2px;
	top: 4px;
	width: 20px;
	height: 20px;
	border: 2px solid #1c2126;
	background: #1c2126;
	border-radius: 50%;
}

.booking-form-sidebar .form-checkbox input:checked+span {
	border-color: #f7c411;
}

.booking-form-sidebar .form-checkbox input+span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background-color: #f7c411;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form-sidebar .form-checkbox input:not(:checked)+span:after {
	opacity: 0;
}

.booking-form-sidebar .form-checkbox input:checked+span:after {
	opacity: 1;
	width: 10px;
	height: 10px;
}

.booking-form-sidebar .submit-btn {
	color: #1c2126;
	background-color: #f7c411;
	font-weight: 700;
	height: 50px;
	border: none;
	padding: 0px 50px;
}





/* END SIDEBAR FORM ====================================*/




.feature-iconn{
	width: 100%;
	float: left;
	/*position: absolute;*/
}

.feature-content{
	position: absolute;
	bottom: 0px !important;
	top: 230px;
	background: rgba(255,255,255,0.75);
	width: 100%;
	height: 40px;
}
.img-category {
    height: 270px;
    width: 100%;
}</pre></body></html>