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

/* Bootstrap customize and private css  */

/*------------------------------------------------------------------
[Table of contents]

1. Html / Body
2. Footer / Social Media Icons
3. Address / Google Maps / Bootstrap Modal / IFRAME
4. Menu / Mobile Menu
5. Portfolio Content and Customizations / Single Page
6. Responsive Navigation
7. Modifications to Bootstrap 4
8. Some CSS-code
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Html / Body]
*/

html {
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    margin-bottom: 60px;
    background: #00a7ed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------------------------------------
[2. Footer / Social Media Icons]
*/

.footer {
    position: absolute;
    width: 100%;
    padding: 18px 0px;
    background: #fff;
    display: flex;
    align-items: center;
    bottom: 0;
}

.footer-small {
	color: #555;
    display: block;
    margin: 10px;
    margin-left: 25px;
    font-size: 16px;
}

.footer &gt; .container {
    padding-right: 15px;
    padding-left: 15px;
}

.social-icons {
    float: right;
    padding: 0!important;
    list-style-type: none!important;
    margin: 2px 22px 0 auto;
}

.social-icons ul {
    padding: 0px;
    margin: 0px;
}

.social-icons li {
    float: left!important;
    margin-right: 2px!important;
    margin-bottom: 0px!important;
    padding: 0px!important;
    display: inline!important;
    width: auto!important;
}

.social-icons li a {
    transition: all 0.3s ease 0s;
    display: block!important;
    float: left!important;
    height: 100%!important;
    margin: 0!important;
    padding: 0!important;
    width: 40px!important;
    height: 40px!important;
    text-indent: -9999px!important;
}

.social-icons li a:hover {
    background-position: 0 -40px!important;
}

.social-icons li a {
    background-color: transparent;
}

.social-icons li.aim a {
    background: url(../images/icons/aim.png) no-repeat 0 0;
}

.social-icons li.aim a:hover {
    background-color: #e95a00;
}

.social-icons li.apple a {
    background: url(../images/icons/apple.png) no-repeat 0 0;
}

.social-icons li.apple a:hover {
    background-color: #606060;
}

.social-icons li.behance a {
    background: url(../images/icons/behance.png) no-repeat 0 0;
}

.social-icons li.behance a:hover {
    background-color: #18a3fe;
}

.social-icons li.blogger a {
    background: url(../images/icons/blogger.png) no-repeat 0 0;
}

.social-icons li.blogger a:hover {
    background-color: #fb913f;
}

.social-icons li.cargo a {
    background: url(../images/icons/cargo.png) no-repeat 0 0;
}

.social-icons li.delicious a {
    background: url(../images/icons/delicious.png) no-repeat 0 0;
}

.social-icons li.facebook a {
    background: url(../images/icons/facebook.png) no-repeat 0 0;
}

.social-icons li.facebook a:hover {
    background-color: #3b5998;
}

.social-icons li.flickr a {
    background: url(../images/icons/flickr.png) no-repeat 0 0;
}

.social-icons li.flickr a:hover {
    background-color: #f1628b;
}

.social-icons li.google a {
    background: url(../images/icons/google.png) no-repeat 0 0;
}

.social-icons li.google a:hover {
    background-color: #dd4b39;
}

.social-icons li.googleplus a {
    background: url(../images/icons/googleplus.png) no-repeat 0 0;
}

.social-icons li.googleplus a:hover {
    background-color: #d94a39;
}

.social-icons li.html5 a {
    background: url(../images/icons/html5.png) no-repeat 0 0;
}

.social-icons li.html5 a:hover {
    background-color: #f3642c;
}

.social-icons li.linkedin a {
    background: url(../images/icons/linkedin.png) no-repeat 0 0;
}

.social-icons li.linkedin a:hover {
    background-color: #71b2d0;
}

.social-icons li.orkut a {
    background: url(../images/icons/orkut.png) no-repeat 0 0;
}

.social-icons li.orkut a:hover {
    background-color: #ed2590;
}

.social-icons li.paypal a {
    background: url(../images/icons/paypal.png) no-repeat 0 0;
}

.social-icons li.paypal a:hover {
    background-color: #32689a;
}

.social-icons li.picasa a {
    background: url(../images/icons/picasa.png) no-repeat 0 0;
}

.social-icons li.picasa a:hover {
    background-color: #444;
}

.social-icons li.pinterest a {
    background: url(../images/icons/pinterest.png) no-repeat 0 0;
}

.social-icons li.pinterest a:hover {
    background-color: #cb2027;
}

.social-icons li.rss a {
    background: url(../images/icons/rss.png) no-repeat 0 0;
}

.social-icons li.rss a:hover {
    background-color: #fe9900;
}

.social-icons li.skype a {
    background: url(../images/icons/skype.png) no-repeat 0 0;
}

.social-icons li.skype a:hover {
    background-color: #18b7f1;
}

.social-icons li.tumblr a {
    background: url(../images/icons/tumblr.png) no-repeat 0 0;
}

.social-icons li.tumblr a:hover {
    background-color: #3a5976;
}

.social-icons li.twitter a {
    background: url(../images/icons/twitter.png) no-repeat 0 0;
}

.social-icons li.twitter a:hover {
    background-color: #48c4d2;
}

.social-icons li.vimeo a {
    background: url(../images/icons/vimeo.png) no-repeat 0 0;
}

.social-icons li.vimeo a:hover {
    background-color: #62a0ad;
}

.social-icons li.wordpress a {
    background: url(../images/icons/wordpress.png) no-repeat 0 0;
}

.social-icons li.wordpress a:hover {
    background-color: #464646;
}

.social-icons li.yelp a {
    background: url(../images/icons/yelp.png) no-repeat 0 0;
}

.social-icons li.yelp a:hover {
    background-color: #c41200;
}

.social-icons li.youtube a {
    background: url(../images/icons/youtube.png) no-repeat 0 0;
}

.social-icons li.youtube a:hover {
    background-color: #f45750;
}

/*------------------------------------------------------------------
[3. Address / Google Maps / Bootstrap Modal / IFRAME]
*/

iframe {
    width: 100%;
}

.modal-header {
    font-size: 16px;
}

.modal-content {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0px;
}

.modal-body {
    padding: 0px;
}

address {
	color: #666;
}

address strong {
	color: #1f1f1f;
}

address a {
	color: #666;
    text-decoration: none;
    transition: .3s;
}

address a:hover {
	color: #000;
    text-decoration: none;
}

address a i {
	color: #1f1f1f;
	font-size: 16px;
	transition: .3s;
}

address a i:hover {
	color: #000;
}

/*------------------------------------------------------------------
[4. Menu / Mobile Menu ]
*/

.list-group a:hover {
    background: none;
}

.list-group-item {
    background: transparent;
    border: 0px;
    font-size: 16px;
    color: #666;
    transition: .3s;
}

.list-group-item:hover {
	color: #000;
}

.menu {
    width: 195px;
    float: left;
    margin-left: 15px;
    margin-right: 38px;
}

.cbp-filter-item {
    cursor: pointer;
}

.hvr-underline-from-left {
    display: block;
    -webkit-transform: none;
    transform: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.hvr-underline-from-left:before {
    background: #000;
    height: 1px;
    bottom: 2px;
    transition: 0.4s cubic-bezier(1, 0, 0, 1);
    transition-delay: .1s;
}

.hvr-underline-from-center:before {
	background: #1f1f1f;
	height: 2px;
	right: 51%;
}

li.hvr-underline-from-center:before {
    height: 1px;
}

.list-group .logo {
    margin-top: 10px;
    margin-bottom: 20px;
}

a.list-group-item {
    color: #666;
    transition: .3s;
}

a.list-group-item:hover {
    color: #000;
}

a.list-group-item:focus {
    background: transparent;
}

a:focus {
    outline: none;
}

/*Mobile Menu*/

.navbar-light .navbar-nav&gt;li&gt;a {
    color: #666;
    transition: .3s;
}

.navbar-light .navbar-nav&gt;li:hover&gt;a {
    color: #000;
    text-decoration: none;
}

.navbar-light .navbar-toggle:focus,
.navbar-light .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-toggle {
    position: absolute;
    float: none;
    right: 0;
    padding: 7px 10px 9px 10px;
    margin: 0;
    background-color: transparent;
    background-image: none;
    border: 0;
}

.navbar-collapse {
    margin-top: 25px;
    border-top: 1px solid #e7e7e7;
}

.navbar-collapse .navbar-nav {
    margin: 25px 0;
}

.navbar-light {
    background-color: transparent;
    border: 0;
}

.navbar-nav&gt;li&gt;a {
    padding: 0px;
}

.nav&gt;li&gt;a {
    padding: 0px
}

.navbar-header img {
    cursor: pointer;
}

/*------------------------------------------------------------------
[5. Portfolio Content and Customizations / Single Page ]
*/

.portfolio-item {
    margin-bottom: 25px;
}

.cbp-caption-activeWrap {
    background: #000;
}

.portfolio-content .cbp-l-project-desc-title span,
.portfolio-content .cbp-l-project-details-title span {
    border-bottom-color: #1f1f1f;
}

.cbp-item .btn-group {
    width: 100%;
}

.cbp-item .btn {
    width: 50%;
    color: #fff;
    padding: 0;
    border: 0;
    margin: 0;
    transition: background .35s, color .2s;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 0;
    background: transparent;
    height: 47px;
    line-height: 46px;
}

.cbp-item .btn:hover {
    background: #313131;
    color: #dfdfdf;
}

.cbp-l-project-details .btn.focus,
.cbp-l-project-details .btn:focus,
.cbp-l-project-details .btn:hover {
    color: #fff;
}

.cbp-item .btn-right {
    border-left: 1px solid #313131 !important;
}

.btn-group-sm&gt;.btn, .btn-sm {
    border-radius: 0;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: 0;
}

.cbp {
    margin-right: 10px;
}

.cbp-item-wrapper {
    padding: 5px 15px 30px 5px;
}

.cbp-slider .cbp-item-wrapper {
    padding: 0;
}

.cbp-slider.cbp {
    margin-right: 0;
}

.cbp-item-wrap {
    background: #fff;
    transition: box-shadow .35s ease-out, transform .3s ease-out, opacity .2s ease-out;
    margin-left: 5px;
    margin-right: 10px;
}

.cbp-item-wrap:hover {
    box-shadow: 0 15px 20px rgba(0,0,0,0.2);
    transform: translate(0, -4px);
    opacity: 1 !important;
}

.cbp .cbp-item {
    overflow: visible;
}

.cbp-popup-singlePage-counter {
    font: 400 14px/30px "Open Sans Condensed",sans-serif;
}

.cbp-l-project-details .btn {
    font: 400 12px/17px "Open Sans Condensed", sans-serif;
    padding: 7px 15px;
    border-radius: 0;
    background: #1f1f1f;
    transition: .3s;
}

.cbp-l-project-details .btn:hover {
    color: #fff;
    background: #222;
}

.cbp-l-project-title,
.cbp-l-project-desc-title,
.cbp-l-project-related-title,
.cbp-l-grid-projects-title,
.cbp-l-grid-projects-desc {
    color: #1f1f1f;
}

.cbp-l-project-related-link {
    transition: .1s;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    background-color: #1f1f1f;
}

.cbp-l-project-details-list strong {
    color: #555;
}

.cbp-l-project-subtitle {
    font: 400 16px/21px 'Open Sans Condensed', sans-serif;
}

.cbp-l-project-desc-title span,
.cbp-l-project-details-title span {
    border-bottom: 2px solid #333;
}

.cbp-l-grid-projects-desc {
    height: 34px;
}

.cbp-l-loadMore-button {
    visibility: hidden;
    opacity: 0;
    transition:visibility 0s linear 0.5s,opacity 0.5s linear;
}

.cbp-l-loadMore-button .cbp-l-loadMore-button-link,
.cbp-l-loadMore-button .cbp-l-loadMore-link {
    margin-top: 16px;
}

/*------------------------------------------------------------------
[6. Responsive Navigation ]
*/

@media screen and (max-width: 767px) {

	.navbar {
		margin-top: 30px;
		margin-bottom: 5px;
        padding: 0 10px;
	}

	.main {
		margin-left: 15px;
		margin-right: 15px;
	}

    .cbp {
        margin-right: 0;
    }

	.portfolio-content .cbp-l-loadMore-button {
		margin-bottom: 0;
	}

    .cbp-item-wrapper {
        padding-right: 0;
    }

	.footer {
		position: relative;
		bottom: -60px;
	}

	.social-icons {
		display: flex;
		justify-content: center;
		float: none;
		margin-top: 40px;
		margin-right: -5px;
	}

}

/*------------------------------------------------------------------
[7. Modifications to Bootstrap 4 ]
*/

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.img-rounded {
    border-radius: 6px;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.list-group-item {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-right: -5px;
}

.hvr-underline-from-left:before {
    left: 5px;
}

#BtnMobilMenu {
    width: 100%;
    padding-left: 60px;
    margin-bottom: 10px;
}

.navbar-toggler {
    float: right;
    margin-top: -6px;
}

.modal-title{
    display: block;
}

.navbar-collapse .list-group-item {
    margin-right: 0;
}

#menu-links {
    margin-bottom: 18px;
}

/*------------------------------------------------------------------
[8. Some CSS-code ]
*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.row {
    margin: 0px;
}

body &gt; .container {
    padding: 60px 15px 0;
}

.container-fluid {
    width: 100%;
    padding: 0;
    margin-top: 10px;
}

footer .container-fluid {
    margin-top: 0;
}

.container .text-muted {
    margin: 20px 0;
}

.progress {
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
}

.pror-bor-black {
    border: 1px solid rgba(0, 0, 0, 1);
}

.pror-bor-gey {
    border: 1px solid #cacaca;
}

.pror-bor-red {
    border: 1px solid #d9534f
}

.progress-bar-black {
    background: rgba(0, 0, 0, 1);
}

.progress-bar-gey {
    background-color: #cacaca;
}

.bs-docs-section .h1,
.bs-docs-section .h2,
.bs-docs-section .h3,
.bs-docs-section h1,
.bs-docs-section h2,
.bs-docs-section h3 {
    margin-top: 30px;
}

.bs-docs-section .h4,
.bs-docs-section .h5,
.bs-docs-section .h6,
.bs-docs-section h4,
.bs-docs-section h5,
.bs-docs-section h6 {
    margin-top: 20px;
}
</pre></body></html>