@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600');
* {
    font-family: "Lato", monospace;
    outline: 0 !important;
}
textarea.form-control {
    resize: none !important;
}
body {
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: 16px;
    padding-right: 0 !important;
}

.loader {
    background: rgba(255, 255, 255, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

// Spec and IE10+
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.navbar-header a.navbar-brand {
    display: none;
}

section {
    background: #fff;
}

header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
}

.navbar * {
    color: #000;
}

.navbar {
    background: #e9e3ca;
    margin: 0;
    border-radius: 0;
    border: 0;
}

.navbar-brand {
    color: #605d5c !important;
}

.navbar-brand img {
    max-width: 100%;
}

.nav li:hover>ul {
    display: block;
    visibility: visible;
    opacity: 1;
}

.navbar-nav {
    float: none;
    text-align: center;
}

.navbar-nav>li {
    display: inline-block;
    float: none;
}

.nav>li>a {
    font-size: 15px;
    padding: 15px 12px;
}

.nav li ul ul {
    left: 100%;
    top: auto;
    margin-top: -35px;
}

.navbar-toggle {
    background: #fff;
}

.navbar-toggle .icon-bar {
    background: #000;
}

.nav a:hover,
.nav a:focus {
    cursor: pointer;
    color: #000;
    background: none !important;
}

.right_header {
    text-align: right;
}

.right_header p {
    font-size: 16px;
    margin: 16px 0;
    color: #605d5c;
}

.right_header span {
    font-size: 23px;
    font-weight: 500;
    display: block;
}

.slider {
    padding: 150px 0 180px 0;
    background: url(../img/slider.png) no-repeat center;
    background-size: cover;
}

.about {
    padding: 50px 0;
    background: url(../img/about_bg.png) no-repeat center;
    background-size: cover;
}

.issue {
    background: #e9f4ed;
    padding: 35px 0 0 0;
}

.ourteam {
    background: #e9f4ed;
    padding: 35px 0 0 0;
}

.issue .container-fluid {
    background: #fff;
    margin-top: 45px;
    text-align: center;
}

.issue .container-fluid .col-md-7,
.issue .container-fluid .col-md-5 {
    padding-left: 0;
    padding-right: 0;
}

.issue .container-fluid img {
    width: 100%;
display:block;
}

.issue h4 {
    font-size: 35px;
    color: #90546f;
    margin-top: 30px;
}

.issue p {
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.slider h3 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 35px;
    color: #fff;
    font-weight: 400;
}

.button {
    display: inline-block;
    background: #b28c8d;
    padding: 8px 15px;
    font-size: 22px;
    transition: all .5s;
    line-height: 30px;
    color: #fff !important;
    text-decoration: none !important;
}

.button:hover {
    background: #90546f;
    color: #fff;
    text-decoration: none;
}

.about img {
    margin: auto;
}

.about p {
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 22px;
}

.team {
    text-align: center;
    text-decoration: none !important;
    display: block;
    color: #333 !important;
    margin-top: 20px;
}
a.team.row {
    margin-bottom: 25px;
}

.team p {
    font-size: 20px;
    margin-top: 25px;
}

.team p i{
font-size: 17px;
    display: block;
    font-style: normal;
    margin: 13px 0;
}

.team p em{
    font-style: normal;
    float: right;
    font-size: 15px;
    padding: 3px 15px;
}

.team span {
    font-weight: 600;
}

.ourteam .white {
    padding: 35px 0;
}

.white {
    background: #fff;
}

.margin45 {
    margin-bottom: 35px;
}

footer {
    padding-top: 35px;
    background: #e9f4ed;
}

.colorfull {
    padding: 45px 0;
    background: #90546f;
}

.inner_data {
    text-align: center;
}

img {
    max-width: 100%;
}

.inner_data p {
    margin-top: 35px;
    font-size: 24px;
    color: #fff;
}

.inner_data span {
    font-size: 18px;
    color: #fff;
}

.mt35 {
    margin-top: 45px;
}

.footerbtn {
    background: #c8aab8
}

.footerbtn:hover {
    background: #fff;
    color: #000 !important;
}

@media (max-width:991px) {
    .issue a {
        margin-bottom: 35px;
    }
}

@media (max-width:768px) {
    .navbar-nav>li {
        display: block;
        text-align: left;
    }
    .topbar .navbar-brand img {
        margin: auto;
    }
    .topbar .navbar-brand {
        clear: both;
        float: none;
        height: initial;
    }
    .topbar .col-md-6 {
        text-align: center;
    }
    .slider {
        padding: 50px 0 80px 0;
    }
    .slider h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .button {
        font-size: 18px;
    }
    .about p {
        font-size: 18px;
    }
    .issue h4 {
        font-size: 22px;
    }
    .issue p {
        font-size: 18px;
    }
    .team {
        margin-bottom: 35px;
    }
    .inner_data span {
        margin-bottom: 35px;
        display: block;
    }
    .navbar-header a.navbar-brand {
        display: block;
    }
}

@media (min-width:992px) {
    section.issue .row div {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
    section.issue .row {
        width: 100%;
        display: table;
    }
    .issue h4 {
        margin-top: 0;
    }
    .issue .container-fluid {
        padding: 0;
    }
    .issue .container-fluid .row {
        margin: 0;
    }
    
}

.modal-content {
    box-shadow: 0 0 0;
    border: 2px solid #90556F;
    overflow: hidden;
}

.modal-header {
    background: #90546f;
    color: #fff;
}

.modal-header .close {
    opacity: 0.5;
    color: #fff;
}

.modal-content p {
    margin-bottom: 20px;
    font-size: 17px;
}

.modal-content .button {
    border: 0;
    font-size: 17px;
    padding: 5px 20px;
    border-radius: 2px;
    box-shadow: 0 2px 4px #ccc;
}
.modal-content .form-group{
    margin-bottom: 25px;
}
.modal-content .form-control {
    border: 1px solid #90546f;
    box-shadow: 0 2px 4px #ddd;
    color: #333;

    border-radius: 2px;
    height: auto;
    padding: 12px 13px;
}

section.ourteam.cv {
    padding: 0;
}

.content h2 {
    font-weight: 500;
    margin-bottom: 15px;
}

.content h4 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: 600;
}

.content p {
    margin-bottom: 15px;
    line-height: 23px;
    text-align: justify;
}

.content table {
    max-width: 100%;
    margin-bottom: 20px;
}

.content table td {
    padding: 2px 10px;
}

.content ul {
    padding: 0;
}

.content ul li {
    list-style-type: none;
    position: relative;
    padding: 3px;
    padding-left: 35px;
}

.content ul li:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 11px;
    height: 7px;
    width: 7px;
    background: #90546f;
    border-radius: 15px;
}

.content h4:before {
    content: "";
    color: #90546f;
}

a.team {
    margin-top: 20px;
}
textarea.form-control {
    resize: none !important;
}

.col-md-2.comlogo img {
    padding: 5px;
}
