/*

1. Add your custom Css styles below
2. Place the this code in your template:

 <link href="css/custom.css" rel="stylesheet">

*/

body,
p {
    color: #95A2B2;
}

h3 {
    font-size: 21px;
    color: #FF3E2E;
}

.dark #mainMenu nav>ul>li>a:hover,
#mainMenu.dark nav>ul>li>a:hover {
    color: #FF3E2E;
}

section {
    background: #121B22;
}

.dropdown a span.close-open:after {
    content: "+";
    width: 20px;
}

.dropdown:hover a span.close-open:after {
    content: "-";
    width: 20px;
}

span.close-open {
    width: 10px !important;
    display: inline-block;
    text-align: center;
}

.dark:not(.submenu-light) #mainMenu nav>ul>li .dropdown-menu,
#mainMenu.dark nav>ul>li .dropdown-menu {
    background-color: #fff;
    border-color: #fff;
}

li.dropdown a:hover {
    color: #FF3E2E;
}

ul.dropdown-menu a {
    color: #FF3E2E !important;
}

li.dropdown:hover a {
    color: #FF3E2E !important;
}

#mainMenu nav>ul>li .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: none;
}

#mainMenu nav>ul>li .dropdown-menu li a:hover {
    background: #FF3E2E;
    color: #fff !important;
}

ul.social-links {
    list-style: none;
    margin: 20px 0;
}

ul.social-links li {
    display: inline;
}

ul.social-links li a {
    font-size: 21px;
    margin: 5px;
}

.dark #footer,
#footer.inverted,
#footer.dark {
    background-color: #0A1016 !important;
}

.copyright-content {
    background-color: #06090D !important;
    color: #999;
}

.heading-text {
    margin-bottom: 15px;
}

.heading-text.heading-section p {
    font-size: 14px;
    font-weight: 400;
}

.heading-text.heading-section h2 {
    position: relative;
    font-size: 21px;
    color: #FF3E2E;
    text-align: left;
    line-height: 40px;
    margin-bottom: 0;
}

.heading-text.heading-section .lead {
    font-weight: 600;
    color: #fff;
    width: 100%;
    line-height: normal;
    font-size: 28px;
    text-align: left;
    position: relative;
}

.heading-text.heading-section h2:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: #121B22;
    bottom: -30px;
    left: 0;
    right: 0;
}

.feature-img {
    min-height: 110px;
}

a.close-back {
    float: right;
    color: #FF3E2E;
    font-size: 28px;
}

font.color-primary {
    color: #FF3E2E;
}

.icon-box.box-type {
    background: #262D33;
    border: 1px solid #262D33;
    border-radius: 0;
    padding: 20px;
    margin-top: 25px;
    min-height: 305px;
    margin-bottom: 0;
}

.icon-box.text-center p,
.icon-box.center p {
    font-size: 14px;
    color: #95A2B2;
    line-height: 24px;
    margin-top: 15px;
    min-height: 100px;
}

.icon-box .icon a,
.icon-box .icon i {
    color: #FF3E2E;
}

.icon-box .icon a:hover,
.icon-box .icon i:hover {
    color: #FFF;
}

.icon-box.text-center h3,
.icon-box.text-center h5,
.icon-box.center h3,
.icon-box.center h5 {
    color: #fff;
}

.icon-box.text-center a,
.icon-box.center a {
    color: #95A2B2;
    font-size: 18px;
}

.icon-box.box-type .icon {
    margin-top: 20px;
    margin-bottom: 0;
}

.icon-box.text-center p,
.icon-box.center p {
    font-size: 14px;
    color: #95A2B2;
    line-height: 24px;
    margin-top: 15px;
}

.portfolio-item .portfolio-description h3,
.portfolio-item .grid-description h3,
.portfolio-item .portfolio-links h3,
.grid-item .portfolio-description h3,
.grid-item .grid-description h3,
.grid-item .portfolio-links h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.portfolio-item .portfolio-image:after,
.portfolio-item .portfolio-video:after,
.portfolio-item .grid-image:after,
.portfolio-item .grid-video:after,
.portfolio-item .flickity-viewport:after,
.grid-item .portfolio-image:after,
.grid-item .portfolio-video:after,
.grid-item .grid-image:after,
.grid-item .grid-video:after,
.grid-item .flickity-viewport:after {
    background-color: #FF3E2E;
}

.portfolio-item .portfolio-description a i {
    background-color: inherit;
    color: #fff;
    font-size: 18px !important;
    border: none;
}

.portfolio-item .portfolio-description a {
    margin-top: 20px;
}

.portfolio-item .portfolio-description a:hover i {
    background-color: inherit;
    color: #ffffff;
    border: none;
}

.portfolio-item .portfolio-description a i:hover,
.portfolio-item .portfolio-description a:hover {
    background-color: inherit;
    color: #fff;
    font-size: 18px !important;
    border: none;
}

.client-logos .polo-carousel-item {
    /*
    padding: 20px 20px;
    max-width: 270px;
    */
    padding: 10px;
}

.client-logos .polo-carousel-item img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

.client-logos .polo-carousel-item img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.team-members .team-member {
    background-color: inherit;
    border-radius: 0px;
}

.team-members .team-member .team-desc>h3 {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
    color: #95A2B2;
}

.team-members .team-member .team-image>img {
    width: 100%;
    border-radius: 0px !important;
}

.team-members .team-member .team-image {
    margin-bottom: 10px;
}

input:not([type="checkbox"]):not([type="radio"]),
select {
    line-height: 18px;
    padding: 10px 0px;
}

.form-control {
    border: 1px solid #434C56;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #495057;
    background-color: inherit;
}

textarea.form-control {
    height: auto;
    padding-left: 0;
}

.form-control:focus {
    color: #495057;
    background-color: inherit;
    border-color: #FF3E2E;
    outline: 0;
    box-shadow: none;
}

ul.contact-list {
    list-style: none;
    margin-top: 50px;
    max-width: 220px;
}

ul.contact-list li {
    margin-bottom: 30px;
}

ul.contact-list li i {
    color: #FF3E2E;
    float: left;
    font-size: 21px;
    width: 30px;
    height: 40px;
}

.feature-icon.text-center {
    text-align: center;
}

.feature-icon i {
    font-size: 34px;
    color: #FF3E2E;
    width: 100%;
    margin: 15px 0;
}

.feature-desc {
    text-align: center;
    margin: 15px 0;
}

span.feature-title {
    font-size: 16px;
    color: #ccc;
}

h3.lead {
    font-weight: 600;
    color: #fff;
    line-height: normal;
    font-size: 28px;
    width: 100%;
    text-align: left;
    position: relative;
    float: left;
}

h4.lead {
    color: #fff;
    font-size: 21px;
    margin: 0;
}

.cta-section h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
}

a.cta-button {
    background: #FF3E2E;
    color: #fff;
    width: 200px;
    padding: 10px;
    display: block;
    margin: 25px auto;
}

a.cta-button:hover {
    background: #fff;
    color: #FF3E2E;
    width: 200px;
    padding: 10px;
    display: block;
    margin: 25px auto;
}

a.view-more-projects {
    color: #FF3E2E;
}

a.view-more-projects:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.product-details .txt-content {
    padding-bottom: 40px !important;
    border-bottom: 1px solid #95A2B2;
    margin-bottom: 40px;
}

a.cta-product-button {
    width: 200px;
    border: 1px solid #FF3E2E;
    border-radius: 25px;
    padding: 10px;
    color: #FF3E2E;
    display: block;
    margin: 30px auto;
    text-align: center;
}

a.cta-product-button:hover {
    border: 1px solid #fff !important;
    color: #fff !important;
}

.row.equip-items div img {
    width: 100%;
}

span.equip-title {
    margin: 8px 0;
    float: left;
    text-align: center;
    width: 100%;
}

.row.equip-features span i {
    color: #fff;
    font-size: 21px;
    vertical-align: bottom;
}

.row.equip-features span {
    font-size: 14px;
    margin-bottom: 5px;
	display:flex;
	justify-content:center;
}

.row.equip-features {
    justify-content: space-between;
}

.realisation-details .txt-content {
    padding-bottom: 40px !important;
    border-bottom: 1px solid #95A2B2;
    margin-bottom: 40px;
}

.realisation-info ul {
    list-style: none;
    line-height: 28px;
}

.realisation-info ul li label {
    color: #fff;
}

.realisation-info {
    border-bottom: 1px solid #95A2B2;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

a.btn.btn-rounded.btn-charger-plus {
    background: inherit;
}

label.custom-control.custom-checkbox.service-check {
    display: inline-flex;
    font-size: 13px;
    margin: 0 9px 0 0 !important;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    border-radius: 100% !important;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: inherit;
    border: #495057 solid 1px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #FF3E2E;
    background-color: #FF3E2E;
}

.job-offer-list {
    list-style-type: none;
}

.job-offer-item {}

.job-offer-item a {
    color: #FF3E2E;
}

.job-offer-item a:hover {
    color: #fff !important;
}

.polo-carousel-item .portfolio-description a h3,
.polo-carousel-item .portfolio-description a i {
    display: none;
}

.js-cookie-consent.cookie-consent {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #FF3E2E;
    font-size: 12px;
    z-index: 99999;
    color: #fff;
    text-align: center;
    padding: 10px;
}

button.js-cookie-consent-agree.cookie-consent__agree {
    display: none;
    background: #fff;
    border: none;
    border-radius: 3px;
    padding: 3px 10px;
    font-weight: 500;
}

button.js-cookie-consent-agree.cookie-consent__agree:hover {
    display: none;
    background: #000;
    color: #fff;
}

span.cookie-consent__read_more a {
    display: none;
    color: #fff;
    text-decoration: underline;
}

span.cookie-consent__read_more a:hover {
    display: none;
    color: #111!important;
    text-decoration: underline;
}

.polo-carousel-item .portfolio-description a h3,
.polo-carousel-item .portfolio-description.home-slide a i {
    display: block;
}

.row.equip-features>div {
    width: 50%;
    margin: 5px 0;
}

.row.equip-features {
    justify-content: start!important;
}

.kenburns-bg {
    transform: none;
    transition: none;
}

.kenburns-bg.kenburns-bg-animate {
    transform: none;
}

.bg-overlay {
    display: none;
}

.inspiro-slider .slide .slide-captions .strong::after{
    display: none;
}

.product-container .html5vid video {
    object-fit: contain !important;
    background-size: contain !important;
}

.inspiro-slider .slide .slide-captions .strong::after {
    display: none;
}

