body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 90%;
    color: #243238;
}

.bg-primary {
    /*background-color: #ff0000!important;*/
    background-color: #ff0000!important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #ff0000!important;
}



.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #ff0000!important;
    
}

.btn-primary {
    color: #fff !important;
    background-color: #ff0000 !important;
    border: 2px solid #ff0000 !important;
    font-weight: bold !important;
}

body .btn-primary:hover {
    background-color: transparent !important;
    color: #fff !important;
    border: 2px solid #ff0000 !important;
}

.divider {
    width: 68px;
    height: 3px;
    margin: 0 auto 30px;
    background-color: transparent;
    border: none;
}

.divider-2 {
    width: 68px;
    height: 3px;
    margin: 0 0 30px 15px;
    background-color: transparent;
    border: none;
}

.divider-3 {
    width: 220px;
    height: 1px;
    margin: 20px 0;
    background-color: transparent;
    border: none;
}

.bg-primary-2 {
    color: #fff;
    background-color: #ff0000 !important;
}

.bg-primary-3 {
    background-color: #fff !important;
}

#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #ff0000;
}

#mainNav a {
    color: #00030a  !important;
    font-weight: 700;
}

#mainNav a:hover {
    color: #ff0000  !important;
}

.bg-secondary {
    background-color: white !important;
}

section {
    padding: 70px 0;
}

.bordeaux-color {
    color: #ff0000;
}

.carousel-caption {
    top: 400px !important;
}

.carousel-indicators {
    display: none;
}

.carousel-caption h3 {
    position: relative;
}

.carousel-caption h3:after {
    content: "";
    position: absolute;
    border-top: 1px solid #ff0000;
    left: 45%;
    bottom: -5px;
    width: 10%;
    height: 0px;
}

.carousel-caption h3 {
    text-transform: uppercase;
    font-size: 2.0em;
}

.carousel-caption p {
    font-size: 1.5em;
}

.carousel-caption h3, .carousel-caption p {
    color: #ff0000;
}

.carousel-caption.my-bordeaux h3, .carousel-caption.my-bordeaux p {
    color: #ff0000;
}

.carousel-indicators .active {
    background-color: #ff0000;
}

.bh-icon .bh-icon-container > i {
    font-size: 42px;
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.bh-text-center {
    text-align: center;
}

h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    color: #00030a;
}

.fixed-top {
    top: 3em;
}

#top-bar {
    padding: 1em 0;
    /*background-color: #f5f5f5;*/
    background-color: #ff0000;
}

#top-bar ul.top-contact-info-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 75%;
    text-align: left;
}

#top-bar ul.top-contact-info-wrapper li { 
    display: inline-block;
    margin: 3px 20px;
}

#top-bar ul.top-contact-info-wrapper li {
    /*color: #f17b02;*/
    color: #fff;
}

#top-bar ul.top-contact-info-wrapper li i.fa {
    margin-left: -15px;
    margin-top: 3px;
    display: inline-block;
    float: left;
    color: #fff;
}

#top-bar ul.top-flag-info-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 75%;
    text-align: right;
}

#top-bar ul.top-flag-info-wrapper li { 
    display: inline-block;
    margin: 0 10px 0 0;
}

#top-bar ul.top-flag-info-wrapper li img {
    width: 18px;
    height: auto;
}

.bottom-margin-40 {
    margin-bottom: 40px;
}

section#service {
    padding-bottom: 30px;
}

section#service H3.center-title {
    text-transform: uppercase;
    font-size: 2.0em;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
}

section#service .service-item {
    border: 1px solid #f2f2f5;
    padding: 20px 0;
}

section#about {
    background-color: #f5f5f5;
    padding: 0;
}

section#about h3 {
    text-transform: uppercase;
    font-size: 2.0em;
    padding-top: 0;
    margin-top: 0;
}

section#about {
    /*background-color: #eef7fb;
    background-image: url(../images/ab-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;*/
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}


section#about > .background-overlay {
    /*background-color: #ffffff;
    opacity: 0.88;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    */
    padding: 70px 0;
}

.bh-icon i {
    color: #ff0000;
}

.icon-box-divider {
    position: relative;
    max-width: 100%;
    margin: 15px auto;
    transition: .33s all ease;
    background-color: transparent;
}

.icon-box-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f17b02;
    -webkit-animation: .3s animated-state-prev both;
    animation: .3s animated-state-prev both;
}

section#about p {
    text-align: justify;
}

table.company-profile {
    width: 100%;
    border-collapse: collapse;
    border-color: #999;
}

table.company-profile td {
    padding: 19px 5px;
    border: 1px solid #999;
}


section#project {
    background: url('../images/Technology-1a.jpg') 50% 0 no-repeat fixed;
    height: 250px;
    margin: 0;
    background-size: cover;
    padding-top: 30px;
}


section#project .project-section-box {
    color: #ffffff;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    width: auto;
    padding: 30px 100px;
    display:inline-block;
    text-align: center;
}

section#project h3 {
    display:inline-block;
    text-transform: uppercase;
    font-size: 2.0em;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}

.profile-circle {
    width: 100px;
    height: 100px;
    margin: 20px auto;
    border-radius: 100px;
    text-align: center;
    padding: 5px 0 0 5px;
}

.profile-circle .img-width-90 {
    width: 90px;
    height: 90px;
    display: block;
}

.img-circle {
    border-radius: 50%;
}

#project-carousel {
    padding: 40px 0 70px;
}

#pr-carousel .carousel-control {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    text-align: center;
    border: 2px solid #333;
    color: #888;
    margin: 5px 3px 0;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

.carousel-item blockquote {
    padding: 0 !important;
    border-left: none! important;
}

section#partner {
}

section#partner {
    /*background-color: #eef7fb;
    background-image: url(../images/ab-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;*/
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

section#partner > .background-overlay {
    /*background-color: rgba(255, 255, 255, 0.88);*/
    padding: 70px 0;
}

ul.partner  {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.partner li {
    display: inline-block;
    margin: 0 10px 20px 10px;
    padding: 0;
    width: 125px;
}


ul.partner li a img {
    width: 100%;
    height: auto;
}


section#partner h3 {
    text-transform: uppercase;
    font-size: 2.0em;
    padding-top: 0;
    margin-top: 0;
}

section#partner p {
    text-align: justify;
}

section#footer {
    color: #fff;
    /*background-color: #404040;*/
    background-image: url('../images/footer-bg.jpg');
}

section#footer h3 {
    text-transform: uppercase;
    font-size: 2.0em;
    padding-top: 0;
    margin-top: 0;
    color: #fff;
}

section#footer .address {
    padding-left: 20px;
}

form.ct-form {
    margin-bottom: 30px;
}

.ct-form label {
    color: #fff;
}

section#footer input[type="text"], 
section#footer input[type="email"],
section#footer input[type="url"],
section#footer input[type="password"],
section#footer input[type="search"],
section#footer input[type="tel"], 
section#footer textarea {
    border: 1px solid #fff;
    color: #fff;
    padding: 2em 1em !important;
    font-size: 1em;
    line-height: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

section#footer input[type="submit"] {
    color: #fff;
    background-color: #ff0000;
    border: 1px solid #ff0000;
    padding: 1em 1em !important;
    font-size: 1em;
    line-height: 1em;
}

section#footer input[type="submit"]:hover {
    background-color: transparent;
    color: #ff0000;
    cursor: pointer;
}

section#footer textarea {
    height: 12em !important;
}

ul.ap-contact-info-wrapper {
    list-style: none;	
    padding-left: 25px;
    margin: 0;
}
ul.ap-contact-info-wrapper-footer {
    padding-left: 25px;
}
ul.ap-contact-info-wrapper li {
    margin: 5px 0;
    padding: 0;
}
ul.ap-contact-info-wrapper li i.fa {
    margin-left: -25px;
    margin-top: 3px;
    display: inline-block;
    float: left;
}
ul.ap-contact-info-wrapper li p {
    display: block;
}

.bh-map {
    display: block;
}

.bh-map iframe {
    display: block;
}

.bottom-footer {
    background: #000;
    color: #fff;
    padding: 20px 0;
    text-align: right;
}

ul.bottom-flag-info-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 75%;
    text-align: left;
}

ul.bottom-flag-info-wrapper li { 
    display: inline-block;
    margin: 0 10px 0 0;
}

ul.bottom-flag-info-wrapper li img {
    width: 18px;
    height: auto;
}

#go-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    height: 50px;
    width: 50px;
    background: #ff0000;
    text-align: center;
    line-height: 50px;
    z-index: 9999;
}

#go-top a {
    color: #fff;
}

@media screen and (max-width: 800px) {
    .fixed-top {
        top: 3.7em;
    }
    #top-bar ul.top-contact-info-wrapper {
        text-align: center;
    }
    #top-bar ul.top-flag-info-wrapper {
        text-align: center;
        margin-top: 7px;
    }
}

@media screen and (max-width: 750px) {
    .fixed-top {
        top: 4em;
    }
    #top-bar ul.top-contact-info-wrapper {
        text-align: center;
    }
    #top-bar ul.top-flag-info-wrapper {
        text-align: center;
        margin-top: 7px;
    }
}

@media screen and (max-width: 667px) {
    .fixed-top {
        top: 5em;
    }
}


@media screen and (max-width: 500px) {
    .fixed-top {
        top: 6.3em;
    }
}

@media screen and (max-width: 340px) {
    .fixed-top {
        top: 8em;
    }
}

.fixed-top-0 {
    top: 0;
}