/***************************
Add your custom styles below
****************************/



/* Commons */

.btn.btn--primary {
    border-color: #303387;
}

.btn--primary, .btn--primary:visited {
    background: #303387;
    border-color: #303387;
}

.btn.btn--primary:hover {
    border-color: #546cc3;
    background-color: #546cc3;
}

.btn--merge + .btn.btn--primary {
    background: #30ae9c;
    border-color: #30ae9c;
}

.btn--merge + .btn.btn--primary:hover {
    background: #63c1b4;
    border-color: #63c1b4;
}

.bg--primary {
    background: #303387;
}

.bg-white {
    background-color: #fff;
}

.features-wrapper {
    margin-top: 150px;
}

@media (max-width: 767px){
    .features-wrapper {
        margin-top: 30px;
    }
}

section, footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-top-features {
    padding-top: 50px;
}

.bold-icon {
    font-weight: bold;
}

.partners-1 .slider img {
    max-height: 2em;
    opacity: .5;
    margin: 0;
}

/* Tab Buttons */

.tabs-container .tabs {
    margin-bottom: 2em;
}

span.btn__text.custom-btn-text {
    font-size: 12px;
    color: #303387;
}

.tabs-1 .tabs li .btn {
    padding-left: 2em;
    padding-right: 2em;
}

li.no-inline {
    display: block;
}

.tabs-1 .tabs li.active .btn {
    border-color: rgb(48, 174, 156);
}

.btn .btn__text, .btn i {
    border-color: #343434;
    font-weight: 400;
    font-size: 0.625em;
}



/* Top Bar */

.utility-bar {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1.625em;

}

@media all and (max-width: 767px) {
    .utility-bar {
        display:none;

    }
}

span.utility-text {
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
}


/* Navigation */

.nav-bar {
    will-change: scroll-position, transform;
    height: 80px;
    max-height: 80px;
    line-height: 80px;
}

@media all and (max-width: 990px){
.nav-bar {
    height: auto;
    overflow: hidden;
}
}

.nav-bar .logo {
    max-height: 100%;
    margin: 0;
}

.nav-bar .nav-module {
    display: inline-block;
    height: 65px;
    padding-right: 50px;
}

.menu {
    height: 65px;
    padding-top: 20px;
}

.menu > li {
    position: relative;
    float: left;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}

.menu > li a {
    color: #303387;
}

.menu > li.active > a {
    font-weight: 700;
}

.nav-bar.nav--fixed {
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.18);
    border-bottom: none;
}

.menu > li > ul {
    top: 60px;
}

@media all and (max-width: 992px) {
    .menu > li > ul {
        top: 0px;
    }
}

/* Services */

.features h3 {
    margin-bottom: 15px
}

.feature__title h5 {
    margin-top: 20px;
    position: relative;
    bottom: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.1em;
}


/* Work */


@media all and (min-width: 992px) and (max-width: 1024px) {
    .card-1024 {
        min-height: 320px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1199px) {
    .card-1024 {
        min-height: 415px;
    }
}


/* CTA */

.cta-5 h4 {
    white-space: normal;
}


/* Footer */

.footer-4 .logo {
    max-height: 4em;
    margin-bottom: 1.21875em;
}

.footer-4 .footer__lower {
    position: relative;
    margin-top: 1em;
    background: #1e1e1e;
    padding: 1.625em 0;
}

ul.footer__navigation {
    margin-bottom: 20px;
}


/* About Page */

.page-title h3 {
    margin-bottom: 0px
}

.about-page:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    border-right: 1px dashed #425cbb;
    opacity: .3;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    z-index: 0;
}

@media all and (max-width: 767px) {
    .about-page:before {
        display: none;
    }
}


/* Work Page */


@media all and (max-width: 767px) {
    .cv-img {
        display: none;
    }
}


/* Contact Page */

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #767676;
  font-size: 1em;
}
input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: #767676;
  font-size: 1em;
}
input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: #767676;
  font-size: 1em;
}
input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #767676;
  font-size: 1em;
}

input[type='text'], input[type='address'], input[type='url'], input[type='password'], input[type='email'], input[type="search"], input[type="tel"] {
    color: #303387;
}

textarea {
    color: #000;
}

.input-radio input {
    display: block;
}

span.radio-inner {
    margin-left: 10px;
    bottom: 6px;
    position: relative;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default;
    background-color: #fff;
    opacity: 1;
}

.row.margin-data {
    margin-bottom: 0 !important;
}
