body{font-family: 'Source Sans Pro', sans-serif; color: #343434;}
a{color: #18a3fa;}
li{list-style: none;}
ul{padding: 0px;}
p{line-height: 25px;}

ul.social{display: flex;}
ul.social > li {padding-left: 15px; padding-right: 15px;}
ul.social > li:first-child {padding-left: 0px; padding-right: 15px;}
ul.social > li > a > img {height: 32px;}

.parallax {
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 0, 0);
    background-image: url(../img/head.jpg);
    background-size: cover;
    position: fixed;
    z-index: 0;
}

/* FONT STYLE */
.t_dark{color: #212121;}
.t_gray{color: #afb1b3;}
.t_dimg{color: dimgray;}
.t_white{color: #fff;}

.t_16{font-size: 16px}
.t_18{font-size: 18px}
.t_24{font-size: 24px}
.t_28{font-size: 28px}

.t_right{text-align: right;}
.t_left{text-align: left;}
.t_center{text-align: center;}

.pro_light{font-family: 'GothamProLight', sans-serif;}
.pro_regular{font-family: 'GothamProRegular', sans-serif;}
.pro_medium{font-family: 'GothamProMedium', sans-serif;}
.pro_bold{font-family: 'GothamProBold', sans-serif;}

.left{float: left;}
.right{float: right;}

/* SECTION STYLES */
section{background-color: #ffffff;position: relative;z-index: 1;}
section#feature{background: linear-gradient(30deg, #3C3758, #171428); padding: 50px 0px 50px 0px;position: relative;z-index: 1;}
section#client{padding: 50px 0px 50px 0px;}
section#managment{background: linear-gradient(30deg, #3C3758, #171428);position: relative;z-index: 1;}
section#where{filter: grayscale(70%); -webkit-filter: grayscale(70%); -moz-filter: grayscale(70%);position: relative;z-index: 1;}
section#contact{background: linear-gradient(30deg, #3C3758, #171428);position: relative;z-index: 1;}
section.header{height: 100vh;position: relative;z-index: 1;}

/* HEADER STYLE */
.navbar-default{background: transparent !important; border: none; box-shadow: none !important;}

.jumbotron{background: transparent !important; color: #fafafa; height: 80%; display:flex; flex-direction: column; justify-content: center;}
.jumbotron > h1{font-size: 48px;}

.navbar-nav > li > a{color:#eaeaec!important;text-shadow:none!important;text-transform:uppercase; font-weight:700;word-spacing:3px;transition:all 150ms linear}
.navbar-nav > li:hover { background: #fff;}
.navbar-nav > li:hover > a{ color: #3C3758 !important;}

.sub-item-nav{box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1); position:absolute; top:50px; left:0; right:0; display:none; z-index:2; min-height:160px; opacity:1; transition:opacity .3s; background:#fff; height:auto; padding: 30px 0px;}
.sub-item-nav.open{display:block}

.overlayer{position: relative;top: -140px;}

.thumbnail.transparent{
    background: transparent;
    box-shadow: none;
    border: 0px;
}

.chart{
    background: url(../img/chart.png) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 500px;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    left: 0;"
}

/* FEATURE SECTION */
.feature-block{display:flex; -webkit-flex-wrap: wrap;-ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-flex-direction:row; -ms-flex-direction:row; flex-direction:row; margin-bottom:40px; box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.2),0px 3px 60px 0px rgba(0,0,0,0.2);
    border-radius: 3px;}
.feature-block-item{display:inline-block; width:156px; box-sizing:border-box; padding:25px 25px 15px; min-height:130px; align-content:space-between; color:#696969; border:1px solid #eaeaec; border-left:none; border-top:none; border-top:none; position:relative;transition:all 150ms linear;flex-basis:33.33333%;max-width:33.33333%}

.feature-block-item > h5 {font-weight: 600; position: absolute; bottom: 5px;}
.feature-block-item:hover > h5 { color: #fafafa;}
.feature-info-item > p {
    font-size: 16px;
    color: rgba(255,255,255,0.84);
}
.feature-block-item.support{background: #fafafa url(../img/icon/black/Headset-64.png) 15% 20% no-repeat; background-size: 48px;}
.feature-block-item.support:hover{background:  #3C3758  url(../img/icon/white/Headset-64.png) 15% 20% no-repeat; background-size: 48px;}
.feature-block-item.support.open{background:  #3C3758  url(../img/icon/white/Headset-64.png) 15% 20% no-repeat; background-size: 48px;}
.feature-block-item.support.open > h5{ color: #fafafa;}

.feature-block-item.config{background: #fafafa url(../img/icon/black/Tools-64.png) 15% 20% no-repeat; background-size: 48px;}
.feature-block-item.config:hover{background: #3C3758  url(../img/icon/white/Tools-64.png) 15% 20% no-repeat; background-size: 48px;}

.feature-block-item.monitoring{background: #fafafa url(../img/icon/black/Workstation-64.png) 15% 20% no-repeat; background-size: 48px;}
.feature-block-item.monitoring:hover{background: #3C3758  url(../img/icon/white/Workstation-64.png) 15% 20% no-repeat; background-size: 48px;}

.feature-block-item.deploy{background: #fafafa url(../img/icon/black/Code-64.png) 15% 20% no-repeat; background-size: 48px;}
.feature-block-item.deploy:hover{background: #3C3758  url(../img/icon/white/Code-64.png) 15% 20% no-repeat; background-size: 48px;}

.feature-block-item.team{background: #fafafa url(../img/icon/black/Collaboration-64.png) 15% 20% no-repeat; background-size: 48px;}
.feature-block-item.team:hover{background: #3C3758  url(../img/icon/white/Collaboration-64.png) 15% 20% no-repeat; background-size: 48px;}

.feature-block-item.fee{background: #fafafa url(../img/icon/black/Expensive-64.png) 15% 20% no-repeat; background-size: 48px;}
.feature-block-item.fee:hover{background: #3C3758  url(../img/icon/white/Expensive-64.png) 15% 20% no-repeat; background-size: 48px;}

.feature-block-item.outsource{background: #fafafa url(../img/icon/black/Safety-Collection-Place-64.png) 15% 20% no-repeat; background-size: 48px;}
.feature-block-item.outsource:hover{background: #3C3758  url(../img/icon/white/Safety-Collection-Place-64.png) 15% 20% no-repeat; background-size: 48px;}

.feature-block-item.full{background: #fafafa url(../img/icon/black/Sheets-64.png) 15% 20% no-repeat; background-size: 48px;}
.feature-block-item.full:hover{background: #3C3758  url(../img/icon/white/Sheets-64.png) 15% 20% no-repeat; background-size: 48px;}

.feature-block-item.time{background: #fafafa url(../img/icon/black/Question-64.png) 15% 20% no-repeat; background-size: 48px;}
.feature-block-item.time:hover{background: #3C3758  url(../img/icon/white/Question-64.png) 15% 20% no-repeat; background-size: 48px;}

.feature-block-item.web{background: #fafafa url(../img/icon/black/HTML-64.png) 15% 20% no-repeat; background-size: 48px;}
.feature-block-item.web:hover{background: #3C3758  url(../img/icon/white/HTML-64.png) 15% 20% no-repeat; background-size: 48px;}

.feature-block-item:hover{background: #3C3758 ; border: 1px solid #3C3758; border-left: none; border-top: none; cursor: pointer; }

.feature-info-item{display: none;}
.feature-info-item.open{display: block;}

.client-img{width: 100%;}

.section-content {padding-top: 100px;padding-bottom: 100px;}

.h4_title {font-size: 18px; font-weight: 700; line-height: 20px; margin-top: 11px; margin-bottom: 15px;}

.nav_title{
    margin: 0 0 15px;
    color: #343434;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
}

.sub_title{font-size:36px; font-weight:300; line-height:45px; margin-bottom:40px}

.sub-header{font-size: 36px; line-height: 45px;margin-bottom: 40px;}

.contact-info{
    padding: 10px 0px;
}

.input{
    position: relative;
    line-height: 25px;
    box-sizing: border-box;
    width: 100%;
    padding: 11px 20px 12px;
    color: #161616;
    background-color: #fff;
    border: 1px solid #cccbcb;
    outline: none;
    max-width: 100%;
}
.input:focus{
    border: 1px solid #18a3fa;
}

.select{
    position: relative;
    line-height: 25px;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px 15px;
    color: #161616;
    background-color: #fff;
    border: 1px solid #cccbcb;
    outline: none;
}
.reqiured{
    color: red;
}

.input-label{
    display: block;
    margin-bottom: 5px;
    color: dimgray;
    font-family: 'GothamProRegular', sans-serif;
    font-weight: 300;
}
.input-submit{
    font-weight: 700;
    font-size: 12px;
    font-family: Gotham SSm A,Gotham SSm B,Helvetica,Arial,sans-serif;
    display: inline-block;
    box-sizing: border-box;
    text-transform: uppercase;
    white-space: nowrap;
    border: none;
    outline: none;
    cursor: pointer;
    letter-spacing: .5px;
    transition: background-color .2s;
    background-color: #18a3fa;
    color: #fff;
    line-height: 50px;
    height: 50px;
    padding: 0 35px;
    border-radius: 50px;
}
h2.title{
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -.5px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #161616;
}
p.white{
    display: -webkit-inline-box;
    width: 15px;
    height: 5px;
}


#piska {
    height:400px;
    width:100%;
}
.gm-style-iw * {
    display: block;
}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
    display: inline;
}


.navbar-container{
    display: flex;
    align-items: baseline;
}

.price{
    margin: 0px 25px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,.2);
    transition: all 250ms ease-in-out;
}
.price:hover {
    box-shadow: 0px 4px 6px 4px rgba(0,0,0,0.3);
}
.price > ul {
    list-style: none;
}
.price > ul > li {
    padding: 7px;
    text-align: center;
}

.price > ul > li:first-child {
    padding: 20px;
    font-size: 22px;
    text-transform: uppercase;
}
.price > ul > li:last-child {
    padding: 20px;
}

.price > ul > li > h1{
    margin: 0;
    font-weight: bold;
    color: #3AADD9;
    padding-bottom: 20px;
    font-size: 2.5em;
}

.price > ul > li > button{
    border: 0px solid;
    padding: 8px 32px;
    border-radius: 3px;
    background: #3AADD9;
    font-weight: bold;
    color: #fafafa;
    outline: none !important;

}
.price > ul > li > button:hover{
    background: #4FC0E8;
}

.btn-flat{
    padding: 10px 40px;
    min-width: 64px;
    /*border-radius: 3px;*/
    border: 1px solid #fafafa;
    background: #fafafa;
    font-weight: 600;
    color: #3C3758;
    font-size: 16px;
    margin-top: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    outline: none !important;
    margin-right: 10px;
    transition: all 250ms ease-in-out;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.btn-flat:hover{
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,.2);
    color: #3C3758;
    text-decoration: none;
}


label{
    width: 100%;
    font-weight: 600;
}

input{
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.2);
    margin: 5px 0px 1px 0px;
    font-weight: 500;
    background: rgba(0,0,0,.2);
}
input:focus {
    box-shadow: 0px 0px 0px 1px rgba(255,255,255,.2);;
    outline: none;
    border: 1px solid rgba(255,255,255,.2);
}
textarea {
    display: block;
    width: 100%;
    padding: 10px;
    font-weight: 500;
    border: 1px solid rgba(255,255,255,.2);
    margin: 5px 0px 1px 0px;
    background: rgba(0,0,0,.2);
}
textarea:focus {
    box-shadow: 0px 0px 0px 1px rgba(255,255,255,.2);;
    outline: none;
    border: 1px solid rgba(255,255,255,.2);
}

.btn-submit{
    padding: 8px 32px;
    /*border-radius: 3px;*/
    background: #fafafa;
    border: 1px solid #fafafa;
    font-weight: bold;
    color: #3C3758;
    outline: none !important;
    float: right;
    text-decoration: none;
    margin-left: auto;
}


.infra-manager{
    position: absolute;
    height: 70px;
    color: #ddd;
    margin: auto;
    left: 0;
    right: 0;
    top: -50px;
}

.contact{
    display: flex;
    align-items: center;
}
.contact > img {
    height: 32px;
    margin-right: 5px;
}
.jumbotron{padding-left: 0px !important;}

.footer-nav {
    padding: 0;
    margin-bottom: 0;
    float: right;
}
.footer-nav > li {
    display: inline;
}
.footer-nav > li > a {
    padding: 10px;
    color: #fafafa;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;

}
img.client-logo {
    width: 70%;
    padding-left: 15%;
    padding-bottom: 15%;
}

.footer-nav > li:hover > a{
    color: #3C3758;
    background: #fff;
}
.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}
.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    top: 90%;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #3C3758;
    border-radius: 25px;
}
.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #3C3758;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

.mobile-nav > ul {
    background: #fff;
    padding: 10px;
    text-transform: uppercase;
}
.mobile-nav > ul > li > a{
    color: #3C3758;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 600;
}

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

    .icon-scroll{box-shadow: inset 0 0 0 1px #fff;}
    .icon-scroll:before{background: #fff;}
    .chart{display: none;}
}

@media screen and (min-width: 770px) and (max-width: 990px) {

    .feature-block-item{padding: 0;text-align: center;}
    .feature-block-item > h5 {
        width: 100%;
    }

    .feature-block-item.support{background: #fafafa url(../img/icon/black/Headset-64.png) 50% 20% no-repeat; background-size: 48px;}
    .feature-block-item.support:hover{background:  #3C3758  url(../img/icon/white/Headset-64.png) 50% 20% no-repeat; background-size: 48px;}
    .feature-block-item.support.open{background:  #3C3758  url(../img/icon/white/Headset-64.png) 50% 20% no-repeat; background-size: 48px;}
    .feature-block-item.support.open > h5{ color: #fafafa;}

    .feature-block-item.config{background: #fafafa url(../img/icon/black/Tools-64.png) 50% 20% no-repeat; background-size: 48px;}
    .feature-block-item.config:hover{background: #3C3758  url(../img/icon/white/Tools-64.png) 50% 20% no-repeat; background-size: 48px;}

    .feature-block-item.monitoring{background: #fafafa url(../img/icon/black/Workstation-64.png) 50% 20% no-repeat; background-size: 48px;}
    .feature-block-item.monitoring:hover{background: #3C3758  url(../img/icon/white/Workstation-64.png) 50% 20% no-repeat; background-size: 48px;}

    .feature-block-item.deploy{background: #fafafa url(../img/icon/black/Code-64.png) 50% 20% no-repeat; background-size: 48px;}
    .feature-block-item.deploy:hover{background: #3C3758  url(../img/icon/white/Code-64.png) 50% 20% no-repeat; background-size: 48px;}

    .feature-block-item.team{background: #fafafa url(../img/icon/black/Collaboration-64.png) 50% 20% no-repeat; background-size: 48px;}
    .feature-block-item.team:hover{background: #3C3758  url(../img/icon/white/Collaboration-64.png) 50% 20% no-repeat; background-size: 48px;}

    .feature-block-item.fee{background: #fafafa url(../img/icon/black/Expensive-64.png) 50% 20% no-repeat; background-size: 48px;}
    .feature-block-item.fee:hover{background: #3C3758  url(../img/icon/white/Expensive-64.png) 50% 20% no-repeat; background-size: 48px;}

    .feature-block-item.outsource{background: #fafafa url(../img/icon/black/Safety-Collection-Place-64.png) 50% 20% no-repeat; background-size: 48px;}
    .feature-block-item.outsource:hover{background: #3C3758  url(../img/icon/white/Safety-Collection-Place-64.png) 50% 20% no-repeat; background-size: 48px;}

    .feature-block-item.full{background: #fafafa url(../img/icon/black/Sheets-64.png) 50% 20% no-repeat; background-size: 48px;}
    .feature-block-item.full:hover{background: #3C3758  url(../img/icon/white/Sheets-64.png) 50% 20% no-repeat; background-size: 48px;}

    .feature-block-item.time{background: #fafafa url(../img/icon/black/Question-64.png) 50% 20% no-repeat; background-size: 48px;}
    .feature-block-item.time:hover{background: #3C3758  url(../img/icon/white/Question-64.png) 50% 20% no-repeat; background-size: 48px;}

    .feature-block-item:hover{background: #3C3758 ; border: 1px solid #3C3758; border-left: none; border-top: none; cursor: pointer; }

}

@media screen and (min-width: 1440px){
}

/* Mob */
.mob-navbar{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.mob-navbar-menu{
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.mob-navbar-menu > span {
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    margin: 0px 0px 3px 0px;
}
.mob-navbar-menu > span:last-child{
    margin:0px;
}

section.mob-header{
    background: url(../img/head.jpg);
    background-size: cover;
    min-height: 400px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mob-jumbotron{
    align-self: center;
}

.mob-content{
    padding-top: 40px;
    padding-bottom: 40px;
}

section.mob-feature{
    background: linear-gradient(30deg, #3C3758, #171428);
}

.carousel-caption{
    position: initial;
    padding: 20px;
}
.carousel-caption > h4{
    font-weight: 600;
}

.carousel-indicators {
    bottom: -20px;
}

.carousel-caption>.mob-client-img {
    display: inline-block !important;
    max-width: 100%;
    height: auto;
}
section.mob-client{
    background: linear-gradient(30deg, #3C3758, #171428);
}

section.mob-contact{
    background: linear-gradient(30deg, #3C3758, #171428);
}
section.mob-map{
    filter: grayscale(70%); -webkit-filter: grayscale(70%); -moz-filter: grayscale(70%);
}
section.mob-footer{
    background: #212121;
    padding: 10px 0px;
}
.mob.btn-submit{
    width: 100%;
}

.mob-navbar-dropdown{
    display: block;
    position: absolute;
    right: 5px;
    top: 4rem;
    background: #2c2c2c;
    box-shadow: 0px 3px 12px 2px rgba(0,0,0,.2);
}
.mob-navbar-dropdown > ul{
    margin: 0px;
}
.mob-navbar-dropdown > ul > li > a{
    padding: 10px 15px;
    color: #fafafa;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
.mob-navbar-dropdown > ul > li > a:hover{
    background: rgba(0,0,0,.2);

}


.login-dropdown {
    display: block;
    position: absolute;
    background: #fafafa;
    padding: 15px;
    right: 0;
    min-width: 30rem;
    z-index: 1002;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.3);
}

#collapse-request > input {
    padding: 5px 10px;
    margin-bottom: 5px;
}

.login-dropdown > label{
    font-size: 13px;
    margin-bottom: 12px;
    width: 100%;
}
.login-dropdown > label > input {
    display: block;
    background: #ececec;
    color: #212121;
    box-sizing: border-box;
    border: none;
    font-size: 13px;
    width: 100%;
    padding: 8px 10px;
    margin-top: 3px;
    font-weight: 500;
}
.login-dropdown > button {
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: #3C3758;
    color: #fafafa;
    padding: 8px;
    font-weight: 600;
    outline: none;
}
li.open-login {
    background: #fff;
}
li.open-login > a{ color: #3C3758 !important;}
