<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Name:Particles - Personal + Agency Template
Version:1.4
Author:Denis Samardjiev
*/

/* =Table of Contents
--------------------------------------------------------------
	=Common Styles
	=Margin + Padding
	=Typography
	=Buttons
	=Progress Bars
    =Alerts
    =Lists
    =Tabs
    =Panels
    =Thumbnails
    =Animate Examples
    =Accordion
	=Call to Action
	=Navigation
	=Jumbotron Main
    =Jumbotron Register
	=Hello Intro
	=Our Process
	=Carousel
	=Services
    =About
    =Profile
    =Count
	=Team
	=Work
	=Pricing
	=Timeline
	=Contact + Map
    =Footer
    =Media Queries
*/

@font-face {
    font-family: AHAMONO;
    src: url(https://www.dygtal.com/fonts/AHAMONO.ttf);
}
@font-face{
    font-family: DIN;
    src: url(../fonts/din/dinregular-webfont.ttf) format('truetype'),
         url(../fonts/din/dinregular-webfont.woff) format('woff'),
          url(../fonts/din/dinregular-webfont.eot) format('embedded-opentype'),
           url(../fonts/din/dinregular-webfont.svg) format('svg');

}
@font-face{
    font-family: DINMedium;
    src: url(../fonts/DINMedium.ttf);
}

@font-face{
    font-family: DINBold;
    src: url(../fonts/DINBold.ttf);
}

@import url(https://fonts.googleapis.com/css?family=Roboto:700,400,300,100|Montserrat:400,700);

/* =Common Styles
-------------------------------------------------------------- */
body {
    /*cursor: url('../images/cursor.png'), auto;   */
	background-color: #1d1d1d;
	font-family: DIN;
	font-size: 16px;
	font-weight: 300;
	color: #A2A2A2;
	height: 100%;
	min-height: 100% !important;

}

html {
	height: 100%;
    overflow-x: hidden;
}

a:active, a:focus {
   outline: none;
}

a {
    color: #0958a5;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #0958a5;
}

a:focus, a:hover {
    color: #0958a5;
    text-decoration: underline;
}

.mini-hr {
    border-style: solid none;
    border-color: #424242;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    width: 20px;
    height: 1px;
    text-align: left;
    position: relative;
    clear: both;
}

span.divider {
    display: block;
    margin: 25px 0px;
    width: 100px;
    height: 2px;
    background-color: #0958a5;
}

span.divider.center {
    margin-right: auto;
    margin-left: auto;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
#contact .form-control:focus,
#contact .form-control:hover, 
#contact .form-control:active { 
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
    border-color: #0958a5;
}

#contact #submit{
    color:#FFF;
}

.ticker {
    overflow: hidden;
    height: 70px;
    vertical-align: baseline;
}

.ticker h1 {
    margin: 0px;
    height: 70px;
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition: margin-top 0.5s ease-in-out;
    -o-transition: margin-top 0.5s ease-in-out;
    transition: margin-top 0.5s ease-in-out;
}

.big-logo {
    font-size: 70px;
}

.background1 { background-color: #212121; }
.background2 { background-color: #1d1d1d; }

/* =Margin + Padding
-------------------------------------------------------------- */
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pt30 { padding-top:30px !important; }
.pt40 { padding-top:40px !important; }
.pt50 { padding-top:50px !important; }
.pt60 { padding-top:60px !important; }
.pt80 { padding-top:80px !important; }
.pt90 { padding-top:90px !important; }
.pt100 { padding-top:100px !important; }
.pb0 { padding-bottom:0px !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pb30 { padding-bottom:30px !important; }
.pb40 { padding-bottom:40px !important; }
.pb50 { padding-bottom:50px !important; }
.pb60 { padding-bottom:60px !important; }
.pb80 { padding-bottom:80px !important; }
.pb90 { padding-bottom:90px !important; }
.pb100 { padding-bottom:100px !important; }

.mt0 { margin-top: 0px !important }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt50 { margin-top:50px !important; }
.mt60 { margin-top:60px !important; }
.mt80 { margin-top:80px !important; }
.mt90 { margin-top:90px !important; }
.mt100 { margin-top:100px !important; }
.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom:60px !important; }
.mb80 { margin-bottom:80px !important; }
.mb90 { margin-bottom:90px !important; }
.mb100 { margin-bottom:100px !important; }

.ml30 { margin-left: 30px }
.mr30 { margin-right: 30px }
.ml15 { margin-left: 15px }
.mr15 { margin-right: 15px }
.pl30 { padding-left: 30px }
.pr30 { padding-right: 30px }
.pl15 { padding-left: 15px }
.pr15 { padding-right: 15px }

.no-margin { margin:0 !important; }
.no-padding { padding:0 !important; }
.no-margin-top { margin-top:0 !important; }
.no-padding-top { padding-top:0 !important; }
.no-margin-bottom { margin-bottom:0 !important; }
.no-padding-bottom { padding-bottom:0 !important; }

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

.section-padding-top {
	padding-top: 80px;
}

.footer-padding {

    background: #FFF;
    color:#333;
    padding-bottom: 20px;
}

/* =Typography
-------------------------------------------------------------- */
.text-switch { color: #222; }

.text-small {
	font-size: 16px;
}

.text-xs-small {
	font-size: 13px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
	color: #333;
}

.lead {
	font-size: 23px;
}

.lead strong {
	color: #fff;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-family: DIN;
    font-size: 38px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: .80;
}

.section-divider {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 60px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}

.section-title-nocap {
    margin-bottom: 0;
}

.heading-1 {
    font-family: 'Montserrat', sans-serif;
    font-family: DIN;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #424242;
    padding-bottom: 4px;
    display: inline-block;
    margin: 0;
}

.heading-2 {
    font-family: 'Montserrat', sans-serif;
    font-family: DIN;
    color: #fff;
    font-weight: 400;
    text-transform: lowercase;
    border-bottom: 1px dotted #666;
    padding-bottom: 4px;
    display: inline-block;
    margin: 0;
}

.heading-3 {
    font-family: 'Montserrat', sans-serif;
    font-family: DIN;
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 13px;
    margin-top: 6px;
}

.heading-3-icon {
    color: #fff;
    font-size: 26px;
}

.img-responsive { width: 100%; }

.breadcrumb-holder {
    padding: 12px 17px 12px 0;
    background: #272727;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb-home {
    margin-right: 15px;
    color: #fff
}

.breadcrumb-holder h1 {
    font-family: 'Montserrat', sans-serif;
    font-family: DIN;
    color: #fff;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.breadcrumb&gt;li+li:before {
    padding: 0 13px;
    color: #4A4A4A;
    font-family: 'Ionicons';
    content: "\f3d3";
}

/* =Buttons
-------------------------------------------------------------- */
.btn {
	border-radius: 45px;
    margin-bottom: 1px;
	font-family: 'Montserrat', sans-serif;
    font-family: DIN;
	text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 10px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-default {
	color: #fff;
	background-color: transparent;
	border-color: #535353;
}

.services-box-footer .btn-default{
    color:#333;
}

.btn-default:hover {
    color: #fff;
    background-color: #0958a5;
    border-color: #0958a5;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open&gt;.dropdown-toggle.btn-default.focus, .open&gt;.dropdown-toggle.btn-default:focus, .open&gt;.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #0964bc;
    border-color: #0958a5;
}

.btn-services{

}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.btn-default.active, .btn-default:active, .open&gt;.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #0958a5;
    border-color: #0958a5;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    color: #fff;
    background-color: #0958a5;
    border-color: #0958a5;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    color: #fff;
}

.btn-primary {
    color: #333;
    background-color: #0958a5;
    border-color: #0958a5;
}

.btn-primary.filter{
    color:#FFF;
}

.btn-primary.filter:focus, .btn-primary.filter:hover{
    color:#FFF;
}

.btn-primary:hover {
    color: #fff;
    background-color: #615fde;
    border-color: #615fde;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open&gt;.dropdown-toggle.btn-primary.focus, .open&gt;.dropdown-toggle.btn-primary:focus, .open&gt;.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #615fde;
    border-color: #615fde;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #504ED2;
    border-color: #504ED2;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.btn-primary.active, .btn-primary:active, .open&gt;.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #615fde;
    border-color: #615fde;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    color: #fff;
    background-color: #615fde;
    border-color: #615fde;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    color: #fff;
}

.btn-white {
	border-color: #fff;
}

.btn-lg {
	padding: 12px 26px;
}

.btn-light {
    color: #757575;
    background-color: transparent;
    border-color: #B1B1B1;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-light:hover {
    color: #fff;
    background-color: #0958a5;
    border-color: #0958a5;
}

/* =Progress Bars
-------------------------------------------------------------- */
.progress {
    margin-bottom: 6px;
    background-color: transparent;
    border-radius: 11px;
    box-shadow: none;
    border: 1px solid #303030;
    padding: 3px;
    height: 26px;
}

.progress-bar {
	font-size: 13px;
    background-color: #0958a5;
    box-shadow: none;
    border-radius: 11px;
    line-height: 18px;
    padding-left: 6px;
    text-align: left;
    font-weight: 300;
}

.progress-meter {
	min-height: 15px;
	border-bottom: 1px solid #303030;
}

.progress-meter &gt; .meter {
	position: relative;
	float: left;
	min-height: 15px;
	border-width: 0px;
	border-style: solid;
	border-color: #303030;
}

.progress-meter &gt; .meter-left {
	border-left-width: 1px;
}

.progress-meter &gt; .meter-right {
	float: right;
	border-right-width: 1px;
}

.progress-meter &gt; .meter-right:last-child {
	border-left-width: 1px;
}

.progress-meter &gt; .meter &gt; .meter-text {
	position: absolute;
	display: inline-block;
	bottom: -20px;
	width: 100%;
	font-size: 12px;
	color: #606060;
	text-align: left;
}

.progress-meter &gt; .meter.meter-right &gt; .meter-text {
	text-align: right;
}

/* =Alerts
-------------------------------------------------------------- */
.alert{
    border-radius: 45px;
    padding: 15px 15px 15px 18px;
    margin-bottom: 15px;
}

.alert-success {
    color: #FFFFFF;
    background-color: #5CB85C;
    border-color: #5CB85C;
}

.alert-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.alert-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.alert-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.alert-dismissable .close, .alert-dismissible .close {
    top: -10px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 42px;
}

/* =Lists
-------------------------------------------------------------- */
ul.list-arrow { list-style-type:none; }
ul.list-arrow li { text-indent:-1.3em; }
ul.list-arrow li:before {
    font-family: Ionicons;
    content: "\f3d3";
    float: left;
    width: 1.3em;
}

ul.list-arrow-color li:before {
    color: #0958a5;
}

ul.list-arrow-2 { list-style-type:none; }
ul.list-arrow-2 li { text-indent:-1.3em; }
ul.list-arrow-2 li:before {
    font-family: Ionicons;
    content: "\f3d6";
    float: left;
    width: 1.3em;
}

ul.list-arrow-2-color li:before {
    color: #0958a5;
}

ul.social-buttons li a {
    display: block;
    background-color: #333;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: white;
    outline: none;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #0958a5;
}

/* =Tabs
-------------------------------------------------------------- */
.nav-tabs {
    border-bottom: 1px solid #313131;
}

.nav-tabs&gt;li&gt;a {
    font-size: 16px;
    color: #ccc;
}

.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:focus, .nav-tabs&gt;li.active&gt;a:hover {
    color: #fff;
    background-color: #0958a5;
    border: 1px solid #0958a5;
    border-bottom: 2px solid #615fde;
}

.nav-tabs&gt;li&gt;a:hover {
    border-color: #615fde;
}

.nav&gt;li&gt;a:focus, .nav&gt;li&gt;a:hover {
    text-decoration: none;
    background-color: #615fde;
    color: #fff;
}

.tab-content {
    padding:30px;
    border:1px solid #313131;
}

.tab-content.tab-default {
    padding:20px;
    border:1px solid #313131;
    border-top:none;
}

.tab-pane::first-letter { 
    font-size: 120%;
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
}

/* =Panels
-------------------------------------------------------------- */
.panel {
    border-radius: 0;
    background-color: transparent;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default {
    border-color: #313131;
}

.panel-default&gt;.panel-heading {
    color: #ccc;
    background-color: #313131;
    border-color: #313131;
}

.panel-default {
    background-color: #1D1D1D;
    border: 1px solid #313131;
    border-radius: 4px;
}

.panel-body {
    padding: 15px 20px;
    font-size: 16px;
}

.panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body {
    border-top-color: #313131;
}

.panel-group .panel-heading+.panel-collapse&gt;.list-group, .panel-group .panel-heading+.panel-collapse&gt;.panel-body {
    border-top: 1px solid #313131;
}

.panel-success&gt;.panel-heading {
    color: #FFFFFF;
    background-color: #5CB85C;
    border-color: #5CB85C;
}

.panel-success {
    border-color: #5CB85C;
}

.panel-info&gt;.panel-heading {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.panel-info {
    border-color: #5bc0de;
}

.panel-warning&gt;.panel-heading {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.panel-warning {
    border-color: #f0ad4e;
}

.panel-danger&gt;.panel-heading {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.panel-danger {
    border-color: #d9534f;
}

.label {
    font-weight: 300;
}

/* =Thumbnails
-------------------------------------------------------------- */
.thumbnail {
    padding: 19px;
    background-color: transparent;
    border: 1px solid #313131;
    border-radius: 0;
}

.thumbnail .caption {
    color: #A2A2A2;
    padding: 5px;
}

/* =Animate Examples
-------------------------------------------------------------- */
.animate-example-box {
    width: 100%;
    height: 50px;
    border-radius: 45px
}

.animate-color-1 { background-color:#0958a5; }
.animate-color-2 { background-color:#0958a5; }
.animate-color-3 { background-color:#2ecc71; }
.animate-color-4 { background-color:#f39c12; }
.animate-color-5 { background-color:#FF3B30; }
.animate-color-6 { background-color:#1abc9c; }
.animate-color-7 { background-color:#F2784B; }
.animate-color-8 { background-color:#65C6BB; }
.animate-color-9 { background-color:#F64747; }

/* =Modals
-------------------------------------------------------------- */
.modal-content {
    border-radius: 0 !important;
}

.modal-header {
    outline-offset: -13px;
    padding: 40px;
    background: #6819e8;
    background: -moz-linear-gradient(left, #6819e8 0%, #7437d0 35%, #615fde 68%, #6980f2 100%);
    background: -webkit-linear-gradient(left, #6819e8 0%,#7437d0 35%,#615fde 68%,#6980f2 100%);
    background: linear-gradient(to right, #6819e8 0%,#7437d0 35%,#615fde 68%,#6980f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6819e8', endColorstr='#6980f2',GradientType=1 );


    background: rgba(27,66,141,1);
    background: -moz-linear-gradient(left, rgba(27,66,141,1) 0%, rgba(122,183,230,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,66,141,1)), color-stop(100%, rgba(122,183,230,1)));
    background: -webkit-linear-gradient(left, rgba(27,66,141,1) 0%, rgba(122,183,230,1) 100%);
    background: -o-linear-gradient(left, rgba(27,66,141,1) 0%, rgba(122,183,230,1) 100%);
    background: -ms-linear-gradient(left, rgba(27,66,141,1) 0%, rgba(122,183,230,1) 100%);
    background: linear-gradient(to right, rgba(27,66,141,1) 0%, rgba(122,183,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b428d', endColorstr='#7ab7e6', GradientType=1 );
}

.modal-body {
    padding: 40px;
}

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

.modal-body p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
}

.modal-heading {
    color: #212121;
    text-transform: uppercase;
    border-bottom: 1px solid #404040;
}

.close {
    font-size: 45px;
    color: #fff;
    text-shadow: none;
    filter: none;
    opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.modal-header .close {
    margin-top: -52px;
    margin-right: -70px;
}

.close:focus, .close:hover {
    filter: none;
    opacity: 0.6;
    color: #FFF;
}

.modal-backdrop.in {
    opacity: 0.6;
}

/* =Call to action
-------------------------------------------------------------- */
.call-to-action {
	padding: 0 30px;
	border: 1px solid #2c2c2c;
	font-size: 24px;
	color: #b0b0b0;
}

.call-to-action p {
	line-height: 112px;
}

.call-to-action strong {
	color: #fff;
}

.img-trapezoid{
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

/* =Navigation
-------------------------------------------------------------- */
.logo {
    font-size: 39px;
    color: #fff;
}

.navbar-brand {
	height: auto;
    padding: 15px 15px 0 15px;
    padding: 0;
}

.navbar {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-default{
    height: 40px;
}

.navbar-default .navbar-nav {
    margin-top: -8px;
}

.navbar-brand{
    position: relative;
    width: 100px;
    height: 100px;
    top:0;
    border-radius: 50px;
    background:rgba(255,255,255,1);
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
    background:rgba(255,255,255,0.9);
}


@media (min-width: 768px){
    .navbar-force-right{
        position: absolute;
        right: 0;
    }
}

.navbar-default {
	font-family: "Montserrat",sans-serif;
	font-size: 12px;
	background: rgb(47, 47, 47) none repeat scroll 0% 0%;
    background: #FFF;
	text-transform: uppercase;
}

.navbar-default .navbar-nav &gt; li &gt; a {
	color: #333;
	margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
}

.navbar-default .navbar-nav &gt; li &gt; a:focus, .navbar-default .navbar-nav &gt; li &gt; a:hover {
    color: rgba(255, 255, 255, 0.60);
    color: rgba(20,20,20,0.6);
    background-color: transparent;
	-webkit-transition: color 0.5s ease 0s;
    -moz-transition: color 0.5s ease 0s;
    -o-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
}

.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:focus, .navbar-default .navbar-nav &gt; .open &gt; a:hover {
    color: #0958a5;
    background-color: transparent;
}

.navbar-right {
    margin-right: 15px;
    margin-top: 15px;
}

.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover {
    color: #0958a5;
	background-color: transparent;
}

.dropdown-menu &gt; li &gt; a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
}

.dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover {
    color: rgba(0, 0, 0, 0.60);
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu {
    background-color: #3C3C3C;
    border: 1px solid rgba(66,67,66,1);
    border-radius: 0;
    min-width: 150px;
    box-shadow: none;
    padding: 12px 0;
}

.navbar-toggle {
    margin-top: 18px;
    margin-top: 30px;
    margin-bottom: 18px;
    border-radius: 0;
}

.navbar-default .navbar-toggle {
    border-color: #0958a5;
    background-color: #0958a5;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #7369F9;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #333;
}

.navbar-nav { -webkit-backface-visibility: hidden; }

/* =Jumbotron Main
-------------------------------------------------------------- */
.jumbotron.jumbotron-main { 
	height: 100%;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	margin:0;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("style.css");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background: #6819e8; /* Old browsers */
	background: -moz-linear-gradient(left, #6819e8 0%, #7437d0 35%, #615fde 68%, #6980f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6819e8 0%,#7437d0 35%,#615fde 68%,#6980f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6819e8 0%,#7437d0 35%,#615fde 68%,#6980f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6819e8', endColorstr='#6980f2',GradientType=1 ); /* IE6-9 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b4089+0,2989d8+46,7db9e8+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b4089+0,2989d8+46,7db9e8+100 */
background: #1b4089; /* Old browsers */
background: -moz-linear-gradient(left, #1b4089 0%, #2989d8 46%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1b4089 0%,#2989d8 46%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1b4089 0%,#2989d8 46%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b4089', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */

    /* new */

     background: rgba(27,66,141,1);
    background: -moz-linear-gradient(left, rgba(27,66,141,1) 0%, rgba(122,183,230,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,66,141,1)), color-stop(100%, rgba(122,183,230,1)));
    background: -webkit-linear-gradient(left, rgba(27,66,141,1) 0%, rgba(122,183,230,1) 100%);
    background: -o-linear-gradient(left, rgba(27,66,141,1) 0%, rgba(122,183,230,1) 100%);
    background: -ms-linear-gradient(left, rgba(27,66,141,1) 0%, rgba(122,183,230,1) 100%);
    background: linear-gradient(to right, rgba(27,66,141,1) 0%, rgba(122,183,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b428d', endColorstr='#7ab7e6', GradientType=1 );

    background:#4774b5;
    background:#32384D;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#32384d+0,2c3144+51,32384d+100 */
     background: #32384d; /* Old browsers */
    background: -moz-linear-gradient(left, #32384d 0%, #093fb5 51%, #32384d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #32384d 0%,#093fb5 51%,#32384d 100%); /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to right, #32384d 0%,#093fb5 51%,#32384d 100%); / / W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32384d', endColorstr='#32384d',GradientType=1 ); /* IE6-9 */


    /* Neweest */
    background: rgba(139,40,175,1);
background: -moz-linear-gradient(left, rgba(139,40,175,1) 0%, rgba(110,77,218,1) 49%, rgba(84,73,193,1) 65%, rgba(27,64,137,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(139,40,175,1)), color-stop(49%, rgba(110,77,218,1)), color-stop(65%, rgba(84,73,193,1)), color-stop(100%, rgba(27,64,137,1)));
background: -webkit-linear-gradient(left, rgba(139,40,175,1) 0%, rgba(110,77,218,1) 49%, rgba(84,73,193,1) 65%, rgba(27,64,137,1) 100%);
background: -o-linear-gradient(left, rgba(139,40,175,1) 0%, rgba(110,77,218,1) 49%, rgba(84,73,193,1) 65%, rgba(27,64,137,1) 100%);
background: -ms-linear-gradient(left, rgba(139,40,175,1) 0%, rgba(110,77,218,1) 49%, rgba(84,73,193,1) 65%, rgba(27,64,137,1) 100%);
background: linear-gradient(to right, rgba(139,40,175,1) 0%, rgba(110,77,218,1) 49%, rgba(84,73,193,1) 65%, rgba(27,64,137,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b28af', endColorstr='#1b4089', GradientType=1 );

    /*newest final */
    background: rgba(83,109,254,1);
background: -moz-linear-gradient(-45deg, rgba(83,109,254,1) 0%, rgba(55,165,192,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(83,109,254,1)), color-stop(100%, rgba(55,165,192,1)));
background: -webkit-linear-gradient(-45deg, rgba(83,109,254,1) 0%, rgba(55,165,192,1) 100%);
background: -o-linear-gradient(-45deg, rgba(83,109,254,1) 0%, rgba(55,165,192,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(83,109,254,1) 0%, rgba(55,165,192,1) 100%);
background: linear-gradient(135deg, rgba(83,109,254,1) 0%, rgba(55,165,192,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#536dfe', endColorstr='#37a5c0', GradientType=1 );
}

.jumbotron.jumbotron-main hr {
	border-width: 1px 0px;
    border-style: dotted none;
    border-color: rgba(255, 255, 255, 0.35);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    width: 49px;
    height: 4px;
    text-align: center;
    position: relative;
    clear: both;
}

.jumbotron.jumbotron-main a {
    color: #fff;
}

.center-vertically {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.center-vertically-holder { 
	display: table;
	height: 100%;
}

.scroll-indicator {
	padding-top:6px;
    display: inline-block;
    width: 50px;
}

.arrow-scroll-indicator {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.60);
}

.parallax-window {
    background: transparent;
}

/* =Jumbotron Register
-------------------------------------------------------------- */
.jumbotron.jumbotron-register {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    margin:0;
}

.jumbotron.jumbotron-register a {
    color: #fff;
}

.register-form {
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 5px;
    border: 2px solid #eee;
}

.register-form h3 {
    color: #414141;
}

.jumbotron.jumbotron-register h1 { 
    font-size:59px; 
}

/* =Hello Intro
-------------------------------------------------------------- */
#hello-intro h2 {
	font-family: 'Montserrat', sans-serif;
    font-family: DIN;
	font-weight: 400;
	font-size: 42px;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
	display: inline-block;
}

#hello-intro h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 25px;
	color: #b0b0b0;
}

#hello-intro h3 strong {
	font-weight: 300;
}

/* =Our Process
-------------------------------------------------------------- */
#our-process-title {
	position: relative;
    color:#FFF;
    background: #4774b5;
}

#our-process-title h4 {
	font-family: 'Montserrat', sans-serif;
    font-family: DIN;
	color: #fff;
	font-size: 38px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#our-process-title::after {
    content: " ";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #3A3A3A;
    left: 50%;
    margin-left: -14px;
    bottom: -14px;
}

#our-process h2 {
	font-size: 33px;
	font-family: 'Roboto', ssans-serif;
	font-weight: 100;
	color: #fff;
	margin-top: 18px;
}

#our-process .process-box {
	min-height: 400px;
    background-repeat: no-repeat;
    background-position: center bottom; 
}

#our-process .process-box:hover {
    /*background-image: url('../images/arrow-bg-hover.png');*/
}

#our-process .process-box.no-hover:hover {
    background-image: none;
}

#our-process .process-number {
	font-family: 'Montserrat', sans-serif;
    font-family: DIN;
	font-weight: 400;
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 4px;
	display: inline-block;
	margin-bottom: 30px;
}

#our-process .process-icons {
	font-size: 90px;
	color: #0958a5;
    color: #246ee5;
}

#our-process .process-content {
	display: none;
	text-align: center;
}

#our-process .process-content p {
	color: #A2A2A2;
	font-weight: 100;
	width: 69%;
	display: inline-block;
}

/* =Carousel
-------------------------------------------------------------- */
.carousel-caption {
    background-color:rgba(0, 0, 0, 0.5);
    width:100%;
    left:auto;
    right:auto;
    bottom:0;
    padding:30px;
    text-shadow: none;
}

.carousel-control { width:10%; text-shadow:none; font-size:42px;}
.carousel-control.right { background-image:none; }
.carousel-control.left { background-image:none; }

.carousel-control .carousel-arrow-left, 
.carousel-control .carousel-arrow-right {
  position:absolute;
  top:50%;
  left:50%;
  z-index:5;
  display:inline-block;
  width:20px;
  height:20px;
  margin-top:-20px;
  margin-left:-10px;
}

#carousel-fixed h3 {
    color: #fff;
}

.testimonial-carousel {
    background-color: #212121;
}

.fade-quote-carousel.carousel {
	padding-bottom: 30px;
	font-weight: 100;
}

.fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}

.fade-quote-carousel.carousel .carousel-indicators &gt; li {
	border: 1px solid #0958a5;
	width: 8px;
	height: 8px;
}

.fade-quote-carousel.carousel .carousel-indicators .active {
	background-color: #0958a5;
	margin: 1px;
}

.fade-quote-carousel blockquote {
    text-align: center;
    border: none;
    font-size: 16px;
    color: #6a6a6a;
    padding: 0;
}

.fade-quote-carousel.carousel p {
	color: #fff;
}

/* =Services
-------------------------------------------------------------- */

#services{
    background: rgba(203,204,222,1);
background: -moz-linear-gradient(left, rgba(203,204,222,1) 0%, rgba(236,237,242,1) 49%, rgba(232,227,234,1) 65%, rgba(223,205,217,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(203,204,222,1)), color-stop(49%, rgba(236,237,242,1)), color-stop(65%, rgba(232,227,234,1)), color-stop(100%, rgba(223,205,217,1)));
background: -webkit-linear-gradient(left, rgba(203,204,222,1) 0%, rgba(236,237,242,1) 49%, rgba(232,227,234,1) 65%, rgba(223,205,217,1) 100%);
background: -o-linear-gradient(left, rgba(203,204,222,1) 0%, rgba(236,237,242,1) 49%, rgba(232,227,234,1) 65%, rgba(223,205,217,1) 100%);
background: -ms-linear-gradient(left, rgba(203,204,222,1) 0%, rgba(236,237,242,1) 49%, rgba(232,227,234,1) 65%, rgba(223,205,217,1) 100%);
background: linear-gradient(to right, rgba(203,204,222,1) 0%, rgba(236,237,242,1) 49%, rgba(232,227,234,1) 65%, rgba(223,205,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbccde', endColorstr='#dfcdd9', GradientType=1 );
    background:url('../images/background-baru.jpg') no-repeat;
    background-size: cover;
    background-position: bottom center;
    height:100vh;
}

#services div.servicesBoxContainer &gt; div{
    padding: 0;
}

#services p.text-small{
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 150px;
}

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

    #services{
        padding-bottom: 35px;
    }


    #services div.servicesBoxContainer2{
        overflow-x: auto;
        width: 100%;
    }
    #services div.servicesBoxContainer{
        width: 1070px;
        padding-left: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #services div.servicesBoxContainer div.services-box{
        width: 200px;
        float: left;
    }
}

#services .row{
    margin:0;
}

#services .section-title h2{
    
    color:#fff;
}

.services-icon { 
    font-size: 120px;
    color: #0958a5;
    color:#246ee5;
    color:#111;
}


.service-name {
    margin-bottom: 15px;
    margin-top: 15px;
    color:#111;
    font-weight: 300;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.services-icon-2 {
    color: #061283;
    color:#111;
    line-height: .8;
    font-size: 70px;
    float: left;
    margin-right: 15px;
}

.service-title {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 28px;
    margin-top: 13px;
}

.services-box {
    background:#FFF;

    padding-top: 10px;
    margin-right: 5px;
    text-align: center;
    /*background-color: #313951;*/
    color:#111;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    font:DIN;
    font-size: 14px;
    position: relative;
    -webkit-box-shadow: 0px 0px 53px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 53px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 53px 0px rgba(204,204,204,1);
    position: relative;
    z-index: 1;
}

.services-box:hover{
    transform: scale(1.13); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    -webkit-box-shadow: 0px 0px 53px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 53px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 53px 0px rgba(0,0,0,0.75);
    z-index: 2;
}

.services-box-footer{

}

.services-box p {
    text-align: justify;
    padding: 5px;
    min-height: 120px;
}

img.webDevelopment{

}

/* =About
-------------------------------------------------------------- */
.basic-carousel.carousel .carousel-indicators {
	bottom: 10px;
}

.basic-carousel.carousel .carousel-indicators &gt; li {
	border: 1px solid #0958a5;
	width: 8px;
	height: 8px;
}

.basic-carousel.carousel .carousel-indicators .active {
	background-color: #0958a5;
	margin: 1px;
}

#about{
    background:#3a3a3a;
    color:#FFF;
}

#about .carousel-control.right { display: none; }
#about .carousel-control.left { display: none; }

.logo-about {
    float: left;
    font-size: 44px;
    color: #fff;
    margin-right: 25px;
    clear: both;
    margin-top: 5px;
}

/* =Profile
-------------------------------------------------------------- */
.profile-box {
	padding: 20px 30px 15px 30px;
	background-color: #212121;
	position: relative;
	outline: 1px solid #2D2D2D;
	outline-offset: -13px;
}

.profile-box strong {
	color: #fff;
	font-size: 16px;
}

.profile-box ul li{
    padding:5px 0;
    font-size: 14px;
    border-bottom:1px solid #2D2D2D;
}

.profile-box ul li:last-child{
    border-bottom:0;
}

/* =Our Count
-------------------------------------------------------------- */
#ourcount .item {
	text-align: center;
}


#ourcount .item &gt; .circle-hold {
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 110px;
    height: 110px;
    background-color: #0958a5;
    border-radius: 50%;
}

#ourcount .item &gt; .circle-hold &gt; i {
	color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    font-size: 52px;
    text-align: center;
}

/* =Team
-------------------------------------------------------------- */
.team-member-img {
	border: 4px solid #2f2f2f;
}

.team-member-box-2 .team-member-img {
    width: 225px;
    margin: auto;
}

.team-member-box {
	text-align: center;
	padding: 30px;
	background-color: #272727;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

.team-member-box:hover {
	background-color: #313131;
}

.team-member-box h3 {
    margin-top: 0;
    margin-bottom: 3px;
}

.team-member-box-2 h3 {
    margin-top: 20px;
    margin-bottom: 3px;
}

.team-image-wrapper {
	position: relative;
	margin: 0 auto;
	border-radius: 100%;
	overflow: hidden;
}

.team-image-wrapper .team-image-hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 100%;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: rgba(137, 128, 254, 0.80); 
}

.team-image-wrapper .team-image-hover .team-hover-content {
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.team-image-wrapper:hover .team-image-hover {
	opacity: 1;
}

.team-image-hover:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.social-icons-light-hover {
	color: #fff;
	-webkit-transition: color 500ms;
	-moz-transition: color 500ms;
	-o-transition: color 500ms;
	transition: color 500ms;
}

.social-icons-light-hover:hover {
	color: rgba(255, 255, 255, 0.70);
}

.social-icon-title {
	font-size: 24px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.50);
    padding-bottom: 3px;
    display: block;
    margin-bottom: 7px;
}

/* =Work
-------------------------------------------------------------- */
#thework{
    background:#1a2479;
}
#thework .mix{
    display: none;
}

#work{
    background:#1a2479;
    padding-bottom: 40px;
}

.btn-sort {
    padding: 0;
    font-size: 14px;
    border-radius: 50%;
    border: 2px solid;
    height: 32px;
    width: 32px;
}

.btn-category {
    border: 2px solid #fff;
}

#thework .portfolio-box:hover span.portfolio-hover {
	opacity: 1;
}

span.portfolio-hover {
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0;
	position: absolute;
    display: block;
    border:5px solid #212121;

    border:5px solid #1a2479;

	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background: #6819e8; /* Old browsers */
	background: -moz-linear-gradient(left, #6819e8 0%, #7437d0 35%, #615fde 68%, #6980f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6819e8 0%,#7437d0 35%,#615fde 68%,#6980f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6819e8 0%,#7437d0 35%,#615fde 68%,#6980f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6819e8', endColorstr='#6980f2',GradientType=1 ); /* IE6-9 */

    background: rgba(27,66,141,1);
    background: -moz-linear-gradient(left, rgba(27,66,141,1) 0%, rgba(122,183,230,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,66,141,1)), color-stop(100%, rgba(122,183,230,1)));
    background: -webkit-linear-gradient(left, rgba(27,66,141,1) 0%, rgba(122,183,230,1) 100%);
    background: -o-linear-gradient(left, rgba(27,66,141,1) 0%, rgba(122,183,230,1) 100%);
    background: -ms-linear-gradient(left, rgba(27,66,141,1) 0%, rgba(122,183,230,1) 100%);
    background: linear-gradient(to right, rgba(27,66,141,1) 0%, rgba(122,183,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b428d', endColorstr='#7ab7e6', GradientType=1 );
}

.portfolio-image-holder {
    position: relative;
    border:5px solid #212121;
    border:5px solid #1a2479;
    
}

.portfolio-image-holder:before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
}

span.portfolio-hover:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

span.portfolio-hover span {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

span.portfolio-hover a {
	color: #fff;
	text-decoration: none;
}

.project-title {
    font-size: 24px;
    font-weight: 100;
    display: block !important;
}

.portfolio-links {
    background-color: transparent;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 2px solid #fff;
    cursor: pointer;
}

.portfolio-links:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #0958a5;
}

.portfolio-links-icons {
    font-size: 24px;
    line-height: 2 !important;
}

.badge {
    position: absolute;
	font-family: 'Montserrat', sans-serif;
    font-family: DIN;
    background-color: transparent;
    font-size: 12px;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    border-radius: 0;

}

.portfolio-badge {
    bottom: 5px;
    left: 0px;
    right: 0px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    text-align: center;
    background: rgba(0,0,0,0.34)
}

.services-badge {
    top: 15px;
    right: 30px;
    color: #313131;
}


#thework {
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-webkit-align-content: flex-start;
}

/* =Pricing
-------------------------------------------------------------- */
.plan {
	list-style: none;
    padding: 0;
    background: #2B2B2B;
	text-align: center;
}

.plan li {
	padding: 10px 15px;
	font-size: 14px;
    color: #ccc;
    border-top: 1px solid #313131;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.plan li.plan-price {
	border-top: 0;
}

.plan li.plan-name {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	padding: 15px;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
    background: #191919;
	margin-bottom: 15px;
	border-top: 0;
}

.plan li &gt; strong {
	color: #0958a5;
	font-size: 18px;
}

.plan li.plan-action {
    padding: 18px;
}

.plan.featured {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.plan.featured li.plan-name {
	background: #191919;
}

.plan.featured:hover li.plan-name {
	background: #0958a5;
}

.plan.featured2 li.plan-name {
    background: #191919;
}

.plan.featured2:hover li.plan-name {
    background: #0958a5;
}

.plan:hover li.plan-name {
	background: #131313;
}

.plan-name-option3 {
    font-size: 12px !important;
    margin-bottom: 0 !important;
    font-weight: 300 !important;
}

#footer {
	margin-top: 100px;
	padding-bottom: 30px;
}

.centerfoot{
    text-align: center;
    margin-left: 30px;
}

.centerfoot &gt; div{
    display: inline-block;
      vertical-align: middle;
}

.centerfoot a{
    color:#333;
}

.centerfoot &gt; div:first-child{
    margin-right: 100px;
}

.centerfoot &gt; div:last-child{
    margin-left: 100px;
    margin-right: 50px;
}

.pricing-clients {
	width: 150px;
	display: inline-block;
	opacity: .6;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.pricing-clients:hover {
	opacity: 1;
}

/* =Timeline
-------------------------------------------------------------- */
.timeline {
	list-style: none;
	padding: 0;
	position: relative;
	margin: 0;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: "";
	width: 1px;
	background-color: #2C2C2C;
	left: 42px;
	margin-left: -1.5px;
}

.timeline &gt; li {
	margin-bottom: 50px;
	position: relative;
	min-height: 50px;
}

.timeline &gt; li:before,.timeline &gt; li:after {
	content: " ";
	display: table;
}

.timeline &gt; li:after {
	clear: both;
}

.timeline &gt; li .timeline-panel {
	width: 100%;
	float: right;
	padding: 0 20px 0 100px;
	position: relative;
	text-align: left;
}

.timeline &gt; li .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline &gt; li .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline &gt; li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #272727;
    color: #fff;
    border-radius: 100%;
    border: 4px solid #3A3A3A;
    text-align: center;
}

.timeline &gt; li .timeline-image h4 {
	font-size: 10px;
	margin-top: 12px;
	line-height: 14px;
}

.timeline &gt; li.timeline-inverted &gt; .timeline-panel {
	float: right;
	text-align: left;
	padding: 0 20px 0 100px;
}

.timeline &gt; li.timeline-inverted &gt; .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline &gt; li.timeline-inverted &gt; .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline &gt; li:last-child {
	margin-bottom: 0;
}

.timeline .timeline-heading h4 {
	margin-top: 0;
	margin-bottom: 12px;
}

.timeline .timeline-heading h4.subheading {
	text-transform: none;
}

.timeline .timeline-body &gt; p,.timeline .timeline-body &gt; ul {
	margin-bottom: 0;
}

#SelipImage{
}

/* =Contact + Map
-------------------------------------------------------------- */
#contact{
    background:#32384D;
    background:url(../images/background-contact.jpg) bottom center;
    

}

#contact .container{
    -webkit-box-shadow: 0px 0px 130px -26px rgba(34,34,34,1);
    -moz-box-shadow: 0px 0px 130px -26px rgba(34,34,34,1);
    box-shadow: 0px 0px 130px -26px rgba(34,34,34,1);
    max-width:900px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#contact h2{
    color:#222;
}

#contact h4{
    color:#FFF;
    color:#222;
}

#contact .form-control {
    padding: 0;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: DIN;
    border: none;
    border-bottom: 2px solid #292929;
    border-radius: 0px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#contact input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 300;
}

#contact input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 300;
}

#contact input::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 300;
}

#contact .has-error .form-control {
    border-color: #2F2F2F;
}

#contact .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #0958a5;
    color:#FFF;
    font-size: 12px;
    font-weight: 400;
}

#contact .has-error .form-control:focus {
    border-color: #2F2F2F;
}

#contact .btn-contact{
    color:#222;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 400px;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 400px;
    width: 100%;
    position: absolute;
}

.form-control {
    height: 42px;
}

#map { 
    height: 400px;
}

/* =Footer
-------------------------------------------------------------- */
.theme-title {
    font-family: 'Montserrat', sans-serif;
    font-family: DIN;
    color: #333;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 10px;
}

.theme-title-smaller {
    font-size: 16px;
}

footer hr {
    margin-top: 45px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #353535;
}

.btn-up-footer {
    display: inline-block;
    position: relative;
    top:-21px;
    color:#FFF;
}

.social-icons-dark-hover {
    color: #333;
    -webkit-transition: color 500ms;
    -moz-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}

.social-icons-dark-hover:hover {
    color: rgba(255, 255, 255, 0.70);
}

#clock span {
    display: block;
    font-size: 12px;
    color: #ccc;
}

#clock b {
    font-family: 'Montserrat';
    display: block;
    font-size: 50px;
    line-height: 46px;
}

#clock .clock-section {
    display: inline-block;
    padding: 0 20px;
}

#clock .clock-section:last-child {
    border-right: none;
}

.onmobile{
    display: none;
}

/* =Media Queries
-------------------------------------------------------------- */
@media (max-width:767px) {
	.text-center-xs { text-align:center; }
    .mt10-xs { margin-top:10px; }
    .mt20-xs { margin-top:20px; }
    .mt30-xs { margin-top:30px; }
    .mt40-xs { margin-top:40px; }
    .mb10-xs { margin-bottom:10px; }
    .mb20-xs { margin-bottom:20px; }
    .mb30-xs { margin-bottom:30px; }
    .mb40-xs { margin-bottom:40px; }
	.section-padding { padding-top:50px; padding-bottom:50px; }
	.section-padding-top { padding-top:50px; }
	.navbar-default .navbar-nav &gt; li &gt; a { line-height:1; }
    .navbar-nav .open .dropdown-menu { padding:0; }
    .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a { color:#fff; }
    .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus, .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover { color:rgba(255, 255, 255, 0.60); }
	.section-title h2 { font-size:34px; }
	.navbar-nav { margin:12px -15px; }
	#pricing .plan.featured { -webkit-transform:scale(1.03); -ms-transform:scale(1.03); transform:scale(1.03); }
	.btn-category { margin-bottom:5px; }
    .pricing-clients { width:90px; }
    #our-process .process-box { border-bottom:1px solid #2d2d2d; }
    .modal-header .close { margin-right:-62px; }
    .breadcrumb-holder { padding:12px 0 12px 0; }
    .ticker { height:40px; }
    .ticker h1 { height:40px; }
    .big-logo { font-size:50px; }
    .jumbotron.jumbotron-register { height:initial; }
    .jumbotron.jumbotron-register h1 { font-size:40px; }
    .navbar-default{ height: auto; }

    .centerfoot{
        display: none;
    }
    .onmobile{
        display: block;
    }

    .onmobile a{
        color:#333;

    }
}

@media (min-width: 768px) {
	.timeline:before { left:50%; }
	.timeline &gt; li { margin-bottom:100px; min-height:100px; }
	.timeline &gt; li .timeline-panel { width:41%; float:left; padding:0 20px 20px 30px; text-align:right; }
	.timeline &gt; li .timeline-image { width:100px; height:100px; left:50%; margin-left:-50px; }
	.timeline &gt; li .timeline-image h4 { font-size:13px; margin-top:16px; line-height:18px; }
	.timeline &gt; li.timeline-inverted &gt; .timeline-panel { float:right; text-align:left; padding:0 30px 20px 20px; }
	.modal-dialog { margin:100px auto; }
    .navbar&gt;.container .navbar-brand, .navbar&gt;.container-fluid .navbar-brand { margin-left:0; }
    .dropdown .dropdown-menu{ display:block; opacity:0; -webkit-transition:all 200ms ease-in; -moz-transition:all 200ms ease-in; -ms-transition:all 200ms ease-in; -o-transition:all 200ms ease-in; transition:all 200ms ease-in; }
    .dropdown:hover .dropdown-menu { display:block; opacity:1; }
}

@media (min-width: 768px) and (max-width:992px) {
	#our-process h2 { font-size:28px; }
	#our-process .process-content p { width:75%; font-size:16px; }
	.text-center-sm { text-align:center; }
    .mt10-sm { margin-top:10px; }
    .mb10-sm { margin-bottom:10px; }
	.mt20-sm { margin-top:20px; }
	.mb20-sm { margin-bottom:20px; }
	.mt30-sm { margin-top:30px; }
	.mb30-sm { margin-bottom:30px; }
    .jumbotron.jumbotron-register h1 { font-size:45px; }
}

@media (min-width:992px) {
	.timeline &gt; li { min-height:150px; }
	.timeline &gt; li .timeline-panel { padding:0 20px 20px; }
	.timeline &gt; li .timeline-image { width:150px; height:150px; margin-left:-75px; }
	.timeline &gt; li .timeline-image h4 { font-size:18px; margin-top:30px; line-height:26px; }
	.timeline &gt; li.timeline-inverted &gt; .timeline-panel { padding:0 20px 20px; }
}

@media (min-width:1200px) {
	.timeline &gt; li { min-height:170px; }
	.timeline &gt; li .timeline-panel { padding:0 20px 20px 30px; }
	.timeline &gt; li .timeline-image { width:170px; height:170px; margin-left:-85px; }
	.timeline &gt; li .timeline-image h4 { margin-top:40px; }
	.timeline &gt; li.timeline-inverted &gt; .timeline-panel { padding:0 30px 20px 20px; }
}

#search{
    min-height: 50px;
    color:#222;
    position: relative;

}


#search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 500;
    color:#222;
}

#search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 500;
    color:#222;
}

#search input::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 500;
    color:#222;
}


#search .search{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 450px;
    margin-top: 30px;
    width: 100%;
}

#search .searchTerm {
    float: left;
    border: 5px solid #fff;
    padding: 5px;
    height: 50px;
    width: 100%;
    border-radius: 20px;
    outline: none;
    color: #000;
    font-weight: 500;
    text-align: center;
}

#search .searchButton {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background: #fff;
    color:#444;
    text-align: center;
    border-radius: 5px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 20px;
}

#bee {transition: transform .1s; z-index: 10001;}

#bee {
    background: rgba(240,0,0,0.8);
    width: 12px;
    height: 12px;
    border-radius: 50%;
}</pre></body></html>