<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Theme Name: 
 * Theme URI: 
 * Author: Milan Savov
 * Author URI/Mail: milan.savov@gmail.com
 * Version: 1.0
 * */

/* FONT
================================================== */
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?37927580');
  src: url('../fonts/fontello.eot?37927580#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?37927580') format('woff2'),
       url('../fonts/fontello.woff?37927580') format('woff'),
       url('../fonts/fontello.ttf?37927580') format('truetype'),
       url('../fonts/fontello.svg?37927580#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-threads:before { content: '\f17d'; } /* '' */
.icon-tiktok:before { content: '\f3d7'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-up:before { content: '\f176'; } /* '' */

/* CUSTOM RESETS
================================================== */
a {
    transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
}

a:focus,
a:hover {
    outline: 0 none;
    text-decoration: none;
}

h4 {
    font-size: 30px;
}

/* Buttons */ 
.btn {
    min-width: 145px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    transition: box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
    -ms-transition: box-shadow 0.25s ease-in-out;
}

.btn-fill {
    color: #fff;
    background-color: #212121;
}

.btn-border {
    background-color: transparent;
    color: #212121;
    border: 1px solid #212121; 
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-fill:hover,
.btn-fill:focus {
    color: #fff;
}

.btn:hover,
.btn:focus {
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.15);
}

/* Input fields */
.form-control {
    padding-left: 10px;
    border: 0;
    border-bottom: 1px solid #212121;
    border-radius: 0;
    background-color: transparent; 
    box-shadow: none;
    outline: 0 none transparent;
    -webkit-appearance:none;
 }

textarea {
    margin-top: 40px;
    min-height: 200px;
    resize: none;
}

.form-control:focus {
    box-shadow: none;
    border-bottom-color: #e1e1e1;
}

::-moz-placeholder,
::-webkit-input-placeholder {
    font-size: 16px;
        color: #000;
}

.icon {
    background-color: #dfdfdf;
}

.icon img {
    width: 20px; /* Set the desired width */
    height: auto; /* Maintain aspect ratio */
    display: inline-block; /* Align images properly */
    vertical-align: middle; /* Align with text if any */
}

/* LAYOUT
================================================== */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #212121;
}

body {
    background-image: url(/co/assets/img/hero.jpg);
}

.img-res {
    /* display: block;
    width: 200vw;
    height: 200vh;
    max-width: 100%;
    max-height: 100%; */
    /* object-fit: cover; */
}

.visible-xxs {
    display: none;
}

/* Background-color */
.gray-bg {
    background-color: #e1e1e1;
}

/* HEADER
================================================== */
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 5;
}

.site-logo img {
    padding-bottom: 2px;
    width: 120px;
    height: 60px;
}

/* Navigation */
.navbar-nav &gt; li &gt; a {
    padding: 5px 0;
    font-weight: 600;
    color: #212121;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: border-color 0.25s ease-in-out;
    -moz-transition: border-color 0.25s ease-in-out;
    -webkit-transition: border-color 0.25s ease-in-out;
    -o-transition: border-color 0.25s ease-in-out;
    -ms-transition: border-color 0.25s ease-in-out;
}

.navbar-nav.navbar-right {
    margin-right: 0;
}

.navbar-nav &gt; li + li &gt; a {
    margin-left: 40px;
}

.navbar-nav &gt; li &gt; a:hover,
.navbar-nav &gt; li.active &gt; a,
.nav &gt; li &gt; a:hover,
.nav &gt; li.active &gt; a {
    background-color: transparent;
    border-bottom: 2px solid #212121;
}

.nav &gt; li &gt; a:focus {
    background-color: transparent;
}

/* HERO
================================================== */
.hero { 
    background: url(../img/hero.jpg) no-repeat center / cover; 
    background-size: cover;
    height: 100vh;
    width: 100%;
    min-height: 700px;
}

.hero .container {
    position: relative;
    height: 100%;
}

.hero .col-md-6:first-child {
    position: absolute;
    top: 35%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 2;
}

.hero .col-md-6:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (min-width: 990px) {
    .hero .col-md-6:last-child {
        position: absolute;
        right: 35%;
        bottom: 0;
    }
}

.hero h1 {
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.job-title {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1;
} 

.hero img {
    height: 600px;
}

/* SITEMAIN
================================================== */
.site-main {
    position: relative;
    margin-bottom: 100px;
    background-color: #fff;
    z-index: 1;
}
/* site-section */
.site-section {
   padding-top: 120px;
}

.fit{
    width: 44.94px;
    height: 44.95px;
}

.space-around {
    margin: 10px 0;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.25s ease-in-out;
}

.space-around:hover {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.site-section h2,
.site-section h3 {
    font-size: 36px;
    margin: 0;
    text-transform: uppercase;
}

.img-lines {
    margin: 15px 0 40px;
}

.site-section p {
    margin-bottom: 35px;
}

/* Section: Skills */
.section-skills {
    padding-bottom: 120px;
}

.skill + .skill {
    margin-top: 50px;
}

.skill h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.progress {
    height: 15px;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #dfdfdf;
    box-shadow: none;
}

.progress-bar {
    background-color: #212121;  
}

/* Section: Services */
.section-services {
    position: relative;
    padding-top: 220px;
}

.section-services:before {
    content: '';
    background: url(../img/Portfolio-4.png) no-repeat fixed center / cover;
    width: 100%;
    height: 400px; 
    position: absolute;
    left: 0;
    top: 0;
}

.overlay:after {
    content: '';
    width: 100%;
    height: 400px; 
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    top: 0;
    left: 0;
    z-index: 0;
}

.section-services .container {
    padding: 120px 100px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 40px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.service h4 {
    margin: 25px 0;
    font-size: 24px;
    font-weight: 700;
}

.service p {
    color: #000;
    margin-bottom: 0;
}

.servicess img {
    width: 50%;
}

.servicesss img {
    width: 15%;
}

.service ul {
    text-align: center;
    list-style-type: none; /* Example: remove bullet points */
    padding: 0; /* Example: remove padding */
}


/* Section: Portfolio */
.section-portfolio {
    padding-bottom: 120px;
    margin-top: 100px;
}

.portfolio-item {
    height: 280px;
    margin-bottom: 30px;
    position: relative;
    align-items: center;
}

.section-portfolio .col-md-4:nth-last-child(-n+3) .portfolio-item {
    margin-bottom: 0;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item:before {
    content: '';
    height: 100%;
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
}

.portfolio-item:hover:before{
    background-color: rgba(33,33,33,0.6);
}

.portfolio-item-info {
    position: absolute;
    top: 150px;
    left: 0px;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
}

.portfolio-item:hover .portfolio-item-info {
    left: 50px;
    opacity: 1;
}

.portfolio-item-info h4 {
    margin: 0 0 20px;
    font-weight: 700;
    color: #fff;
}

.portfolio-item-info a {
    padding: 6px 7px 4px;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.portfolio-item-info a:hover {
    color: #212121;
    background-color: #fff;
}

.section-portfolio .btn {
    margin-top: 10px;
}

/* Modal */
.modal {
    z-index: 9999;
}

.modal-content {
    border-radius: 0;
    box-shadow: 0px 0px 40px 8px rgba(0, 0, 0, 0.2);
}

.modal-header {
    position: relative;
    padding: 0;
    height: 500px;
}

.modal-header .close {
    position: absolute;
    right: 0;
    padding: 10px 11px;
    margin-top: 0;
    background-color: #fff;
    font-size: 16px;
    color: #212121;
    border-left: 1px solid #212121;
    border-bottom: 1px solid #212121;
    opacity: 1;
    transition: box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
    -ms-transition: box-shadow 0.25s ease-in-out;
}

.modal-header .close:hover {
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.2);
}

.modal-body h4 {
    font-weight: 700;
}

.modal-footer {
    text-align: center;
}

/* Section: Counters */
.section-counters {
    background: url(../img/counters-bg.jpg) no-repeat fixed center / cover;
    width: 100%;
    padding: 100px 0;
    position: relative;
}

.section-counters:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.section-counters h4 {
    color: #fff;
    margin: 25px 0 0;
}

.site-section p.counter {
    font-size: 100px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    line-height: 0.8;
}

/* Section: Form*/
.section-form {
    padding-bottom: 140px;
}

.section-form .btn {
    margin-top: 30px;
    margin-bottom: 40px;
}

/* FOOTER
================================================== */
.site-footer {
    margin-top: 50px;
    /* position: fixed;
    bottom: 0; */
    padding: 30px 0;
    width: 100%;
    background-color: #212121;
    z-index: 1;
}

.icon {
    line-height: 40px;
    padding: 9px 11px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.icon + .icon {
    margin-left: 5px;
}

.icon i:before {
    margin:0;
}

.icon:hover {
    background-color: #fff;
}

.linkedin-bg {
    color: #212121;
}

.icon-up-bg{
    color: #f0eded;
    background-color: #000;
}



.site-footer a {
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

a.twitter-bg:hover {color: #55acee;}
a.facebook-bg:hover{color: #3b5998;}
a.gplus-bg:hover{color: #007bb5;} 
a.linkedin-bg:hover {color: #422724;}
a.icon-up-bg:hover {color: #212121;}

.copyright {
    margin-bottom: 0;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

/* Add this CSS rule to position the div */
.fixed-bottom-right {
    position: fixed;
    bottom: 50px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
    z-index: 10; /* Ensure it appears above other content */
    display: none; /* Hide by default */
    opacity: 0; /* Start hidden */
    transition: opacity 0.5s ease; /* Fade effect */
}

.fixed-bottom-right.visible {
    display: block; /* Show when visible */
    opacity: 1; /* Fully visible */
}

/* Gallery Section Styles */
.gallery {
    padding: 60px 0; /* Add padding for spacing */
    background-color: #f9f9f9; /* Light background color */
    display: flex; /* Use flexbox for the gallery */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items horizontally */
}

.gallery h3 {
    margin-bottom: 30px; /* Space below the title */
    font-size: 2.5em; /* Title font size */
    color: #333; /* Title color */
}

.gallery .row {
    display: flex; /* Use flexbox for the row */
    flex-wrap: wrap; /* Allow wrapping of items */
    justify-content: center; /* Center items in the row */
}

.gallery-wrapper {
    overflow: visible; /* Hide overflow to create a scrolling effect */
    position: relative; /* Position relative for absolute children */
    width: 100%; /* Full width */
    
}

.gallery-scroll {
    display: flex; /* Use flexbox for horizontal layout */
    animation: scroll-left 20s linear infinite; /* Animation for scrolling */
}

.row.mobile {
    display: flex; /* Use flexbox for horizontal layout */
    flex-wrap: nowrap; /* Prevent wrapping to keep items in a single row */
    
}

.custom-col {
    flex: 0 0 auto; /* Allow columns to size based on content */
    width: 50%; /* Set to 50% width for larger columns */
    margin: 5px; /* Reduce margin for spacing between images */
}

.gallery-item {
    width: 600px;
    border-radius: 10px; /* Add rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow for depth */
    overflow: hidden; /* Ensure the border radius is applied to the image */
    position: relative; /* Position relative for absolute children */
}

.gallery-item img {
    width: 100%; /* Make images responsive */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px; /* Ensure images have rounded corners */
}

/* Animation for individual image scrolling */
@keyframes scroll-left {
    0% {
        transform: translateX(0); /* Start position */
    }
    100% {
        transform: translateX(-100%); /* End position (move entire group) */
    }
}

/* Media Query for Mobile View */
@media (max-width: 767px) {
    .gallery-item {
        width: 100%; /* Each item takes up 100% of the row on mobile */
    }

    .gallery-item img {
        width: 100%;
    }

    .gallery-scroll {
        animation: scroll-left-mobile 20s linear infinite; /* Adjust animation for mobile */
    }

    @keyframes scroll-left-mobile {
        0% {
            transform: translateX(0); /* Start position */
        }
        100% {
            transform: translateX(-100%); /* End position */
        }
    }
}

.row.mobile {
    display: flex; /* Use flexbox for horizontal layout */
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap; /* Prevent wrapping to keep items in a single row */
    overflow-x: auto; /* Allow horizontal scrolling if needed */
}

/* WhatsApp Chat Icon Styles */
.whatsapp-chat {
    position: fixed;
    bottom: 100px; /* Adjust position above the back to top button */
    right: 20px; /* Position from the right */
    z-index: 10; /* Ensure it appears above other content */
    text-align: center; /* Center the text */
    background: transparent;
}

.chat-text {
    display: none; /* Initially hidden */
    background: rgba(255, 255, 255, 0.9); /* Slightly opaque background for better visibility */
    color: #46c756; /* Text color */
    padding: 5px 10px; /* Padding around text */
    border-radius: 10px 10px 5px 5px; /* Rounded corners (top corners rounded) */
    margin-bottom: 5px; /* Space between text and icon */
    font-size: 12px; /* Font size */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for prominence */
}

.icon-whatsapp img {
    width: 50px; /* Set the desired width for the icon */
    height: auto; /* Maintain aspect ratio */
}

/* Pop-up Animation */
@keyframes pop-up {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.btn-fill.pop-up {
    animation: pop-up 0.5s ease forwards; /* Apply the pop-up animation */
}

/* Dark Mode Styles */
body.dark-mode {
    background-color: #121212; /* Dark background */
    color: #ffffff; /* Light text color */
}

body.dark-mode a {
    color: #918e8e; /* Light link color */
}

body.dark-mode .site-header {
    background-color: #1e1e1e; /* Dark header */
}

body.dark-mode .form-control {
    border-bottom: 1px solid #fffefe;
}

body.dark-mode .btn-fill {
    background-color: #ffffff; /* Button background in dark mode */
    color: #121212; /* Button text color in dark mode */
}

body.dark-mode .btn-border {
    border-color: #ffffff; /* Button border in dark mode */
    color: #ffffff; /* Button text color in dark mode */
}

/* Invert other elements as needed */
body.dark-mode h1, 
body.dark-mode h2, 
body.dark-mode h3, 
body.dark-mode h4, 
body.dark-mode h5, 
body.dark-mode h6 {
    color: #ffffff; /* Light color for headings */
}

body.dark-mode p {
    color: #e0e0e0; /* Slightly lighter text for paragraphs */
}

/* Add more styles as needed for other elements */

/* Dark Mode Styles for Section Services */
body.dark-mode .section-services .container {
    background-color: #1e1e1e; /* Dark background for the container */
    color: #ffffff; /* Light text color */
    box-shadow: 0 0 20px rgba(201, 194, 194, 0.1); /* Optional: Adjust shadow for dark mode */
}

body.dark-mode .service img {
    /* background-color: white; */
}

/* Dark Mode Styles for Modal Header Close Button */
body.dark-mode .modal-header {
    background-color: #1e1e1e; /* Dark background for modal header */
    color: #ffffff; /* Light text color */
}

body.dark-mode .modal-header .close {
    color: #ffffff; /* Change close button color to white */
    border-color: #ffffff; /* Optional: Change border color to white */
}

body.dark-mode .modal-header .close:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Optional: Change hover effect */
}

/* Dark Mode Styles for Gallery Section */
body.dark-mode .gallery {
    background-color: #1e1e1e; /* Dark background color for the gallery */
}

body.dark-mode .gallery h3 {
    color: #ffffff; /* Light color for the title in dark mode */
}

.theme-switch {
    position: relative;
    display: inline-block; /* Align next to the navbar toggle */
    margin-left: 10px; /* Space between the toggle buttons */
    vertical-align: middle; /* Align vertically with the navbar toggle */
}

.sun,
.moon {
 width: 16px;
}

.sun {
    position: absolute;
    z-index: -2;
    top: 9px;
    left: 9px;
}

.moon {
    position: absolute;
    z-index: 0;
    top: 9px;
    right: 9px;
}

body.dark-mode .sun {
    opacity: 1; /* Hide the sun icon */
    z-index: 1;
}

body.dark-mode .moon {
    opacity: 0; /* Show the moon icon */
    z-index: -2;
}

.theme-switch__input {
    opacity: 0; /* Hide the checkbox */
    position: absolute;
}

.theme-switch__label {
    background-color: #ccc; /* Default background color */
    border-radius: 34px; /* Rounded corners */
    cursor: pointer;
    display: block;
    height: 34px; /* Match height of the switch */
    width: 60px; /* Width of the switch */
    position: relative;
    transition: background-color 0.2s;
}

.theme-switch__label::before {
    content: "";
    position: absolute;
    width: 26px; /* Width of the toggle */
    height: 26px; /* Height of the toggle */
    left: 4px; /* Positioning */
    bottom: 4px; /* Positioning */
    background-color: white; /* Toggle color */
    border-radius: 50%; /* Round toggle */
    transition: transform 0.2s; /* Smooth transition */
}

.theme-switch__input:checked + .theme-switch__label {
    background-color: #000000; /* Background color when checked */
}

.theme-switch__input:checked + .theme-switch__label::before {
    transform: translateX(26px); /* Move toggle to the right */
}

/* Additional styles for mobile responsiveness */
@media (max-width: 768px) {
    .navbar-header {
        width: 100%; /* Ensure full width for the header */
    }
}

/* Styles for the navbar header */
.navbar-header {
    display: flex; /* Use flexbox for alignment */
    justify-content: start; /* Space between logo and toggle buttons */
    align-items: top; /* Center items vertically */
    position: relative;
}

/* Styles for the theme switch in mobile view */
.theme-switch {
    margin-top: 5px;
    margin-right: 10px; /* Space between the toggle buttons */
}

/* Ensure the navbar toggle button is aligned to the right */
.navbar-toggle {
    position: absolute;
    top: 5px;
    right: -10px;
}</pre></body></html>