@font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.eot");
    src: url("fontsFlaticon.eot?#iefix") format("embedded-opentype"), url("fonts/Flaticon.woff") format("woff"), url("fonts/Flaticon.ttf") format("truetype"), url("fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-point-mark-on-a-circle:before {
    content: "\f100";
}

.flaticon-message:before {
    content: "\f101";
}

.flaticon-briefcase:before {
    content: "\f102";
}

.flaticon-coffee-cup:before {
    content: "\f103";
}

.flaticon-emoticon-square-smiling-face-with-closed-eyes:before {
    content: "\f104";
}

.flaticon-smiley:before {
    content: "\f105";
}

.flaticon-computer:before {
    content: "\f106";
}

.flaticon-people:before {
    content: "\f107";
}

.flaticon-lightbulb-idea:before {
    content: "\f108";
}

.flaticon-gears:before {
    content: "\f109";
}

.flaticon-technology:before {
    content: "\f10a";
}

.flaticon-monitor:before {
    content: "\f10b";
}

body {
    background-color: #ffffff;
    color: #303030; /*#aeaeae;*/
    font-size: 18px;
    line-height: 1.6;
    /*font-family: "Poppins", serif;*/
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"

}

a {
    color: #01BACF; /*#aeaeae;*/
    text-decoration: none;
}

blockquote,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
    color: #0089CF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.1;
}

a:hover,
a:focus {
    color: #000000;
}

.check li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    padding-right: 10px;
    position: relative;
    top: 2px;
}

.check li {
    font-size: 13px;
    list-style: none;
    margin-bottom: 8px;
}

.check li:last-child {
    margin-bottom: 0;
}

.check {
    margin-left: 0;
    padding-left: 0
}

/*********************
MENU
*********************/

.vertical-header {
    position: fixed;
    left: 0;
    z-index: 1111;
    top: 0;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.vertical-header-wrapper {
    width: 100%;
    max-width: 250px;
    height: 100%;
    /*background: rgba(0, 0, 0, 1) url("images/menubg.jpg") no-repeat scroll center center;*/
    /*background: rgba(0,72,141,0.54);*/
	/*background: rgba(0,137,207,1.00) url("images/background.jpg") no-repeat scroll left center;*/
	background: #FFFFFF url("images/bg.jpg") no-repeat scroll left top;/*bg kleur blauw rgba(0,137,207,1.00)*/
    z-index: 10;
    overflow-x: hidden;
    min-width: 260px;
    overflow-y: auto
}

.subsub-menu-wrapper,
.sub-menu-wrapper {
    opacity: 0;
    visibility: hidden;
    background-color: #151515;
    position: absolute;
    padding: 0px 10px 0;
    width: 100%;
    top: 0;
    max-width: 240px;
    bottom: 0;
    left: 60%;
    height: 100%;
    display: table;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}

.subsub-menu-wrapper {
    background-color: #191919;
}

.primary-menu li:hover .subsub-menu li:hover a,
.primary-menu li:hover .sub-menu-wrapper li:hover a,
.primary-menu li:hover a {
    color: rgba(55,55,55,1.00);
}

.primary-menu li:hover .subsub-menu li a,
.primary-menu li:hover .sub-menu-wrapper li a,
.menu-search .btn,
.vertical-header li a {
    color: rgba(94,94,94,0.70);
}

.primary-menu li:hover .subsub-menu li a {
    color: rgba(94,94,94,0.70) !important;
}

.primary-menu li:hover .subsub-menu li:hover a {
    color: rgba(55,55,55,1.00) !important;
}

.vertical-header li {
    list-style: none;
}

.vertical-header ul {
    padding: 0 15px;
}

.sub-menu li:hover .subsub-menu-wrapper,
.child-menu:hover .sub-menu-wrapper {
    opacity: 1;
    z-index: 1000;
    left: 100%;
    position: absolute;
    visibility: visible;
}

.primary-menu li a {
    display: block;
    width: 100%;
    position: relative;
    text-decoration: none !important;
}

.primary-menu li .fa-angle-right {
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 0px;
}

.yamm .fa-shopping-bag,
.navbar-inverse .fa-shopping-bag,
.primary-menu .fa-shopping-bag {
    margin-left: 4px;
}

.primary-menu {
    margin-top: 78px;
}

.primary-menu li {
    text-transform: capitalize;
    padding: 15px 20px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.15);
    font-size: 14px;
    line-height: 1 !important;
    margin: 0 !important;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
}

.primary-menu li:first-child {
    border-top: 1px dotted rgba(255, 255, 255, 0.15);
}

.center-content {
    display: table-cell;
    vertical-align: middle;
}

.margin-block {
    min-height: 40px;
}

.logo {
    padding: 35px 0 45px 0;
    text-align: center;
}
.logo h3{
	color: #747474 !important;
}

.menu-search {
    padding: 0 0 0 25px;
    margin-top: 35px;
}

.menu-search .form-group {
    position: relative;
    margin: 0;
    padding: 0;
}

.menu-search .btn {
    /*background-color: transparent !important;*/
    background-color: silver !important;
    position: absolute;
    border: 0;
    top: -3px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    right: 0;
}

.menu-search .form-control:focus .btn {
    color: #f4af0b !important;
}

.menu-search .form-control {
    border-radius: 0;
    background-color: transparent;
    /*background-color: black;*/
    height: 40px;
    border: 0;
    /*color: rgba(255, 255, 255, 0.7);*/
    color: rgba(0,0,0,0.70);
    font-size: 11px;
    box-shadow: none !important;
    border-top: 1px dotted rgba(255, 255, 255, 0.15);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.15);
}

.menu-search .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.menu-search .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.menu-search .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.menu-social ul {
    margin: 0;
    padding: 0;
}

.menu-social ul li {
    margin-top: 0;
    padding-top: 0;
}

.menu-social ul li i {
    font-size: 12px;
    padding: 10px;
    border: 1px dotted rgba(255, 255, 255, 0.2);
}

/*!
     * Yamm!3 - Yet another megamenu for Bootstrap 3
     * http://geedmo.github.com/yamm3
     * 
     * @geedmo - Licensed under the MIT license
     */

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
    right: auto;
}

.yamm .yamm-content {
    padding: 30px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.yamm-content ul {
    list-style: none;
    padding: 0;
}

.yamm-content ul li {
    padding: 5px 0
}

.yamm-content ul li:hover a {
    padding-left: 10px;
}

.yamm-content ul li em {
    font-size: 18px;
}

.yamm .dropdown-menu {
    box-shadow: none;
    border-color: #030303;
    background-color: #030303;
    border-radius: 0;
}

.yamm .dropdown-menu li a {
    color: #ffffff;
}

.yamm-half ul {
    min-width: 220px;
}

#header {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

#header.affix {
    position: fixed;
    top: 0;
    width: 100%;
    border-color: #030303;
    background-color: #030303;
}

#header .navbar-brand {
    padding: 7px 20px;
}

.transparent-header {
    position: absolute;
    top: 30px;
    right: 0;
    padding: 15px 0;
    z-index: 100;
    left: 0;
}

.nav,
.navbar,
.navbar-nav {
    margin-bottom: 0 !important;
}

.navbar-default {
    border-radius: 0;
    border: 0;
    background-color: transparent;
}

.navbar-default .nav>li>a {
    display: block;
    font-size: 14px;
    padding: 15px 15px;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    /*font-family: montserrat;*/
    font-family: 'Montserrat', sans-serif;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 15px;
}

.dark-header {
    padding: 20px 0;
    z-index: 1111;
    background-color: #030303
}

.light-header {
    padding: 20px 0;
    z-index: 1111;
    background-color: #ffffff;
}

.light-header.affix {
    background-color: #ffffff !important;
}

.light-header .nav>li>a {
    color: #000000;
}

.dark-header .nav>li>a,
.transparent-header .nav>li>a {
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
}

.normal-header.dark-color .nav>li>a {
    color: #909090;
}

.normal-header.dark-color .nav>li>a:hover,
.transparent-header.dark-color .social i,
.transparent-header.dark-color .nav>li>a {
    color: #030303;
}

#header.affix {
    position: fixed;
    top: 0;
    width: 100%;
    border-color: #030303;
    background-color: #030303;
}

#header.affix.dark-color {
    border-color: #ffffff !important;
    background-color: #ffffff !important;
}

/*********************
MOBILE MENU
*********************/

.navbar-inverse {
    background-color: #121212;
    border: 0;
    margin: 0;
    padding: 10px 0;
    border-radius: 0;
}

.navbar-collapse {
    box-shadow: none;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    white-space: nowrap;
}

.navbar-inverse .nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-inverse .navbar-nav>li {
    padding-left: 10px;
}

.navbar-brand {
    padding: 12px 20px;
}

/*********************
SECTIONS
*********************/

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: url(images/pattern.png) repeat center center rgba(0, 0, 0, 0.3);
}

.video-section {
    position: relative;
    width: 100%;
    height: 100%;
    height: 100vh;
}

.container {
    width: 100%;
    max-width: 1180px;
}

.section {
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
    display: block;
    background-color: #ffffff;
}

.section.noover {
    overflow: visible !important;
}

.section-title {
    margin-bottom: 45px;
}

.section.lb {
    background-color: #f7f6f6;
    
}
.linecolor {
    background-color: #0069b4;/*#01bacf;*/
	height:2px;
}
.parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax.parallax-off {
    background-attachment: scroll;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/*********************
FOOTER
*********************/

.section.footer {
    background-color: #e7e7e7;/*#000*/
}

.section.footer.light-footer {
    background-color: #ffffff;
}

.section.footer.light-footer p {
    color: #aeaeae;
}

.section.footer.light-footer img {
    display: block;
    margin: 0 auto 30px;
}

.section.footer.light-footer .social-links li {
    border: 1px solid #aeaeae;
    padding: 7px 14px;
    margin: 30px 2px;
    border-radius: 100%;
}

.section.footer.light-footer strong {
    color: #000;
}

.social-links i {
    color: #aeaeae;
}

.copyrights {
    padding: 25px 0;
    background-color: #151515;
    font-size: 13px;
	color: #696969;
}

.newsletter-widget .form-control {
    border: 0 none;
    border-radius: 0;
    font-size: 13px;
    box-shadow: none !important;
    height: 46px;
    background: #151515;
    min-width: 280px;
}

.newsletter-widget img {
    display: block;
    max-width: 280px;
    margin-top: 40px;
}

.newsletter-widget {
    margin-top: 5px;
}

.newsletter-widget p {
    margin-bottom: 30px;
}

.newsletter-widget .btn {
    padding-left: 23px;
    padding-right: 23px;
}

.copyrights ul,
.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin: 10px 0;
}

.copyrights li {
    margin: 13px 0 0 !important;
}

.newsletter-widget .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.newsletter-widget .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.newsletter-widget .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.copyrights,
.footer .form-control,
.footer p,
.copyrights a,
.footer a {
    /*color: rgba(255, 255, 255, 0.4);*/
}

.copyrights a:hover,
.footer a:hover {
    color: #01BACF;/*rgba(255, 255, 255, 0.8);*/
}

.cop-logo img {
    margin-top: 9px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.absolute-widget {
    position: relative;
    display: block;
    margin-top: -30%;
    padding: 30px;
}

.absolute-widget .form-control {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    font-size: 13px;
    height: 40px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}

.absolute-widget::before {
    border-right: 10px solid #646464;
    border-top: 19px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}

.absolute-widget textarea.form-control {
    height: 100px;
}

.absolute-widget .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.absolute-widget .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.absolute-widget .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}


.custom-module mark {
    line-height: 1;
    padding: 0 10px;
}

.custom-module p {
    padding-bottom: 30px;
    margin: 0;
}

.home-text-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 11;
}

.home-content {
    position: relative;
}

.home-message {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

mark.rotate {
    background-color: transparent;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.process-box {
    background-color: #fff;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
}

.process-end {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 20px 0;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    position: absolute;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out, top 0.15s ease-in-out, bottom 0.15s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}

.process-box:hover .process-end {
    opacity: 1;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    visibility: visible;
}

.process-box h1 {
    font-size: 24px;
    padding: 0;
    line-height: 1;
}

.process-box h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    line-height: 1;
    margin: 25px 0 25px;
}

.process-box h3 {
    margin-bottom: 0;
    font-size: 16px;
}

.process-end h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}

/*********************
BUTTONS
*********************/

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 0 solid transparent;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 40px;
    text-align: center;
    white-space: nowrap;
}

.btn:hover,
.btn:focus {
    opacity: 0.9;
}

/*********************
COLORS 1
*********************/

.progress-bar,
.owl-theme-02 .owl-nav [class*="owl-"]:hover,
.teammembers .visible-buttons,
.custom-module mark,
.pitem .golink,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary {
    background-color: #01bacf !important;
    border-color: #01bacf !important;
    color: #ffffff !important;
}

.section.db .owl-theme-01 .owl-nav [class*="owl-"],
.owl-theme-01 .owl-nav [class*="owl-"]:hover,
a.goitem,
.bgcolor {
    background-color: #fff;/*#01bacf;*/
}

.list-style-2 i,
.social-links li:hover i,
.section.footer.light-footer a,
.parallax mark.rotate,
.case-top .dropdown-menu>li:hover a,
.navbar-default .nav>li:hover a,
.yamm .fa-shopping-bag,
.service-icon i,
.stat-count h3,
.portfolio-filter ul li a.active,
.post-meta li:after,
a:hover,
a:focus {
    color: #01bacf;
}

.absolute-widget::before {
    border-right-color: #00a1b6;
}

.owl-theme-02 .magnifier {
    background-color: rgba(255, 255, 255, 0.8);
}

/*********************
COLORS 2 (GREEN)
*********************/

.bgcolor1,
.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default {
    background-color: #c2d82e !important;
    border-color: #c2d82e !important;
    color: #ffffff !important;
}

.menu-social ul li:hover i,
.menu-search .form-control:focus {
    border-color: #c2d82e;
}

.process-box {
    background-color: #fff;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
}

.process-end {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 20px 0;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    position: absolute;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out, top 0.15s ease-in-out, bottom 0.15s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}

.process-box:hover .process-end {
    opacity: 1;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    visibility: visible;
	background-color:#0069b4;/*#01bacf;*/
}

.navbar-default .nav .dropdown-menu li a,
.process-end p,
.process-end i,
.process-end h3,
.section-title.light-color h3,
.magni-desc h4 a {
    color: #ffffff;
}
.tagline-message h3 {color: #000000;}
/*********************
RESPONSIVE
*********************/

@media(max-width:768px) {
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        background-color: #121212;
        color: #ffffff;
    }
    .navbar-collapse {
        border: 0;
        box-shadow: none;
    }
    .newsletter-widget .btn {
        display: block;
        width: 100%;
    }
    .nopadtop {
        padding-top: 90px;
    }
    .service-box.m30 {
        margin: 15px 0;
    }
    .mobile-menu {
        display: block;
    }
    .vertical-header {
        display: none;
    }
    .transparent-header {
        left: 0;
        padding: 15px 0;
        position: relative;
        right: 0;
        top: 30px;
        z-index: 100;
        /*top: 0;*/
        background: #000;
    }
    #header.affix {
        position: relative;
    }
}

@media(min-width:768px) {
    .mobile-menu {
        display: none;
    }
    body.left-menu #wrapper {
        padding-left: 260px;
    }
}

@media(max-width:1198px) {
    .absolute-widget {
        margin-top: 0 !important;
    }
    .absolute-widget:before {
        display: none !important;
    }
    .footer .widget {
        margin: 30px 0;
    }
}

@media(max-width:998px) {
    .stat-count {
        margin: 15px 0;
    }
    .copyrights,
    .copyrights .text-right {
        text-align: center;
    }
    .home-message p {
        font-size: 48px;
    }
}

@media(max-width:550px) {
    .btn-wrapper .btn {
        display: block;
    }
    .callout .lead,
    .tagline-message h3 {
        font-size: 20px;
    }
    .home-message p {
        font-size: 28px;
    }
    .client-box {
        width: 100%;
        margin: 15px 0;
    }
    .client-box img {
        max-width: 240px;
    }
}

@media (min-width: 992px) {
    .dropmenu {
        position: relative;
    }
    .dropmenu:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .navbar-nav .dropmenu ul {
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }
    .dropmenu .dropdown-menu {
        min-width: 240px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .dropmenu>ul {
        position: absolute;
        top: 130%;
        visibility: hidden;
        display: block;
        opacity: 0;
        left: 0;
    }
    .dropmenu>ul.start-right {
        right: 0;
        left: auto;
    }
    .dropmenu>ul li {
        position: relative;
    }
    .dropmenu>ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
    }
    .dropmenu>ul li:hover>ul.show-right {
        right: 100%;
    }
}