/*Code added by Innocent Udeogu to override css frameworks*/

.fa-4x {
    font-size: 7em !important;
}

.relative-iphone {
    position: relative;
}

.overlay,
.infoi {
    position: absolute;
    left: 50%;
    /* width: 100%;
 height: 100%;*/
    /*background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.infoi {
    z-index: 10;
    top: 189px;
    left: 310px;
}

.right {
    float: right;
}

.bg-text {
    padding: 20px;
    padding-bottom: 0px;
    background-color: #000000;
    opacity: 0.6;
}

.carousel {
    position: relative;
    width: 50%;
    margin-top: 81px;
}

.hr-overview {
    margin-top: -30px;
    border-top: 3px solid #ff9b00;
}

.intro-description {
    margin-bottom: 20px;
    font-size: 2em;
}

@media only screen and (max-device-width: 480px) {
    .intro-description {
        margin-bottom: 20px;
        font-size: 1.4em;
    }
}

.intro-newsletter {
    font-size: medium;
    margin-bottom: 8px;
}

.newsletter-form {
    position: relative;
    display: inline-block;
    padding-right: 169px;
    max-width: 556px;
    min-width: 556px;
    height: 58px;
    margin-bottom: 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .newsletter-form {
        display: none;
    }
    /* show it on small screens */
}

.button {
    color: white;
    background: #ff9800;
    height: 58px;
    border: 2px solid #ff9800;
    font: 500 22px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 21px;
    -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.newsletter-form .button {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 149px;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .newsletter-form .button {
        position: absolute;
        right: 0;
        top: 0;
        padding-left: 0;
        padding-right: 0;
        width: 80px;
    }
    .button {
        color: white;
        background: #ff9800;
        height: 30px;
        border: 2px solid #ff9800;
        font: 500 16px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 0 21px;
        -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
        -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
        -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
        -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
        transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.input-text,
.textarea {
    width: 100%;
    float: left;
    border: 2px solid #d8d8d8;
    background: white;
    height: 58px;
    padding: 10px 21px;
    font: 500 17px/34px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    .input-text,
    .textarea {
        width: 100%;
        float: left;
        border: 2px solid #d8d8d8;
        background: white;
        height: 30px;
        padding: 10px 21px;
        font: 500 17px/34px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}


/*End*/

body {
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #ff9b00;
}

p {
    font-size: 16px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #ff9b00;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #ff9b00;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #ff9b00;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #ff9b00;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #ff9b00;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #ff9b00;
    background-color: #ff9b00;
}

.btn-primary .badge {
    color: #ff9b00;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #ff9b00;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #ff9b00;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #ff9b00;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #ff9b00;
    background-color: #ff9b00;
}

.btn-xl .badge {
    color: #ff9b00;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #000;
}

.navbar-default .navbar-brand {
    /*font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;*/
    color: #ff9b00;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #ff9b00;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
}

.navbar-default .navbar-toggle {
    border-color: #ff9b00;
    background-color: #ff9b00;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ff9b00;
}

.navbar-default .nav li a {
    text-transform: capitalize;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #ff9b00;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #ff9b00;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #ff9b00;
}

.navbar-default .nav li:last-child a {
    text-transform: uppercase !important;
}

@media (min-width: 768px) {
    .navbar-default {
        padding: 10px 0;
        border: 0;
        background-color: #000;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }
    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #000;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.list-inline {
    padding-left: 0;
    margin-left: 0px;
}

header {
    /* height: 700px; */
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/mother_and_babe_header4.jpeg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.a100px-margin {
    margin-left: 100px;
}

.center {
    text-align: center;
}

header .intro-text {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media only screen and (max-device-width: 480px) {
    header {
        /* height: 800px;
        color: #fff;
        background-attachment: scroll;
        background-image: url(../img/mother_and_babe_header3.jpg);
        background-position: center center;
        background-repeat: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover; */
    }
    .center {
        text-align: center;
    }
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 70;
    line-height: 50px;
}

@media screen and (min-width: 0px) and (max-width: 966px) {
    #phone {
        display: none;
    }
    /* show it on small screens */
}

#showphone {
    display: none;
}

@media screen and (min-width: 0px) and (max-width: 966px) {
    #showphone {
        display: block;
    }
    /* hide it elsewhere */
}

@media (min-width: 768px) {
    header .intro-text {
        padding-top: 115px;
        padding-bottom: 200px;
    }
    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }
    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 25px;
        font-weight: 500;
        line-height: 75px;
    }
}

section {
    padding: 70px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 32px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media (min-width: 768px) {
    section {
        padding: 70px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254, 209, 54, 0.9);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #ff9b00;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #ff9b00;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #ff9b00;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }
    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }
    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .timeline>li {
        min-height: 150px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1200px) {
    .timeline>li {
        min-height: 170px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 14px solid #fff;
    box-shadow: 0 0 0 1px #ffa000;
}

.team-member h4 {
    margin-top: 18px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: none;
    color: #ffa000;
}

.team-member h6 {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #ff9b00;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #ff9b00;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #ff9b00;
}

::selection {
    text-shadow: none;
    background: #ff9b00;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #ff9b00;
}

@media only screen and (max-width: 600px) {
    .hide-on-moble {
        display: none;
    }
    header {
        height: auto !important;
    }
}

@media only screen and (min-width: 768px) {
    .read-padding {
        padding: 0px 150px;
    }
}

.pad {
    padding-top: 30px;
}

.list-inline.social-buttons li a i {
    line-height: 40px;
}


/* Solution  */

#solution {
    background: #fff4e2;
}

#solution>.container>.row>div.overview h3 {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
}

#solution>.container>.row>div.overview p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding: 20px;
    color: #454545;
}

#awards {
    background-color: #fff4e2;
}

#awards * .fixed-scroll-h {
    height: 200px;
    overflow-y: scroll;
}

#awards * img.img-centered {
    height: 87px;
}

#awards * .thumbnail {
    background: transparent;
}

#media_mentions {
    background-color: #fff4e2;
}

#media_mentions * img.img-centered {
    height: 87px;
}


/*NEW LAYOUT NEWSLETTER */

.section-heading.newsletter {
    font-size: 36px;
    font-weight: bold;
    line-height: 45px;
    text-transform: none;
    padding-bottom: 27px;
}

form.newsletter input {
    width: 70%;
    height: 60px;
    background: #f2f0f0;
    border-radius: 10px 0px 0px 10px;
    border-color: transparent;
    padding-left: 20px;
}

form.newsletter input:active:focus:focus-visible {
    border-color: transparent;
}

form.newsletter button {
    width: 20%;
    height: 58px;
    background: #ffa000;
    border-color: transparent;
    border-radius: 10px;
    margin-left: -18px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}


/* BLOG SLIDER */

.panel-body h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

div.panel img {
    width: 100%;
    /* height: 319px; */
}

h4.panel-title {
    margin-bottom: 10px;
}

.cta {
    font-size: 14.7px;
    color: #ffc107;
    font-weight: bold;
    margin: 10px 0px;
}

.cta i {
    padding-left: 10px;
    font-size: 20px;
    font-weight: 900;
    margin-top: 3px;
    position: absolute;
}

.slick-slide img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.slick-slide {
    margin-left: 10px;
    margin-right: 10px;
    background: #ffffff;
    box-shadow: 10px 17px 13px rgb(255, 245, 229) !important;
    border-radius: 10px;
}

section#newsletter {
    padding: 0px;
    padding-bottom: 70px;
}


/*NEW LAYOUT FOOTER */

footer.primary {
    background-color: #232425;
}

.primary * div.icon>i {
    font-size: 35px;
    padding-right: 34px;
    padding-top: 20px;
    color: #ffa000;
}

footer.primary * p,
footer.primary * h3 {
    color: #fff;
    text-align: left;
    font-size: 18px;
}

footer hr.grey {
    border: 1px solid #535352;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.lower-footer>ul>li>a {
    background-color: #ff9800;
}

.lower-footer>ul>li>a:hover {
    background-color: #000;
}

.justify-content-space-between {
    justify-content: space-between;
}

#five-in-1-img>.row div.col-md-6 {
    margin: 20px 0;
}

.text-white {
    color: #fff !important;
}


/* ABOUT US  */

#outer-circle {
    background: #fff;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    position: relative;
    padding: 20px;
    margin: 0 auto;
    box-shadow: 10px 10px 50px rgba(255, 160, 0, 0.47);
}

#outer-circle::before {
    content: "\f0e1";
    text-align: center;
    position: absolute;
    box-sizing: border-box;
    padding-top: 0px;
    top: 15%;
    right: 8%;
    font-family: "FontAwesome";
    width: 34px;
    height: 34px;
    border-radius: 100%;
    font-size: 20px;
    outline: 0;
    color: #fff;
    background-color: #ffa000;
    transition: all 0.3s;
}

#outer-circle:hover::before {
    background-color: #000;
}

#outer-circle:hover {
    animation: glow 8s linear infinite;
    filter: blur(0.5px);
    box-shadow: 10px 10px 50px rgba(255, 160, 0, 0.84);
}

@keyframes glow {
    to {
        background-position: 300%;
    }
}

.about-solution img,
.about-solution img h5,
.about-solution .btn {
    margin: 20px 0px;
}

.overview h5 {
    font-size: 32px;
}

.about-solution>.copy>p {
    padding-right: 0px !important;
}


/* Research */

.research.overview>h2 {
    font-size: 32px !important;
}

section#pipelines {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pipelines-img {
    margin: 0 auto;
    padding: 0 20px;
}

.nav-tabs {
    border-bottom: transparent;
}

.tabbable {
    justify-content: space-evenly;
    padding: 0px 10px;
}

.tab-content {
    border: 1px solid #ffa000;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 30px 40px;
    text-align: left;
}

.nav-tabs>li {
    margin: 10px 0px;
    padding: 5px;
}

.nav-tabs>li.active a {
    border: 1px solid #ffa000 !important;
    box-sizing: border-box !important;
    border-radius: 10px !important;
    color: #000 !important;
}

.nav-tabs>li.active ::after {
    content: "";
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ffa000;
    position: absolute;
    right: -103%;
    top: 37%;
}

.nav-tabs>li>a {
    border: 1px solid #d1d0ce;
    box-sizing: border-box;
    border-radius: 10px;
    color: #454545 !important;
    text-align: left;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none;
}

.tab-content>.active,
.pill-content>.active {
    display: block;
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none;
}

.tab-pane>img {
    padding-bottom: 20px;
}

.tab-pane>p {
    font-size: 18px;
    line-height: 28px;
}

.tab-pane>.tab-cta {
    padding-top: 20px;
    display: flex;
}

.tab-pane>.tab-cta>a.btn {
    margin-right: 20px;
    color: #fff;
    line-height: 40px;
    background: #ffa000;
    border-color: #ffa000;
    font-weight: 600;
    font-size: 18px;
    height: 55px;
    border-radius: 10px;
}

.tab-pane>.tab-cta>a.btn:nth-child(2) {
    color: #ffa000;
    margin-right: 20px;
    background: #fff;
}

.tab-pane>.tab-cta>a.btn:hover {
    background: #FFF;
    color: #ff9800;
}

.tab-pane>.tab-cta>a.btn:nth-child(2):hover {
    color: #fff;
    background-color: #ff9800;
}


/* BLOG */

#filters>button {
    margin: 5px 5px;
    background: #ffa000;
    background-image: none;
    border-radius: 10px;
    height: 55px;
}

.section-title {
    padding: 31px 0px;
    padding-bottom: 20px;
    color: #000;
}

.blog_item {
    border: 1px solid #ffa000;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.cta.blog {
    margin-top: 3vh;
}


/* SOLUTIONS */

.solutions-header {
    margin-top: 8vh;
    color: #000;
}

.solutions>p.summary {
    padding-right: 10px !important;
}

.p-30px {
    padding: 30px;
}

.mx-auto {
    margin: 0 auto;
}

.pt-2 {
    padding-top: 2em !important;
}

#promo * .intro-description h2 {
    color: #fff !important;
    text-align: center;
}


/* CSS FOR GDPR COOKIES ACCCEPTANCE 
Inspired from create net
*/

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
    color: #ff9800;
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
    background: #232425;
    color: #fff
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }
    .cc-window.cc-bottom {
        bottom: 0
    }
    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }
    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }
    .cc-window.cc-floating {
        max-width: none
    }
    .cc-window .cc-message {
        margin-bottom: 1em
    }
    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px;
    color: #ff9800;
}

.cc-theme-classic .cc-btn:hover {
    color: #fff;
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}