/* Box Model */
*,
*:before,
*:after {
    
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/* Grid system */
.container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}
.wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}
@media (min-width: 768px){
    .wrapper {
        width: 720px;
        
    }
    
}
/* Fonts */
@font-face {
    font-family: "Roboto";
    font-weight: 300;
    src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
    font-family: "Roboto";
    font-weight: 400;
    src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Roboto";
    font-weight: 700;
    src: url("../fonts/Roboto-Bold.ttf");
}

/* Basic */
body {
    font: 400 16px/24px "Roboto", sans-serif;
    letter-spacing: .04em;
    color: #555;
    margin: 0;
    padding: 0;
}
p,
h1,
h2,
ul {
    margin: 0;
}
h1, h2 {
    
    font-weight: 700;
    color: #333;
    line-height: 1em;
    vertical-align: top;
    
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 22px;
    margin-bottom: 30px;
    
}
ul {
    padding: 0 0 0 30px;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Images */
.image {
    display: inline-block;
    line-height: 0;
    overflow: hidden;
    vertical-align: top;
}

.image-small {
    width: 40px;
    height: 40px;
}
.image-middle {
    width: 110px;
    height: 110px;
}
.image-large {
    width: 160px;
    height: 160px;
}
.image-circle {
    border-radius: 50%;
}
.image-border {
    border: 5px solid rgba(255, 255, 255, .4);
}
img {
    width: 100%;
}
/* Titles style */
.title-under-line {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 2px solid #4d2b8a; 
}

/* Lists */
/* Icons */
.icon {
    display: inline-block;
    content: "";
    vertical-align: top;
}
.icon-bars {
    line-height: 60px;
    width: 25px;
    height: 60px;
    background-image: url(../../images/icon-bars.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}
/* Header */
.header {
    margin-top: -60px;
    height: 60px;
    background-color: #4d2b8a;
    position: fixed;
    z-index: 1000;

  
}
.scroll-title {
    display: none;
    vertical-align: top;
    display: inline-block;
    line-height: 60px;
    position: absolute;
    right: 30px;
}
.scroll-title h2 {
    display: inline-block;
    margin-bottom: 0;
    line-height: 60px;
    color: #fff;
    padding-right: 15px;
}
.scroll-title .image {
    margin-top: 10px;
}
/* Banner */
#maks {
    background: url(../../images/over-layer.png), url(../../images/bg-01.jpg);
    background-repeat: repeat, no-repeat;
    background-size: auto , cover;
    background-position: auto, center center;
    text-align: center;
    color: #fff;
    margin-top: 60px;
}
#leo {
    background: url(../../images/over-layer.png), url(../../images/bg-02.jpg);
    background-repeat: repeat, no-repeat;
    background-size: auto , cover;
    background-position: auto, center center;
    text-align: center;
    color: #fff;
    margin-top: 60px;
   
}
#main-banner {
    background: url(../../images/over-layer.png), url(../../images/bg-00.jpg);
    background-repeat: repeat, no-repeat;
    background-size: auto , cover;
    background-position: center center, right center;
    text-align: center;
    color: #fff;
    margin-top: 60px;
    height: 100vh;
}
#ourteam-banner {
    background: url(../../images/over-layer.png), url(../../images/bg-04.jpg);
    background-repeat: repeat, no-repeat;
    background-size: auto , cover;
    background-position: center center, right center;
    text-align: center;
    color: #fff;
    margin-top: 60px;
}
#contact-banner {
    background: url(../../images/over-layer.png), url(../../images/bg-05.jpg);
    background-repeat: repeat, no-repeat;
    background-size: auto , cover;
    background-position: center center, right center;
    text-align: center;
    color: #fff;
    margin-top: 60px;
    padding-top: 120px;
    padding-bottom: 120px;
}
.banner {
   
    background-repeat: repeat, no-repeat;
    background-size: auto , cover;
    background-position: auto, 100% 20%;
    text-align: center;
    color: #fff;
    margin-top: 60px;
}

.title {
    font-size: 28px;
    margin-top : 30px;
    margin-bottom: 10px;
    color: #fff;
}
.sub-title {
    font-size:22px;
    color: #4d2b8a;
    font-weight: 700;
    background-color: rgba(255, 255, 255, .95);
    display: inline-block;
    padding: 10px;
    
}
/* Skills */
.skills {
    background-color: #f5f5f5;
}
/* Social midea */
.social-list {
    padding: 0;
}
.social-list li{
    display: inline-block;
    padding-right: 15px;
    padding-bottom: 15px;
}
.social-list span {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
}
.fa-facebook {
    background-color: #3455b1;
}
.fa-twitter {
    background-color: #3498db;
}
.fa-instagram {
    background-color: #87183f;
}
.fa-google-plus {
    background-color: #d3272e;
}
/* Footer */
.footer {
    text-align: center;
    padding: 30px 0;
    background-color: #f5f5f5;
}
.footer small {
    font-size: 14px;
    
}
.footer a {
    color: inherit;
}
/* menu events */
.nav {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    display: none;
    background-color: #4d2b8a;
}
.nav-list {
    list-style: none;
    text-align: center;
    margin-top: 50px;
    color: #fff;
    padding: 0;
}
.nav-list li {
    width: 300px;
    margin: 0 auto;
    line-height: 60px;
    border-bottom: 2px solid rgba(255, 255, 255, .1);
}
.nav-list a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
}
/* Main page */
.main-banner {
    padding: 150px 0 150px 0;   
}


.main-banner h1 {
    font-size: 48px;
    font-weight: 100;
    line-height: 60px;
    margin: 0;
}
@media (min-width: 768px) {
    #main-banner h1 {
        font-size: 70px;
        line-height: 80px;
    }    
}
b {
    font-weight: 700;
}
.we-are-section span {
    font-weight: 700;
}

.colored-characters {
    color: #4d2b8a;

}
.we-are-section p {
    font-size: 40px;
    line-height: 54px;
    font-weight: 300;
}
.bg-style-second {
    background-color: #f5f5f5;
}
.advantages-list {
    padding: 0;
    margin: 0 -30px;
    text-align: left;
}
.advantage-item {
    display: inline-block;
    width: 160px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 30px;
    vertical-align: top;
}

.icon-circle-border {
    border-radius: 50%;
    border: 1px solid #4d2b8a;
}
.advantage-item span {
    width: 70px;
    height: 70px;
    font-size: 35px;
    line-height: 70px;
    color: #4d2b8a;
    margin-bottom: 20px;
}
h3 {
    margin: 0;
    
}
.our-team {
    background: url("../../images/over-layer.png"), url("../../images/bg-03.jpg");
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
    background-position: auto, center top;
    color: #fff;
    padding: 80px 0;
}
.our-team h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 30px;
}
.our-team p {
    margin-bottom: 30px;
}
.btn {
    display: inline-block;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 4px;
    background-color: #f77d30;
    color: #fff;
    text-decoration: none;
}
/* Form styles */
form {
    display: block;
}
form,
fieldset {
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
}
input,
textarea,
button {
    font: 400 16px/24px "Roboto", sans-serif;
    border-radius: 4px;
    outline: none;
    border: none;
    margin: 0;
}
textarea {
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 12px;
    text-align: left;
    padding: 15px;
    resize: none;
}
input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    
    margin-bottom: 12px;
    padding: 0 15px;
}
/* Our Team page */
.users {
    padding: 0;
    text-align: center;
    margin: 0 -30px;
}
.user-item {
    display: inline-block;
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, .05);
    margin: 0 30px 30px 30px;

}
.user-item-info a {
    color: #333;
}
.user-item-info {
    padding-top: 15px;
    vertical-align: middle;
    display: inline-block;
    padding-left: 20px;
    text-align: left;
    width: 140px;
}
.user-item h3 {
    line-height: 1em;
    margin-bottom: 10px;
}
.sub-user-title {
    font-weight: 700;
    line-height: 22px;
    color: #4d2b8a;
    margin-bottom: 20px;
}
.ourteam-inspire-words {
    font-size: 40px;
    line-height: 50px;
}