/*====================
======Typography=====
======================*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

@font-face {
    font-family: "Noto serif";
    src: url("../fonts/NotoSerif-Regular.ttf") format("truetype");
}

html {
    top: 0;
    height: 0;
}

body {
    font-family: 'Noto serif', serif;
    position: relative;
    background: #fff;
    color: #000000;
    font-weight: 300;
}

body section {
    padding: 75px 0;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    color: #0f4d6a;
}

p {
    color: #0f4d6a;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto serif', serif;
}

.slider-btn {
    background-color: #25406F;
    color: #FFF;
    text-transform: uppercase;
    width: 165px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 13px;
    font-weight: 800;
    border: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* .slider-btn:hover {
	background-color: #4a9fc3;
    color: #0f4d6a;
} */

.parallax-section {
    min-height: 300px;
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#logo img {
    height: 30px;
    width: auto;
    margin-top: 10px;
}

.color-dark-blue {
    color: #0f4d6a;
}

@-webkit-keyframes right {
    0% {
        -webkit-transform: translate(-15px);
    }
    50% {
        -webkit-transform: translate(15px);
    }
    100% {
        -webkit-transform: translate(-15px);
    }
}

@-webkit-keyframes left {
    0% {
        -webkit-transform: translate(15px);
    }
    50% {
        -webkit-transform: translate(-15px);
    }
    100% {
        -webkit-transform: translate(15px);
    }
}

@-moz-keyframes right {
    0% {
        -moz-transform: translate(-15px);
    }
    50% {
        -moz-transform: translate(15px);
    }
    100% {
        -moz-transform: translate(-15px);
    }
}

@-moz-keyframes left {
    0% {
        -moz-transform: translate(15px);
    }
    50% {
        -moz-transform: translate(-15px);
    }
    100% {
        -moz-transform: translate(15px);
    }
}

@keyframes right {
    0% {
        transform: translate(-15px);
    }
    50% {
        transform: translate(15px);
    }
    100% {
        transform: translate(-15px);
    }
}

@keyframes left {
    0% {
        transform: translate(15px);
    }
    50% {
        transform: translate(-15px);
    }
    100% {
        transform: translate(15px);
    }
}

.vertical-middle {
    width: 100%;
    height: 100%;
    display: table;
}

.vertical-middle div {
    display: table-cell;
    vertical-align: middle;
}

body::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background: #ccc;
}

::-webkit-scrollbar-thumb {
    background: #0f4d6a;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #ddd;
}

.btn-default {
    background-color: #0f4d6a;
    color: #fff;
}

#gps-header-container {
    background: url("../images/headers/HeaderGPS.png") no-repeat center center;
}

.presentation-header-title {
    color: white;
    font-size: 30px;
    font-weight: 700;
    background-color: #4a9fc3;
    padding: 10px;
    border-radius: 5px;
}

#electronics-header-container {
    background: url("../images/headers/HeaderElectronics.png") no-repeat center center;
}

#automation-header-container {
    background: url("../images/headers/HeaderAutomation.png") no-repeat center center;
}

.text-description {
    font-weight: 600;
    margin-bottom: 20px;
    color: #0f4d6a;
    font-size: 16px;
}

.single-blog:hover p {
    color: white;
}

.p-title-container {
    text-align: left;
    width: 100%;
    padding: 100px 50px;
    position: absolute;
}

/*====================
======Header CSS=====
======================*/

#navigation .navbar {
    background: rgba(255, 255, 255, 0.952941);
    border-radius: 0;
    border-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
    padding-bottom: 8px;
}

#navigation .navbar-toggle {
    margin-top: 20px;
    background-color: #333;
}

#navigation .navbar-brand h1 {
    padding: 0;
    margin: 0;
}

#navigation .navbar-nav.navbar-right li {
    padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
    margin-top: 28px
}

#home-btn {
    height: 19px;
    width: auto;
}

@media (min-width: 767px) {
    li#login-btn {
        top: 5px;
        right: 7px;
        position: fixed;
    }

    #navigation .navbar-nav.navbar-right > li#login-btn > a {
        padding: 2px 10px;
        font-size: 13px;
    }
}

@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
}

/* #navigation .navbar-nav.navbar-right li.dropdown.open > a {
	color:white;
} */

#navigation .navbar-nav.navbar-right li a {
    color: #0f4d6a;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all .9s ease 0s;
    -moz-transition: all .9s ease 0s;
    -o-transition: all .9s ease 0s;
    transition: all .9s ease 0s;
    padding: 6px 15px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #4a9fc3;
    color: white;
}

#navigation .navbar-nav.navbar-right li.active a {
    color: white;
}

#navigation .navbar-nav.navbar-right li.nav-item-highlight a {
    color: white;
}

.nav-item-highlight {
    color: white;
}

.navbar-nav > li.nav-item-highlight.active > a, .navbar-nav > li.nav-item-highlight.active > a:hover,
.navbar-nav > li.nav-item-highlight.active > a:active, .navbar-nav > li.nav-item-highlight.active > a:visited,
.navbar-nav > li.nav-item-highlight.active > a:focus {
    background-color: #0f4d6a;
}

img.lang-icon {
    width: 20px;
    height: auto;
}

h2 {
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 30px;
    color: #333333;
    font-weight: 600;
    line-height: 1.4;
}

.floating-contact {
    position: fixed;
    top: 65%;
    left: 0;
    text-align: right;
    z-index: 9999;
    margin-top: -15px;
    margin-left: -4px;
    background-color: #0f4d6a;
}

.electronics-container, .gps-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.electronics-container h2, .gps-container h2 {
    /*font-family: "Open Sans", sans-serif;*/
    font-size: 19px;
    color: #0f4d6a;
    padding: 10px;
}

.electronics-container p, .gps-container p {
    /*font-family: "Open Sans", sans-serif;*/
    font-size: 18px;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
}

.screenshot-container {
    position: relative;
    width: 100%;
}

.screenshot-container img {
    max-width: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .flex-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.separator {
    margin: 40px 0;
}

.separator-img {
    width: 50px;
    height: auto;
}

.title-one {
    color: #0f4d6a;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 5px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    position: relative
}

.title-one:after {
    color: #4a9fc3;
    content: "||";
    position: absolute;
    right: -40px;
    top: -2px;
}

.title-one:before {
    color: #4a9fc3;
    content: "||";
    left: -40px;
    position: absolute;
    top: 0;
}

div.presentation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
    margin: 0;
}

div.presentation-container img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    opacity: 0.5;
}

/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
    background-image: url(../images/home-pattern.png);
    background-repeat: repeat;
    opacity: 0.2;
}

#home {
    padding: 0;
    overflow: hidden;
    position: relative
}

#main-carousel .carousel-inner .item {
    background-size: cover;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#main-carousel .carousel-indicators {
    bottom: 15px
}

#main-carousel .carousel-indicators li {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    width: 13px;
    height: 13px;
    margin-left: 5px;
    text-indent: -9999px;
    display: inline-block;
}

.carousel-indicators .active {
    background-color: #fff !important;

}

.slider-content {
    height: 100%;
}

#main-carousel .carousel-caption {
    display: table;
    height: 100%;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
}

#main-carousel .carousel-caption > div {
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
    color: #f6f6f6;
    display: inline-block;
    font-family: roboto;
    font-size: 55px;
    font-weight: 800;
    margin-bottom: 10px;
    text-shadow: none;
    text-transform: uppercase;
    background-color: rgba(4, 69, 99, 0.7);
    padding: 10px;
    border-radius: 7px;
}

#main-carousel .carousel-inner h2 span {
    color: #7ab700;
}

#main-carousel .carousel-inner span {
    color: #f6f6f6;
    font-family: roboto;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    text-shadow: none;
    background-color: rgba(4, 69, 99, 0.7);
    padding: 2px 15px;
    border-radius: 6px;
    margin: 0 10px 10px;
}

#main-carousel .carousel-left {
    left: -50px;
}

#main-carousel .carousel-right {
    right: -50px;
}

#main-carousel:hover .carousel-left {
    left: 0px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

#main-carousel:hover .carousel-right {
    right: 0px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right {
    padding: 15px;
    z-index: 12;
    font-size: 60px;
    color: #439bc1;
    top: 50%;
    position: absolute;
    margin-top: -60px;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.carousel-right {
    right: 65px
}

.carousel-left {
    left: 65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover {
    color: #F6F6F6;
}

/*=====================
======Blog CSS=====
======================*/

#blog {
    padding-bottom: 75px;
    padding-top: 75px
}

.blog-heading {
    margin-bottom: 35px;
    margin-top: 15px;
}

.single-blog {
    margin-bottom: 30px;
    background-color: #F7F7F7;
    padding: 25px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-box-shadow: 0 2px 0 0 #ddd;
    box-shadow: 0 2px 0 0 #ddd;
}

.single-blog:hover {
    background-color: #0f4d6a;
    color: #fff
}

.single-blog h2 {
    margin: 0;
    margin-bottom: 15px;
    color: #0f4d6a;
    font-size: 22px;
}

.single-blog:hover.single-blog h2 {
    color: #fff
}

.single-blog img {
    width: 100%;
    margin-bottom: 20px;
    height: 174px;
}

.single-blog ul {
    padding: 0;
    overflow: hidden;
}

.single-blog ul li {
    border-right: 2px solid #999999;
    float: left;
    line-height: 10px;
    list-style: none;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #999;
}

.single-blog ul li:last-child {
    border: none;
}

.blog-content {
    margin-bottom: 25px;
    margin-top: 0;
    min-height: 50px;
}

.single-blog .btn-primary {
    text-transform: uppercase;
    border: 1px solid #0f4d6a;
    color: #000;
    background-color: transparent;
}

.single-blog:hover .btn-primary {
    background-color: #25406F;
    color: #fff;
    border-color: #fff;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.single-blog:hover .btn-primary:hover {
    background-color: #4a9fc3;
    color: #000;
}

#blog-detail .modal-body {
    padding: 30px;
}

#blog-detail .modal-body img {
    width: 100%
}

#blog-detail .close {
    margin-right: -15px;
    margin-top: -25px;
}

/*====================
======Footer CSS=====
======================*/

#footer {
    background-color: #0f4d6a;
    padding: 10px 0;
    color: #dddddd;
    font-size: 16px;
    position: relative;
    margin-top: 1px;
}

#footer p {
    margin: 0;
    color: white;
}

#footer a {
    color: #4a9fc3
}

#footer .social-icons {
    padding: 0 0 10px 0;
}

/*============================
======Carousel Effect CSS=====
==============================*/

.carousel.scale .carousel-inner > .item.left > div:nth-child(1),
.carousel.scale .carousel-inner > .item.right > div:nth-child(1) {
    -webkit-animation: fadeOutDown 300ms linear 0ms both;
    animation: fadeOutDown 300ms linear 0ms both;
}

.carousel.scale .carousel-inner > .item.next > div:nth-child(1),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(1) {
    -webkit-animation: fadeInDown 300ms linear 75ms both;
    animation: fadeInDown 300ms linear 75ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(2),
.carousel.scale .carousel-inner > .item.right > div:nth-child(2) {
    -webkit-animation: fadeOutDown 300ms linear 75ms both;
    animation: fadeOutDown 300ms linear 75ms both;
}

.carousel.scale .carousel-inner > .item.next > div:nth-child(2),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(2) {
    -webkit-animation: fadeInDown 300ms linear 150ms both;
    animation: fadeInDown 300ms linear 150ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(3),
.carousel.scale .carousel-inner > .item.right > div:nth-child(3) {
    -webkit-animation: fadeOutDown 300ms linear 150ms both;
    animation: fadeOutDown 300ms linear 150ms both;
}

.carousel.scale .carousel-inner > .item.next > div:nth-child(3),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(3) {
    -webkit-animation: fadeInDown 300ms linear 225ms both;
    animation: fadeInDown 300ms linear 225ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(4),
.carousel.scale .carousel-inner > .item.right > div:nth-child(4) {
    -webkit-animation: fadeOutDown 300ms linear 225ms both;
    animation: fadeOutDown 300ms linear 225ms both;
}

.carousel.scale .carousel-inner > .item.next > div:nth-child(4),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(4) {
    -webkit-animation: fadeInDown 300ms linear 300ms both;
    animation: fadeInDown 300ms linear 300ms both;
}

/*============================
======CONTACT CSS=====
==============================*/

.social-icons a i {
    border-radius: 0;
    height: 30px;
    line-height: inherit;
    width: 30px;
    border-width: 0;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    margin-right: 10px
}

.social-icons i:hover {
    transform: scale(.9);
}

.social-icons a {
    color: #A2A2A2;
    font-size: 20px;
    border: 1px solid #A2A2A2;
    border-radius: 50%;
    text-align: center;
    padding: 6px;
    width: 44px;
    height: 44px;
    display: inline-block;
    margin: 2px;
}

.social-icons a:hover {
    color: #25406F;
    border: 1px solid #25406F;
}

.social-icons {
    z-index: 2;
    position: relative
}

.contact-map {
    margin: 60px 0 -6px 0;
}

.contact-us, .contact-info {
    padding-top: 30px;
}

.info-block {
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 10px;
}

.info-label {
    color: #0f4d6a;
    margin-bottom: 5px;
}

.automation-description {
    font-weight: 600;
    color: #0f4d6a;
}

.electronics-images {
    padding: 10px;
}

.gps-tracking-point {
    padding: 10px;
}

.float-right {
    float: right;
}

.gps-description-img {
    display: inline-block;
    width: 70px;
    vertical-align: middle;
}

.gps-description-img img {
    width: 100%;
    height: auto;
}

.gps-description {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    width: calc(100% - 110px);
}

.gps-description-title {
    display: block;
    font-size: 22px;
    color: #0f4d6a;
    font-weight: 600;
}

.gps-description-text {
    font-size: 16px;
    color: #0f4d6a;
}

.gps-tracking-point-right {
    text-align: right;
    padding: 10px;
}

.gps-tracking-items-container {
    margin-bottom: 30px;
}

.wialon-presentation-image {
    padding: 0 50px 15px;
}

.wialon-description-title {
    font-size: 18px;
    color: #0f4d6a;
    font-weight: 600;
}

.automation-img {
    width: 100%;
}

@media (max-width: 550px) {
    .presentation-header-title {
        font-size: 12px;
        padding: 4px;
    }

    .p-title-container {
        padding: 100px 20px;
    }
}