/*====================================================
        Default
====================================================*/
/*Fonts: Raleway | Open Sans 

_________________*/

/*====================================================
        HTML & Body
====================================================*/
html, body {
    height: 100%;
}
body {
    color: #212226;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}
p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}
section {
    background: #fff;
    overflow-x: hidden;
    overflow: hidden;
}


h1 {
    font-family: "Raleway", sans-serif;
}

/*====================================================
        Home
====================================================*/
#home {
    background: none;
    height: 100%;
}

#home-bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    background: url(../Video/ikkolos.jpg) no-repeat;
    background-size: cover;
    overflow-x: hidden;
    overflow: hidden;
}
#home-overlay {
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
#home-content {
    width: 100%;
    height: 100%;
    display: table;
}
#home-content-inner {
    display: table-cell;
    vertical-align: middle;
}
#home-heading {
    color: #fff;
    font-size: 65px;
    font-weight: 300;
    margin: 0;
}
/*====================================================
                    Arrow Down
====================================================*/
#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #fff;
    font-size: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
}
#arrow-down:hover, #arrow-down:focus {
    color: aqua;
}
/*====================================================
                        About
====================================================*/
#about-content{
    background: #000;
    padding-top:75px;
    padding-bottom: 75px;
}
#about-content-writeup {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
}
/*====================================================
                    Why US
====================================================*/
#why-us {
    padding-top: 75px;
    padding-bottom: 75px;
}
#why-us-heading {
    font-weight: 700;
}
#why-us-sub-heading {
    font-weight: 500;
    color: 	#12c0aa;
    padding: 10px 0 25px 0;
    margin: 0;
}
.row-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
}
.why-us-item {
    height: 100%;
    border: 2px dotted #000;
}
.why-us-item-sub-title h4 {
    font-weight: 500;
    color: 	#12c0aa;
    font-size: 17px;
    
}
.why-us-item-desc p {
    font-size: 15px;
}
/*====================================================
                    Services
====================================================*/
.service-item {
    height: 100%;
    border: 2px solid rgba(0,0,0,.1);
    padding: 10px;
}
.service-b {
    margin-bottom: 20px;
}
/*====================================================
                    Who We Are
====================================================*/
.founder-img img{
    width: 100%;
    height: 550px;
    float: left;
    align-content: left;
    margin-bottom: 20px;
}
.row-flex-founder {
    display: flex;
    flex-wrap: wrap;
}
.desc-founder p {
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
}
/*====================================================
                    Contact US
====================================================*/
.map-wi {
    padding-left: 0;
    padding-right: 0;
}
#map {
    height: 400px;
}

/*====================================================
                      Footer
====================================================*/
#footer {
    background-color: #000;
    height: 50px;
    color: aliceblue;
    padding-top: 15px;
}

/*====================================================
                        About
====================================================*/
.navbar {
    padding: 35px 0 20px 0;
}
.site-nav-wrapper {
    padding: 0 85px;
}
.navbar-brand {
    padding: 0 15px;
}
.navbar-brand img{
    width: 50px
}
ul.navbar-nav > li > a {
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
    background: none;
    color: #f4c613;
}


















